@charset "utf-8";

/*	--------------------------------------------------
	Font Setup
	-------------------------------------------------- */
	@import url('https://fonts.googleapis.com/css2?family=Montserrat: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');
	/* font-family: 'Montserrat', sans-serif; */



  @font-face {
    font-family: 'google-sans Regular';
    src: url('../fonts/google-sans/ProductSans-Regular.ttf');
  }

  @font-face {
    font-family: 'google-sans Medium';
    src: url('../fonts/google-sans/ProductSans-Medium.ttf');
  }

  @font-face {
    font-family: 'google-sans Bold';
    src: url('../fonts/google-sans/ProductSans-Bold.ttf');
  }

/*	--------------------------------------------------
	Generic CSS Setup
	-------------------------------------------------- */

  


html {
	width: 100%;
	height: 100%;
	background: #fcfcfc;
}
body {
	width: 100%;
	height: 100%;
	background-attachment: fixed;
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
	font-family: 'Segoe UI', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.533;
	box-sizing: border-box;
	color: #6d6e6e;
}
h1, h2, h3, h4, h5, td, tr, th, div, header, section, footer, p, form, input, textarea, select, fieldset{
	font-family: 'Segoe UI', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.533;
	color: #6d6e6e;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	border: none;
}

a{
  text-decoration: none !important;
}


*{
	outline: none;
  }
  
  html,body{
	/* overflow-x: hidden; */
  }
  
  header{
	/* background-color: #fff; */
  /* position: absolute; */
  z-index: 9999;
  width: 100%;
  top: 0;
  left: 0;
  /* border-bottom: 1px solid #ffffff2e; */
  }

  body{
	margin:0px;
	padding: 0px;
	box-sizing: border-box;
  }
  
/* header------------------------------------------------------------------------ */

.flex_container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.socila_media_links{
  display: flex;
}

.socila_media_links a{
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: rgb(255 101 195);
  margin-right: 10px;
  font-size: 14px;
  background: #fff;
}

.footer_l span{
  color: #FFF;
  font-size: 27px;
  font-family: 'Montserrat';
}

.footer_l h3{
  font-family: 'Lato';
  color: #fff;
}

.col_glry_lg a{
  font-family: 'Lato';
  color: #fff;
}

.frs_wrp{
  display: flex;
  align-items: center;
  background: rgb(156 48 5);
  width: 27%;
  padding: 17px 1px;
}
.top_panel{
  padding: 10px 0px;
  background-color: #ff65c3;
}
.link_top_top{
  display: flex;
    align-items: center;
}

.link_top_top a{
  font-family: 'Barlow';
  margin-right: 20px;
  color: #FFF;
  font-weight: 500;
  font-size: 18px;
}

.link_top_top a span{
  padding-right: 6px;
}

.header_inner_wrp{
  /* box-shadow: 0 9px 8px 0 rgb(32 33 36 / 20%); */
  /* padding: 10px 0px; */
  position: relative;
}

.contact-tp ul{
  display: flex;
  padding: 0px;
  list-style: none;
  align-items: baseline;
  margin: 0px;
}

.contact-tp ul li{
  display: flex;
  align-items: center;
  margin-right: 20px;
  border-right: 1px solid #ffffff;
  padding-right: 20px;
}

.contact-tp ul li:last-child{
  border-right: none;
  margin-right: 0px;
  padding-right: 0px;
}

.cnt-dd span{
  display: block;
  color: #fff;
  font-family: 'google-sans Regular';
  font-size: 14px;
}

.cnt-dd a{
  color: #fff;
  font-family: 'google-sans Medium';
}

.cnt-dd p{
  color: #fff;
  font-family: 'google-sans Medium';
}

.cnt-icon svg{
  width: 35px;
  fill: #ffffff;
  height: auto;
}

.cnt-dd{
  margin-left: 10px;
}


.mob_panel_menu{
  position: relative;
  z-index: 6;
}
.mobile_navigation_menu{
  position: fixed;
  width: 600px;
  height: 100%;
  z-index: 9999999;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  background: #ffffff;
  transform: translateX(-1070px);
  pointer-events: none;
transition: all .3s ease;
}
.show_mob_nav{
  transform: translateX(0px);
  pointer-events: all;
}
.mobile_navigation_menu::before{
  content: '';
  position: absolute;
  width: 50%;
  height: 22%;
  bottom: 0;
  background: #f5f4f457;
  left: 0;
}

.mobile_navigation_menu::after{
  content: '';
  position: absolute;
  width: 50%;
  height: 78%;
  top: 0;
  background: #f5f4f457;
  left: 50%;
}

.menu_panel{
  position: relative;
  width: 100%;
  padding: 30px 0px;
  /* transform: translateY(-42px); */

}
/* .show_mob_mwnu{
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
} */
.social_menu_link{
  display: flex;
  align-items: center;
  gap: 11px;
}
.social_menu_link a {
  /* background: linear-gradient(196deg, #ee553f 0%, #e7a42b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  font-size: 20px;
  width: 40px;
  height: 40px;
  background-color: #eff207;
  color: #9c3005;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  transition: .3s ease;
}
.social_menu_link a:hover {
  transform: scale(1.1);
}
.drp_mob_v2{
  display: none;
}
.mob_panel_menu{
  padding-left: 5px;
  width: 100%;
}
.menu_panel ul{
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.menu_panel ul li{
  padding: 14px 0px;
}
.menu_panel ul li a{
  /* display: block; */

  color: #1a191d;
  font-family: 'Heebo';
  font-size: 16px;
  border-bottom: 1px solid #98989821;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  text-transform: uppercase;
  border-left: 5px solid #fff;
  padding-left: 10px;
  width: 100%;
}


/* .menu_panel ul li a:hover{
  background: #000000;
  color: #fff;
} */
.menu_panel ul li a span{
  display: block;
  width: 15px;
  line-height: 0px;
  transform: rotate(90deg);
  height: auto;
}

.menu_panel ul li a span svg{
  fill: #ffffff;
  width: 100%;
}

.sticky_header{
  background: #000;
    position: fixed;
    top: -500px;
    width: 100%;
    z-index: 99999;
    opacity: 1;
    visibility: hidden;
    transition: .6s ease;
}
.header_inner_wrp{
  transition: .3s ease;
}
/* .show_top_header{
position: fixed;
width: 100%;
left: 0;
top: 0;
transition: .3s ease;
animation: show_header .3s ease;
z-index: 99999;
background-color: #fff;
}

@keyframes show_header{
  0%{
    top: -50px;
    opacity: 0;
  }
  100%{
    top: 0;
    opacity: 1;
  }
} */

.header_tag_line{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 30px;
  position: relative;
  /* background: #1a191d; */
  background: #9c3005;
}


.header_tag_line::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(196deg, #eff308 0%, #eff308 100%);
  width: 213px;
  height: 100%;
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
}

.banner_slider_section{
  position: relative;
}
.banner_slider_section::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .4;
  left: 0;
  top: 0;
  z-index: 2;
}
.logo{
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
}

.link_lists {
  display: flex;
  align-items: baseline;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.list_items_li {

  position: relative;
  /* padding: 7px 0px; */
  margin-right: 3px;
}


.link_lists li:last-child a span{
  padding-right: 6px;
}

.list_items_li a{
  position: relative;
  display: block;
  padding: 27px 14px;
  color: #000000;
  transition: .3s ease;
  font-family: 'google-sans Medium';
  font-size: 15px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #1a191d;
}

.row{
  width: 100%;
  margin: auto;
}

.list_items_li a span{
  width: 11px;
  display: block;
  position: absolute;
  right: 0px;
  top: 43%;
}

.list_items_li a span svg{
  transform: rotate(90deg);
  width: 100%;
}

/* .drp::after {
  content: "\f078";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  margin-left: 5px;
  font-size: 13px;
} */

.list_items_li a:hover{
  color: #e5322c;
}



/* .list_items_li a::before{
  content: 'Home';
  position: absolute;
  width: 100%;
  height: 100%;
  top: -3px;
  left: 0;
  text-align: center;
  color: #1f5a99;
} */

.navigations_panel{
padding: 0px 30px;
}

.web_nav{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.get-quote-c a{
  background: linear-gradient(196deg, #ee553f 0%, #e7a42b 100%);
  color: #fff;
  font-family: 'google-sans Medium';
  font-size: 19px;
  padding: 13px 35px;
  border-radius: 2px;
}

.nx_wrp{
  display: flex;
  align-items: center;
  justify-content: space-between;
}



.cnt_t_p a{
  margin-right: 20px;
  font-family: 'Poppins';
  color: #e0dfdf;
}

.container{
  padding: 0px;
}


.top_bar{
  padding: 0px 30px;
  background: #1b1464;
}


.drp_li{
  position: relative;
}

.drp_li:hover>.drp_mob_ve{
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.trm_s{
 /* display: none; */
}

.drp_mob_ve{
  position: absolute;
  width: 450px;
  background: #ffffff;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
  top: 89px;
}
.drp_mob_ve ul{
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
}

.drp_mob_ve ul li{
  width: 100%;
  margin: 0px 11px;
}
.drp_mob_ve ul li a span{
  position: inherit;
}
.drp_mob_ve ul li a{
display: flex;
align-items: center;
justify-content: space-between;
  text-align: left;
  padding: 11px 0px;
  line-height: 1.5;
  border-bottom: 1px solid #3a3a3a0d;
  text-transform: capitalize;
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 400;
}

.drp_mob_ve ul li a span img{
  width: 20px;
  margin-right: 6px;
}

.flex_a{
 display: flex;
 align-items: center;
 padding: 7px 0px;
}

.flex_a a{
  color: #fff;
  border-radius: 5px;
  font-family: 'Roboto';
  font-size: 15px;
  /* letter-spacing: .4px; */
  display: block;
  margin-right: 11px;
  font-weight: 400;
  line-height: 1.25;
}
.flex_a a span{
  padding-right: 3px;
}
.flex_a a:nth-child(1){
  background: #f55324;
  padding: 8px 33px;
  border: 2px solid #f55324;
}
.flex_a a:nth-child(2){
  background: #1991ee;
  padding: 8px 13px;
  border: 2px solid #7bbdf0;
}
.flex_a a:nth-child(3){
  background: #1991ee;
  padding: 8px 13px;
  border: 2px solid #7bbdf0;
}

.social_icons_flex{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

.social_icons_flex a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 43px;
  font-size: 14px;
  color: #fff;
}
.social_icons_flex a:nth-child(1){
  background:#4267B2;
}
.social_icons_flex a:nth-child(2){
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #fd45f6, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #d34cde, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #aa54eb, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #e3bdff, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}
.social_icons_flex a:nth-child(3){
  background:#1DA1F2;
}
.social_icons_flex a:nth-child(4){
  background:#FF0000;
}
.social_icons_flex a:nth-child(5){
  background:#0077b5;
}
.search_bar{
  display: flex;
  align-items: center;
}
.search_bar a {
  display: flex;
  align-items: center;
  color: #000;
  font-family: inherit;
  font-size: 15px;
  line-height: 0px;
}
.search_bar a i{
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 10px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
}
.search_bar a:nth-child(1){
  margin-right: 20px;
}
.search_bar a:nth-child(1) i{
  background: #01b299;
}
.search_bar a:nth-child(2) i{
  background: #ff5722;
}
/* Swiper ------------------------------------------------------------------------*/
.desc {
  width: 70%;
  position: absolute;
  padding: 0px 1%;
  z-index: 100;
  top:50%;
  left: 5%;
  transform: translate(-0%,-50%);
  color: #fff;
  max-width: 70%;
  text-align: left;
  }

  .desc  h2{
    position: relative;
    color: #ffffff;
    font-size: 75px;
    /* font-weight: 600; */
    display: inline-block;
    /* font-family: 'Montserrat', sans-serif; */
    /* font-family: rubik, sans-serif; */
    font-family: 'Libre Baskerville', serif;
    line-height: 1.1;
    margin-bottom: 5px;
  }

  .desc  h2 span{
    /* font-weight: 600; */
    /* color: #fbc213; */

  }

  .desc  p{
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.7em;
    font-family: 'Lato', sans-serif;
    margin-bottom:40px;
    width: 100%;
    text-align: left;
    font-style: italic;
  }

.owl-nav button{
  width: 50px;
  height: 50px;
  border-radius: 100px !important;
}


  .hero-img{
     position: relative;
  }

  .home_carousel .owl-item img{
    width: 100%;
    object-fit: cover;
    height: 700px;
    /* min-height: 100vh; */
  }
  .hero-img{

  }



.fixed_call_pnl{
  position: fixed;
  right: 0;
  z-index: 200;
  bottom: 20px;
  right: 20px;
}
.fixed_call_pnl a{
  background: #25D366;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 47px;
  color: #fff;
  border-radius: 100px;

}

.fixed_call_pnl a i{
  animation: animewat 1s linear infinite;
}


@keyframes animewat{
  0%{transform: scale(.9);}
  50%{transform: scale(1);}
  100%{transform: scale(.9);}
}

.cap_c{
  writing-mode: vertical-rl;
  width: 40px;
  padding: 14px 0px;
  background: #ac4646;
  color: #fff;
  display: flex;
  align-items: center;
  font-family: 'Heebo';
  text-transform: uppercase;
  font-weight: 400;
  font-size: 17px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  white-space: nowrap;
}

.redirect_link{
  display: flex;
  flex-direction: column;
}

.redirect_link a{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.redirect_link a:nth-child(1){
  background: #008b85;
}

.redirect_link a:nth-child(2){
  background: #607d8b;
}

.redirect_link a:nth-child(3){
  background: #54b63f;
  font-size: 20px;
}

  .banner_desc{
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    z-index: 4;
  }

  .mb-50{
    margin-bottom:60px;
  }

 .banner_title{
  max-width: 700px;
 }
  
  .banner_title h3 span{
    font-size: 24px;
    margin-bottom: 10px;
  }

.banner_title h3{
  font-family: 'google-sans Medium';
  font-size: 50px;
  color: #fff;
  line-height: 1.1;
}


.banner_title p{
  color: #fff;
  font-family: 'google-sans Regular';
  max-width: 480px;
  margin-top: 20px;
  font-size: 15px;
}

.banner_title h6{
  color: #08aea9;
  font-family: 'Heebo';
  font-weight: 600;
  word-spacing: 6px;
  font-size: 23px;
  margin-top: 18px;
}
.link_a{
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.link_a a{
  padding: 9px;
  text-align: center;
  font-family: 'Heebo';
  text-transform: uppercase;
  color: #fff;
  font-size: 17px;
  display: block;
  width: 180px;
}
.link_a a:nth-child(1){
  border: 3px solid #ea8832;
  background: #ea8832;
  margin-right: 13px;
}
.link_a a:nth-child(2){
  border: 2px solid #ffffff;
}

.prj{
  padding-bottom: 100px;
}

  .logo a img{
    width: 112px;
  }

  .hero-img:before {
    background: #000000;
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      /* clip-path: polygon(100% 0, 72% 71%, 67% 42%, 49% 100%, 0 100%, 0 0); */
      opacity: 0;
  }

  /* .hero-img::after{
    content: '';
    position: absolute;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    width: 100%;
    height: 600px;
    top: 0;
    left: 0;
    z-index: 2;
    }
   */

   .pd-01{
    padding: 50px 0px;
    margin-top: -150px;
   }


  .btn-gradient-bg {
    color: rgb(255 255 255);
    display: inline-block;
    padding: 16px 53px;
    /* background: linear-gradient(to right, #f05874 0%, #fc6a2a 100%); */
    border-radius: 3px;
    background: #ff65c3;
    transition: .3s ease;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    border-radius: 10px;
  }

  .btn-gradient-bg:hover {
    background: #004aad;
    color: #fff;
  }


  .delay-1 {
  animation-delay: .2s;
  }
  .delay-2 {
  animation-delay: .4s;
  }    
  .delay-3 {
  animation-delay: .6s;
  }    
  .delay-4 {
  animation-delay: .8s;
  }



  .slider-counter {
      z-index: 99;
      bottom: 1%;
      position: absolute;
      text-align: center;
      right: 4%;
      font-size: 120px;
      color:rgba(242, 242, 242, 0.7);
      font-weight: 700;
  }
  @media (max-width: 767px){
      .slider-counter {
          font-size: 80px;
          font-weight: 600;
          bottom: 0

      }
  }
  @media (max-width: 576px){
      .slider-counter {
          font-size: 30px;
          font-weight: 500;
          bottom: 0

      }
  }

  .hero_carosel .owl-nav button.owl-prev,.hero_carosel .owl-nav button.owl-next{
 
     position: absolute;
     bottom: 45%;
     right: 50%;
     color: #000;
  }

  .hero_carosel .owl-nav button.owl-prev{
     left: 34px;
  }

  .hero_carosel .owl-nav button.owl-next{
     right: 34px
  }

 .hero_carosel i.owl-direction {
      margin: 0 13px;
      font-size: 3em;
      padding: 0;
      color: #607D8B;
  }
  .home_arrow{
    line-height: 0px;
  }
  .home_arrow svg{
    width: 36px;
    fill: #fff;
  }

  .right_arrow_home{
    transform: scaleX(-1);
  }

  .hero_carosel .owl-nav button{
   width: 60px;
   height: 60px;
  }

  .hero_carosel .owl-nav button.owl-next,.hero_carosel .owl-nav button.owl-prev{
      outline: 0;
      background: none;
      display: flex;
      align-items: center;
      border: 3px solid #fff;
      }

      .hero_carosel .owl-nav button.owl-prev{
        justify-content: flex-end;
      }
      .hero_carosel .owl-nav button.owl-next{
        justify-content: flex-start;
      } 

.tag{
  display: inline-block;
}
@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUp{animation-name:fadeInUp}

.owl-theme .owl-nav{
  margin-top: 0px !important;
}

.abt-img img{
  width: 100%;
}

.abt_section{
  background: #fff;
}



/* about_section --------------------------------------------------------------*/
.p_111{
padding: 100px 0px;
}
.we_offer span{
  color: #073687;
}

.we_offer{
  padding-right: 40px;
  border-left: 1px solid #00000021;
}
.we_offer h3{
  font-family: 'Heebo', sans-serif;
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  /* margin-bottom: 20px; */
  line-height: 1.2;
  margin-bottom: 30px;
  border-bottom: 1px solid #00000021;
  padding-bottom: 24px;
  padding-left: 40px;
}
.we_offer h4{
  color: #000000;
  font-size: 31px;
  font-weight: 600;
  margin-bottom: 30px;
  font-weight: 700;
}
.we_offer p{
  font-family: 'google-sans Regular';
  font-size: 17px;
  line-height: 1.5;
  /* margin-top: 20px; */
  margin-bottom: 18px;
  color: #000000;
  padding-left: 40px;
  text-align: justify;
}

.we_offer a{
  padding: 15px 40px;
  color: #fff;
  font-family: 'google-sans Medium';
  text-transform: uppercase;
  /* letter-spacing: 1px; */
  margin-top: 30px;
  display: block;
  max-width: fit-content;
  margin-left: 40px;
  background: linear-gradient(196deg, #ee553f 0%, #e7a42b 100%);
  border-radius: 7px;
}


.inner_w_row{
  margin-top: 14px;
}
.shrc_gallery{
  display: flex;
  align-items: center;
  height: 100%;
}
.shrc_gallery label{
  font-size: 18px;
  color: #c47000;
  font-family: 'rubik'
}




/* depar --------------------------------------------------- */
.depart{

}
.header_depart{
  text-align: center;
}
.header_depart span{ 
  text-align: center;
  color: #824538;
  font-family: 'rubik';
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
}
.header_depart h3{ 
  text-align: center;
  color: #000000;
  font-family: 'rubik';
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-size: 2rem;
  margin-bottom: 20px;
}

.depart_col{
  padding: 15px;
}

.dd_col{
  text-align: center;
  background-color: #fff;
  border: 1px solid #e1e3e6;
  padding: 50px 60px;
  position: relative;
  transition: 0.5s ease-out;
  border-radius: 10px;
}

.dd_col h3{
  font-family: 'rubik';
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.75rem;
  color: #824538;
}
.dd_col p{
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: 'Montserrat';
}
.dd_col a{
  font-family: 'rubik';
  color: #000;
  font-weight: 500;
}
.dd_col a span{
  padding-right: 10px;
  color: #824538
}
.dd_col:hover{
  background: #fbc213;
}
.dd_col:hover>p{
  color: #fff;
}


/* contactbanner ------------------------------------------- */
.cnt_banner{
 padding: 100px 0px;
}

.f_a{
  font-size: 24px;
    font-family: 'rubik';
    font-weight: 600;
    color: #72343a;
}
.cntc_b_col h3{
  font-size: 45px;
  font-weight: 700;
  font-family: 'rubik';
  line-height: 1.4;
  margin-top: 22px;
  color: #fff;
}

.l_a{
  background: #0a6695;
    padding: 16px 64px;
    color: #fff;
    display: block;
    max-width: fit-content;
    margin-top: 20px;
    border-radius: 5px;
}
.cntc_b_col h3 span{
  color: #000;
}

.p_relative_col{
  position: relative;
}

.drc_stnd{
  position: absolute;
  left: 20%;
  top: -50px;
}
/* vehicle SEction ----------------------------------------- */
#vehicle{
  /* background: #fbc213; */
 padding: 100px 0px;
  position: relative;
  overflow: hidden;
  padding-bottom: 0px;
}
#vehicle::before{
  content: '';
  position: absolute;
  background-image: url(../images/home/services/texture_bg.jpg);
  width: 100%;
  background-position: center;
  background-size: cover;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  opacity: .7;
}
.taxi-section{
  text-align: center;
  margin-bottom: 40px;
}
.cntr_relative{
  position: relative;
  z-index: 5;
}
.slider_s_title{
  text-align: center;
  position: relative;
  z-index: 5;
}

.slider_s_title span{
  font-family: 'rubik';
  color: #75373a;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  letter-spacing: 2px;
}

.slider_s_title h3{
  font-size: 2rem;
  color: #fff;
  font-family: 'rubik';
  font-weight: 600;
}

.hh_slider{
  /* position: relative;
  top: 64px; */
  margin-top: 60px;
}

.dot{
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: #fee800;
  margin: auto;
  margin-bottom: 15px;
}

.taxi-section span{
  color: #000000;
  font-weight: 700;
  font-size: 16px;
  font-family: 'Poppins';
}

.taxi-section h3{
  font-size: 60px;
  letter-spacing: -.04em;
  font-weight: 700;
  color: #111111;
  font-family: 'Poppins';
}
.vh_content{
  position: relative;
  position: relative;
  transition: .3s ease;
  border-radius: 10px;
  /* height: 410px; */
  overflow: hidden;
  border: 1px solid #e1e3e6;
  background-color: #fff;
}
.vh_img img{
  transition: .3s ease;
}
.vh_content:hover>.vh_img img{
  transform: scale(1.1);
}
/* .vh_content::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(to top,transparent 17%,#151b33);
  background: linear-gradient(to top,transparent 17%,#151b33);
  height: 100%;
  width: 100%;
  pointer-events: none;
  z-index: 1;
} */
.vh_img {
  transition: .3s ease;
}
.vh_img img{
  width: 100%;
}

.footer_slider_bx p{
  font-family: 'Montserrat';
  font-size: 16px;
}

.lx_c_logo img{
    width: 107px !important;
    margin: auto;
    margin-bottom: 44px;
    margin-top: -42px;
}

.vh_section{
  background-color: #fff;
}

.footer_slider_bx{
}
.footer_slider_bx{
  padding: 30px 30px;
}
.vh_content h3{
  font-family: 'rubik';
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
  /* color: rgb(0, 0, 0); */
  color: #011327;
  /* border-bottom: 1px solid #0000001c; */
  padding-bottom: 8px;
}

.vh_content a{
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  /* background-color: #7fcdff; */
  border-radius: 6px;
  /* padding: 12px 37px; */
  transition: all .4s ease;
  margin-top: 30px;
  font-family: 'Poppins';
  /* position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, -50%); */
  width: 79%;
  text-align: left;
}
.vh_content a span{
  padding-right: 10px;
  color: #fbc213;
}

.vh_content a:hover{
  background-color: #000000;
  color: #ffffff;
}

/* top_ pp */
.hotel_r{
 position: absolute;
 width: 100%;
 kerning: 0px;
 top: 0px;
 z-index: 1;
 padding: 40px 35px;
}

.raing{
  display: flex;
  align-items: center;
}

.raing span{
  margin-left: 0;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Poppins';
  opacity: .9;
  color: #fff;
  line-height: 0px;
  position: relative;
  top: 3px;
}

.raing ul{
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-right: 10px;
}

.raing ul li i{
  color: #ffb900;
  font-size: 10px;
  margin-right: 7px;
}

.cars_slider{
  position: relative;

}

.navigation_section{
  position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-0%, -50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.left_arrow_lx{
  position: relative;
  left: -60px;
  justify-content: flex-end;
}

.right_arrow_lx{
  position: relative;
  left: 60px;
  transform: scaleX(-1);
  justify-content: end;
}

.navigation_section span{
  width: 60px;
  height: 60px;
  border: 3px solid #000;
  display: flex;
  border-radius: 100px;
  cursor: pointer;
  transition: .3s ease;
}

.navigation_section span:hover svg{
  fill: yellow;
}

.navigation_section span:hover{
  background-color: #000;
}

.navigation_section span svg{
  width: 35px;
  height: auto;
}

.lxry-banner{
 margin-top: 100px;
/* margin-bottom: 40px; */
}

.lxry_title{
  font-size: 3rem;
  font-family: 'Poppins';
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}
.lxry_title span{
  font-size: 22px;
  color: #838f9c;
  font-style: italic;
  font-family: lora, serif;
}

.lxry_title h3{
  font-size: 44px;
  line-height: 1.2;
  color: #2C3F58;
  text-transform: capitalize;
  font-family: 'Montserrat',sans-serif;
  font-weight: 700;
}
.lx_content{
  border: none;
  overflow: visible;
  border-radius: 0.7rem;
  background: #fff;
  box-shadow: 0 0 20px rgb(124 136 160 / 25%);
  -webkit-box-shadow: 0 0 20px rgb(124 136 160 / 25%);
  margin-bottom: 40px;
}
.wrp_l{
  /* box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%); */
  border-radius: 20px;
  overflow: hidden;
}

.lx_slider_content{
  padding: 20px 10px;
  display: flex;
  justify-content: space-between;
}
.hotel_rating{
color: #838f9e;
font-family: 'Poppins',sans-serif;
font-weight: 400;
position: relative;
font-size: 14px;
}
.hotel_rating i {
  margin-right: 5px;
  color: #FF9800;
}

span.price_off {
  display: block;
  font-size: 13px;
  text-decoration: line-through;
  color: #838f9e;
}

.lx_content h3 {
  text-transform: capitalize;
  font-family: 'Montserrat',sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: #2D3954;
}

.lxry_slider .owl-stage-outer{
  padding: 30px 0px;
}

.onsale-section {
  position: absolute;
  top: -7px;
  right: 15px;
  z-index: 1;
}

.onsale {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #e01a4b;
  font-size: 12px;
  line-height: 1;
  padding: 10px 8px 6px;
  border-top-right-radius: 8px;
  width: 84px;
  letter-spacing: .5px;
  font-weight: 600;
}

.onsale-section:after {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 44px solid transparent;
  border-right: 42px solid transparent;
  border-top: 6px solid #e01a4b;
}

.onsale:before, .onsale:after {
  position: absolute;
  content: '';
  display: block;
}

.onsale::before {
  background: #e01a4b;
  height: 7px;
  width: 6px;
  left: -6px;
  top: 0;
}

.onsale::after {
  background: #bd002f;
  height: 7px;
  width: 8px;
  border-radius: 8px 8px 0 0;
  left: -8px;
  top: 0;
}
@media (min-width: 1280px){
.container {
    max-width: 1200px;
}
}
.footer_xol{
  padding: 20px 10px;
  padding-top: 0px;
}
.footer_xol a{
  display: block;
  width: 100%;
  text-align: center;
  background: #5ab1e9;
  padding: 10px 0px;
  border-radius: 10px;
  color: #fff;
  font-family: 'Montserrat';
  font-weight: 600;
}
/* galery ------------------------------------------------- */

.galler_section_w{
  padding: 66px 0px;
  background: #5ab1e9;
  position: relative;
  background-image: url(../images/home/bg-new.png);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.glry_header{
  text-align: center;
  font-family: 'Poppins';
  font-size: 3rem;
  margin-bottom: 40px;
  font-weight: 800;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.col_glry_lg{
  padding: 5px;
}

.col_glry{
  height: 230px;
  overflow: hidden;
  border-radius: 15px;
}
.col_glry img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* f_sectoin -------------------------------------------------- */
.ff_wrd{
  text-align: center;
  color: #000;
}
.ff_wrd span{
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
}
.ff_wrd h3{
  text-align: center;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -0.04em;
    margin-top: 15px;
    margin-bottom: 60px;
    color: #000;
    font-family: 'Poppins';
    line-height: 1.2;
}

.ff_wrd a{
  background-color: #111111;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  border-radius: 38.5px;
  padding: 21.5px 58.5px;
  transition: all .4s ease;
  font-family: 'Poppins';
  /* border: 2px solid #000; */
}

.ff_wrd a:hover{
  background-color: #fee800;
  color: #000;
}


/* booking panel */
.dd_section{
  position: relative;
  z-index: 5;
  margin-top: -40px;
}
.date_picker_panel{
  box-shadow: 0 0 20px rgb(153 165 183 / 25%);
  padding: 0 15px;
  height: 100%;
  border-radius: 0.6rem;
  background: #fff;
  padding-right: 0px;
}

.form_group {
  height: 90px;
  color: #707e9c;
  font-weight: 500;
  position: relative;
  padding: 27px 5px 8px;
}

.field-icon {
  position: absolute;
  top: 50%;
  left: 13px;
  margin-top: -12px;
  font-size: 25px;
  color: #b5c1d0;
}

.col_title{
  position: absolute;
  left: 50px;
  opacity: .8;
  top: 19px;
  display: block;
}

.form-control{
  padding-left: 15px;
  margin: 0!important;
  box-shadow: none!important;
  background: #fff;
  border: 1px solid #e6eaf3;
  color: #707e9c;
  border-radius: 4px;
}

.brd_right{
  border-right: 1px solid #e2e7ef;
}

.form-control {
  height: 56px;
  border-radius: 0;
  font-size: 15px;
  box-shadow: none;
  padding: 0.5rem 0.75rem;
  border: 1px solid #e0ecf5;
  background-clip: initial;
}


.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  border: none;
  padding-left: 45px;
}
.form_group.search {
  padding: 0!important;
}


.booknow{
  border-color: #ff5722;
  background: #ff5722;
  padding: 0;
  justify-content: center;
  padding-left: 0;
  width: 100%;
  text-transform: uppercase!important;
  letter-spacing: .8px;
  border-radius: 0 0.6rem 0.6rem 0!important;
  color: #fff;
  height: 100%!important;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.p-0{
  padding: 0px;
}


.form_group .form-content{
  height: 100%!important;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  padding-left: 45px;
}

.render {
  font-size: 15px;
}
.form-select-guests .dropdown-menu {
  border: 1px solid #eef1f7;
  border-top: none;
}
.dropdown-item-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  color: #5E6D77;
  margin-bottom: 25px;
}

.dropdown-item-row .label {
  color: #5E6D77;
  font-size: 14px;
  opacity: .9;
  font-weight: 500;
  padding: 0;
}

span.btn-add, span.btn-minus {
  width: 35px;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  background: #eef1f7;
  border-radius: 4px;
  text-align: center;
  color: #5E6D77;
  font-weight: 600;
  cursor: pointer;
}

.form_group .dropdown-menu {
  min-width: 272px;
  z-index: 2;
  left: -12px!important;
  border-radius: 0 0 0.4rem 0.4rem;
  margin: 0;
  padding: 0 1rem;
  border: 1px solid #eef1f7;
  border-top: none;
}
span.count-display {
  width: 40px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
}


/* services------------------------------------------------- */

.service-img img{
  width: 100%;
}

.service-content{
  padding: 20px 15px;
}

.service-slide-box{
  background: #fff;
  box-shadow: 0px 15px 8px 0px rgb(0 0 0 / 15%);
  margin: 67px 10px;
  border-radius: 7px;
    overflow: hidden;
}

.service-content h3{
  font-family: 'google-sans Medium';
  color: #000;
  line-height: 1.2;
  margin-bottom: 15px;
}

.service-content p{
  font-family: 'google-sans Regular';
}

.service-content a{
  font-family: 'google-sans Medium';
  color: #ffffff;
  text-transform: uppercase;
  max-width: fit-content;
  display: block;
  margin-top: 32px;
  font-size: 14px;
  transition: .3s ease;
  background: linear-gradient(196deg, #ee553f 0%, #e7a42b 100%);
    padding: 8px 24px;
    border-radius: 8px;
    transition: .3s ease;
    border: 1px solid transparent;
}

.service-content a:hover{
  background: linear-gradient(196deg, #ee553f 0%, #e7a42b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 1px solid rgba(39,56,149,1);
}
.service-img img{
  transition: .3s ease;
}
.service-slide-box:hover> .service-img img{
  transform: scale(1.1);
}

.line-under-h3{
  width: 100%;
  height: 2px;
  border-bottom: 1px solid #0000001f;
  margin-top: 15px;
  margin-bottom: 20px;
  position: relative;
}

.service-content ul{
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.service-content ul li{
  padding: 4px;
  padding-left: 20px;
  position: relative;
}


.service-content ul li::before {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  font-size: 17px;
  left: 0;
  color: #ec6c39;
}

.service-content{
  position: relative;
}
.service-content::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(196deg, #ee553f 0%, #e7a42b 100%);
  clip-path: polygon(44% 82%, 50% 50%, 100% 50%, 100% 100%, 0 100%, 0 82%);
}

/* category boxes ------------------------------------------- */

.catergory-section{
  position: relative;
  z-index: 4;
}




.col_sec_tag{}

.catergory-section{
 height: 100%;
}

.ps_relative{
  position: relative;
  top: 133px;
}

.ss_header{
  text-align: center;
  margin-bottom: 70px;
}

.ss_header h5{
  font-weight: 500;
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: inherit;
  position: relative;
  color: #06c;
}
.ss_header h3{
  font-size: 2.4rem;
  font-family: 'Roboto';
  color: rgb(0, 0, 0);
 font-weight: 300;
}

.ss_header h3 span{
  font-weight: 600;
}

.img_tag img{
  width: 100%;
  border-radius: 13px;
}

.img_tag{
  margin-bottom: 41px;
  box-shadow: 0 0 20px rgb(124 136 160 / 25%);
  -webkit-box-shadow: 0 0 20px rgb(124 136 160 / 25%);
}

.box-devide h5{
  font-family: 'Poppins';
  font-weight: 700;
  letter-spacing: 3px;
  color: #f26122;
  text-transform: uppercase;
}
.box-devide span{
  color: #3da1e2;
  font-family: 'Montserrat';
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
 padding-left: 65px;
}
.abt_box{
  padding-right: 40px;
}

.box-devide span::before{
  content: '';
  position: absolute;
  width: 60px;
  height: 1px;
  background-color: #3da1e2;
  left: 0;
  top: 10px;
}

.box-devide h3{
  font-size: 29px;
  font-family: 'Poppins';
  color: #000;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 13px;
}

.box-devide p{
  margin-bottom: 30px;
  font-family: 'Lato';
  font-size: 16px;
  color: #000;
}

.a_link_tag{
  border-top: 1px solid #00000017;
  padding-top: 25px;
  display: flex;
  align-items: baseline;
}
.a_link_tag a{
  display: block;
  /* width: 200px; */
  text-align: center;
}



.a_link_tag a:nth-child(1){
  margin-right: 15px;
  background: #000;
  padding: 20px 40px;
  font-family: 'Poppins';
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
  margin-top: 10px;
  border:2px solid #000;
  transition: .3s ease;
  width: 250px;
}

.a_link_tag a:hover{
  background: none;
  color: #000000;
}

.a_link_tag a:nth-child(2){
  margin-right: 15px;
  border:2px solid #000;
  padding: 20px 40px;
  font-family: 'Poppins';
  color: rgb(0, 0, 0);
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
  margin-top: 10px;
}

/* why choose us  -------------------------------------------------*/
.wh_ch_section{
  background: #5ab1e9;
  padding-top: 200px;
  padding-bottom: 100px;
  position: relative;
  background-image: url(../images/home/bg-new.png);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;

}

.wh_ch h3{
  text-align: center;
  font-size: 60px;
  letter-spacing: -.04em;
  font-weight: 700;
  font-family: 'Poppins';
  color: #fff;
  margin-bottom: 60px;
  position: relative;
}
.wh_ch span{
 display: block;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: #fee800;
  margin: auto;
  margin-bottom: 10px;
}

.why_ch img{
  width: 100%;
  border-radius: 15px;
}

.why_choose_us ul{
  list-style: none;
}

.why_choose_us ul li{
  padding: 10px 0px;
  color: #fff;
  font-size: 20px;
  font-family: 'Poppins';
  display: flex;
}

.why_choose_us ul li span{
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fee800;
  position: relative;
  margin-right: 16px;
}

.why_choose_us ul li span svg{
  width: 30px;
  position: absolute;
  left: 3px;
  top: -17px;
}


.call_us{
  margin-top: -30px;
  background: #fee800;
  padding: 13px;
  position: relative;
  left: 30px;
  border-radius: 3px;
}

.cls{
  display: flex;
  align-items: center;
}

.cls label{
  width: 55px;
  height: 55px;
  background: #000000;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fee800;
  transform: rotate(-45deg);
  margin-right: 10px;
}

.cls h5{
  color: rgb(0, 0, 0);
  font-family: 'Poppins';
  font-size: 16px;
}

.cls a{
  font-size: 31px;
  color: #000;
  font-family: 'Poppins';
  font-weight: 600;
}

.cls h5 span{
  font-size: 20px;
  font-weight: 600;
}


/* our srvices---------------------------------------------------- */

.srv_section_c{
  margin-top: -200px;
  position: relative;
  z-index: 4;
}


.service-title h3{
    font-size: 60px;
    letter-spacing: -.04em;
    font-weight: 700;
    color: #111111;
    font-family: 'Poppins';
    text-align: center;
    margin-bottom: 30px;
}

.service-title h3 span{
  font-weight: 800;
}

.col-srv{
  padding: 13px;
}
.srv_container{
  position: relative;
  padding: 30px;
  overflow: hidden;
  border-radius: 15px;
  height: 260px;
  display: flex;
  align-items: end;
}

.srv_container h3{
  position: relative;
  z-index: 5;
  color: #fff;
  font-size: 20px;
  font-family: 'Poppins';
}

.srv_img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.srv_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s ease;
}

.srv_img:hover img{
  transform: scale(1.1);
}

/* .srv_img::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: rgb(18,0,101);
background: linear-gradient(177deg, rgba(18,0,101,0) 0%, rgba(0,0,0,1) 97%);
z-index: 1;
} */

/* country slider -------------------------------------------------*/
.contain {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}




/* About us ---------------------------------------------------------*/
.p_11{
  padding-top: 100px;
}

.p_101{
  border-bottom: 1px solid #0000000f;
  padding-top: 100px;
  padding-bottom:100px;
}
.aside_trg h5{
  font-weight: 500;
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  color: inherit;
  position: relative;
  color: #06c;
}

.aside_trg h3{
  font-weight: 300;
  text-transform: capitalize;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 0;
  color: #000;
  font-family: 'Roboto';
}

.aside_trg h3 span{
  font-weight: 800;
}

.aside_trg h4{
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.2px;
  color: #898a9c;
  font-weight: 500;
  margin-top: 15px;
  padding-bottom: 5px;
  font-family: 'Muli', sans-serif;
  margin-bottom: 16px;
}

.aside_trg p{
  color: #0b0b0b;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0px;
}



/* service ------------------------------------------------------------------ */
.service_title{
  text-align: center;
}

.service_title h5{
  font-weight: 300;
  text-transform: capitalize;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 0;
  font-family: 'Roboto';
  color: #000;
}

.service_title h5 span{
  font-weight: 700;
}

.service_title{
  margin-bottom: 50px;
}

.box_services{
  margin-bottom: 30px;
}
.flex_col{
  padding: 30px 25px 25px;
  background-color: #fff;
  box-shadow: 0 0 9px 0 rgb(29 33 67 / 10%);
  border-radius: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: .3s ease;
}
.flex_col:hover{
  transform: translateY(-10px);
  box-shadow: 0 0 9px 0 rgb(29 33 67 / 20%);
}
.flex_col a{
  background: #1b1464;
  max-width: fit-content;
  padding: 10px 20px;
  border-radius: 50px;
  color: #fff;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 600;
  margin-top: 25px;
  border: 2px solid #1b1464;
  transition: .3s ease;
}
.flex_col a:hover{
  background: #fff;
  color: #1b1464;
}
.services_title{
  font-size: 19px;
  line-height: 25px;
  margin-bottom: 15px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  color: #1d2143;
}
.services_discript ul{
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.services_discript ul li span{
   padding-right: 5px;
}
.services_discript ul li{
    color: #0b0b0b;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0px;
    margin-top: 11px;
    display: flex;
    align-items: baseline;
}

.jc_center{
  justify-content: center;
  max-width: 900px;
  margin: auto;
}

.service_img{
  width: 100%;
  margin: auto;
  border-bottom: 1px solid #0000000f;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.service_img svg{
  width: 132px;
  height: auto;
}

/* bg txt ---------------------------------------------------*/

.txt_bg{
  padding: 100px 0px;
  background-image: url('../images/home/bg_texture.jpg');
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-top: 50px;
}


.aside_box h5{
  font-weight: 500;
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: inherit;
  position: relative;
  color: #06c;
}

.aside_box h3{
  font-weight: 300;
  text-transform: capitalize;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 0;
  color: #000;
  font-family: 'Roboto';
}

.aside_box h3 span{
  font-weight: 700;
}

.aside_box a {
  background: #1b1464;
  color: #fff;
  padding: 20px 50px;
  display: block;
  max-width: fit-content;
  margin-top: 37px;
  font-family: 'Roboto';
  font-weight: 600;
  border-radius: 10px;
}

.psc_col{
 padding: 10px;
}

.ps_c img{
  width: 100%;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}

/* study page --------------------------------------------*/
.study_content{
  margin-bottom: 30px;
}

.study_content h3{
  font-family: 'Roboto', sans-serif;
  margin-bottom: 10px;
  font-weight: 500;
  color: #1d2143;
  font-size: 1.5rem;
  line-height: 1.2;
}

.study_content p{
  text-align: justify;
  color: #0b0b0b;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0px;
}

.facts h3{
  font-family: 'Roboto', sans-serif;
  margin-bottom: 10px;
  font-weight: 500;
  color: #1d2143;
  font-size: 1.5rem;
  line-height: 1.2;
}

.facts p{
  color: #0b0b0b;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0px;
}

.facts ul{
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.facts ul li{
  display: inline-block;
  margin-right: 28px;
  margin-bottom: 6px;
}
.facts ul li p{
  padding-left: 10px;
  position: relative;
}

.facts ul li p span{
  display: flex;
  width: 17px;
  height: 17px;
  background: #1b1464;
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 10px;
  margin-right: 5px;
  position: absolute;
  left: -14px;
}

.row_tab{
  background: #fafafa;
    padding: 10px;
    border-radius: 15px;
}

.count_bg_canda{
  background-image: url('../images/country_bg/Canada.jpg');
  background-position: center;
  background-size: cover;
  padding: 60px;
}

.cnt_bg2{
  background-image: url('../images/country_bg/Canada_2.jpg');
  background-position: center;
  background-size: cover;
  padding: 60px;
  position: relative;
}
.pos_relative{
  position: relative;
  padding: 0px 60px;
}

.home-demo h2 {
  color: #FFF;
  text-align: center;
  padding: 5rem 0;
  margin: 0;
  font-style: italic;
  font-weight: 300;
}
.un_img_wrp{
  width: 140px;
  height: 140px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  margin: auto;
}

.slider_nvaigation_btn{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  left: 0;
  top: 67%;
}

.nav-btn{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100px;
  padding: 10px;
  cursor: pointer;
}

.customNextBtn{
  transform: scaleX(-1);
}

.slider_nvaigation_btn a svg{
  width: 100%;
}

.un_img_wrp img{
  width: 100%;
}

.universities_s_title{
  text-align: center;
    max-width: 600px;
    color: #fff;
    margin: auto;
    margin-bottom: 40px;
}

.universities_s_title h3{
  font-size: 2rem;
    font-family: 'Roboto';
    font-weight: 600;
    color: #fff;
}
.universities_s_title p{
  color: #fff;
    font-family: 'muli';
}

.country_aside_img img{
  width: 100%;
  border-radius: 12px;
}

.p_50{
  padding-top: 50px;
}

.cnt_header h3{
  text-align: center;
    color: #fff;
    font-size: 2.5rem;
    font-family: 'Roboto';
    font-weight: 600;
}

.ll_f {
  text-align: center;
}

.ll_f span{
  background: white;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 29px;
  color: #1b1464;
  margin: auto;
  margin-bottom: 15px;
  border-bottom: 4px solid #9e9e9e;
}

.ll_f h3{
color: #9e9e9e;
    font-family: 'Roboto';
    font-size: 18px;
}

.listing_cn ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 40px;
  display: flex;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  flex-wrap: wrap;
}

.listing_cn ul li{
  flex: 0 0 20%;
  max-width: 20%;
  float: left;
  text-align: center;
  margin-bottom: 20px;
  padding: 0 12px;
}

.t_tab-content--fluid {
  transition: .5s cubic-bezier(.37, -0.05, .05, 1.69);
}

.flex_col_50{
 display: flex;
 align-items: baseline;
}

.nav-tabs{
  width: 50%;
  flex-direction: column;
  border-right: 1px solid #00000024;
  border-bottom: none;
  padding-right: 30px;
}

.tab-content{
  width: 100%;
  border: none !important;
}

.nav-item a{
  color: #1d2143;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Muli', sans-serif;
  padding: 9px 16px;
  padding-top: 14px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  border: none;
  background: #1b1464;
  color: #fff;
  border-radius: 8px;
}

.p-2 h5{
  font-size: 1.75rem;
  line-height: 1.2;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 10px;
  font-weight: 500;
  color: #1d2143;
}
.p-2 h6{
  color: #0b0b0b;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0px;
}
.inline_ul{
  padding: 0px;
  margin: 0px;
}
.inline_ul li{
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  margin-left: 17px;
}
.inline_ul li p span {
  display: flex;
  width: 17px;
  height: 17px;
  background: #1b1464;
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 10px;
  margin-right: 5px;
  position: absolute;
  left: -14px;
  top: 3px;
}
.inline_ul li p {
  padding-left: 10px;
  position: relative;
  color: black;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0px;
}
/* modal box ------------------------------------------------ */
.modal_box_dialog{
  max-width: 900px;
}

.header_mdl{
  font-size: 2rem;
  font-family: 'Poppins';
  color: #000;
  font-weight: 700;
}
.modal_text_container h1{
  font-size: 2rem;
  font-family: 'Poppins';
  color: #000;
  font-weight: 700;
}
.trm_s {
  text-align: right;
  color: #ffffff;
}
.trm_s a{
  font-family: 'Heebo';
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0px 19px;
  letter-spacing: 1px;
}

.footer-log-col span{
  font-family: 'Heebo';
  color: #ffffff;
  font-size: 13px;
  font-weight: 200;

}

.footer-log-col a{
  font-family: 'Heebo';
  color: #ffffff;
  font-size: 13px;
  font-weight: 200;

  margin-left: 5px;
  position: relative;
  display: flex;
}

.p_1001{
  padding: 100px 0px;
}

/* about us page --------------------------------------------------------------------------------------- */
.p_12{
  padding: 100px 0px;
}
.abts_content h3{
  font-size: 21px;
  font-family: 'Roboto';
  font-weight: 600;
  color: #000;
  margin-bottom: 12px;
  position: relative;
}

.abts_content h3::before{
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #1b1464;
  left: -41px;
  top: 15px;
}

.abts_content p{
  color: #0b0b0b;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0px;
}
.pstr_img{
  background-color: #1b1464;
  width: 100%;
  height: 100%;
}

/* courses page ----------------------------------------------------------------------------*/

.courses_section{
  padding: 100px 0px;
  background-image: url(../images/background.svg);
    image-rendering: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.crs_col_l{
  padding: 20px;
}

.course_col h3{
  font-family: 'Roboto';
  font-size: 23px;
  font-weight: 600;
  color: #1b1464;
  text-transform: capitalize;
  margin-top: 13px;
}

.course_img img{
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}

/* contact us page ------------------------------------------------------------------- */
.contact_aside_panel{
  background: #1f2020;
  padding: 30px 40px;
  background-image: url('../images/background_dark.svg');
  width: 100%;
  /* height: 100%; */
  background-position: center;
  background-size: cover;
}

.form_contianer{
  padding: 0px 40px;
}

.cnt_o h3{
  background: #1b1464;
  padding: 12px 35px;
  color: #fff;
  font-family: 'Roboto';
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 24px;
  border-radius: 10px;
}

.bg-panel h3{

  /* background: #F17153; */
  color: #fff;
  font-weight: 500;
  font-family: 'Roboto';
  font-size: 24px;
}

.bg-panel p{
  color: #b9b2b2;
  margin-bottom: 23px;
}

.contact_info{
  background: #f55324;
  padding: 40px 10px;
  border-radius: 16px;
  /* margin-top: 100px; */
  position: relative;
  top: 48px;
}

.contact_info span{
  display: block;
  color: #fff;
  font-family: 'Roboto';
  font-size: 20px;
  font-weight: 500;
}

.contact_info a{
  font-family: 'Roboto';
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    display: inline-flex;
}

.contact_info a span{
  font-size: 14px;
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
}

.form_header{
  margin-bottom: 30px;
}

.form_header h3{    
  font-size: 29px;
  font-family: 'Roboto';
  font-weight: 300;
  color: #000;}

  .form_header h3 span{
    font-weight: 600;
  }   

.col_cnt_frm{
  margin-bottom: 15px;
}

.input_wrp input{
  width: 100%;
  border: 1px solid #9f9f9f;
  height: 45px;
  border-radius: 9px;
}

.input_wrp textarea{
  width: 100%;
  border: 1px solid #9f9f9f;
  height: 200px;
  border-radius: 9px;
}

.input_wrp label{
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #66677E;
}

.submit{
  width: 100%;
  height: 52px;
  background: #1b1464;
  border: none;
  color: #fff;
  font-family: 'Roboto';
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .5px;
  border-radius: 10px;
}

/* footer ---------------------------------------------------------------------- */
footer{
  /* background-color: #0c0c0c; */
  background-color: #424242;
  position: relative;
  padding-top: 40px;
  overflow: hidden;
}
/* footer::before{
  content: '';
  position: absolute;
  background-image: url('../images/footer-bg.png');
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
} */
.footer-log-col{
  display: flex;
}

.llg_fts img{
  width: 186px;
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 21px;
}

.footer_logo_img img{
  width: 119px;
  margin-bottom: 20px;
  background: #fff;
  padding: 14px;
  border-radius: 100px;
}



.webgb-logo{
  width: 83px;
  position: relative;
  /* top: -4px; */
  border-radius: 7px;
  margin-top: -10px;
  margin-left: 5px;
  object-fit: contain;
}

.mng{
  width: 150px;
  position: relative;
  top: -5px;
}

.abt_footer p{
  color: #c8c8c8;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0px;
}

.flex_mid_col{
  display: flex;
  align-items: baseline;
}

.flex_mid_col .list_cont_d{
  margin-right: 40px;
}

.abt_footer h3{
  margin: 0;
  color: #ffffff;
  font-size: 34px;
  font-weight: 600;
  font-family: 'Heebo';
  margin-bottom: 15px;
  line-height: 1.2;
  text-transform: uppercase;
}

.abt_footer img{
  width: 99px;
  position: relative;
  left: -3px;
  margin-top: -36px;
  margin-bottom: 30px;
  border-radius: 10px;
}

.abt_footer h6{
  font-family: 'google-sans Regular';
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
}

.abt_footer h6 strong{
  display: block;
}

.abt_footer a{
  border: 1px solid #fff;
  color: #fff;
  font-family: 'Heebo';
  padding: 6px 20px;
  display: block;
  max-width: fit-content;
  margin-top: 30px;
  margin-bottom: 20px;
}

.list_cont_d h3{
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  font-family: 'google-sans Medium';
  margin-bottom: 15px;
}

.list_cont_d{
  padding-left: 30px;
}
.pd_ll50{
  padding-left: 80px;
}
.row_n_new{
  margin-bottom: 40px;
  position: relative;
  z-index: 4;
}

.list_cont_d ul{
  padding-left: 0px;
  margin: 0px;
  list-style: none;
}
.list_cont_d ul li{
  color: #c8c8c8;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0px;
  padding: 6px 0px;
  display: flex;
  align-items: baseline;
}
.abt_img_container{
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.abt_img_container img{
border-radius: 5px;
width: 100%;
height: 100%;
object-fit: cover;
}


.nwpara p{
  background: linear-gradient(196deg, #ee553f 0%, #e7a42b 100%);
  color: #fff;
  padding: 20px;
  margin-top: 64px;
  border-radius: 10px;
  font-size: 19px;
}
.we_offer-inner a{
  background: linear-gradient(196deg, #ee553f 0%, #e7a42b 100%);
  color: #fff;
  padding: 12px 40px;
  margin-top: 14px;
  border-radius: 10px;
  font-size: 15px;
  display: block;
  max-width: fit-content;
  font-family: 'google-sans Medium';
}


.abt_img_container a{
  position: absolute;
    display: block;
    bottom: 0;
    background: #ff65c3;
    color: #fff;
    font-family: 'Barlow';
    /* padding: 40px 40px; */
    font-weight: 500;
    display: block;
    padding: 36px 30px;
    font-size: 21px;
    transition: .3s ease;
}

.abt_img_container a:hover{
  background: #004aad;
  color: #fff;
}

#footer{
  position: relative;
}

/* #footer::before{
 content: '';
 position: absolute;
 width: 300px;
 height: 50%;
 bottom: 0%;
 left: 0;
    background-color: #161616;
 opacity: .3;
}
#footer::after{
  content: '';
  position: absolute;
  width: 200px;
  height: 50%;
  top: 0%;
  left: 300px;
     background-color: #161616;
  opacity: .3;
 } */

.list_cont_d ul li i{
  padding-right: 9px;
  color: #c8c8c8;
}
.list_cont_d ul li a{
  color: #c8c8c8;
  font-size: 14px;
  font-weight: 400;
  transition: all .4s ease;
  position: relative;
  display: inline-block;
  font-family: 'Poppins';
}
.userful_link a{
  position: relative;
}
.userful_link ul li a::before{
  content: '';
  position: absolute;
  left: -23px;
  top: 50%;
  width: 0px;
  height: 2px;
  border-bottom: 1px solid #fff;
  transform: translate(-0%, -50%);
  transition: .3s ease-out;
}
.userful_link ul li a:hover::before{
  width: 12px;
}
.list_cont_d ul li a:hover{
  color: rgb(255, 255, 255);
}


.list_cont_d ul li a span svg{
  width: 13px;
  fill: white;
  transform: scaleX(-1);
  margin-right: 4px;
}

.fftbm_005{
  background: #090a0a;
  position: relative;
  z-index: 4;
}

.footer_row_d{
  text-align: center;
  margin-top: 40px;
  padding: 20px 0px;
  padding-top: 30px;
}

.cnt_section{
  padding: 100px 0px;
}

.map{
  width: 100%;
  height: 500px;
  overflow: hidden;
  border-radius: 10px;
}

.map iframe{
  width: 100%;
  height: 100%;
}

.map img{
  width: 100%;
}

.p_100{
  padding: 100px 0px;
}

.drp_mob_v2 ul li a{
  justify-content: flex-start;
}

.drp_mob_v2 ul li a span{
  margin-right: 22px;
  transform: rotate(0);
}

.drp_mob_v2 ul li a span img{
  width: 24px;
}

.mobile_navigation_menu{
  display: none;
}






.p_131{
  padding: 100px 0px;
}

.map{
  width: 100%;
  height: 500px;
}

.map iframe{
  width: 100%;
  height: 100%;
}
.footer_socila_media_links{
  margin-top: 14px;
}
.footer_socila_media_links a{
  color: #B5B5B5;
  padding-right: 10px;
  transition: .3s ease;
}


.footer_socila_media_links a:hover{
  color: #5ab1e9;
}


.fancybox-container{
  z-index: 99999999999992 !important;
}

.bh_button{
  outline: none !important;
}

.ham{
display: none;
}
/* mediaquery -----------------------------------------------------*/
@media (max-width: 1200px){
  .ps_relative {
    position: relative;
    top: 0px;
}
.catergory-section{
  padding-top: 100px;
  padding-bottom: 50px;
}

.wh_ch_section{
  padding-top: 100px;
}
}
@media (max-width: 991px){
  .drc_stnd {
    position: absolute;
    left: 52%;
    top: -323px;
  }
  .cntc_b_col{
  position: relative;
  z-index: 4;
  }
  .abt_img_container{
 max-width: 600px;
 margin: auto;
  }
  .we_offer{
    margin-top: 100px;
  }
  .we_offer h2 br{
    display: none;
  }
  .date_picker_panel{
    padding: 15px;
  }
  .cnt_img_aside{
    display: none;
  }
  .booknow {
    border-radius: 0px 0px 0.6rem 0.6rem !important;
}
  .search_bar{
    margin-right: 40px;
  }
  /* .logo{
    padding: 20px 0px;
  } */
  .footer-log-col{
    justify-content: center;
  }

  .trm_s{
    text-align: center;
  }
.max_991{
  display: flex;
}
.call_us{
  margin-top: 0px;
  left: 0px;
}
.cls{
  flex-direction: column;
  align-items: baseline;
}
  .why_choose_us ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
  }



  .why_choose_us ul li{
    margin-right: 15px;
  }

  .contact_aside_panel{
    margin-bottom: 60px;
  }
  .contact_info a{
    font-size: 2vw;
  }

  .listing_cn ul li {
    flex: 0 0 33%;
    max-width: 63%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 12px;
}
  .facts ul{
    padding-left: 20px;
  }

  .container{
    max-width: 100%;
    padding: 0px 15px;
  }
  .desc{
    /* padding: 0px 12%; */
    top: 56%;
  }

  .desc h2{
    font-size: 6vw;
  }

  /* .btn-gradient-bg{
    padding: 2px 33px;
    padding: 2px 33px;
  } */


}
@media (max-width: 820px){

.header_tag_line{
  align-items: center;
}
/* .header_inner_wrp{
  padding: 10px 0px;
} */
.logo{
  width: 121px;
  padding: 0px;
}
.logo a img {
  width: 121px;
  top: -10px;
}
.desc{
  width: 100%;
  max-width: 100%;
}
.desc h2 {
  font-size: 53px;
}

}
@media (max-width: 767px){

  .footer-log-col {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin: auto;
}

.col_sec_tag{
  margin-bottom: 30px;
}
.hero_carosel .owl-nav button.owl-prev{
  left: 0;
}
.hero_carosel .owl-nav button.owl-next{
  right: 0;
}

.owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 100px !important;
}

.btn-gradient-bg{
  font-size: 3vw;
}

.cc_col{
  margin-top: 30px;
}

.psc_col{
  width: 50%;
}

.top_bar{
  display: none;
}

.lx_c_logo img {
  width: 97px !important;
  margin: auto;
  margin-bottom: 44px;
  margin-top: -42px;
}

.navigation_section{
  display: none;
}

/* .header_inner_wrp {
  padding: 10px 0px;
} */
.logo a img {
  width: 173px;
}

.abt-img{
  margin-top: 60px;
}

.col_footer{
  margin-top: 30px;
}

.flex_col_50{
  flex-direction: column;
}

.nav-tabs{
  width: 100%;
  padding-right: 0px;
  border: none;
  display: flex;
  flex-direction: unset;
  flex-wrap: inherit;
  overflow-y: hidden;
  padding-bottom: 29px;
}
.nav-item a{
  white-space: nowrap;
}
.cnt_bg2{
 padding: 60px 0px;
}
.customNextBtn{
  display: none;
}
.customPrevBtn{
  display: none;
}


}

@media (max-width: 575px){
  .abt_2 {
    position: absolute;
    bottom: -56px;
    left: -21px;
    border: 18px solid #00000015;
    width: 63%;
}

  .logo{
    padding: 0px;
    width: 100px;
  }
  .logo a img {
    width: 151px;
    top: -10px;
}

  .inner_title h3{
  font-size: 3rem;
  }
  .pair_col{
    width: 50%;
  }
  .gallery{
    flex-wrap: wrap;
  }
  .gallery__column{
    width: 50% !important;
  }
  .ind_col .inner_glry_col{
    width: 50%;
  }

  .cars_slider{
    padding: 0px;
  }
  .footer-log-col{
    flex-direction: column;
  }

  .trm_s{
    text-align: center;
  }


  .mng {
    width: 117px;
    position: relative;
    top: -2px;
}

  .wh_ch h3{
    font-size: 38px;
  }
  .service-title h3{
    font-size: 38px;
  }
  .taxi-section h3{
    font-size: 38px;
  }
  .lxry-banner{
    padding: 0px 15px;
  }

  .lxry_title{
    font-size: 2rem;
  }
  .why_choose_us ul{
    padding: 0px;
  }
  .why_choose_us ul li{
    font-size: 15px;
    width: 100%;
    margin: 0px;
  }
  .max_991{
    flex-direction: column;
  }
  .a_link_tag{
    flex-direction: column;
  }
  .a_link_tag a{
    width: 100% !important;
  }

  .dd_2{
    display: none;
  }
/* .col_footer_50{
  width: 50%;
  max-width: 50%;
} */
  .ff_wrd h3{
    font-size: 30px;
  }
  .dd_section{
    margin-top: -118px;
  }
  .booknow{
    border-radius: 0px 0px 0.6rem 0.6rem !important;
  }
  .date_picker_panel{
    padding: 0px;
  }
  .link_top_top {
display: none;
}
.link_top_top a{
  font-size: 14px;
}
  .home_carousel .owl-item img{
    min-height: 700px;
  }


  .desc h2 {
    font-size: 8vw;
}

.btn-gradient-bg {
  padding: 13px 50px;
  font-size: 5vw;
}
  .owl-theme .owl-nav{
    display: none;
  }

  .form_contianer{
    padding: 0px 10px;
  }
  .flex_d_c{
    flex-direction: column-reverse;
  }

  .country_aside_img{
    margin-bottom: 30px;
  }

  .tab-content {
    padding: 10px 0px !important;
}
  .count_bg_canda{
    padding: 60px 0px;
  }

  .listing_cn ul li {
    flex: 0 0 50%;
    max-width: 50%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 12px;
}

.cnt_header h3{
  font-size: 2rem;
}
}

@media (max-width: 360px){
  .top_panel{
    display: none;
  }
}

/* contact us page ----------------------------------------------------------- */
/* .inner_banner{
width: 100%;
height: 350px;
background-position: center;
background-size: cover;
display: flex;
align-items: center;
position: relative;
}  */
/* .inner_banner:before {
  background: #ff65c3;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .4;
} */
.contact_us{
  background-image: url('../images/home/sliders/banner-4.jpg');
}
.p_relative{
  position: relative;
  z-index: 5;
}

.inner_title h3{
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  font-family: 'google-sans Medium';
}
.subLinks{
  background: #ffffff6e;
  max-width: fit-content;
  padding: 10px 20px;
  border-radius: 38px;
  display: flex;
  align-items: center;
  color: #fff;
}
.subLinks span{
  margin: 0px 10px;
}
.subLinks a{
  color: #fff;
  display: flex;
  transition: .3s ease;
}
.subLinks a:hover{
  color: #000;
}


/* contact us page ------------------------------------------------- */
.cnt_section{
  background: #f7f9fc;
}
.contact_col{
  text-align: center;
}
.cont-box {
  box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
  -webkit-box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
  -moz-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
  padding: 50px 30px;
  border-radius: 12px;
  height: 100%;
}
.cont-box span i {
  font-size: 3em;
  display: table;
  margin: 0 auto 1rem;
}
.cont-box h3{
  font-size: 18px;
  margin-bottom: 3px;
  color: #2C3F58;
  text-transform: capitalize;
  font-family: 'Montserrat',sans-serif;
  font-weight: 600;
}

.cont-box p{
  font-family: 'Poppins',sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #838f9c;
    line-height: 24px;
}


.cont-box a{
  font-family: 'Poppins',sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #838f9c;
    line-height: 24px;
}

.form_grp_contianer{
  margin-bottom: 20px;
}

.form_grp_contianer label {
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #66677E;
}
.form_grp_contianer input{
  width: 100%;
  border: 1px solid #9f9f9f;
  height: 45px;
  border-radius: 9px;
  padding: 10px;
}

.form_grp_contianer textarea{
  width: 100%;
  border: 1px solid #9da4aa;
  height: 145px;
  border-radius: 9px;
  padding: 10px;
}

.cnt_img_aside img{
  width: 100%;
  border-radius: 14px;
}

.form_panel{
  padding: 40px 50px;
  box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
  -webkit-box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
  -moz-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
  border-radius: 15px;
}
.frm_header h3{
  font-size: 33px;
  color: #838f9c;
  font-style: italic;
  font-family: lora, serif;
  margin-bottom: 25px;
}

.submit-button{
 padding: 0px 15px;
}

.submit-button button{
  width: 100%;
  font-size: 20px;
  font-family: 'Lato';
  text-transform: capitalize;
  font-weight: 600;
  background: #5ab1e9;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: .3s ease;
}

.submit-button button:hover{
  background:#000;
  color: #fff;
}

/* About us page --------------------------------------------- */
.p_1001{
  padding-top: 100px;
}
.mb_0{
  margin-bottom: 0px;
}

/* gallery page -------------------------------------------------------- */
.gallery_inner img{
  width: 100%;
  border-radius: 10px;
}
.inner_glry_col{
  padding: 10px;
}
.glry_container_col{
  padding: 0px;
}

figure {
  margin: 0 0 0rem;
}

.gallery__image{
  border-radius: 10px;
}

@media (max-width: 575px){
  .gallery{
    flex-wrap: wrap;
  }
  .gallery__column{
    width: 50% !important;
  }
  .gallery__image {
    border-radius: 3px;
}
}

/* hotel Booking --------------------------------------------------- */
.booking{
  background: #f0f3f7;
}
.header_tab_p{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 20px;
  border-bottom: 1px solid #0000000d;
}

.header_tab_p h3{
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Lato';
  color: #000;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0px;
}
.header_tab_p a{
  color: #b2b2b2;
  padding: 2px 6px;
  border-radius: 7px;
}
.header_tab_p a:hover{
  background: #ebebeb;
  color: #6e6e6e;
}
.filter_panles{
  background-color: #fff;
  padding: 20px;
  margin-bottom: 10px;
}
.filter_panles h3{
  color: #000;
  font-family: 'Lato';
  font-weight: 700;
  margin-bottom: 18px;
}

.s_filter{
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}
.s_filter input{
  margin-right: 15px;
} 
.s_filter label{
  display: block;
  font-size: 13px;
  color: #173d75;
  font-family: 'Lato';
  margin-bottom: 0px;
}
.s_filter span{
  font-size: 13px;
}

.s_filter div{
  line-height: 1.4;
}

.s_filter label ul{
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.s_filter label ul li{
  color: #ffb900;
  margin-right: 3px;
}
.cr_box_b_green{
  background-color: rgb(0, 93, 47);
  color: #fff !important;
  padding: 1px 8px;
  border-radius: 6px;
  padding-top: 3px;
}
.cr_box_sb_green{
  background-color: rgb(3, 149, 86);
  color: #fff !important;
  padding: 1px 8px;
  border-radius: 6px;
  padding-top: 3px;
}
.cr_box_l_green{
  background-color: rgb(95, 167, 53);
  color: #fff !important;
  padding: 1px 8px;
  border-radius: 6px;
  padding-top: 3px;
}
.cr_box_m{
  background-color: rgb(245, 157, 0);
  color: #fff !important;
  padding: 1px 8px;
  border-radius: 6px;
  padding-top: 3px;
}
.cr_box{
  width: 43px;
  text-align: center;
}

/* right side of booking page */
.hotel_r_img{
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
}
.hotel_r_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hotel_rating{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hotel_rating ul{
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.hote_star_rating_section{
  display: flex;
  align-items: center;
}

.vote label{
  margin: 0px;
  background-color: rgb(3, 149, 86);
  color: #fff;
  padding: 3px 8px;
  border-radius: 6px;
  /* padding-top: 3px; */
  font-size: 13px;
  font-weight: 500;
}
.hotel_d{
  display: flex;
  justify-content: space-between;
}
.hotel_left_a, .hotel_right_a{
  width: 100%;
  padding: 1.2rem;
}

.hotel_left_a h3{
  font-size: 19px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #000;
}
.col_img_wrp_hotel{
  display: flex;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    width: 29%;
    padding: 1.2rem;
    position: relative;
}

.col_dd_container{
  width: 71%;
  display: flex;
}
.hotel_left_a{
  /* display: flex;
    flex-wrap: wrap; */
    width: 65%;
    padding: 1.2rem 1.2rem 1.2rem 0px;
}
.hotel_right_a{
  display: flex;
  flex-direction: column;
  width: 35%;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-radius: 0px 0.6rem 0.6rem 0px;
  border-left: 0.1rem solid rgb(232, 243, 255);
  position: relative;
}
.hotel_containter_box{
 background-color: #fff;
 border: 2px solid #f0f3f7;
 border-radius: 10px;
 cursor: pointer;
 transition: .3s ease;
 margin-bottom: 20px;
}
.hotel_containter_box:hover{
  /* border: 2px solid rgb(25, 132, 253); */
  box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
  -webkit-box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
  -moz-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
  transform: scale(1.04);
}
.bottom_b_t{
  text-align: right;
}

.hotel_price{
  display: flex;
  align-items: center;
  justify-content: end;
}
.before_price{
  text-decoration: line-through;
    color: rgb(119, 119, 119);
    margin-right: 0.5rem;
    font-size: 14px;
}
.current_price{
  display: flex;
  align-items: center;
}

.current_price p{
  font-size: 19px;
  font-weight: 600;
  font-family: 'Poppins';
  color: #000;
}

.current_price span{
  width: 17px;
  line-height: 0px;
}
.current_price span svg{
width: 100%;
}
.hotel_r_per{
  font-size: 13px;
  color: black;
  color: rgb(222, 125, 0);
  background-color: rgb(254, 248, 229);
  max-width: fit-content;
  padding: 4px 8px;
  margin-left: auto;
  margin-bottom: 30px;
}
.hotel_per_off{
  margin-bottom: 10px;
}
.hotel_per_off span{
  background: #e01a4b;
  color: #fff;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 12px;
  padding: 4px 6px;
  border-radius: 6px 0px 0px 6px;
  position: relative;
  left: -10px;
}

.hotel_per_off span::before{
  content: '';
  position: absolute;
  top: 0;
  right: -8px;
  background: #e01a4b;
  clip-path: polygon(100% 50%, 70% 0, 70% 100%);
  width: 50%;
  height: 100%;
}


.we_offer-inner h3{
  font-family: 'Heebo', sans-serif;
  color: #000000;
  font-size: 43px;
  font-weight: 700;
  /* margin-bottom: 20px; */
  line-height: 1.2;
  margin-bottom: 30px;
  border-bottom: 1px solid #00000021;
  padding-bottom: 24px;

}

.we_offer-inner label{
  display: block;
}


.we_offer-inner span{
  display: block;
  margin-bottom: 10px;
  color: black;
  font-family: 'google-sans Regular';
  text-transform: uppercase;
  letter-spacing: 2px;
} 


.we_offer-inner h4{
  font-size: 24px;
  font-family: 'google-sans Bold';
  color: #000;
  margin-bottom: 10px;
}

.we_offer-inner ul{
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
}

.we_offer-inner ul li{
  padding: 4px 0px;
  position: relative;
  padding-left: 20px;
  font-family: 'google-sans Regular';
  color: #000;
}


.we_offer-inner ul li::before {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  font-size: 17px;
  left: 0;
  color: #ec6c39;
}

.we_offer-inner h3 span{
  color: #073687;
}

.we_offer-inner p{
  font-family: 'google-sans Regular';
    font-size: 17px;
    line-height: 1.5;
    /* margin-top: 20px; */
    margin-bottom: 18px;
    color: #0000009c;

    text-align: justify;
}

.hote_tax{
  font-size: 12px;
  font-family: 'Poppins';
  color: #000;
}
.room_per_d{
  font-size: 11px;
  font-family: 'Lato';
  text-transform: capitalize;
}

.top_b_t{
  color: rgb(43, 172, 54);
  background-color: rgb(233, 246, 234);
  font-size: 12.3px;
  padding: 4px 6px;
  border-radius: 4px;
}

.address_hotel{
  margin-top: 5px;
  width: 82%;
}

.address_hotel span i{
  color: rgb(34, 118, 227);
}

.address_hotel p{
  font-size: 13px;
  font-family: 'muli';
}

.more{color:rgb(50, 161, 252); cursor:pointer;}

.fl_ul{
 list-style: none;
 padding: 0px;
 margin: 0px;
}

/* Sticky our navbar on window scroll */
#sidebar-nav.sticky {
  position:fixed;
  top:5px;
}

/* responsive filet */
.responsive_filter{
  position: fixed;
    width: 100%;
    height: 100vh;
    background: #f0f3f7;
    z-index: 999999999999;
}
.filter_panle_wrp{
  overflow-x: hidden;
    height: 71vh;
    padding: 0px 15px;
}
.responsive_filter{
  display: none;
}

.filter_rs{
  background: #2863f0;
  max-width: fit-content;
  padding: 6px 10px;
  padding-bottom: 4px;
  border-radius: 8px;
  margin-bottom: 14px;
  margin-left: auto;
  display: none;
}

.filter_rs svg{
  width: 18px;
  fill: #ffffff;
}

.filter_rs span{
  font-size: 15px;
  font-family: 'Poppins';
  color: #fff;
  padding-left: 8px;
}

.booknow_htl{
  display: none;
}

.book_now_btm_w button{
  padding: 9px;
  width: 80%;
  background: #2863f0;
  color: #fff;
  border-radius: 10px;
  border: none;
  margin-top: 30px;
  cursor: pointer;
  transition: .3s ease;
}

.book_now_btm_w button:hover{
  background-color: #000;
}

@media (max-width: 768px){
  .book_now_btm_w button{
    display: none;
  }
  .booknow_htl{
    display: block;
  }
  .header_tab_p{
    background: #2863f0;
    margin-bottom: 16px;

  }


  .filter_rs{
    display: block;
  }

  .window_filter{
    display: none;
  }

  .show_filter{
    display: block;
  }

  .header_tab_p a {
    font-size: 22px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #fff;
}
.header_tab_p h3 {
  font-size: 22px;
  color: #fff;
}
}

@media (max-width: 768px){
  .hotel_rating i{
    font-size: 10px;
  }
  .hotel_left_a h3{
    font-size: 16px;
  }

  .hotel_r_img {
    width: 100%;
    height: 80%;
    overflow: hidden;
    border-radius: 10px;
}

.col_img_wrp_hotel {
  width: 40%;
  padding: 12px;
  position: relative;
}
.col_dd_container {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
}
.hotel_left_a, .hotel_right_a {
  width: 100%;
  padding: 12px;
}

.hotel_left_a {
  width: 100%;
  padding: 12px;
  padding-left: 0px;
}

.top_b_t {
  color: rgb(43, 172, 54);
  background-color: rgb(233, 246, 234);
  font-size: 11px;
  padding: 4px 6px;
  border-radius: 4px;
}

.hotel_right_a {
  padding-left: 0px;
  border: none;
}
.hotel_r_per{
  margin-bottom: 15px;
}
.p_0{
  padding: 0px;
}
.cnt_container_h{
  padding: 0px 4px;
}

.col_img_wrp_hotel{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.booknow_htl{
  padding: 9px;
  width: 156%;
    background: #2863f0;
    color: #fff;
    border-radius: 10px;
    border: none;
}
.vote label{
  position: absolute;
  left: -69px;
}
.hotel_left_a{
  position: relative;
}
}

.hotel_booking_modal_dialog{
  max-width: 100%;
  margin: 0px;
}

.book_row_hotel{
  background: #fff;
  padding: 24px 20px;
  box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
  -webkit-box-shadow: 0 0 20px 0 rgb(62 28 131 / 10%);
  -moz-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
  border-radius: 12px;
}
.modal_form_group{
margin-bottom: 15px;
position: relative;
}
.modal_form_group label{
  font-family: 'Lato';
  font-size: 14px;
  /* color: #8f95a7; */
  color: #000000;
  font-weight: 500;
}
.modal_form_group input{
  border: 1px solid #0000003d;
  width: 100%;
  height: 41px;
  border-radius: 6px;
  padding: 10px;
  /* background: #f0f3f7; */
  font-family: 'Lato';
  font-size: 15px;
  position: relative;
}
.modal_form_group::before{
  content: '';
  position: absolute;
  width: 0%;
  height: 1px;
  border-bottom: 1px solid #7da5f5;
  bottom: 0px;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 0%);
  transition: .3s ease;
}
.modal_form_group input:focus~.modal_form_group::before{
 width: 100%;
}

.modal_form_group textarea{
  border: 1px solid #0000003d;
  width: 100%;
  height: 100px;
  border-radius: 6px;
  padding: 10px;
  /* background: #f0f3f7; */
  font-family: 'Lato';
  font-size: 15px;
}
.modal_b_content{
  /* background: #f0f3f7; */
  background: #47c7dd;
  border: none;
  /* background-image: url(../images/home/sliders/banner-4.jpg);
  background-position: center;
  background-size: cover;
  position: relative; */
  margin-top: 23px;
  border-radius: 20px 20px 0px 0px;
}
.modal_b_content::before{
    /* background: #0f1f44; */
    content: '';
    position: absolute;
    width: 36%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .4;
    background-image: url(../images/home/booking_side.png);
    background-position: center;
    background-size: cover;
    z-index: 4;
    pointer-events: none;
}
.hotel_booking_modal{
  padding: 0px !important;
  z-index: 99999;
}

.flex_left_col_s{
  display: block;
  justify-content: center;
}
.booking_htl_title{
  max-width: fit-content;
    margin: auto;
    margin-top: 100px;
}
.booking_htl_title h3{
  color: #fff;
  font-size: 58px;
  font-weight: 800;
  font-family: 'Lato';
  line-height: 1.1;
}

.active_tab{
 position: relative;
}

.active_tab::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(196deg, #ee553f 0%, #e7a42b 100%);
}

.hotel_booking_form_panel{
  position: relative;
  z-index: 5;
}

.booknow_htl{
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.close {
  width: 22px;
  line-height: 0px;
  margin-right: 13px;
}

.close svg{
  width: 100%;
  fill: #fff;
}


.apply_button{
  position: absolute;
  width: 100%;
  bottom: 10px;
  text-align: center;
  padding: 10px;
  display: none;
}

.apply_button a{
  width: 100%;
  padding: 10px;
  background: #f44336;
  display: block;
  color: #fff;
  border-radius: 10px;
  font-family: 'Poppins';
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 991px){
.modal_b_content::before{
  width: 78%;
}
.booking_htl_title h3{
  font-size: 41px;
}
}

@media (max-width: 768px){
  .booking_htl_title {
    margin: auto;
    margin-bottom: 50px;
    text-align: center;
}
.hotel_booking_form_panel{
  padding: 0px;
}
.header_tab_p h3{
  display: flex;
    flex-direction: row;
    align-items: center;
}
}

@media (max-width: 575px) {

}


.msa_col-001{
  background-color: #23439d;
}

.msa_col-002{
  background-color: #1963b6;
}

.msa_col-003{
  background-color: #069adf;
}


.img_asc img{
  width: 100%;
  /* border-radius: 10px; */
  display: none;
}
.mm_01{
  transition: .3s ease;
}
.msa_col:hover>.mm_01{
  background: #00000000;
}
.ms_001{
  padding: 15px;
}
.mm_01 h4{
  color: #fff;
  font-family: 'google-sans Medium';
  text-transform: capitalize;
  /* border-top: 1px solid #fff; */
  /* border-bottom: 1px solid #fff; */
  /* padding: 10px 0px; */
  /* font-weight: 500; */
  /* letter-spacing: 1px; */
  margin-bottom: 11px;
  font-size: 21px;
  line-height: 1.2;
}


.mm_01 p{
  font-family: 'google-sans Regular';
  color: #fff;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.mm_01 p::before {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  font-size: 17px;
  left: 0;
  color: #ffffff;
}

.mm_01 a{
  background: #fff;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-family: 'google-sans Medium';
  border-radius: 5px;
  margin-top: 42px;
}

.mm_01 a svg{
  width: 20px;
}

.msa_col{
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding: 61px 40px;
  /* height: 100%; */
  background: rgb(0,173,238);
  background: linear-gradient(196deg, rgba(0,173,238,1) 0%, rgba(39,56,149,1) 100%);
  box-shadow: 0px 29px 23px 0px rgb(0 0 0 / 22%);
}

.msa_col::before{
  content: '';
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff0f;
  clip-path: polygon(0 0, 100% 0, 67% 69%, 0% 100%);
  pointer-events: none;
}

.content_header{
  text-align: center;
  max-width: 500px;
  margin: auto;
}

.abts_bg{
  background-image: url('../images/home/main-banner-bg.jpg');
  background-position: center;
  background-size: cover;
}

.content_header h3{
  position: relative;
  font-family: 'google-sans Bold';
  color: #000;
  font-size: 3.1rem;

}

.content_header h3 span{
  background: linear-gradient(196deg, #ee553f 0%, #e7a42b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.under-line{
  background-image: url('../images/divider-bottom.png');
  width: 100%;
  height: 10px;
}

.sub-bg{
  background-image: url('../images/home/sub-bg.jpg');
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.sub-bg::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: .7;
}

.sub-bg .container{
  position: relative;
  z-index: 6;
}
.sub-header-title{
  padding: 160px 0px;
}

.sub-header-title span{
  font-size: 1.9rem;
  font-family: 'google-sans Medium';
  color: #fff;
}

.sub-header-title h3{
  line-height: 1.2;
  font-family: 'google-sans Bold';
  font-size: 3.6rem;
  color: #fff;

}

.sub-header-title a{
  background: linear-gradient(196deg, rgba(0,173,238,1) 0%, rgba(39,56,149,1) 100%);
  color: #fff;
  padding: 14px 30px;
  display: block;
  max-width: fit-content;
  margin-top: 52px;
  font-family: 'google-sans Bold';
  text-transform: uppercase;
  word-spacing: 2px;
  border-radius: 4px;
}

.ents_img{
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}

.abs_div{
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background: #0000005e;
}

.event_01{
  text-align: center;
}

.event_01 span{
  color: #fff;
  font-size: 3rem;
  font-family: 'Libre Baskerville';
}


.event_01 h4{
  font-family: 'Barlow';
  color: #fff;
  font-size: 2rem;
}

.ents_img img{
  width: 100%;
}

.jc_center_row{
  justify-content: center;

}

.header-evnts{
  text-align: center;
  font-size: 20px;
  font-family: 'Barlow';
  color: #746E70;
  font-weight: 400;
  border-bottom: 2px solid #f76cc1;
  max-width: fit-content;
  margin: auto;
  margin-bottom: 15px;
  padding-bottom: 3px;
}
.ss_header01{
  text-align: center;
  font-family: 'Libre Baskerville';
  color: #32262C;
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 40px;
}

.service-section{
  padding: 70px 0px;
  padding-bottom: 0px;
}

@media (max-width: 991px){
  .contact_frm{
    justify-content: center;
  }
}

@media (max-width: 768px){
  .ms_001{
    margin-bottom: 0px;
  }
  .left_col_np{
    padding: 0px;
  }
  .ents_img {
    margin-bottom: 40px;
  }
  .list_cont_d{
    padding-left: 0px;
  }
}

@media (max-width: 575px){
.event_01 span {
  font-size: 1.2rem;
}
.we_offer h2{
  font-size: 11vw;
}
.event_01 h4 {
  font-size: 22px;
  margin-top: 15px;
}
.flex_d_row{
  flex-direction: column-reverse;
}
.abt_img_container{
  height: 330px;
  margin-top: 90px;
}
.we_offer{
  margin-top: 0px;
}

.we_offer .col-lg-6{
  padding: 0px;
}
.abt_img_container a{
  padding: 26px 50px;
}
.aa_01 ul{
  padding: 0px;
}
.aa_01 {
  padding: 100px 40px 100px 40px;
}
}

/* about us inner */
.inner_banner {
  width: 100%;
  height: 300px;
  background-position: inherit;
  background-size: cover;
  display: flex;
  align-items: center;
}

.about_us_banner{
  background-image: url('../images/about_us_inner.jpg');
}

.banner_tt{
  position: relative;
  text-align: center;
}

.banner_tt h3{
  font-family: 'Libre Baskerville';
  color: #fff;
  font-size: 5rem;
}

.inner_flex{
  display: flex;
  flex-wrap: wrap;
}

.inner_flex li{
  width: 50%;
}

.cnt_span {
  font-family: 'Barlow';
  font-weight: 500;
  line-height: 1.4;
  /* text-transform: uppercase; */
  color: #746E70;
  font-size: 18px;
}

.inner_cnt_header h3{
  font-size: 3.4rem;
  color: #32262C;
  font-family: 'Libre Baskerville';
  font-weight: 600;
}

.under_line_inner {
  width: 100px;
  height: 2px;
  background: #ff65c3;
  margin-top: 20px;
  /* margin-bottom: 30px; */
}


.inner_cnt_header ul{
  padding: 0px;
  margin: 0px;
  list-style: none;
  margin-top: 30px;
}

.inner_cnt_header ul li{
  display: flex;
  margin-bottom: 20px;
}

.inner_cnt_header ul li span{
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  border-radius: 100px;
  color: #fff;
  font-size:25px;
}
.wrp_c{
  margin-left: 20px;
}
.wrp_c label{
  display: block;
  font-family: 'Libre Baskerville';
  font-size: 21px;
  font-weight: 600;
  color: #32262c;
}

.wrp_c a{
 color: #746E70;
 font-family: 'Barlow';
 font-size: 20px;
}

.map_001{
  width: 100%;
  height: 100%;
}

.padd_i{
  padding: 100px 0px;
  padding-left: 100px;
}

.map_001 iframe{
  width: 100%;
  height: 100%;
}

.sprts_img img{
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 991px){
  .map_001 {
    width: 100%;
    height: 500px;
}
}
@media (max-width: 575px){
  .banner_tt h3{
    font-size: 14vw;
  }
  .padd_i {
    padding: 100px 40px;
  }
  .inner_cnt_header h3 {
    font-size: 40px;
  }
  .wrp_c {
    margin-left: 20px;
    width: 66%;
}
}



/* abts slider ----------------------- */
.slider {
  padding: 0px;
  color: #fff;
}
.slider .swiper-container {
  width: 100%;
  height: 100%;
}
.slider__flex {
  display: flex;
  align-items: flex-start;
}
.slider__col {
  display: flex;
  flex-direction: column;
  width: 159px;
  margin-right: 7px;
}
.slider__prev,
.slider__next {
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slider__prev:focus,
.slider__next:focus {
  outline: none;
}
.slider__thumbs {
  /* height: calc(400px - 96px); */
  height: 100%;
}
.slider__thumbs .slider__image {
  transition: 0.25s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}
.slider__thumbs .slider__image:hover {
  opacity: 1;
}
.slider__thumbs .swiper-slide-thumb-active .slider__image {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
.slider__images {
  height: 600px;
  width: 100%;
  box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
}
.slider__images .slider__image img {
  transition: 3s;
}
.slider__images .slider__image:hover img {
  transform: scale(1.1);
}
.slider__image {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.slider__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .slider__flex {
    flex-direction: column-reverse;
  }
  .slider__col {
    flex-direction: row;
    align-items: center;
    margin-right: 0;
    margin-top: 24px;
    width: 100%;
  }
  .slider__images {
    width: 100%;
  }
  .slider__thumbs {
    height: 100px;
    width: calc(100% - 96px);
    margin: 0 16px;
  }
  .slider__prev,
  .slider__next {
    height: auto;
    width: 32px;
  }
}

.slider_controls{
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.slider_arrow{
  width: 81px;
  height: 54px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper_thum_slide{
  height: 100% !important;
  margin-bottom: 7px !important;
}

.swiper_thum_slide .slider__image img{
  height: 195px;
  object-fit: cover;
}

.flex_al_center_col{
  display: flex;
  align-items: center;
}

.col-prj{
  padding: 14px;
}
.prj_img_container{
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.prj_img_container::before{
 content: '';
 position: absolute;
 width: 100%;
 height: 100%;
 background: rgba(255, 255, 255, 0.86);
 opacity: 0;
 transition: .3s ease;
 pointer-events: none;
}

.prj_img_container span{
  width: 70px;
  height: 70px;
  /* border-radius: 100px; */
  border-radius: 0px 0px 0px 57px;
  position: absolute;
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #008b85;
  top: 0;
  right: 0;
  transform: translate(69px, -69px);
  transition: .4s ease;
  pointer-events: none;
}
.prj_img_container:hover::before{
  opacity: 1;
}
.prj_img_container:hover>span{
  transform: translate(0px, 0px);
}
.prj_img_container img{
  width: 100%;
}


.prj_inner{
  padding: 100px 0px;
  padding-bottom: 0px;
}

.inner_banner{
 background-position:center;
 background-size: cover;
 width: 100%;
 display: flex;
 align-items: center;
 justify-content: center;
 height: 350px;
 position: relative;
} 
.inner_banner::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #00000073;
}
.about_us{
  background-image: url('../images/home/slider/home_slider1.jpg');
}

.inner_title{
  text-align: center;
  position: relative;
  z-index: 4;
  margin-top: 50px;
}
.inner_links{
  color: #fff;
  background: #ffffff3b;
  max-width: fit-content;
  margin: auto;
  padding: 10px 40px;
  border-radius: 11px;
  display: flex;
  align-items: center;
}
.inner_links a{
  color: #fff;
  font-family: 'Heebo';
  font-weight: 300;
}

.inner_links span{
  display: block;
  margin: 0px 15px;
}

.inner_links span svg{
  fill: #fff;
    width: 22px;
}

.close_call{
  position: absolute;
  right: 30px;
  top: 30px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 50;
}

.close_call svg{
width: 100%;
}
.contact_dd{
  max-width: 753px;
  margin: auto;
}

.cont_i_col{
  display: flex;
  /* align-items: center; */
  min-height: 200px;
  background: antiquewhite;
  border-radius: 20px;
  border: 4px solid #fff;
  justify-content: center;
}

.contact_id{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0px 30px;
  /* min-height: 200px; */
  /* background: antiquewhite; */
  /* margin-bottom: 30px; */
  border-radius: 10px;
  padding: 18px;
  /* height: 100%;*/
}
.contact_dd ul li:nth-child(2){
  border-left: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
}
.contact_id i{
  background: #008b85;
  margin-bottom: 20px;
  font-size: 20px;
  color: #ffffff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.contact_id span{
line-height: 1;
}
.contact_id a{
  font-size: 18px;
  display: block;
  font-family: 'Heebo';
  color: #000;
  font-weight: 700;
  padding: 6px;
}

.contact_id p{
  font-size: 18px;
  display: block;
  font-family: 'Heebo';
  color: #000;
  font-weight: 700;
}

.content_header2{
  text-align: center;
  max-width: 500px;
  margin: auto;
  margin-bottom: 60px;
}

.content_header2 span{
  display: block;
    background: #ffffff;
    max-width: fit-content;
    margin: auto;
    position: relative;
    padding: 10px 40px;
    font-family: 'Heebo';
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 2px;
    color: #000;
}

.content_header2 h3::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  border-bottom: 1px solid #000;
  top: 48%;
  left: 0;
  transform: translate(-0%, 50%);
}

.content_header2 h3{
  position: relative;
}

/* contact us ------------------------- */
.contact{
  padding: 100px 0px;
}
@media (max-width: 991px){
  .pd_ll50 {
    padding-left: 00px;
}
.contact_dd ul li a{
  font-size: 16px;
}
.contact_dd ul li p{
  font-size: 16px;
}
.contact_dd ul{
  justify-content: center;
}

.contact_dd ul li{
  width: 50%;
}

.contact_dd ul li:nth-child(2){
 border: none;
}
}
@media (max-width: 767px){
  .we_offer {
    padding-left: 0px;
}
}
@media (max-width: 575px){
  .cont_i_col{
    min-height: auto !important;
  }
  .inner_title h3{
    font-size: 11vw;
  }
  .content_header2{
    margin-bottom: 20px;
  
  }
  .content_header2 span{
    font-size: 5vw;
  }
  .contact_dd ul li{
    width: 100%;
    padding: 30px 30px;
    min-height: 0;
  }
  .contact_dd ul li:nth-child(2){
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
   }
  .mobile_navigation_menu{
    width: 100% !important;
  }
  .banner_desc {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    z-index: 4;
    bottom: 0px;
}
.banner_slider_section::before{
  opacity: .7;
}
#vehicle{
  padding: 50px 0px;
}
.p_111 {
  padding: 50px 0px;
}
}

@media (max-width: 379px){
  .banner_title h3 {
    font-size: 16vw;
}
}

.box-col{
  margin-top: 60px;
}

.box-col p{
    /* text-align: center; */
    max-width: 400px;
    /* margin: auto; */
    font-family: 'google-sans Regular';
    color: #000;
    border-left: 1px solid #00000017;
    padding-left: 30px;
}

.wrapper{
	margin: auto;
}

.tab-wrapper{
	text-align: left;
	display: block;
  padding: 40px 0px;
  background: linear-gradient(196deg, #ee553f 0%, #e7a42b 100%);
  height: 100%;
  border-radius: 10px;
}

.tabs{
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
  flex-direction: column;
  border-right: 1px solid #0000002e;
}

.tab-link{
  margin: 0px;
  list-style: none;
  padding: 10px 20px;
  color: #ffffff;
  cursor: pointer;
  transition: all ease 0.5s;
  border-bottom: solid 3px rgba(255,255,255,0.0);
  font-family: 'google-sans Bold';
  font-size: 13px;
  border-bottom: 1px solid #00000000;
  font-size: 17px;
}

.tab-link:hover{
}
.tab-link.active{
  position: relative;
}
.tab-link.active span{
  background: linear-gradient(196deg, #ee553f 0%, #e7a42b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.tab-link.active::before{
  content: '';
  position: absolute;
  width: 95%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  border-radius: 11px;
}

.content-wrapper{
	padding: 0px 0px;
  padding-left: 30px;
}

.tab-content{
	display: none;
	text-align: left;
	color: #888;
	font-weight: 300;
	font-size: 15px;
	opacity: 0;
	transform: translateY(15px);
	animation: fadeIn 0.5s ease 1 forwards;
}

.tab-content.active{
	display: block;
}

@keyframes fadeIn{
	100%{
		opacity: 1;
		transform: none;
  }
  }

  .servic-content h3{
    font-size: 2rem;
    color: #000;
    font-family: 'google-sans Bold';
    line-height: 1.2;
    margin-bottom: 20px;
    padding: 0px 14px;
  }

  .servic-content p{
    margin-bottom: 10px;
    font-family: 'google-sans Regular';
  }

  .servic-content ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    padding-left: 40px;
  }

  .servic-content ul li{
    color: #000;
    padding: 6px 0px;
    padding-left: 25px;
    font-family: 'google-sans Regular';
    position: relative;
  }

  .servic-content ul li::before {
    font-family: FontAwesome;
    content: "\f00c";
    position: absolute;
    font-size: 11px;
    left: 0;
    color: #fff;
    background: linear-gradient(196deg, #ee553f 0%, #e7a42b 100%);
    width: 16px;
    height: 16px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 10px;
}

  .box-contact{
    background: linear-gradient(196deg, #ee553f 0%, #e7a42b 100%);
    padding: 50px 40px;
  }

  .box-dd h3{
    color: #fff;
    font-family: 'google-sans Medium';
    font-size: 2rem;
    text-transform: capitalize;
    margin-bottom: 15px;
  }

  .box-dd p{
    color: #fff;
    font-family: 'google-sans Regular';
    font-size: 17px;
    max-width: 440px;
    line-height: 1.4;
  }

  .box-contact ul{
    list-style: none;
    padding: 0px;
    margin-top: 40px;
  }

  .box-contact ul li{
    margin-bottom: 30px;
    display: flex;
    /* align-items: center; */
  }

  .cnt-cnt{
    margin-left: 20px;
  }

  .icon-cnt svg{
    width: 27px;
    height: auto;
    fill: #fff;
  }

  .cnt-cnt span{
    color: #fff;
    font-family: 'google-sans Medium';
    display: block;
    font-size: 20px;
  }

  .cnt-cnt p{
    color: #fff;
    font-size: 16px;
  }

  .cnt-cnt a{
    color: #fff;
    font-size: 16px;
  }
  .input-grp {
    margin-bottom: 20px;
  }
  .input-grp input{
    width: 100%;
    height: 50px;
    border: 1px solid #00000021;
    padding: 20px;
  }

  .input-grp textarea{
    width: 100%;
    height: 150px;
    border: 1px solid #00000021;
    padding: 20px;
  }

  .frm-box{
    margin-bottom: 40px;
  }

  .frm-box h3{
    color: #000;
    font-family: 'google-sans Bold';
    font-size: 2.8rem;
    margin-bottom: 10px;
  }

  .frm-box p{
    font-family: 'google-sans Regular';
    max-width: 400px;
  }

  .input-grp button{
    background: rgb(0,173,238);
    background: linear-gradient(196deg, rgba(0,173,238,1) 0%, rgba(39,56,149,1) 100%);
    color: #fff;
    padding: 13px 40px;
    border: none;
    border-radius: 7px;
    font-family: 'google-sans Medium';
    margin-top: 10px;
  }

  .frm-box-wrp{
    padding: 0px 40px;
  }

  .client-s img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .client-s svg{
    width: 200px;
    height: 106px;
    object-fit: contain;
  }

  .client-s{
    width: 100%;
    height: 100px;
    padding: 10px;
    position: relative;
    margin: 35px 0px;
    background: white;
    box-shadow: 0px 5px 8px 0px rgb(0 0 0 / 15%);
    border-radius: 10px;
  }
/* 
  .client-s::before {
    content: '';
    position: absolute;
    width: 63px;
    height: 6px;
    border-radius: 100%;
    background-color: #000;
    bottom: -38px;
    left: 50%;
    transform: translate(-50%, 0%);
    opacity: .1;
    filter: blur(3px);
} */

  .client-slider-container{
    margin-top: 50px;
  }

  .client-inner-w{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .client-box-inner{
    width: 18%;
    height: 100px;
    padding: 10px;
    border: 1px solid #00000040;
    margin: 10px;
    border-radius: 10px;
    transition: .3s ease;
  }
  .client-box-inner img{
    transition: .3s ease;
  }
  .client-box-inner:hover>img{
    opacity: .3;
  }

  .client-box-inner-x{
    width: 215px;
    height: 100px;
    padding: 10px;
    border: 1px solid #00000040;
    margin: 10px 0px;
    border-radius: 10px;
  }

  .client-box-inner-x img{
    transition: .3s ease;
  }
  .client-box-inner-x:hover>img{
    opacity: .3;
  }

  .client-box-inner img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .client-box-inner-x img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .client-title h3{
    max-width: fit-content;
    font-family: 'google-sans Medium';
    font-size: 3rem;
    color: #000;
    margin: auto;
    margin-bottom: 10px;
  }

  .mtop-box{
    margin-top: 60px;
  }

  .he-un-line{
    width: 100%;
    height: 2px;
    border-bottom: 1px solid #00000054;
    position: relative;
  }

  .he-un-line::before{
    content: '';
    position: absolute;
    width: 52px;
    height: 2px;
    left: 0px;
    bottom: -1px;
    /* background: rgb(0,173,238);
    background: linear-gradient(196deg, rgba(0,173,238,1) 0%, rgba(39,56,149,1) 100%); */
    border-bottom: 1px solid rgb(9 144 216);
  }

  .img-serv{
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
    height: 100%;
  }
  .img-serv img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }

  .rw-bx{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 80px;
  }

  .title-box p{
    max-width: 600px;
    font-size: 22px;
    color: #000;
    font-family: 'google-sans Bold';
    /* margin-bottom: 40px; */
    /* text-align: center; */
    /* margin: auto;*/
  }


  @media screen and (max-width:1297px) {
    .list_items_li a{
      padding: 27px 8px;
    }
  }

  @media screen and (max-width:1200px) {
    .wrp-dd{
      padding-left: 100px;
    }
    .cnt-dd p{
      font-size: 12px;
    }

    .cnt-dd a{
      font-size: 12px;
    }
    .logo a img {
      width: 97px;
  }
  .frs_wrp{
    width: 13%;
  }
  .list_items_li a{
    padding: 27px 8px;
  }

  .social_menu_link{
    display: none;
  }
  .link_lists{
    justify-content: space-between;
    width: 100%;
  }

  .navigations_panel{
    display: none;
  }
  .ham{
    display: flex;
  }
  .list_items_li a{
    padding: 0px 15px !important;
  }
  .mobile_navigation_menu{
    display: flex !important;
  }

  .contact-tp{
    display: none;
  }
  }
  @media screen and (max-width:991px) {


    .logo a img {
      width: 97px;
  }
  .cnt-dd p {
    font-size: 10px;
}
.cnt-dd {
  font-size: 10px;
}

    .tab-wrapper{
display: none;
    }

    .tab-content{
display: block;
opacity: 1;
margin-bottom: 70px;
    }

    #tab-8{
      margin-bottom: 0px;
    }

    .frm-box-wrp{
      margin-top: 30px;
    }
  }


  @media screen and (max-width:918px) {
    .contact-tp ul li:nth-child(2){
      border: none;
      margin-right: 0px;
      padding-right: 0px;
    }
    .contact-tp ul li:last-child{
      display: none;
    }
    .list_items_li{
      margin-right: 9px;
    }
    .list_items_li a{
      font-size: 16px;
    }
    .get-quote-c a{
      font-size: 16px;
    }
  }

  @media screen and (max-width:820px) {
    .contact-tp{
      display: none;
    }
    .logo a img {
      width: 128px;
  }
  .header_tag_line::before{
    width: 400px;
  }

  .box-dd h3 {
    color: #fff;
    font-family: 'google-sans Medium';
    font-size: 25px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.box-dd p {
  color: #fff;
  font-family: 'google-sans Regular';
  font-size: 16px;
  max-width: 400px;
}

.cnt-cnt span{
  font-size: 17px;
}

.cnt-cnt p {
  color: #fff;
  font-size: 12px;
}

.frm-box-wrp{
  padding: 0px;
}
  }

  @media screen and (max-width:750px) {
    .we_offer{
      margin-bottom: 30px;
    }
    .client-box-inner{
      width: 30%;
    }
    .vs-content h3{
      font-size: 20px;
      width: 100%;
    }


    .vs-content{
      flex-direction: column;
    }
  }

  @media screen and (max-width:670px) {
    .content-wrapper {
      padding: 0px 0px;
  }
  .client-box-inner{
    width: 29%;
  }
  }

  @media screen and (max-width:670px) {
    .servic-content h3{
      font-size: 20px;
      padding-bottom: 12px;
      position: relative;
    }

    .servic-content h3::before{
      content: '';
      position: absolute;
      width: 80%;
      height: 2px;
      border-bottom: 1px solid #00000029;
      bottom: 0px;
      left: 0px;
    }

    .servic-content h3::after{
      content: '';
      position: absolute;
      width: 60px;
      height: 2px;
      border-bottom: 1px solid #1e52a8;
      bottom: 0px;
      left: 0px;
    }
  }

  @media screen and (max-width:575px) {
    .header_tag_line::before {
      width: 100%;
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);

  }
  .footer-log-col a{
    margin-top: 12px;
  }
  .mm_01 p{
    text-align: justify;
  }

  .trm_s a{
    font-size: 9px;
  }

  .vs-content{
    padding: 17px;
  }

  .we_offer-inner{
    margin-top: 50px;
  }
  .client-box-inner{
    width: 42%;
    margin: 5px;
  }
  .content_header h3{
    font-size: 9vw;
  }

  .box-contact{
    padding: 50px 20px;
  }
  .cnt-cnt a{
    font-size: 14px;
  }

  .sub-header-title h3{
    font-size: 3rem;
  }

  .sub-header-title span{
    line-height: 1.2;
    margin-bottom: 29px;
    display: block;
  }

  .we_offer h3{
    font-size: 23px;
    padding-left: 10px;
  }

  .we_offer p{
    padding-left: 10px;
    font-size: 15px;
  }

  .we_offer a{
    padding-left: 10px;
  }

  .client-s{
    border-bottom: none;
  }

  .we_offer{
    margin-top: 30px;
    padding-right: 0px;
  }

  .frs_wrp{
    width: 66%;
  }
  .logo{
    width: 100%;
  }

  .logo a img{
    width: 97px;
    padding: 3px;
  }
  .frs_wrp{
    padding: 0px 1px;
  }
  .wrp-dd{
    background: rgb(144 21 2);
    /* background: linear-gradient(196deg, rgba(0,173,238,1) 0%, rgba(39,56,149,1) 100%); */
    width: 33%;
    /* height: 100%; */
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
    transform: scale(-1);
    padding: 26px;;
}
.header_tag_line{
  padding-right: 0px;
  padding-left: 15px;
}

.ham{
  background: none;
}

.ham span {
  display: block;
  width: 24px;
  height: 3px;
  background-color: #ffffff;
  position: relative;
}

.ham span::before {
  content: '';
  position: absolute;
  width: 31px;
  height: 3px;
  background-color: #ffffff;
  top: -11px;
}

.ham span::after {
  content: '';
  position: absolute;
  width: 13px;
  height: 3px;
  background-color: #ffffff;
  top: 11px;
}

.banner_title h3{
  font-size: 49px;
}
.home_carousel .owl-item img{
  height: 90vh;
}
  }



  @media screen and (max-width:452px) {
    .logo a img {
      width: 90px;
  }
  .banner_title h3 {
    font-size: 26px;
}

.banner_title p{
  font-size: 14px;
}
.ms_001{
  padding: 15px 0px;
}
  }


  .mtop-30{
    margin-top: 40px;
  }

  .box-cnt-ab{
    border-left: 1px solid #0000003b;
    padding: 0px 10px;
  }
  .vs-content{

    border-bottom: 1px solid #0000003b;
    padding: 33px;
    display: flex;
    transition: .3s ease;
  }




  .vs-content:hover{
    background: linear-gradient(196deg, rgba(0,173,238,1) 0%, rgba(39,56,149,1) 100%);
  }

  .vs-content h3{
    width: 50%;
    font-size: 25px;
    font-family: 'google-sans Bold';
    color: #000;
    transition: .3s ease;
  }

  .vs-content p{
    width: 100%;
    font-family: 'google-sans Regular';
    transition: .3s ease;
  }

  .vs-content:hover> h3{
    color: #fff;
  }

  .vs-content:hover> p{
    color: #fff;
  }

  .active-box{
    background: linear-gradient(196deg, rgba(0,173,238,1) 0%, rgba(39,56,149,1) 100%);
  }

  .active-box h3{color:#fff}
  .active-box p{color:#fff}

  @media screen and (max-width:750px) {
    .vs-content h3{
      width: 100%;
    }
    .vs-content{
      padding: 30px 10px;
    }
  }
  @media screen and (max-width:575px) {
      .webgb-logo{
        margin-top: 0px;
      }
      .footer-log-col a{
        align-items: center;
      }

      .active_tab::before{
        display: none;
      }

    }

  .cls-1{
    fill: #ed5a3d !important;
  }

  @media screen and (max-width:1376px) {
    .cnt-dd a{
      font-size: 15px;
    }
    .cnt-dd p{
      font-size: 15px;
    }
    .home_carousel .owl-item img{
      min-height: 700px;
    }
  }

  .fixed_call_pnl{
    position: fixed;
    right: 0;
    z-index: 200;
    bottom: 20px;
    right: 20px;
  }
  .fixed_quote_pnl{
    position: fixed;
    right: 0;
    z-index: 200;
    bottom: 99px;
    right: 20px;
  }

  .fixed_quote_pnl a{
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 47px;
    color: #fff;
    border-radius: 100px;
    background: rgb(0,173,238);
    background: linear-gradient(196deg, rgba(0,173,238,1) 0%, rgba(39,56,149,1) 100%);
    padding: 15px;
  }

  .fixed_quote_pnl a svg{
    fill: #fff;
    height: auto;
  }

  .flex-box-ul-rn ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
  }

  .flex-box-ul-rn ul li h3{
    font-size: 20px;
    color: #000;
    font-family: 'google-sans Medium';
    margin-bottom: 15px;
  }

  .flex-box-ul-rn ul li{
    width: 47%;
    padding: 20px;
    background: #ffffff;
    border-radius: 11px;
    margin: 10px;
    box-shadow: 0 2px 5px 1px rgba(64,60,67,0.16);
  }

  .flex-box-ul-rn ul li h3 span{
    font-size: 16px;
    color: #000;
    font-family: 'google-sans Regular';
  }

  .flex-box-ul-rn ul li p{
    font-family: 'google-sans Regular';
    margin-bottom: 10px;
  }

  .key_personal_flex{
    margin-bottom: 40px;
    display: flex;
    align-items: center;
  }

  .key_personal_box p{
    margin-bottom: 16px;
    font-family: 'google-sans Regular';
    color: #000;
  }

  .iy-img img{
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 300px;
  }

  .key_personal_flex h3{
    font-size: 22px;
    color: #000;
    font-family: 'google-sans Medium';
    padding: 0px 15px;
  }

  .key_personal_flex span{
    font-family: 'google-sans Regular';
  }

  .key_personal_box ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
  }

  .key_personal_box ul li{
    margin: 9px 0px;
    padding: 10px;
    position: relative;
    padding-left: 20px;
    color: #000;
    font-family: 'google-sans Regular';
  }


  .key_personal_box ul li::before{
    font-family: FontAwesome;
    content: "\f00c";
    position: absolute;
    font-size: 17px;
    left: 0;
    color: #ec6c39;
  }


  .box-im h3{
  text-align: center;
  color: #000;
  font-size: 20px;
  font-family: 'google-sans Regular';
  margin-bottom: 30px;
}

  .box-im ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
  }


  .box-im ul li{
    width: 50%;
    padding: 4px;
  }

  .box-im ul li img{
    width: 100%;
    border-radius: 9px;
  }

  .section-box{
    padding: 50px 0px;
    background-color: #efefef;
  }


  .clients-list h3{
    text-align: center;
    color: #000;
    font-family: 'google-sans Medium';
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .clients-list p{
    max-width: 800px;
    margin: auto;
    margin-top: 40px;
    text-align: center;
    font-family: 'google-sans Regular';
    font-size: 15px;
    color: #484848;
    display: none;
  }

  .clients-list ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .clients-list ul li{

  }

  .gsi_training_content p{
    color: #000;
    font-family: 'google-sans Regular';
    margin-bottom: 10px;
  }

  .clients-list ul li img{
    width: 200px;
    height: 91px;
    object-fit: contain;
    border: 1px solid #00000014;
    padding: 10px;
  }

.list-adv h3{
  padding: 0px 15px;
  margin-top: 40px;
  margin-bottom: 30px;
  color: #000;
  font-size: 28px;
  font-family: 'google-sans Medium';
}

  .adv-items{
    padding: 20px;
    box-shadow: 0 2px 5px 1px rgba(64,60,67,0.16);
    height: 100%;
    border-radius: 10px;
    background-color: #fff;
  }
  .adv-items label{
    color: #000;
    font-size: 18px;
    padding-right: 100px;
    font-family: 'google-sans Medium';
  }

  .adv-items p{
    font-family: 'google-sans Regular';
    font-size: 15px;

  }

  .adv-items p span{
    font-size: 18px;
    font-family: 'google-sans Medium';
    display: block;
    color: #000;
    border-left: 5px solid #eb6f38;
    padding-left: 12px;
    line-height: 1;
    margin-bottom: 10px;
  }



  .pd_01{
    padding: 10px;
  }


  .gsi_training_content h4{
    color: #000;
    font-size: 2rem;
    font-family: 'google-sans Medium';
    margin-bottom: 10px;

  }

  .bx-rcnt ul{
    list-style: none;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }

  .bx-rcnt ul li{
    width: 48%;
    padding: 20px;
    background: #2196f324;
    border-radius: 12px;
  }

  .bx-rcnt ul li p{
    font-family: 'google-sans Regular';
    color: #000;
  }


  .img-col-in{width: 100%;}

  .img-flex-i {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
  }
  .img-flex-i img{
    width: 100%;
    border-radius: 10px;
  }

  .mc-bxt{
    max-width: 900px;
    margin: auto;
    margin-bottom: 40px;
    text-align: center;
  }
  .mc-bxt h4{
    font-size: 2rem;
    color: #000;
    font-family: 'google-sans Medium';
  }
  .header-news{
    font-size: 2rem;
    color: #000;
    font-family: 'google-sans Medium';
    margin-bottom: 30px;
    padding: 0px 15px;
  }

  .news-box{
    background: linear-gradient(196deg, #ee553f 0%, #e7a42b 100%);
    color: #fff;
    padding: 34px;
    border-radius: 10px;
    height: 100%;
  }


  .news-box p{
    color: #fff;
  }

  .box-recent-ne{
    margin-top: 80px;
  }
  .jc-center{
    justify-content: center;
  }

  .xheader{
    text-align: center;
    font-family: 'google-sans Medium';
    font-size: 1.5rem;
    color: #000;
    margin-bottom: 30px;
  }

  .gsi-img img{
    width: 100%;
    border-radius: 10px;
  }

  .gsi_training_content h3{
    font-size: 2rem;
    color: #000;
    margin-bottom: 20px;
    font-family: 'google-sans Medium';
  }

  
  /* case studies --------------------------------------------------------- */

  .case-items{
    box-shadow: 0 2px 5px 1px rgba(64,60,67,0.16);
    background: #fff;
    border-radius: 10px;
    height: 100%;
  }
  .col-cs-st{
    padding: 20px;
  }

   .case-item-img img{
    width: 100%;
    height: 275px;
    object-fit: cover;
   }

   .case-item-img iframe{
    width: 100%;
    height: 255px;
    object-fit: cover;
   }

   .cs-name{
    color: #000;
    font-size: 18px;
    font-family: 'google-sans Medium';
    padding: 11px;
    text-align: center;
    /* height: 70px; */
    min-height: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
   }


  /* ends--------------------- */

  .bx--ne{
    background: antiquewhite;
    margin-bottom: 40px;
    margin-top: 40px;
    padding: 0px;
    border-radius: 10px;
    height: 400px;
  }

  .bx--ne iframe{
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 10px;
  }

  .prj_inner_01
{
  padding: 60px 0px;
  background-color: #efefef59;
}


.xheader h3{
  font-size: 2rem;
    color: #000;
    font-family: 'google-sans Medium';
}

.bx-rcnt{
  text-align: center;
}

.bx-rcnt h4{
  font-size: 20px;
  color: #000;
  font-family: 'google-sans Medium';
}

.bx-rcnt-one ul{

  display: flex;
  align-items: center;
  padding: 0px;
  margin: 0px;
  list-style: none;
  margin-bottom: 50px;
  margin-top: 20px;
 gap: 10px;
}
.bx-rcnt-one ul li{
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.bx-rcnt-one ul li img{
  width: 100%;
}

.tp-mr{
  margin-top: 60px;
}

.career h4{
  font-size: 20px;
  color: #000;
  font-family: 'google-sans Medium';
  margin-bottom: 10px;
}

.career p{
  color: #000;
  font-family: 'google-sans Regular';
  margin-bottom: 11px;
}

.career h5{
  font-size: 1.3em;
  color: #000;
  font-weight: 500;
}

.career h5 a{
  color: #eb7737;
}

.cr-img img{
  width: 100%;
  border-radius: 10px;
  height: 300px;
  object-fit: cover;
}

.g-img{
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.g-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box-pa01{
  padding: 10px;
}

@media screen and (max-width:820px) {
   .bx-rcnt ul li{
    width: 100%;
   }
}

.box-gsi{
  text-align: center;
}

.box-gsi img{
  width: 200px;
}



.ham{
  width: 56px;
  height: 39px;
  align-items: center;
  justify-content: center;
  /* background: #fff; */
  padding: 9px;
}
.ham span{
  display: block;
  width: 54px;
  height: 3px;
  background-color: #fff;
  position: relative;
}

.ham span::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #fff;
  top: -11px;
}

.ham span::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #fff;
  top: 11px;
}

.lfx{
  display: flex;
}

.left-40{
  position: relative;
  left: 49px;
}

.mtop40{
  margin-top: 40px;
}

.span-h{

}

.border-bt{
  width: 66px;
  height: 3px;
  background: #9c3005;
  margin-top: 9px;
}

.bgyl{
  background: #eff30875;
  padding: 30px;
  border-radius: 10px;
  height: 100%;
}

.mtop410{
  margin-top: 60px;
}
 .col-cs-g{
  padding: 15px;
 }
 .box-oth-img{
  background-color: #000;
  border-radius: 10px;
 }
.box-oth-img img{
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  transition: .3s ease;
}

.box-oth-img img:hover{
  opacity: .8;
}

@media screen and (max-width:991px) {
   .tpfooter{
    margin-top: 40px;
   }

   .pd_01{
    width: 50%;
   }
}


@media screen and (max-width:768px) {
  .servic-content ul{
    padding-left: 0px;
    margin-top: 40px;
  }

  .flex-box-ul-rn ul li{
    width: 100%;
  }
  .bgyl{
    height: auto;
    margin-bottom: 25px;
  }
  .box-contact{
    margin-bottom: 50px;
  }
}

@media screen and (max-width:600px) {
  .rw-bx{
    flex-direction: column;
  }
}

@media screen and (max-width:575px) {
  .key_personal_flex{
    align-items: baseline;
    flex-direction: column;
  }
  .box-col p{
    padding-left: 0px;
  }
  .clients-list ul li img{
    width: 125px;
  }
  .career{
    padding-top: 40px;
  }
  .bx-rcnt-one ul{
    flex-wrap: wrap;
  }

  .bx-rcnt-one ul li{
    width: 48%;
  }

  .img-flex-i{
    flex-wrap: wrap;
    justify-content: center;
  }
  .prj_inner_01{
    padding-top: 0px;
  }
  .img-col-in {
    width: 48%;
}
  .pd_01{
    width: 100%;
   }

  .gsi-img{
    margin-bottom: 40px;
  }

  .bgyl{
    height: auto;
    margin-bottom: 5px;
  }
  .iy-img{
    margin-bottom: 20px;
  }

  .we_offer-inner p{
    text-align: left;
  }

  .col-cs-g{
    width: 50%;
   }

  .box-oth-img img{
    width: 100%;
    height: 132px;
  }

  .col-cs-g {
    padding: 7px;
}


.gsi_training_content{
  margin-top: -72px;
}

}
.left-40 li:nth-child(3){
  display: none;
}