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

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

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

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

ul {
	list-style: none;
}

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

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

.pad-0 {
	padding: 0;
}

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

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

.common-sub-heading {
	font-size: 17px;
	color: #5cc1eb;
	font-weight: 600;
	font-family: "Raleway";
	width: fit-content;
	padding-bottom: 20px;
}

.common-heading {
	font-size: 38px;
	letter-spacing: 5px;
	line-height: 50px;
	text-transform: uppercase;
	color: #0093dd;
	font-weight: 400;
	font-family: "Bebas Neue";
}

.common-heading strong {
	color: #dd137b;
	font-family: "Bebas Neue";
}

.common-text {
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	font-weight: 400;
}

.common-btn {
	display: inline-block;
	position: relative;
	padding: 13px 30px;
	border-radius: 28px;
	background-color: #da251d;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 29px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
	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: #0093dd;
	transform: scaleX(0);
	transform-origin: left;
	z-index: -1;
	transition: transform 0.3s ease;
}

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

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

.common-btn-2 {
	background-color: #974578;
}

.common-btn-2::before {
	background-color: #0093dd;
}

.common-text {
	font-size: 16px;
	line-height: 29px;
	color: #101010;
	font-weight: 400;
}

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

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

	to {
		transform: translateY(0);
	}
}

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

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

.home .logo-container img {
	position: absolute;
	top: 3px;
	left: 0;
	width: 182px;
	max-width: 100%;
	height: auto;
	transition: all 0.5s ease;
}

.home .pos-fixed img {
	position: relative;
	width: 130px;
	transition: all 0.5s ease;
}

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

.pos-fixed .main-header-container {
	border-bottom: 0;
}

.header-manu-container ul {

}

.main-header ul li {
	margin-right: 45px;
}

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

.main-header ul li a {
	font-size: 16px;
	line-height: 29px;
	color: #101010;
	font-weight: 400;
	text-transform: capitalize;
	padding: 0;
}

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

.active-link {
	color: #0093dd !important;
}

.header-btn-container {
	display: flex;
	justify-content: end;
}

.header-btn-container .common-btn {
	padding: 13px 40px;
}

/* banner css here  */
.banner-sec {
	position: relative;
	background: url("../images/banner-img-bg.jpg") no-repeat;
	background-size: cover;
	margin-top: 73px;
}

.banner-sec::before {
	content: '';
	background: url('../images/banner-shape-2.png') no-repeat;
	width: 715px;
	height: 177px;
	position: absolute;
	left: 0;
	bottom: -50px;
	z-index: 1;
}

.banner-sec::after {
	content: '';
	background: url('../images/banner-shape-3.png') no-repeat;
	width: 622px;
	height: 119px;
	position: absolute;
	right: 0;
	bottom: -60px;
}

.banner-img {
	position: relative;
	width: 100%;
}

.banner-img::before {
	content: '';
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	width: 80%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.banner-img::after {
	content: '';
	background: url('../images/banner-shape-1.png') no-repeat;
	width: 327px;
	height: 437px;
	position: absolute;
	top: 50px;
	left: 0px;
}

.banner-img img {
	width: 100%;
}

.banner-container {
	max-width: 520px;
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
}

.banner-container .common-heading {
	font-size: 61px;
	padding-bottom: 10px;
	letter-spacing: 9px;
	line-height: 62px;
}

.banner-btn-container {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 25px;
}
.inner_content{
	padding-top: 100px;
	padding-bottom: 0;
}

/* our-service-sec */
.our-service-sec {
	padding: 30px 0 120px;
	margin-top: 60px;
}

.our-service-btn {
	display: flex;
	justify-content: end;
	align-items: end;
	height: 100%;
}

.our-service-padding {
	padding: 0 6px;
}

.our-service-card {
	border-radius: 15px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	background-color: #ffffff;
	padding: 38px 5px 23px;
	text-align: center;
	min-height: 100%;
	transition: all 0.5s ease;
}

.our-service-card:hover {
	transform: translateY(-10px);
}

.our-service-img {
	margin-bottom: 30px;
}

.our-service-card-heading {
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #0d0d0d;
	font-weight: 400;
	font-family: "Bebas Neue";
	margin-bottom: 10px;
	min-height: 60px;
}

.our-service-card-link {
	font-size: 14px;
	letter-spacing: 1px;
	text-decoration: underline;
	text-transform: uppercase;
	color: #da251d;
	font-weight: 700;
	text-underline-offset: 5px;
	transition: all 0.5s ease;
}

.our-service-card-link:hover {
	text-underline-offset: 3px;
}

.our-service-card-1 {
	filter: drop-shadow(0px 4px 0px #da251d);
}

.our-service-card-1 .our-service-card-link {
	color: #da251d;
}

.our-service-card-2 {
	filter: drop-shadow(0px 4px 0px #0093dd);
}

.our-service-card-2 .our-service-card-link {
	color: #0093dd;
}

.our-service-card-3 {
	filter: drop-shadow(0px 4px 0px #dd137b);
}

.our-service-card-3 .our-service-card-link {
	color: #dd137b;
}

.our-service-card-4 {
	filter: drop-shadow(0px 4px 0px #974578);
}

.our-service-card-4 .our-service-card-link {
	color: #974578;
}

/* .about-sec */
.about-sec {
	background-color: #e8f7fe;
	padding: 60px 0 90px;
	position: relative;
	overflow: hidden;
}

.about-sec::before {
	content: '';
	background: url('../images/about-shape.png') no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 0;
	width: 340px;
	height: 688px;
	z-index: 0;
}

.about-right {
	position: relative;
	z-index: 1;
}

/* why-choose-sec */
.why-choose-sec {
	padding: 70px 0;
}

.why-choose-sec-left {
	padding-right: 70px;
}

.why-choose-sec-right {
	display: flex;
	align-items: end;
	justify-content: end;
	gap: 31px;
	flex-direction: column;
}

.why-choose-card {
	border-radius: 20px;
	background-color: #ffffff;
	box-shadow: 0 0 5px #d3d3d3;
	padding: 30px 20px 30px 30px;
	display: flex;
	align-items: center;
	width: fit-content;
	gap: 15px;
	position: relative;
}

.why-choose-img {
	width: 57px;
	height: 57px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background-color: #e5f4fc;
}

.why-choose-card-heading {
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 26px;
	text-transform: uppercase;
	color: #222222;
	font-weight: 400;
	font-family: "Bebas Neue";
}

.why-choose-card-number {
	opacity: 0.102;
	font-size: 60px;
	letter-spacing: 3px;
	line-height: 26px;
	text-transform: uppercase;
	color: #222222;
	font-weight: 400;
	font-family: "Bebas Neue";
}

.why-choose-sec-right .choose-card-1 {
	margin-right: 33%;
}

.why-choose-sec-right .choose-card-3 {
	margin-right: 50%;
	margin-left: -30%;
}

.why-choose-sec-right .choose-card-2 .why-choose-img {
	background-color: #fbe9e8;
}

.why-choose-sec-right .choose-card-3 .why-choose-img {
	background-color: #fce7f2;
}

.why-choose-sec-right .choose-card-4 .why-choose-img {
	background-color: #f4ecf1;
}

.why-choose-sec-right .why-choose-card:nth-child(odd)::before {
	content: '';
	background: url("../images/choose-shape-right.png");
	width: 145px;
	height: 119px;
	position: absolute;
	right: -135px;
	bottom: -57px;
	z-index: -1;
}

.why-choose-sec-right .why-choose-card:nth-child(even)::before {
	content: '';
	background: url("../images/choose-shape-left.png");
	width: 145px;
	height: 119px;
	position: absolute;
	left: -108px;
	bottom: -55px;
	z-index: -1;
}

.why-choose-sec-right .why-choose-card:last-child::before {
	content: none;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a{
	font-size: 18px !important;
	color: #0093dd !important;
}
#sp-ea-152.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon{
	color: #dd137b !important;
}

/* testimonial-sec */
.testimonial-sec {
	padding: 50px 0 80px;
	background-color: #fff3f9;
}

#sp-testimonial-free-wrapper-102 .sp-testimonial-free {
	background: #ffffff !important;
	padding: 20px 25px 2px;
	border-radius: 30px !important;
	box-shadow: 0 0 5px #d7d7d7;
}

#sp-testimonial-free-wrapper-102 .sp-testimonial-free-section,
#sp-testimonial-free-wrapper-27 .sp-testimonial-free-section {
	margin: 0 !important;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
	padding: 0 !important;
	text-align: start !important;
}

#sp-testimonial-free-wrapper-102 .sp-testimonial-free-section .sp-testimonial-client-testimonial,
#sp-testimonial-free-wrapper-27 .sp-testimonial-free-section .sp-testimonial-client-testimonial {
	color: #101010 !important;
	padding-top: 30px;
}

#sp-testimonial-free-wrapper-102 .sp-testimonial-free-section .sp-testimonial-client-rating,
#sp-testimonial-free-wrapper-27 .sp-testimonial-free-section .sp-testimonial-client-rating {
	display: flex !important;
	position: absolute;
	top: 0;
}
#sp-testimonial-free-wrapper-102 .sp-testimonial-free-section .sp-testimonial-client-rating {
	top: 27px;
}

#sp-testimonial-free-wrapper-27 .sp-testimonial-free-section .testimonial-nav-arrow {
	background: transparent;
	border: 0px solid #777777;
	color: #0a0a0a;
	bottom: -100px;
	top: auto;
	left: auto;
	right: 0;

}

.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next i {
	display: none;
}

.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next::before {
	content: '';
	background: url('../images/t-right-arrow.png') no-repeat;
	height: 14px;
	width: 18px;
	position: absolute;
	right: 0px;
	bottom: 0;
	border: 1px solid #000;
	padding: 20px;
	background-position: center;
}

.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev i {
	display: none;
}

.sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev::before {
	content: '';
	background: url(../images/t-left-arrow.png) no-repeat;
	height: 14px;
	width: 18px;
	position: absolute;
	right: 50px;
	bottom: 0;
	border: 1px solid #000;
	padding: 20px;
	background-position: center;
}

.sp-testimonial-free-wrapper {
	overflow: visible !important;
}

/* contact-sec */
.contact-sec {
	padding: 80px 0 320px;
	position: relative;
}

.contact-container {
	padding: 80px 60px;
	border-radius: 31px;
	background-color: #ffffff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.contact-container .common-heading {
	text-align: center;
}

.contact-sec::before {
	content: '';
	background: url("../images/footer-top.png") no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 172px;
}

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

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

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

.contact-form-sec input:focus,
.contact-form-sec select:focus,
.contact-form-sec textarea:focus {
	border: 0;
}

.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;
	border-radius: 28px;
	background-color: #da251d;
	padding: 13px 50px;
	transition: all 0.5s ease;
}

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

/* footer */
.footer {
	position: relative;
	background-color: #001d2b;
	background-size: cover;
	padding: 50px 0 0;
	min-height: 200px;
}

.home .footer::before {
	content: '';
	background: url("../images/footer-shape-1.png") no-repeat;
	width: 629px;
	height: 120px;
	position: absolute;
	top: -230px;
	left: 0;
}

.home .footer::after {
	content: '';
	background: url("../images/footer-shape-2.png") no-repeat;
	width: 719px;
	height: 179px;
	position: absolute;
	top: -225px;
	right: 0;
}

.footer-heading {
	font-size: 20px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 15px;
}

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

.footer ul li {
	font-size: 14px;
	line-height: 36px;
	color: #ffffff;
	font-weight: 400;
}

.footer ul li a {
	font-size: 14px;
	line-height: 36px;
	color: #ffffff;
	font-weight: 400;
	transition: all 0.5s ease;
}

.footer ul li a:hover {
	color: #dd137b;
	padding-left: 5px;
}

.f-contact-container ul li {
	display: flex;
	align-items: center;
	gap: 10px;
}

.f-mdeia-container {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 50px;
}

.f-mdeia-img {
	width: 25px;
	height: 25px;
	border-radius: 12px;
	background-color: #0093dd;
	display: flex;
	align-items: center;
	justify-content: center;
}

.f-contact-container ul li {
	margin-bottom: 5px;
}

.lower-footer {
	font-size: 15px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
	padding: 15px 0;
	border-top: 1px solid #ffffff;
	margin-top: 35px;
}

.lower-footer a {
	color: #ffffff;
	transition: all 0.5s ease;
}

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

/* scroll to top  */
.scroll-top {
	position: fixed;
	bottom: 2rem;
	right: 2rem;
	cursor: pointer;
	z-index: 1000;
	width: 68px;
	height: 68px;
	border-radius: 34px;
	background-color: #0093dd;
	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/banner-img.png") #eee no-repeat center !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;
	padding-bottom: 12px;
}

.inner_title strong {
	color: #0093dd;
}

.inner_title::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 30px;
	height: 3px;
	background: #0093dd;
}

.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-icon.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: #0093dd;
	padding: 30px 20px;
	text-align: center;
}

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

.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: #0093dd;
}

.core-box_title::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 30px;
	height: 3px;
	background: #0093dd;
}

.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::before {
	position: absolute;
	content: "";
	bottom: 8px;
	left: 0;
	width: 30px;
	height: 3px;
	background: #0093dd;
}

.contact_page_heading strong {
	color: #0093dd;
}

.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 25px 0;
	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: #0093dd;
	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_btn3 {
	background: #da251d;
	width: 50%;
	float: left;
	color: #fff !important;
	padding: 10px 0;
	text-decoration: none !important;
	text-transform: capitalize;
}
/* inner form css here  */
.inner-form-container a {
	text-decoration: none !important;
}

.inner-form-page .inner_txt a {
	text-decoration: none;
}

.inner-form-label {
	font-size: 17px;
	font-weight: 500;
}

.inner-form-label p {
	margin-bottom: 8px;
}

.inner-form-input input {
	width: 100%;
	border: 1px solid #0093dd;
	border-radius: 10px;
	color: #2b2b2b;
	padding: 10px 20px;
}

.inner-form-textarea textarea {
	width: 100%;
	border: 1px solid #0093dd;
	border-radius: 10px;
	color: #2b2b2b;
	padding: 10px 20px;
	height: 100px;
}

.inner-form-container {
	margin-top: 30px;
	padding: 40px 30px 0;
	border-radius: 20px;
	box-shadow: 0 0 5px #dfdfdf;
}

.inner-form-heading p {
	margin-bottom: 0;
}

.inner-form-heading {
	color: #131313;
	font-size: 26px;
	line-height: 1.2;
	font-weight: bold;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 24px;
}

.inner-form-heading strong {
	color: #0093dd;
}

.inner-form-heading::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 12px;
	width: 30px;
	height: 3px;
	background: #0093dd;
}

.inner-form-radio .wpcf7-list-item {
	display: block;
	margin: 0;
}

.inner-form-text {
	font-size: 17px;
	text-align: center;
	font-weight: 600;
}

.inner-form-submit-btn {
	display: flex;
	justify-content: center;
}

.inner-form-submit-btn input[type="submit"] {
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	border-radius: 27px;
	padding: 15px 40px;
	text-align: center;
	background-color: #da251d;
	transition: all 0.5s ease;
}

.inner-form-submit-btn input[type="submit"]:hover {
	background-color: #0093dd;
}

.inner-form-submit-btn .wpcf7-spinner {
	display: none;
}

/* contact page  */
.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 #90c1f7;
	outline: none;
}
.contact-form-sec input:focus,.contact-form-sec select:focus,.contact-form-sec textarea:focus{
	border: 1px solid #ff5758;
}
.contact-form-sec select {
	width: 100%;
	padding: 12px;
	border-radius: 7px;
	color: #515151;
	font-size: 16px;
	text-transform: capitalize;
	border: 1px solid #90c1f7;
	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 #90c1f7;
}
.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: #974578;
	padding: 13px 50px;
	transition: all 0.5s ease;
}
.contact-form-sec input[type="submit"]:hover{
	background-color: #0093dd;
}

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

.back_btn {
	margin: 15px 0 60px;
}

.more-link {
    display: block;
    background: #974578;
    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: #0093dd !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;
}

.fix-btn {
    position: fixed;
    top: 250px;
    right: -110px;
    z-index: 99;
    transform: rotate(90deg);
}
.fix-btn a {
    display: inline-block;
    vertical-align: middle;
    background: #dd137b;
    color: #fff !important;
    font-size: 16px;
    font-weight: normal;
    padding: 9px 16px;
    letter-spacing: 1px;
	border-radius: 0 0 5px 5px;
    -moz-transition: all 0.5s ease 0s !important;
    -webkit-transition: all 0.5s ease 0s !important;
    transition: all 0.5s ease 0s !important;
}
.fix-btn a:last-child {
    background: #0093dd;
}
.fix-btn a:hover{
	background: #da251d;
}
.area_sec {
    padding: 40px 0;
}
.area_heading{
    color: #00313d;
    font-size: 36px;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
    text-align: center;
    margin-bottom: 40px;
    text-transform: capitalize;
}
.area_heading:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translatex(-50%);
    width: 30px;
    height: 3px;
    background: #0087a8;
}
.area_loc{
    margin-bottom: 12px;
}
.area_loc a {
    display: inline-block;
    padding: 15px 15px 15px 45px;
    border-radius: 4px;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: #222;
	text-decoration: none !important;
    text-transform: capitalize;
/*  border: 2px solid #85eb34; */
    background: url("https://diversityabilitycare.com.au/wp-content/uploads/2025/06/loc-icon.png") #f3f2f2;
    background-position: 15px 15px;
    background-repeat: no-repeat;
    background-size: 22px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.area_loc a:hover{
	color: #222;
}

/* mediaquery start here */

/* mobile screen  iphone SE */
@media only screen and (min-width : 321px) and (max-width : 480px) {
	.banner-sec::before {
		content: none;
	}
	.header-mid{
		display: none;
	}
	.header-right{
		display: none;
	}
	.animate {
		animation: none;
	}
	.common-btn {
		padding: 13px 25px;
	}
	.common-heading {
		font-size: 30px;
	}
	.home .logo-container img {
		position: relative;
		width: 125px;
	}
	.banner-sec {
		margin-top: 90px;
	}
	.banner-img img {
		height: 500px;
		object-fit: cover;
		object-position: right;
	}
	.banner-container {
		top: 50%;
	}
	.banner-container .common-heading {
		font-size: 40px;
		line-height: 38px;
	}
	.banner-btn-container {
		gap: 15px;
	}
	.banner-sec::after {
		background-size: 100% 100%;
		bottom: -50px;
		rotate: 3deg;
		right: 3px;
	}
	.our-service-sec {
		padding: 50px 0 60px;
	}
	.our-service-card-heading {
		min-height: 30px;
	}
	.about-sec {
		padding: 60px 0;
	}
	.why-choose-sec {
		padding: 50px 0;
	}
	.why-choose-sec-left {
		padding-right: 0;
	}
	.why-choose-sec-right .why-choose-card:nth-child(odd)::before {
		content: none;
	}
	.why-choose-sec-right .why-choose-card:nth-child(even)::before {
		content: none;
	}
	.why-choose-sec-right {
		gap: 20px;
		align-items: center;
		justify-content: center;
	}
	.why-choose-sec-right .choose-card-1 {
		margin-right: 0;
	}
	.why-choose-sec-right .choose-card-3 {
		margin-right: 0;
		margin-left: 0;
	}
	.testimonial-sec-right {
		padding: 0 12px;
	}
	.contact-sec {
		padding: 50px 0 240px;
	}
	.contact-sec::before {
		bottom: -1px;
	}
	.contact-container {
		padding: 40px 20px;
	}
	.home .footer::before {
		content: none;
	}
	.home .footer::after {
		content: none;
	}
	.home .footer {
		padding: 0;
	}
	.lower-footer {
		padding: 15px 12px 65px;
	}
	.scroll-top {
		bottom: 9rem;
		right: 1rem;
		width: 55px;
		height: 55px;
	}
	.rmp-container .rmp-menu-title .rmp-menu-title-image {
		width: 150px;
        height: auto;
        background: #fff;
        padding: 10px;
        border-radius: 6px;
	}
	.page .entry-title, .blog_page_title {
		font-size: 30px;
	}
	.page .entry-header, .blog_page_header {
		padding: 215px 0 85px !important;
	}
	.logo-container img {
		position: relative;
		width: 125px;
		height: auto;
	}
	.inner_content .hentry {
		margin: 0;
	}
}

/* mobile screen rotate */
@media only screen and (min-width : 481px) and (max-width : 767px) {
	.banner-sec::before {
		content: none;
	}
	.header-mid{
		display: none;
	}
	.header-right{
		display: none;
	}
	.animate {
		animation: none;
	}
	.common-btn {
		padding: 13px 25px;
	}
	.common-heading {
		font-size: 30px;
	}
	.home .logo-container img {
		position: relative;
		width: 125px;
	}
	.banner-sec {
		margin-top: 90px;
	}
	.banner-img img {
		height: 500px;
		object-fit: cover;
		object-position: right;
	}
	.banner-container {
		top: 50%;
	}
	.banner-container .common-heading {
		font-size: 40px;
		line-height: 38px;
	}
	.banner-btn-container {
		gap: 15px;
	}
	.banner-sec::after {
		background-size: 100% 100%;
		bottom: -50px;
		rotate: 3deg;
		right: 3px;
	}
	.our-service-sec {
		padding: 50px 0 60px;
	}
	.our-service-sec .our-service-card-section .col-sm-12 {
		width: 50%;
	}
	.our-service-card-heading {
		min-height: 30px;
	}
	.about-sec {
		padding: 60px 0;
	}
	.why-choose-sec {
		padding: 50px 0;
	}
	.why-choose-sec-right {
		align-items: center;
		justify-content: center;
	}
	.why-choose-sec-left {
		padding-right: 0;
	}
	.why-choose-sec-right .why-choose-card:nth-child(odd)::before {
		content: none;
	}
	.why-choose-sec-right .why-choose-card:nth-child(even)::before {
		content: none;
	}
	.why-choose-sec-right {
		gap: 20px;
	}
	.why-choose-sec-right .choose-card-1 {
		margin-right: 0;
	}
	.why-choose-sec-right .choose-card-3 {
		margin-right: 0;
		margin-left: 0;
	}
	.testimonial-sec-right {
		padding: 0 12px;
	}
	.contact-sec {
		padding: 50px 0 240px;
	}
	.contact-sec::before {
		bottom: -1px;
	}
	.contact-container {
		padding: 40px 20px;
	}
	.home .footer::before {
		content: none;
	}
	.home .footer::after {
		content: none;
	}
	.home .footer {
		padding: 0;
	}
	.lower-footer {
		padding: 15px 12px 65px;
	}
	.scroll-top {
		bottom: 9rem;
		right: 1rem;
		width: 55px;
		height: 55px;
	}
	.rmp-container .rmp-menu-title .rmp-menu-title-image {
		width: 150px;
        height: auto;
        background: #fff;
        padding: 10px;
        border-radius: 6px;
	}
	.page .entry-title, .blog_page_title {
		font-size: 30px;
	}
	.page .entry-header, .blog_page_header {
		padding: 215px 0 85px !important;
	}
	.logo-container img {
		position: relative;
		width: 125px;
		height: auto;
	}
	.inner_content .hentry {
		margin: 0;
	}
	.footer .col-sm-12 {
		width: 50%;
	}
}

/* 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::before {
		content: none;
	}
	.header-mid{
		display: none;
	}
	.header-right{
		display: none;
	}
	.animate {
		animation: none;
	}
	.common-btn {
		padding: 13px 25px;
	}
	.common-heading {
		font-size: 30px;
	}
	.home .logo-container img {
		position: relative;
		width: 125px;
	}
	.banner-sec {
		margin-top: 90px;
	}
	.banner-img img {
		height: 500px;
		object-fit: cover;
		object-position: right;
	}
	.banner-container {
		top: 50%;
	}
	.banner-container .common-heading {
		font-size: 40px;
		line-height: 38px;
	}
	.banner-btn-container {
		gap: 15px;
	}
	.banner-sec::after {
		background-size: 100% 100%;
		bottom: -50px;
		rotate: 3deg;
		right: 3px;
	}
	.our-service-sec {
		padding: 50px 0 60px;
	}
	.our-service-sec .our-service-card-section .col-sm-12 {
		width: 50%;
	}
	.our-service-card-heading {
		min-height: 30px;
	}
	.about-sec {
		padding: 60px 0;
	}
	.why-choose-sec {
		padding: 50px 0;
	}
	.why-choose-sec-right {
		align-items: center;
		justify-content: center;
	}
	.why-choose-sec-left {
		padding-right: 0;
	}
	.why-choose-sec-right .why-choose-card:nth-child(odd)::before {
		content: none;
	}
	.why-choose-sec-right .why-choose-card:nth-child(even)::before {
		content: none;
	}
	.why-choose-sec-right {
		gap: 20px;
	}
	.why-choose-sec-right .choose-card-1 {
		margin-right: 0 !important;
	}
	.why-choose-sec-right .choose-card-3 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.testimonial-sec-right {
		padding: 0 12px;
	}
	.contact-sec {
		padding: 50px 0 240px;
	}
	.contact-sec::before {
		bottom: -1px;
	}
	.contact-container {
		padding: 40px 20px;
	}
	.home .footer::before {
		content: none;
	}
	.home .footer::after {
		content: none;
	}
	.home .footer {
		padding: 0;
	}
	.lower-footer {
		padding: 15px 12px 65px;
	}
	.scroll-top {
		bottom: 9rem;
		right: 1rem;
		width: 55px;
		height: 55px;
	}
	.rmp-container .rmp-menu-title .rmp-menu-title-image {
		width: 150px;
        height: auto;
        background: #fff;
        padding: 10px;
        border-radius: 6px;
	}
	.page .entry-title, .blog_page_title {
		font-size: 30px;
	}
	.page .entry-header, .blog_page_header {
		padding: 215px 0 85px !important;
	}
	.logo-container img {
		position: relative;
		width: 125px;
		height: auto;
	}
	.inner_content .hentry {
		margin: 0;
	}
	.footer .col-sm-12 {
		width: 50%;
	}
}

/* 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::before {
		content: none;
	}
	.header-mid{
		display: none;
	}
	.header-right{
		display: none;
	}
	.animate {
		animation: none;
	}
	.common-btn {
		padding: 13px 25px;
	}
	.common-heading {
		font-size: 30px;
	}
	.home .logo-container img {
		position: relative;
		width: 125px;
	}
	.banner-sec {
		margin-top: 90px;
	}
	.banner-img img {
		height: 500px;
		object-fit: cover;
		object-position: right;
	}
	.banner-container {
		top: 50%;
	}
	.banner-container .common-heading {
		font-size: 40px;
		line-height: 38px;
	}
	.banner-btn-container {
		gap: 15px;
	}
	.banner-sec::after {
		background-size: 100% 100%;
		bottom: -50px;
		rotate: 3deg;
		right: 3px;
	}
	.our-service-sec {
		padding: 50px 0 60px;
	}
	.our-service-sec .our-service-card-section .col-sm-12 {
		width: 50%;
	}
	.our-service-card-heading {
		min-height: 30px;
	}
	.about-sec {
		padding: 60px 0;
	}
	.why-choose-sec {
		padding: 50px 0;
	}
	.why-choose-sec-right {
		align-items: center;
		justify-content: center;
	}
	.why-choose-sec-left {
		padding-right: 0;
	}
	.why-choose-sec-right .why-choose-card:nth-child(odd)::before {
		content: none;
	}
	.why-choose-sec-right .why-choose-card:nth-child(even)::before {
		content: none;
	}
	.why-choose-sec-right {
		gap: 20px;
	}
	.why-choose-sec-right .choose-card-1 {
		margin-right: 0 !important;
	}
	.why-choose-sec-right .choose-card-3 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.testimonial-sec-right {
		padding: 0 12px;
	}
	.contact-sec {
		padding: 50px 0 240px;
	}
	.contact-sec::before {
		bottom: -1px;
	}
	.contact-container {
		padding: 40px 20px;
	}
	.home .footer::before {
		content: none;
	}
	.home .footer::after {
		content: none;
	}
	.home .footer {
		padding: 0;
	}
	.lower-footer {
		padding: 15px 12px 65px;
	}
	.scroll-top {
		bottom: 9rem;
		right: 1rem;
		width: 55px;
		height: 55px;
	}
	.rmp-container .rmp-menu-title .rmp-menu-title-image {
		width: 150px;
        height: auto;
        background: #fff;
        padding: 10px;
        border-radius: 6px;
	}
	.page .entry-title, .blog_page_title {
		font-size: 30px;
	}
	.page .entry-header, .blog_page_header {
		padding: 215px 0 85px !important;
	}
	.logo-container img {
		position: relative;
		width: 125px;
		height: auto;
	}
	.inner_content .hentry {
		margin: 0;
	}
	.footer .col-sm-12 {
		width: 50%;
	}
}

/* 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-sec::before {
		content: none;
	}
	.header-mid{
		display: none;
	}
	.header-right{
		display: none;
	}
	.animate {
		animation: none;
	}
	.common-btn {
		padding: 13px 25px;
	}
	.common-heading {
		font-size: 30px;
	}
	.home .logo-container img {
		position: relative;
		width: 125px;
	}
	.banner-sec {
		margin-top: 90px;
	}
	.banner-img img {
		height: 500px;
		object-fit: cover;
		object-position: right;
	}
	.banner-container .common-heading {
		font-size: 40px;
		line-height: 38px;
	}
	.banner-btn-container {
		gap: 15px;
	}
	.banner-sec::after {
		background-size: 100% 100%;
		bottom: -50px;
		rotate: 3deg;
		right: 3px;
	}
	.our-service-sec {
		padding: 50px 0 60px;
	}
	.our-service-sec .our-service-card-section .col-sm-12 {
		width: 50%;
	}
	.our-service-card-heading {
		min-height: 30px;
	}
	.about-sec {
		padding: 60px 0;
	}
	.why-choose-sec {
		padding: 50px 0;
	}
	.why-choose-sec-right {
		align-items: center;
		justify-content: center;
	}
	.why-choose-sec-left {
		padding-right: 0;
	}
	.why-choose-sec-right .why-choose-card:nth-child(odd)::before {
		content: none;
	}
	.why-choose-sec-right .why-choose-card:nth-child(even)::before {
		content: none;
	}
	.why-choose-sec-right {
		gap: 20px;
	}
	.why-choose-sec-right .choose-card-1 {
		margin-right: 0;
	}
	.why-choose-sec-right .choose-card-3 {
		margin-right: 0;
		margin-left: 0;
	}
	.testimonial-sec-right {
		padding: 0 12px;
	}
	.contact-sec {
		padding: 50px 0 240px;
	}
	.contact-sec::before {
		bottom: -1px;
	}
	.contact-container {
		padding: 40px 20px;
	}
	.home .footer::before {
		content: none;
	}
	.home .footer::after {
		content: none;
	}
	.home .footer {
		padding: 0;
	}
	.lower-footer {
		padding: 15px 12px 65px;
	}
	.scroll-top {
		bottom: 9rem;
		right: 1rem;
		width: 55px;
		height: 55px;
	}
	.rmp-container .rmp-menu-title .rmp-menu-title-image {
		width: 150px;
        height: auto;
        background: #fff;
        padding: 10px;
        border-radius: 6px;
	}
	.page .entry-title, .blog_page_title {
		font-size: 30px;
	}
	.page .entry-header, .blog_page_header {
		padding: 215px 0 85px !important;
	}
	.logo-container img {
		position: relative;
		width: 125px;
		height: auto;
	}
	.inner_content .hentry {
		margin: 0;
	}
	.footer .col-sm-12 {
		width: 50%;
	}
}

/* ipad rotate */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.header-mid{
		display: none;
	}
	.header-right{
		display: none;
	}
	.animate {
		animation: none;
	}
	.common-btn {
		padding: 13px 25px;
	}
	.common-heading {
		font-size: 30px;
	}
	.home .logo-container img {
		position: relative;
		width: 125px;
	}
	.banner-sec {
		margin-top: 90px;
	}
	.banner-img img {
		height: 500px;
		object-fit: cover;
		object-position: right;
	}
	.banner-container .common-heading {
		font-size: 40px;
		line-height: 38px;
	}
	.banner-btn-container {
		gap: 15px;
	}
	.banner-sec::before {
		background-size: contain;
		width: 479px;
		height: 156px;
		bottom: -62px;
	}
	.banner-sec::after {
		background-size: contain;
		bottom: -50px;
		rotate: 3deg;
		right: 3px;
		width: 560px;
	}
	.our-service-sec {
		padding: 50px 0 60px;
	}
	.our-service-sec .our-service-card-section .col-sm-12 {
		width: 50%;
	}
	.our-service-card-heading {
		min-height: 30px;
	}
	.about-sec {
		padding: 60px 0;
	}
	.why-choose-sec {
		padding: 50px 0;
	}
	.why-choose-sec-right {
		align-items: center;
		justify-content: center;
	}
	.why-choose-sec-left {
		padding-right: 0;
	}
	.why-choose-sec-right .why-choose-card:nth-child(odd)::before {
		content: none;
	}
	.why-choose-sec-right .why-choose-card:nth-child(even)::before {
		content: none;
	}
	.why-choose-sec-right {
		gap: 20px;
	}
	.why-choose-sec-right .choose-card-1 {
		margin-right: 20%;
	}
	.why-choose-sec-right .choose-card-3 {
		margin-right: 20%;
		margin-left: 0;
	}
	.testimonial-sec-right {
		padding: 0 12px;
	}
	.contact-sec {
		padding: 50px 0 300px;
	}
	.contact-sec::before {
		bottom: -1px;
	}
	.contact-container {
		padding: 40px 20px;
	}
	.home .footer::after {
		background-size: contain;
		width: 400px;
	}
	.home .footer {
		padding: 0;
	}
	.lower-footer {
		padding: 15px 12px;
	}
	.scroll-top {
		bottom: 9rem;
		right: 1rem;
		width: 55px;
		height: 55px;
	}
	.rmp-container .rmp-menu-title .rmp-menu-title-image {
		width: 150px;
        height: auto;
        background: #fff;
        padding: 10px;
        border-radius: 6px;
	}
	.page .entry-title, .blog_page_title {
		font-size: 30px;
	}
	.page .entry-header, .blog_page_header {
		padding: 215px 0 85px !important;
	}
	.logo-container img {
		position: relative;
		width: 125px;
		height: auto;
	}
	.inner_content .hentry {
		margin: 0;
	}
	.footer .col-sm-12 {
		width: 50%;
	}
}
/* 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) {
	.banner-sec::before {
		content: "";
		background-size: contain;
		width: 479px;
		height: 156px;
		bottom: -62px;
	}
	.banner-sec::after {
		background-size: contain;
		bottom: -50px;
		rotate: 3deg;
		right: 3px;
		width: 560px;
	}
	.why-choose-sec-right .choose-card-1 {
		margin-right: 20%;
	}
	.why-choose-sec-right .choose-card-3 {
		margin-right: 20%;
		margin-left: 0;
	}
	.lower-footer {
		padding: 15px 12px;
	}
	.scroll-top {
		bottom: 4rem;
		right: 2rem;
	}
}

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

}

@media screen and (min-width: 1624px) {
	.banner-sec::after {
		background-size: cover;
		width: 700px;
		height: 138px;
	}
	.banner-sec::before {
		background-size: cover;
		width: 825px;
	}
	.home .footer::before {
		background-size: cover;
		width: 777px;
		top: -280px;
	}
	.contact-sec {
		padding: 100px 0 430px;
	}
	.contact-sec::before {
		bottom: -2px;
		height: 190px;
	}
}

@media screen and (min-width: 1920px) {
	.banner-sec::after {
		width: 900px;
		height: 171px;
		bottom: -77px;
	}
	.contact-sec::before {
		bottom: -2px;
		height: 219px;
	}
	.home .footer::after {
		top: -237px;
	}
}

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

}

@media screen and (min-width: 2550px) {
	.banner-sec::after {
		bottom: -118px;
	}
	.contact-sec::before {
		bottom: -2px;
		height: 290px;
	}
	.home .footer::before {
		background-size: cover;
		width: 1000px;
		height: 211px;
		top: -380px;
	}
	.home .footer::after {
		top: -307px;
	}
}