/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 3.1.0
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 */

.header-part{
	transition: all 0.3s ease;
/*	background: rgba(0,0,0,0.2);*/
	background: rgb(0,0,0);
background: linear-gradient(180deg, rgb(0 0 0) 0%, rgba(0, 0, 0, 0.0032387955182072714) 100%);
}
.header-part.sticky-header{
	background: #2487f3;
	padding: 0 10px;
}
.header-part.sticky-header .logo img{
	max-width: 180px;
}
.cms-content a{
	color: #2487f3;
}
.cms-content a:hover{
	color: #000;
}


.scroll-arrow-wrap .e-con-inner{
	position: relative;
}
.scroll-arrow .elementor-button{
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
}
.scroll-arrow .elementor-button svg{
	width: 30px;
}
.all-btn .elementor-button{
	background: transparent;
}
/*.all-btn .elementor-button:hover{
	background: #FFA630;
}*/
.all-btn .elementor-button .elementor-button-text{
	padding: 15px 25px;
}
.all-btn .elementor-button .elementor-button-icon{
	width: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 1px solid #000;
}
.all-btn .elementor-button:hover .elementor-button-icon{
	background: #2487f3;
}
.all-btn .elementor-button:hover .elementor-button-icon svg{
	filter: invert(1);
}
.leadership-user-img{
	position: relative;
}
.leadership-user-img:before{
	content: '';
	padding-top: 100%;
	display: block;
	position: static;
}
.leadership-grid{
	align-content: space-between;
}
.leadership-grid .all-btn .elementor-button .elementor-button-text{
	min-width: 200px;
}
.join-us-independence{
	max-width: 750px;
	margin: 0 0 0 auto;
	-webkit-clip-path: polygon(0 27%, 0% 100%, 100% 100%, 100% 0%, 20% 0);
	clip-path: polygon(0 27%, 0% 100%, 100% 100%, 100% 0%, 20% 0);
}
.join-us-independence .all-btn .elementor-button .elementor-button-icon{
	border-color: #fff;
}
.join-us-independence .all-btn .elementor-button .elementor-button-icon svg{
	filter: invert(1);
}

.join-us-independence .all-btn .elementor-button:hover .elementor-button-icon{
	background: #FFA630;
}
.join-us-independence .all-btn .elementor-button:hover .elementor-button-icon svg{
	filter: invert(0);
}
.section-title span{
	color: #2487f3;
	font-weight: 700;
}
.form-submit .submit,
.wpforms-submit.all-btn{
	font-size: 18px !important;
    color: #000000 !important;
    background-color: #fff !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: #000000 !important;
    border-radius: 0px 0px 0px 0px !important;
    padding: 10px 0px 10px 0px !important;
    min-width: 200px !important;
}
.form-submit .submit:hover,
.wpforms-submit-container .wpforms-submit.all-btn:hover{
	background: #2487f3 !important;
	color: #fff !important;
	border-color: #2487f3 !important;
}
.form-part .wpforms-field-container{
	display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 30px;
}


.circle-part{
	position: relative;
	width: 43%;
	height: 43%;
	margin: 50px 0 0 40px;
}
.circle-part .circle-title-center{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 65%;
	height: 65%;
	border: 2px solid #fff;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}
.circle-part .circle-title-center h3{
	color: #fff;
	font-weight: 700;
	margin: 0;
	text-align: center;
	width: 100%;
}
.circle--rotate {
	border-radius: 50%;
	border: 3px #fff solid;
	width: 100%;
	height: 100%;
	margin: 0;
	position: relative;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	z-index: 0;
	padding: 0;
}
.circle--rotate > li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
	z-index: 10;
	visibility: hidden;
}
.circle--rotate > li .icon {
	visibility: visible;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	font-size: 20px;
	color: #FFA630;
	border-radius: 50%;
	background-color: #fff;
	height: 100px;
	width: 100px;
	margin: -50px auto;
/*	transition: all 500ms ease;*/
}
.circle--rotate > li i {
	color: #ffffff;
	font-size: 24px;
	margin: auto;
	cursor: pointer;
	width: 100%;
	height: 100%;
	display: table;
}
.circle--rotate > li i::before {
	display: table-cell;
	vertical-align: middle;
}
.circle--rotate > li img {
	margin: auto;
}

.circle--slider {
	position: relative;
}
.circle--slider .rotate--circle {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.circle--slider .circle--rotate > li .icon {
	position: relative;
	overflow: visible;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	
}


.circle--slider .circle--rotate > li.active .icon {
	font-size: 20px;
	background-color: #FFA630;
/*	transition: all 1s;*/
}
.circle--slider .circle--rotate > li.active .icon img{
	filter: brightness(12);
}

.circle--slider .count2 li:nth-child(2) {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.circle--slider .count3 li:nth-child(2) {
	-webkit-transform: rotate(120deg);
	transform: rotate(120deg);
}

.circle--slider .count3 li:nth-child(3) {
	-webkit-transform: rotate(240deg);
	transform: rotate(240deg);
}

.circle--slider .count4 li:nth-child(2) {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.circle--slider .count4 li:nth-child(3) {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.circle--slider .count4 li:nth-child(4) {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.circle--slider .count5 li:nth-child(2) {
	-webkit-transform: rotate(72deg);
	transform: rotate(72deg);
}

.circle--slider .count5 li:nth-child(3) {
	-webkit-transform: rotate(144deg);
	transform: rotate(144deg);
}

.circle--slider .count5 li:nth-child(4) {
	-webkit-transform: rotate(216deg);
	transform: rotate(216deg);
}

.circle--slider .count5 li:nth-child(5) {
	-webkit-transform: rotate(-72deg);
	transform: rotate(-72deg);
}

.circle--slider .count6 li:nth-child(2) {
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}

.circle--slider .count6 li:nth-child(3) {
	-webkit-transform: rotate(120deg);
	transform: rotate(120deg);
}

.circle--slider .count6 li:nth-child(4) {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.circle--slider .count6 li:nth-child(5) {
	-webkit-transform: rotate(240deg);
	transform: rotate(240deg);
}

.circle--slider .count6 li:nth-child(6) {
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

.circle--slider .count7 li:nth-child(2) {
	-webkit-transform: rotate(51.5deg);
	transform: rotate(51.5deg);
}

.circle--slider .count7 li:nth-child(3) {
	-webkit-transform: rotate(103deg);
	transform: rotate(103deg);
}

.circle--slider .count7 li:nth-child(4) {
	-webkit-transform: rotate(154.5deg);
	transform: rotate(154.5deg);
}

.circle--slider .count7 li:nth-child(5) {
	-webkit-transform: rotate(206deg);
	transform: rotate(206deg);
}

.circle--slider .count7 li:nth-child(6) {
	-webkit-transform: rotate(-103deg);
	transform: rotate(-103deg);
}

.circle--slider .count7 li:nth-child(7) {
	-webkit-transform: rotate(-51.5deg);
	transform: rotate(-51.5deg);
}

.circle--slider .count8 li:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.circle--slider .count8 li:nth-child(3) {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.circle--slider .count8 li:nth-child(4) {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.circle--slider .count8 li:nth-child(5) {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.circle--slider .count8 li:nth-child(6) {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.circle--slider .count8 li:nth-child(7) {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.circle--slider .count8 li:nth-child(8) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.circle--slider .count9 li:nth-child(2) {
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
}

.circle--slider .count9 li:nth-child(3) {
	-webkit-transform: rotate(80deg);
	transform: rotate(80deg);
}

.circle--slider .count9 li:nth-child(4) {
	-webkit-transform: rotate(120deg);
	transform: rotate(120deg);
}

.circle--slider .count9 li:nth-child(5) {
	-webkit-transform: rotate(160deg);
	transform: rotate(160deg);
}

.circle--slider .count9 li:nth-child(6) {
	-webkit-transform: rotate(-160deg);
	transform: rotate(-160deg);
}

.circle--slider .count9 li:nth-child(7) {
	-webkit-transform: rotate(-120deg);
	transform: rotate(-120deg);
}

.circle--slider .count9 li:nth-child(8) {
	-webkit-transform: rotate(-80deg);
	transform: rotate(-80deg);
}

.circle--slider .count9 li:nth-child(9) {
	-webkit-transform: rotate(-40deg);
	transform: rotate(-40deg);
}

.circle--slider .count10 li:nth-child(2) {
	-webkit-transform: rotate(36deg);
	transform: rotate(36deg);
}

.circle--slider .count10 li:nth-child(3) {
	-webkit-transform: rotate(72deg);
	transform: rotate(72deg);
}

.circle--slider .count10 li:nth-child(4) {
	-webkit-transform: rotate(108deg);
	transform: rotate(108deg);
}

.circle--slider .count10 li:nth-child(5) {
	-webkit-transform: rotate(144deg);
	transform: rotate(144deg);
}

.circle--slider .count10 li:nth-child(6) {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.circle--slider .count10 li:nth-child(7) {
	-webkit-transform: rotate(-144deg);
	transform: rotate(-144deg);
}

.circle--slider .count10 li:nth-child(8) {
	-webkit-transform: rotate(-108deg);
	transform: rotate(-108deg);
}

.circle--slider .count10 li:nth-child(9) {
	-webkit-transform: rotate(-72deg);
	transform: rotate(-72deg);
}

.circle--slider .count10 li:nth-child(10) {
	-webkit-transform: rotate(-36deg);
	transform: rotate(-36deg);
}

.circle--rotate .critical-icon:nth-of-type(2) .icon{
	-webkit-transform: rotate(-72deg);
	transform: rotate(-72deg);
}
.circle--rotate .critical-icon:nth-of-type(3) .icon{
	-webkit-transform: rotate(-144deg);
	transform: rotate(-144deg);
}
.circle--rotate .critical-icon:nth-of-type(4) .icon{
	-webkit-transform: rotate(145deg);
	transform: rotate(145deg);
}
.circle--rotate .critical-icon:nth-of-type(5) .icon{
	-webkit-transform: rotate(72deg);
	transform: rotate(72deg);
}
.circle--rotate.icon-item-1 .critical-icon:nth-of-type(1) .icon{
	-webkit-transform: rotate(72deg);
	transform: rotate(72deg);
}
.circle--rotate.icon-item-1 .critical-icon:nth-of-type(2) .icon{
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.circle--rotate.icon-item-1 .critical-icon:nth-of-type(3) .icon{
	-webkit-transform: rotate(-72deg);
	transform: rotate(-72deg);
}
.circle--rotate.icon-item-1 .critical-icon:nth-of-type(4) .icon{
	-webkit-transform: rotate(-145deg);
	transform: rotate(-145deg);
}
.circle--rotate.icon-item-1 .critical-icon:nth-of-type(5) .icon{
	-webkit-transform: rotate(145deg);
	transform: rotate(145deg);
}

.circle--rotate.icon-item-2 .critical-icon:nth-of-type(1) .icon{
	-webkit-transform: rotate(145deg);
	transform: rotate(145deg);
}
.circle--rotate.icon-item-2 .critical-icon:nth-of-type(2) .icon{
	-webkit-transform: rotate(72deg);
	transform: rotate(72deg);
}
.circle--rotate.icon-item-2 .critical-icon:nth-of-type(3) .icon{
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.circle--rotate.icon-item-2 .critical-icon:nth-of-type(4) .icon{
	-webkit-transform: rotate(-72deg);
	transform: rotate(-72deg);
}
.circle--rotate.icon-item-2 .critical-icon:nth-of-type(5) .icon{
	-webkit-transform: rotate(-145deg);
	transform: rotate(-145deg);
}
.circle--rotate.icon-item-3 .critical-icon:nth-of-type(1) .icon{
	-webkit-transform: rotate(-145deg);
	transform: rotate(-145deg);
}
.circle--rotate.icon-item-3 .critical-icon:nth-of-type(2) .icon{
	-webkit-transform: rotate(142deg);
	transform: rotate(142deg);
}
.circle--rotate.icon-item-3 .critical-icon:nth-of-type(3) .icon{
	-webkit-transform: rotate(72deg);
	transform: rotate(72deg);
}
.circle--rotate.icon-item-3 .critical-icon:nth-of-type(4) .icon{
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.circle--rotate.icon-item-3 .critical-icon:nth-of-type(5) .icon{
	-webkit-transform: rotate(-72deg);
	transform: rotate(-72deg);
}
.circle--rotate.icon-item-4 .critical-icon:nth-of-type(1) .icon{
	-webkit-transform: rotate(-72deg);
	transform: rotate(-72deg);
}
.circle--rotate.icon-item-4 .critical-icon:nth-of-type(2) .icon{
	-webkit-transform: rotate(-145deg);
	transform: rotate(-145deg);
}
.circle--rotate.icon-item-4 .critical-icon:nth-of-type(3) .icon{
	-webkit-transform: rotate(145deg);
	transform: rotate(145deg);
}
.circle--rotate.icon-item-4 .critical-icon:nth-of-type(4) .icon{
	-webkit-transform: rotate(72deg);
	transform: rotate(72deg);
}
.circle--rotate.icon-item-4 .critical-icon:nth-of-type(5) .icon{
	-webkit-transform: rotate(0);
	transform: rotate(0);
}


.critical-icon .icon img{
	max-width: 60px;
}

.circle--slider .animate-title {
	color: #fff;
}
.animate-wrapper{
	width: 100%;
	max-width: 410px;
	height: auto !important;
}
.animate-wrapper .animate {
	width: 100%;
	opacity: 0;
	display: none;
}
.animate-wrapper .animate.active{
	opacity: 1;
	display: block;
}

.animate-content h3{
	color: #fff;
	font-weight: 700;
	margin: 0 0 20px;
}
.animate-content p{
	color: #fff;
}
.dashes-point{
	display: flex;
	gap: 5px;
	margin-bottom: 40px;
}
.dashes-point .dashes-line{
	width: 50px;
	height: 5px;
	background: #fff;
	display: block;
	cursor: pointer;
}
.dashes-point .dashes-line:hover,
.dashes-point .dashes-line.active{
	background: #FFA630;
}

.circle--slider .prev,
.circle--slider .next {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	height: 62px;
	width: 87px;
	text-align: center;
	cursor: pointer;
}
.circle--slider .prev span,
.circle--slider .next span {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-weight: 700;
}
.circle--slider .prev {
	left: 250px;
}
.circle--slider .next {
	right: 250px;
}

/*.circle--rotate {
	-webkit-animation: rotation-right 20s infinite linear;
}

@-webkit-keyframes rotation-right {
	from {
			-webkit-transform: rotate(0deg);
	}
	to {
			-webkit-transform: rotate(359deg);
	}
}*/
/*.wc-scroll-section{
	overflow: hidden;
}*/
/*.sticky-section {
	position: sticky;
	top: 0;
	height: 100%;
}
.fake-anchor {
	width: 100%;
	height: 100vh;
}
.product-slide-sticky {
	height: 300vh;
	display:block;
}*/
.product-slide-sticky{
	display: none !important;
}
.solution-services-section{
	background: #4496ef;
	border-radius: 50px;
	position: relative;
}
.solution-services-section.active-1{
	background: #2487f3;
}
.solution-services-section.active-1:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: #67ADF9;
}
.solution-services-list{
	background: #2487f3;
	padding: 40px 0;
/*	padding: 70px 0 50px;*/
/*	margin-bottom: -45px;*/
	position: relative;
	z-index: 3;
	cursor: pointer;
}
.solution-services-list.open,
.solution-services-list.active{
/*	margin-bottom: -45px;*/
cursor: default;
}
.solution-services-list.active .solution-services-wrap {
	padding: 100px 0 70px;
}
.solution-services-list.two-services.active,.solution-services-list.three-services.active{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
/*.fake-anchors {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
	z-index: 2;
}
.solution-services-section{
	width: 100%;
	height: 100vh;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}*/
/*.scrollmagic-pin-spacer{
	background-color: #2487f3;
}*/
.solution-services-section .solution-services-list{
	z-index: 1;
/*	cursor: default;*/
	align-items: center;
	height: 100%;
	text-decoration: none;
/*	transition: all 1s ease;*/
	/*position: absolute;
	top: 100%;
	left: 0%;
	right: 0%;*/
}
.solution-services-section .solution-services-list:first-child{
	padding-top: 30px;

}

.solution-services-list.active{
	padding: 0 !important;
	border-radius: 50px;
	z-index: 4 !important;
	overflow: auto;
	top: 0%;
}
.solution-services-list.two-services{
	background: #4496ef;
	z-index: 2;
}
/*.solution-services-list.two-services.active{
	z-index: 6 !important;
}
.solution-services-section .solution-services-list:first-child{
	z-index: 7 !important;
}*/
.solution-services-list.three-services{
	background: #67ADF9;
	z-index: 1;
}
.solution-services-section .e-con-inner{
	display: block;
}
.solution-services-grid{
	display: flex;
	cursor: auto;
}
.solution-services-grid .solution-services-info{
	width: 100%;
	padding-right: 100px;
	color: #fff;
}
.solution-services-wrap h2{
	color: #fff;
	font-weight: 300;
	margin: 0;
}
.solution-services-wrap h3{
	font-weight: 600;
	color: #fff;
	margin: 0;
}
.solution-services-list.active .solution-services-wrap h2{
	margin-bottom: 10px;
}
.solution-services-list.active .solution-services-wrap h3{
	margin-bottom: 20px;
}
.accordion .accordion-list .services-title.active,
.solution-services-list.active .solution-services-wrap .services-title{
	display: block;
	width: 60%;
}
.solution-services-wrap .services-title{
	display: flex;
	align-items: center;
	gap: 40px;
}
.services-info-part{
	padding-top: 30px;
}
.services-info-part .services-info-list{
	padding: 20px 0;
	border-top: 1px solid #fff;
}
.services-info-part .services-info-list:first-child{
	border-top: 0;
}
.solution-services-grid .solution-services-image{
	width: 100%;
	max-width: 450px;
	position: relative;
	flex-shrink: 0;
	margin-top: -50px;
}
.solution-services-image img{
	width: 100%;
}
.solution-services-image .services-image-name{
	padding: 10px 10px 10px 10px;
	background-color: #FFFFFF;
	position: absolute;
	top: 20px;
	right: 20px;
	color: #000000;
	font-family: "Montserrat", Sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
}
/*.solution-services-list .solution-services-grid{
	transition: all 0.3s ease;
	display: none;
}
.solution-services-list.active .solution-services-grid{
	display: flex;
}*/
.footer-menu ul li a:hover{
	color: #FFA630 !important;
}
/*.solution-services-list.two-services{
	top: calc(100% - 170px);
}
.solution-services-list.two-services.active{
	top: 0;
}*/
.accordion .accordion-list .accordion-content{
	display: none;
}
.accordion .accordion-list .accordion-content.active{
	display: block;
}
.solution-services-list.open{
	z-index: 7 !important;
}

.solution-services-list.open{
	border-radius: 50px;
}
.site-main{
	overflow: hidden;
}

@media screen and (max-width : 1199px) {
	.solution-services-list.active .solution-services-wrap{
		padding: 100px 25px 70px;
	}
}
@media screen and (max-width : 1024px) {
	.solution-services-list.active{
		border-radius: 30px;
	}
	.services-info-part {
		padding-top: 0px;
	}
	
	.solution-services-list.active .solution-services-wrap .services-title {
		width: 50%;
	}
	.elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown{
		height: 100%;
		width: 100% !important;
		right: 0 !important;
		top: 0 !important;
		transform: translate(100%, 0) !important;
		margin: 0;
		position: fixed !important;
		left: auto !important;
		background: #4496ef;
		padding: 40px 30px;
	}
	.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container{
		transform: translate(0%, 0) !important;
	}
	.header-part .elementor-nav-menu--dropdown a {
		color: #fff !important;
		padding: 15px 0;
	}
	.header-part .sub-menu{
		background: transparent !important;
	}
	.header-part .elementor-nav-menu--dropdown li a:hover,
	.header-part .elementor-nav-menu--dropdown li.current_page_item > a{
		color: #FFA630 !important;
		background: transparent !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.header-part .elementor-nav-menu--dropdown a {
		color: #fff !important;
		background: transparent !important;
	}
	.header-part .elementor-nav-menu--dropdown .current-menu-parent > a{
		color: #FFA630 !important;
	}
	.header-part .elementor-nav-menu--dropdown .sub-arrow svg{
		fill: #fff !important;
	}
	.header-part .elementor-nav-menu--dropdown .current-menu-parent .sub-arrow svg{
		fill: #FFA630 !important;
	}
	.header-part .elementor-nav-menu--dropdown .sub-menu{
		padding-left: 15px;
	}
	.header-part .elementor-menu-toggle.elementor-active{
		z-index: 9999;
	}
	.solution-services-list.active .solution-services-wrap {
		padding: 80px 25px 50px;
	}
}
@media screen and (max-width : 991px) {
	.solution-services-grid .solution-services-image{
		max-width: 240px;
	}
	.solution-services-grid .solution-services-info {
		padding-right: 40px;
	}
	.solution-services-list.active .solution-services-wrap h3 {
		margin-bottom: 0px;
	}
	.circle--rotate > li .icon{
		height: 60px;
		width: 60px;
		margin: -30px auto;
	}
	.critical-icon .icon img {
		max-width: 40px;
	}
	.circle-part {
		margin: 30px 0 0 20px;
	}
	.animate-wrapper {
		max-width: 380px;
	}
	.circle-part .circle-title-center{
		width: 70%;
		height: 70%;
	}
	.circle-part .circle-title-center h3{
		font-size: 24px;
	}
	.animate-content:before{
		margin-bottom: 20px;
	}
	.services{
		margin-top: 20px;
		overflow: hidden;
	}
	.solution-services-list.active .solution-services-wrap {
		padding: 70px 25px 30px;
	}
}
@media screen and (max-width : 767px) {
	.header-part.sticky-header .logo img{
		max-width: 100px;
	}
	.scroll-arrow .elementor-button{
		width: 50px;
		height: 50px;
	}
	.scroll-arrow .elementor-button svg {
		width: 13px;
	}
	.header-part.sticky-header{
		padding: 0 0px;
	}
	.joinus--independence-box{
		position: static !important;
	}
	.circle--slider .rotate--circle{
		display: block;
	}
	.solution-services-list.active .solution-services-grid {
		display: block;
	}
	
	.circle-part{
		height: 85%;
		width: 85%;
		margin: 30px auto 50px;
	}
	.animate-wrapper{
		margin-top: 30px;
		max-width: 100%;
		text-align: center;
	}

	.solution-services-grid{
		display: block;
	}
	.solution-services-grid .solution-services-info {
		padding-right: 0;
	}
	.solution-services-grid .solution-services-image{
		margin: 0;
		max-width: 100%;
	}
	.circle-part .circle-title-center h3 {
		font-size: 18px;
	}
	.accordion .accordion-list .services-title.active, .solution-services-list.active .solution-services-wrap .services-title,
	.solution-services-list.active .solution-services-wrap .services-title{
		width: 100%;
	}
	.two-services.solution-services-list.active{
		padding-top: 	50px !important;
	}
	.solution-services-wrap .services-title{
		gap: 20px;
	}
	.services{
		margin-top: 10px;
	}
	.solution-services-wrap h2{
		font-size: 24px;
	}
	.solution-services-wrap h3{
		font-size: 20px;
	}
	.solution-services-list.three-services.active {
		margin-top: 45px;
	}
	.solution-services-list.active .solution-services-wrap h2{
		font-size: 28px;
	}
	/*.solution-services-list{
		padding: 70px 0 20px;
	}*/
	.solution-services-list{
		padding-left: 10px;
		padding-right: 10px;
	}
	.solution-services-list.active .solution-services-wrap h3{
		font-size: 24px;
	}
	.solution-services-list.active .solution-services-wrap {
		padding: 20px 15px 20px;
	}
	.hero-video-section{
		min-height: 280px !important;
	}
	.dashes-point{
		justify-content: center;
		margin-bottom: 20px;
	}
	.form-part .wpforms-field-container{
		display: grid;
	    flex-wrap: wrap;
	    grid-template-columns: repeat(1,minmax(0,1fr));
	    column-gap: 30px;
	}
	.single-post .elementor-widget-theme-post-content h2.wp-block-heading{
		font-size: 30px;
	}
	.animate-content h3{
		font-size: 18px;
		margin: 0 0 15px;
	}
	.hero-video-section{
		min-height: auto !important;
        padding: 0;
        display: block;
	}
	.hero-video-section .elementor-background-video-container{
		position: static !important;
		max-width: inherit !important;
		width: 100% !important;
	}
	.hero-video-section .elementor-background-video-container video{
		position: static !important;
		max-width: inherit !important;
		height: auto !important;
		width: 100% !important;
		transform: inherit !important;
	}
	.hero-video-section .scroll-arrow-wrap{
		position: absolute;
		bottom: 4px;
	}
}

@media screen and (max-width : 575px) {
	.circle-part{
		height: 75%;
		width: 75%;
		margin: 25px auto 40px;
	}
	.circle--rotate > li .icon {
        height: 50px;
        width: 50px;
        margin: -25px auto;
    }
    .critical-icon .icon img {
        max-width: 30px;
    }
    .services {
        margin-top: 0px;
    }
    .circle-part .circle-title-center h3 {
        font-size: 16px;
    }
.animate-content span,
    .animate-content p {
	    color: #fff;
	    font-size: 14px;
	    display: block;
	    line-height: 22px;
	}
}