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

html, body{
	overflow-x: hidden;
	  font-family: "Inter", sans-serif;
}

header {
    position: absolute;
    z-index: 99;
    clear: both;
    width: 100%;
}
@media (max-width: 991.98px) { 
    
header {
    position: relative;
}
    
}
#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-collapse {
    margin-left: 50px;
    background-color: #eaeaea;
    padding: 7px 25px;
    border-radius: 25px;
}
.navbar-nav li{
    font-family: "Inter", sans-serif;
    font-weight:400;
    font-size:17px;
}
.navbar-light .navbar-nav .nav-link {
    color: #000000;
    padding-left: 10px;
    padding-right: 15px;
}
.current_page_item a{
	color: var(--primary-color) !important;
}
.hd-book-btn{
    background:#0199DA;
    padding:10px 25px;
    border-radius:5px;
    color:#FFFFFF;
    font-family: "Inter", sans-serif;
    text-decoration:none;
    font-size:17px;
    font-weight:400;
    margin-left:25px;
}

@media screen and (max-width:768px){
	.hd-book-btn{
		display: inline-block !important;
		    margin-left: 15px;
	}
	.navbar-collapse {
    margin-left: 0;
    padding: 0;
}
}
.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: "Inter", sans-serif;
	font-weight:600;
}

.title-box h1{
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color:#000000;
    font-size:54px;
}
.title-box h1 span{
    color:#0199DA;
}
@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: 54px;
}
}
a{
	text-decoration: none;
}
/* button */
.primary-btn-1{
    color: #fff;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 400;
    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: 5px;
    font-family:"Inter";
    }
    .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{
    margin-top:0px;
    height:640px;
    padding:200px 0;
    position: relative;
    z-index: 1;
}
.hero-section p{
    font-family:"Inter";
    font-size:17px;
    font-weight:400;
    color:#484848;
    margin-bottom:30px;
}

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) { 
    
    .hero-section{
    height:auto;
    padding:0px 0;
}
.hero-section .image img{
    width: 100%;
    height: auto;
}
    
}

@media (max-width: 767.98px) { 
    
.title-box h2 {
    font-size: 30px;
}
    
}

.choose-wrap {
    position: relative;
    padding: 100px 0 115px 0;
}
.choose-wrap::after {
    position: absolute;
    clear: both;
    content: "";
    top: -10%;
    right: 0;
    background: url(../images/shape1.png) no-repeat;
    width: 19%;
    height: 35%;
    background-size: 100%;
}
.choose-wrap::before {
    position: absolute;
    clear: both;
    content: "";
    bottom: -10%;
    left: 0;
    background: url(../images/shape2.png) no-repeat;
    width: 19%;
    height: 32%;
    background-size: 100%;
}
.choose-wrap .heading{
    width: 100%;
    margin-bottom: 50px;
}
.choose-wrap .heading h4 {
    font-size: 16px;
    color: #c45f20;
    font-weight: 600;
    text-transform: uppercase;
}

.choose-wrap .heading h2 {
    font-weight: 700;
    font-size: 40px;
    padding: 5px 0;
    color: #000;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 15px;
}
.choose-wrap .about-box {
    display: flex;
    margin-bottom: 30px;
    transition: 0.4s;
}
.choose-wrap .about-box .image {
    margin-right: 20px;
}
.choose-wrap .about-box .image img {
    width: 50px;
    transition: 0.4s;
}
.choose-wrap .about-box .content h4{
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}
.choose-wrap .about-box .content p {
    font-size: 15px;
    margin-bottom: 0;
    color: #767676;
}

@media (max-width: 767.98px) { 
    
.choose-wrap {
    position: relative;
    padding: 30px 0 0 0;
}
.choose-wrap .about-img img{
    width: 100%;
}
    
}

/*-----------------------------------
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;
}
}
/*-----------------------------------
Services section Styling
------------------------------------*/
.service-wrap {
    position: relative;
    background-color: #F8F8F8;
    padding: 60px 0 60px 0;
}
.service-sec{
    position: relative;
}
/*.service-sec::before {*/
/*    position: absolute;*/
/*    clear: both;*/
/*    content: "";*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: rgb(0 40 74 / 90%);*/
/*}*/
.service-wrap .heading {
    text-align: center;
    color: #000;
    padding-left: 0;
    position: relative;
    z-index: 9;
    width: 60%;
    margin: 0 auto;
    padding-bottom: 20px;
}
.service-wrap .heading h4 {
    font-size: 22px;
    color: #BF9B30;
    position: relative;
}
.service-wrap .heading h2{
    font-weight: 700;
    font-size: 40px;
    padding: 5px 0;
    color: #000;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 10px;
}
.service-wrap .heading p{
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
}
#service-slider .owl-stage-outer{
    padding: 40px 0 0 0;
}
.service-wrap .service-box {
    position: relative;
    transition: 0.4s;
    margin-bottom: 40px;
    overflow: hidden;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.service-wrap .service-box .image {
    padding: 0px;
    overflow: hidden;
    position: relative;
}
.service-wrap .service-box .image::before {
    position: absolute;
    clear: both;
    content: "";
    top: -1px;
    left: -18px;
    width: 40%;
    height: 25px;
    background-color: #fff;
    z-index: 9;
    transform: skewX(-40deg);
}
.service-wrap .service-box .image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 0;
}

.service-wrap .service-box .service-cont {
    position: relative;
    padding: 15px 0px 0 0px;
    color: #fff;
    height: auto;
    text-align: left;
    min-height: 170px;
    width: 100%;
    margin: 0 auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.service-wrap .service-box .service-cont p {
    font-size: 14px;
    padding: 10px 0;
    color: #8E8E8E;
    margin-bottom: 0;
    font-weight: 400;
}

.service-wrap .service-box .service-cont h4 {
    font-weight: 600;
    padding: 0;
    margin-bottom: 0;
    text-transform: capitalize;
    position: relative;
    font-size: 20px;
    color: #00447E;
}

/*#service-slider .service-cont .image{
    height: 300px;
    overflow: hidden;
}*/
.service-wrap .service-cont .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.service-wrap .service-cont .more {
        color: #fff;
    display: inline-block;
    border-radius: 0px;
    padding: 8px 20px;
    background-color: #009FE3;
    text-decoration: none;
    text-transform: capitalize;
    margin-top: 0px;
}

.service-wrap .service-cont .more:hover {
    background-color: #000;
    color: #fff;
}
/* arrow */
#service-slider .owl-nav .owl-prev {
    color: #fff;
    background-color: #9C9C9C;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    left: -3%;
    top: 45%;
    z-index: 9;
    margin: 0;
}

#service-slider .owl-nav .owl-next {
    color: #fff;
    background-color: #0199DA;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    right: -3%;
    top: 45%;
    z-index: 9;
    margin: 0;
}

@media (max-width: 767.98px) { 
    
.service-wrap {
    padding: 60px 0 20px 0;
}
.service-wrap .heading {
    width: 100%;
}
.service-wrap .heading h2 {
    font-size: 30px;
}
    
}

/*-----------------------------------
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;
	}
}

/*-----------------------------------
    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
------------------------------------*/
.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;
}
/* homepage contact form CSS */
.homepage-contact-section .home-page-contact-section-left .homepage-contact-section-form-wrapper input,
.homepage-contact-section .home-page-contact-section-left .homepage-contact-section-form-wrapper select{
	height: 47px;
	border-radius: 4px;
	background: #fff !important;
	border: none;
}
.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;
}
.homepage-contact-section .home-page-contact-section-left .homepage-contact-section-form-wrapper textarea{
	height: 109px;
	background: #fff !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;
	}
}
/* Map CSS */
.map-section iframe{
	border-radius: 16px;
}

/* Footer */
.site-footer {
    position: relative;
    background-color: #000;
    margin-top: 0;
}
.site-footer .footer-sec{
    position: relative;
    padding: 80px 0 20px 0;
}
.site-footer::before {
    position: absolute;
    clear: both;
    content: "";
    bottom: 0;
    left: 0;
    width: 30%;
    height: 51%;
    background: url(../images/shape4.png) no-repeat;
    background-size: 100%;
    z-index: 0;
}
.site-footer::after{
    position: absolute;
    clear: both;
    content: "";
    bottom: 0;
    right: 0;
    width: 25%;
    height: 79%;
    background: url(../images/shape3.png) no-repeat;
    background-size: 100%;
    z-index: 0;
}
.site-footer .container{
    position: relative;
    z-index: 9;
}
.site-footer .logo {
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
}
.site-footer .heading {
    text-align: left;
    margin-bottom: 60px;
    color: #fff;
}
.site-footer .heading h2 {
    font-weight: 500;
    font-size: 40px;
    color: #fff;
}
.site-footer .footer-location {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
  }
  .site-footer .footer-location li {
    color: #fff;
    display: flex;
    margin-bottom: 13px;
    font-weight: 500;
    font-size: 13px;
  }
  .site-footer .footer-location li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.site-footer .footer-location li i {
    padding-top: 4px;
    padding-right: 12px;
    color: #009FE3;
}
.site-footer .footer-social {
    /* padding-left: 88px; */
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
    z-index: 1;
}
  .site-footer .footer-social li {
    color: #fff;
    display: flex;
    margin-bottom: 13px;
    font-weight: 300;
    font-size: 15px;
  }
  .site-footer .footer-social li a{
    color: #fff;
  }
  .site-footer .footer-social li i {
    padding-top: 4px;
    padding-right: 12px;
    color: #fff;
  }
  .site-footer .footer-social i {
    color: #fff;
    padding-right: 10px;
    font-size: 20px;
}
.site-footer .footer-social a {
    color: #fff;
}
.site-footer .footer-social {
    color: #fff;
    font-size: 14px;
    padding-top: 0;
}
.site-footer .footer-nav {
    position: relative;
    padding-left: 0;
}

.site-footer .footer-nav li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    float: left;
    position: relative;
    color: #fff;
    font-size: 13px;
    padding-left: 20px;
}
.site-footer h4 {
    font-size: 24px;
    color: #009FE3;
    text-transform: capitalize;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
}
.site-footer .footer-nav li::before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f0a9";
    left: 0;
    top: 0px;
    color: #009FE3;
    font-size: 13px;
    z-index: 9;
}

.site-footer .footer-nav li a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding: 0px;
    margin-bottom: 5px;
}
.site-footer .footer-location .footer-social {
    color: #fff;
    font-size: 25px;
    margin-bottom: 30px;
    margin-top: 20px;
    font-family: 'Oswald', sans-serif;
}
.site-footer .footer-location .footer-social i {
    color: #009FE3;
    font-size: 20px;
    padding-left: 0;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    margin-left: 10px;
    transition: 0.3s;
}
.site-footer .footer-location .footer-social i:hover{
    border: 2px solid #009FE3;
    color: #009FE3;
}
.site-footer .footer-blog {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.site-footer .footer-blog img {
    border-radius: 0px;
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.site-footer .footer-blog .content {
    margin-left: 15px;
}
.site-footer .footer-info .num{
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}
.site-footer .footer-info .online{
    font-size: 14px;
    padding: 12px 20px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    display: inline-block;
    margin-top: 20px;
}
.site-footer .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.site-footer .submit {
    background: #009FE3;
    border: none;
    color: #fff;
    padding: 12px 30px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    transition: 0.4s;
    width: 100%;
    z-index: 1;
}
.site-footer p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 400;
}

            
.copyright {
    font-size: 13px;
    text-align: center;
    position: relative;
    padding: 15px 0;
    background-color: transparent;
}
.copyright p.special{
    float: none;
}
.copyright p {
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    position: relative;
}
.copyright p a {
    color: #fff;
    margin: 0 5px;
    font-size: 15px;
}

/*-----------------------------------
    Page Banner CSS
------------------------------------*/
.page-banner{
    height: 100%;
}
.page-banner .inner-banner-content {
    padding: 200px 0 70px 0;
}
.page-banner h1{
    color: #000;
    font-weight: 600;
}
@media screen and (min-width:991px){
    .page-banner h1{
        font-size: 48px;
    }
}
.page-banner .breadcrumb li a {
    color: var(--primary-color);
}
.page-banner .breadcrumb li{
    color: #000;
}

  @media (max-width: 767.98px) { 
    
.page-banner .inner-banner-content {
    padding: 40px 0 40px 0;
}
    
}

/*-----------------------------------
   Testimonials CSS
------------------------------------*/
.testimonials-sec-wraper {
    position: relative;
    width: 100%;
}

.testimonials-right {
    position: relative;
    width: 100%;
    padding: 60px 0 60px 0;
    height: 100%;
}
.testimonials-right .heading{
    text-align: center;
    margin-bottom: 40px;
}

.testimonials-right .heading h2 {
    font-weight: 700;
    font-size: 40px;
    padding: 5px 0;
    color: #000;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 10px;
}
.testimonials-right .heading p {
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
}

.testimonials-right .testimonials-slider-wrap {
    position: relative;
    width: 100%;
}
.testimonials-right .testimonials-slider-wrap .owl-stage-outer{
        padding: 30px 0;
}
.testimonials-right .testimonials-slider-wrap .center .testimonials-slider-inner{
        background-color: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.testimonials-right .testimonials-slider-wrap .testimonials-slider-inner {
    position: relative;
    width: 100%;
    padding: 30px;
    text-align: center;
}

.testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .testimonials-top {
    position: relative;
    margin-bottom: 25px;
}

.testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .testimonials-top .left-img {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .testm-right {
    position: relative;
}

.testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .testm-right h4 {
    position: relative;
    color: #000;
    font-size: 20px;
    margin-bottom: 5px;
    font-style: italic;
}

.testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .testm-right h5 {
    position: relative;
    color: #6dd73e;
    font-size: 14px;
    margin-bottom: 15px;
}

.testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .testm-right .star-rating {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .testm-right .star-rating img {
    position: relative;
    width: 100px;
    margin: 0 auto;
}

.testimonials-right .testimonials-slider-wrap .testimonials-slider-inner p {
    position: relative;
    color: #000;
    font-size: 15px;
    text-align: justify;
}

/* arrow */
#testimonials-slider .owl-nav .owl-prev {
    color: #fff;
    background-color: #9C9C9C;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    left: -3%;
    top: 45%;
    z-index: 9;
    margin: 0;
}

#testimonials-slider .owl-nav .owl-next {
    color: #fff;
    background-color: #0199DA;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    right: -3%;
    top: 45%;
    z-index: 9;
    margin: 0;
}


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

.contact-wrap {
    position: relative;
    margin: 0px 0 60px 0;
    background-color: #fff;
}
  .contact-wrap .contact-content {
    padding: 30px;
    box-shadow: 0px 6px 20px #BCBCBC4A;
    background-color: #F1F2F2;
	  border-radius: 20px;
      position: relative;
}
.contact-wrap .contact-content .image {
    position: absolute;
    clear: both;
    content: "";
    bottom: 0;
    width: 25%;
    right: 0;
}
  .contact-sec {
    position: relative;
    padding: 20px;
    border: 1px solid #dbdbdb;
    border-radius: 20px;
    overflow: hidden;
}
  .contact-sec::before{
    position: absolute;
    clear: both;
    content: "";
    background-color: #fff;
    top: 0;
    left: 0%;
    transform: translate(0%,0%);
    width: 100%;
    height: 100%;
  }
  .contact-wrap .heading{
    text-align: left;
    margin-bottom: 80px;
    color: #000;
}
.contact-wrap .heading h4 {
    color: #000;
    font-size: 18px;
    margin-left: 0;
    position: relative;
    display: inline-block;
    font-weight: 600;
}
.contact-wrap .contact-form h2{
    font-size: 40px;
    margin-bottom: 15px;
    text-align: left;
    font-weight: 700;
    color: #00447E;
}
.contact-wrap .contact-form h2 span{
    color: #000;
}
.contact-wrap .contact-box {
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}
.contact-wrap .contact-box .image {
    float: left;
    width: 5%;
}
.contact-wrap .contact-box .content {
    float: none;
    width: 100%;
    padding-left: 0;
}
.contact-wrap .contact-box h4 {
    color: #0099ff;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
}
.contact-wrap .contact-box a{
    color: #000;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
}
.contact-wrap .contact-box a i{
    color: #009FE3;
    padding-right: 10px;
}
.contact-wrap .contact-box p i{
    color: #009FE3;
    padding-right: 10px;
}
.contact-wrap .contact-box p{
    margin-bottom: 0;
    color: #000;
    font-weight: 600;
    font-size: 15px;
}
  .contact-wrap form{
      position: relative;
      padding-left: 0%;
  }
  .contact-wrap .contact-form{
    position: relative;
    z-index: 9;
  }
.info-wrap form p{
    color: #fff;
    font-size: 15px;
}
.contact-wrap form .form-group {
    margin-bottom: 20px;
}
.contact-wrap form .form-group label{
    font-weight: 600;
}
.contact-wrap .contact-sec h4 {
    text-align: center;
    color: #00447E;
    font-weight: 600;
    padding: 30px 0 15px 0;
    position: relative;
    z-index: 9;
    margin-bottom: 0;
}
.contact-wrap .contact-sec .num {
    text-align: center;
    display: block;
    margin: 0;
    color: #000;
    padding: 0;
    font-size: 50px;
    text-decoration: none;
    position: relative;
    z-index: 9;
    font-weight: 700;
}
.contact-wrap .submit-btn {
    text-align: left;
    margin-top: 20px;
}
  .contact-wrap .submit-btn .submit {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 12px 40px;
    font-size: 15px;
    background-color: #009FE3;
    text-transform: capitalize;
    border: none;
    transition: 0.4s;
    width: 100%;
}
  .contact-wrap .submit-btn .submit:hover{
      background-color: #000;
      color: #fff;
  }
  .contact-wrap .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #E9E9E9;
    background-image: none;
    border: 1px solid #e5e5e5;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
  .contact-wrap textarea{
    height: 100px !important;
  }
  .contact-wrap .form-control::-webkit-input-placeholder { /* Edge */
  color: #000;
  }
  .contact-wrap .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
  }
  .contact-wrap .form-control::placeholder {
  color: #000;
  }
  
  .inner-contact-wrap{
      margin-top: 60px;
  }
  
  @media (max-width: 767.98px) { 
    
.contact-wrap .contact-content{
    padding: 10px;
}
.contact-wrap .contact-form h2 {
    font-size: 30px;
}
.contact-wrap .contact-content .image {
    position: relative;
    width: 100%;
}
    
}

/*-----------------------------------
   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: 500px;
        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 .submit{
        background: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    color: #0199DA;
    font-family: "Inter", sans-serif;
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
    margin-left: 0px;
    border: none;
}
.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: #fff;
    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;
}
.modal-body textarea{
        height: 100px !important;
}
@media (max-width: 767.98px) { 
    
.navbar img {
    width: 100px !important;
}
    
}


/*==========================
Projects CSS
==========================*/
.projects {
	background: #FCF8F3;
}

.projects .title-box h2{
    width: 100%;
}
.projects .projects-img-wrapper img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.projects .projects-img-wrapper{
    position: relative;
}
.projects .projects-img-wrapper:before{
content: '';
position: absolute;
width: 100%;
height: 0;
background: linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.5));
transition: all .5s ease-in-out;
}
.projects .projects-img-wrapper:hover:before{
   height: 100%;
}
.projects .projects-img-wrapper .plus-sign{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--primary-color);
    padding: 10px;
    border-radius: 50px;
    opacity: 0;
    transition: all .5s ease-in-out;
}
.projects .projects-img-wrapper:hover .plus-sign{
    opacity: 1;
}
.projects .projects-img-wrapper .plus-sign svg{
    color: #fff;
}
.projects .projects-btn .primary-btn-1{
	background: #fff !important;
	color: var(--primary-color);
	
}
.projects .projects-btn .primary-btn-1:hover{
	color: var(--text-white);
}
/*==========================
   Gallery Section CSS
==========================*/
@media screen and (min-width:991px){
	.projects{
/* 		height: 100vh; */
	}
	.projects-page{
		height: unset !important;
	}
}

.gallery .filter-button-group{
	list-style: none;
	padding-left: 0;
}
 .gallery .filter-button-group li {
    background: #fff;
     border: 2px solid var(--primary-color);
     color: #000;
     padding: 8px 25px;
     cursor: pointer;
     font-weight: 600;
     font-size: 13px;
     text-transform: uppercase;
     transition: all .5s ease-in-out;
     -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
     -ms-transition: all .5s ease-in-out;
     -o-transition: all .5s ease-in-out;
     border-radius: 30px;
}
@media screen and (max-width:768px){
	.gallery .filter-button-group li {
        padding: 5px 10px;
        margin: 5px 2px !important;
    }
}

 .gallery .filter-button-group li.active,  .gallery .filter-button-group li:hover{
     background:var(--secondary-color);
     color: #fff;
    border: 2px solid var(--secondary-color);
 }
 
 
 /*-----------------------------------
 Testimonials Styling
------------------------------------*/
.testimonials .testimonials-wrapper .testimonials-content{
    background-color: #ededed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
    min-height: 100%;
    margin-bottom: 20px;
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-text p{
	color: #fff;
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-rating svg{
	color: #ffc107;
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-profile-img{
	width: 50px;
	height: 50px;
	border-radius: 50px;
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-profile-text h3{
	color: #fff;
	 font-family: 'ClashDisplay-Medium';
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-profile-text p{
	color: #fff;
}
@media screen and (min-width:991px){
	.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-profile-text h3{
		font-size: 20px;
	}	
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-google svg{
	width: 50px;
	height: 50px;
}
.testimonials .testimonials-wrapper .slick-dots{
	font-size: 0;
	display: flex;
	justify-content: center;
	margin-top: 20px;
	bottom: unset !important;
}
.testimonials .testimonials-wrapper .slick-dots li button{
	width: 15px;
	height: 15px;
	margin: 0 15px;
	border: 1px solid #2c4a28 !important;
	border: none;
	border-radius: 50px;
}
.testimonials .testimonials-wrapper .slick-active button{
	background: #2c4a28;
}
.testimonials .testimonials-wrapper .slick-prev{
	font-size: 0;
	width: 30px;
	height: 30px;
	background: #2c4a28;
	border: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -5%;
}
.testimonials .testimonials-wrapper .slick-prev:before{
	content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8'/%3E%3C/svg%3E");
}
.testimonials .testimonials-wrapper .slick-next{
	font-size: 0;
	width: 30px;
	height: 30px;
	background: #2c4a28;
	border: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -5%;
}
.testimonials .testimonials-wrapper .slick-next:before{
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/%3E%3C/svg%3E");
}

/*##### our-stape css start ###*/
.our-stape-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-image: url(../images/background-img.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.our-stape-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.stape-list {
  position: relative;
  width: 100%;
  text-align: center;
}
.stape-list .icon {
  position: relative;
  margin-bottom: 10px;
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
border: 2px solid #0199da;
}
.stape-list .content {
  position: relative;
  width: 100%;
}
.stape-list .content h4 {
    position: relative;
    width: 100%;
    color: #0199da;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.stape-list .content p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}

/*##### our-stape css end ###*/

.single-blog-sidebar-wrapper {
	margin-bottom: 30px;
    background-color: #ececec;
    padding: 25px 25px 25px;
}
.single-blog-sidebar-wrapper h2{
	color: #0199DA;
	border-left: 2px solid #0199DA;
	padding-left: 15px;
	text-transform: capitalize;
	font-weight: 700;
}
@media screen and (min-width:991px){
	.single-blog-sidebar-wrapper h2{
		font-size: 20px;
	}
}
.single-blog-post-inner ul{
	list-style: none;
	padding-left: 0;
	display: flex;
	padding: 10px 0;
	border-bottom: 1px solid #cccccc;
}
.single-blog-post-inner li img{
/* 	width: 91.5px; */
	width: 150px;
	height: 114.08px;
	object-fit: cover;
	border-radius: 4px;
}
.single-blog-post-inner li h3{
	padding-left: 10px;
	line-height: 0.9;
}
.single-blog-post-inner li span{
	padding-left: 10px;
	color: #565969;
}
.single-blog-post-inner li a{
	font-size: 18px;
	font-weight: 700;
	color: #0199DA;
	transition: all .5s ease-in-out;
}
.single-blog-post-inner li a:hover{
		color: #0199DA;
}