/**
* Theme Name: Esonit Child
* Description: This is a child theme of Esonit, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/theme-kalia">The Mazine</a>
* Template: esonit
* Version: 1.3
*/


.btn-style-one{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	overflow: hidden;
	background:none;
	border-radius:4px;
	padding: 13px 38px 13px;
	background: linear-gradient(226.51deg, #DB8D2E 2.19%, #AB3844 97.26%);
	text-transform: capitalize;
}


.btn-style-two:before{
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
	background: linear-gradient(226.51deg, #7EDCB9 2.19%, #5087B6 97.26%);
}


.btn-style-two:hover{
	color: #ffffff;
}

.btn-style-three{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 700;
	overflow: hidden;
	background:none;
	border-radius:5px;
	padding: 20px 50px 20px;
	text-transform: capitalize;
	background: linear-gradient(226.51deg, #DB8D2E 2.19%, #AB3844 97.26%);
	font-family: 'Lato', sans-serif;
}



.main-header .header-upper .logo-box .logo img,
.sticky-header .logo img{
	max-width: 215px;
    height: auto;
    max-height: none;
}

.main-footer .logo-widget .logo img{
	max-height: none;
}

.process-block .inner-box .text{
	position:relative;
	color:#0c0d24;
	font-size:18px;
	opacity:0.80;
	line-height:1.7em;
	margin-bottom:25px;
	/* display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}

.business-block .inner-box{
    height: 100%;
}


.process-block .inner-box{
	position:relative;
	border-radius:8px;
	padding:0px 40px 35px;
	height: 100%;
}

.success-section{
	position:relative;
	overflow:hidden;
	padding:100px 0px 80px;
	/* background-color:#eaf7ff; */
	background: rgba(122, 213, 185, 0.15);
}

.success-section:before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    right: 0px;
    top: 0px;
    background: linear-gradient(226.51deg, #7EDCB9 2.19%, #5087B6 97.26%);
    opacity: 0.25;
    filter: blur(125px);
}


.testimonial-section-two .carousel-column .owl-nav .owl-prev,
.testimonial-section-two .carousel-column .owl-nav .owl-next{
	position:relative;
	width:73px;
	height:73px;
	color:#111111;
	margin:0px 5px;
	text-align:center;
	font-size:24px;
	line-height:38px;
	border-radius:50%;
	display:inline-flex;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,0.10);;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.testimonial-section-two .carousel-column .owl-nav .owl-prev:hover,
.testimonial-section-two .carousel-column .owl-nav .owl-next:hover{
	color:#ffffff;
	background: linear-gradient(226.51deg, #DB8D2E 2.19%, #AB3844 97.26%);
}


.testimonial-section-two .title-column .quote-icon{
	position:relative;
	font-size:80px;
	line-height:1em;
	color:#0c0d24;
	display:inline-block;
	width: 80px;
    height: 80px;
}

.testimonial-section-two .title-column .quote-icon:before{
	content: "" !important;
	background-image: url(/wp-content/uploads/2026/01/unnamed-file.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
	display: block;
}

.testimonial-section-two .title-column .quote-icon .circle{
	position:absolute;
	right:-20px;
	width:50px;
	height:50px;
	bottom:-10px;
	z-index:-1;
	border-radius:50%;
	background-color:#fac388;
	display: none;
}

.service-block .inner-box .read-more,
.process-block .inner-box .read-more{
	position:relative;
	/* color:#f15d52; */
	background: linear-gradient(226.51deg, #DB8D2E 2.19%, #AB3844 97.26%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	font-size:18px;
	font-weight:600;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	display: none;
}

.service-block .inner-box .read-more:hover,
.process-block .inner-box .read-more:hover{
	color:#111111;
	background: #111111;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}


.service-block .inner-box h3 a{
	position:relative;
	background: #0c0d24;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}


.service-block .inner-box:hover h3 a{
	background: linear-gradient(226.51deg, #DB8D2E 2.19%, #AB3844 97.26%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.process-block .inner-box h3 a{
	position:relative;
	background: #0c0d24;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.process-block .inner-box h3 a:hover{
	background: linear-gradient(226.51deg, #DB8D2E 2.19%, #AB3844 97.26%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}


.business-block .inner-box h3 a{
	position:relative;
	background: #0c0d24;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.business-block .inner-box .explore{
	position:relative;
	background: linear-gradient(226.51deg, #DB8D2E 2.19%, #AB3844 97.26%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	font-size:16px;
	font-weight:700;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}


.business-block .inner-box:hover h3 a{
	background: linear-gradient(226.51deg, #DB8D2E 2.19%, #AB3844 97.26%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.business-block .inner-box:hover .explore{
	background: #111111;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.success-tabs .tab-btns .tab-btn:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	right:0px;
	height:3px;
	opacity:0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	/* background-color:#f15d52; */
	background: linear-gradient(226.51deg, #DB8D2E 2.19%, #AB3844 97.26%);
}


.case-study-section .title-column .view-more{
	position:relative;
	/* color:#f15d52; */
	background: linear-gradient(226.51deg, #DB8D2E 2.19%, #AB3844 97.26%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	font-size:18px;
}



.case-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	max-height: 361px;
    object-fit: cover;
}

.case-block .inner-box .image h5 a{
	/* color:#0c0d24; */
	background: #0c0d24;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.case-block .inner-box:hover .image h5 a{
	background: linear-gradient(226.51deg, #DB8D2E 2.19%, #AB3844 97.26%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}



.process-section .icon-layer-one{
	position:absolute;
	left: 35%;
	top:0px;
	width:70px;
	height:70px;
	background-repeat:no-repeat;
}


.business-section .circle-layer{
	position:absolute;
	left:-220px;
	top:250px;
	width:538px;
	height:461px;
	/* border-radius:50%;
	background-color:#fff0e6; */
	background-image: url(/wp-content/uploads/2026/01/Vector.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.business-section .circle-layer-two{
	position:absolute;
	right:-240px;
	bottom:80px;
	width:386px;
	height:374px;
	background-image: url(/wp-content/uploads/2026/01/Vector-4.png);
	background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	/* background-color:#f2e1df; */
}


.testimonial-section-two .pattern-layer{
	position:absolute;
	left:0px;
	top:0px;
	/* right:0px;
	bottom:0px; */
	width:680px;
	height:100%;
	z-index:3;
	background-position:left center;
	background-repeat:no-repeat;
}


.banner-section-three .content-column .inner-column{
	position:relative;
	padding-top:30px;
	/* margin-right:-120px; */
}

.banner-section-three .image-column .inner-column{
	position:relative;
	text-align:right;
	padding-top:30px;
	/* margin-right:-50px; */
}


.coaching-section{
	position:relative;
	overflow:hidden;
	padding:120px 0px 60px;
	/* background-color:#f5f7fc; */
	background: rgba(122, 213, 185, 0.15);
}

.coaching-section .image-column .color-two{
	position:absolute;
	left:30px;
	top:50px;
	width:430px;
	height: 620px;
	z-index:1;
	background: linear-gradient(226.51deg, #7EDCB9 2.19%, #5087B6 97.26%);
	clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
}

.coaching-section .image-column .color-three{
	position:absolute;
	right:15px;
	top:50px;
	width:350px;
	height:640px;
	background: linear-gradient(226.51deg, #DB8D2E 2.19%, #AB3844 97.26%);
	clip-path: polygon(0 9%, 100% 0, 100% 100%, 0% 100%);
}

.coach-block .inner-box:hover,
.coach-block.active .inner-box{
	background: linear-gradient(226.51deg, #DB8D2E 2.19%, #AB3844 97.26%);
}

.coach-block .inner-box .content .icon:before {
    background: linear-gradient(226.51deg, #DB8D2E 2.19%, #AB3844 97.26%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.program-section .upper-box .title-column .program-list li:before{
	position:absolute;
	content: "\f13e";
	left:0px;
	top:0px;
	background: linear-gradient(226.51deg, #DB8D2E 2.19%, #AB3844 97.26%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
	font-size:16px;
	font-family: "Flaticon";
}

.program-section .lower-box .counter-column h2{
	color:#2a1e16;
	font-weight:700;
	font-size: 36px;
}

.newsletter-section{
	position:relative;
	overflow:hidden;
	padding-top:80px;
	/* margin-bottom:-90px; */
	z-index:10;
	padding-bottom:30px;
}

.newsletter-section .inner-container:before{
	position:absolute;
	content:'';
	left:0px;
	top:130px;
	right:0px;
	bottom:0px;
	border-radius: 10px;
	background: linear-gradient(226.51deg, #7EDCB9 2.19%, #5087B6 97.26%);
    opacity: 0.05;
}

.newsletter-section .inner-container .pattern-layer-2 {
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 288px;
    height: 118px;
    background-repeat: no-repeat;
	border-bottom-right-radius: 10px;
}

.newsletter-form .form-group input[type="submit"],
.newsletter-form .form-group button {
	position: absolute;
	right:4px;
	top:4px;
	width:88px;
	height:66px;
	color:#ffffff;
	font-size:16px;
	cursor:pointer;
	border-radius:10px;
	padding:15px 10px;
	background: linear-gradient(226.51deg, #DB8D2E 2.19%, #AB3844 97.26%);
	text-transform:uppercase;
}

.newsletter-section .form-column .newsletter-form .envelope-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 22px;
}

.newsletter-section .form-column .member a{
	position:relative;
	/* color:#f15d52; */
	 background: linear-gradient(226.51deg, #DB8D2E 2.19%, #AB3844 97.26%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.business-section-two{
	position:relative;
	overflow:hidden;
	padding:110px 0px 140px;
	/* background-color:#ebf8ff; */
	background: rgba(122, 213, 185, 0.15);
}

.business-block-two .inner-box{
	position:relative;
	padding:30px 30px 35px;
	background-color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	height: 100%;
}

.home-banner-section .inner-column .btns-box .theme-btn.btn-style-two {
    display: none;
}

.main-footer .widgets-section{
	position:relative;
	padding:75px 0px 60px;
}

.main-footer .logo-widget .info-list li a{
	position:relative;
	color:#000000;
	font-size:16px;
}

.main-footer .pattern-layer-three{
	position:absolute;
	bottom:5%;
	right:10%;
	width: 282px;
    height: 303px;
    background-repeat: no-repeat;
    background-size: contain;
}

.main-footer .footer-column:first-child {
    margin-right: 100px;
}

.main-footer .footer-column:first-child .footer-widget .logo-widget .logo {
    margin-bottom: 45px !important;
}

.main-footer .footer-column:first-child .footer-widget .logo-widget .text {
    color: #000000 !important;
}

.footer-widget .menu li a{
	position:relative;
	/* color:#000000; */
	background: #000000;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	font-size:16px;
	line-height:1em;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.footer-widget .menu li a:hover{
	background: linear-gradient(226.51deg, #DB8D2E 2.19%, #AB3844 97.26%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.main-footer .footer-bottom .copyright{
	position:relative;
	color:#000000;
	font-size:16px;
}

.main-footer .footer-bottom .copyright a{
	position:relative;
	color:#000000;
}

.main-footer .footer-bottom .nav-column ul li a{
	position:relative;
	color:#000000;
	font-size:15px;
}

/* .main-footer .logo-widget .info-list li:nth-child(2) a{
	color:#f15d52;
} */