:root{
	--primary-color: #42A5DC;
	--secondary-color: #021C2F;
}

html, body{
	overflow-x: hidden;
}
#mainNavbar a.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

/* Show dropdown on hover */
.navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0; /* optional: remove small gap */
}

/* Optional: make dropdown smooth */
.dropdown-menu {
    transition: all 0.3s ease;
}
.navbar-nav li{
    text-transform:uppercase;
    font-family: "Roboto", sans-serif;
    font-weight:400;
    font-size:18px;
}
.navbar-light .navbar-nav .nav-link{
    color:#FFFFFF;
    padding:0 20px;
}
.navbar-light .navbar-nav .nav-link:hover{
    color:#4ab9cd;
}
.current_page_item a{
	color: #4ab9cd !important;
}
.hd-book-btn{
    background:#4ab9cd;
    padding:10px 25px;
    border-radius:4px;
    color:#FFFFFF;
    font-family: "Work Sans", sans-serif;
    text-decoration:none;
    font-size:16px;
    font-weight:500;
    text-transform:uppercase;
}
@media screen and (max-width:768px){
	.hd-book-btn{
		display: inline-block !important;
	}
	.txtmob{
	    font-size:12px;
	}
	.headconbox p{
	    font-size:12px !important;
	}
	.navbar-toggler .fa{
	    color:#FFF;
	    font-size:24px;
	}
	.hero-section{
	    padding:60px 0 !important;
	}
	h2.bannertext{
	    font-size:30px !important;
	}
	.slide img{
        height:100px !important;
	}
	.clientlogos{
	    column-count:3;
	}
	.clientlogos li img{
	    width:100%;
	}
}
.hd-book-btn:hover{
    color:#f1f1f1;
}
.hd-book-btn img{
    margin-right:10px;
}
.title-box h5{
	color: var(--primary-color);
	font-size: 16px;
	text-transform: uppercase;
	  font-family: "Roboto", sans-serif;
}

.title-box h2{
 font-family: "Roboto Condensed", sans-serif;
font-weight: 700;
}
@media screen and (min-width:991px){
	.title-box h2{
font-size: 50px;
}
}
/*-----------------------------------
    Universal Styling
------------------------------------*/
@media screen and (min-width:991px){
	.title-box h2{
	font-size: 30px;
}
}
a{
	text-decoration: none;
}
/* button */
.primary-btn-1{


    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    display: inline-flex;
    align-items: center;
    line-height: normal;
    white-space: nowrap;
    padding: 15px 35px;
    gap: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all .6s;
    border-radius: 50px;
    }
    .primary-btn-1:hover{
        color: #fff;
    border: 1px solid var(--secondary-color);
    }
    .primary-btn-1 span{
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: var(--secondary-color);
    transition: all .6s;
    transform: translate(-50%, -50%);
    z-index: -1;
    }
    .primary-btn-1:hover span{
        width: 225%;
        height: 1000.5px;
    }

/*-----------------------------------
Hero  section Styling
------------------------------------*/
.hero-section-form-wrapper {
	background: #fff;
	width: 342.78px;
	border-radius: 30px;
}
@media screen and (max-width:768px){
	.hero-section-form-wrapper{
		width: 100%;
	}
}
.hero-section-form-wrapper h3{
	padding: 20px;
	color: var(--primary-color);
	position: relative;
	font-size: 16px;
	font-weight: 600;
	  font-family: "Roboto", sans-serif;
}
.hero-section-form-wrapper h3:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background:  #CDCDCD;
	top: 100%;
	left: 0;
}
.hero-section-form-wrapper h3:after{
	content: '';
	position: absolute;
	width: 123px;
	height: 3px;
	background:  var(--primary-color);
	top: 98%;
	left: 5%;
}
.hero-section-form-wrapper .hero-section-form input{
	background: #E9E9E9;
	height: 40.81px;
	border: none;
	border-radius: 10px;
}
.hero-section-form-wrapper .hero-section-form input:focus{
	box-shadow: none;
	border: 1px solid var(--primary-color);
}
.hero-section-form-wrapper .hero-section-form input::placeholder{
	color: #AAAAAA;
}
.hero-section-form-wrapper .hero-section-form select{
	background: #E9E9E9;
	height: 40.81px;
	border: none;
	border-radius: 10px;
		color: #AAAAAA;
}
.hero-section-form-wrapper .hero-section-form select:focus{
	color: var(--primary-color);
	box-shadow: none;
}
.hero-section-form-wrapper .hero-section-form textarea{
	height: 78px;
	background: #E9E9E9;
	border: none;
	border-radius: 10px;
	
}
.hero-section-form-wrapper .hero-section-form textarea:focus{
	box-shadow: none;
	color: var(--primary-color);
}
.hero-section-form-wrapper .hero-section-form textarea::placeholder{
	color: #AAAAAA;
	
}
.hero-section-form-wrapper .hero-section-form .theme-btn{
	background: var(--primary-color);
	padding: 10px 30px;
color: #fff;
	height: unset !important;
}
/*-----------------------------------
About section Styling
------------------------------------*/
.about .about-content h3{
	color: #4B4B4B;
	 font-family: "Roboto Condensed", sans-serif;
}
@media screen and (min-width:991px){
	.about .about-content h3{
		font-size: 24px;
	}
}
.about .about-content p{
	color: #7D7D7D;
	 font-family: "Roboto", sans-serif;
	line-height: 1.8;
}
.about .about-featured-wrapper .about-featured-icon{
	width: 73px;
	height: 73px;
	line-height: 73px;
	text-align: center;
	background: var(--primary-color);
	border-radius: 50px;
}
.about .about-featured-wrapper .about-featured-icon img{
	width: 44px;
	height: 44px;
}
	.about .about-featured-wrapper .about-featured-text h3 {
	  font-family: "Roboto Condensed", sans-serif;
}
@media screen and (min-width:991px){
	.about .about-featured-wrapper .about-featured-text h3{
		color: var(--primary-color);
		font-size: 22px;
	}
}
.about .about-featured-wrapper .about-featured-text p{
	color: #A2A2A2;
	width: 170px;
}
@media screen and (max-width:475px){
	.about .about-featured-wrapper .about-featured-text p{
	width: 160px !important;
}
}
@media screen and (max-width:768px){
	.about .about-featured-wrapper .about-featured-text p{
	width: 313px;
}
}

@media screen and (min-width:1400px){
	.about .about-featured-wrapper .about-featured-text p{
	width: 197px;
}
}


/* Footer */
#menu-footer-menu-one{
    column-count:2;
    display:block !important;
}
footer{
    background-color:#021C2F;
/*     padding:45px 0; */
}
footer h2{
    font-family: 'Montsettet', sans-serif;
    color:#FFF;
    font-weight:500;
    font-size:20px;
    text-transform:uppercase;
    margin-bottom:20px;
}
footer p{
    font-family:"Work Sans", sans-serif;
    font-size:15px;
    color:#FFFFFF;
    font-weight:400;
}
.opening_hour h5{
    font-family:"Work Sans", sans-serif;
    font-size:18px;
    color:#FFFFFF;
    font-weight:700;
}
footer h4{
    font-family: 'Montsettet', sans-serif;
    color:#FFF;
    font-weight:500;
    font-size:20px;
    text-transform:uppercase;
}
.horline{
    height:1px;
    background-color:#42A5DC;
    width:63px;
    margin-bottom:20px;
}
.footmenu li{
    font-family: "Roboto", sans-serif;
    font-weight:400;
    font-size:16px;
    line-height:35px;
}
.footmenu li a{
    color:#FFFFFF;
    text-decoration:none;
}
.footmenu li a:hover{
    color:#42A5DC;
}
.footcont li{
    font-family: "Roboto", sans-serif;
    font-weight:400;
    font-size:16px;
    line-height:35px;
}
.footcont li a{
    color:#FFFFFF;
    text-decoration:none;
}
.footcont li a:hover{
    color:#42A5DC;
}
.footaddress{
    font-family: "Roboto", sans-serif;
    font-weight:400;
    font-size:16px;
    line-height:35px;
    color:#FFFFFF;
}

/*-----------------------------------
    Page Banner CSS
------------------------------------*/
.page-banner{
	height: 30vh !important;
}
.page-banner h1{
    color: #fff;
    font-weight: 600;
	 font-family: "Roboto Condensed", sans-serif;
}
@media screen and (min-width:991px){
    .page-banner h1{
        font-size: 48px;
    }
}
.page-banner .breadcrumb li a {
    color: var(--primary-color);
	 font-family: "Roboto Condensed", sans-serif;
}
.page-banner .breadcrumb li{
    color: #fff;
}



/*-----------------------------------
   Contact Us page CSS
------------------------------------*/

.contact-page-section .contact-page-section-content{
	padding: 30px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	border-radius: 10px;
	min-height: 180px;
	max-height: 180px;
}
.contact-page-section .contact-page-section-content svg{
	color: var(--primary-color);
	
}
.contact-page-section .contact-page-section-content a{
	color: #000;
	 font-family: "Roboto Condensed", sans-serif;
}
.contact-page-section .contact-page-section-content a:hover{
	color: var(--primary-color);
}
@media screen and (min-width:991px){
	.contact-page-section .contact-page-section-content a{
	font-size: 24px;
}
}

/*================================
 <-- Single Service -->
==================================*/ 
.single-service .single-service-sidebar h3,
.single-service .single-service-sidebar-contacts h3{
	color: #222;
	 font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	position: relative;
	margin-bottom: 30px;
	text-transform: capitalize;
}
.single-service .single-service-sidebar h3:before,
.single-service .single-service-sidebar-contacts h3:before{
	content: '';
	position: absolute;
	width: 40px;
	height: 3px;
	background: var(--primary-color);
	top: 100%;
}
.single-service .single-service-sidebar ul{
	list-style: none;
	padding-left: 0;
	border: 1px solid #d7d7d7;
	}
.single-service .single-service-sidebar ul{
	background: var(--secondary-color);
}
.single-service .single-service-sidebar ul li a{
/* 	background: #f5f5f5; */
	color: #fff;
	padding: 18px 30px;
	text-transform: capitalize;
	font-weight: 500;
	border-bottom: 1px solid #d7d7d7;
	position: relative;
	z-index: 9 !important;
	display: block;
	transition: all .5s ease-in-out;
	 font-family: "Roboto Condensed", sans-serif;
}
.single-service .single-service-sidebar ul li a:before{
	content: '';
	position: absolute;
	width: 0%;
	height: 100%;
	left: 0;
	top: 0;
	background: var(--primary-color);
	transition: all .5s ease-in-out;
	z-index: -1;
	
}
.single-service .single-service-sidebar ul li:hover a:before{
	width: 100%;
	border-left: 4px solid #000;
}
.single-service .single-service-sidebar ul li:hover a{
	color: #fff;
}
.single-service .single-service-sidebar ul li a:after{
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1.2em' height='1.2em' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m10 17l5-5l-5-5'/%3E%3C/svg%3E");
	position: absolute;
	right: 20px;
}

.single-service .single-service-sidebar-contacts .single-service-sidebar-info svg{
	width: 44px;
	height: 45px;
	color: var(--primary-color);
}
.single-service .single-service-sidebar-contacts .single-service-sidebar-info a{
	color: #777;
	transition: all .5s ease-in-out;
	 font-family: "Roboto Condensed", sans-serif;
}
.single-service .single-service-sidebar-contacts .single-service-sidebar-info a:hover{
	color: var(--primary-color);
}
.single-service .single-service-content-img img{
	border-radius: 5px;
}
.single-service .single-service-sidebar-contacts .single-service-sidebar-info h4{
	font-size: 18px;
	 font-family: "Roboto Condensed", sans-serif;
}
.single-service .single-service-content-img{
	position: relative;
	overflow: hidden;
	
}
/* .single-service .single-service-content-img:before{
	content: '';
	position: absolute;
	width: 0;
	height: 100%;
	background: linear-gradient(rgba(180, 16, 23, 0.5),rgba(180, 16, 23, 0.5));
	transition: all .5s ease-in-out;
	border-radius: 10px;
} */
.single-service .col-md-8:hover .single-service-content-img:before{
	width: 100%;
}
	.single-service .single-service-content-img img{
		width: 100%;
		height: 450px;
		object-fit: cover;
		border-radius: 10px;
	}
@media screen and (min-width:991px){
	.single-service .single-service-content-img img{
		width: 100%;
		height: 450px;
		object-fit: cover;
	}
}
.single-service .single-service-content p{
	color: #777;
	line-height: 1.5;
	text-align: justify;
}
.single-service .single-service-content h2,
.single-service .single-service-content h3,
.single-service .single-service-content h4{
	color: var(--primary-color);
}
.single-service .single-service-content ul li,
.single-service .single-service-content ol li{
	color:  #777;
}

/*-----------------------------------
      contact section style
------------------------------------*/
.services-contact-section{
    background: #f3f3f3;
}
.services-contact-section .contact-section-content p{
    font-size: 13px;
    line-height: 23px;
    color: #7F7F7F;
}
.services-contact-section .contact-section-form{
    background: var(--primary-color);
    position: relative;
/*     transform: translateY(-29px); */
    /* margin-bottom: -50px; */
}
.services-contact-section .contact-section-form:before{
    top: 0;
    left: -25px;
    width: 25.63px;
    height: 29px;
    position: absolute;
    content: "";
    background: var(--third-color);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    transition: all .5s ease-in-out;
    z-index: 1;
}

.services-contact-section .contact-section-form input,
.services-contact-section .contact-section-form select{
    height: 47px;
    border-radius: 3px;
    color: var(--primary-color);
}

.services-contact-section .contact-section-form input::placeholder{
    color: #9E9E9E;
     font-family: "Roboto Condensed", sans-serif;
    font-size: 13px;
}
.services-contact-section .contact-section-form select{
    color: #9E9E9E;
   font-family: "Roboto Condensed", sans-serif;
    font-size: 13px;
}
.services-contact-section .contact-section-form input:focus{
    box-shadow: none;
}
.services-contact-section .contact-section-form .theme-btn {
    cursor: pointer;
    position: relative;
    padding: 10px 24px;
    color: var(--primary-color);
    border: 2px solid rgb(255, 255, 255);
    border-radius: 34px;
    background-color: #fff;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
    overflow: hidden;
    font-size: 15px;
    border-radius: 4px;
    
  }


/*================================
 <-- Single Area Section -->
==================================*/
.single-area-section .single-area-section-content h2{
	position: relative;
	padding-left: 30px;
}
.single-area-section .single-area-section-content h2:before{
	content: '';
	position: absolute;
	width: 3px;
	height: 100%;
	background: var(--primary-color);
	left: -5px;
}
.single-area-section .single-area-section-content p{
	color: #606060 !important;
	line-height: 2;
}
.single-area-section .single-area-section-content iframe{
	border-radius: 10px;
}
/*================================
 <-- Footer Bottom CSS Section -->
==================================*/
footer .footer-bottom p,
footer .footer-bottom p a{
	color: #A8C1FF7D;
}
footer .footer-bottom p a:hover{
	color: var(--primary-color);
}
footer .footer-bottom p{
	position: relative;
	background: #021C2F;
	
}
footer .footer-bottom p:before{
	content: '';
	position: absolute;
	width: 515px;
	height: 1px;
	background: #A8C1FF26;
	left: 0;
	top: 50%;
}
footer .footer-bottom p:after{
	content: '';
	position: absolute;
	width: 515px;
	height: 1px;
	background: #A8C1FF26;
	right: 0;
	top: 50%;
}
@media screen and (max-width:768px){
	footer .footer-bottom p:before{
	display: none;
}
		footer .footer-bottom p:after{
	display: none;
}
}

/* navbar */
.sticky1 {
    position: fixed !important;
	background: #1f425d;
    top: -5px;
    width: 100%;
    z-index: 10;
   opacity: 0;
   transition: all .5s ease-in-out;
   box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  }
  .navbar.sticky1{
   opacity: 1;
  
  }

.navbar img{
	width: 150px !important;
}
.navbar .navbar-calendar{
	width: unset !important;
}
.modal{
	z-index: 99999 !important;
}

/*====================================
New Theme Code
===================================*/
.topbar{
    background-color:#eaedf0;
    color:#8e9ba7;
    padding:7px 0;
}
.social_links{
    text-align:right;
}
.social_links .fa{
    color:#8e9ba7;
}
.social_links ul{
    list-style:none;
    margin-bottom:0px;
}
.social_links ul li{
    display:inline;
}
.brandsec{
    padding:15px 0;
}
.headconbox h5{
    font-weight:400;
    color:#4ab9cf;
    font-size:14px;
    margin-bottom:0;
}
.headconbox p{
    font-size:15px;
    font-weight:400;
    color:#727272;
    margin-bottom:0px;
}
.iconbx{
    border:1px solid #e5e5e5;
    line-height:40px;
    text-align:center;
    width:40px;
}
.iconbx .fa{
    color:#4ab9cf;
    font-size:24px;
}
.calltoll{
    background-color:#fd7062;
    text-align:center;
    padding:5px;
}
.calltoll p{
    text-transform:uppercase;
    color:#FFF;
    font-weight:400;
    font-size:14px;
    margin-bottom:0px;
}
header{
    background-color:#1f425d;
    padding:10px 0;
}
.hero-section{
    padding:130px 0;
}
.bannertext{
    font-size:50px !important;
    text-transform:uppercase;
    font-weight:600;
    font-family:'Montserrat' !important;
}
/* About Us */
.about-cont-box{
    margin-bottom:30px;
}
.contbox-top{
    display:inline-flex;
}
.contbox-top .fa{
    font-size:30px;
    width:60px;
    text-align:left;
    color:#4ab9cf;
}

.contbox-top h3{
    font-size:24px;
    color:#000;
    font-weight:400;
    font-family:"Montserrat";
}
.about-cont-box h4{
    font-size:18px;
    color:#727272;
    font-weight:400;
    padding-left:60px;
    font-family:"Montserrat";
    margin-bottom:10px;
}
.about-cont-box p{
    font-size:16px;
    color:#727272;
    font-weight:400;
}

/*Form SEction*/
.formsection{
    background-image:url("../images/formback.webp");
    background-size:conver;
    padding:50px 0 150px 0;
}

.quotecont h3{
    font-size:24px;
    font-weight:400;
    color:#4ab9cf;
    text-transform:uppercase;
    font-family:"Montserrat";
}
.quotecont p{
    font-size:16px;
    font-weight:400;
    color:#727272;
    font-family:"Montserrat";
}
.submit-btn{
    background: #4ab9cd;
    width:100%;
    border-radius: 4px;
    color: #FFFFFF;
    font-family: "Work Sans", sans-serif;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

/*service section*/
.highlighsec{
    margin-top:-150px;
}
.servicebox img{
    margin-bottom:15px;
    width:100%;
}
.servicebox h3{
    font-size:20px;
    font-weight:500;
    color:#000;
    text-transform:uppercase;
    font-family:"Montserrat";
}
.servicebox p{
    font-size:16px;
    font-weight:400;
    color:#727272;
    font-family:"Montserrat";
}
.servicebox span{
    width:25%;
    background-color:#4ab9cf;
    height:2px;
    margin-bottom: 20px;
    margin-top: 10px;
    display:block;
}

/*Image carousel*/
.vehicle-section{
    padding:60px 0;
    background:#1a1a1a;
}

/*.container{*/
/*    width:90%;*/
/*    margin:auto;*/
/*}*/

.slider-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:20px;
}

.slider-header h2{
    color:white;
    letter-spacing:2px;
    font-size:22px;
}

.slider-nav button{
    background:#000;
    border:none;
    color:white;
    width:45px;
    height:40px;
    cursor:pointer;
    margin-left:8px;
    transition:0.3s;
}

.slider-nav button:hover{
    background:#444;
}

.slider-wrapper{
    overflow:hidden;
    width:100%;
}

.slider-track{
    display:flex;
    transition:0.5s ease;
}

.slide{
    min-width:33.333%;
    padding:10px;
}

.slide img{
    width:100%;
    height:280px;
    object-fit:cover;
    border-radius:5px;
    transition:0.4s;
}

.slide img:hover{
    transform:scale(1.05);
}

/*Client Section*/
.clientsec{
    text-align:center;
    gap:20px;
}
.clientsec h2{
    font-size:20px;
    font-family:"Montserrat";
    color:#000000;
    font-weight:500;
    margin-bottom:10px;
}
.blueunderline{
    width:120px;
    height:2px;
    background-color:#4ab9cf;
    margin-bottom:20px;
    display:inline-block;
}
.clientlogos{
    list-style:none;
    padding:0;
}
.clientlogos li{
    display:inline-block;
    margin-left:8px;
    margin-right:8px;
}

.adsection{
    background-image:url(../images/adback.webp);
    background-size:cover;
    background-position:center center;
    padding:100px 0;
}
.adsection h2{
    font-size:30px;
    font-family:'Montserrat' !important;
    color:#FFF;
    font-weight:500;
    margin-bottom:15px;
}
.adsection p {
    color:#FFF;
    font-size:20px;
}

/*=================================
About Us Page
=================================*/
.companybox h3{
    font-family:'Montserrat';
    font-size:20px;
    color:#000000;
    font-weight:500;
    margin-top:15px;
    text-transform:uppercase;
}
.companybox p{
    font-family:'Roboto';
    font-size:15px;
    color:#727272;
    font-weight:400;
}

/*=================================
News Page
=================================*/
.newsbox .blog-img{
    width:100%;
    height:auto;
}
.blog-content h3{
    font-family:'Montserrat';
    font-size:20px;
    color:#000000;
    font-weight:500;
    margin-top:15px;
    text-transform:uppercase;
}
.blog-content p{
    font-family:'Roboto';
    font-size:15px;
    color:#727272;
    font-weight:400;
}

.popular-posts h2{
    margin-bottom:25px;
    
}
.detail h3{
    margin-top:20px;
    font-family:'Montserrat' !important;
    font-size:30px !important;
    font-weight:500 !important;
}
.detail h3 a {
    color:#000;
}
.detail h4{
    color:#000;
    font-family:'Montserrat';
    font-size:20px;
    font-weight:500;
}
.detail h4 a {
    color:#000;
}
.popupbtn{
	background-color:#fd7062 !important;
	color:#FFF !important;
}




