@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

body{
  margin:0;
  padding:0;
  color: #000000;
  font-family: "Urbanist", sans-serif;
  position:relative;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover{
  color:#000;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -0px;
}
.main{
  margin: auto;
  padding: 0;
  width: 90%;
}
a{
  color: #000000;
  text-decoration: none;
}
a:focus, a:hover {
  color: #000;
  text-decoration: none;
}
img{
  max-width: 100%;
}
p{margin:0px;}

.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}
h1,h2,h3,h4,h5,h6{
  margin:0;
}
/*linear-gradient(to right, #198b9d, #103757)*/

/* START HEADER SECTION */

/*start head section*/

.head-section{padding: 21px 0;background: #fffcf3;}
.tophead-left1{
  padding: 0px 0px;
  width: 27.333%;
  text-align: center;
}
.tophead-left2 img{/* height: 97px; */}
.number-top a svg{
  height: 30px;
  width: 30px;
  fill: #c3484b;
}
.number-top a{
  color: #000000;
  font-size: 17px;
  font-weight: 500;
  padding: 0 0 0 20px;
}
.number-top{
  width: 18%;
  padding: 0 30px 0 0px;
}
.icon-top{
  width: 13.3333%;
  text-align: center;
}
.icon-top span svg{
  height: 28px;
  width: 28px;
  margin: 0 5px 0 0px;
}
.icon-top span{
  color: #ffffff;
  border-radius: 50px;
  background: linear-gradient(to right, #198b9d, #103757);
  padding: 7px 22px;
  text-transform: capitalize;
  font-weight: 500;
  width: fit-content;
}
/*end head section*/


/*start navigation section*/
.fixed-top {
  position: fixed;
  top: 0;
  padding: 8px 0 8px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 99999999;
  height: auto;
  background: #fff;
  box-shadow: 2px 3px 7px #d3d3d340;
}
.fixed-top  .tophead-left2 img{height: 57px;}
.navigation1{
  width: 40%;
}
.navbar-toggler-icon {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 2px;
  margin: 0 0 0 auto;
  background-color: #000000;
  transition: transform 0.3s ease;
  background-image: none;
}
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: '';
  position: absolute;
  width: 33px;
  left: 0;
  height: 2px;
  background-color: #000000;
  transition: transform 0.3s ease;
}
.navbar-toggler-icon::before {
  top: -10px;
}
.navbar-toggler-icon::after {
  top: 10px;
}
.navbar-toggler{border: 0;box-shadow: none;float: right;margin: -70px 10px 0 auto;}
.navbar-toggler:focus{box-shadow:none;}

.menu{
  width: 100%;
  justify-content: center;
}
.menu li{
  padding: 8px 12px;
  text-transform: capitalize;
  position: relative;
  z-index: 9;
}
.menu li a:before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  margin:0 auto;
  height: 1%;
  width: 6%;
  background: #d7d7d7;
  bottom: 0;
  transition: 0.5s ease-in;
}
.menu li:hover a:before{
  width:100%;
}
.menu li a{
  color: #656565;
  margin: 0;
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
  position: relative;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 2px 15px;
}
.navbar-nav .nav-link.active{
  color: #198b9d;
}
.nav-link:focus, .nav-link:hover{
  color: #e1c281;
}
  
  
/* Cross effect on active toggle */

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  transform: rotate(45deg);
  background: transparent;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
  transform: rotate(180deg);
  top: -8px;
  right: 0;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
  transform: rotate(90deg);
  top: -8px;
  right: 0;
}
.nav-link:focus, .nav-link:hover {
  color: #e1c281;
}

.nav-link:focus, .nav-link:hover {
  color: #e1c281;
}
@media all and (min-width: 992px) {
  .dropdown-menu {
    width: auto;
    background: #fff;
    padding: 8px 0px !important;
    border: 1px solid #f2f2f2;
  }
  .mega-submenu {
    left: 100%;
    top: 0;
    min-width: 25rem;
  }
  .ktm-mega-menu {
    position: static;
  }
  .mega-menu {
    left: 0;
    right: 0;
    width: 100%;
  }
  .dropdown-menu li {
    position: relative;
    padding: 1px 14px !important;
    display: block !important;
    line-height: 29px;
  }
  .dropdown-menu .submenu {
    display: none;
    left: 100%;
    top: 0;
  }
  .dropdown-menu>li:hover>.submenu,
  .dropdown:hover>.dropdown-menu {
    display: block;
  }
} 
.dropdown ul li a{
  text-transform:capitalize;
  color: #2a2a2a;
}
.nav-link:focus, .nav-link:hover {
  color: #198b9d;
}
.dropdown ul li a:before{
  display:none;
}

.dropdown-item:focus, .dropdown-item:hover{
  background:transparent;
  color: #198b9d;
}

/*end navigation section*/


/* start slide section */

.slide-section{
  background:#fffcf3;
  z-index: 9;
  padding: 0  0 106px;
}
.svgshape{
  background: url(../images/shape.png) no-repeat;
  right: 0;
  width: 37%;
  z-index: -9;
  top: 0;
  left: auto;
  height: 100%;
}
.design-header{
}

.slide-left1{
}
.slide-left2{
}
.slide-left2 p{
  color: #144a67;
  font-weight:500;
  padding: 0;
  line-height: 31px;
  letter-spacing: 0.5px;
  font-size: 22px;
}
.slide-left2 strong{
  font-family: "Marcellus", serif;
  font-size: 68px;
  color: #333333;
}
.slide-left2 aside{
  font-size: 23px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #5d5d5d;
  font-weight: 500;
  padding: 13px 0 0;
}
.slide-left2 a{
  background: linear-gradient(to right, #198b9d, #103757);
  color: #ffffff;
  padding: 11px 40px;
  text-transform: uppercase;
  border-radius: 40px;
  width: fit-content;
  margin: 18px 0 0;
  letter-spacing: 2px;
  font-weight: 500;
  text-shadow: 0px 3px 6px #ffffff;
}
.item{
  margin: 15px 9px;
}
.owl-carousel .owl-item .loop-client  img {
  width: auto;
  cursor: pointer;
  margin: 0 auto;
  border-radius: 30px;
}
.owl-dots{display:none;}

/* end slide section */

/* start top services section */

.topservices-section{
  padding: 50px 0;
}
.topservices-1{
  padding: 5px;
  width: 25%;
  position: relative;
}
.topservices-2{
  /* z-index:9; */
}
.topservices-2:before{
  position:absolute;
  content:"";
  height:100%;
  width:100%;
  border-radius: 19px;
  background: linear-gradient(359deg, #000000e3, transparent);
  top:0;
  left:0;
  right:0;
  margin:0 auto;
  /* z-index:-9; */
}
.topservices-1:nth-child(1),.topservices-1:nth-child(5){
  width: 15.666%;
}
.topservices-1:nth-child(2),.topservices-1:nth-child(4){
  width: 21%;
}
.topservices-2 img{
  border-radius: 19px;
}
.topservices-2 span{
  color:#fff;
  position:absolute;
  z-index: 9999999;
  bottom: 30px;
  top: auto;
  padding: 0 20px 0 19px;
  left: 0;
  font-weight: 600;
  width: 100%;
  font-size: 18px;
}
/* end top services section*/



/* start about us section */

.aboutus-section{
   padding: 0px 0 10px;
   position: relative;
}
.content-aboutus{
  padding: 90px 0 0 0;
}
.content-aboutus h1{
  font-family: "Marcellus", serif;
  display: block;
  font-weight: 500;
  padding: 0px 0 20px 0;
  color: #000;
  text-align: right;
  line-height: 90px;
  position: relative;
  font-size: 96px;
  text-transform: capitalize;
}
.content-aboutus h1 img{
  position:absolute;
  left: -50px;
  height: 260px;
  top: -70px;
}
.content-aboutus h1 a{
  color:#000;
}
.content-aboutus p{
  letter-spacing: 0.2px;
  color: #4b4b4b;
  font-weight: 500;
  line-height: 33px;
  text-align: justify;
  padding: 13px 0 0 0;
}
.content-aboutus h2,h3,h4,h5,h6{
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  padding: 7px 14px 7px 9px;
  width: fit-content;
  margin: 17px 0 21px 0;
  border-left: 2px solid #dc3545;
}
.content-aboutus ul{
  padding:0;
  margin:0;
  list-style:none;
}
.content-aboutus ul li{
  display: inline-block;
  padding: 7px 20px;
  background: #ffffff;
  margin: 0 6px 13px 0;
  border: 1px solid #b5b5b5;
  border-radius: 30px;
}
/* end about us section */


/* start best services section  */

.bestservices{
  background: #f9f9f9;
}
.bestservices-heading strong{
  color: #000000;
  font-size: 51px;
  font-weight: 700;
  font-family: "Marcellus", serif;
  text-transform: uppercase;
  display: block;
}
.bestservices-heading span{
  display: block;
  font-size: 15px;
  text-transform: capitalize;
  color: #ffffff;
  padding: 4px 20px 3px;
  background: linear-gradient(to right, #198b9d, #103757);
  border-radius: 30px;
  font-weight: 500;
  width: fit-content;
  margin: 0 auto;
}
.bestservices-heading p {
  color: #000000;
  line-height: 28px;
  font-size: 15px;
  letter-spacing: 0.6px;
  font-weight: 400;
}

.best-services1{
  padding: 20px 10px;
}
.best-services2{
  position: relative;
  border-radius: 20px;
  padding: 24px 17px;
  background: #fff;
}
.best-services2 img{display: block;}

.best-services2 strong{
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 12px 0 0px 0;
  display: block;
}
.best-services2 a{
  background: linear-gradient(to right, #198b9d, #103757);
  color: #ffffff;
  padding: 4px 19px 2px;
  text-transform: uppercase;
  display: block;
  border-radius: 40px;
  width: fit-content;
  margin: 12px 0 0;
  letter-spacing: 1px;
  font-weight: 500;
  text-shadow: \;
}
.best-services2 p{
  color: #2c1b0b;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  padding: 9px 0 0px 0;
  display: block;
  letter-spacing: 0.6px;
}
.mission-properties{
  padding: 10px 0 0;
  text-align: center;
}
.mission-properties strong{
  font-size: 37px;
  text-transform: uppercase;
  color: #2c1b0b;
  font-family: "Marcellus", serif;
  padding: 30px 0 0;
  display: block;
}
.mission-properties p{
  color: #616161;
  font-family: auto;
  font-size: 48px;
  padding: 40px 0 0;
  font-style: italic;
  font-weight: 500;
}
/* end best services section  */

/* start  car section*/

.car-section{
  padding:50px 0;
}
.car-1{
  padding: 30px 30px;
  margin: 10px 0;
  border-radius: 30px;
  background: #f9f9f9;
  border: 1px solid #e7e7e7;
  /* box-shadow: 0 0 8px 0px #c1c1c1; */
}
.car-left1 img{border-radius: 30px;}
.car-right1{padding: 0 0 0  50px;}
.car-right1 strong{
  color: #000;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
.car-right1 p{
  color: #2c1b0b;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  padding: 0px 0 3px 0;
  display: block;
  letter-spacing: 0.6px;
}
.car-right1 ul li{
  padding: 9px 20px;
  margin: 4px 7px 0 0;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  display: inline-block;
  font-weight: 600;
  /* border: 1px solid #cfcfcf; */
  width: fit-content;
  /* background: #ffffff; */
  border-radius: 5px;
}
.car-right1 ul li img{height: 24px;}

.car-right1  a{
  color: #ffffff;
  border-radius: 50px;
  background: linear-gradient(to right, #198b9d, #103757);
  padding: 7px 22px;
  text-transform: capitalize;
  font-weight: 500;
  width: fit-content;
  display: inline-block;
  font-size: 18px;
  margin: 16px 7px 0 0px;
}
.car-right1  a svg{
  height: 30px;
  margin: 0 4px 0 0px;
  width: 30px;
}
/* end car section*/


/* start tour section */

.outting-section{
  padding: 50px 0 0;
}
.tour1{
  padding: 20px 10px;
}
.tour2 img{
  border-radius: 10px;
}
.tour2 strong{
  color: #000;
  font-size: 21px;
  text-align: center;
  padding: 14px 0  0;
  font-weight: 700;
  text-transform: capitalize;
  display: block;
}
.tour2 a{
  text-align: center;
  padding: 4px 0 0;
  display: block;
  color: #198b9d;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
}
.text-taxi{
   padding: 30px 0;
   background: linear-gradient(to right, #067485, #103757);
   text-align:center;
   margin: 60px 0 0;
}
.text-taxi strong{
  color: #ff9d00;
  font-weight: 500;
  font-size: 26px;
  display:block;
  text-transform:capitalize;
}
.text-taxi p{
  display: block;
  color: #ffffff;
  font-size: 53px;
  padding: 0;
  font-weight: 700;
  margin: 0;
  text-transform: capitalize;
}
/* end tour section*/
/* start testimonials section*/

.testimonials-section{
   padding: 70px 0 50px;
}

.testimonials1{
   padding: 10px;
}
.testimonials2{
}
.testimonials-text{
   background: #fff9e8;
   position: relative;
   padding: 20px;
   border-radius: 20px;
}
.testimonials-text:before{
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border: 25px solid #fffcf3;
  bottom: -50px;
  left: 30px;
  border-right: 25px solid #00000000;
  border-left: 25px solid #911e1e00;
  border-top: 25px solid #fff9e8;
  border-bottom: 25px solid #00000000;
}
.testimonials-text p{
   color: #000000;
   font-size: 15px;
   letter-spacing: 0.9px;
   line-height: 27px;
}
.testimonials-text svg{
  height: 30px;
  width: 90px;
}
.image-testimonials span{
   position: absolute;
   left:0;
   top:0;
}
.image-testimonials span svg{
   height: 50px;
   border-radius: 50%;
   width:50px;
}
.image-testimonials p{
   padding: 0px 0 0 70px;
   color: #000000;
   text-transform: capitalize;
   font-weight: 600;
   margin: 16px 0 0;
   font-size: 18px;
}
.image-testimonials p b{
  color: #198497;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
}
.testimonials-heading strong{
   color: #07697d;
   font-family: "Marcellus", serif;
   font-weight: 800;
   text-transform: capitalize;
   font-size: 48px;
   position:relative;
}
.testimonials-heading strong i{
  font-style:normal
}
.testimonials-heading strong i:nth-child(1) { color: #4285F4; } 
.testimonials-heading strong i:nth-child(2) { color: #EA4335; } /* o - Red */
.testimonials-heading strong i:nth-child(3) { color: #FBBC05; } /* o - Yellow */
.testimonials-heading strong i:nth-child(4) { color: #4285F4; } /* g - Blue */
.testimonials-heading strong i:nth-child(5) { color: #34A853; } /* l - Green */
.testimonials-heading strong i:nth-child(6) { color: #EA4335; } /* e - Red */

.testimonials-heading span svg{
   height: 30px;
   width: 120px;
   margin: -9px 0 0;
}
.testimonials-heading a{
   position: absolute;
   font-size: 20px;
   display: block;
   padding: 11px 30px;
   border-radius: 7px;
   text-transform: uppercase;
   color: #fff;
   right: 0;
   top: 0;
   font-weight: 600;
   background: linear-gradient(#b3552e 60%, #c9754d);
}
/* end testimonials section*/

/* =============================================
        START GET IN TOUCH PAGE CSS 
================================================*/

.getintouch{
  padding: 70px 0 80px;
}
.getin-left1{
  padding: 0 0px 0 10px;
}
.get-in1{
  padding: 16px;
}
.get-in2{
  border-radius: 17px;
  border: 1px solid #dddddd;
  padding: 0;
  position: relative;
  text-align: center;
}
.get-in2 a{
  display: block;
  color: #c9754d;
  padding: 30px 30px 30px;
}
.social-media a span{
  display: block;
  position: absolute;
  top: 19px;
  color: #e1a04b;
  right: 10px;
  height: auto;
  width: auto;
  border: 0;
}
.social-media a span .bi{
  height: 0.9rem;
  width: 0.9rem;
}
.get-in2 strong{
  font-size: 23px;
  font-weight: 600;
  padding: 4px 0 0;
  display: block;
  color: #000000;
}
.get-in2 span{
  height: auto;
  display: block;
  margin: 0 auto;
  text-align: center;
  background: transparent;
  border-radius: 50%;
}
.get-in2 span .bi{
  height: 40px;
  width: 40px;
  fill: #156a82;
}
.get-in2 p{
  color: #000000;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 16px 0 0;
}
.social-media-get{
  border-radius: 17px;
  border: 0;
  padding: 20px  0 13px;
  position: relative;
  background: linear-gradient(to right, #198b9d, #103757);
  text-align: center;
}
.social-media-get li {
  list-style: none;
  position: relative;
  display: inline-block;
  padding: 0px 1px 10px;
}
.social-media-get ul li a{
  display: block;
  text-align: left;
  text-transform: capitalize;
  font-size: 13px;
  padding: 5px 12px 3px 12px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #373737;
  border-radius: 110px;
  background: #ffffff;
}


.getin-right1{
  padding: 0 10px 0 10px;
}
.getin-right1 iframe{
  height: 570px;
  border-radius:30px;
}

.contac-rr {
  padding: 40px 20px 40px 20px;
  margin: 0;
  text-align: left;
  background: linear-gradient(to right, #198b9d, #103757);
  border-radius: 20px;
}
.form-group1 {
   padding: 10px 0px;
   margin: 0px 0px 0px;
   position: relative;
}
.form-group1 label{
  text-align: left;
  font-weight: 600;
  display: block;
  padding: 0 0 4px 0;
  font-size: 14px;
  text-transform: capitalize;
}
input.form-control1 {
   color: #ffffff;
}

.form-control1 {
  height: 53px;
  background-color: transparent;
  border-radius: 50px;
  border: 1px solid #ffffff;
  display: block;
  width: 100%;
  line-height: 53px;
  padding: 0px 24px 0px 30px;
  font-size: 15px;
  font-weight: 400;
}
textarea.form-control1 {
  height: 140px;
  border-radius: 30px;
  color:#fff;
}
input:-internal-autofill-selected {
    background-color: #ffffff00 ! Important;
}
.form-group1 span{
  margin: 0;
}


.btn-group{
  padding: 13px 0 0px 0;
  margin: 0;
  display: block;
  text-align: right;
}
.btn-group>.btn{
  background: #ffffff;
  padding: 13px 30px;
  color: #000000;
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 500;
  border:0;
  border-radius: 350px;
  transition: 0.8s all ease-in-out;
  left: 0;
  width: 100%;
  right: 0;
  margin: 0px auto 0px;
}

.form-group1  .place::-webkit-input-placeholder{
  color: #ffecd3;
  padding-left:0px;
  font-size:15px;
  font-weight:400;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -0px;
}
.btn:active:focus, .btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -0px;
}
.form-getin{
  padding: 0 0 0px;
}
/* =============================================
        END GET IN TOUCH PAGE CSS 
================================================*/



/* start footer section  */

.footer{
  position: relative;
  padding: 80px 0 50px;
  z-index: 9;
  background: linear-gradient(45deg, #060606, #0e0e0e);
  background-size: cover;
}

.footer-left1{
  padding: 0;
}
.footer-contact{margin: 20px 0 0;padding: 10px 0 0 0;}
.footer-center1 img{
}
.footercontact-left1{
  padding: 0 0px 0 10px;
}
.footercontact-right1{padding: 0 0px 0 0px;}
.footercontact-right2 ul li b{
  font-weight: 400;
  display: block;
}
.footer-right1{
  padding: 0 0 0;
}
.footer-right2{
  padding: 0px 0 0 0px;
}
.footer-line ul{
  list-style: none;
  text-align: center;
}
.footer-line ul li{
  padding: 8px 8px;
  font-size: 15px;
  display: inline-block;
  letter-spacing: 0.9px;
  color: #fff;
  text-transform: capitalize;
}
.footer-line li a{
  color: #ffffff;
  display: block;
  text-align: left;
}

.phone-footer a{
  color: #fff;
  font-size: 24px;
  padding: 3px 0 0;
}
.phone-footer a svg{fill: #ffb636;height: 34px;width: 34px;}
.location-footer span{
  background: #ffb636;
  height: 40px;
  width: 40px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  line-height: 47px;
}
.location-footer span .bi{
  height: 23px;
  width: 23px;
  fill: #000000;
}

.location-footer aside{
  color: #ffffff;
  font-size: 21px;
  padding: 10px 0 0;
  text-transform: uppercase;
  letter-spacing: 2.9px;
}

.social-icons ul li {
  list-style: none;
  display: inline-block;
  padding: 0 10px 0 10px;
  margin: 0 0px;
  position:relative;
}
.social-icons ul li:before{
  content:"";
  position:absolute;
  width:100%;
  top: 10px;
  left: -42px;
  background: #532e0c;
}
.social-icons ul li:nth-child(1):before{
  display:none;
}
.social-icons ul li a {
  border-radius: 7px;
  display: block;
  position:relative;
  color: #ffecc9;
}
.social-icons ul li a .bi {
  height: 19px;
  width: 19px;
  fill: #ffb636;
}

.footer-right2 p{
  color: #fff;
  text-align:center;
  letter-spacing: 0.5px;
  line-height:30px;
}



.copy-right{
  
background: #000000;
}
.copy-right p {
  color: #9f9f9f;
  font-weight: 500;
  font-size: 14px;
  display: block;
  letter-spacing: 0.8px;
}

/* end footer section  */

/* start client car section*/

.client-car-design{padding: 100px 0 57px 0;}
.client-car1{
  padding: 10px;
  width: 20%;
}
.client-car2{
}
.client-car2 img{border-radius: 20px;}


/* end client  car section*/

.fixed-icon-whatsapp a:first-child {
    left: 19px
}

.fixed-icon-whatsapp a {
    font-weight: 500;
    font-size: 28px;
    position: fixed;
    right: 49px;
    color: #fff!important;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    display: inline-block;
    z-index: 9999999;
    transition: .5s ease-in-out;
    text-decoration: none!important;
    bottom: 40px;
    text-transform: capitalize;
    height: 60px;
    width: 60px;
    line-height: 60px
}

.fixed-icon-whatsapp a b {
    z-index: 9;
    position: relative;
    display: inline-block;
    margin: 0 0 4px;
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .5));
    animation-name: rip;
    animation-duration: .8s;
    animation-iteration-count: infinite;
    background: #fff;
    line-height: 71px;
    border-radius: 50%;
    height: 70px;
    width: 70px;
}

.fixed-icon-whatsapp a b img {
    height: 50px;
}

@keyframes rip {
    0% {
        box-shadow: 0 0 0 4px rgb(233 160 66)
    }

    20% {
        box-shadow: 0 0 0 6px rgb(234 161 66 / 42%)
    }

    40% {
        box-shadow: 0 0 0 8px rgb(234 161 66)
    }

    60% {
        box-shadow: 0 0 0 10px rgb(234 161 66 / 24%)
    }

    80% {
        box-shadow: 0 0 0 12px rgba(162,162,162,.1)
    }

    100% {
        box-shadow: 0 0 0 14px rgba(162,162,162,0)
    }
}

#callbook ul li {
    padding: 0;
    list-style: none;
    z-index: 99999;
    position: fixed;
    bottom: 50px;
    left: 40px
}

#callbook ul li:last-child {
    float: right;
    right: 40px;
    left: auto
}

#callbook ul li img {
    height: 60px
}

@keyframes pulse {
    0%,100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }
}






@media (max-width: 767px){
    .slide-left2 strong{font-size: 36px;}
  .menu li a{padding:2px 10px;}
  .tophead-left2 img{height: 61px;}
  .menu li {padding: 5px 7px;}
  .number-top{display:none;}
  .icon-top{width: 37%;position: absolute;right: 50px;top: 27px;}
  .navigation1{width: 100%;}
  .tophead-left1{width: 53.333%;}
  .text-taxi p{font-size: 37px;}
  .content-aboutus h1 img{height: 210px;left: -20px;top: -180px;z-index: 9;}
  .content-aboutus h1{font-size: 65px;padding: 20px 0 0px 0;font-weight: 600;}
  .slide-left2 aside{letter-spacing:0;font-size: 17px;}
  .menu li a:before{display:none;}
  .bestservices-heading strong{font-size: 33px;}
  .topservices-2 span{padding: 0 12px 0 9px;font-size: 16px;}
  .mission-properties p{font-size: 35px;}
  .car-right1 {padding: 20px 0 0 0px;}
  .design-header{flex-flow: column-reverse;}
  .svgshape{display:none;}
  .slide-left2{margin:-50px 0 0;}
  .topservices-1{width:50% !Important;}
  .testimonials1{padding:15px 0;}
  .get-in2 a{padding:10px;}
  .get-in1 {padding: 9px;}
  .getin-left1{padding:20px 0 0 0;}
  .getin-right1{width:300px;}
  .client-car1{width:50%;}
  .client-car1:last-child{display:none;}
  .client-car-design{padding: 60px 0 0;}


  
  .footer-line ul li{display:inline-block;padding: 0 20px 30px;}
  .social-icons{padding: 30px 0 0 0;text-align:center !Important;}


}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide-left2 strong{font-size: 44px;}
  .menu li a{padding:2px 10px;}
  .tophead-left2 img{height: 61px;}
  .menu li {padding: 5px 7px;}
  .number-top{display:none;}
  .icon-top{width: 24%;position: absolute;right: 50px;top: 27px;}
  .navigation1{width: 100%;}
  .tophead-left1{width: 46.333%;}
  .text-taxi p{font-size: 37px;}
  .content-aboutus h1 img{height: 150px;left: -20px;top: 60px;}
  .content-aboutus h1{font-size: 78px;}
  .slide-left2 aside{letter-spacing:0;font-size: 17px;}
  .menu li a:before{display:none;}
  .bestservices-heading strong{font-size: 42px;}
  .topservices-2 span{padding: 0 12px 0 9px;font-size: 12px;}
  .mission-properties p{font-size: 35px;}
  .car-right1 {padding: 0 0 0 20px;}
   .footer-line ul li{display:inline-block;padding: 0 20px 30px;}
  .social-icons{text-align:center !Important;}
} 

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slide-left2 strong{font-size: 48px;}
  .menu li a{padding:2px 10px;}
  .tophead-left2 img{height: 61px;}
  .menu li {padding: 5px 7px;}
  .number-top{display:none;}
  .icon-top{width: 16%;}
  .navigation1{width: 52%;}
  .tophead-left1{ width: 31.333%;}
  .text-taxi p{font-size: 48px;}
  .content-aboutus h1 img{height: 200px; left: -20px;}
  .content-aboutus h1{font-size: 82px;}
  .slide-left2 aside{letter-spacing:0;font-size: 19px;}
  
}

@media only screen and (min-width: 1201px) and (max-width: 1350px) {
  .slide-left2 strong{font-size: 53px;}
  .menu li a{padding:2px 10px;}
  .tophead-left2 img{height: 69px;}
  .menu li {padding: 5px 7px;}
  .number-top a{ padding: 0 0 0 12px;}

}


@media (max-width: 575px) and (min-width: 0px) {
  .car-1 {padding: 30px 10px;}
  .car-right1 a{display:block;width:100%;}
  .car-right1 ul li{width:100%;}
  .mission-properties p{font-size: 28px;}
  .content-aboutus h1{line-height: 57px;font-size: 51px;font-weight: 600;}
  .tophead-left1{width: 68.333%;padding: 0 0 0 10px;}
  .tophead-left2 img{height:auto;}
  .navbar-toggler{ margin: -54px 10px 0 auto;}
  .slide-left2 {margin: -30px 0 0;}
  .slide-right1{margin: -23px 0 0;}
   .testimonials-heading strong{font-size: 40px;}
  .tour2 strong{ font-size: 16px;}
  .tour1{padding: 15px 4px;}

}
@media (max-width: 420px) and (min-width: 0px) {
  .footer-line ul li{ padding: 0 6px 10px;}
  .text-taxi p {font-size: 28px;}
  .phone-footer a{font-size: 33px;text-align: center;font-weight: 600;}
  .content-aboutus h1 img{height:auto;}
  .icon-top{display:none;}
  .content-aboutus h1{line-height: 53px;font-size: 40px;font-weight: 600;}


}




  
  
  
  
  
  
  
  
  
  
  
  
  
  
   
  
  
