.global_wrap{width:100%; padding:150px 0 0px; margin:0;}
.global_wrap p{
	color: #000000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
	margin:0 0 20px; 
}
.global_wrap p a{color: #000000;}
.global_wrap ul{list-style:disc; padding-left:20px;}
.global_wrap ul li{list-style:disc;}
.global_wrap ol{list-style:decimal; padding-left:20px;}
.rtl .global_wrap ul{padding-right:20px; padding-left:0px;}
.rtl .global_wrap ol{padding-right:20px; padding-left:0px;}
.global_wrap ol li{list-style:decimal;}
.global_wrap ul li,.global_wrap ol li{
	color: #000000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; 
}
:lang(en-US) .global_wrap p{
	font-size:16px;
	line-height:30px;
	margin:0 0 10px;
}
:lang(en-US) .global_wrap ul,:lang(en-US) .global_wrap ol{margin:0 0 10px;}
:lang(en-US) .global_wrap ul li,:lang(en-US) .global_wrap ol li{
	font-size:16px;
	line-height:30px;
	
}
.not-found .global_wrap{text-align:center;}
.global_wrap h1{ font-weight: 300; font-size: 50px; line-height: 68px; color: #044678; margin:0 0 20px;}
.global_wrap h2{ font-weight: 300; font-size: 40px; line-height: normal; color: #044678; margin:0 0 20px;}
.global_wrap h3{ font-weight: 300; font-size: 35px; line-height: normal; color: #000000; margin:0 0 20px;}
.global_wrap h4{ font-weight: 300; font-size: 30px; line-height: normal; color: #000000; margin:0 0 20px;}
.global_wrap h5{ font-weight: 300; font-size: 25px; line-height: normal; color: #000000; margin:0 0 20px;}
.global_wrap h6{ font-weight: 300; font-size: 20px; line-height: normal; color: #000000; margin:0 0 20px;}
.global_wrap ul li a{color: #000000;}
.global_wrap ol li a{color: #000000;}

header {
	z-index: 999;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
header.nav-new{
    position: fixed;
    padding: 20px 0;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(24px);
}

.hero-wrp .video-frame{
    width: 100%;
    height: 95vh;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.hero-wrp .video-frame video{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.navbar-nav li > .sub-menu li.current_page_item a{font-weight:bold !important; color:#88E8C7 !important;}
.error404 .global_wrap p{font-size:40px;}
.sub-main ul.rapse-sub-menu:last-child{display:none;}
.page-template-parterns .video-frame{height: 626px; position: relative; overflow: hidden;}
.page-template-parterns .video-frame video{width: 100%;
    height: 100%;
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;}
.wpcf7-not-valid-tip{font-size:14px;}
.btn_link{display:flex; width:auto; gap:30px;}
.rapac-defense-wrp .rapac-defense-images .rapac-img{
	 width: 100%;
    aspect-ratio: 1 / 1;
}
.rapac-slider {
	 width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.rapac-slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.rapac-slider img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.contact-wrp .contact-form .wpcf7-list-item label a{font-weight:bold; color:#044678;}
.contact-pg-wrp .contact-form .form-checkbox .wpcf7-list-item label a{font-weight:bold; color:#044678;}

.video-popup{
    position:fixed;
    inset:0;
    display:none;
    align-items:center;
    justify-content:center;
    z-index:9999;
}

/* when open */
.video-popup.active{
    display:flex;
}

.video-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.85);
}

.video-modal{
    position: relative;
    width: 85%;
    max-width: 900px;
    z-index: 2;
    padding: 10px;
    border-radius: 50px;
    margin:0 auto;  
	top: 50%;
    transform: translateY(-50%);
}

.video-container{
    position:relative;
    padding-top:56.25%;
    background:#000;
}

.video-container video{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:contain;
}

.video-close{
    position:absolute;
    top:-45px;
    right:0;
    font-size:40px;
    color:#fff;
    cursor:pointer;
}
.optional{
	font-size: 18px;
    line-height: 35px;
    color: #044678;
    font-weight: 400;
    margin-bottom: 10px;
}
.sector-block .sector-detail h2.normargin{margin-bottom:15px;}
.mem_img{margin: 0 0 20px; width: 220px; position: relative; border-radius: 100%;
    overflow: hidden;}
.mem_img .image-top-shape {
    position: absolute;
    inset: -1px;
    opacity: 0.8;
    animation: spin 12s linear infinite;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.mem_img .image-top-shape img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.me_inf{width: 220px;
    height: 220px;
    overflow: hidden;
    border-radius: 100%;}
.me_inf img{
	width: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    height: 100%;
}

@supports (-webkit-touch-callout: none) {
	.commitment-wrp{background-attachment:scroll;}
}
@media (min-width: 1025px) {
	.main-wrpper{position:relative;}
	.home .main-wrpper:before{
		content:'';
		width:100%;
		height:233px;
		position:absolute;
		top:0;
		left:0;
		opacity: 0.85;
		z-index: 10;
        opacity: 0.85;
        background: linear-gradient(0deg, rgba(153, 252, 218, 0.00) 18.22%, rgba(153, 252, 218, 0.75) 75.86%, rgba(153, 252, 218, 0.87) 92.23%);
	}
	.partner-modal .modal-body p{max-width: 830px; margin-right:auto; margin-left:auto;}
	.page-template-contactpage .contact-pg-wrp{padding-bottom:27px;}
	.commitment-wrp .row.rowcount5{justify-content: center;}
	.commitment-wrp .row.rowcount4{ justify-content: space-between;}
	.commitment-wrp .row.rowcount4 .col-md-4{width:auto;padding: 0;}
	.commitment-wrp .row.rowcount4 .commitment-box{ width:250px;}
	.commitment-wrp .row.rowcount4 .commitment-box h3{margin:10px 0 10px;}
}
@media(min-width:1300px){
	.commitment-wrp .row.rowcount4{ justify-content: space-between;}
	.commitment-wrp .row.rowcount4 .col-md-4{width:auto;padding: 0;}
	.commitment-wrp .row.rowcount4 .commitment-box{ width:290px;}
	.commitment-wrp .row.rowcount4 .commitment-box h3{margin:20px 0 30px;}
}
@media(min-width:1550px){
	.commitment-wrp .row{ justify-content: space-between; max-width: 1454px;}
	.page-template-reports .commitment-wrp .row{gap: 127px;}
	.commitment-wrp .row .col-md-4{width:auto;padding: 0;}
	.commitment-wrp .container.newcontainer{max-width:1460px; padding:0;}
	
	.commitment-wrp .row.rowcount5{justify-content: center; gap: 100px;}
	
	.page-template-contactpage .contact-pg-wrp .container{max-width:1499px;}
	.page-template-contactpage .contact-map-wrp .container{max-width:1499px;}
	.commitment-wrp .row.rowcount4 .commitment-box{ width:324px;}
	.commitment-wrp .row.rowcount4 .commitment-box h3{margin:20px 0 30px;}
}
@media(min-width:1601px){
	.partnership-pg-wrp .container{max-width:1540px;}
}
@media(min-width:1200px) and (max-width:1600px){
	.commitment-wrp .container{max-width:90%;}
}
@media (max-width: 1600px) {
	.global_wrap h1{ font-weight: 300; font-size: 45px;}
	.global_wrap h2{ font-weight: 300; font-size: 35px;}
	.global_wrap h3{ font-weight: 300; font-size: 30px;}
	.global_wrap h4{ font-weight: 300; font-size: 25px;}
	.global_wrap h5{ font-weight: 300; font-size: 22px;}
	.global_wrap h6{ font-weight: 300; font-size: 20px;}
	.global_wrap{padding:110px 0 0px;}
	.hero-wrp .video-frame{height:80vh;}
	.navbar-nav li > .sub-menu{width:100%; max-width:1370px;}
	.page-template-parterns .video-frame{height: 550px;}
	.video-modal{
        max-width:900px;
    }
}
@media (max-width: 1370px) {
	.navbar-nav li > .sub-menu{width:100%; max-width:96%;}
	.navbar-nav li > .sub-menu{padding:25px;}
	 .video-modal{
        max-width:950px;
        padding:12px;
    }
}
@media (max-width: 1200px) {
	.global_wrap h1{ font-weight: 300; font-size: 40px;}
	.global_wrap h2{ font-weight: 300; font-size: 30px;}
	.global_wrap h3{ font-weight: 300; font-size: 28px;}
	.global_wrap h4{ font-weight: 300; font-size: 22px;}
	.global_wrap h5{ font-weight: 300; font-size: 20px;}
	.global_wrap h6{ font-weight: 300; font-size: 18px;}
	.global_wrap{padding:80px 0 0px;}
	.hero-wrp .video-frame{height:70vh;}
	.navbar-nav{margin:0 auto;}
	.profile-nav ul li{margin-right: 15px; margin-left:0px;}
	.rtl .profile-nav ul li{margin-left: 15px; margin-right:0px;}
	.page-template-parterns .video-frame{height: 450px;}
	.video-modal{
        max-width:850px;
        padding:12px;
        border-radius:40px;
    }
}
@media (max-width: 1024px) {
	.global_wrap h1{ font-weight: 300; font-size: 35px;}
	.global_wrap h2{ font-weight: 300; font-size: 28px;}
	.global_wrap h3{ font-weight: 300; font-size: 25px;}
	.global_wrap h4{ font-weight: 300; font-size: 20px;}
	.global_wrap h5{ font-weight: 300; font-size: 18px;}
	.global_wrap h6{ font-weight: 300; font-size: 16px;}
	.hero-wrp .video-frame{height:70vh;}
	.page-template-parterns .video-frame{height: 400px;}
	.navbar-nav li > .sub-menu{max-width:96%; padding:15px 10px;}
	.rapse-sub-menu li{gap:8px;}
	.rapse-sub-menu li a{font-size: 12px !important; line-height: normal !important;}
	.rapse-sub-menu li img{max-width:100%; max-height: 28px;}
	ul.rapse-sub-menu{gap:10px;}
	.rapse-sub-menu li{grid-template-columns: 28px 1fr;}
}

@media(min-width:992px) and (max-width:1024px){
	
	.video-modal{
        width:92%;
        border-radius:32px;
    }

    .video-close{
        top:-40px;
        font-size:34px;
    }
	.commitment-wrp .row.rowcount4{gap: 50px;
        justify-content: space-between;}
	.commitment-wrp .row.rowcount4 .col-md-4{width:40%;padding: 0;}
}
@media(min-width:767px) and (max-width:991px){
	.rapse-sub-menu li{gap:5px;}
	ul.rapse-sub-menu{gap:8px;}
	.rapse-sub-menu li{grid-template-columns: 20px 1fr;}
	.rapse-sub-menu li img{max-width:100%; max-height: 20px;}
	.rapse-sub-menu li a{font-size: 11px !important; line-height: normal !important;}
	 .video-modal{
        width:94%;
        padding:10px;
    }
	.commitment-wrp .row.rowcount4{gap: 50px;
        justify-content: space-between;}
	.commitment-wrp .row.rowcount4 .col-md-4{width:40%;padding: 0;}
}

@media(min-width:767px) and (max-width:1024px){
	.hero-wrp .hero-detail .btn-primary{width: 300px; font-size: 17px;}
	.hero-wrp .hero-detail .btn-primary span{min-width: 45px;
    width: 45px;
    height: 45px;}
	.hero-wrp .hero-detail .btn-primary span svg{width:28px;}
}
@media (max-width: 767px) {
	.global_wrap h1{ font-weight: 300; font-size: 30px;}
	.global_wrap h2{ font-weight: 300; font-size: 25px;}
	.global_wrap h3{ font-weight: 300; font-size: 22px;}
	.global_wrap h4{ font-weight: 300; font-size: 20px;}
	.global_wrap h5{ font-weight: 300; font-size: 20px;}
	.global_wrap h6{ font-weight: 300; font-size: 16px;}
	.global_wrap{padding:60px 0 0px;}
	
	/* Submenu default hidden */
    .menu-item-has-children > .sub-menu {
        display: none !important;
        padding-right: 15px;
		transform: inherit !important;
        margin-top: 10px;
    }

    /* Show submenu */
    .menu-item-has-children.open > .sub-menu {
        display: block !important;
		position: relative;
		background:transparent;
		opacity: 1;
        visibility: visible;
    }
	.navbar-nav li > .sub-menu{
		display: none !important;
		opacity: 0;
        visibility: hidden;
		width: 100%;
        border-radius: 0px;
        box-shadow: none;
        padding: 0;
	}
	
	.menu-item-has-children {
        position: relative;
    }

    /* Toggle arrow */
    .submenu-toggle {
        position: absolute;
        right: 0; /* RTL */
        /*top: 50%;
        transform: translateY(-50%);*/
		top:0;
        width: 40px;
        height: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .submenu-toggle::after {
        content: "▾";
        font-size: 40px;
        transition: transform 0.3s ease;
		color:#044678;
    }
	.menu-item-has-children a{width:calc(100% - 40px);}
	.menu-item-has-children ul li a{width:100%;}

    /* Rotate arrow when open */
    .menu-item-has-children.open > .submenu-toggle::after {
        transform: rotate(180deg);
    }
	.sub-main{
		display: grid;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    grid-template-columns: 1fr;
	margin-top: 5px;
	}
	ul.rapse-sub-menu{width:100%; margin:0 0 15px;}
	.rapse-sub-menu li:first-child a{
		color: #044678 !important;
	}
	.rapse-sub-menu li a{
		color: #044678 !important;
	}
	.rapse-sub-menu li img{display:none;}
	.rapse-sub-menu li{grid-template-columns: 0px 1fr;}
	.rtl .submenu-toggle{left:0; right:inherit;}
	.hero-wrp .video-frame{height:55vh;}
	.navbar-nav{margin:0;}
	.wpcf7-not-valid-tip{font-size:14px;}
	.contact-map-wrp .map-block{height:300px;}
	.error404 .global_wrap p{font-size:25px;}
	.page-template-parterns .video-frame{height: 270px;}
	
	.contact-pg-wrp .contact-info:before {
    position: absolute;
    content: "";
    top: 0;
    width:100%;
    background: #99fcda;
    left: 0;
	right:0;
	margin:0 auto;
    height: 3px;
	display:block;
	}
	.contact-pg-wrp .contact-info{padding: 20px 0 0; margin-top: 20px;}
	.rapse-sub-menu li a{font-size: 14px !important;}
	.rtl .rapse-sub-menu li a{font-size: 16px !important;}
	.page-template-aboutus .about-pg-wrp{padding-top:50px;}
	.video-modal{
        width:94%;
        border-radius:18px;
        padding:6px;
    }

    .video-close{
        top:-30px;
        right:5px;
        font-size:26px;
    }
	 .video-container{
        padding-top:56.25%;
    }
	.optional{
	font-size: 16px;
    line-height: normal;
    color: #044678;
    font-weight: 400;
    margin-bottom: 10px;
}
}