body {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--whiteColor);
	font-family: "Open Sans", sans-serif;
	overflow-x: hidden;
}

.container-fluid {
	padding: 0px 55px !important;
}

.topsocial-section {
	margin: 0px 0px;
	padding: 0px 0px;
	width: 100%;
	height: auto;
	background: linear-gradient(to right, #36B5AC, #1CDCF2);
}

.topsocial-sec {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.topsocial {
	margin: 0px 0px;
	padding: 7px 0px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 5px;
	width: auto;
}

.topsocial p {
	margin: 0px 0px;
	padding: 0px 0px;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
}

.topsocial a {
	font-size: 18px;
	color: #fff;
	background: transparent;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	padding: 0px 13px;
}

.topsocial a:hover {
	color: #45ecff;
}

.topsocial-link {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: auto;
}

.topsocial-link ul {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	display: flex;
	width: 100%;
}

.topsocial-link li {
	margin: 0px 0px;
	list-style: none;
	font-size: 20px;
	color: #ffffff;
	display: flex;
	align-items: center;
	gap: 7px;
	justify-content: end;
}

.topsocial-link li a {
	font-size: 17px;
	color: #ffffff;
	text-decoration: none;
	font-weight: 500;
}

.topsocial-link li a img {
	margin-right: 3px;
	width: 16px;
}

.topsocial-link li a:hover {
	color: rgb(20, 255, 240);
	text-decoration: none;
}

.logo {
	width: 207px;
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
}

.logo img {
	width: 100%;
}

.stellarnav.mobile.right>ul {
	z-index: 99;
	background: #f0d04d;
}

.main-nav {
	margin: 0px 0px;
	padding: 10px 0px;
	width: 100%;
	height: auto;
	background: #ffffff;
	transition: all 0.1s ease 0s;
	z-index: 999;
}

.main-nav.scroll {
	background-color: #fff;
	height: 64px;
	padding: 5px 0px;
	transition: background-color .5s ease 0s;
	top: 0;
	position: fixed;
	transition: all 0.3s ease 0s;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, .07);
}

/* .main-nav.scroll .logo {
	width: 125px;
	} */
.stellarnav {
	position: relative;
	width: 100%;
	line-height: normal;
	display: flex;
	justify-content: end;
	align-items: center;
}

.stellarnav ul {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 55px;
}

.stellarnav>ul>li>a {
	font-family: "League Spartan", sans-serif;
	padding: 15px 0px;
	font-size: 20px;
	font-weight: 500;
	color: #000000;
}

.stellarnav>ul>li>a:hover {
	color: #36B5AC;
}

.stellarnav>ul>li>a.active {
	color: #36B5AC !important;
}

.main-nav-socialicon {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	text-align: right;
}

.main-nav .stellarnav ul ul {
	width: 263px;
	padding: 3px 0px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, .07);
}

.main-nav .stellarnav li li {
	margin: 0px 0px;
	width: 100% !important;
	border-bottom: #cccccc69 1px solid;
}

.main-nav .stellarnav li li a {
	font-size: 14px;
	padding: 8px 12px;
	color: #2c2c2c;
	font-weight: 500;
}

/* .stellarnav li.has-sub a {
	padding-right: 0px !important;
	} */
.main-nav .stellarnav li li a:hover {
	background: #eaf8f7;
	color: #36B5AC;
}

.main-nav .stellarnav li li a.active {
	background: #eaf8f7;
	color: #36B5AC;
}

.stellarnav li.has-sub>a::after {
	content: '\f107';
	margin-left: 3px !important;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #267ec3;
	display: inline-block;
	border: none !important;
	font: normal normal normal 11px/1 FontAwesome
}

.banner-section {
	margin: 0px 0px;
	padding: 0px;
	width: 100%;
	min-height: 660px;
	position: relative;
	z-index: 99;
}

.bannerbg {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
}

.bannerbg img {
	width: 100%;
	height: 100%;
}

.bannertext {
	margin: 0px 0px;
	padding: 69px 0px 0px 11%;
	position: relative;
	width: 100%;
}

.bannertext h6 {
	margin: 0px 0px 18px 0px;
	padding: 0px 0px;
	text-align: left;
	font-family: "League Spartan", sans-serif;
	font-size: 24px;
	color: #36B5AC;
	font-weight: 600;
	text-transform: uppercase;
}

.bannertext h2 {
	 margin: 0px 0px 10px 0px;
    padding: 0px 0px;
    text-align: left;
    font-family: "League Spartan", sans-serif;
    font-size: 37px;
    color: #131313;
    font-weight: 600;
    width: 100%;
    line-height: 42px; 
}

.bannertext p {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px;
	text-align: left;
	font-size: 15px;
	color: #606060;
	font-weight: 400;
	width: 92%;
	line-height: 22px;
}

.easycard-sect {
	margin: 42px 0px 61px 0px;
	padding: 0px 0px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: start;
}

.easycard {
	margin: 0px 0px;
	padding: 0px 0px;
	display: flex;
	justify-content: start;
	gap: 12px;
}

.bannerimg {
	margin: 51px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	display: flex;
	justify-content: end;
}

.easycard-icon img {
	width: 19px;
}

.easycard-icon {
	margin: 0px 0px;
	padding: 0px 0px;
	background: #BDBDBD;
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: #D6FBFFAB 6px solid;
	display: flex;
	align-items: center;
	justify-content: center;
}

.easycard-icon img {
	width: 20px;
}

.easycard-text {
	margin: 0px 0px;
	padding: 0px 0px;
	width: 70%;
}

.easycard-text h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px;
	text-align: left;
	font-family: "League Spartan", sans-serif;
	font-size: 66px;
	color: #131313;
	font-weight: 600;
	width: 100%;
	line-height: 58px;
}

.read-more{color: #36B5AC;
    margin-top: 10px;
    text-decoration: none;
    display: table;
    font-weight: 600;}
.read-more:hover{ color:#000;}
.easycard-text h3 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px;
	text-align: left;
	font-size: 18px;
	color: #131313;
	font-weight: 600;
	width: 100%;
	line-height: 16px;
}

.easycard-text h5 {
	margin: 0px 0px;
	padding: 0px 0px;
	text-align: left;
	font-size: 13px;
	color: #606060;
	font-weight: 400;
	width: 100%;
	line-height: 15px;
}

.btn-readmore {
	margin: 0px 0px;
	padding: 20px 31px;
	font-family: "League Spartan", sans-serif;
	background: transparent linear-gradient(105deg, #36B5AC 0%, #1CDCF2 100%) 0% 0% no-repeat padding-box;
	border-radius: 36px;
	font-weight: 500;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}

.btn-readmore:hover {
	background: transparent linear-gradient(105deg, #1CDCF2 0%, #36B5AC 100%) 0% 0% no-repeat padding-box;
	color: #ffffff;
}

.trustedcard {
	margin: 3% 0px 0px 0px;
	padding: 0px 4%;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.trustedcard h4 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px;
	text-align: left;
	font-size: 18px;
	color: #131313;
	font-weight: 600;
	width: auto;
	line-height: 16px;
	font-family: "League Spartan", sans-serif;
}

.trustedcardlogo {
	margin: 0px 0px;
	padding: 0px 0px;
	display: flex;
	gap: 45px;
}

.aboutus-section {
	margin: 0px 0px;
	padding: 75px 0px;
	background: #ffffff;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.aboutus-section h6 {
	margin: 0px 0px 9px 0px;
	padding: 0px 0px;
	text-align: left;
	font-family: "League Spartan", sans-serif;
	font-size: 19px;
	color: #36B5AC;
	font-weight: 600;
	text-transform: uppercase;
}

.aboutus-section h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px;
	text-align: left;
	font-family: "League Spartan", sans-serif;
	font-size: 42px;
	color: #131313;
	font-weight: 600;
	width: 66%;
	line-height: 40px;
}
.page-template-About-us .aboutus-section h2{width: 100%;
    line-height: 42px;}
.aboutus-section h5 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px;
	font-family: "League Spartan", sans-serif;
	text-align: left;
	font-size: 21px;
	color: #131313;
	font-weight: 600;
	width: 100%;

}

.aboutus-section p {
	margin: 0px 0px;
	padding: 0px 0px;
	text-align: left;
	font-size: 14px;
	color: #606060;
	font-weight: 400;
	width: 86%;
	line-height: 24px;
}

.visionaryapproach {
	margin: 25px 0px 0px;
	padding: 0px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 52px;
}

.visionaryappr-text {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
}

.visionaryappr-text h3 {
	margin: 0px 0px 18px 0px;
	padding: 0px 0px;
	text-align: left;
	font-family: "League Spartan", sans-serif;
	font-size: 24px;
	color: #36C6BC;
	font-weight: 600;
	text-transform: uppercase;
}

.visionaryappr-text h4 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	text-align: left;
	font-size: 16px;
	color: #606060;
	font-weight: 700;
	width: auto;
	line-height: 25px;
}

.aboutus-img01 {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 570px;
	overflow: hidden;
	border-radius: 12px;
	margin-top:60px;
}
.mt-0{margin-top:0px;}
.about-us-two{margin-top:90px;}
.aboutus-img01 img {
	width: 100%;
	height: 100%;
	transition: transform .2s;
	object-fit: cover;
}

.aboutus-img01 img:hover {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.aboutus-img02 {
	margin: 0px 0px 25px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 272px;
	overflow: hidden;
	border-radius: 12px;
	margin-top:60px;
}

.aboutus-img02 img {
	width: 100%;
	height: 100%;
	transition: transform .2s;
	object-fit: cover;
}

.aboutus-img02 img:hover {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.aboutus-img03 {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 272px;
	overflow: hidden;
	border-radius: 12px;
}

.aboutus-img03 img {
	width: 100%;
	height: 100%;
	transition: transform .2s;
	object-fit: cover;
}

.aboutus-img03 img:hover {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.approach-section {
	margin: 0px 0px;
	padding: 75px 0px;
	 background: transparent linear-gradient(105deg, #36B5AC 0%, #1CDCF2 100%) 0% 0% no-repeat padding-box;
	/*background: linear-gradient(90deg, #01181B 0%, #02434A 100%) 0% 0% no-repeat padding-box;*/
	position: relative;
	width: 100%;
	overflow: hidden;


}

.approach-section h6 {
	margin: 0px 0px 17px 0px;
	padding: 0px 0px;
	text-align: center;
	font-family: "League Spartan", sans-serif;
	font-size: 23px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}

.approach-section h2 {
	margin: 23px 0px;
	padding: 0px 0px;
	text-align: center;
	font-family: "League Spartan", sans-serif;
	font-size: 50px;
	color: #fff;
	font-weight: 600;
	width: 100%;
	line-height: 40px;
}

.approach-section p {
	margin: 0px 0px 57px 0px;
	padding: 0px 25%;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	width: 100%;
	line-height: 23px;
}

.approachcard {
	margin: 0px 0px 25px 0px;
	padding: 30px 30px;
	width: 100%;
	background: #ffffffb2;
	min-height: 424px;
	border-radius: 13px;
	transition: transform .1s;
}

.approachcard img{ max-width:100%; height:auto; margin-bottom:20px;}

.approachcard:hover {
	margin-top: -3px;
	/* -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); */
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, .07);
}

.approachicon {
	margin: 0px 0px 25px 0px;
	padding: 0px 0px;
	background: #008081;
	width: 50px;
	height: 50px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.approachicon img {
	width: 28px;
}

.approachcard h4 {
	margin: 0px 0px 19px 0px;
	padding: 0px 0px;
	font-family: "League Spartan", sans-serif;
	text-align: left;
	font-size: 20px;
	color: #131313;
	font-weight: 600;
	width: 100%;
	line-height: 26px;
}

.approachcard h5 {
	margin: 0px 0px;
	padding: 0px 0px;
	text-align: left;
	font-size: 15px;
	color: #131313;
	font-weight: 400;
	width: 100%;
	line-height: 24px;
}


/*========================testimonial-section==MM======================================= */


.testimonial-section {
	background: #fff;
	margin: 0px 0px;
	padding: 75px 0px;
	text-align: center;
}


.testimonial-section h6 {
	margin: 0px 0px 17px 0px;
	padding: 0px 0px;
	text-align: center;
	font-family: "League Spartan", sans-serif;
	font-size: 23px;
	color: #36B5AC;
	font-weight: 600;
	text-transform: uppercase;
}


.testimonial-section h2 {
	margin: 23px 0px;
	padding: 0px 0px;
	text-align: center;
	font-family: "League Spartan", sans-serif;
	font-size: 50px;
	color: #000;
	font-weight: 600;
	width: 100%;
	line-height: 40px;
}

.testimonial-section p {
	margin: 0px 0px 60px 0px;
	padding: 0% 24%;
	text-align: center;
	font-size: 18px;
	color: #606060;
	font-weight: 400;
	width: 100%;
	line-height: 32px;
}


.popularproduct-carousel {
	margin: 40px 0px 0px;
	padding: 0px;
}


.testimonial-box {
	border: 1px solid #D7D7D7;
	border-radius: 16px;
	padding: 30px 30px;
	margin: 0px;
	text-align: left;
}

.testi-top-part {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: start;
	margin-bottom: 20px;
}

.testi-top-part-img {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	align-items: center;
}


.client-img {
	margin: 0px;
	padding: 0px;
}

.client-img img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
}


.client-info {
	padding: 0px;
	margin: 0px;
}

.client-info h2 {
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	padding: 0px;
	margin: 0px;
}

.client-info p {
	font-size: 14px;
	font-weight: 600;
	padding: 0px;
	margin: 0px;
	font-family: "Open Sans", sans-serif;
}


.testimonial-box h4 {
	font-size: 18px;
	font-weight: 700;
	font-style: italic;
	line-height: 24px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: "Open Sans", sans-serif;
}


.testimonial-box p {
	margin: 0px 0px;
	padding: 0px 0px;
	text-align: left;
	font-size: 15px;
	color: #131313;
	font-weight: 400;
	width: 100%;
	line-height: 24px;
}


/* ============================================================================================================================== */

.subscribenews-section {
	margin: 0px 0px;
	padding: 50px 0px;
	background: #60AD33;
	position: relative;
	width: 100%;
}

.subscribenews-cardtext {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	z-index: 9;
}

.subscribenews-cardtext .input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 56%;
	margin: 36px auto;
}

.subscribenews-cardtext .btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 12px 22px;
	font-size: 15px;
	border-radius: 0px 12px 12px 0px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.subscribenews-cardtext .form-control {
	display: block;
	padding: 12px 22px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 12px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.subscribenews-cardtext h2 {
	margin: 17px 0px 10px 0px;
	padding: 0px 0px;
	width: 100%;
	text-align: center;
	position: relative;
	font: normal normal bold 38px/42px Montserrat;
	letter-spacing: 1.52px;
	color: #FFFFFF;
	text-transform: uppercase;
}

.subscribenews-cardtext p {
	margin: 0px 0px;
	padding: 0px 0px;
	text-align: center;
	font: normal normal normal 17px/17px Montserrat;
	letter-spacing: 0px;
	color: #fff;
}

.subscribenews-bgimg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.subscribenews-bgimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 50%;
	background-color: #2F509E;
	color: #ffffff;
	z-index: 999;
	width: 40px;
	text-align: center;
	height: 40px;
	opacity: 0;
	visibility: hidden;
	font-size: 25px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 25px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}

.go-top i {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	font-size: 14px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.go-top:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: #55B41E;
	border: 1px solid #55B41E;
}

/*==========================================footer============================================================================== */


.footer {
	margin: 0px 0px;
	padding: 75px 0px 10px;
	background: transparent linear-gradient(105deg, #01181BE5 0%, #02434AE5 100%) 0% 0% no-repeat padding-box;
	position: relative;
	width: 100%;
	overflow: hidden;
}


.footer-top-part {
	padding: 0px;
	margin: 0px 0px 50px 0px;
}


.footer-top-box {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 25px;
}

.footer-top-box-icon {
	background: #1CB9F2;
	width: auto;
	height: auto;
	border-radius: 12px;
	text-align: center;
	padding: 10px 10px;

}

.footer-top-box-icon img{
    background: #CDFFFD;
    padding: 7px;
    border-radius: 40px;}

.footer-top-box-text {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	text-align: left;
}


.footer-top-box-text h6 {
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
	padding: 0px;
	margin: 0px;
}

.footer-top-box-text h3 {
	font-size: 17px;
	line-height: 30px;
	font-weight: 700;
	padding: 0px;
	margin: 0px;
}

.footer-top-box-text h3 a {
	font-size: 17px;
	line-height: 30px;
	text-decoration: none;
	color: #000;
}


.footer-top-box-text h3 a:hover {
	color: #02434A;
}


.footer .footer-top-box-text h3 a {
	color: #fff;
}

.footer .footer-top-box-text h3 a:hover {
	color: #ccc;
}


.footer-menu-section {
	padding: 0px 0px 40px 0px;
	margin: 0px;
}

.footer-inner {
	padding: 0px;
	margin: 0px;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	text-align: left;
}


.footer-inner h2 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}

.footer-inner p {
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: #CDFFFD;
	display: flex;
	align-items: center;
}

.footer-logo-area {
	margin: 40px 0px 0px;
	padding: 0px 0px;
	width: 230px;
	position: relative;
	z-index: 99;
}

.footer-logo-area img {
	width: 100%;
	object-fit: cover;
}


.footer-inner ul {
	padding: 0px;
	margin: 0px;
}


.footer-inner ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.footer-inner ul li a {
	color: #CDFFFD;
	font-size: 14px;
	line-height: 26px;
	font-weight: 500;
	text-decoration: none;
}

.footer-inner ul li a:hover {
	color: #fff;
}


.footer-inner p a {
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: #CDFFFD;
	text-decoration: none;
}


.footer-inner p a:hover {
	color: #fff;
}


.footer-inner p span {
	margin-right: 13px;
	display: flex;
	align-items: center;
}


.form-control,.tnp-email {
	display: block;
	width: 100%;
	padding: 14px 20px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #EDFFFEE5;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 12px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	margin-bottom: 10px;
}
.tnp-email{ background:#EDFFFEE5 !important;}

.newsletter .btn-readmore2, .tnp-submit {
	margin: 0px 0px;
    padding: 14px 31px !important;
    font-family: "League Spartan", sans-serif;
    background: transparent linear-gradient(105deg, #36B5AC 0%, #1CDCF2 100%) 0% 0% no-repeat padding-box !important;
    border-radius: 12px;
    font-weight: 500;
    color: #fff;
    font-size: 20px !important;
    text-decoration: none;
    width: 100% !important;
    border: none;
}


.copyright-left {
	color: #CDFFFD;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	padding: 10px 0px;
	margin: 0px;
	text-align: center;
}


.copyright-left p a {
	text-decoration: none;
	color: #fff;
}


.copyright-right {
	color: #CDFFFD;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	padding: 10px 0px;
	margin: 0px;
	text-align: right;
}


.copyright-right p a {
	text-decoration: none;
	color: #fff;
}


/* ====================================about-pages============================================================== */

.inner-banner-section {
	background: linear-gradient(90deg, #01181B 0%, #02434A 100%);
	width: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 75px 0px;
	height: 250px;
}


.inner-banner-section h1 {
	margin: 20px 0px;
	padding: 0px;
	text-align: left;
	font-family: "League Spartan", sans-serif;
	font-size: 55px;
	color: #fff;
	font-weight: 600;
	width: 100%;
	line-height: 66px;
}


.about-ful-wid {
	padding: 40px 10px;
	margin: 0px;
	width: 100%;
}


.about-ful-wid p {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	text-align: left;
	font-size: 14px;
	color: #606060;
	font-weight: 400;
	width: 100%;
	line-height: 24px;
}


.testimonial-section.inner-pages-testimonial {
	padding: 0px 0px 75px 0px;
}


/* ====================================about-pages============================================================== */


/* ====================================services-pages============================================================== */

.aboutus-section.services-page {
	padding: 75px 0px 0px;
	margin: 0px;
}

.aboutus-section.services-details {
	padding:75px 0px 75px 0px;
	margin: 0px;
}

.aboutus-section.services-details h2 { width:100%;}

.aboutus-section.services-page p {
	width: 100%;
}

/* ===================================services-pages============================================================== */

.testimonial-page {
	padding: 75px 0px 0px;
	margin: 0px;
}

.testimonial-page .testimonial-box {
	margin-bottom: 30px;
}


/* ===================================services-pages============================================================== */


/* ===================================faq-pages============================================================== */


.faq-page {
	padding: 75px 0px;
	margin: 0px;
}


.faq-text-area .accordion-item {
	margin-top: 30px;
	border: 0px;
}

.faq-text-area .accordion-item .accordion-button {
	border: 0px;
	color: var(--blackColor);
	-webkit-box-shadow: var(--boxShadow);
	box-shadow: var(--boxShadow);
	background-color: var(--whiteColor);
	padding: 15px 45px 15px 15px;
	border-radius: 5px;
	line-height: 1.4;
	font-weight: 600;
	font-size: 26px;
	width: 100%;
	text-align: left;
	border: 0px solid #f3f3f4;
}

.faq-text-area .accordion-item .accordion-button i {
	color: var(--paragraphColor);
	position: absolute;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	right: 25px;
}

.faq-text-area .accordion-item .accordion-button::after {
	background-image: none;
}

.faq-text-area .accordion-item .accordion-body {
	border: 0px;
	color: #606060;
	background-color: #fff;
	padding: 20px 20px;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
}

.faq-text-area .accordion-item .accordion-collapse {
	border: 0px;
	-webkit-box-shadow: var(--boxShadow);
	box-shadow: var(--boxShadow);
}

.faq-text-area .accordion-button:not(.collapsed) {
	color: #36B5AC;
	border-radius: 0px;
	background-color: transparent;
	font-weight: 600;
	font-size: 26px;
	margin: 0px;
	padding: 0px 20px;
}

.faq-text-area .accordion-button:not(.collapsed) i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	color: #36B5AC;
}

.faq .section-content {
	margin-top: 50px;
}


/* ===================================faq-pages============================================================== */

.contact-page {
	margin: 0px 0px -90px 0px;
	padding: 0px;
	width: 100%;
	min-height: 1100px;
	position: relative;
	z-index: 99;
}

.contact-page-bg {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
}


.contact-page-bg img {
	width: 100%;
	height: 100%;
}


.contact-page-bg-inner {
	position: absolute;
	width: 100%;
}


.contact-page-top {
	margin: 0px;
	padding: 75px 0px 0px;
	color: #000;
}


.contact-page-top {
	margin: 0px;
	padding: 75px 0px;

}


.frm-inner .form-group {
	margin: 0px 0px 25px 0px;
}


.frm-inner .form-group label {
	display: inline-block;
	margin-bottom: 5px !important;
	color: #2D2D2D;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	font-weight: 700;
}


.frm-inner .form-control {
	display: block;
	width: 100%;
	padding: 14px 20px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #EDFFFEE5;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 12px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	margin-bottom: 10px;
}


.frm-inner .btn-readmore {
	margin: 0px 0px;
	padding: 15px 40px;
	font-family: "League Spartan", sans-serif;
	background: linear-gradient(90deg, #01181B 0%, #02434A 100%) 0% 0% no-repeat padding-box;
	border-radius: 36px;
	font-weight: 500;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	border: none;
}


.frm-inner .btn-readmore:hover {
	background: linear-gradient(90deg, #02434A 0%, #01181B 100%) 0% 0% no-repeat padding-box;
}


.contact-page-top .footer-top-box-text h3 {
	color: #000;
}


.contact-page-top .footer-top-box-text h6 {
	color: #000;
}


.contact-box-frm {
	width: 50%;
	background: #fff;
	border: 1px solid #D7D7D7;
	height: auto;
	margin: 0px auto;
	border-radius: 20px;
	padding: 40px 40px;
}


.google-map {
	position: relative;
	height: 600px;
}

.google-map-inner {
	position: absolute;
	top: 0px;
	width: 100%;
}

.about-us-page{margin-top:0px;}


.approachcard img.img-fluid.mb-4 {
    height: 200px;
    width: 100%;
}

/* ============================================================================== */


textarea.form-control{ height:150px;}
.single-service{}
.single-service img{ max-width: 100%; height:auto; border-radius: 10px;  float:right;     padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;}
.managementform p{ margin-bottom:0px;} 
.managementform  .form-group{margin-bottom:0px;}
.managementform textarea.form-control { height:89px;}
.single-service{ text-align: justify;
    hyphens: auto;
    -webkit-hyphens: auto;
    word-spacing: -0.05em;}
    
