/* 
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
*/
::-webkit-scrollbar {
    width: 15px;
}
::-webkit-scrollbar-button:start:decrement, .pricing-box .details ul::-webkit-scrollbar-button:end:increment {
    display:none;
}
::-webkit-scrollbar-track-piece {
    background-color: #0043A5;
}
::-webkit-scrollbar-thumb:vertical {
    background-color: #009962;
}
body.home {
	margin: 0;
    padding: 0;
	overflow: hidden;
}

div[data-elementor-type="wp-page"] {
	height: 100vh;
}

div[data-elementor-type="header"] {
    position: fixed;
    width: 100%;
    z-index: 1;
    background: #EFEFEF;
	transition: background 0.6s ease;
}

.scrollbar-track {
    z-index: 100 !important;
}

div[color="intro"] {
    background: #EFEFEF;
}

div[color="noop"] {
    background: #141414;
}

div[color="about"] {
    background: #0043A5;
}

div[color="about"] .elementor-nav-menu a {
    color: #fff !important;
}

div[color="about"] .elementor-widget-theme-site-logo img {
	filter: brightness(0) invert(1);
}

div[color="activities"] {
    background: #EFEFEF;
}

div[color="partners"] {
    background: #fff;
}

div[color="blog"] {
    background: #0043A5;
}

div[color="blog"] .elementor-nav-menu a {
    color: #fff !important;
}

div[color="blog"] .elementor-widget-theme-site-logo img {
	filter: brightness(0) invert(1);
}

div[color="contact"] {
    background: #EDEDEC;
}

div[color="footer"] {
    background: #0043A5;
}

div[color="footer"] .elementor-nav-menu a {
    color: #fff !important;
}

div[color="footer"] .elementor-widget-theme-site-logo img {
	filter: brightness(0) invert(1);
}

.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next, .elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev {
	z-index: 9999 !important;
	background: #EFEFEF;
}

.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	top: auto;
	bottom: -50px;
}

#home-logos .swiper-pagination-progressbar {
	bottom: -65px !important;
}

#home-logos .elementor-swiper-button svg {
	display: none;
}

#home-logos .elementor-swiper-button-prev {
	left: auto;
	right: 80px;
	top: -38px;
	width: 60px;
	height: 60px;
	background: url(/wp-content/uploads/2024/04/arrow-black-prev.svg) no-repeat;
}

#home-logos .elementor-swiper-button-prev:hover {
	background: url(/wp-content/uploads/2024/04/arrow-blue-prev.svg) no-repeat;
}

#home-logos .elementor-swiper-button-next {
	left: auto;
	right: 0;
	top: -38px;
	width: 60px;
	height: 60px;
	background: url(/wp-content/uploads/2024/04/arrow-black-next.svg) no-repeat;
}

#home-logos .elementor-swiper-button-next:hover {
	background: url(/wp-content/uploads/2024/04/arrow-blue-next.svg) no-repeat;
}

.elementor-editor-active .xhand {
	z-index: 0;
}

.xhand {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 50%;
}

.xhand.humain {
	left: auto;
	right: 0;
}

.earth-bg {
	position: fixed;
	top: 50px;
	z-index: 0;
	width: 100%; 
	height: 100%;
	background-color: transparent;
    background-image: linear-gradient(55deg, #002357 45%, #009962 75%);
}

.earth-bg::before {
	content: '';
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 720px;
	height: 720px;
	background-color: transparent;
	border-radius: 50%;
	box-shadow: 115px -90px 125px 0px #052553 inset; 
}

#intro {
    height: 100vh;
}

#earth {
	width: 100%; 
    height: 100%;
	touch-action: manipulation;
}

.headtxt {
    position: fixed;
    z-index: 2;
    top: 65%;
    left: 0;
    width: 80%;
    pointer-events: none;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	transition: all .8s;
}

.headtxt.active {
	z-index: 2 !important;
	top: 40%;
	transition: all .4s;
}

.headtxt.other-section {
	z-index: 0;
	transition: all .4s;
}

.headtxt .subtitle {
	color: #0043A5;
    font-family: "RBNo3.1", Sans-serif;
    font-size: 35px;
    font-weight: 500;
	text-align: center;
	transition: all .4s ease-out;
}

.headtxt.active .subtitle {
	color: #fff;
}

.headtxt .title {
    color: #262626;
    font-family: "RBNo3.1", Sans-serif;
    font-size: 65px;
    font-weight: 700;
	text-align: center;
	transition: all .4s ease-out;
}

.headtxt .title span {
    color: #00408c;
}

.headtxt .title span span {
    color: #009962;
}

.headtxt .description {
    color: #414141;
    font-family: "RBNo3.1", Sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 34px;
	text-align: center;
	transition: all .4s ease-out;
}

.headtxt.active .description {
    color: #fff;
}


/* PURE CSS POPUP BOX */
.read-more-popup .elementor-button {
	cursor: pointer;
}
.popup-footer {
	display: flex;
	gap: 15px;
	justify-content: center;
}
.popup-footer .btn {
    color: #fff;
    font-family: "RBNo3.1", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    background-color: transparent;
    background-image: linear-gradient(90deg, #0043A5 0%, #009962 100%);
    transition-duration: 3s;
    padding: 8px 10px;
    border-radius: 5px;
}
.popup-footer .btn:hover {
    background-color: transparent;
    background-image: linear-gradient(90deg, #009962 0%, #0043A5 100%);
}
.close:before, .close:after {
    position: absolute;
    left: 15px;
    content: '';
    height: 20px;
    width: 2px;
    background-color:#000;
}
.close:before {
    transform: rotate(45deg);
}
.close:after {
    transform: rotate(-45deg);
}
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 9999;
}
.overlay:target, .overlay.open {
    visibility: visible;
    opacity: 1;
    display: flex;
}
.overlay [role="alert"] {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 18px;
    margin: 10px 5% 0;
}
.popup {
    margin: 0 auto;
    padding: 0 20px;
    background: #fff;
    border-radius: 5px;
    width: 70%;
    position: relative;
    transition: all 5s ease-in-out;
    box-shadow: 0 5px 15px rgb(0 0 0 / 70%);
}
.popup-head-wrap {
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
}
.popup-head {
    padding: 15px 0;
}
.popup-head h2 {
	color: #0043A5;
	font-family: "RBNo3.1", Sans-serif;
	font-size: 18px;
    font-weight: 500;
    padding: 0;
    margin: 0;
}
.popup .pop-content {
	font-family: "RBNo3.1", Sans-serif;
	font-size: 13px;
    padding: 20px 0;
	display: flex;
	gap: 20px;
}
.popup .pop-content .pop-text {
    height: 250px;
    overflow-x: hidden;
    padding-right: 15px;
}
.popup .pop-content .pop-img {
    flex: 0 0 400px;
    min-height: 250px;
    background-size: cover;
}
.popup .pop-content .pop-img img {
    width: 100px;
    height: 100px;
    margin: 10px;
	object-fit: cover;
}
.popup-footer-wrap {
    border-top: 1px solid #d9d9d9;
    width: 100%;
}
.popup-footer {
    padding: 15px 0;
}
.popup .close {
    position: absolute;
    top: 15px;
    right: 43px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    z-index: 1;
	cursor: pointer;
}
.popup .close:hover:before, .popup .close:hover:after {
    background-color: #019962;
}

@media screen and (max-width:1366px){
	.headtxt .subtitle {
		font-size: 28px;
	}
	.headtxt .title {
		font-size: 38px;
		padding-bottom: 15px;
	}
	.headtxt .description {
    	color: #414141;
		font-size: 18px;
		line-height: 18px;
	}
	.earth-bg {
		top: 7%;
	}
	.earth-bg::before {
		width: 480px;
		height: 480px;
	}
	.headtxt.active {
		top: 40%;
	}
}
@media screen and (max-width:1024px){
	.popup {
		width: 95%;
	}
}
@media screen and (max-width:768px){
	#home-logos .elementor-swiper-button-prev {
		right: 60px;
		width: 43px;
		height: 43px;
		background: url(/wp-content/uploads/2024/04/arrow-black-prev.svg) no-repeat;
		background-size: 43px;
	}
	#home-logos .elementor-swiper-button-prev:hover {
		background: url(/wp-content/uploads/2024/04/arrow-blue-prev.svg) no-repeat;
		background-size: 43px;
	}
	#home-logos .elementor-swiper-button-next {
		width: 43px;
		height: 43px;
		background: url(/wp-content/uploads/2024/04/arrow-black-next.svg) no-repeat;
		background-size: 43px;
	}
	#home-logos .elementor-swiper-button-next:hover {
		background: url(/wp-content/uploads/2024/04/arrow-blue-next.svg) no-repeat;
		background-size: 43px;
	}
	.popup .pop-content .pop-img {
		flex: 0 0 270px;
		min-height: 200px;
	}
}
@media screen and (max-width:425px){
	#intro {
		height: auto;
	}
	.earth-bg {
		top: 0;
	}
	.headtxt {
        top: 33%;
        width: 100%;
        background: #EFEFEF;
        padding: 10px 0;
    }
	.headtxt .subtitle {
        font-size: 14px;
    }
	.headtxt .title {
		font-size: 20px;
		padding-bottom: 10px;
	}
	.headtxt .description {
        font-size: 13px;
        line-height: 6px;
    }
	.xhand {
		top: 65px;
	}
	.headtxt.active {
        top: 15%;
		background: transparent;
    }
	.elementor-element-531f89d .wp-block-heading {
		font-size: 18px;
		text-align: center;
	}
	#home-logos .elementor-swiper-button-prev {
		right: auto;
		background: url(/wp-content/uploads/2024/04/arrow-black-prev.svg) no-repeat;
		background-size: 43px;
	}
	#home-logos .elementor-swiper-button-prev:hover {
		background: url(/wp-content/uploads/2024/04/arrow-blue-prev.svg) no-repeat;
		background-size: 43px;
	}
	#home-logos .elementor-swiper-button-next {
		width: 43px;
		height: 43px;
		background: url(/wp-content/uploads/2024/04/arrow-black-next.svg) no-repeat;
		background-size: 43px;
	}
	#home-logos .elementor-swiper-button-next:hover {
		background: url(/wp-content/uploads/2024/04/arrow-blue-next.svg) no-repeat;
		background-size: 43px;
	}
	.mcenter ul {
		text-align: center;
	}
	.mcenter li {
		display: inline-block !important;
	}
	.popup-head h2 {
		text-align: center;
	}
	.popup .pop-content {
		flex-direction: column;
	}
	.popup .pop-content .pop-text {
		text-align: center;
	}
	.popup .pop-content .pop-img {
		flex: 0 0 0;
		min-height: auto;
	}
	.popup .pop-content .pop-img iframe {
		width: 100%;
	}
}