@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 "fontawesome-all.css";
@import "simple-line-icons.css";
@import "animate.css";
*:hover, *:hover * {transition: all 0.3s;}
body {font-family: 'Open Sans', sans-serif;}
p {font-size:15px;
    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:#00235A;font-weight:700;position:relative;}
.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:#5c9bd1;
	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);
}
.header {position:absolute;
    top:0;
    left:0;
    width:100%;
    height:auto;
    z-index:9;
}
.affix {
      top: 0;
      width: 100%;
      -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
	  z-index:999;
    min-height:88px !important;
    background-color: #0a1f41 !important;
}
.affix + .container{padding-top: 70px;}
.affix .navbar-brand {height:88px;padding:5px 15px;}
.affix .navbar-brand > img {width:128px;top:-6px;}
/*navbar start*/
.navbar-brand {height:108px;padding:8px 15px;}
.navbar-brand > img {width:165px;}
.navbar-default {background-color:transparent;border-color:transparent;}
.navbar {
    border-bottom:1px solid rgba(114,114,114,0.67);
    border-radius:0;
    min-height:108px;
    margin-bottom:0px;
    border: 0px;
}
.navbar-default .navbar-nav > li > a {
   color: #fff;
    font-weight:500;
    font-size: 15px;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color:#5c9bd1;
    background-color:transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#5c9bd1;
    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:#00D231;
    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 #00D231;
    padding: 5px 0 0 0;
}
/*header close*/
/*welcome-section start*/
.welcome-section {padding:80px 0px;position:relative;
    background-image: url(../img/welcome-bg2.jpg);
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
}
.heading-style h2 {margin-top:0px;
    font-size:35px;
    padding-bottom:20px;
    font-weight:800;
}
.heading-style h2 span {color:#5c9bd1;}
.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:#5c9bd1;
}
.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;
}
.welcome-image2 {
    position: absolute;
    bottom: 0;
    right: 0;
    position: absolute;
    bottom: -60px;
    right: 20px;
}
.welcome-image2 > img {
    border-radius: 50%;
    border: 5px solid #FFFFFF;
}
.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: #5c9bd1;color:#fff;}
/*middle-section start*/
.middle-section {padding:60px 0px;    
    background-color:#00235A;
    position: relative;
}
.fleet-item {
    background-color:#fff;
    margin-bottom:25px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.fleet-detail {padding:16px;text-align:center;}
.fleet-detail h2 {
    margin-top:0;
    font-size:20px;
    color: #262626;
    font-weight: 700;
    margin-bottom: 6px;
}
.fleet-detail h2 span {
font-size: 13px;
    color:#5c9bd1;
}
.fleet-detail .price-wrap {
    font-size:17px;
    color:#989898;  
}
.fleet-detail .price-wrap small {margin-right:5px;}
.fleet-detail .price-wrap span {
    font-size:25px;
    color: #ff7043;
    font-weight: 700;
    letter-spacing: normal;
}
.fleet-image img {
    margin: 0 auto;
    -webkit-transition: all .55s ease-in-out;
    transition: all .55s ease-in-out;
}
.fleet-item:hover .fleet-image img {
    -webkit-animation: movebounce 2.9s linear infinite;
    animation: movebounce 2.9s linear infinite;
}
@keyframes movebounce {
  0% {transform: translateX(0px);}
  50% {transform: translateX(20px);}
  100% {transform: translateX(0px);} 
}
@keyframes moveleftbounce {
  0% {transform: translateY(0px);}
  50% {transform: translateY(20px);}
  100% {transform: translateY(0px);} 
}
.fleet-detail ul li {padding:6px 8px 6px 8px;
    position: relative;
    font-size:13px;
    color: #747373;
    padding-right: 12px;
    border: 1px dashed #e8e8e8;
    margin-bottom: 3px;
    font-weight: 600;
}
.fleet-detail ul li:hover {background-color:#5c9bd1; color:#fff;border-color:#5c9bd1;}
.fleet-detail ul li:hover::before {color:#fff;}
.fleet-detail ul li::before {
    content: "\f0da";
    position: absolute;
    font-family:'Font Awesome 5 Free';
    color:#5c9bd1;
    left:0;
}
.view-link {
    background-color:#0a1f41;
    color: #fff;
    padding: 5px 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    border-radius: 0;
}
.view-link:hover {background-color:#5c9bd1;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #5c9bd1 !important;
}
.note p {margin-bottom: 0;
    font-style: italic;
    font-size: 16px;
}
.note p.white {color:#fff;}
/*testimonail-section start*/
.testimonail-section, .fleet-section {padding: 50px 0;
    position: relative;
    background:url(../img/car-bg.jpg) 0% 0% / auto repeat scroll;
}
.testimonail-section:before, .fleet-section:before {content:'';
    position: absolute;
    width:100%;
    height:100%;
    background-color:rgb(246 246 246 / 90%);
    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 #1659a7;
}
.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: #5c9bd1;
    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 #3378b2;
    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: #5c9bd1;
}
.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: #5c9bd1;
}
/*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:#0a1f41;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:144px;}
.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:#9aa3b2;}
.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:#5c9bd1;}
.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:#5c9bd1;
    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:#5c9bd1;
    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:#9aa3b2;}
.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:#ce2028;}
.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;
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;
    padding:210px 0px 80px 0;
	background-image:url(../img/inner-banner.jpg);
}
.inner-banner:before {
	content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgb(0 0 0 / 25%);
}
.airport-transfer-banner {background-image: url(../img/mauritius-airport-transfer.jpg);}
.banner-content  h1 {
    color:#fff;
    margin-top:0px;
    font-weight:700;
    text-transform: uppercase;
}
.banner-content > ul {margin-bottom: 5px;}
.banner-content > ul li+li {padding-left:15px;}
.banner-content > ul > li {
      font-size: 14px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 0.8px;
    color:#fff;
    font-weight:600;
}
.banner-content > ul > li.active {color:#5c9bd1;}
.banner-content > ul > li + li:before {
   content: "\f105";
    position: absolute;
    left:1px;
    top:0px;
    font-weight: 600;
    font-size: 14px;
    font-family:"Font Awesome 5 Free";
    color:#fff;
}
.innerpg-section, .gallery-section {padding:60px 0px;overflow: hidden;}
.innergrey-section {padding:60px 0;background-color:#fbfbfb;}
/*car detail*/
.car-detail-heading {
    background:#F9F9F9;
    border: 1px solid #ddd;
    padding:30px 28px;
    margin-bottom: 5px;
}
.car-detail-heading h3 {margin: 0;
    color:#2b2e4a;
    font-weight: 600;
    position: relative;
}
.car-detail-heading h3:before {
    content: '';
    width: 5px;
    height: 30px;
    position: absolute;
    margin-right: 10px;
    background: #5c9bd1;
    top: 0;
    left: -28px;
}
.car-information {background-color:#2b2e4a;}
.car-image {
    border: 1px solid #ddd;
    background-color:#F9F9F9;
}
.car-image:hover > img {
    -webkit-animation: movebounce 2.9s linear infinite;
    animation: movebounce 2.9s linear infinite;
}
.car-image img {margin: 0px auto;}
.car-dt-item {
    position: relative;
    padding-left:45px;
}
.car-dt-item:before {
    content: '';
    position: absolute;
    top:2px;
    left: 0;
    width:32px;
    height:32px;
    content: '';
}
.fuel-detail {margin-right: 25px;}
.fuel-detail:before {background: url(../images/fuel-type.png) no-repeat 0 0;}
.pickup-detail:before  {background: url(../images/pick-up.png) no-repeat 0 0;}
.car-dt-item h4 {font-weight: 700;
    margin: 0;
    font-size: 14px;
}
.car-image-body {
      border-top: 1px solid #ddd; 
    padding:25px 25px 15px 25px;
}
.fleet-detail-list li {
    position: relative;
    padding-left: 20px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}
.fleet-detail-list li:before {
    content: "\f058";
    font-family:'Font Awesome 5 Free';
    color:#ffcd00;
    font-size: 15px;
    position: absolute;
    left: 0;
}
.car-info-table {font-size:15px;font-weight: 600;margin-bottom:40px;background-color:#fff;}
.car-info-table > tbody > tr > td {padding: 18px 15px;}
.car-info-table > tbody > tr > td img {margin-right: 5px;}
.car-booking-wrap {background-color:#1e3355;}
.booking-heading {
    padding: 32px 55px 30px 30px;
    background:#0a1f41;
    color: #fff;
    margin: 0;
    position: relative;
}
.booking-heading h3 {margin-top: 0;
    color:#fff;
    font-weight:700;
    position: relative;
    padding-left:15px;
}
.booking-heading h3:before {
    content: '';
    width: 5px;
    height: 100%;
    left: 0;
    margin-right: 10px;
    background:#5c9bd1;
    position: absolute;
}
.booking-heading p {margin-bottom: 0; color: #fff;}
.booking-heading p i {vertical-align: middle;margin-right:4px;}
.booking-heading p a {font-weight: 700;font-size: 16px;}
.booking-heading p a:hover {color:#5c9bd1;}
.booking-form-body {padding:20px;text-align: center;}
.booking-form-body .form-control {height:50px;box-shadow: none;}
.form-group { margin-bottom:20px;}
.btn-white {background-color:#fff;color:#5c9bd1;}
/*service-inner page*/
.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:#5c9bd1;
}
.service-detail p {color:#7c8a97;}
/*gallery*/
.gallery-image-item {
    position: relative;
    overflow: hidden;
    transition: visibility 0.6s ease-out, opacity 0.6s ease-out;
    border-radius: 12px;
    margin-bottom: 20px;
    border:1px solid #f1efef;
}
.gallery-image-item:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color:rgba(37,37,37,.4);
    opacity: 0;
    top: 0;
    right: 0;
    z-index: 2;
}
.gallery-image-item .gallery-img {
    position: relative;
    overflow: hidden;
    transition: visibility 0.6s ease-out, opacity 0.6s ease-out;
}
.gallery-image-item .gallery-img img {transition: 5s ease-out, 5s ease-out;}
.gallery-image-item:hover .gallery-img img {transform: scale(1.1);}
.gall-hover {
    left: 15%;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 70%;
    -webkit-transform: scale(0.6) perspective(610px) rotateX(-30deg);
    -moz-transform: scale(0.6) perspective(610px) rotateX(-30deg);
    -ms-transform: scale(0.6) perspective(610px) rotateX(-30deg);
    -o-transform: scale(0.6) perspective(610px) rotateX(-30deg);
    transform: scale(0.6) perspective(610px) rotateX(-30deg);
    -webkit-transition: all 0.3s linear 0.2s;
    -moz-transition: all 0.3s linear 0.2s;
    -ms-transition: all 0.3s linear 0.2s;
    -o-transition: all 0.3s linear 0.2s;
    transition: all 0.3s linear 0.2s;
	z-index: 9;
}
.gall-hover i {color:#fff; font-size: 26px;}
.gallery-image-item:hover .gall-hover {
    opacity: 1;
    -webkit-transform: scale(1) perspective(610px) rotateX(0deg) translateY(-50%);
    -moz-transform: scale(1) perspective(610px) rotateX(0deg) translateY(-50%);
    -ms-transform: scale(1) perspective(610px) rotateX(0deg) translateY(-50%);
    -o-transform: scale(1) perspective(610px) rotateX(0deg) translateY(-50%);
    transform: scale(1) perspective(610px) rotateX(0deg) translateY(-50%);
}

/*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:#5c9bd1;
    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;}
.contact-info-wrap p a:hover {color:#5c9bd1;}
.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: #5c9bd1;
    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: 1500px) {
 .my-header::before { width: 342px;}
}
@media (max-width: 1199px) {
    .my-header::before {width: 259px;height: 100%;}
}
@media(max-width:992px){
    .container {width:100%;}
}
@media(min-width:769px){
    .navbar-nav > li > a {padding-top:44px;padding-bottom:44px;}
    .affix .navbar-nav > li > a {padding-top:34px;padding-bottom:34px;}
     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 #5c9bd1;
    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-brand {height: 88px;}
    .navbar {min-height:88px;}
    .my-header, .navbar-default {background-color:#0a1f41;}
    .my-header::before {content: inherit;display: none;}
    .navbar-toggle {margin-top:20px;}
    .navbar-default .navbar-toggle {border-color: #5c9bd1;}
    .navbar-default .navbar-toggle .icon-bar {background-color: #5c9bd1;}
    .navbar-toggle .icon-bar {width:36px;height:5px;border-radius: 2px;}
    .header {position: relative;}
    .navbar-brand > img {width:115px;}
	.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){ 

}
@media(max-width:375px){
}

