@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Teko:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');
html{
  scroll-behavior: smooth;
}
body {
    font-size: 17px;
    color: #000;
    background-color: #fff;
    scroll-behavior: smooth;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

a {
    color: #000;
    text-decoration: none;
    transition: all 0.5s;
    font-family: 'Montserrat', sans-serif;
}

a:hover {
    text-decoration: none;
    transition: all .6s;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {

}

p {
    margin: 0;
    line-height: 30px;
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif;
}

ul li{
    margin-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
}

.img-fluid {
    display: block;
    width: 100%;
    max-width: 100%;
}

.li {
    display: inline-block;
    padding: 0px 5px;
}
ul{
  list-style: none;
}

h1 {
  font-family: 'Teko', sans-serif;
  font-size: 100px;
}

h2 {
  font-family: 'Teko', sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 70px;
}

h3 {}

h4 {}

h5 {}

h6 {}

.bg-cover{
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.gap{
  margin-bottom: 30px;
}
.mobile_header {
  display: none;
}
section{
  padding: 100px 0px;
}
.heading h2{
  font-family: 'Teko', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
  font-size: 70px;
  margin-bottom: 10px;
}
.heading span.to-sub{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color:#ff6600;
  font-size: 22px;
}
.heading p{
  font-size: 17px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #333333;
 
}
.btn1{
  background: #153c86;
  border: 2px solid #153c86;
  padding: 10px 35px;
  display: inline-block;
  color:#fff;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
}
.btn1:hover{
  background: initial;
  border: 2px solid #153c86;
  color:#153c86;
}
/* navbar----------- */



@-webkit-keyframes AnimationName {
  0% {
      background-position: 0% 50%;
  }

  50% {
      background-position: 100% 50%;
  }

  100% {
      background-position: 0% 50%;
  }
}

@-moz-keyframes AnimationName {
  0% {
      background-position: 0% 50%;
  }

  50% {
      background-position: 100% 50%;
  }

  100% {
      background-position: 0% 50%;
  }
}

@keyframes AnimationName {
  0% {
      background-position: 0% 50%;
  }

  50% {
      background-position: 100% 50%;
  }

  100% {
      background-position: 0% 50%;
  }
}

* {
  box-sizing: border-box;
}

.m-backtotop {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: -50px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #f60;
  border-radius: 25px;
  text-align: center;
  border: 2px solid #f60;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #fff;
}

.m-backtotop.active {
  bottom: 15px;
  opacity: 1;
}

.m-backtotop>div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.m-backtotop>div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.m-backtotop>div.text {
  font-size: 5px;
  font-size: 0.5rem;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}

.m-backtotop:hover {
  transform: scale(1.1);
  bottom: 20px;
  cursor: pointer;
  background: black;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover>div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}

.m-backtotop:hover>div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}


/* ...nav bar.... */
#main_header{
  padding: 20px 0;
  background: #153c86 !important;
}
#main_header .logo a img{
  width: 205px
}
#main_header .container-fluid {
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  margin-right: auto;
  margin-left: auto;
}
.hd-btn-sec{
  margin-left: 12px;
}
#main_header .hd-search{
  width: 45px;
height: 45px;
background: #153c86;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
}

#main_header .nav_menu .navbar-nav li{
  margin: 0px 8px;
}
#main_header .nav_menu .navbar-nav li a{
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
}

/* .....banner.... */
.home-banner{
  /* background: url('../image/banner.png') no-repeat center; */
  /* background-size: cover; */
  padding: 240px 0 220px;
  position: relative;
}
.home-banner .banner-heading span{
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.home-banner .banner-heading h1{
  color: #000;
  font-size: 110px;
  line-height: 88px;
  text-transform: capitalize;
  margin: 19px 0 !important;
  font-family: 'Teko', sans-serif;
}
.home-banner .banner-heading h1>span{
  color: #ff6600;
  font-size: 110px;
  text-transform: capitalize;
  font-family: 'Teko', sans-serif;
}
.home-banner-car{
  position: absolute;
bottom: -66px;
right: 46px;

}
.home-banner-car img{
  width: 938px !important;
}
.banner-booking-sec .contect{
  display: flex;
  justify-content: right;
  align-items: center;
}
.banner-booking-sec .contect .play-btn i{
background: #ff6600;
width: 60px;
height: 60px;
border-radius: 50%;
font-size: 20px;
color: #fff;
display: flex;
align-items: center;
justify-content: center;

}
.banner-booking-sec .contect .left {
  margin-right: 15px;
}
.banner-booking-sec .contect .right p{
  font-family: 'Montserrat', sans-serif;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 600;
}
.banner-booking-sec .contect .right h5 a{
  color: #000000;
  font-family: 'Teko', sans-serif;
  font-weight: 700;
  font-size: 46px;
}

.banner-booking-sec .contect > .play-btn > i {
  min-width: 60px;
  height: 60px;
  background: #f60;
  text-align: center;
  line-height: 60px;
  border-radius: 50px;
  font-size: 20px;
  color: #fff;
  margin-right: 6px;
  box-shadow: 0 0 0 0 #f60;
  animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
}
.banner-booking-sec .contect > .play-btn{
  cursor: pointer;
}
.banner-booking-sec .contect > .play-btn{
 
  color: #444;
}
.showcase-btns > .play-btn > i {
  min-width: 60px;
  height: 60px;
  background: #f60;
  text-align: center;
  line-height: 60px;
  border-radius: 50px;
  font-size: 20px;
  color: #fff;
  margin-right: 6px;
  box-shadow: 0 0 0 0 #f60;
  animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
}
.showcase-btns > .play-btn{
  cursor: pointer;
}
.showcase-btns > .play-btn{
  
  color: #444;
}

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 25px rgba(232, 76, 61, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 25px rgba(232, 76, 61, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 25px rgba(232, 76, 61, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 25px rgba(232, 76, 61, 0);
  }
}

.home-banner-form{
  background: #ff6600;
  padding: 26px;
  border-radius: 10px;
  
}
.home-banner-form form input{
  height: 50px;
  background: #fff;
  padding: 12px;
  border-radius:initial;
  border: none;
  border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
 
  outline: none;
}
.home-banner-form form input::placeholder{
  border: none;
  outline: none;
}
.home-banner-form form  .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color:initial;
  outline: 0;
  box-shadow:initial;
}


.home-banner-form form button{
  border: none;
background: #153c86;
text-transform: uppercase;
padding: 12px 0px;
height: 50px !important;
color: #fff;
width: 100%;
outline: none;
border: none;
cursor: pointer;
border-radius: 5px;
}
.home-banner-form form button:hover{
  background:#000;
  
}
.row-gap{
  margin-top: 25px;
}

/* ....service... */
.service-sec .service .service-h{
  display: flex;
  justify-content: space-between;
  padding-left: 00px;
  padding-right: 20px;
  width: 100%;
  padding: 15px;


}
.baner-heaning h5{
  text-align: left;
}
.service-sec .service .service-h h4{
font-size: 20px;
font-weight: 600;
color: #fff;
text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
}

.service-sec .service .service-h .icon i{
width: 30px;
background: #f60;
color: #000;
display: flex;
height: 30px;
justify-content: center;
align-items: center;
border-radius: 50%;

}

.service-sec .service .overlay-content .overlay__text .icon  a i{
width: 30px;
background: #fff;
color: #000;
display: flex;
height: 30px;
justify-content: center;
align-items: center;
border-radius: 50%;

}
.overlay__text .icon .button {
color: #fff;
padding-right: 10px;
display: flex;
font-size: 17px;
}
.overlay__text .icon .button i{
margin-left: 10px;
}
.service-sec .service .overlay-content .overlay__text .icon{
  position: absolute;
  right: 17px;
  bottom: -18px;
}
.service{
  overflow-x: hidden;
}
.service-sec .service{
  position: relative;
}
.service-sec .service .service-h{
position: absolute;
bottom: 0;
opacity: 1;
}
.overlay-content {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 0;
visibility: none !important;
transition: .5s ease;
/* background-color:  !important; */
}

.service:hover .card__overlay {
opacity: 1;
}

.service:hover .service-h{
  opacity: 0;
}
.overlay__text {
color: #fff;
font-size: 20px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%) !important;
-ms-transform: translate(-50%, -50%) !important;
transform: translate(-50%, -50%) !important;
text-align:left;
padding-left: 35px;
padding-right: 35px;
width: 100%;
}
.overlay__text p{
  color: #fff;
}

.service-img{
  position: relative;
}
.service-img .icon{
  position: absolute;
  bottom: 16px;
  right: 31px;
  background: #22478d;
  color: #fff;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.service-img::before{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  transform: translateX(-100%);
  transition: all 0.4s ease;
  visibility: hidden;
  content: '';
  background: #22478d;

  
  width: 100%;
  height: 100%;
}
.overlay__text p{
  color: #fff !important;
  font-size: 17px;
}
.service:hover .service-img::before{
  visibility: visible;
  transform: translateY(0%);
}
.service-img img{
  /* transform: scale(1.1); */
  width: 100%;
  height: 100%;
}
.overlay-content{
  position: absolute;
  z-index: 15;
  color: #fff;
 
  text-align: center;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  opacity: 0;
  transition: all 0.4s ease;

}
.service:hover .service-img .icon{
  visibility: hidden;
}
.service:hover .overlay-content{
  opacity: 1;
  visibility:visible;
}
.overlay-icon{
  position: absolute;
  bottom:20px;
  right: 31px;
  background: #3baadc;
  color: #fff;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.back-img-over{
  position: relative;
  padding: 100px 0 150px;
  /* width: 100%;
  height: 100%; */
}
.content-left{
  position: relative;
  z-index: 500;
  
}
.img-contents{  
  position: absolute;
 
  top: 101px;
  z-index: 100;
  right: -97px;
}
.overlay__text h3{
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
}
 

.contect-call-us {
  display: flex;
  justify-content: right;
  align-items: center;
}
.contect-call-us  .right p {
  font-family: 'Montserrat', sans-serif;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 600;
}
.contect-call-us  .right h5 a {
  color: #000000;
  font-family: 'Teko', sans-serif;
  font-weight: 700;
  font-size: 46px;
}
.contect-call-us .left {
  margin-right: 15px;
}
.service-need{
  background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)), url('../image/service-call-info-bg.png') center no-repeat;
  background-size: cover;
  padding: 100px 0;
  margin-top: 5px;
}
.service-need .heading h2{
  color: #fff;
  margin-bottom: -11px;
}
.service-need .heading p{
  color: #fff;
  max-width: 577px;
}
.service-need .right h5 a{
  color: #fff;
}
.service-need .right p{
  color: #fff;
 
}
.call-emergency {
  background: #f60;
  padding: 42px;
border-radius: 15px;
position: relative;
z-index: 500;
margin-bottom: -97px;
}
.call-emergency .heading span.to-sub{
  color: #fff;
}
.call-emergency .heading h2{
  color: #fff;
  line-height: 62px;
}
.call-emergency .call {
  width: 60px;
height: 60px;
  background:#153c86;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.call-emergency .call-to-us{
  display: flex;
 
  align-items: center;
}
.call-emergency .call-to-us .number a{
  font-size: 40px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #fff;
}
.call-emergency .heading p{
  color: #fff;
}
.call-emergency .arrow{
  position: relative;
margin-bottom: -46px;
}
.our-service-now{
  background:#1a2024;
}
.our-service-now .heading h2{
  color: #fff
}
.our-service-now .heading p{
  color: #fff
}
.our-service-now .content-right {
  padding: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.our-service-now .about-img{
  width: 100%;
  height: 100%;
}
.top-gap{
margin-top: 100px;
}
/* .....client-say..... */
.client-say-sec{
  background: url('../image/client-say-bg.png') no-repeat center;
  background-size: cover;

}
.client-say-sec .heading h2{
  color: #fff;
}
.client-say-sec .heading p{
  color: #fff;
}
.client-say{
  padding: 12px;
}
.client-say h4{
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
.client-say p{
  color: #fff;
  font-size: 17px;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
max-width: 304px;

}
.client-say  .raing{
margin-bottom: 19px;
}
.testimonials .owl-prev {
  position: absolute;
  top: 40%;
  left: -4rem;
  outline: none;
  border: none;
}

.testimonials .owl-next {

    position: absolute;
    top: 40%;
    right: -4rem;
    outline: none;
    border: none;

}
/* ...contact.... */
.contact-sec h3 a{
  color: #000000;
  font-family: 'Teko', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
  font-size: 70px;
  margin-bottom: 10px;
}
.contact-sec {
  background: url('../image/contact-bg.png') no-repeat center;
  background-size: cover;
  padding: 100px 0px 400px;
}
.contct-gap{
  margin-bottom: -36px;
  position: relative;
}
.cont-sty {
  margin-top: -228px;
  position: relative;
  margin-bottom: 58px;
}

/* ....footer... */
footer{
  background: #151515;
  padding: 80px 0 40px;
}
footer .contact-ft ul li a img{
  border-right:  2px solid #fff;
  padding-right: 10px;
}
footer .contact-ft ul{
  display: flex;
  align-items: center;
}
footer .contact-ft ul li {
  margin-right: 15px;
}
footer .contact-ft ul li a{
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
}
footer p{
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
}
footer .p-gap{
  padding: 25px 0;
}
footer .ft-line{
  width: 100%;
  height: 2px;
  background:#383838;
}
footer .copy-text p.private{
  text-align: right;
}
footer .copy-text p.private a{
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;

} 
footer .copy-text .ft-social ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .copy-text .ft-social ul li a i{
 color: #fff;
}
footer .copy-text .ft-social ul li{
  margin-right: 20px;
}
footer .copy-text {
  padding: 35px 0 0;
}



.baner-social{
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  right: 12px;
}
.baner-social::before{
  content: '';
  position: absolute;
  top: -4rem;
  left: 37%;
  transform:translateX(-10%);
  width: 2px;
  height: 48%;
  background: #333;
}
.baner-social::after{
  content: '';
position: absolute;
bottom: -4rem;
left: 50%;
transform: translateX(-10%);
width: 2px;
height: 48%;
background: #333;
}
.baner-social ul .top{
  margin-bottom: 11px;
}
.proflie-img img{
  position: absolute;
  right: 8px;
  bottom: -85px;
}
.baner-social ul li a i{
  color: #333;
}


/* ....search..... */

.search-icon {
  font-size: 23px;
  color:#fff;
  background: initial;
  border:none;
  margin-top: 12px;
  outline: none;
  cursor: pointer;
}
.icon .search-toggle .search-icon i{
  font-size: 19px;
  background: #153c86;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.search-icon:hover{
  outline: none;
}
.search-container .search-icon i{
  color: #777777;
}

.search-toggle .search-icon.icon-close {
  display: none;
}
.search-toggle.opened .search-icon.icon-search {
  display: none;
}
.search-toggle.opened .search-icon.icon-close {
  display: block;
}

.search-container {
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 0;
  overflow: hidden;
  background-color: #eee;
}
.search-container.opened {
  max-height: 100px;
}
.search-container input[type="text"] {
  outline: none;
font-size: 16px;
margin: 11px;
width: 288px;
background-color: inherit;
border: 0;
}
.search-container .search-icon {
  vertical-align: middle;
  position: absolute;
right: 10px;
top: 50%;
transform: translateY(-91%);
}



.search-container {
  position: absolute;
  right: 15px;
}/* ....search..... */

.search-icon {
  font-size: 23px;
  color:#fff;
  background: initial;
  border:none;
  margin-top: 12px;
  outline: none;
  cursor: pointer;
}
.icon .search-toggle .search-icon i{
  font-size: 23px;
}
.search-icon:hover{
  outline: none;
}
.search-container .search-icon i{
  color: #777777;
}

.search-toggle .search-icon.icon-close {
  display: none;
}
.search-toggle.opened .search-icon.icon-search {
  display: none;
}
.search-toggle.opened .search-icon.icon-close {
  display: block;
}

.search-container {
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 0;
  overflow: hidden;
  background-color: #eee;
}
.search-container.opened {
  max-height: 100px;
}
.search-container input[type="text"] {
  outline: none;
font-size: 16px;
margin: 11px;
width: 288px;
background-color: inherit;
border: 0;
}
.search-container .search-icon {
  vertical-align: middle;
  position: absolute;
right: 10px;
top: 50%;
transform: translateY(-91%);
}

.search-container {
  position: absolute;
  right: 15px;
}
.gall{
  overflow: hidden;
}
.gall img {
  transition: all .3s;
 
}
.gall:hover img {
  transform: scale(1.1);
}


.contact-home .home-banner-form{
  background: #ff6600;
  padding: 40px 40px 40px 120px;
  border-radius: 10px;
  
}
.contact-home .home-banner-form form input{
  height: 50px;
  background: #fff;
  padding: 12px;
  border-radius:initial;
  border: none;
  border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
 
  outline: none;
}
.contact-home .home-banner-form form input::placeholder{
  border: none;
  outline: none;
}
.contact-home .home-banner-form form  .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color:initial;
  outline: 0;
  box-shadow:initial;
}


.contact-home .home-banner-form form button{
  border: none;
background: #153c86;
text-transform: uppercase;
padding: 12px 0px;
height: 50px !important;
color: #fff;
width: 100%;
outline: none;
border: none;
cursor: pointer;
border-radius: 5px;
}
.contact-home .home-banner-form form button:hover{
  background:#000;
  
}
.contact-home .left-img {
  position: relative;
  margin-right:-100px;
  z-index: 444;
}
.contact-home .left-img img{
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;

}