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

html, body{
	overflow-x: hidden;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1280px !important;
    }
}
.topbar{
    background-color:#051D2F;
    text-align:right;
    color:#FFF;
    height:40px;
}
.top-contact{
    list-style:none;
    display:inline-flex;
    position:relative;
    z-index:9;
}
.top-contact li{
    display:inline-flex;
    margin-right:20px;
}
.top-contact li a{
    color:#FFF;
}
.top-contact li a:hover{
    color:#CAAF69;
}
.top-contact li img.topcall{
    width: 17px;
    height: 17px;
    margin-top: 5px;
    margin-right: 6px;
}
.top-contact li img.topmail{
    width: 17px;
    height: 14px;
    margin-top: 5px;
    margin-right: 6px;
}
.topsocial{
    display:inline-flex;
    gap:5px;
    list-style:none;
    position:relative;
    z-index:9;
}
#mainNavbar{
    margin-bottom:-40px;
}
#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{
    background-image:url('../images/logo-back.webp');
    background-repeat:no-repeat;
    background-position:center left;
    margin-top: -42px;
    height: 111px;
}
.navbar-nav li{
    text-transform:uppercase;
    font-family: "Roboto", sans-serif;
    font-weight:400;
    font-size:14px;
}
.navbar-light .navbar-nav .nav-link{
    color:#555555;
}
.current_page_item a{
	color: var(--primary-color) !important;
}
.hd-book-btn{
    background:#CAAF69;
    padding:10px 25px;
    border-radius:5px;
    color:#FFFFFF;
    font-family: "Work Sans", sans-serif;
    text-decoration:none;
    font-size:16px;
    font-weight:500;
}
@media screen and (max-width:768px){
	.hd-book-btn{
		display: inline-block !important;
	}
	.topbar{
	    display:none;
	}
	.navbar{
	    background-image:none;
	    background-color:#114062;
	    margin-top:0;
	}
	.sticky1{
	    top:0 !important;
	    height:90px !important;
	}
	.navbar-toggler{
	    background-color:#FFF;
	}
	#mainNavbar{
	    background-color:#114062;
	    padding:10px;
	    z-index:999;
	}
	.navbar-light .navbar-nav .nav-link{
	    color:#FFF;
	}

}
.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: "Raleway", 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: uppercase;
    font-size: 14px;
    font-weight: 500;
    background-color: #CAAF69;
    border: 1px solid #CAAF69;
    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: 6px;
    }
    .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{
    background-size:cover;
    height:550px;
}
.hero-section h2{
    font-size:52px;
    color:#FFFFFF;
    font-weight:800;
    font-family:'Raleway';
}
.hero-section p{
    font-family:'Raleway';
    margin-bottom:40px;
    font-size:16px;
}
.banneroverlay{
    right:0;
    width:65%;
    height:auto;
    position:absolute;
}
.hero-section-btn a{
    background-color:#CAAF69;
    color:#FFF;
    border-radius:6px;
    border-color:#CAAF69;
    font-family:'Raleway';
    text-transform:uppercase;
}
/*-----------------------------------
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 .title-box h2{
    font-family:'Raleway';
    font-size:52px;
    font-weight:800;
    color:#113F61;
}
.about .about-content h4{
	color: #4B4B4B;
	 font-family: "Roboto Condensed", sans-serif;
	line-height: 1.8;
	font-size:24px;
	font-weight:700;
}
.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: 65px;
	text-align: center;
	background: #113F61;
	border-radius: 50px;
}
.about .about-featured-wrapper .about-featured-icon img{
	width: 36px;
	height: 36px;
}
	.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: #CAAF69;
		font-size: 20px;
	}
}
.about .about-featured-wrapper .about-featured-text p{
	color: #A2A2A2;
	width: 170px;
	font-family:'Inter';
	font-size:14px;
}
@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;
}
}
/*-----------------------------------
Services section Styling
------------------------------------*/
.services{
    background-color:#1E1E1E;
}
.services .title-box h2{
    font-size:52px;
    font-weight:700;
}
.service_box h3{
    font-family:'Raleway';
    font-size:26px;
    color:#FFFFFF;
    font-weight:700;
    margin-bottom:15px;
}
.service_box .servimg{
    width:100%;
    border-radius:10px;
    margin-bottom:15px;
}
@media screen and (min-width:991px){
	.service_box .servimg{
		width: 100%;
		height: 288px;
		object-fit: cover;
	}
}
.service_box p{
    font-family:'Raleway';
    font-size:16px;
    font-weight:400;
    color:#CCC;
}
.serbor-lft{
    border-left:1px solid #4c4b51;
}
.services .services-top-btn a{
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	padding: 10px 30px;
	text-transform: uppercase;
}
.services .services-img-wrapper img{
	width: 100%;
	height: 310px;
	object-fit: cover;
	border-radius: 6px;
}
.services  .services-content h5 a{
	color: var(--primary-color);
}
.services  .services-content h5 a:hover{
	color: var(--secondary-color);
}
@media screen and (min-width:991px){
	.services  .services-content h5 a{
		font-size: 24px;
	}
}
.services  .services-content p{
	color: #717171;
}

/*-----------------------------------
Project Section Styling
------------------------------------*/
.project{
    homepage-contact-section
}
.project .title-box h2{
    color:#113F61;
    font-size:52px;
    font-weight:700;
    margin-bottom:20px;
}

.project-slider .slide {
    position: relative;
    overflow: hidden;
    margin:0 10px;
}

.project-slider img {
    width: 100%;
    height: auto;
    display: block;
}

/* Overlay initially hidden */
.overlay, .icon-link {
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease;
}

.slide:hover .overlay,
.slide:hover .icon-link {
    opacity: 1;
}

/* Full image overlay */
.overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* light transparent black */
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    box-sizing: border-box;
}

.overlay h3 {
    margin: 0;
    font-size: 18px;
    color: #fff;
}

.overlay p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #ddd;
}

.icon-link {
    top: 10px;
    right: 10px;
    z-index: 10;
}

.icon-link a {
    display: inline-block;
    /*background: rgba(255, 255, 255, 0.8);*/
    padding: 6px;
    border-radius: 50%;
}

.icon-link img {
    width: 40px;
    height: 40px;
}
/*-----------------------------------
Why Choose Us Styling
------------------------------------*/
.why-choose-section .why-choose-para p{
	color: #717171;
	  font-family: "Roboto", sans-serif;
	font-weight: 400;
}
@media screen and (min-width:991px){
	.why-choose-section .why-choose-para p{
	font-size: 20px;
}
}
.why-choose-section .why-choose-content-wrapper .why-choose-content-icon{
	width: 104px;
	height: 104px;
	line-height: 104px;
	background: #0275C6;
	border-radius: 30px;
	text-align: center;
}

@media screen and (max-width:768px){
.why-choose-section .why-choose-content-wrapper .why-choose-content-icon{
	border-radius: 50px;
	
}	
}


.why-choose-section .why-choose-content-main-wrapper .why-choose-content-wrapper .highlight .why-choose-content-icon{
	background: #42A5DC;
}
.why-choose-section .why-choose-content-wrapper .why-choose-content-icon img{
	width: 66px;
	height: 66px;

}
@media screen and (max-width:768px){
	.why-choose-section .why-choose-content-wrapper .why-choose-content-icon{
		width: 80px;
		height: 80px;
		line-height: 80px;
	}
	.why-choose-section .why-choose-content-wrapper .why-choose-content-icon img{
	width: 33px;
	height: 33px;

}
	.why-choose-section .why-choose-content-wrapper .why-choose-content-text h3{
	font-size: 19px;
}
}
.why-choose-section .why-choose-content-wrapper .why-choose-content-text h3{
	color: #000;
	 font-family: "Oswald", sans-serif;
	font-weight: 600;
}
@media screen and (max-width:768px){
	.why-choose-section .why-choose-content-wrapper .why-choose-content-text h3{
		width: 220px;
	}
}
.why-choose-section .why-choose-content-wrapper .why-choose-content-text p{
	color: #717171;
	  font-family: "Roboto", sans-serif;
}
@media screen and (min-width:991px){
	.why-choose-section .why-choose-content-wrapper .why-choose-content-text h3{
		font-size: 26px;
	}
	.why-choose-section .why-choose-content-wrapper .why-choose-content-text p{
		width: 516px;
	}
}
@media screen and (max-width:768px){
	.why-choose-section .why-choose-content-wrapper .why-choose-content-text p{
		width: 220px;
	}
}
/*-----------------------------------
  Testimonials Styling
------------------------------------*/
.testimonials{
	background: var(--secondary-color);
	position: relative;
	overflow: hidden;
	padding:0;
	background: linear-gradient(to bottom, #FFFFFF 9%, #051D2F 9%);
}
.testimonials .title-box{
    padding-top:40px;
}
.testimonials .testimonials-img-wrapper {
	position: relative;
}
.testimonials .testimonials-img-wrapper .testimonials-shape{
	position: absolute;
	height: 484px;
}
.testimonials .testimonials-img-wrapper .testimonials-img{
	position: absolute;
	z-index: 2;
	height: 400px;
	object-fit: contain;
}
@media screen and (max-width:768px){
	.testimonials .testimonials-img-wrapper .testimonials-shape{
	display: none;
}
	.testimonials .testimonials-img-wrapper .testimonials-img{
		display: none;
	}
	.testimonials{
		height: unset !important;
	}
}
/*-----------------------------------
    Home Contacts Area list Styling
------------------------------------*/
.gallery-before-after-section .gallery-before-after-content img{
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 6px;
}
.gallery-before-after-section .gallery-before-after-content{
	position: relative;
}
.gallery-before-after-section .gallery-before-after-content:before{
	content:'';
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));
	border-radius: 6px;
	opacity: 0
}
.gallery-before-after-section .gallery-before-after-content .icon-search{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	color: #fff;
}
.gallery-before-after-section .gallery-before-after-content:hover:before{
	opacity: 1;
}
.gallery-before-after-section .gallery-before-after-content:hover .icon-search{
	opacity: 1;
}
/*-----------------------------------
    Home Contacts Area list Styling
------------------------------------*/
.contbox{
    background-color:#113F61;
    border-radius:20px;
}
.home-page-contact-section-left .title-box h2{
    color:#FFF;
    font-size:40px;
}
.home-page-contact-section-right .title-box h2{
    color:#FFF;
    font-size:40px;
}
.homepage-contact-section .title-box p{
    color:#FFF;
    font-size:16px;
}

.contactlist{
    margin-bottom:10px;
}
.contactlist h5{
    font-family:'Raleway';
    font-size:20px;
    color:#CAAF69;
    font-weight:600;
    margin-bottom:0px;
}
.contactlist p{
    font-family:'Raleway';
    font-size:16px;
    color:#FFF;
    font-weight:400;
}
.homepage-contact-section .home-area-list ul{
	list-style: none;
	padding-left: 0;
	column-count: 2;
}
@media screen and (max-width:768px){
	.homepage-contact-section .home-area-list ul{
			column-count: 1;
	}
}
.homepage-contact-section .home-area-list ul li a{
	color: #fff;
	text-decoration: none;
	transition: all .5s ease-in-out;
	  font-family: "Roboto", sans-serif;

	
}
.homepage-contact-section .home-area-list ul li a:hover{
	color: var(--primary-color);
}
.homepage-contact-section .home-area-list ul li a:before{
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2em' height='2em' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 10a2 2 0 0 0-2 2a2 2 0 0 0 2 2c1.11 0 2-.89 2-2a2 2 0 0 0-2-2'/%3E%3C/svg%3E");
	position: relative;
	top: 10px;
}
.formbox{
    background-color:#19527D;
    padding:20px;
    border-radius:10px;
}
.btn-submit{
    width:100%;
}
/* homepage contact form CSS */
.homepage-contact-section .home-page-contact-section-left .homepage-contact-section-form-wrapper input[type=text],
.homepage-contact-section .home-page-contact-section-left .homepage-contact-section-form-wrapper input[type=tel],
.homepage-contact-section .home-page-contact-section-left .homepage-contact-section-form-wrapper input[type=email],
.homepage-contact-section .home-page-contact-section-left .homepage-contact-section-form-wrapper select{
	height: 47px;
	border-radius: 4px;
	background: #E9E9E9 !important;
	border: none;
	color:#FFF;
}
.homepage-contact-section .home-page-contact-section-left .homepage-contact-section-form-wrapper input[type=submit]{
	height: 47px;
	border-radius: 4px;
	background: #CAAF69 !important;
	border: none;
	color:#FFF;
}
.homepage-contact-section .home-page-contact-section-left .homepage-contact-section-form-wrapper input:focus{
	box-shadow: none;
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
}
.homepage-contact-section .home-page-contact-section-left .homepage-contact-section-form-wrapper input::placeholder,
.homepage-contact-section .home-page-contact-section-left .homepage-contact-section-form-wrapper textarea::placeholder{
	color: #A8A8A8;
}
.homepage-contact-section .home-page-contact-section-left .homepage-contact-section-form-wrapper select{
	color: #A8A8A8;
	background: #E9E9E9 !important;
}
.homepage-contact-section .home-page-contact-section-left .homepage-contact-section-form-wrapper textarea{
	height: 109px;
	background: #E9E9E9 !important;
	border: none;
}
.homepage-contact-section .home-page-contact-section-left .homepage-contact-section-form-wrapper textarea:focus{
		color: var(--primary-color);
	box-shadow: none;
}
.homepage-contact-section .home-page-contact-section-left .homepage-contact-section-form-wrapper .theme-btn{
	/*background: var(--primary-color) !important;*/
	color: #fff;
	padding: 10px 35px;
	transition: all .5s ease-in-out;
}
.homepage-contact-section .home-page-contact-section-left .homepage-contact-section-form-wrapper .theme-btn:hover{
	background: var(--secondary-color) !important;
}

@media screen and (min-width:991px){
	.homepage-contact-section .home-page-contact-section-left,
	.homepage-contact-section .home-page-contact-section-right{
		height: 585px !important;
		max-height: 600px;
	}
}

/*Blog Section*/
.blogsec{
    background-image:url(../images/blog-back.webp);
    background-size:100%;
    background-position:top center;
}
.blogsec .title-box h2{
    font-size:40px;
    font-weight:700;
}

.imagebox{
    text-align:left;
}
.imagebox img{
    width:90%;
    height:auto;
}
.postcontbox{
    width:90%;
    margin-left:25px;
    background-color:#FFF;
    box-shadow:0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding:15px;
    margin-top:-40px;
    position:relative;
    z-index:9;
}
.postcontbox h3{
    font-family:'Raleway';
    font-weight:500;
    font-size:22px;
}
.postcontbox h3 a{
    color:#000;
}
.postcontbox p{
    margin-bottom:0px;
}


/* Map CSS */
.map-section iframe{
	border-radius: 16px;
}

/* Footer */
footer{
    background-color:#113F61;
/*     padding:45px 0; */
}
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: "Roboto Condensed", sans-serif;
    color:#CAAF69;
    font-weight:600;
    font-size:22px;
}
.horline{
    height:1px;
    background-color:#FFFFFF;
    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:#CAAF69;
}
.footcont li{
    font-family: "Raleway", sans-serif;
    font-weight:400;
    font-size:16px;
    line-height:35px;
}
.footcont li a{
    color:#FFFFFF;
    text-decoration:none;
}
.footcont li a:hover{
    color:#CAAF69;
}
.footaddress{
    font-family: "Raleway", sans-serif;
    font-weight:400;
    font-size:16px;
    line-height:35px;
    color:#FFFFFF;
}

/*-----------------------------------
    Page Banner CSS
------------------------------------*/
.page-banner{
	height: 60vh !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;
}

/*-----------------------------------
   Testimonials CSS
------------------------------------*/
.testimonials-page{
	background: unset !important;
}
.testimonials-page .wp-google-name span{
	color: #000 !important;
}
.testimonials-page .wp-gr .wp-google-based{
	color: #000 !important;
}

.testimonials-page .wp-gr .wp-google-powered{
	color: #000 !important;	
}


/*-----------------------------------
   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: #CAAF69;
	
}
.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: #CAAF69;
}
@media screen and (min-width:991px){
	.contact-page-section .contact-page-section-content a{
	font-size: 24px;
}
}

/*-----------------------------------
   Areas page CSS
------------------------------------*/
.area-page-section .area-page-content .primary-btn-1{
	width: 185px;
	padding: 15px !important;
	display: flex;
	justify-content: center;
}

@media screen and (max-width:768px){
	.area-page-section .area-page-content .primary-btn-1{
		width: 170px;
		padding: 10px 0 !important;
	}
}
/*================================
 <-- 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: #B7B7B7;
}
footer .footer-bottom p a:hover{
	color: var(--primary-color);
}
footer .footer-bottom p{
	position: relative;
	
}
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;
    top: 40px;
    height:90px !important;
    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;
   background-image:none;
}
  .navbar.sticky1{
   opacity: 1;
   background-color:#114062;
  }
  .sticky1 #mainNavbar{
	    margin-bottom:0;
}
.sticky1 .nav-link{
    color:#FFFFFF !important;
}

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

/*=======================================
INNER PAGES 
=======================================*/
.pagebreadcrumb{
    list-style:none;
    padding:0;
    display: flex;
    gap: 15px;
    color:#FFF;
}
.pagebreadcrumb a{
    color:#CAAF69;
}
/* About Us */
.innerpage-banner{
    background-image:url(../images/inner-banner.webp);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:top center;
    background-attachment:fixed;
    padding:200px 0;
}
.innerpage-banner h2{
    color:#FFF;
    text-align:left;
    font-size:30px;
    font-weight:600;
    text-transform:uppercase;
}

/* Blog Page */
.blogpagecard{
    box-shadow:0 0 4px 0 rgba(0,0,0,0.2);
    border-radius:5px;
}
.blogimagebox img{
    width:100%;
    border-radius:5px 5px 0 0;
}
.blogpostcontbox{
    padding:15px;
}
.blogpostcontbox h3{
    font-size:22px;
    text-transform:uppercase;
    font-weight:600;
}
.blogpostcontbox h3 a{
    color:#000000;
}
.readmorebtn{
    color:#CAAF69;
    font-weight:500;
    font-size:18px;
}

/* Contact Page */
.contact-page-contact-section-left .title-box h5{
    color:#CAAF69;
    font-size:20px;
}
.contact-page-contact-section-left .title-box h2{
    color:#000;
    font-size:40px;
    margin-bottom:15px;
}
.contact-page-contact-section-right .title-box h2{
    color:#FFF;
    font-size:40px;
}
.contact-page-contact-section-right .title-box h5{
    color:#CAAF69;
    font-size:20px;
}
.contact-contact-section .title-box p{
    color:#000;
    font-size:16px;
}

.contactlist{
    margin-bottom:10px;
}
.contactlist h5{
    font-family:'Raleway';
    font-size:20px;
    color:#CAAF69;
    font-weight:600;
    margin-bottom:0px;
}
.contactlist p{
    font-family:'Raleway';
    font-size:16px;
    color:#FFF;
    font-weight:400;
}
.contact-contact-section .home-area-list ul{
	list-style: none;
	padding-left: 0;
	column-count: 2;
}
@media screen and (max-width:768px){
	.contact-contact-section .contact-area-list ul{
			column-count: 1;
	}
}
.contact-contact-section .contact-area-list ul li a{
	color: #fff;
	text-decoration: none;
	transition: all .5s ease-in-out;
	  font-family: "Raleway", sans-serif;

	
}
.contact-contact-section .contact-area-list ul li a:hover{
	color: var(--primary-color);
}
.contact-contact-section .home-area-list ul li a:before{
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2em' height='2em' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 10a2 2 0 0 0-2 2a2 2 0 0 0 2 2c1.11 0 2-.89 2-2a2 2 0 0 0-2-2'/%3E%3C/svg%3E");
	position: relative;
	top: 10px;
}
.formbox{
    background-color:#19527D;
    padding:20px;
    border-radius:10px;
}
.btn-submit{
    width:100%;
}
/* homepage contact form CSS */
.contact-page-contact-section-left .contact-contact-section-form-wrapper input[type=text],
.contact-page-contact-section-left .contact-contact-section-form-wrapper input[type=tel],
.contact-page-contact-section-left .contact-contact-section-form-wrapper input[type=email],
.contact-page-contact-section-left .contact-contact-section-form-wrapper select{
	height: 47px;
	border-radius: 4px;
	background: #FFFFFF !important;
	border: none;
	color:#FFF;
}
.contact-page-contact-section-left .contact-contact-section-form-wrapper input[type=submit]{
	height: 47px;
	border-radius: 4px;
	background: #CAAF69 !important;
	border: none;
	color:#FFF;
}
.contact-page-contact-section-left .contact-contact-section-form-wrapper input:focus{
	box-shadow: none;
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
}
.contact-page-contact-section-left .contact-contact-section-form-wrapper input::placeholder,
.contact-page-contact-section-left .contact-contact-section-form-wrapper textarea::placeholder{
	color: #A8A8A8;
}
.contact-page-contact-section-left .contact-contact-section-form-wrapper select{
	color: #A8A8A8;
	background: #E9E9E9 !important;
}
.contact-page-contact-section-left .contact-contact-section-form-wrapper textarea{
	height: 105px;
	background: #FFF !important;
	border: none;
}
.contact-page-contact-section-left .contact-contact-section-form-wrapper textarea:focus{
		color: var(--primary-color);
	box-shadow: none;
}
.contact-page-contact-section-left .contact-contact-section-form-wrapper .theme-btn{
	/*background: var(--primary-color) !important;*/
	color: #fff;
	padding: 10px 35px;
	transition: all .5s ease-in-out;
}
.contact-page-contact-section-left .contact-contact-section-form-wrapper .theme-btn:hover{
	background: var(--secondary-color) !important;
}

@media screen and (min-width:991px){
	.contact-contact-section .contact-page-contact-section-left,
	.contact-contact-section .contact-page-contact-section-right{
		height: 585px !important;
		max-height: 600px;
	}
}

/* Single Service Page */
.serviceform{
    padding:40px;
    background-color:#113F61;
    border-radius:10px;
}
.serviceform h3{
    color:#FFF;
    font-size:24px;
    text-transform:uppercase;
    font-weight:600;
    margin-bottom:20px;
}
.serviceform p{
    color:#FFF;
    font-size:16px;
    font-weight:400;
    margin-bottom:20px;
}
.serviceform textarea{
    height:100px;
}
.serviceform .btn-submit{
    background:#CAAF69;
    color:#FFF;
    text-transform:uppercase;
}
.singleservicearea img{
    width:100%;
    height:auto;
    margin-bottom:20px;
}
/* Single blog post */
.singleblogsec img{
    margin-bottom:20px;
}
.singleblogsec .detail h3.title{
    font-size:26px;
    font-weight:600;
}
.singleblogsec .detail h3.title a{
    color:#CAAF69;
}
.singleblogsec .detail .post-meta{
    margin-bottom:15px;
    color:#DDDDDD;
    border-bottom:1px solid #CAAF69;
}

.popular-posts-box img{
    width:100%;
    height:105px;
}
.popular-posts-box h4{
    font-size:20px;
    font-family:'Raleway';
    font-weight:600;
}
.popular-posts-box h4 a{
    color:#000;
}

.accordion-header h4{
    font-size:18px;
    color:#CAAF69;
}

.modal-body .btn-submit{
    background-color:#000;
}
.modal-body textarea{
    height:90px;
}


















