/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
html {
  scroll-behavior: smooth;
}

html, body {
    overflow-x: hidden;
}
.elementor-location-header{
	position:relative;
	z-index:3;
}
.elementor-widget-theme-site-logo img[src$=".svg"] {
    width: 100% !important;
}
.loaded .zoomout_img img {
    transform: scale(1);
}
.zoomout_img img {
    transform: scale(2);
    transition: all 2s ease 0s;}

/* Button Style */
.btn_style a.elementor-button {
	position: relative;
	background: transparent !important;
	transition: all 0.9s ease 0s;
	padding: 14px 40px;
}
.btn_style a.elementor-button span {z-index:1;}
.btn_style a.elementor-button:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 100%;
	top: 0;
	left: 0;
	background: #2842FB;
	transition: all 0.9s ease 0s;
	transform: skewX(-32deg);z-index: 1;
}
.btn_style a.elementor-button:hover:before {
    width: 100%;
}
.btn_style a.elementor-button:hover {
    color: #fff !important;
}

/* Button Style White */
.btn_style_white a.elementor-button {
	position: relative;
	background: transparent !important;
	transition: all 0.9s ease 0s;
	padding: 14px 40px;
	z-index:1;
}
.btn_style_white a.elementor-button:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 100%;
	top: 0;
	left: 0;
	background: #ffffff;
	transition: all 0.9s ease 0s;
	transform: skewX(-32deg);z-index: -1;
}
.btn_style_white a.elementor-button:hover:before {
    width: 100%;
}
.btn_style_white a.elementor-button:hover {
    color: #292B36 !important;
}

/* Home Banner Style */
.home_banner:before {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(http://199.250.201.124/~alex/wp-content/uploads/2022/11/shap-vector.png) no-repeat center/cover;
	z-index:1;
}
.banner_heading .elementor-heading-title {
    display: inline-block;
}
.banner_heading .elementor-heading-title span {
    display: block;
}
.banner_heading .elementor-heading-title span:first-child {
	margin: 0 490px 0 0;
}
.banner_heading .elementor-heading-title span:nth-child(2) {
    margin: 10px 0 10px 90px;
}
.banner_heading .elementor-heading-title span:last-child {
    margin: 0px 0 0 550px;
}
.home_banner {
    overflow: hidden !important;
}

.home_step_sec:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 240px;
    background: white;
    bottom: -28px;
    left: -63px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 1;
    transform: rotate(-20deg);
	display:none;
}


/* Footer Style */
.footer_copyright .elementor-widget-text-editor p {
    margin-bottom: 0;
}
.footer_copyright .elementor-widget-social-icons a.elementor-icon {
    border: 0 !important;
    position: relative !important;
}
.footer_copyright .elementor-widget-social-icons a:hover svg path {fill:#2842FB;}
.footer_copyright .elementor-widget-social-icons a.elementor-icon:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid #4E5669;
	border-top:0;
    transform: skewX(-20deg);
}
.footer_copyright .elementor-widget-divider {
    margin-bottom: -20px;
}

.footer_copyright .elementor-widget-text-editor a {
    color: #4E5669;
}
.footer_copyright .elementor-widget-text-editor a:hover {color:#2842FB;}

.shape_img img {
/*     clip-path: polygon(50% 100%, 0 0, 100% 0); */
    max-width: 230px;
    width: 100%;
    margin: 14px -90px 0 0;
    transform: rotate(1deg);
}
.home_sec2_inner_colright:before {
    content: "";
    position: absolute;
    background: url(http://199.250.201.124/~alex/wp-content/uploads/2022/11/right-shape-section.png) no-repeat;
    width: 655px;
    height: 680px;
    top: -160px;
    right: -400px;
    background-size: contain;
}
section.home_sec2 {
    padding-top: 210px;
    overflow-x: hidden;
}


.our-testimonial .content ul.review {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px;
}
.our-testimonial .content ul.review li {
    padding: 0 2px;
}
.our-testimonial .content .except {
    text-align: center;
    color: #fff;
    font-family: "Manrope", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    overflow-y: scroll;
    height: 170px;
	padding: 0 30px 0 0;
}
.our-testimonial .content .except::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
	background-color: #292B36;
    border:1px solid #292B36;
	border-radius: 50px;
    
}
.our-testimonial .content .except::-webkit-scrollbar {
	width: 3px;
    position:relative;
    background-color: transparent;
	border-radius: 50px;
}

.our-testimonial .content .except::-webkit-scrollbar-thumb {
	background-color: #FFF;
/* 	border: 2px solid #fff; */
	border-radius: 50px;
}
.our-testimonial .thumbnail img {
    margin: 0 auto;
    max-width: 80px;
    width: 100%;
    object-fit: cover;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.our-testimonial  .title {
    text-align: center;
    color: #fff;
    font-family: "Manrope", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
.our-testimonial .title:before {
    content: "";
    position: absolute;
    background: #292B36;
    width: 30px;
    height: 2px;
    bottom: 0;
    left: -50px;
    right: auto;
    top: 0;
    margin: auto;
}
.our-testimonial .thumbnail {
    margin: 40px 0 20px;
	padding: 0;
	background-size: 100%;
	width: 100px;
	height: 100px;
	-webkit-clip-path: url(#clip);
	clip-path: url(#clip);
	margin-left:auto;
	margin-right:auto;
	text-align: center;	
}
.our-testimonial .thumbnail a {
    pointer-events: none;
}
.our-testimonial .slick-list {
    opacity: 0;
}
.home_sec5.active .our-testimonial .slick-list {
    opacity: 1;
    transition: all 2s ease 0s;
}
.our-testimonial button.slick-next, .our-testimonial button.slick-prev {
    background: transparent;
    z-index: 1;
    border: 0;
    padding: 0;
    position: absolute;
    transition: all 1s ease 0s;
}
.our-testimonial button.slick-next {
	right: 46.5%;
	top: 42.5%;
}
.our-testimonial button.slick-prev {
    left: 46.5%;
    bottom: 42.5%;
}
.home_sec5.active .our-testimonial button.slick-next {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    transition: all 1s ease 0s;
}
.home_sec5.active .our-testimonial button.slick-prev {
    bottom: 0;
    left: 0;
}
.our-testimonial button.slick-prev:focus, .our-testimonial button.slick-next:focus {
    outline: none;
}
.our-testimonial .slick-list {
    padding: 50px 0 0px;
}
.our-testimonial ul.slick-dots {
    display: none !important;
}

.home_sec3_inner .elementor-image-box-wrapper {
    position: relative;
}
.home_sec3_inner .elementor-image-box-wrapper .elementor-image-box-content {
    position: absolute;
    bottom: 80px;
    left: -45px;
}
section.home_sec5 {
    position: relative;
}
.our-testimonial .content {
    max-width: 900px;
    margin: 0 auto;
}
section.home_sec5:before {
    content: "";
    position: absolute;
    background: #292B36;
	width: 900px;
    height: 900px;
    right: -700px;
    top: 0;
    left: auto;
    transform: rotate(-58deg);
}
section.home_sec5:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    background: #4E5669;
    top: -15px;
    bottom: auto;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    left: 0;
    z-index: 1;
}
/* Animation */
.home_sec2 {
    overflow-y: hidden;
}
.home_sec2_inner_colleft:before {
    content: "";
    position: absolute;
    width: 500px;
    height: 0px;
    background: url(http://199.250.201.124/~alex/wp-content/uploads/2022/11/animation-bar-img.svg) no-repeat bottom/100%;
    left: auto;
    right: 140px;
    transition: all 1s ease 0s;
    opacity: 0;
    transform: translateY(442px);
    overflow-y: hidden;
}
.home_sec2.active .home_sec2_inner_colleft:before {
    height: 560px;
    opacity: 1;
    transform: translateY(-100px);
}
.home_sec3_inner .elementor-image-box-wrapper figure.elementor-image-box-img {
    height: 500px;
    /* clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%); */
    transform: skewX(-8deg);
    overflow: hidden;
	border-radius: 8px;
}
.home_sec3_inner .elementor-image-box-wrapper figure.elementor-image-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: revert;
    transition: all 1s ease 0s !important;
    transform: skewX(-0deg);
}
.home_sec3_inner .elementor-image-box-wrapper:hover figure.elementor-image-box-img img {
    object-position: right;
}
.home_sec3_inner .elementor-image-box-wrapper figure.elementor-image-box-img:before {
    content: "";
    position: absolute;
    background: #2842FB;
    width: 100%;
    height: 100%;
    left: 0;
    top:600px;
    z-index: 1;
/*     opacity: 0; */
    mix-blend-mode: multiply;
    transition:all 1s ease 0s;
}
.home_sec3_inner .elementor-image-box-wrapper:hover figure.elementor-image-box-img:before {
    opacity: 0.9;
    height: 100%;
    top:0;
}

.home_sec4 > .elementor-container > .elementor-column {
    position: relative;
}
.home_sec4 > .elementor-container > .elementor-column:before {
	content: "";
	position: absolute;
	background: url(http://199.250.201.124/~alex/wp-content/uploads/2022/11/animation-bar-img2.svg) no-repeat;
	width: 0;
	height: 306px;
	right: 370px;
	left: auto;
	top: -10px;
	bottom: auto;
	opacity: 0;
	transition: all 1s ease 0s;
	background-position: top right;
	background-size: 100%;
}
.home_sec4.active > .elementor-container > .elementor-column:before {
    opacity: 1;
    width: 344px;
    height: 306px;
}

section.home_sec3 {
    overflow: hidden;
}
section.home_sec3:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(http://199.250.201.124/~alex/wp-content/uploads/2022/11/animation-img-secbg.svg) no-repeat right/cover;
    transition: all 4s ease 0s;
    left: -100%;
    top: 0;
    background-size: cover;
}
section.home_sec3.active:before {
    width: 500%;
}

/* Contact Us */
.contact_form_wrapper .gform_heading {
    display: none;
}
.contact_form_wrapper .gform_body .gfield label {
	text-transform: uppercase;
	color: #4E5669;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 16px;
	margin: 0 auto -20px;
	padding: 0 5px;
	position: relative;
	background: #fff;
	left: 20px;
}
.contact_form_wrapper .gform_body .gfield label span.gfield_required {
    display: none;
}
.contact_form_wrapper .gform_body .gfield input {
    padding: 15px;
    border: 1px solid #4E5669 !important;
    border-radius: 10px;
}
.contact_form_wrapper {
    max-width: 500px;
    margin: 0 auto;
}
.contact_form_wrapper .gform_body .gfield input:focus {
    outline: none;
    border-color: #2842FB !important;
}
.contact_form_wrapper .gform_footer input[type="submit"] {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    fill: #292B36;
    color: #292B36;
    background-color: transparent;
    border-radius: 0px 0px 0px 0px;
    transition: all 0.9s ease 0s;
    padding: 14px 40px;
    margin: 0 auto 0 0;
    border: 0;
}
.contact_form_wrapper .gform_footer:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    top: 0;
    left: 0;
    background: #2842FB;
    transition: all 0.9s ease 0s;
    transform: skewX(-32deg);
    z-index: -1;
}
.contact_form_wrapper .gform_footer {
    position: relative;
    padding: 0 !important;
    margin: 30px auto 0 !important;
    display: inline-block !important;
}
.contact_form_wrapper .gform_footer:hover:before {
    width: 100%;
}
.contact_form_wrapper .gform_footer input[type="submit"]:focus {
    outline: 0;
}
.contact_form_wrapper .gform_footer input[type="submit"]:hover {
    color: #fff;
}
.contact_form_wrapper .gform_validation_errors {
    display: none;
}
.contact_form_wrapper .validation_message {
    position: absolute;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 14px !important;
}
.elementor-element-5eb83ff p {
    margin-bottom: 0;
}

.banner_sec:after {
    content: "";
    position: absolute;
    width: 500px;
    height: 0px;
    background: url(http://199.250.201.124/~alex/wp-content/uploads/2022/11/animation-bar-img.svg) no-repeat bottom/100%;
    left: auto;
    right: 0px;
    transition: all 1s ease 0s;
    opacity: 0;
    transform: translateY(442px);
    overflow-y: hidden;
	z-index:1;
}
body.loaded .banner_sec:after {
    height: 560px;
    opacity: 1;
    transform: translateY(-400px);
}
section.banner_sec:before {
	content: "";
	position: absolute;
	width: 900px;
	height: 1200px;
	background: #fff;
	right: -670px;
	top: 0px;
	transform: rotate(30deg);
}
/* Who We Are */
.shape-skew > .elementor-widget-container {
    transform: skewX(-8deg);
    overflow: hidden;
    border-radius: 8px;
}
.shape-skew > .elementor-widget-container img {
    transform: skewX(0deg);
}
section.whoweare_text_sec:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    background: #292B36;
    top: -12px;
    bottom: auto;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    left: 0px;
    z-index: 1;
}
section.whoweare_text_sec:before {
    content: "";
    position: absolute;
    background: #ffffff;
    width: 900px;
    height: 900px;
    right: -700px;
    top: 0;
    left: auto;
    transform: rotate(-58deg);
}
/* Testimonial Page */
section.testimonial_sec.home_sec5:before {
    left: -795px;
    right: auto;
    transform: rotate(20deg);
    top: -96px;
    border-top-right-radius: 0;
    z-index: 9;
}
section.testimonial_sec.home_sec5:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    background: #4E5669;
    bottom: -10px;
    top: auto;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    right: 0;
    z-index: 1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.testimonial_sec > .elementor-container {
    position: relative;
}
.testimonial_sec > .elementor-container:before {
    content: "";
    position: absolute;
    background: #292B36;
    width: 1000%;
    height: 100px;
    right: -100%;
    top: -50px;
}

.testimonial_sec .our-testimonial ul.slick-dots {
    padding: 0;
    list-style: none;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    bottom: -80px;
}
.testimonial_sec .our-testimonial ul.slick-dots > li {
    margin: 0 5px;
}
.testimonial_sec .our-testimonial ul.slick-dots > li button {
    border: 1px solid #717887;
    font-size: 0;
    border-radius: 0 !important;
    background: #717887;
    padding: 0;
    width: 70px;
    height: 6px;
    transform: skewX(-40deg);
}
.testimonial_sec .our-testimonial ul.slick-dots > li.slick-active button {
    background: #fff;
    border-color: #fff;
}
.testimonial_sec .our-testimonial ul.slick-dots > li button:focus {
    outline: 0;
}
.testimonial_sec .elementor-widget-shortcode > .elementor-widget-container {
    position: relative;
}
.testimonial_sec .elementor-widget-shortcode > .elementor-widget-container:before {
    content: "";
    position: absolute;
    background: url(http://199.250.201.124/~alex/wp-content/uploads/2022/11/quote-icon.png) no-repeat;
    width: 98px;
    height: 82px;
    top: 0;
    z-index: 9;
    left: 200px;
}


.leftbar_animation:before {
    content: "";
    position: absolute;
    width: 500px;
    height: 560px;
    background: url(http://199.250.201.124/~alex/wp-content/uploads/2022/11/animation-bar-imgleft.svg) no-repeat bottom/100%;
    left: auto;
    right: -100px;
    transition: all 1s ease 0s;
    opacity: 0;
    transform: translateY(0);
    overflow-y: hidden;
    top: 0;
}
.leftbar_animation.active:before {
    height: 560px;
    opacity: 1;
    transform: translateY(-150px);
}

.whoweare_text_sec > .elementor-container:before {
    content: "";
    position: absolute;
    width: 500px;
    height: 560px;
    background: url(http://199.250.201.124/~alex/wp-content/uploads/2022/11/animation-bar-imgleft.svg) no-repeat bottom/100%;
    left: 50px;
    right: auto;
    transition: all 1s ease 0s;
    opacity: 0;
    transform: translateY(0);
    overflow-y: hidden;
    z-index: 2;
}
.whoweare_text_sec.active > .elementor-container:before {
    height: 560px;
    opacity: 1;
    transform: translateY(-300px);
}
.whoweare_text_sec > .elementor-container {
    position: initial;
}
.cropshpe_sec_inner .cropshpe_sec_inner_col2:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 170%;
    left: -80px;
    top: -80px;
    background: #292B36;
    z-index: 0;
    transform: rotate(25deg);
}
.cropshpe_sec:before {
    content: "";
    position: absolute;
    background: #292B36;
    width: 350px;
    height: 350px;
    top: 0;
    bottom: 0;
    left: -260px;
    margin: auto;
    transform: rotate(26deg);
    border-top-right-radius: 20px;
}
.alex_pushed_sec .elementor-widget-text-editor p strong {
    font-weight: 600;
    color: #2842FB;
}

.imgout_sec  .elementor-container {
    position: inherit;
}
.imgout_sec .elementor-container .elementor-column {
    position: inherit;
}
.imgout_sec .elementor-widget-image img {
    max-width: 700px !important;
}
section.banner_sec section.elementor-inner-section {
    z-index: 2;
}

.home_sec3_inner ul.slick-dots {
    padding: 0;
    list-style: none;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.home_sec3_inner ul.slick-dots > li {
    margin: 0 5px;
}
.home_sec3_inner ul.slick-dots > li button {
    border: 1px solid #717887;
    font-size: 0;
    border-radius: 0 !important;
    background: #717887;
    padding: 0;
    width: 70px;
    height: 6px;
    transform: skewX(-40deg);
}
.home_sec3_inner ul.slick-dots > li.slick-active button {
    background: #fff;
    border-color: #fff;
}
.home_sec3_inner ul.slick-dots > li button:focus {
    outline: 0;
}

/*------------------
-----Responsive-----
--------------------*/
@media (min-width: 1700px) and (max-width: 2000px) {
.home_sec2_inner_colright:before {
    width: 900px;
    height: 800px;
    right: -785px;
	background-size: cover;
}
.shape_img img {
    max-width: 300px;
    margin: 90px -340px 0 0;
}
.footer_copyright .elementor-widget-divider {
    margin-bottom: -20px;
}
/* section.home_sec5:before {
    right: -58%;
}	 */
.cropshpe_sec_inner .cropshpe_sec_inner_col2:before {
    left: -350px;
}	
}
@media (min-width: 1400px) and (max-width: 1699px) {
.home_sec2_inner_colright:before {
    width: 850px;
    height: 775px;
    right: -500px;
    background-size: cover;
}
.shape_img img {
    max-width: 300px;
    margin: 80px -90px 0 0;
}
.footer_copyright .elementor-widget-divider {
    margin-bottom: -20px;
}
/* section.home_sec5:before {
    right: -60%;
}	  */
}
@media (min-width: 768px) and (max-width: 1024px) {
	.banner_heading .elementor-heading-title span:first-child {
    	margin: 0 350px 0 0;
	}
	.banner_heading .elementor-heading-title span:nth-child(2) {
    	margin: 10px 0 10px 90px;
	}
	.banner_heading .elementor-heading-title span:last-child {
    	margin: 0px 0 0 440px;
	}
	.home_sec2_inner_colright:before {
		width: 450px;
		height: 410px;
		top: -102px;
		right: -210px;
	}	
	.shape_img img {
    	max-width: 160px;
    	margin: 14px 0px 0 0;
    	transform: rotate(0deg);
	}	
	.home_sec3_inner .elementor-image-box-wrapper .elementor-image-box-content {
    	left: -15px;
	}	
	.our-testimonial .content .except {
		font-size: 18px;
	}	
	.our-testimonial .thumbnail {
    	margin: 30px auto 10px;
	}	
	.our-testimonial .slick-list {
    	padding: 25px 0 0px;
	}	
	.our-testimonial button.slick-prev {
    	left: 45%;
    	bottom: 41.5%;
	}
	.our-testimonial button.slick-next {
 	   right: 45%;
    	top: 41.5%;
	}
	.home_sec5.active .our-testimonial button.slick-next {
    	top: -60px;
	}
	.home_sec4 > .elementor-container > .elementor-column:before {
    	right: 160px;
	}	
	.elementor-widget-text-editor p br {
    	display: none;
	}
	
	body.loaded .banner_sec:after {
    	height: 400px;
    	transform: translateY(-300px);
	}	
	.banner_sec:after {
		width: 300px;
	}	
	section.banner_sec:before {
		width: 580px;
		height: 800px;
		right: -500px;
	}	
	section.testimonial_sec.home_sec5:before {
		left: -850px;
		top: -200px;
	}	
	.testimonial_sec > .elementor-container:before {
		height: 50px;
		top: -50px;
	}	
	.testimonial_sec .elementor-widget-shortcode > .elementor-widget-container:before {
		width: 78px;
		height: 68px;
		top: -50px;
		background-size:100%;
	}	
	section.testimonial_sec section.elementor-inner-section {
		z-index: 9;
	}
	section.testimonial_sec {
		overflow: hidden;
	}	
	.leftbar_animation.active:before {
		height: 300px;
    	opacity: 1;
    	transform: translateY(-50px);
	}	
	.leftbar_animation:before {
    	width: 300px;
    	height: 300px;
	}
	.imgout_sec .elementor-widget-image img {
    	max-width: 500px !important;
	}
	.whoweare_text_sec.active > .elementor-container:before {
    	height: 300px;
    	transform: translateY(-150px);
	}
	.whoweare_text_sec > .elementor-container:before {
    	width: 300px;
    	height: 300px;
    	left: 10px;
	}	
}

@media only screen and (max-width: 767px) {
	.header_inner_sec .header-btn-col {
 	   order: 3;
	}
	.header_inner_sec .header-logo-col {
    	order: 1;
	}
	.header_inner_sec .header-nav-col {
    	order: 2;
	}
	.banner_heading .elementor-heading-title span:first-child {
		margin: 0 150px 0 0;
	}	
	.banner_heading .elementor-heading-title span:nth-child(2) {
		margin: 10px 0 10px 30px;
	}
	.banner_heading .elementor-heading-title span:last-child {
		margin: 0px 0 0 150px;
	}	
	.home_sec3_inner .elementor-image-box-wrapper .elementor-image-box-content {
    	left: 0;
	}
	.shape_img img {
    	max-width: 125px;
    	margin: 88px 0px 0 0;
    	transform: rotate(0deg);
	}
	.home_sec2_inner_colright:before {
		width: 380px;
		height: 310px;
		top: 0;
		right: -190px;
	}	
	.home_sec2_inner_colleft:before {
		width: 360px;
		right: 150px;
		transform: translateY(300px);
	}
	.home_sec2.active .home_sec2_inner_colleft:before {
		height: 360px;
		opacity: 1;
		transform: translateY(30px);
	}
	section.home_sec3.active:before {
    	width: 500%;
	}
	.home_sec4 > .elementor-container > .elementor-column:before {
		right: 20px;
	}
	section.home_sec5:before{
		display:none;
	}	
	.our-testimonial .content .except {
    	font-size: 16px;
	}
	.footer_area .elementor-widget-theme-site-logo {
    	text-align: center !important;
	}
	.footer_copyright .footer_copyright_inner-col1 {
		order: 2;
	}
	.footer_copyright .footer_copyright_inner-col2 {
    	order: 1;
	}
	.elementor-location-footer .btn_style_white a.elementor-button {
    	padding: 14px 20px 14px 20px;
    	margin-left: 60px;
		font-size: 14px !important;
	}
	.elementor-widget-text-editor p br {
    	display: none;
	}	
	body.loaded .banner_sec:after {
    	height: 350px;
    	transform: translateY(-280px);
	}	
	.banner_sec:after {
		width: 220px;
	}	
	section.banner_sec:before {
    	width: 590px;
    	height: 750px;
    	right: -600px;
	}	
	
	section.testimonial_sec.home_sec5:before {
		left: -850px;
		top: -200px;
	}	
	.testimonial_sec > .elementor-container:before {
		height: 50px;
		top: -50px;
	}	
	.testimonial_sec .elementor-widget-shortcode > .elementor-widget-container:before {
		width: 78px;
		height: 68px;
		top: -50px;
		background-size:100%;
		left:0;
	}	
	section.testimonial_sec section.elementor-inner-section {
		z-index: 9;
	}
	section.testimonial_sec {
		overflow: hidden;
	}
	.testimonial_sec .our-testimonial ul.slick-dots {
		bottom: -35px;
	}
	
	.leftbar_animation.active:before {
		height: 300px;
    	opacity: 1;
    	transform: translateY(-50px);
	}	
	.leftbar_animation:before {
    	width: 300px;
    	height: 300px;
	}
	.imgout_sec .elementor-widget-image img {
    	max-width: 500px !important;
	}
	.whoweare_text_sec.active > .elementor-container:before {
    	height: 300px;
    	transform: translateY(-110px);
	}
	.whoweare_text_sec > .elementor-container:before {
    	width: 300px;
    	height: 300px;
    	left: 10px;
	}
	.imgout_sec .elementor-widget-image img {
    	max-width: 400px !important;
	}
	.imgout_sec .elementor-inner-column .elementor-widget-image {
    	position: inherit;
	}
	section.whoweare_text_sec:before{
		display:none;
	}
	.elementor-heading-title br {
    	display: none;
	}
	.cropshpe_sec_inner .cropshpe_sec_inner_col2:before {
    	left: 250px;
	}
	.home_sec3_inner .elementor-image-box-wrapper figure.elementor-image-box-img {
    	height: 400px;
	}	
	
}