@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&family=Red+Hat+Display:wght@300;400;500;600;700;800&display=swap');

@-webkit-keyframes bounce-animation{
	0%{
		opacity: 0;
		-webkit-transform: translate3d(0,20%,0);
		        transform: translate3d(0,20%,0);
	}
	100%{
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}

@keyframes bounce-animation{
	0%{
		opacity: 0;
		-webkit-transform: translate3d(0,20%,0);
		        transform: translate3d(0,20%,0);
	}
	100%{
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}


:root{
	--primary-color: #2FDCDF;
	--secondary-color: #25CED1;
	--primary-font:'Montserrat', sans-serif ;
	--secondary-font:'Red Hat Display', sans-serif ;
}
body{
	font-family: var(--secondary-font);
}
.container,
body .e-con-inner {
    max-width: 1350px !important;
}

img{
	max-width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.inner-container{
	max-width: 1250px;
    margin: 0 auto;
	padding: 0 10px;
}

.underline-btn a{
	font-size: 22px !important;
    font-weight: 400 !important;
    text-decoration: underline;
    background: none !important;
}

.inner-banner-wrap {
    max-width: 820px;
    margin: 0 auto;
}

/*loader CSS*/



/*End Loader CSS*/

/* footer css */

.footer-nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-nav-wrapper > div:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    max-width: 35%;
}

.footer-nav-wrapper > div:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    max-width: 65%;
}

.footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.footer-nav ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
}
.footer-form .wpcf7-response-output{
	color: #fff;
	border-color: var(--primary-color) !important;
	text-align:center;
}

.email-form input.input-form {
    background: none;
    border: 1px solid #2FDCDF;
    border-radius: 3px;
    padding: 7px;
    margin-bottom: 20px;
	max-width: 100%;
	width: 100%;
}

.email-form input.input-form::-webkit-input-placeholder {
    font-size: 14px;
    color: #2FDCDF;
    font-family: var(--primary-font);
}

.email-form input.input-form::-moz-placeholder {
    font-size: 14px;
    color: #2FDCDF;
    font-family: var(--primary-font);
}

.email-form input.input-form:-ms-input-placeholder {
    font-size: 14px;
    color: #2FDCDF;
    font-family: var(--primary-font);
}

.email-form input.input-form::-ms-input-placeholder {
    font-size: 14px;
    color: #2FDCDF;
    font-family: var(--primary-font);
}

.email-form input.input-form::placeholder {
    font-size: 14px;
    color: #2FDCDF;
    font-family: var(--primary-font);
}

.email-form input.wpcf7-submit {
    background: #2FDCDF;
    border: 2px solid var(--primary-color);
	font-size: 16px;
    text-decoration: underline;
    padding: 9px 20px 11px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.email-form input.wpcf7-submit:hover{
	background-color: var(--secondary-color);
	color: var(--primary-color);
}

.email-form input.wpcf7-submit::-webkit-input-placeholder {
    font-size: 30px !important;
    text-decoration: underline;
}

.email-form input.wpcf7-submit::-moz-placeholder {
    font-size: 30px !important;
    text-decoration: underline;
}

.email-form input.wpcf7-submit:-ms-input-placeholder {
    font-size: 30px !important;
    text-decoration: underline;
}

.email-form input.wpcf7-submit::-ms-input-placeholder {
    font-size: 30px !important;
    text-decoration: underline;
}

.email-form input.wpcf7-submit::placeholder {
    font-size: 30px !important;
    text-decoration: underline;
}
.email-form .wpcf7-form-control-wrap{
    display: inline-block;
    position: relative;
	width: 100%;
}
.email-form .wpcf7-form-control-wrap > span{
	position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    font-size: 13px;
    right: 0;
    bottom: 0px;
}
.email-form .wpcf7-response-output{
	color: #fff !important;
}
.copywright-section p {
    margin: 0;
}

.email-form p {
    margin-bottom: 0;
}

.copywright-section .e-con-inner {
    padding-top: 0;
    padding-bottom: 20px;
}

/* end of footer css */

/* home css */

.home-banner {
    height: calc(100vh - 30px);
	position: relative;
}

.home-banner .elementor-image-carousel-wrapper {
    height: 100vh;
}

.home-banner .elementor-image-carousel-wrapper figure.swiper-slide-inner {
    height: 100%;
}

.home-banner .elementor-image-carousel-wrapper figure.swiper-slide-inner img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.home-banner .swiper-pagination-bullet{
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
.home-banner .swiper .swiper-slide-inner{
	position: relative !important;
	z-index: 0;
}
.home-banner-section {
    padding: 0;
}

body .home-banner .swiper-pagination {
    position: absolute !important;
	/*padding-bottom: 25px;*/
}

.site-header {
    position: fixed;
    z-index: 111;
    left: 0;
    right: 0;
    text-align: center;
	height: 110px;
}
.site-header *,
.site-header{
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.site-header.sticky{
	position: fixed;
	background-color: #b8b8b89e;
	height: 65px;
	top: 0;
}
.admin-bar .site-header.sticky{
	top: 32px;
}
.site-header img{
	max-width: 68px;
	width: 100%;
	transition:all 0.1s linear
}
.site-header img:hover{
	transform: scale(1.07);
}

.home-blog .blog-listing-section{
	padding: unset;
}
.home-blog .col-lg-4{
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 50%;
	        flex: 1 0 50%;
}
/* end of home css */

/* about css */

.inner-banner {
    position: relative;
}

.inner-banner::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity:  0.3;
	z-index:1
}

.cut-overlay:before{
	width: 100vw;
    z-index: 1;
    right: 18%;
    left: auto;
}



/* blog css */

.blog-listing-section {
    padding: 150px 10px;
}

.def-title span {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    font-family: var(--e-global-typography-primary-font-family);
}

.view-all-section a {
    font-size: 22px;
    text-decoration: underline;
    color: #25CED1;
    font-family: 'Montserrat';
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	display: inline-block;
}

.category-item .read-link a{
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	display: inline-block;
}
.blog-wrap .category-item img {
    height: 220px;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center top;
	   object-position: center top;
}

.blog-content span.date {
    font-size: 14px;
    color: #000;
	font-family: var(--primary-font);
}

.blog-content h2 {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 600;
	font-family: var(--primary-font);
}

.blog-content p {
    font-family: var(--secondary-font) !important;
	font-weight: 500;
}

.read-more-blog-btn a {
    color: var(--secondary-color);
    font-family: var(--primary-font);
    text-decoration: underline;
    font-weight: 400;
    font-size: 18px;
}

.team-item-wrap .team-img,
.blog-item-wrap .img-wrap {
    margin-bottom: 20px;
}
.team-item-wrap .team-img img,
.blog-item-wrap .img-wrap img {
    border-radius: 10px;
    width: 100%;
	height: 200px;
}
.team-item-wrap .team-img img{
	height: 280px;
}
.team-name{
	margin-bottom: 0;
}
.review-slider ul.splide__list{
	gap: 5px;
}
.review-slider ul.splide__pagination{
	bottom: -10px;
}
.review-wrapper {
	width: 100%;
	margin: unset;
}
.review-listing-section .view-all a,
.review-listing-section .def-title span {
    color: var(--primary-color);
}
.review-wrapper .splide__pagination__page{
	padding: 0 !important;
}
.review-listing-section h2.reviewer-name {
    font-size: 20px;
    color: var(--primary-color);
    margin-bottom: 0;
    font-family: var(--secondary-font);
}

.review-listing-section span.review-date {
    color: var(--primary-color);
    font-family: var(--secondary-font);
    font-size: 15px;
    display: block;
    margin-bottom: 6px;
}

span.rating-star {
    position: relative;
    margin-bottom: 6px;
    display: block;
}

span.rating-star i {
    font-size: 15px;
    color: var(--primary-color);
}

.review-item-wrap p {
    font-size: 18px;
    color: var(--primary-color);
    font-family: var(--secondary-font);
    font-weight: 400;
}

.blog-content {
    max-width: 290px;
}

/*Service CSS*/
.service-link a{
	color: var(--primary-color);
	text-decoration: underline;
	display: inline-block;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.service-link a:hover{
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
.service-img-style img{
	height: auto;
	aspect-ratio: 1;
	-o-object-fit: cover;
	   object-fit: cover;
}
.service-img-style .elementor-image-box-img a{
	position: relative;
	z-index: 0;
	display: block;
	overflow: hidden;
	border-radius: 10px;
}
.service-img-style .elementor-image-box-img a:before{
	content: '';
	width: 100%;
	height: 100%;
	background-color: #151816;
	opacity: 20%;
	border-radius: 10px;
	display: block;
	position: absolute;
	top: 0;
	left:0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.service-img-style .elementor-image-box-img a:hover img{
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}
.service-img-style .elementor-image-box-img a:after{
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='251.976' height='278.304' viewBox='0 0 251.976 278.304'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_60' data-name='Rectangle 60' width='251.976' height='278.305' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_181' data-name='Group 181' transform='translate(0 0)'%3E%3Cg id='Group_157' data-name='Group 157' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_76' data-name='Path 76' d='M251.976,144.211a3.024,3.024,0,0,0-2.993-2.977,122.7,122.7,0,0,1-16.063-1.47,133.25,133.25,0,0,1-33.928-10.51,115.291,115.291,0,0,1-32.039-22.682c-3.7-3.472-7.066-6.973-10.167-10.506a130.772,130.772,0,0,1-26.676-65c-.165-2.814-.732-8.6-.732-8.6-.05-.824-.116-1.641-.149-2.469l-.513-17.1a3.039,3.039,0,0,0-6.074.089v127.7H3.051a3.025,3.025,0,0,0-3.051,3c0,.073.037.138.041.207s-.041.134-.041.207a3.024,3.024,0,0,0,2.993,2.977,122.635,122.635,0,0,1,16.063,1.47,133.091,133.091,0,0,1,33.928,10.511,115.208,115.208,0,0,1,32.039,22.682c3.7,3.472,7.066,6.973,10.171,10.51a130.737,130.737,0,0,1,26.672,65c.426,5.511.852,10.238.881,11.067l.513,17.1a3.039,3.039,0,0,0,6.074-.089v-127.7H248.925a3.025,3.025,0,0,0,3.051-3c0-.077-.037-.138-.041-.211s.041-.13.041-.2' transform='translate(0 -0.001)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: contain;
    width: 60%;
    height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-position: center center;
    top: 0;
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index: 2;
}
.service-img-style .elementor-image-box-img a:hover:after{
	opacity: 1;
}
/*End Service CSS*/


/*jendi Network*/

.network-banner{
	max-width: 400px;
	width: 100%;
}

/*ENd network*/


.faq-accordion .elementor-accordion-item .elementor-tab-title:hover a{
	text-decoration: underline;
}
.faq-accordion .elementor-accordion-item .elementor-active a{
	text-decoration: underline;
}
.faq-accordion .elementor-accordion-item > *{
	padding-left: 100px !important;
	padding-right: 100px !important;
}
.faq-accordion .elementor-accordion-item > .elementor-tab-title{
	padding-left: 0 !important;
	margin-left: 100px;
}
.faq-accordion .elementor-accordion-item .elementor-tab-content.elementor-active{
	border-bottom: 1px solid #707070 !important;
	padding-bottom: 30px;
	margin-bottom: 30px;
	position: relative;
}
.faq-accordion .elementor-accordion-item .elementor-tab-content.elementor-active:before{
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.552' height='22.495' viewBox='0 0 25.552 22.495'%3E%3Cg id='Group_67' data-name='Group 67' transform='translate(1.366 1.366)'%3E%3Cline id='Line_2' data-name='Line 2' x2='22.82' transform='translate(11.41 0) rotate(60)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2'/%3E%3Cline id='Line_7' data-name='Line 7' x2='22.82' transform='translate(11.41 0) rotate(120)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center center;
	background-color: yellow;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0;
	display: none;
}
.faq-accordion .elementor-accordion-item .elementor-tab-content.elementor-active p{
	max-width: 73%;
}

/*Category page CSS*/

.section-gaps{
	padding-top: 80px;
	padding-bottom: 80px;
}
.innerbanner-section{
	padding-top: 130px;
	padding-bottom: 30px;
	background-size: cover;
}
.main-title h1.title{
	font-size: 120px;
	line-height: 110px;
	color: #fff;
	font-weight: 500;
	font-family: var(--primary-font);
}
.main-title h3.title a{
	color: inherit;
	text-decoration: none;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}
.main-title h3.title a:hover{
	color: var(--secondary-color);
}
.main-title h3.title{
	font-size: 40px;
	line-height: 45px;
	font-weight: 500;
	font-family: var(--primary-font);
	margin-bottom: 20px;
}
.category .main-title h3.title{
	font-size: 36px;
	line-height: 41px;
}
.category .category-item .main-title h3.title{
	margin-top: 15px;
}
.category .category-item.small .main-title h3.title{
	margin-top: 5px;
}
.text-wrap{
	font-size: 16px;
	line-height: 23px;
}
.read-link a{
	color: var(--secondary-color);
	font-size: 20px;
	font-weight: 500;
	text-decoration: underline;
}
.img-holder img{
	height: 420px;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 10px;
	width: 100%;
}
.date{
	display: inline-block;
}
.category{
	row-gap: 80px;
}
/* .category-item{
	flex: 0 1 100%;
}
.category-item.small{
	flex: 0 1 23%;
} */
.category-item .d-flex{
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	row-gap: 25px;
	-webkit-column-gap: 50px;
	   -moz-column-gap: 50px;
	        column-gap: 50px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.category-item .d-flex > .item:first-child{
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 50%;
	        flex: 0 1 50%;
}
.category-item .d-flex > .item:nth-child(2){
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 31%;
	        flex: 0 1 31%;
}
/*small*/
.category .category-item.small .detail{
	padding-right: 50px;
}
.category-item.small .d-flex > .item{
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 100%;
	        flex: 0 1 100%;
}
.category-item.small .main-title h3.title{
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	overflow: hidden;
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.category-item .text-wrap p{
	overflow: hidden;
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.col-lg-12.category-item .text-wrap p{
	max-width: 80%;
}
.small-container{
	max-width: 65%;
	margin: auto;
}
.category-item.small .img-holder img{
	min-height: unset;
	height: 220px;
}


/*End Catergory CSS*/

/*Contact CSS*/

body .pum-container{
	max-width: 1350px;
	width: calc(100% - 50px) !important;
	top: 0px !important;
	left: 0px !important;
	margin: 0 auto !important;
	position: relative;
	
}
body .pum-container .get-in-touch.pum-trigger,
.pop-up-logo{
	padding-top: 25px !important;
}
.pum-close{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	right: 0px !important;
	padding-right: 40px !important;
	text-decoration: underline !important;
	font-size: 20px !important;
	position: absolute !important;
}
.pum-close:after{
	content: '';
	background-image: url("../image/ic_close.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 0px;
}
.pop-up-logo{
	position: absolute;
	top: 0;
}
.pop-up-logo a{
	text-decoration: none;
	color: var(--secondary-color);
}
.pop-up-logo .logo-text h2{
	color: var(--secondary-color);
	padding-top: 20px;
	font-weight: 400;
}
.contact-form{
	max-width: 650px;
	margin: auto;
	padding-bottom: 40px;
}
.contact-form label{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 10px;
}
.contact-form label span.label{
	color: var(--secondary-color);
	font-size: 18px;
	font-weight: 500;
	font-family: var(--primary-font);
	max-width: 300px;
	min-width: 150px;
	width: 100%;
}
.contact-form .input-field,
.contact-form .selection-field{
	background-color: transparent;
	border: none;
	outline: 0;
	color: var(--secondary-color);
	font-size: 18px;
	padding-left: 10px;
}
.contact-form .selection-field{
	background-image: url("../image/ic_more.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
}
.contact-form .input-field,
.contact-form span.wpcf7-form-control-wrap{
	width: 100%;
}
.contact-form .input-field::-webkit-input-placeholder, .contact-form .selection-field::-webkit-input-placeholder{
	color: var(--secondary-color);
	opacity: 0.3;
}
.contact-form .input-field::-moz-placeholder, .contact-form .selection-field::-moz-placeholder{
	color: var(--secondary-color);
	opacity: 0.3;
}
.contact-form .input-field:-ms-input-placeholder, .contact-form .selection-field:-ms-input-placeholder{
	color: var(--secondary-color);
	opacity: 0.3;
}
.contact-form .input-field::-ms-input-placeholder, .contact-form .selection-field::-ms-input-placeholder{
	color: var(--secondary-color);
	opacity: 0.3;
}
.contact-form .input-field::placeholder,
.contact-form .selection-field::placeholder{
	color: var(--secondary-color);
	opacity: 0.3;
}
.contact-form textarea.input-field{
	resize: none;
	height: 100px;
}
.contact-form .row > * p{
	border-bottom: 1px solid var(--secondary-color);
	margin-top: 10px;
}
.contact-form .row > *:last-child p{
	all: unset;
	width: 100%;
	display: block;
	text-align: center;
	position: relative;
}
.contact-form .submit-btn{
	margin: 20px 0 30px 0;
	padding: 0 !important;
	border: 0 !important;
	font-size: 20px !important;
	text-decoration: underline !important;
	font-family: var(--primary-color) !important;
}
.contact-form span.wpcf7-spinner{
	position: absolute;
	left: 65%;
	top: 50%;
	-webkit-transform: translatey(-65%);
	    -ms-transform: translatey(-65%);
	        transform: translatey(-65%);
}
.contact-form .selection-field{
	max-width: 200px;
	width: 100%;
}
.contact-form .wpcf7-not-valid-tip{
	position: absolute;
    font-size: 14px;
    right: 10px;
    bottom: -10px;
}
.popmake-content > .get-in-touch.pum-trigger{
	padding-bottom: 20px;
}
.get-in-touch .wpcf7-response-output{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto !important;
    margin-top: -20px !important;
    max-width: 546px;
    text-align: center;
}
.invalid .wpcf7-response-output{
	display: none;
}

.contact-form select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

/* For IE10 */
.contact-form select::-ms-expand {
  display: none;
}
/*Contact CSS*/


/*Single page CSS*/

.single-banner .single-item{
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 50%;
	        flex: 0 1 50%;
}
.single-banner .single-item:first-child{
	background-color: var(--secondary-color);
	padding: 130px 130px 60px 60px;
}
.single-banner *{
	color: #ffffff;
}
.single-banner .single-item{
	min-height: 80vh;
	height: 570px;
}
.single-banner .main-title{
	padding-bottom: 60px;
}
.single-banner .single-title{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: 35px;
}
.single-banner .back-link{
	padding-bottom: 100px;
}
.single-banner .social-links{
	margin-top: auto;
}
.single-banner .banner-holder,
.single-banner .single-item img{
	border-radius: 0;
	height: 100%;
	width: 100%;
}

.back-link a{
	font-size: 22px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.back-link a:hover{
	color: var(--primary-color);
}
.single-banner .main-title h1.title {
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    font-family: var(--secondary-font);
    margin-bottom: 20px;
}
.single-banner .date,
.single-banner .social-links p{
	font-size: 15px;
}
	
.text-box a{
	color: var(--secondary-color);
	text-decoration: none;
}
.text-box a:hover{
	text-decoration: underline;
}
.text-box blockquote{
	border-left: 4px solid var(--secondary-color);
	background-color: #2FDCDF59;
	padding: 20px 30px 20px 50px;
}
.text-box blockquote p{
	text-align: left;
	font-weight: 500;
	font-style: italic;
}
.text-box blockquote p:first-child:before{
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_10_516)'%3E%3Cpath d='M25.4944 11.28L25.4944 18.8044C23.1159 18.9356 21.315 19.3706 20.0934 20.1084C18.8709 20.8453 18.0122 22.0425 17.5162 23.6981C17.0212 25.3537 16.7728 27.7228 16.7728 30.8053L25.4944 30.8053L25.4944 48.7556L7.60594 48.7556L7.60594 31.6903C7.60594 24.6412 9.11719 19.4766 12.1397 16.1981C15.1631 12.9197 19.6144 11.28 25.4944 11.28ZM52.5 11.28L52.5 18.8044C50.1216 18.9356 48.3216 19.3537 47.0991 20.0587C45.8766 20.7637 44.9925 21.9609 44.4478 23.6494C43.9031 25.3378 43.6303 27.7228 43.6303 30.8053L52.5 30.8053L52.5 48.7556L34.5131 48.7556L34.5131 31.6903C34.5131 24.6412 36.0159 19.4766 39.0216 16.1981C42.0281 12.9197 46.5206 11.28 52.5 11.28Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_10_516'%3E%3Crect width='60' height='60' fill='white' transform='translate(60 60) rotate(180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 20px;
}
.text-box{
	max-width: 800px;
	margin: 0 auto 20px;
	text-align: center;
}
.text-box blockquote,
.text-box ol,
.text-box ul,
.text-box li{
	text-align: left;
}
.text-box ul li,
.text-box p{
	font-size: 20px;
	line-height: 25px;
}
.text-box ul li{
	padding-bottom: 10px;
}
.text-box > figure{
	margin-top: 20px;
	margin-bottom: 30px;
}
.text-box img{
		margin-top: 30px;
		margin-bottom: 30px;
}
.icon-holder svg{
	--size: 20px;
	width: var(--size);
	height: var(--size);
	text-align: center;
}
.icon-holder a,
.icon-holder span{
	display: inline-block;
}
.icon-holder svg *{
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.icon-holder a:hover svg path{
	fill: var(--primary-color);
}
.footer-nav a span{
	position: relative;
	display: inline-block;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.menu-item a{
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.footer-nav a span:after,
.menu-item a:after{
	content: '';
	width: 0;
	opacity: 1 !important;
	height: 2px ;
	background-color: var(--primary-color) !important;
	display: block !important;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	bottom: 9px;
	left: 25px;
}
.footer-nav a span:after{
	position: absolute;
	background-color: var(--primary-color) !important;
	left: 0;
	bottom: 2px;
}
.footer-nav a:hover span:after{
	width: 100%;
}
.menu-item.current-menu-item a:after,
.menu-item a:hover:after{
	width: calc(100% - 50px);
}
.site-header .get-in-touch a span.elementor-button-text{
	display: inline-block;
	position: relative;
}
.site-header .get-in-touch a span.elementor-button-text:after{
	content: '';
	display: inline-block;
	background-color: var(--secondary-color);
	width: 0%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.site-header .get-in-touch a:hover span.elementor-button-text:after{
	width: 100%;
}

/*Additional hover css*/

.team-img,
.img-wrap,
.img-holder{
	border-radius: 10px;
	overflow: hidden;
}
.team-img,
.img-wrap a,
.img-holder a{
	display: inline-block;
	position: relative;
	width: 100%;
}
.team-img:before,
.img-wrap a:before,
.img-holder a:before{
	content: '';
	width: 100%;
    height: 100%;
    background-color: #151816;
    opacity: 10%;
    border-radius: 10px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.team-img:after,
.img-wrap a:after,
.img-holder a:after{
	content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='251.976' height='278.304' viewBox='0 0 251.976 278.304'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_60' data-name='Rectangle 60' width='251.976' height='278.305' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_181' data-name='Group 181' transform='translate(0 0)'%3E%3Cg id='Group_157' data-name='Group 157' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_76' data-name='Path 76' d='M251.976,144.211a3.024,3.024,0,0,0-2.993-2.977,122.7,122.7,0,0,1-16.063-1.47,133.25,133.25,0,0,1-33.928-10.51,115.291,115.291,0,0,1-32.039-22.682c-3.7-3.472-7.066-6.973-10.167-10.506a130.772,130.772,0,0,1-26.676-65c-.165-2.814-.732-8.6-.732-8.6-.05-.824-.116-1.641-.149-2.469l-.513-17.1a3.039,3.039,0,0,0-6.074.089v127.7H3.051a3.025,3.025,0,0,0-3.051,3c0,.073.037.138.041.207s-.041.134-.041.207a3.024,3.024,0,0,0,2.993,2.977,122.635,122.635,0,0,1,16.063,1.47,133.091,133.091,0,0,1,33.928,10.511,115.208,115.208,0,0,1,32.039,22.682c3.7,3.472,7.066,6.973,10.171,10.51a130.737,130.737,0,0,1,26.672,65c.426,5.511.852,10.238.881,11.067l.513,17.1a3.039,3.039,0,0,0,6.074-.089v-127.7H248.925a3.025,3.025,0,0,0,3.051-3c0-.077-.037-.138-.041-.211s.041-.13.041-.2' transform='translate(0 -0.001)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    width: 60%;
    height: 90%;
    display: block;
    position: absolute;
    left: 50%;
	top: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    background-position: center center;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
	z-index: 2;
}
.team-img:after{
	width: 25%;
    height: 80%;
}
.team-content:hover .team-img:after,
.img-wrap a:hover:after,
.img-holder a:hover:after{
	opacity: 1;
}
.our-team-section .def-title {
    padding-top: 52px;
}
.category-item .img-holder:after {
    width: 60px !important;
}
.bounce-animate{
	opacity: 0;
	-webkit-animation-name: bounce-animation;
	        animation-name: bounce-animation;
	-webkit-animation-duration: 500ms;
	        animation-duration: 500ms;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-delay: 0.1s;
	        animation-delay: 0.1s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.partner-slider .swiper-wrapper{
	-webkit-transition-timing-function: linear;
	     -o-transition-timing-function: linear;
	        transition-timing-function: linear;
}
.partner-slider{
	position: relative;
	z-index: 0;
}
.partner-slider:before{
	content: '';
	background: rgb(255,255,255);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,1)), to(rgba(255,255,255,0)));
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
	width: 10%;
	height: 100%;
	position: absolute;
	left: -2px;
	top: 0;
	z-index: 2;
}
.partner-slider:after{
	content: '';
	background: rgb(255,255,255);
	background: -webkit-gradient(linear, right top, left top, from(rgba(255,255,255,1)), to(rgba(255,255,255,0)));
	background: -o-linear-gradient(right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
	width: 10%;
	height: 100%;
	position: absolute;
	right: -2px;
	top: 0;
	z-index: 2;
}

/*animation delay css*/

/*404 Error CSS*/

.error-section{
	height: 100vh;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.error-section .custom-container{
	height: 100%;
}
.error-section .custom-container  .d-flex{
	height: 100%;
	padding: 0 10px;
}
.error-section .error-item{
	max-width: 300px;
	margin: 0 auto;
	background-color: var(--secondary-color);
	padding: 80px 30px;
	border-radius: 70px;
}
.error_404{
	font-size: 105px;
	line-height: 1;
	font-weight: 600;
	color: #fff;
}
.error-section h3{
	font-size: 24px !important;
	color: #fff;
}
.error_content{
	color: #fff;
	font-size: 16px;
}
.error-btn a{
	display: inline-block;
	color: var(--primary-color);
	font-size: 18px;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.error-btn a:hover{
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}

/*End 404 Error CSS*/

/*Parralax CSS*/

.parallax{
	overflow: hidden;
}
.parallax-img .simpleParallax{
	height: 100%;
}
.parallax img{
	scale: 1.5;
}
/*End Parallax CSS*/


/*Additional CSS*/

.category-item a{
	color: #000;
	text-decoration: none;
}
.category-item a *{
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.category-item a:hover h3{
	color: var(--secondary-color);
}
.category-item a .read-link{
	display: inline-block;
	color: var(--secondary-color);
}

.category-item a:hover .img-holder{
	
}
.service-img-style figure,
.category-item .img-holder{
	position: relative;
}
.service-img-style figure:after,
.category-item .img-holder:after{
	content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='251.976' height='278.304' viewBox='0 0 251.976 278.304'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_60' data-name='Rectangle 60' width='251.976' height='278.305' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_181' data-name='Group 181' transform='translate(0 0)'%3E%3Cg id='Group_157' data-name='Group 157' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_76' data-name='Path 76' d='M251.976,144.211a3.024,3.024,0,0,0-2.993-2.977,122.7,122.7,0,0,1-16.063-1.47,133.25,133.25,0,0,1-33.928-10.51,115.291,115.291,0,0,1-32.039-22.682c-3.7-3.472-7.066-6.973-10.167-10.506a130.772,130.772,0,0,1-26.676-65c-.165-2.814-.732-8.6-.732-8.6-.05-.824-.116-1.641-.149-2.469l-.513-17.1a3.039,3.039,0,0,0-6.074.089v127.7H3.051a3.025,3.025,0,0,0-3.051,3c0,.073.037.138.041.207s-.041.134-.041.207a3.024,3.024,0,0,0,2.993,2.977,122.635,122.635,0,0,1,16.063,1.47,133.091,133.091,0,0,1,33.928,10.511,115.208,115.208,0,0,1,32.039,22.682c3.7,3.472,7.066,6.973,10.171,10.51a130.737,130.737,0,0,1,26.672,65c.426,5.511.852,10.238.881,11.067l.513,17.1a3.039,3.039,0,0,0,6.074-.089v-127.7H248.925a3.025,3.025,0,0,0,3.051-3c0-.077-.037-.138-.041-.211s.041-.13.041-.2' transform='translate(0 -0.001)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    width: 25%;
    height: 80%;
    display: block;
    position: absolute;
    left: 50%;
	top: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    background-position: center center;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
	z-index: 2;
}
a:hover .service-img-style figure:after,
.category-item a:hover .img-holder:after{
	opacity: 1;
}
.category-item a .read-link{
	font-size: 22px;
	text-decoration: underline;
}
.category-item.small a .read-link{
    color: var(--secondary-color);
    font-size: 18px;
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: 400;
}
.foot-link a{
	color: var(--e-global-color-white-text);
	text-decoration: underline;
}
/*End Additional CSS*/


.parallax-img{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
}
.parallax-img.overlay-bg:before{
	content:'';
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	background-color: #000000;
	opacity: 0.5;
	z-index:1;
}
.parallax-img img{
	width:100%;
	height:100%;
	-o-object-fit:cover;
	   object-fit:cover
}

/*End mouse Follower CSS*/


/*Privacy Policy CSS*/

.page-id-1344 .container{
	padding-top: 115px;
    max-width: 900px;
    padding-bottom: 100px;
	padding-left: 20px;
	padding-right: 20px;
}
.page-id-1344 h1{
	font-weight: 500;
	text-align: center;
    margin-bottom: 30px;
}
.page-id-1344 .site-header .hfe-nav-menu nav ul li.menu-item a.hfe-menu-item,
.page-id-1344 .container a{
	color: var(--secondary-color);
}
.page-id-1344 .site-header .hfe-nav-menu nav ul li.menu-item a.hfe-menu-item:hover,
.page-id-1344 .container a:hover{
	color: var(--primary-color);
}

.page-id-1344 .site-header .hfe-nav-menu nav.hfe-dropdown ul li.menu-item a.hfe-menu-item{
	color: #000;
}
.page-id-1344 .hfe-nav-menu-icon svg path{
	stroke: var(--secondary-color);
}
/*End Privacy Policy CSS*/
.parallax-overlay::before {
    z-index: 1;
}

.faq-accordion:not(.load-conplete) .elementor-tab-content {
    display: none !important;
}
.faq-accordion:not(.load-conplete) .elementor-tab-title a{
	text-decoration: none !important;
}
/* .custom-cursor{
	cursor: url('https://elu.cloud392.com/wp-content/uploads/2023/11/Group-126.png') 15 15, auto;
} */

.category-item:not(.noopacity){
	opacity: 0;
}

.page-id-185 .inner-banner-wrap p strong {
    font-weight: 600;
}

.page-id-185 .inner-banner-wrap p {
    font-size: 22px !important;
}

.btn-link {
    font-size: 20px;
    color: var(--e-global-color-secondary);
    text-decoration-color: var(--e-global-color-secondary) !important;
    font-family: var(--e-global-typography-secondary-font-family);
}

.category-item.small .btn-link {
    display: none;
}

.get-in-touch input[type="submit"]{
	border-radius: 0;
}