@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import "fontawesome-all.css";
@import "simple-line-icons.css";
@import "animate.css";
@import url(https://db.onlinewebfonts.com/c/45a1c92786f83d7856129cbe3d785350?family=Utah+WGL+Condensed+W10+Light);
@font-face {
    font-family: "Utah WGL Condensed W10 Light";
    src: url("https://db.onlinewebfonts.com/t/45a1c92786f83d7856129cbe3d785350.eot");
    src: url("https://db.onlinewebfonts.com/t/45a1c92786f83d7856129cbe3d785350.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/45a1c92786f83d7856129cbe3d785350.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/45a1c92786f83d7856129cbe3d785350.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/45a1c92786f83d7856129cbe3d785350.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/45a1c92786f83d7856129cbe3d785350.svg#Utah WGL Condensed W10 Light")format("svg");
}
*:hover, *:hover * {transition: all 0.3s;}
body {font-family: 'Utah WGL Condensed W10 Light';color:#696e76;}
p {font-size:17px;
    line-height:25px;
}
a {color:inherit; text-decoration:none;}
a, .btn, button {
    outline: none;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.btn:hover, .btn:focus { color:#fff;}
.btn:active, .btn.active {box-shadow:none;}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {outline:0px; color:#fff;}
a:hover {text-decoration:none; color:inherit;}
a:focus, a:active {color:inherit; text-decoration:none; outline:0px;}
h1,h2,h3,h4,h5,h6 {text-transform:capitalize;color:#0b182a;font-weight:700;position:relative;'Utah WGL Condensed W10 Light';}
.martp10 {margin-top:10px;}
.martp20 {margin-top:20px;}
.martp30 {margin-top:30px;}
.martp40 {margin-top:40px;}
.martp50 {margin-top:50px;}
.mar-btm0 {margin-bottom:0px;}
.mar-btm20 {margin-bottom:20px;}
.mar-btm30 {margin-bottom:30px;}
.mar-btm40 {margin-bottom:40px;}
.mar-btm50 {margin-bottom:50px;}
.mar-btm60 {margin-bottom:60px;}
.mar-btm70 {margin-bottom:70px;}
.mar-btm80 {margin-bottom:80px;}
.pad0 { padding:0px !important;}
/*scroll top*/
#scroll {position: fixed;
    right: 10px;
    bottom: 45px;
    cursor: pointer;
    width:40px;
    height:40px;
    display: none;
    z-index: 99;
    font-size:15px;
    text-align: center;
	color:#fff;
    display: block;
    background-color:#607d87;
	border-radius:2px;
}
#scroll i {display:block;font-size:20px;line-height:40px;}
#scroll:hover {color:#fff;}
/*======header=====*/
/* ANIMATED X */
.navbar-toggle.x .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	-ms-transform-origin: 10% 90%;
	transform-origin: 10% 90%;
}
/* ANIMATED X COLLAPSED */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
}
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
.top-header {background:#607d87;}
.top-header p {margin-bottom: 0;color:#fff;padding-top: 5px;}
.tp-info {margin-bottom: 0;}
.tp-info li {
    font-size: 16px;
    font-weight:500;
    padding-right: 0px;
    color: #fff;
    margin-right:10px;
    padding: 11px 0;
}
.pd0 {padding: 0;}
.tp-info li i {margin-right: 10px;
    color:#fff;
    vertical-align: middle;
}
.social-media-head {margin-bottom: 0;text-align:right}
.social-media-head li a {
    font-size: 15px;
    color: #fff;
    padding: 12px 0;
    display: inline-block;
    margin: 0px 2px;
}
.tp-info li a:hover {color:#607d87;}
.social-media-head li a:hover {color:#fff;}
/*navbar start*/
.affix {position: fixed;
      top: 0;
      width: 100%;
      -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
      z-index: 999;
    box-shadow:0 3px 3px rgba(0,0,0,.1);
}
.affix .navbar-brand > img {width:300px;}
.navbar-brand {height:100px;padding:15px 15px;}
.navbar-brand > img {width:315px;}
.navbar-default {
    background-color:#fff;
    border-color:transparent;
}
.navbar {
    border-radius:0;
    min-height:100px;
    margin-bottom:0px;
    border: 0px;
}
.navbar-default .navbar-nav > li > a {
   color:#5a5656;
    font-weight:700;
    font-size:15px;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color:#607d87;
    background-color:transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#607d87;
    background-color:transparent;
}
.navbar-default .navbar-nav > .active > a:before, .navbar-default .navbar-nav > .active > a:hover:before, .navbar-default .navbar-nav > .active > a:focus:before {
      -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
}
.navbar-default .navbar-nav > li > a:hover:before, .navbar-default .navbar-nav > li > a:focus:before {    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
}
/*drop-drop down*/
.dropdown .dropdown-menu li {
    margin: 0px;
    border-bottom: 1px solid #edeae9;
    background: transparent;
    -ms-transform: skew(0deg);
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.dropdown-menu > li > a {padding: 8px 18px;
    color: #000;
    text-transform: uppercase;
    font-size:13px;
    font-weight:600;
	letter-spacing: 0.5px;
    border-radius: 0px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color:#607d87;
    text-decoration: none;
    background-color: transparent;
}
.dropdown-menu {min-width: 180px;}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 2px solid #607d87;
    padding: 5px 0 0 0;
}
/*header close*/
/*welcome-section start*/
.whychoose-wrap {background-color:#607d87;}
.welcome-section {padding:80px 0px;position:relative;}
.heading-style h2 {margin-top:0px;
    font-size:40px;
    padding-bottom:20px;
}
.heading-style h2 span {color:#607d87;}
.heading-style h2:before, .heading-style h2:after, .footer-hd h3:before, .footer-hd h3:after, .heading-style h3:before, .heading-style h3:after {
    content: '';
    position: absolute;
    height:4px;
    bottom: 0;
}
.heading-style h2:before, .footer-hd h3:before, .heading-style h3:before {
    background-color:#00235A;
    width:40px;
    left:0;
}
.heading-style h2:after, .footer-hd h3:after, .heading-style h3:after {
    left:45px;
    width:20px;
    background-color:#607d87;
}
.heading-style h3 {margin-top:0;font-size:28px;padding-bottom:20px;}
.heading-center {text-align:center;}
.heading-white h2, .heading-white p {color:#fff;}
.heading-center h2:before, .heading-center h2:after {
    right: 0;
    margin: 0 auto;
}
.heading-center h2:before {left:-20px;}
.heading-center h2:after {left:50px;}
.heading-white h2:before {background-color: #fff;}
.heading-style p {font-weight: 500;font-size: 17px;font-style: italic;margin-top:20px;}
.welcome-image {position: relative;    
    background:url(../img/dots.png) 100% -120% no-repeat;
    margin-bottom: 75px;
}
.btn2 {background-color: #00235A;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 11px;
    padding: 10px 20px;
}
.btn2:hover, .btn2:focus {background-color: #607d87;color:#fff;}
.about-one__image {position: relative;}
.about-one__image-one {
    display: inline-block;
    position: relative;
    z-index: 2;
}
.about-one__image-one img {
    border-radius: 0 50% 50% 50%;
    height: auto;
    max-width: 100%;
}
.about-one__image-one img.about-one__image-one__shape {
    animation: shapeMove 3s linear 0s infinite;
    border-radius: 0;
    position: absolute;
    right: 40px;
    top: 37px;
    z-index: -1;
}
@keyframes shapeMove {
  0%, 100% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(10px);
  }
}
.about-one__image-icon {
    align-items: center;
    background-color: #607d87;
    display: flex;
    height: 80px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 80px;
    z-index: 2;
}
.about-one__content__list li {font-size: 18px;
    font-weight: 700;
    margin-bottom:5px;
}
.about-one__content__list li span {
    color: #607d87;
    display: inline-block;
    margin-right: 9px;
}
/*service-section start*/
.service-section {background-position: top;
    background-repeat: no-repeat;
    padding:90px 0;
    position: relative;
    background-image: url(../img/service-bg.jpg);
}
.service-one-card {
    background-color: #fff;
    box-shadow: 0 10px 60px 0 #00000012;
    transition: all .6s ease;
}
.service-one-card__image {position: relative;}
.service-one-card__content {
    background-color: #f0f3f9;
    background-color: var(--hiredots-gray, #f0f3f9);
    margin: 0 15px;
    padding: 30px 40px 33px 35px;
}
.service-one-card__title {
    font-size: 22px;
    margin-bottom: 8px;
    margin-top:0;
}
.service-one-card__link {
    align-items: center;
    color: #0b182a;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    margin: 12px 50px 0;
    padding-bottom: 13px;
}
.service-one-card__link i {
    display: inline-block;
    font-size: 16px;
    padding-left: 10px;
    position: relative;
    top: 1px;
}
.service-one-card:hover {background-color:#607d87;}
.service-one-card:hover .service-one-card__link {color: #fff;}
/*middle-section start*/
.middle-section {background-image: url(../img/bg1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:80px 0;
}
.cta-one__title {
    color: #fff;
    font-size: 45px;
    letter-spacing: -0.5px;
    margin: 0 0 48px;
    line-height: 57px;
}
.cta-one__text {
    border-top: 3px solid #fff;
    color: #fff;
    font-size: 18px;
    margin: 0 0 29px;
    padding-top: 30px;
    position: relative;
}
.hiredots-btn {
    margin-top: 30px;
    -webkit-appearance: none;
    background-color: #607d87;
    border: none;
    color: #fff;
    color: var(--hiredots-white, #fff);
    display: inline-block;
    font-family: Manrope, sans-serif;
    font-family: var(--hiredots-font, "Manrope", sans-serif);
    font-size: 14px;
    font-weight: 800;
    outline: none !important;
    overflow: hidden;
    padding: 16px 49px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: .5s;
    vertical-align: middle;
    z-index: 1;
}
.hiredots-btn span {
    color: inherit;
    position: relative;
    transform: .3s;
    z-index: 2;
}
.hiredots-btn:after {
    background:#607d87;
    bottom: 0;
    content: "";
    height: 3px;
    height: 120%;
    left: 50%;
    left: -10%;
    position: absolute;
    transform: skewX(25deg);
    transition: .5s;
    width: 0;
    z-index: -1;
}
.hiredots-btn:hover:after {
    left: -10%;
    width: 120%;
}
.hiredots-btn:hover {color:#fff;}
/*testimonail-section start*/
.testimonail-section {padding: 50px 0;
    position: relative;
   background-color:#f0f3f9;
}
.testimonail-section:before {content:'';
    position: absolute;
    width:100%;
    height:100%;
    background-image: url(../img/testimonail-icon.png);
    top:0;
    left:0;
}
.testimonial{margin: 0 20px 40px;}
.testimonial .testimonial-content{
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background: #fff;
    border: 1px solid #f0f0f0;
    position: relative;
    border-top:4px solid #13a1ac;
}
.testimonial .testimonial-content:after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
}
.testimonial-content .testimonial-icon{
    width: 50px;
    height: 45px;
    background: #607d87;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}
.testimonial-content .testimonial-icon:before{
    content: "";
    border-bottom: 16px solid #13a1ac;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}
.testimonial .description{
    font-size: 15px;
    font-style: italic;
    color: #8a8a8a;
    line-height: 23px;
    margin: 0;
}
.testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #525252;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #607d87;
}
.owl-theme .owl-controls{
    margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span{
    background: #ccc;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #607d87;
}
/*form-section*/
.form-section {background-color: #3a3a3a;
    background-image: url(../img/form-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
	padding:60px 0px;
}
.contact-form .form-control { height: 45px;
	border-radius: 2px;
	box-shadow: none;
	border: 0px;
}
textarea.form-control {height: auto !important;}
.btn-ylw {background-color: #fec601;}
.ftcontact {margin-bottom: 30px;}
.ftcontact li {color:#fff; text-align: center; padding-bottom:4px;font-size:16px;}
.ftcontact li a {font-weight: 700;font-size:30px;}
.bottom-footer {background-color: #f7f7f7;padding:25px 0px;}
.bottom-footer p {margin-bottom: 0px; text-align: center;font-size: 12px;}
.carrental-section {padding: 40px 0px; background-color: #fff;}
.crdetail-box { margin-bottom: 30px;}
.crdetail-box h3 {font-size: 16px;
    font-weight: 700;
    margin-top: 0px;
    color: #6e6e6e;
    margin-bottom:8px;
    text-transform: uppercase;
}
.crdetail-box p { font-size:13px;    line-height: 20px;}
.crdetail-box p a { font-weight: 600; color: #fec601;}
/*footer start*/
.footer {background-color:#607d87;position:relative;overflow: hidden;}
.main-footer {padding:70px 0px 40px 0px;}
.footer-widget {margin-bottom:30px;}
.footer-hd {margin-bottom:18px;}
.footer-hd img {width:290px;}
.footer-hd h3 {margin:0px;
    font-size:26px;
    color: #fff;
    font-weight:600;
    position: relative;
    padding-bottom:16px;
    margin-bottom:25px;
}
.footer-hd h3:before {background-color:#fff;}
.footer-widget p, .list-link li, .bottom-footer p {color:#fff;}
.list-link li {
    position: relative;
    padding: 0 0 12px 16px;
	font-size:15px;
}
.list-link li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 28%;
    width: 4px;
    height: 4px;
    background:#999;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.list-link li a:hover, .add-wdt p a:hover {color:#fff;}
.list-link li:hover:before {
    left:5px;
    color:#fff;
}
.add-wdt p {
    position: relative;
    padding-bottom: 10px;
    padding-left:30px;
}
.add-wdt p i {position: absolute;
    font-size: 17px;
    color:#fff;
    top: 8px;
    left: 0px;
}
.ft-social li {padding-right:0px;}
.ft-social li a i {
    height: 40px;
    width: 40px;
    display: block;
    color: #fff;
    background-color:rgba(255, 255, 255, 0.1);
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    transition: all 500ms ease;
}
.ft-social li a:hover i {
    background:#607d87;
    color: #fff;
    transform: rotate(360deg);
}
.main-footer  hr {margin-bottom: 25px;border: 0;border-top: 1px solid rgb(255 255 255 / 50%);}
.btom-footer p {margin-bottom:0px;font-size:14px;word-spacing:1px; letter-spacing:0.4px;color:#fff;}
.whatsapp-icon-fixed, .call-icon-fixed {
    position: fixed;
    bottom:25px;
    z-index:9;
    text-align: center;
}
.whatsapp-icon-fixed {left:20px;}
.whatsapp-icon-link, .mobile-icon {
    display: block;
    height: 50px;
    width: 50px;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    position: relative;
    border-radius: 100%;
}
.whatsapp-icon-link {background-color:#25D366;}
.mobile-icon {background-color:#607d87;}
.whatsapp-icon-link .whatsapp-icon {
    min-height: 30px;
    width: 30px;
    height: 100%;
}
.animate-icon {
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
/*====inner page start==========*/
.inner-banner {
    position: relative;
    padding: 140px 0px 60px 0;
    background-image: url(../img/inner-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.inner-banner h1 {margin: 0px;
    color:#fff;
    font-weight:800;
    text-transform: capitalize;
    font-size:46px;
}
.page-breadcrumb {position: relative;margin-top:7px;}
.page-breadcrumb li {position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    color:#fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}
.page-breadcrumb li:after {
    position: absolute;
    content: "\f105";
    right: -5px;
    top: 0;
    font-size: 17px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.page-breadcrumb li:last-child::after{display:none} 
.page-breadcrumb li.active {color:#607d87;}
.innerpg-section {padding:60px 0px;}
.grey-bg {background-color:#fbfbfb;}
.list1 {padding-left:20px;}
.list1 li {font-size:15px;margin-bottom:2px;}
/*client inner pages*/
.client {margin:0 auto;
    text-align:center;
    border:1px solid #ddd;
    overflow:hidden;
    position:relative;
    margin-bottom:25px;
}
.client .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .5s;
}
.client:hover .hover-image {
    opacity: 0;
    transform: scale(1.5);
}
.client:hover {
	opacity: 1;
}
/*career page*/
.career-form-bx {background-color: #F5F5F5;
    border: 2px solid #ececec;
    padding:40px;
}
.career-form-bx .form-control {
    border: 1px solid #eeeeee;
    border-radius: 5px;
    background-color: #fff;
    height: 60px;
    box-shadow: none;
}
/*service-inner page*/
.siderbar-form {background-color:#14212b;padding:25px;}
.siderbar-form h3 {margin-top:0;color:#fff;font-weight:800;}
.siderbar-form .form-control {height:48px;box-shadow: none;}
.form-control:focus {border-color:#607d87;}
.service-wrap {padding:30px;
    background: #fff none repeat scroll 0 0;
    border: 2px solid #fff;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    position: relative;
    box-shadow: 0px 3px 14px 0px rgba(0, 11, 40, 0.06);
    margin-bottom:30px;
    min-height: 315px;
}
.service-wrap2 {min-height: auto;}
.service-number {
    font-size:36px;
    position: absolute;
    top: 25px;
    right: 25px;
    width: 60px;
    height: 55px;
    font-weight:700;
    line-height: 55px;
    color: rgba(35, 61, 92, 0.07);
    border-radius: 0 0 0 10px;
    z-index: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.service-icon {
    width: 60px;
}
.service-detail h3 {
    color: #001238;
    font-size: 18px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-transform: capitalize;
    font-weight:700;
}
.service-detail:hover h3 {
    color:#607d87;
}
.service-detail p {color:#7c8a97;}

/*contact us page start*/
.sub-heading h3, .sub-heading h2 {margin-top:0;font-weight:700;font-size: 28px;}
.contact-info-list li {margin-bottom:15px;}
.contact-info {
    display: inline-block;
    width: 100%;
    margin: 15px 0;
}
.contact-info .contact-info-icon {
    height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    background-color:#607d87;
    vertical-align: -webkit-baseline-middle;
}
.contact-info .contact-info-icon i {
    font-size: 24px;
    line-height: 60px;
    color: #ffffff;
}
.contact-info .contact-info-wrap {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
    width: 65%;
}
.contact-info-wrap h4 {margin-top:0;font-weight:700;margin-bottom:4px;} 
.contact-info-wrap p {margin-bottom:0;font-size:17px;}
.contact-info-wrap p a:hover {color:#607d87;}
.contact-form-item {background-color:#F5F5F5;border: 2px solid #ececec;padding: 40px;}
.contact-form-item .form-group {margin-bottom:20px;}
.contact-form-item .form-control:focus {border-color:#585858 !important;}
.contact-form-item .form-control {border: 1px solid #eeeeee;
    border-radius: 5px;
    background-color:#fff;
    height:60px;
    box-shadow:none;
}
textarea.form-control {height: auto !important;}
.btn-submit {
    background-color: #607d87;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 9px 29px;
    color: #fff;
    border-radius: 0;
}
.btn-submit:hover, .btn-submit:focus, .btn-submit:active {color:#fff;}



/*====Responsive Media Query==========*/
@media(max-width:992px){
    .container {width:100%;}
}
@media(min-width:769px){
    .navbar-nav > li > a {padding-top:40px;padding-bottom:40px;}
     ul.nav.navbar-nav li:hover > .drop-menu {-webkit-transform: scale(1, 1);transform: scale(1, 1);}
	.drop-menu {-webkit-transform: scale(1, 0);display: block;}
    .navbar-collapse {padding-right:0;padding-left:0;}
    .navbar-default .navbar-nav > li > a:before {
    position: absolute;
    top: 0px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    content: "";
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 6px solid #607d87;
    left: 50%;
    margin-left: -8px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;}
}
@media(max-width:769px){
    .navbar-toggle {margin-top:20px;}
    .navbar-default .navbar-toggle {border-color:#607d87;}
    .navbar-default .navbar-toggle .icon-bar {background-color: #607d87;}
    .navbar-toggle .icon-bar {width:36px;height:5px;border-radius: 2px;}
    .header {position: relative;}
	.animated {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;}
	#scroll {display:none !important;}
	.footer-info {min-height:auto;}
	.higlight-list li {display:block; width:100%;}
}
@media(max-width:425px){ 
    .navbar-brand > img, .affix .navbar-brand > img {width: 249px;}
    .navbar-brand {height: 80px;}
    .navbar {min-height: 81px;}

}
@media(max-width:375px){
    .navbar-brand > img, .affix .navbar-brand > img {width: 210px;}
}

