@font-face {
	font-family: 'Outfit';
	src: url('../fonts/Outfit-SemiBold.eot');
	src: url('../fonts/Outfit-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Outfit-SemiBold.woff2') format('woff2'),
		url('../fonts/Outfit-SemiBold.woff') format('woff'),
		url('../fonts/Outfit-SemiBold.ttf') format('truetype'),
		url('../fonts/Outfit-SemiBold.svg#Outfit-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Outfit';
	src: url('../fonts/Outfit-Regular.eot');
	src: url('../fonts/Outfit-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Outfit-Regular.woff2') format('woff2'),
		url('../fonts/Outfit-Regular.woff') format('woff'),
		url('../fonts/Outfit-Regular.ttf') format('truetype'),
		url('../fonts/Outfit-Regular.svg#Outfit-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}



/* Reset css  */
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Outfit';
}

ul {
	list-style: none;
}

ul,
li {
	margin: 0;
	padding: 0;
}

a {
	color: #000;
	transition: all 0.5s ease !important;
	text-decoration: none;
}

img {
	max-width: 100% !important;
	height: auto !important;
}

.pad-0 {
	padding: 0;
}

.pad-left-0 {
	padding-left: 0;
}

.pad-right-0 {
	padding-right: 0;
}

.common-sub-heading {
	font-size: 18px;
	width: fit-content;
	text-transform: capitalize;
	color: #7db2f3;
	padding: 3px 25px;
	font-weight: 600;
	border-radius: 19px;
	background-color: #314161;
}

.common-sub-heading-2 {
	color: #0b9293;
	background-color: #e5f0fd;
}

.common-heading {
	font-size: 40px;
	line-height: 54px;
	color: #202943;
	font-weight: 600;
}

.common-text {
	font-size: 17px;
	line-height: 30px;
	color: #202943;
	font-weight: 400;
}

.common-btn {
	display: inline-block !important;
	position: relative;
	padding: 12px 30px;
	border-radius: 25px;
	background-color: #0a9193;
	font-size: 17px;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
	text-decoration: none !important;
	overflow: hidden;
	z-index: 1;
	transition: background-color 0.3s ease;
}

.common-btn::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-color: #7db2f3;
	transform: scaleX(0);
	transform-origin: left;
	z-index: -1;
	transition: transform 0.3s ease;
}

.common-btn:hover {
	color: #202943;
}

.common-btn:hover::before {
	transform: scaleX(1);
}

.common-btn-2 {
	color: #202943;
	padding: 12px 60px;
	background-color: #7db2f3;
}

.common-btn-2:hover {
	color: #ffffff;
}

.common-btn-2::before {
	background-color: #0a9193;
}

.animate {
	animation: slideDown 0.7s ease-in-out;
}

@keyframes slideDown {
	from {
		transform: translateY(-150%);
	}

	to {
		transform: translateY(0);
	}
}


.top-header {
	background-color: #0a9193;
	padding: 10px 0;
	position: relative;
	transition: all 0.5s ease;
}

.top-header::before {
	content: '';
	width: 37%;
	height: 100%;
	background-color: #202944;
	clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
	position: absolute;
	left: 0;
	bottom: -2px;
}

.header-info-container {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 15px;
}

.header-info {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	color: #ffffff;
	font-weight: 500;
	position: relative;
}

.header-info a,
.header-info strong {
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
}

.header-info a:hover {
	color: #000;
}

.header-main-container {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 70px;
}

.media-container {
	display: flex;
	align-items: center;
	gap: 18px;
	position: relative;
}

.media-container::before {
	content: '';
	width: 2px;
	height: 100%;
	background: #3c4a69;
	position: absolute;
	left: -33px;
	top: 0px;
}

.media-img-container {
	display: flex;
	align-items: center;
	gap: 10px;
}

.media-container strong {
	font-size: 17px;
	color: #7eb1f3;
	font-weight: 600;
}


/* main header section css here  */
.main-header {
	position: fixed;
	padding: 0;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background-color: #ffffff;
	transition: all 0.5s ease;
}

.line {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #7eb1f3;
	z-index: 2;
}

.line2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #7eb1f3;
	z-index: 2;
}

.line2::before {
	content: '';
	background: #0a9193;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 47%;
	height: 2px;
}

.header-container {
	position: relative;
	background: #202944;
}

.logo-container {
	position: relative;
}

.logo-container img {
	transition: all 0.5s ease;
	position: absolute;
	width: 140px;
	top: -70px;
	left: 0;
	z-index: 2;
}

.pos-fixed .logo-container img {
	width: 100px;
}

.main-header-container {
	position: relative;
	padding: 15px 0;
}

.header-manu-container {}

.header-manu-container ul {}

.main-header ul li {
/* 	margin-right: 32px; */
	margin-right: 75px;
	position: relative;
}

.main-header ul li:last-child {
	margin-right: 0px;
}

.main-header ul li a {
	font-size: 17px;
	color: #ffffff;
	font-weight: 400;
	text-transform: capitalize;
	padding: 10px 0;
}

.main-header li a:after {
	position: absolute;
	content: "";
	width: 0px;
	height: 2px;
	background: #0a9193;
	bottom: 0;
	left: 0;
	transition: all 0.5s ease-in-out;
	visibility: hidden;
	opacity: 0;
}

.main-header li a::before {
	position: absolute;
	content: "";
	width: 0px;
	height: 2px;
	background: #0a9193;
	top: 0;
	left: 0;
	transition: all 0.5s ease-in-out;
	visibility: hidden;
	opacity: 0;
}

.main-header li a:hover:after,
.main-header li a:hover::before {
	width: 100%;
	visibility: visible;
	opacity: 1;
}

.primary-navigation li li a:hover:after,
.primary-navigation li li a:hover::before {
	visibility: hidden;
	opacity: 0;
}

.site-navigation .current_page_item>a:after,
.site-navigation .current_page_item>a::before,
.site-navigation .current_page_ancestor>a:after,
.site-navigation .current_page_ancestor>a::before,
.site-navigation .current-menu-item>a:after,
.site-navigation .current-menu-item>a::before,
.site-navigation .current-menu-ancestor>a:after,
.site-navigation .current-menu-ancestor>a::before {
	width: 100%;
	visibility: visible;
	opacity: 1;
}

.site-navigation li .current_page_item>a:after,
.site-navigation li .current_page_ancestor>a:after,
.site-navigation li .current-menu-item>a:after,
.site-navigation li .current-menu-ancestor>a:after {
	width: 0;
	visibility: hidden;
	opacity: 0;
}

.site-navigation li .sub-menu li a::before {
	content: none;
}

.site-navigation li .sub-menu li a::after {
	content: none;
}

.header-right {
	padding: 0;
}

.header-btn-container {
	display: flex;
	justify-content: end;
	margin-left: -35px;
}



.pos-fixed {
	background-color: #ffffff;
	box-shadow: 0 0 5px #e1e1e1;
	top: 0;
	border-bottom: 0;
}

.pos-fixed .line,
.pos-fixed .line2 {
	height: 0;
}

.pos-fixed .line2::before {
	content: none;
}

.pos-fixed .top-header {
	height: 0;
	padding: 0;
}

.pos-fixed .top-header .container {
	display: none;
}

.pos-fixed ul li a {
	color: #ffffff;
}

.pos-fixed .logo-container img {
	position: relative;
	top: 0;
}

/* banner css here  */
.banner-sec {
	position: relative;
	margin-top: 125px;
}

.banner-sec::before {
	content: "";
	background: #0b9293;
	width: 100%;
	height: 350px;
	position: absolute;
	left: 0;
	bottom: 20px;
}

.banner-img img {
	width: 100%;
	clip-path: polygon(0 0, 100% 0, 100% 89%, 0 100%);
}
.master-slider{
	clip-path: polygon(0 0, 100% 0, 100% 89%, 0 100%);
}

.banner-container {
	width: 590px;
	display: flex;
	align-items: start;
	flex-direction: column;
	margin-left: 15px;
}

.ms-slide-info {
	position: absolute !important;
	top: 46%;
	transform: translateY(-50%);
	z-index: 10;
}

.ms-skin-light-6 .ms-nav-next {
	background: url("../images/b-right-arrow.png") no-repeat !important;
	border: 0 !important;
	width: 73px !important;
	height: 73px !important;
}

.ms-skin-light-6 .ms-nav-prev {
	background: url("../images/b-left-arrow.png") no-repeat !important;
	border: 0 !important;
	width: 73px !important;
	height: 73px !important;
}

.ms-skin-light-6.round-skin .ms-nav-next,
.ms-skin-light-6.round-skin .ms-nav-prev,
.ms-skin-light-6.round-skin .ms-slide .ms-slide-vpbtn,
.ms-skin-light-6.round-skin .ms-video-btn {
	border-radius: 0 !important;
}

.banner-heading {
    font-size: 40px;
    line-height: 65px;
	color: #ffffff;
	font-weight: 600;
	margin-top: 20px;
	position: relative;
}

.banner-heading::before {
	content: '';
	background: url("../images/banner-heading-ba.png") no-repeat;
	background-size: cover;
	width: 232px;
	height: 7px;
	position: absolute;
	left: -10px;
	top: 65px;
}

.banner-container .common-text {
	font-size: 20px;
	line-height: 36px;
	color: #ffffff;
	padding: 20px 65px 50px 0;
	position: relative;
}

.banner-btn {
	display: flex;
	align-items: center;
	gap: 15px;
}

/* .about-sec */
.about-sec {
	position: relative;
	padding: 100px 0;
	overflow: hidden;
}

.about-left {
	position: relative;
}

.about-left::before {
	content: "";
	background: url("../images/about-shape.png") no-repeat;
	background-size: contain;
	width: 216px;
	height: 217px;
	position: absolute;
	right: -15px;
	top: -75px;
}

.about-left::after {
	content: "";
	background: url("../images/about-shape.png") no-repeat;
	background-size: contain;
	width: 216px;
	height: 217px;
	position: absolute;
	left: -90px;
	bottom: -80px;
}

.about-left img {
	border-radius: 30px;
	position: relative;
	z-index: 1;
}

.about-info {
	width: fit-content;
	border-radius: 12px;
	line-height: 24px;
	filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.28));
	background-color: #202943;
	display: flex;
	align-items: center;
	gap: 25px;
	padding: 15px 30px 15px 15px;
	position: absolute;
	right: 0;
	bottom: 40px;
	z-index: 1;
}

.about-info strong {
	font-size: 24px;
	color: #ffffff;
	font-weight: 600;
}

.about-right {
	position: relative;
}

.about-right::before {
	content: "";
	background: url("../images/calculator-img.png") no-repeat;
	background-size: cover;
	width: 223px;
	height: 155px;
	position: absolute;
	right: -100px;
	bottom: -45px;
}

.about-right .common-heading {
	font-size: 40px;
	padding: 8px 0 10px;
	position: relative;
}

.about-right .common-heading:before {
	content: '';
	background: url("https://webdevau.com/devsite/ficotax/wp-content/uploads/2025/12/aat_logo.png");
	background-size: cover;
	width: 150px;
	height: 38px;
	position: absolute;
	right: -30px;
	top: 40px;
}

.about-right .common-text {
	margin-right: -10px;
}

.about-right ul {
	padding: 10px 0 25px;
	list-style: none;
	margin: 0;
}

.about-right ul li {
	font-size: 17px;
	line-height: 20px;
	color: #202943;
	font-weight: 600;
	padding-left: 40px;
	margin-bottom: 20px;
	position: relative;
}

.about-right ul li::before {
	content: "";
	background: url("../images/list-icon.png") no-repeat;
	background-size: contain;
	width: 27px;
	height: 28px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.about-right .common-btn {
	padding: 12px 60px;
}

/* service sce */
.service-sec {
	background: url("../images/service-bg.jpg") no-repeat;
	background-size: cover;
	padding: 95px 0;
	border-radius: 44px;
	overflow: hidden;
}

.service-sec .common-heading {
	color: #ffffff;
	padding: 15px 0 20px;
}

.service-sec .common-text {
	color: #ffffff;
}

.service-right {
	position: relative;
}

.service-right img {
	border-radius: 20px;
	width: 100%;
}

.service-right .service-shape {
	position: absolute;
	left: 0;
	bottom: 0;
	left: -68px;
	bottom: -17px;
	width: auto;
	animation: spin 20s linear infinite;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.service-slider {
	margin-top: 50px;
}

.service-card {
	padding: 20px 20px 30px;
	border-radius: 19px;
	background-color: #27364e;
	position: relative;
	display: block;
	transition: all 0.5s ease;
}

.service-card-icon {
	width: 88px;
	height: 88px;
	border-radius: 44px;
	background-color: #244b62;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s ease;
}

.service-card-arrow {
	width: 55px;
	height: 55px;
	border-radius: 27px;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 15px;
	top: 20px;
	transition: all 0.5s ease;
}

.service-card-arrow img {
	width: auto !important;
	transform: rotate(360deg);
	transition: all 0.5s ease;
}

.service-card-icon img {
	width: auto !important;
	transition: all 0.5s ease;
}

.service-card-heading {
	font-size: 26px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 600;
	padding: 30px 0 10px;
	min-height: 100px;
	transition: all 0.5s ease;
}

.service-card-text {
	font-size: 17px;
	letter-spacing: 0px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	transition: all 0.5s ease;
}

.service-card:hover {
	background-color: #ffffff;
}

.service-card:hover .service-card-heading {
	color: #0a9193;
}

.service-card:hover .service-card-icon {
	background-color: #0a9193;
}

.service-card:hover .service-card-arrow {
	background-color: #0a9193;
}

.service-card:hover .service-card-text {
	color: #262626;
}

.service-card:hover .service-card-icon img {
	transform: rotateY(360deg);
}

.service-card:hover .service-card-arrow img {
	transform: rotate(0deg);
	filter: brightness(100);
}

.owl-carousel.service-slider .owl-stage-outer {
	margin-right: -150px;
}

.service-slider .owl-next span,
.service-slider .owl-prev span {
	display: none;
}

.service-slider .owl-next {
	position: absolute;
	top: -100px;
	left: 6%;
}

.service-slider .owl-next::before {
	content: '';
	background: url("../images/right-arrow.png") no-repeat #0a9193;
	background-size: auto;
	background-position: center;
	position: absolute;
	width: 52px;
	height: 52px;
	border-radius: 26px;
}

.service-slider .owl-prev {
	position: absolute;
	top: -100px;
	left: 0;
}

.service-slider .owl-prev::before {
	content: '';
	background: url("../images/left-arrow.png") no-repeat #0a9193;
	background-size: auto;
	background-position: center;
	position: absolute;
	width: 52px;
	height: 52px;
	border-radius: 26px;
}

/* .choose-us-sce */
.choose-us-sec {
	padding: 100px 0;
	position: relative;
}

.choose-us-sec::before {
	content: '';
	background: url("../images/why-choose-us-shpae-1.png");
	width: 734px;
	height: 638px;
	position: absolute;
	top: 0;
	right: 0;
}

.choose-us-sec::after {
	content: '';
	background: url("../images/why-choose-us-shpae-2.png");
	width: 841px;
	height: 687px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.choose-us-info {
    position: relative;
	z-index: 1;
}

.choose-us-sec .common-heading {
	padding: 10px 0 15px;
}

.choose-us-sec .common-text {
	margin-bottom: 20px;
}

.choose-us-sec .col-12:nth-child(2) .choose-us-card,
.choose-us-sec .col-12:nth-child(4) .choose-us-card,
.choose-us-sec .col-12:nth-child(5) .choose-us-card,
.choose-us-sec .col-12:nth-child(6) .choose-us-card {
	border-right: 0;
}

.choose-us-sec .col-12:nth-child(2) .choose-us-card,
.choose-us-sec .col-12:nth-child(3) .choose-us-card {
	border-bottom: 0;
}

.choose-us-card {
	text-align: center;
	min-height: 100%;
	padding: 30px 10px 20px;
	border: 2px solid #0a9193;
	transition: all 0.5s ease;
	position: relative;
	z-index: 1;
}

.choose-us-card:hover {
	background-color: #202943;
	border: 2px solid #202943;
}

.choose-us-card img {
	transition: all 0.5s ease;
}

.choose-us-card:hover img {
	transform: rotateY(360deg);
	filter: brightness(100);
}

.choose-us-card:hover .choose-us-card-heading {
	color: #7db2f3;
}

.choose-us-card:hover .choose-us-card-text {
	color: #ffffff;
}

.choose-us-card-heading {
	white-space: nowrap;
	font-size: 19px;
	letter-spacing: 0px;
	color: #202943;
	font-weight: 600;
	padding: 25px 0 10px;
}

.choose-us-card-text {
	font-size: 16px;
	line-height: 26px;
	color: #1c243a;
	text-align: center;
}


/* info-sec */
.info-sec {
	background: url("../images/info-bg.jpg") no-repeat #202943;
	background-size: cover;
	padding: 80px 0;
	background-attachment: fixed;
}

.info-container {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.info-container .common-heading {
	color: #ffffff;
	padding: 15px 20px;
}

.info-container .common-text {
	max-width: 800px;
	color: #ffffff;
}

.info-btn {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 30px;
}


/* testimonial-sec */
.testimonial-sec {
	padding: 100px 0;
	background: url("../images/testimonial-sec-bg.png") no-repeat #adcdf5;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.testimonial-sec::before {
	content: '';
	background: #ffffff;
	width: 100%;
	height: 500px;
	clip-path: ellipse(55% 68% at 50% 10%);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.testimonial-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	position: relative;
	z-index: 1;
}

.testimonial-info .common-heading {
	padding: 10px 0 20px;
}

.testimonial-info .common-text {
	max-width: 850px;
}

.testimonial-img-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 60px 0;
}

.testimonial-img-container img {
	width: 146px;
	height: 146px;
	border-radius: 73px;
	filter: drop-shadow(0px 5px 3px rgba(0, 0, 0, 0.28));
	background-color: #ffffff;
	border: 4px solid #ffffff;
}

.testimonial-img-container img:nth-child(1),
.testimonial-img-container img:nth-child(6) {
	margin-top: -200px;
}

.testimonial-img-container img:nth-child(2),
.testimonial-img-container img:nth-child(5) {
	margin-top: -80px;
}

.testimonial-content {
	/* min-height: 300px; */
	/* background-color: #ffffff; */
}

#sp-testimonial-free-wrapper-31 .sp-testimonial-free {
	background: #ffffff !important;
	border-radius: 37px !important;
	filter: drop-shadow(0px 5px 3px rgba(0, 0, 0, 0.09));
	padding: 130px 50px 50px;
}

#sp-testimonial-free-wrapper-31 .sp-testimonial-free-section .sp-testimonial-client-name {
	font-size: 31px !important;
	line-height: 28px !important;
	color: #0a9193 !important;
	font-weight: 600 !important;
	position: absolute;
	top: 65px;
	left: 50%;
	transform: translateX(-50%);
}

#sp-testimonial-free-wrapper-31 .sp-testimonial-free-section .sp-testimonial-client-designation {
	font-size: 16px !important;
	line-height: 26px !important;
	color: #222222 !important;
	font-weight: 400 !important;
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
}

#sp-testimonial-free-wrapper-31 .sp-testimonial-free-section .sp-testimonial-client-rating {
	position: absolute;
	top: 35px;
	left: 50%;
	transform: translateX(-50%);
}

.sp-testimonial-free-section .testimonial-nav-arrow {
	font-size: 40px !important;
	width: 63px !important;
	height: 63px !important;
	border-radius: 31px !important;
	background-color: #0a9193 !important;
	transform: translateY(-25%) !important;
}

.sp-testimonial-free-section .testimonial-nav-arrow:hover {
	background-color: #202943 !important;
}


/* blog-sec */
.blog-sec {
	margin-top: 100px;
}

.blog-top {
	display: flex;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 55px;
}

.blog-top .common-sub-heading {
	padding: 3px 40px;
	margin-bottom: 15px;
}

.blog-container {
	border-radius: 20px;
	filter: drop-shadow(0px 2px 4.5px rgba(0, 0, 0, 0.22));
	background: #ffffff;
}

.blog-container img {
	border-radius: 20px 20px 0 0;
}

.blog-info-container {
	border-radius: 20px;
	padding: 15px 20px 20px;
	margin-top: -15px;
	position: relative;
	z-index: 1;
	background: #ffff;
	min-height: 200px;
}

.blog-sub-heading {
	font-size: 11px;
	text-transform: uppercase;
	color: #202943;
	font-weight: 600;
	padding: 5px 20px;
	width: fit-content;
	border-radius: 15px;
	background-color: #7db2f3;
}

.blog-heading {
	font-size: 24px;
	line-height: 24px;
	padding: 20px 0;
	color: #0a9193;
	font-weight: 600;
}

.blog-link {
	font-size: 14px;
	color: #202943;
	font-weight: 600;
}

.blog-link:hover {
	color: #7db2f3;
}

.blog-container-img {
	max-height: 223px;
}

/* faq-sec */
.faq-sec {
	padding: 95px 0;
}

.faq-left .common-sub-heading-2 {
	padding: 3px 50px;
}

.faq-left .common-heading {
	padding: 10px 0 15px;
}

.faq-btn {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 30px;
}

.sp-easy-accordion .sp-ea-single .ea-header a {
	font-size: 22px !important;
	color: #ffffff !important;
	font-weight: 600 !important;
	background-color: #202943;
}

#sp-ea-114.sp-easy-accordion .sp-ea-single .ea-header a {
	font-size: 20px !important;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
	padding: 13px 15px 13px 30px !important;
}

#sp-ea-114.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon,
#sp-ea-32.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon {
	float: right !important;
	color: #7db2f3 !important;
	font-size: 25px !important;
}


.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon {
	margin-right: 0 !important;
}

.eap-icon-ea-expand-plus:before {
	content: "" !important;
	background: url("../images/plus-icon.png") no-repeat;
	background-size: contain;
	width: 26px !important;
	height: 26px;
}

/* footer */
.footer {
	position: relative;
}

.footer::before {
	content: '';
	width: 100%;
	height: 350px;
	background-color: #0a9193;
	clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.footer-outer {
	background: url("../images/footer-bg.jpg") no-repeat;
	clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);
	background-size: cover;
	padding: 160px 0 0;
	position: relative;
	z-index: 1;
}


.footer-heading {
	font-size: 26px;
	line-height: 26px;
	color: #0a9193;
	font-weight: 700;
	position: relative;
	padding-bottom: 25px;
}

.footer ul {
	list-style: none;
	margin: 0;
}

.footer ul li {
	font-size: 16px;
	color: #202943;
	font-weight: 400;
	margin-bottom: 10px;
}

.footer ul li a {
	font-size: 16px;
	color: #202943;
	font-weight: 400;
}

.footer ul li a:hover {
	color: #0a9193;
	padding-left: 2px;
}

.f-contact-container ul li {
	display: flex;
	gap: 10px;
	margin-bottom: 15px;
}

.f-media {
	display: flex;
	align-items: center;
	gap: 15px;
}

.f-left-container {
	margin-left: -12px;
}
.footer-logo{
	width: 150px;	
}
.f-left-container .common-text {
	padding: 30px 0 15px;
}

.f-menu-container {
	padding-left: 25px;
}

.f-service-container {
	padding-left: 25px;
}

.f-menu-container ul li,
.f-service-container ul li {
	padding-left: 25px;
	position: relative;
}

.f-menu-container ul li::before,
.f-service-container ul li::before {
	content: '';
	background: url("../images/footer-list-icon.png") no-repeat;
	background-size: contain;
	width: 17px;
	height: 11px;
	position: absolute;
	top: 8px;
	left: 0;
}

.lower-footer {
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	padding: 10px 0;
	text-align: center;
	margin-top: 50px;
	background-color: #202943;
}

.lower-footer a {
	color: #ffffff;
}

.lower-footer a:hover {
	color: #b4e5a2;
}


/* scroll to top  */
.scroll-top {
	position: fixed;
	bottom: 2rem;
	right: 2rem;
	cursor: pointer;
	z-index: 1000;
	width: 55px;
	height: 55px;
	border-radius: 29px;
	background: #0a9193;
	align-items: center;
	justify-content: center;
}

.scroll-top img {
	animation: bounce2 2s ease infinite;
}

@keyframes bounce2 {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-10px);
	}

	60% {
		transform: translateY(-5px);
	}
}

/* banner css here */
.site-content,
.site-main .widecolumn {
	margin-left: 0px !important;
}

.page .entry-header,
.blog_page_header {
	background: url("../images/inner-banner.jpg") #eee no-repeat !important;
	background-size: cover !important;
	max-width: 100% !important;
	padding: 250px 0 150px !important;
	margin: 0 0 50px !important;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.page .entry-header:before,
.blog_page_header:before {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.page .entry-content {
	max-width: 100% !important;
	padding: 0px !important;
}

.content-area,
.content-sidebar {
	padding-top: 0px !important;
}

.page .entry-title,
.blog_page_title {
	color: #fff;
	position: relative;
	font-size: 32px;
	font-weight: 600;
	text-transform: none;
	z-index: 99;
	margin-bottom: 3px;
}

.breadcrumb-container {
	width: 100%;
	color: #ea0700;
	position: relative;
	font-size: 15px;
}

.breadcrumb-container a {
	color: #ea0700;
}

.page {
	margin-top: 0 !important;
}

/* inner page css  */
.inner_title {
	color: #131313;
	font-size: 26px;
	line-height: 1.2;
	font-weight: bold;
	position: relative;
}

.inner_title strong {
	color: #0a9193;
}

.inner_txt {
	font-size: 16px;
	color: #2b2b2b;
	font-weight: normal;
	margin-top: 20px;
}

.margin-top {
	margin-top: 48px;
}

.inner_list_txt {
	margin-top: 20px;
}

.inner_list_txt ul {
	padding: 0;
	margin: 0;
}

.inner_list_txt ul li {
	background: url("../images/list-img.png");
	background-position: top 4px left;
	padding-left: 28px;
	background-repeat: no-repeat;
	background-size: 18px;
	font-size: 16px;
	color: #2b2b2b;
	font-weight: normal;
	list-style: none;
	padding-bottom: 6px;
}

.inner_bottm_sec {
	background: #7db2f3;
	padding: 30px 20px;
	text-align: center;
}

.inner_bottm_sec .inner_title:after {
	position: absolute;
	content: "";
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 10%;
	height: 3px;
	background: #000000;
}

.core-box {
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	padding: 30px 20px;
	background: #fff;
	border-radius: 5px;
	min-height: 100%;
}

.core-box img {
	width: 80px;
	padding-bottom: 20px;
}

.core-box_title {
	color: #131313;
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	position: relative;
	padding-bottom: 12px;
}

.core-box_title strong {
	color: #0a9193;
}


.core-box_txt {
	font-size: 14px;
	color: #2b2b2b;
	font-weight: normal;
	margin-top: 20px;
}

.m-top {
	margin-top: 20px;
}

/* contact page css  */

.contact_page_heading {
	color: #131313;
	font-size: 26px;
	text-transform: capitalize;
	font-weight: bold;
	padding-bottom: 15px;
	position: relative;
}

.contact_page_heading strong {
	color: #0a9193;
}

.contact_page_info {
	position: relative;
	color: #000;
	margin-top: 25px;
	display: flex;
	align-items: center;
	gap: 20px;
}

.contact-text a {
	transition: all 0.5s ease;
	text-decoration: none !important;
}

.contact-text strong {
	color: #000000;
	font-weight: 600;
}

.contact-img {
	background: #ffffff;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	text-align: center;
	padding-top: 10px;
}

.contact_right {
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	padding: 25px;
	border-radius: 5px;
}

/* thank you page   */
.thankyou-btn {
	border-radius: 27px;
	background-image: linear-gradient(89deg, #151b8b 0%, #5b93c7 99%, #5b93c7 100%);
	transition: all 0.8s ease !important;
	cursor: pointer;
	color: #fff;
	font-weight: 600;
	position: relative;
	display: inline-block;
	white-space: nowrap;
	padding: 15px 30px;
}

.thankyou-text {
	font-size: 18px;
	font-weight: 500;
	padding-top: 20px;
}

/* footer_fixed_buttons css  */
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}

.footer_btn1 {
	background: #0a9193;
	width: 50%;
	float: left;
	color: #fff !important;
	padding: 10px 0;
	text-decoration: none !important;
	text-transform: capitalize;
}

.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 44px;
	width: 44px;
	border-radius: 50%;
	padding-top: 9px;
}

.footer_btn2 img{
	width: 22px;
}

.footer_btn3 {
	background: #7db2f3;
	width: 50%;
	float: left;
	color: #fff !important;
	padding: 10px 0;
	text-decoration: none !important;
	text-transform: capitalize;
}

.contact-form-sec input {
	width: 100%;
	padding: 12px 10px 12px 20px;
	border-radius: 7px;
	color: #515151;
	font-size: 16px;
	text-transform: capitalize;
	border: 1px solid #efefef;
	background: #efefef;
	outline: none;
}

.contact-form-sec input:focus,
.contact-form-sec select:focus,
.contact-form-sec textarea:focus {
	border: 1px solid #7db2f3;
}

.contact-form-sec select {
	width: 100%;
	padding: 12px;
	border-radius: 7px;
	color: #515151;
	font-size: 16px;
	text-transform: capitalize;
	border: 1px solid #efefef;
	background: #efefef;
	outline: none;
}

.contact-form-sec textarea {
	width: 100%;
	padding: 12px 12px 12px 20px;
	border-radius: 7px;
	color: #515151;
	font-size: 16px;
	height: 90px;
	border: 1px solid #efefef;
	background: #efefef;
}

.contact-form-sec input[type="submit"] {
	font-size: 16px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 600;
	text-align: center;
	border-radius: 5px;
	width: fit-content;
	background-color: #7db2f3;
	padding: 13px 50px;
	transition: all 0.5s ease;
}

.contact-form-sec input[type="submit"]:hover {
	background-color: #0a9193;
}

.contact-form-sec p {
	margin-bottom: 0 !important;
}

/* blog page css  */
.more-link {
	display: block;
	background: #0a9193;
	width: fit-content;
	margin: 15px 0;
	padding: 15px 25px;
	border-radius: 15px;
	color: #fff;
	text-transform: capitalize;
	transition: all 0.5s ease;
	text-decoration: none !important;
}

.more-link:hover {
	background: #7db2f3 !important;
	color: #fff !important;
}

.post .entry-title {
	font-size: 30px !important;
	font-weight: 600 !important;
}

.widget_block {
	position: relative;
}

.widget_block::before {
	content: '';
	width: 100%;
	height: 3px;
	background: #000;
	position: absolute;
	left: 0;
	top: -15px;
}

#block-8::before {
	content: none;
}

#block-7 {
	margin-bottom: 10px;
}

.widget h2 {
	color: #0a9193;
}

.pricing-page .inner_txt{
	margin-top: 0;
	font-size: 20px;
}
.pricing-page .core-img {
    display: flex;
    justify-content: center;
}
.pricing-page .core-img img{
	width: 50px;
}
.pricing-page .core-box{
	padding: 30px 10px;
}
.pricing-page .core-box .inner_title{
	font-size: 18px;
	text-align: center;
}
.pricing-page .core-box .inner_txt {
	font-size: 16px;
	text-align: center;
	margin-top: 6px;
}
.pricing-page .core-box .inner_txt a{
	text-decoration: none;
}

.not_found-text {
	font-size: 18px;
	font-weight: 500;
	padding: 10px;
}

.back_btn {
	display: flex;
	justify-content: center;
	margin: 15px 0 60px;
}

.back_btn a {
	text-decoration: none !important;
}

/* sticky_whatsapp_btn */
.sticky_whatsapp_btn {
    width: 40px;
    position: fixed;
    right: 25px;
    bottom: 150px;
    border-radius: 50%;
    z-index: 9999;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
    animation: pulse 2s infinite;
}
.sticky_whatsapp_btn img {
    width: 40px;
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #EDEDED;
    -moz-box-shadow: 0 0 0 0 #EDEDED;
    box-shadow: 0 0 0 0 #EDEDED;
  }
  70% {
      -webkit-box-shadow: 0 0 0 15px rgba(255, 1, 1, 0);
      -moz-box-shadow: 0 0 0 15px rgba(255, 1, 1, 0);
      box-shadow: 0 0 0 15px rgba(255, 1, 1, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 1, 1, 0);
      -moz-box-shadow: 0 0 0 0 rgba(255, 1, 1, 0);
      box-shadow: 0 0 0 0 rgba(255, 1, 1, 0);
  }
}

/* mediaquery start here */

@media only screen and (min-width : 300px) and (max-width : 1023px) {
	.top-header {
		display: none;
	}
	.header-right{
		display: none;
	}
	.header-mid{
		display: none;
	}
	.logo-container img {
		width: 100px;
		position: relative;
		top: 0;
	}
	.line,.line2{
		display: none;
	}
	.animate {
		animation: none;
	}
	.banner-container {
		max-width: 100%;
		margin-left: 0;
	}
	.banner-sec .container{
		width: auto;
	}
	.banner-heading {
		font-size: 30px;
		line-height: 34px;
	}
	.banner-container .common-text:before {
		width: 150px;
		height: 38px;
		right: 0;
		top: -25px;
	}
	.common-sub-heading {
		font-size: 16px;
		padding: 3px 20px;
	}
	.ms-slide .ms-slide-bgcont img, .ms-container, .ms-inner-controls-cont {
		width: 100% !important;
		object-fit: cover;
		height: 100% !important;
		margin-top: 0 !important;
		object-position: 20%;
	}
	.banner-sec {
		margin-top: 98px;
	}
	.banner-container .common-text {
		font-size: 18px;
		line-height: 25px;
		padding: 20px 0;
	}
	.ms-slide-info {
		top: 37%;
	}
	.common-btn {
		padding: 12px 22px;
	}
	.common-btn-2 {
		padding: 12px 22px;
	}
	.ms-skin-light-6 .ms-nav-next, .ms-skin-light-6 .ms-nav-prev {
		top: 77% !important;
	}

	.ms-skin-light-6 .ms-nav-next {
		right: auto !important;
		left: 130px !important;
	}
	.common-heading {
		font-size: 26px;
		line-height: 32px;
	}
	.about-right .common-heading {
		font-size: 26px;
	}
	.about-right::before {
		width: 160px;
		height: 113px;
		right: -7px;
		bottom: -50px;
	}
	.service-sec {
		padding: 50px 0 10px;
		border-radius: 25px;
	}
	.service-right .service-shape {
		left: 0;
		bottom: 0;
	}
	.service-slider .owl-next {
		top: -80px;
		left: 17%;
	}
	.service-slider .owl-prev {
		top: -80px;
	}

	.owl-carousel.service-slider .owl-stage-outer {
		margin-right: 0;
		margin-top: 100px;
	}
	.choose-us-sec {
		padding: 50px 0;
	}
	.choose-us-sec::before{
		content: none;
	}
	.choose-us-sec::after{
		content: none;
	}
	.choose-us-sec .pad-0{
		padding: 0 15px;
	}
	.choose-us-sec .col-12:nth-child(2) .choose-us-card, .choose-us-sec .col-12:nth-child(3) .choose-us-card {
		border-bottom: 2px solid #0a9193;
	}
	.choose-us-sec .col-12:nth-child(2) .choose-us-card, .choose-us-sec .col-12:nth-child(4) .choose-us-card, .choose-us-sec .col-12:nth-child(5) .choose-us-card, .choose-us-sec .col-12:nth-child(6) .choose-us-card {
		border-right: 2px solid #0a9193;
	}
	.info-sec {
		padding: 50px 0;
	}
	
	.info-sec {
		overflow: hidden;
	}
	.info-container .common-heading {
		padding: 20px 0;
	}
	.info-btn {
		gap: 10px;
	}
	.testimonial-sec {
		padding: 50px 0;
	}
	.testimonial-sec::before {
		clip-path: ellipse(75% 68% at 50% 10%);
	}
	/* 	.testimonial-img-container{
	display: none;
} */
	.testimonial-img-container img{
		width: 50px;
	}
	.testimonial-img-container img:nth-child(1), .testimonial-img-container img:nth-child(6) {
		margin-top: -135px;
	}
	.testimonial-img-container img:nth-child(2), .testimonial-img-container img:nth-child(5) {
		margin-top: -55px;
	}
	#sp-testimonial-free-wrapper-31 .sp-testimonial-free-section {
		margin: 0 !important;
	}
	#sp-testimonial-free-wrapper-31 .sp-testimonial-free-section .sp-testimonial-client-name {
		font-size: 26px !important;
	}
	.sp-testimonial-free-section .testimonial-nav-arrow {
		width: 50px !important;
		height: 50px !important;
	}
	.blog-sec {
		margin-top: 50px;
	}
	.blog-top {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 15px;
		margin-bottom: 30px;
	}
	.faq-sec {
		padding: 50px 0;
	}
	.faq-btn {
		margin-top: 20px;
	}
	.f-left-container {
		margin-left: 0;
	}
	.f-menu-container {
		padding-left: 0;
	}
	.f-service-container {
		padding-left: 0;
	}
	.lower-footer {
		padding: 10px 0 60px;
		margin-top: 20px;
	}
	.page .entry-header, .blog_page_header {
		padding: 90px 0 90px !important;
		margin: 95px 0 50px !important;
	}
	.footer-outer {
		padding: 70px 0 0;
		clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
	}
	.footer::before {
		height: 150px;
	}
	.scroll-top {
		bottom: 7rem;
		right: 1rem;
	}

}

@media only screen and (max-width : 320px) {

}

/* mobile screen  iphone SE */
@media only screen and (min-width : 321px) and (max-width : 480px) {

}

/* mobile screen rotate */
@media only screen and (min-width : 481px) and (max-width : 767px) {
	.banner-heading::before {
		top: 35px;
	}
	.choose-us-sec .col-sm-12 {
		width: 50%;
	}
	.choose-us-card-heading {
		white-space: wrap;
	}
	.blog-container {
		overflow: hidden;
	}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
	.banner-sec .banner-container {
		margin-left: 0;
	}
	.banner-heading::before {
		top: 39px;
	}
	.faq-btn .common-btn-2 {
		padding: 12px 16px;
	}
	.faq-btn .common-btn {
		padding: 12px 16px;
	}
	.service-slider .owl-next {
		left: 12%;
	}
	.choose-us-card-heading {
		white-space: wrap;
	}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
		.banner-sec .banner-container {
		margin-left: 0;
	}
	.banner-heading::before {
		top: 39px;
	}
	.faq-btn .common-btn-2 {
		padding: 12px 16px;
	}
	.faq-btn .common-btn {
		padding: 12px 16px;
	}
	.service-slider .owl-next {
		left: 12%;
	}
	.choose-us-card-heading {
		white-space: wrap;
	}
}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}
/* ipad screen  */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.banner-heading::before {
		top: 39px;
	}
	.faq-btn .common-btn-2 {
		padding: 12px 16px;
	}
	.faq-btn .common-btn {
		padding: 12px 16px;
	}
	.service-slider .owl-next {
		left: 12%;
	}
	.choose-us-card-heading {
		white-space: wrap;
	}
}

/* ipad rotate */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.top-header {
		display: none;
	}
	.header-right {
		position: absolute;
		right: 65px;
	}
	.header-btn-container {
		margin-left: -65px;
	}
	.header-mid{
		display: none;
	}
	.logo-container img {
		width: 100px;
		position: relative;
		top: 0;
	}
	.line,.line2{
		display: none;
	}
	.animate {
		animation: none;
	}
	.banner-sec {
		margin-top: 99px;
	}
	.banner-container {
		margin-left: 85px;
	}
	.banner-heading {
		font-size: 30px;
		line-height: 34px;
	}
	.banner-heading::before {
		top: 40px;
	}
	.about-right .common-heading {
		font-size: 26px;
	}
	.common-heading {
		font-size: 26px;
		line-height: 32px;
	}
	.choose-us-card-heading {
		font-size: 16px;
	}
	.testimonial-img-container img {
		width: 110px;
	}
	.testimonial-img-container img:nth-child(1), .testimonial-img-container img:nth-child(6) {
		margin-top: -160px;
	}
	.testimonial-img-container img:nth-child(2), .testimonial-img-container img:nth-child(5) {
		margin-top: -50px;
	}
	.faq-btn .common-btn-2 {
		padding: 12px 16px;
	}
	.faq-btn .common-btn {
		padding: 12px 16px;
	}
}
/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

}

@media screen and (min-width: 1424px) {
	.banner-container {
		margin-left: 70px;
	}
	.blog-container {
		overflow: hidden;
	}
}

@media screen and (min-width: 1624px) {
	.banner-container {
		margin-left: 0;
	}
	.owl-carousel.service-slider .owl-stage-outer {
		margin-right: 0;
	}
}

@media screen and (min-width: 1920px) {

}

@media screen and (min-width: 2048px) {

}

@media screen and (min-width: 2550px) {

}



@media (min-width: 1025px) and (max-width: 1199px){
	.header-manu-container {
		margin-left: -120px;
	}
	.header-btn-container {
		margin-left: -65px;
	}
	.banner-container {
		margin-left: 85px;
	}
	.service-slider {
		margin-top: 100px;
	}
	.service-slider .owl-next {
		top: -85px;
	}
	.service-slider .owl-prev {
		top: -85px;
	}
		.faq-btn .common-btn-2 {
		padding: 12px 16px;
	}
	.faq-btn .common-btn {
		padding: 12px 16px;
	}
}