/*---------------------------------- css for the headder  ---------------------------*/

.logo {
	height: 80px;
}
.logo img {
	height: 70px;
}
.navbar-nav .active a{
	color: #00a7de !important;
}
.navbar-nav li a {
	color: black !important;
	font-size: 14px;
	padding: 5px;
	text-align: center;
}

.navbar-nav li a:hover {
	color: #00a7de !important;
}

.navbar-nav li a::after {
	transform: translate(7px, -18px) rotate(45deg) !important;
	right: 0 !important;
}
.navbar-links-wrapper {
	margin-top: 10px;
}

.navbar-nav > li > a {
	position: relative;
}

.navbar-nav > li > a::before {
	content: "";
	position: absolute;
	width: 0%;
	height: 2px;
	left: 50%;
	bottom: 0px;
	transform: translate(-50%, 0%);
	background: #063b8b;
	transition: all 0.3s ease-in-out;
}
.navbar-nav li a:hover::before {
	width: 96%;
}

.navbar-nav .sub-links,.navbar-nav .sub-links .bottom{
	width: min(380px,100%);
	justify-content: space-between;
	padding: 20px;
}
.sub-links a{
	white-space: nowrap;
}
.navbar-nav .has-sub .submenu-button:nth-child(2){
	display: none;
}
.navbar-nav .has-sub.active .sub-links{
	display: flex !important;
}
.navbar-nav .has-sub .submenu-button::after
.navbar-nav .has-sub .submenu-button::before{
	top:-10px !important;
}
.navbar-nav .sub-links a{
	text-align: left;
}


.top-bar .contact-wrapper {
	width: min(100%, 800px);
}

.top-bar .contact-wrapper a,
.top-bar .contact-wrapper h6 {
	color: #004979;
}

.top-social a:hover {
	color: #00a7de !important;
}
.headder .social-icon {
	width: 50px;
	height: 50px;
	margin-right: 15px;
}

.top-bar .top-c-section {
	border-bottom: 1px solid #004979;
}

.headder .hidden {
	display: none;
}
/* .top-bar .navbar-nav {
	margin: 0px !important;
} */

.top-bar .navbar ul li.has-sub a:after {
	top: 23px !important;
}
/*----------------------------------- css for the homepage banner--------------------------  */
.home .cover-background{
	position: relative;
}

.home .slider-fade .owl-nav{
	display:none;
}
.home .hero{
	max-height:min(100vh,600px) !important;
}

/*----------------------------------- css for the breadcrumb--------------------------  */

.about .page-title-section {
	background-image: url("../images/about-page/about-banner.webp");
}
.contact .page-title-section{
	background-image:url("../images/contact-banner.webp")
}
.page-title-section {
	padding: 230px 0px 100px;
}

.service-block .card-body:hover h3{
	color:white !important;
}

/*-------------------------------------------- css for the process section ------------------------------------------ */

.process {
	margin-top: 30px;
	background-image: url("../images/background.svg");
	padding-top: 170px;
	background-position: left;
	background-size: cover;
}

.process .icon-holder {
	border-radius: 30px;
}
.process .icon-holder .count-box {
	border-radius: 50%;
}

/* subhendu */
.top-social h6 {
	color: #fff;
}
.top-social a {
	color: beige;
}


/* css for the category section  */
.category .card-img{
height:170px;
position: relative;
}
.category .card{
	border-radius:15px;
	overflow: hidden;
}
.category .card-img>img{
	width: 100%;
	height: 100%;
	object-fit:cover;
	object-position: center;
}

/* css for the mission and vision  */
.mv {
	overflow: hidden;
}
.mv .image-wrapper {
	width: 420px;
	height: 420px;
	margin: -10px 0px 0px -100px;
	border-radius: 50%;
	background: gray;
	position: relative;
}
.mv .image-wrapper img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	z-index: 1;
}
.mv .image-wrapper::before {
	content: "";
	width: 60px;
	height: 60px;
	position: absolute;
	right: 80px;
	bottom: -20px;
	background: linear-gradient(to top, #00a7de, #063b8b);
	/* background:green; */
	z-index: 2;
	border-radius: 50%;
}
.mv .image-wrapper::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 112%;
	height: 112%;
	background: #063b8b;
	/* background:#ecba16; */
	border-radius: 50%;
	z-index: 0;
}


.mv-div .icon-wrapper {
	min-width: 100px;
	height: 100px;
	border-radius: 50%;
	background: white;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-left: -80px;
	margin-right: 40px;
	z-index:99;
}
.mv-div .icon-wrapper div {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mv-div .icon-wrapper div img {
	width: 50px;
	height: 50px;
}
.mv-div .icon-wrapper::after,
.mv-div .icon-wrapper::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 125px;
	height: 125px;
	border-radius: 50%;
	z-index: 0;
}
.mv-div .icon-wrapper::before {
	z-index: 1;
	background: white;
	width: 100px;
	height: 100px;
}
.mission .icon-wrapper::after {
	background: linear-gradient(45deg, white 50%, #063b8b 50%);
}
.mission .icon-wrapper div {
	background: #063b8b;
}
.vission {
	margin-top: 60px;
}
.vission .icon-wrapper::after {
	background: linear-gradient(45deg, #00a7de 50%, white 50%);
}
.vission .icon-wrapper div {
	background: #00a7de;
}



/* css for the our team seaction  */

.ourteam .sq {
	width: 130px;
	height: 130px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	margin:auto;
}
.ourteam .sq .icon {
	width: 35px;
	height: 35px;
	margin: -10px auto 10px auto;
}
.ourteam h6 {
	text-align: center;
}
.ourteam .sq::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transform: rotate(45deg);
	transform-origin: center center;
	border-radius: 10px;
	box-shadow: 0px 0px 5px #063b8b;
}

.book{
	border-radius:15px;
}
/* css for call to action  */
.call-to-action {
	position: relative;
}
.call-to-action > div {
	position: relative;
	z-index: 2;
}
.call-to-action::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(180deg);
	background-image: url("../images/call-to-action-background.svg");
	background-size: cover;
	background-position: center;
	opacity: 0.3;
}

/* css for index page services  */
.services .card-wrapper {
	height: 230px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 0px 5px #00000052;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
}

.services .card-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease-in;
}
.services .card-wrapper h6 {
	content: "";
	width: 100%;
	position: absolute;
	bottom: -10px;
	height: 75px;
	padding-top: 40px;
	/* background:linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.10) 0.01%, #4D70A5 48.49%, rgba(13, 65, 144, 0.92) 100%); */
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0.01%, rgba(106, 137, 186, 0.36) 31.67%, rgba(47, 86, 146, 0.67) 66.56%, #17448a 100%);
	color: white;
	transition: all 0.3s ease-in;
}
.services .card-wrapper:hover h6{
	height:90px;
}
.services .card-wrapper:hover img{
	transform: scale(1.1);
}
footer {
	background: rgb(4, 35, 80) !important;
}
footer li a{
	color:white ;
}
.footer li a:hover{
	color:#00a7de !important;
}
/* css for the contact page */
/* .contact-info .c-info>div:nth-child(1),
.contact-info .c-info>div:nth-child(2){
	
	border-right: 1px solid #063b8b;
} */


.about footer{
	padding-top:170px !important;
}
.about .call-to-action{
	background:white;
	border-radius:30px;
}
.about .c-t-a{
	margin-top:50px;
	margin-bottom:-160px;
	background:none;
}
.contact-info .c-info > div > div {
	box-shadow: 0px 0px 9px #00000033;
	border-radius: 15px;
}


/* form styles */
.ct-form input,
.ct-form select,
.ct-form textarea{
	width:100%;
	padding:7px;
	border:0.5px solid rgba(91, 88, 88, 0.603);
	border-radius:10px;
}
.ct-form input:focus{
	border:0.5px solid rgba(31, 134, 152, 0.425);
}
.ct-form textarea{
	height:100px;
}
.ct-form .input-wrapper{
	margin-bottom:25px;
}


/* ===================================================
					services
=================================================== */

.service-section {
	padding:75px 0px !important;
}

/* .service .note{
	background:rgb(156, 189, 211);
} */
.note h5{
	color:white !important;
	display: inline;
}
.note .container{
	background:#063b8b;
}
.service .image-list li{
	padding-left:30px;
	list-style-type: none;
	position:relative;
}
.service .image-list li img{
	position:absolute;
	left:0%;
	top:0px;
	width:27px;
	height:27px;
}
.service .image-list li{
	color:black;
}
.service .arrow-list-img li img{
	top:5px;
	width:17px;
	height:13px;
}
.service a{
	cursor: pointer;
}
.service a:hover{
	color:#00a7de;
}


.service .box-list{
	display: flex;
	margin-top:5px;
}
.service .s-list{
	padding:25px 10px;
	font-size: 15px;
	font-weight: 600;
	border-radius:15px;
	text-align: center;
	overflow: visible;
	box-shadow:0px 0px 5px #4e85d68d;
	transition: all 0.3s ease-in-out;
	/* background:green; */
}
.service .s-list:hover{
	transform: scale(1.04);
}

/*----------------------------------- home deep cleaning--------------------------  */

.description .image-wrapper img{
	width:90%;
	/* height:350px; */
	border-radius: 15px;
}

@media only screen and (min-width:576px){
	.note .container{
		border-radius:15px;
	}
}
@media only screen and (max-width: 992px) {
	.navbar-default{
		position:fixed;
		top:0;
		right:0;
		width: 100%;
		background:white;
	}
    .header-style2 .top-bar {
        display: none !important;
    }
	.header-style2 .navbar-toggler{
		border-radius:10px;
	}
	.navbar-nav .sub-links{
		width:100%;
	}
	.navbar-nav .sub-links .bottom{
		width:100%;
		justify-content: space-around;
	}
	.navbar-nav .sub-links li a{
		text-align: center;
		color:black !important;
	}
	.accordian-st	
	
	
	.mv .image-wrapper{
		/* width:100%; */
		width:250px;
		height:250px;
		margin:auto;
	}
	.mv .image-wrapper::before{
		right:30px;
	}
	.mv-div .icon-wrapper{
		margin-left:10px;
	}

	.contact-ref-image{
		width:100%;
		height:250px;
		position:relative;
	}
	.contact-ref-image img{
		width:100%;
		height:100%;
		object-fit:cover;
	}

}


.gallery-page .gallery-item,
.gallery-page .video-item{
	display: block;
	width:100%;
	height:200px;
	position:relative;
	border-radius:10px;
	overflow: hidden;
}
.gallery-page .gallery-item img,
.gallery-page .video-item img{
	width:100%;
	height:100%;
	object-fit: cover;
}

.gallery-page .gallery-item::after{
	content:'View image';
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	left:0;
	bottom:0;
	width:100%;
	height:0px;
	background:rgba(0, 0, 0, 0.498);
	color:white;
	overflow:hidden;
	transition: 0.3s ease-in-out;
}
/* .gallery-page .video-item::after{
	content:'Watch video';
} */

.gallery-page .gallery-item:hover::after{
	height:100%;
}
.gallery-page .video-item:hover::after{
	height:0%;
}
.gallery-page .video-item .video-icon{
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	right:0px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color:rgb(180, 180, 185);
	
}
.gallery-page .video-item .video-icon:hover{
	color:white;
}
@media only screen and (max-width:768px){
	.ourteam .sq {
		width: 100px;
		height: 100px;
	}
	.ourteam .sq .icon {
		width: 30px;
		height: 30px;
		margin: -10px auto 10px auto;
	}
	.ourteam .qualities{
		grid-row-gap:60px;
	}
	.service-section {
		padding:45px 0px !important;
	}
	.service .image-list{
		padding-left:20px !important;
	}
	.accordion-style button{
		padding-right:30px !important;
	}
}


@media only screen and (max-width:780px){
	.process{
		padding-top:75px;
	}
	.process{
		margin-top:-15px;
	}
	.description .image-wrapper img{
		width:100%;
	}
	

}
@media only screen and (max-width:466px){
	.navbar-nav .sub-links .bottom{
		display: block !important;
	}
	.mv .image-wrapper{
		display: none;
	}

	
	.mv-div{
		flex-direction: column;
	}
	.mv-div .content .title{
		text-align: center;
		margin-top:15px;
	}
	.vission .icon-wrapper::after {
		background: linear-gradient(45deg,  white 50%,#00a7de 50%);
	}
	.mv .vission{
		margin-top:30px;
	}
	.service .image-list{
		padding-left:10px !important;
	
	}.accordion-style .btn-link {
		padding: 20px 15px 20px 10px;
	}
		
}
/* @media only screen and (max-width:520px){
	.slider-fade .item>div{
		align-items: start !important;
		padding-top:100px;
		background:green !important;
	}
} */

/* css for the whatsapp button animation  */

.float-icon {
	position: fixed;
	width: 45px;
	height: 45px;
	bottom: 30px;
	right: 30px;
	z-index: 200;
	animation-name: pulse;
}
.mobile-icon{
	bottom:100px;
	animation-name:mobilepulse;
	display: none;
}
.btn-icon-pulse::before,.float-icon {
    border-radius: 50%;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite
}



@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37,211,102,.5)
	}

	80% {
		box-shadow: 0 0 0 14px rgba(37,211,102,0)
	}
}

@keyframes mobilepulse {
	0% {
		box-shadow: 0 0 0 0 rgba(61, 118, 184, 0.5)
	}

	80% {
		box-shadow: 0 0 0 14px rgba(37,211,102,0)
	}
}
 
@media only screen and (max-width:550px){
	.mobile-icon{
		display: block;
	}

}

