/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
figure {
    margin: 0;
}
a,
button {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: "Assistant", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}
.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.container {
    max-width: 1494px;
    margin: 0 auto;
    padding: 0 15px;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.col-md-3 {
    width: 25%;
    padding: 0 15px;
}
.col-md-6 {
    width: 50%;
    padding: 0 15px;
}
.col-md-4 {
    width: 33.33%;
    padding: 0 15px;
}
.col-md-7 {
    padding: 0 15px;
    width: 58%;
}
.col-md-5 {
    padding: 0 15px;
    width: 42%;
}
.col-md-9 {
    padding: 0 15px;
    width: 75%;
}
.col-md-12 {
    padding: 0 15px;
    width: 100%;
}
.col-md-8 {
    width: 66.67%;
    padding: 0 15px;
}
/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    background: transparent;
    padding: 47px 0;
    border: none;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.nav-row {
    display: flex;
    align-items: center;
    width: 100%;
}
.navright{
    display: flex;
    align-items: center;
    width: 100%;
	justify-content: space-between;
}
.logo-box img {
    height: 56px;
	filter: drop-shadow(-4px 0 17px rgba(0, 0, 0, 0.25));
}
.navbar-nav {
    margin: 0 98px 0 0;
}
.navbar-nav ul {
    display: flex;
    align-items: center;
}
.navbar-nav ul li {
    margin-left: 120px;
	margin-right:0px;
}
.navbar-nav ul li:last-child {
    margin: 0;
}
.navbar-nav ul li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #044678;
    display: block;
    text-transform: capitalize;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-nav ul li a.active,.navbar-nav ul li.current-menu-item a{
    font-weight: bold;
}
.navbar-nav ul li a:hover {
    opacity: 0.7;
}

.profile-nav ul {
    display: flex;
    align-items: center;
}
.profile-nav ul li {
    margin-left: 15px;
	margin-left:98px;
	margin-right:0px;
}
.profile-nav ul li:last-child {
    margin: 0;
}
.profile-nav ul li{
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background: #044678;
	display: flex;
align-items: center;
text-align: center;
justify-content: center;

}
.profile-nav ul li a{
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: normal;
color: #88E8C7;
}
li.lkng{background:transparent !important;}

/* **** toggler **** */
.navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;padding: 0;display: none;}
.navbar-toggler:focus {box-shadow: none;outline: none; }
.navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus { outline: none; }
.navbar-toggler-icon {width: 24px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid #044678;transition: all 300ms linear;}
.navbar-toggler-icon:after,
.navbar-toggler-icon:before {width: 24px;position: absolute;height: 2px;background-color: #044678;top: 0;left: 0;content: "";z-index: 2;transition: all 300ms linear; right:inherit;}
.navbar-toggler-icon:after {top: 8px;}
.navbar-toggler.show .navbar-toggler-icon:after {transform: rotate(45deg);}
.navbar-toggler.show .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);}
.navbar-toggler.show .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */


/* **** End Header **** */

/* **** About Page **** */
.inner-banner {
    position: relative;
    /* height: 630px; */
}
.inner-banner figure {
    overflow: hidden;
}
.inner-banner figure img {
    width: 100%;
    height: 100%;
    transition: 0.7s linear;
    -webkit-transition: 0.7s linear;
}
.inner-banner:hover figure img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.inner-banner:after {
    position: absolute;
    content: "";
    background: linear-gradient(
        360deg,
        rgba(153, 252, 218, 0) 18.22%,
        rgba(153, 252, 218, 0.3956) 75.86%,
        rgba(153, 252, 218, 0.46) 92.23%
    );
	background: linear-gradient(0deg, rgba(153, 252, 218, 0.00) 18.22%, rgba(153, 252, 218, 0.80) 75.86%, rgba(153, 252, 218, 0.93) 92.23%);
    opacity: 0.85;
    width: 100%;
    height: 230px;
    top: 0;
    left: 0;
    right: 0;
}
.inner-banner-title {
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
}
.inner-banner-title .container{max-width:100%; padding:0px;}
.inner-banner-title h1 {
    font-weight: 300;
    color: #044678;
    margin: 0;
    padding: 48px 26px 48px 44px;
    border-radius: 80.5px 0 0 80.5px;
    background: #fff;
    display: table;
    min-width: 400px;
    width: fit-content;
    position: relative;
	font-size: 50px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.inner-banner-title h1:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
	left:inherit;
    right: -100%;
	content:none;
}

.about-pg-wrp {
    padding: 100px 0 50px;
}
.about-pg-wrp .row {
    align-items: center;
}
.about-data {
    max-width: 604px;
}
.about-data h2 {
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 50px;
    line-height: normal;
    color: #044678;
	font-style: normal;
}
.about-data p {
    margin: 0 0 60px;
    font-weight: 300;
    color: #000000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 35px;
}
.about-data .btn-group {
    display: flex;
    align-items: center;
    gap: 78px;
}
.btn-main {
    padding: 3px 19px 3px 5px;
    border-radius: 40px;
    background: #044678;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #ffffff;
    display: flex;
    align-items: center;
    width: fit-content;
	
	text-align: right;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.btn-main span {
    min-width: 40px;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100%;
    margin: 0 15px 0 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-main span svg {
    width: auto;
	transform: rotate(-180deg);
}
.about-data .btn-group .btn-main span svg {width:auto;}
.home .about-data p{margin-bottom:25px;}

.btn-main span svg path {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.btn-main:hover {
    background: #99fcda;
    color: #044678;
}
.btn-main:hover span svg path {
    fill: #044678;
}

.btn-primary {
    font-family: "Assistant", sans-serif;
    padding: 3px 19px 3px 5px;
    border-radius: 50px;
    background: #99fcda;
    font-weight: 400;
    font-size: 17px;
    line-height: normal;
    color: #044678;
    display: flex;
    align-items: center;
    width: 168px;
	justify-content: space-between;
}
.btn-primary span {
    min-width: 40px;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100%;
    margin: 0 15px 0 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-primary span svg {
    width: auto;
	transform: rotate(-180deg);
}
.btn-primary span svg path {
    fill: #044678;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.btn-primary:hover {
    background: #044678;
    color: #fff;
}
.btn-primary:hover span svg path {
    fill: #99fcda;
}

.about-img-row {
    max-width: 700px;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 auto;
    position: relative;
    border-radius: 100%;
    padding: 35px;
}
.about-img-row:before {
    content: "";
    position: absolute;
    border-radius: 100%;
    inset: 0;
    background: linear-gradient(
        160deg,
        rgba(153, 252, 218, 1) 0%,
        rgba(153, 252, 218, 0) 70%,
        rgba(153, 252, 218, 0) 100%
    );
    animation: spin 6s linear infinite;
    z-index: -1;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.about-img-row .about-img {
    position: relative;
    width: 633px;
    border: 30px solid #fff;
    border-radius: 100%;
    overflow: hidden;
}
.about-img-row .about-img .image-top-shape {
    position: absolute;
    inset: -2px;
    aspect-ratio: 1 / 1;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    animation: show 6s linear infinite;
}
.about-img-row .about-img .image-top-shape img {
    width: 100%;
    aspect-ratio: 1 / 1;
	object-fit: cover;
}
.about-img-row .about-img .abt-img img {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    object-fit: cover;
}
@keyframes show {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/* **** End About Page **** */

.titlebar h2 {
    font-size: 45px;
    color: #044678;
    font-weight: 300;
    text-align: center;
    margin: 0;
}

/* **** Managmant Team **** */

.managmant-team-wrp .titlebar {
    margin: 0 0 90px;
}
.managmant-team-wrp .titlebar h2{
	color: #044678;
	font-size: 50px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.managmant-team-wrp .team-row {
    display: grid;
    gap: 180px;
    row-gap: 71px;
    grid-template-columns: repeat(2, 1fr);
}
.managmant-team-wrp .team-box h3 {
    font-size: 37px;
	line-height: normal;
    color: #044678;
    font-style: normal;
	font-weight: 400;
    margin: 0 0 15px;
}
.managmant-team-wrp .team-box h6 {
    color: #044678;
    padding: 0 0 26px;
    margin: 0 0 25px;
    position: relative;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 35px;
}
.managmant-team-wrp .team-box h6:before {
    position: absolute;
    content: "";
    right: 0;
	left:inherit;
    bottom: 0;
    background: linear-gradient(90deg, #ffffff 0%, #99fcda 29%, #99fcda 77%, #ffffff 100%);
    height: 3px;
    width: 100%;
}
.managmant-team-wrp .team-box p {
    color: #000000;
    margin: 0;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 35px;
}
/* **** End Managmant Team **** */

/* **** Partnerships **** */
.partnerships-wrp {
    padding: 157px 0 77px;
}
.partnerships-wrp .titlebar {
    margin: 0 0 60px;
}
.partnerships-wrp .titlebar h2{
	color: #044678;
	text-align: center;
	font-family: Assistant;
	font-size: 50px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.partnerships-wrp .partnerships_slider {
    width: 100%;
    height: 100%;
}
.partnerships-wrp .partnerships_slider .slider-box {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partnerships-wrp .partnerships_slider .slider-box img {
    max-width: 100%;
    margin: 0 auto;
    filter: grayscale(1);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.partnerships-wrp .partnerships_slider .slider-box:hover img {
    filter: unset;
}
.partnerships-wrp .btn-primary {
    margin: 70px auto 0;
	width: 252px;
}
/* **** End Partnerships **** */

/* **** Contact **** */
.contact-wrp {
    padding: 207px 0 60px;
    position: relative;
    overflow: hidden;
}
.contact-wrp::before {
    position: absolute;
    content: "";
    height: 3400px;
    width: 3400px;
    background-color: #f0efef;
    top: 0;
    border-radius: 100%;
	left:inherit;
    left: 50%;
    transform: translate(-50%, 0);
}
.contact-wrp .contact-block {
    max-width: 940px;
    position: relative;
    z-index: 9;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 28px;
}
.contact-wrp .contact-block .contact-title {
    min-width: 212px;
    width: 212px;
}
.contact-wrp .contact-block .contact-title h3 {
    color: #044678;
	text-align: right;
	font-family: Assistant;
	font-size: 47px;
	font-style: normal;
	font-weight: 400;
	line-height: 55px;
    margin: 0 0 18px;
}
.contact-wrp .contact-block .contact-title p {
    color: #044678;
	text-align: right;
	font-family: Assistant;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	margin: 0;
    max-width: 184px;
}
.contact-wrp .contact-block .contact-form {
    width: 100%;
}
.contact-wrp .contact-form .row {
    margin: 0 -8px;
    row-gap: 16px;
}
.contact-wrp .contact-form .row .col-md-6 {
    padding: 0 8px;
}
.contact-wrp .contact-form .row .col-md-12 {
    padding: 0 8px;
}
.contact-wrp .contact-form .form-group .form-control {
    font-family: "Assistant", sans-serif;
    color: #7b7b7b;
    padding:15px;
    background-color: #fff;
    border-radius: 11px;
    border: none;
    box-shadow: none;
    outline: none;
    width: 100%;
    resize: none;
	text-align: right;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.wpcf7-textarea{
	height:51px;
}
.contact-wrp .contact-form .form-group .form-control::placeholder{
	text-align: right;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	 color: #7b7b7b;
	 font-family: "Assistant", sans-serif;
}
.contact-wrp .contact-form .btn-primary {
    width: 100%;
    border: none;
    padding: 14px;
    justify-content: center;
    border-radius: 11px;
    margin: 0 0 24px;
	color: #044678;
	font-family: "Assistant", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	cursor:pointer;
}
.contact-wrp .contact-form .btn-primary:hover{
	color:white;
}
.contact-wrp .contact-form .form-checkbox {
    position: relative;
	margin:0 0 16px;
}
.contact-wrp .contact-form .form-checkbox input {
    position: absolute;
	left:inherit;
    right: 0;
    top: 5px;
	border-radius:0px;
	width:11px;
	height:11px;
    opacity: 1;
    visibility: visible;
	background-color: #d9d9d9;
}
.contact-wrp .contact-form .form-checkbox label {
    font-size: 13px;
    font-weight: 300;
    color: #044678;
    margin: 0;
    position: relative;
	padding-left:0px;
    padding-right: 17px;
    display: block;
    cursor: pointer;
}
/*.contact-wrp .contact-form .form-checkbox label:before {
    position: absolute;
    content: "";
	left:inherit;
    right: 0;
    top: 4px;
    height: 11px;
    width: 11px;
    background-color: #d9d9d9;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.contact-wrp .contact-form .form-checkbox input:checked + label:before {
    background-color: #044678;
}
.contact-wrp .contact-form .form-checkbox label:after {
    position: absolute;
    content: "";
    top: 6px;
	left:inherit;
    right: 2px;
    height: 8px;
    width: 8px;
    background-color: #99fcda;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
}
.contact-wrp .contact-form .form-checkbox input:checked + label::after {
    opacity: 1;
}*/
.wpcf7-list-item{margin:0;}
.contact-wrp .contact-form .form-checkbox label{
	color: #044678;
	text-align: right;
	font-family: Assistant;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
/* **** End Contact **** */

/* **** Footer **** */
footer {
    background-color: #044678;
}
.footer-block {
    padding: 75px 0 85px;
}
.footer-block .foot-logo .logo-img {
    display: table;
    margin: 0 0 20px;
}
.footer-block .foot-logo .logo-img img {
    max-width: 100%;
}
.footer-block .foot-logo ul.contact-info {
    margin: 0 0 25px;
}
.footer-block .foot-logo ul.contact-info li,
.footer-block .foot-logo ul.contact-info li a {
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    line-height: 34px;
}
.footer-block .foot-logo ul.contact-info li a:hover {
    color: #99fcda;
}
.footer-block .foot-logo ul.contact-info li a span {
    text-decoration: underline;
}
.footer-block .foot-logo ul.social-icons {
    display: flex;
    align-items: center;
    gap: 20px;
	flex-direction: row-reverse;
    justify-content: flex-end;
}
.footer-block .col-md-2 {
    width: 16.6666667%;
    padding: 0 15px;
}
.footer-block .col-md-2:first-child .quicklinks {
    display: table;
    margin: 0 auto;
}
.footer-block .col-md-2:nth-child(3) .quicklinks {
    display: table;
    margin: 0 auto;
}
.footer-block .col-md-2:last-child .quicklinks {
    display: table;
	margin-left:inherit;
    margin-right: auto;
}
.footer-block .quicklinks ul li {
    margin: 0 0 36px;
}
.footer-block .quicklinks ul li:last-child {
    margin: 0;
}
.footer-block .quicklinks ul li a {
    font-size: 17px;
    color: #fff;
    font-weight: 300;
    text-transform: capitalize;
}
.footer-block .quicklinks ul li a:hover {
    color: #99fcda;
}
.copright {
    padding: 15px 0 28px;
    border-top: 1px solid #99fcda;
}
.copright .row {
    align-items: center;
}
.copright a {
    font-size: 16px;
    font-weight: 300;
    color: #99fcda;
}
.copright p {
    font-size: 16px;
    font-weight: 300;
    color: #99fcda;
    margin: 0;
    text-align: left;
}
/* **** End Footer **** */

/* ***** partnership pg ***** */
.partnership-pg-wrp {
    padding: 140px 0 180px;
}
.partnership-pg-wrp ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 150px;
}
.partnership-pg-wrp ul li {
    width: 20%;
}
.partnership-pg-wrp ul li button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: block;
    width: 100%;
}
.partnership-pg-wrp ul li figure {
    height: 113px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partnership-pg-wrp ul li figure img {
    max-width: 100%;
    object-fit: contain;
}
.partner-modal {
    position: fixed;
    top: 0;
	left:inherit;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 120px 0;
}
.partner-modal .modal-dialog {
    max-width: 1469px;
    margin: 0 auto;
}
.partner-modal .modal-dialog .modal-content {
    background-color: #ffffff;
    border-radius: 98px;
    position: relative;
    padding: 116px 218px 163px;
}
.partner-modal .closeModal {
    position: absolute;
	left: 65px;
    top: 65px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    color: #044678;
    height: 40px;
    width: 40px;
    border: 2px solid #044678;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 100%;
	color: #044678;
    text-align: center;
    /*font-family: Poppins;*/
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}
.partner-modal .closeModal:hover {
    background-color: #044678;
    color: #fff;
}
.partner-modal .modal-body figure {
    display: table;
    margin: 0 auto 55px;
}
.partner-modal .modal-body p {
    margin: 0 0 35px;
    text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 35px;
}
.partner-modal .modal-body ul{padding-right:20px;}
.partner-modal .modal-body ol{padding-right:20px;}
.partner-modal .modal-body ul li,.partner-modal .modal-body ul{list-style:disc;}
.partner-modal .modal-body ol li,.partner-modal .modal-body ol{list-style:decimal;}
.partner-modal .modal-body ul li,.partner-modal .modal-body ol li{
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
}
.partner-modal .modal-body h6 {
    color: #044678;
    margin: 0;
    text-align: center;
	color: #044678;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 35px;
	font-family: Poppins;
	direction:ltr;
}
.partner-modal .modal-body h6 a {
    color: #044678;
}
.partner-modal .modal-body h6 a:hover {
    text-decoration: underline;
}
/* ***** ENd partnership pg ***** */

/* **** Rapac Defense Group ***** */
.rapac-defense-banner .inner-banner-detail {
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
}
.rapac-defense-banner .inner-banner-detail .container{max-width:100%; padding:0px;}
.rapac-defense-banner .inner-banner-detail .container .row{flex-direction: row-reverse;}
.rapac-defense-banner .inner-banner-detail .group-logo {
    background-color: #fff;
    height: 161px;
    display: flex;
    align-items: center;
    padding-right: 52px;
    width: fit-content;
    border-radius: 0 80px 80px 0;
    position: relative;
	margin-right: auto;
    padding-left: 230px;
}
.rapac-defense-banner .inner-banner-detail .group-logo:after {
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
	content:none;
}
.rapac-defense-banner .inner-banner-detail .group-logo img {
    max-width: 100%;
}
.rapac-defense-banner .inner-banner-detail .rapac-defense-detail {
    background-color: #044678;
    height: 161px;
    display: flex;
    align-items: center;
	padding-left: 76px;
    width: fit-content;
	margin-left: auto;
    border-radius: 80px 0 0 80px;
    position: relative;
	padding-right:126px;
}
.rapac-defense-banner .inner-banner-detail .rapac-defense-detail:after {
    position: absolute;
    content: "";
    background: #044678;
    width: 100%;
    height: 100%;
    top: 0;
	right: -100%;
	content:none;
}
.rapac-defense-banner .inner-banner-detail .rapac-defense-detail ul {
    display: flex;
    align-items: center;
    gap: 50px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}
.rapac-defense-banner .inner-banner-detail .rapac-defense-detail ul li img {
    max-width: 100%;
	min-height: 54px;
    max-height: 54px;
    margin: 0 auto 16px;
}
/* **** End Rapac Defense Group ***** */

/* **** Rapac Defense **** */
.rapac-defense-wrp {
    padding: 120px 0 0px;
}
.rapac-defense-wrp .rapac-defense-body h1 {
    color: #044678;
    padding: 0 0 24px;
    margin: 0 0 24px;
    position: relative;
	text-align: right;
	font-size: 50px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.rapac-defense-wrp .rapac-defense-body h1:before {
    position: absolute;
    content: "";
	left:inherit;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #ffffff 0%, #99FCDA 0.01%, #99FCDA 76.92%, #ffffff 100%);
    height: 3px;
    width: 100%;
}
.rapac-defense-wrp .rapac-defense-body p {
    color: #000000;
    margin: 0 0 35px;
	text-align: right;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 35px;
}
.rapac-defense-wrp .rapac-defense-body ul {
	padding-left:0px;
    padding-right: 24px;
    margin: 0 0 32px;
}
.rapac-defense-wrp .rapac-defense-body ul ul {
    margin: 0;
}
.rapac-defense-wrp .rapac-defense-body ul li {
    color: #000000;
    font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 35px;
    margin: 0;
    list-style: disc;
}
.rapac-defense-wrp .rapac-defense-body .btn-main {
    margin: 64px 0 0;
	padding: 3px 19.60px 3px 4.13px;
	width: 160px;
    display: flex;
    justify-content: space-between;
}
.rapac-defense-wrp .rapac-defense-images {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-flow: column;
}
.rapac-defense-wrp .rapac-defense-images .rapac-img {
    padding: 30px;
    position: relative;
}
.rapac-defense-wrp .rapac-defense-images .rapac-img:before {
    content: "";
    position: absolute;
    border-radius: 100%;
    inset: 0;
    background: linear-gradient(
        160deg,
        rgba(153, 252, 218, 1) 0%,
        rgba(153, 252, 218, 0) 70%,
        rgba(153, 252, 218, 0) 100%
    );
    animation: spin 6s linear infinite;
    z-index: -1;
}
.rapac-defense-wrp .rapac-defense-images .rapac-img figure {
    border: 20px solid #fff;
    border-radius: 100%;
    width: 100%;
    aspect-ratio: 1 / 1;
}
.rapac-defense-wrp .rapac-defense-images .rapac-img figure img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* **** End Rapac Defense **** */

/* ***** Home Page **** */
.hero-wrp {
    padding: 0;
    position: relative;
}
.hero-wrp::after {
    position: absolute;
    content: "";
    background: linear-gradient(
        360deg,
        rgba(153, 252, 218, 0) 18.22%,
        rgba(153, 252, 218, 0.3956) 75.86%,
        rgba(153, 252, 218, 0.46) 92.23%
    );
    opacity: 0.85;
    width: 100%;
    height: 230px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
.hero-wrp .hero_slider .slider-box .slider-img{
    height: 100vh;
}
.hero-wrp .hero_slider .slider-box .slider-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-wrp .hero-detail{
    position: absolute;
    left: 50%;
    top: 52.5%;
    transform: translate(-50%, -52.5%);
    z-index: 99;
}
.hero-wrp .hero-detail h1{
    max-width: 771px;
    margin: 0 auto 75px;
	color: #FFFFFF;
text-align: center;
text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.25);
font-family: Assistant;
font-size: 65px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.hero-wrp .hero-detail .btn-primary{
    margin: 0 auto;
    padding: 1.5px 7px 1.5px 4px;
    gap: 9px;
	width: 356px;
    justify-content: space-between;
	color: #044678;
text-align: right;
font-family: Assistant;
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.hero-wrp .hero-detail .btn-primary span{min-width: 52px; width: 52px; height: 52px; margin:0;}
.hero-wrp .hero-detail .btn-primary svg{transform: rotate(-180deg); width:auto;}
.hero-wrp .hero-detail .btn-primary path{
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.hero-wrp .hero-detail .btn-primary:hover .half-icon path{
    fill: #99fcda;
}
.hero-wrp .hero-detail .btn-primary:hover .half-icon path.dot{
    fill: #fff;
}
.hero-wrp .hero-detail .btn-primary:hover{color:white;}


.about-wrp {
    padding: 30px 0 120px;
}
.about-wrp .about-img-row {
    padding: 0;
}
.about-wrp .about-img-row .about-img {
    border: none;
}
.about-wrp .about-img-row:before {
    display: none;
}

.sector-wrp {
    padding: 0 0 100px;
    position: relative;
	direction:ltr;
}
.sector-wrp .sector-shap1,
.sector-wrp .sector-shap2 {
    position: absolute;
    border-radius: 100%;
    width: 1023px;
    height: 1023px;
    top: -110px;
    right: -400px;
    pointer-events: none;
    background: linear-gradient(
        160deg,
        rgba(153, 252, 218, 1) 0%,
        rgba(153, 252, 218, 0) 70%,
        rgba(153, 252, 218, 0) 100%
    );
    animation: spin 6s linear infinite;
}
.sector-wrp .sector-shap1:before,
.sector-wrp .sector-shap2:before {
    position: absolute;
    border-radius: 100%;
    content: "";
    inset: 35px;
    background-color: #fff;
}
.sector-wrp .sector-shap2 {
    right: auto;
    top: auto;
    bottom: 15%;
    left: -450px;
    height: 750px;
    width: 750px;
}
.sector-wrp .titlebar {
    margin: 0;
}
.sector-wrp .titlebar h2 {
    margin: 0 0 10px;
	color: var(--044678, #044678);
	text-align: center;
	font-size: 50px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.sector-wrp .titlebar p {
    font-size: 22px;
    color: #000;
    font-weight: 400;
    margin: 0;
    text-align: center;
}

.sector-block {
    padding: 90px 0 0;
    display: flex;
    align-items: center;
    gap: 100px;
    position: relative;
    z-index: 98;
}
.second-sector-block {
    justify-content: flex-end;
}
.sector-block .sector-image {
    width: 445px;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    position: relative;
}
.sector-block .sector-image .sector-img {
    aspect-ratio: 1 / 1;
}
.sector-block .sector-image .sector-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.sector-block .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;
}
.sector-block .image-top-shape img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.sector-block .sector-detail {
    padding: 10px 0 25px;
    position: relative;
	direction: rtl;
	width: 408px;
}
.sector-block .sector-detail::before,
.sector-block .sector-detail::after {
    position: absolute;
    content: "";
    height: 3px;
    left: -20%;
    right: -10%;
    top: 0;
    background: linear-gradient(90deg, #ffffff 0%, #99fcda 29%, #99fcda 77%, #ffffff 100%);
}
.sector-block .sector-detail::after {
    top: auto;
    bottom: 0;
}
.sector-block .sector-detail h2 {
    font-size: 37px;
	line-height: normal;
    color: #044678;
    font-weight: 600;
    margin: 0 0 30px;
	text-align: right;
}
.sector-block .sector-detail .rapac-info {
    margin: 0 0 32px;
}
.sector-block .sector-detail .rapac-info ul {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
	justify-content: space-between;
}
.sector-block .sector-detail .rapac-info ul li figure {
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0px;
}
.sector-block .sector-detail .rapac-info ul li {
	font-size: 18px;
	line-height: 47px;
    color: #044678;
    font-weight: 400;
    text-align: center;
}
.sector-block .sector-detail .btn-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sector-block .sector-detail .power-foot {
    margin: 30px 0 0;
}
.sector-block .sector-detail .power-foot ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 27px;
    margin: 0 0 27px;
    position: relative;
}
.sector-block .sector-detail .power-foot ul li::before {
    position: absolute;
    content: "";
    height: 3px;
    left: -20%;
    right: -10%;
    bottom: 0;
    background: linear-gradient(90deg, #ffffff 0%, #99fcda 29%, #99fcda 77%, #ffffff 100%);
}
.sector-block .sector-detail .power-foot ul li:last-child::before {
    display: none;
}
.sector-block .sector-detail .power-foot ul li:last-child {
    padding: 0;
    margin: 0;
}
.sector-block .sector-detail .power-foot ul li h3 {
    font-size: 30px;
    color: #044678;
    margin: 0;
	font-style: normal;
    font-weight: 600;
	line-height: normal;
}

.sector-block .sector-detail .elmor-foot ul li {
    padding: 0 0 20px;
    margin: 0 0 20px;
    position: relative;
}
.sector-block .sector-detail .elmor-foot ul li::before {
    position: absolute;
    content: "";
    height: 3px;
    left: -20%;
    right: -10%;
    bottom: 0;
    background: linear-gradient(90deg, #ffffff 0%, #99fcda 29%, #99fcda 77%, #ffffff 100%);
}
.sector-block .sector-detail .elmor-foot ul li:last-child::before {
    display: none;
}
.sector-block .sector-detail .elmor-foot ul li:last-child {
    padding: 0;
    margin: 0;
}
.sector-block .sector-detail .elmor-foot ul li:last-child .btn-group {
    justify-content: flex-end;
}

.sector-block.second-sector-block .sector-detail .power-foot ul li h3{order:2;}

.sector-block .sector-detail .elmor-foot ul li h3 {
    font-size: 30px;
    color: #044678;
    font-weight: 400;
    margin: 0;
}

#sector4 .sector-detail .power-foot ul li{justify-content: flex-end;}
#sector5 .sector-detail .power-foot ul li{justify-content: flex-end;}
#sector1 .sector-detail .btn-group{justify-content: flex-end;}
#sector4 .sector-detail .btn-group{justify-content: flex-end;}
#sector5 .sector-detail .btn-group{justify-content: flex-end;}

.sector-block .sector-detail .btn-group .btn-primary svg{width:auto;}
.sector-block .sector-detail .btn-primary span svg{width:auto;}
#sector3 .sector-detail .power-foot ul li:last-child{display:block;}
#sector3 .sector-detail .power-foot ul li:last-child .btn-primary{margin-right:auto; margin-top:5px;}
.timeline-wrp {
    padding: 0 0 65px;
}
.timeline-wrp .container-fluid {
    padding: 0 0px 0 50px;
}
.timeline-wrp .container {
    max-width: 1560px;
}

.timeline-video {
    position: absolute;
	left:inherit;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    border-radius: 485px 0 0 485px;
    width: 100%;
}
.timeline-video video {
    height: 100%;
    border-radius: 485px 0 0 485px;
    width: 100%;
    object-fit: cover;
}
.timeline-wrp .timeline-block {
    padding: 102px 0 206px;
    position: relative;
    border-radius: 485px 0 0 485px;
}
.timeline-video:before {
    position: absolute;
    content: "";
    inset: 0;
    background-color: #002c7d;
    opacity: 66%;
    border-radius: 485px 0 0 485px;
}
.timeline-detail {
    position: relative;
    z-index: 9;
}
.timeline-detail h2 {
	color:#FFFFFF;
    margin: 0 0 140px;
    text-align: center;
	font-size: 50px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.timeline-detail .timeline-list {
    position: relative;
}
.timeline-detail .timeline-list ul {
    display: flex;
    position: relative;
    gap: 55px;
	flex-direction: row-reverse;
	padding-left: 12%;
}
.timeline-detail .timeline-list ul::before {
    position: absolute;
    content: "";
    height: 11px;
    width: 100%;
    background: linear-gradient(to right, #99fcda 0%, #044678 100%);
    border-radius: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
	left: 0;
}
.timeline-detail .timeline-list ul li:nth-child(even) {
    margin-top: 305px;
}
.timeline-detail .timeline-list .timeline-box {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
}
.timeline-detail .timeline-list .timeline-box h3 {
    font-size: 38px;
    font-weight: 300;
    color: #fff;
    margin: 0;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: relative;
	font-family: "Poppins", sans-serif;
}
.timeline-detail .timeline-list .timeline-box h3::after{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    inset: 0;
    background-image: url("../images/timeline-circle.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.timeline-detail .timeline-list .timeline-box h3:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 72.5px;
    background-color: #99fcda;
    top: 100%;
    /*border-radius: 10px 10px 0 0;*/
	left:inherit;
    right: 50%;
    transform: translate(-50%, 0);
	transform: translate(0, 0);
}
.timeline-detail .timeline-list .timeline-box:hover h3:after{
    transform: rotate(180deg);
}
.timeline-detail .timeline-list ul li:nth-child(even) h3:before {
    bottom: 100%;
    top: auto;
	transform: translate(-50%, 1px);
	transform: translate(0, 1px);
    /*border-radius: 0 0 10px 10px;*/
}
.timeline-detail .timeline-list .timeline-box p {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    color: #fff;
    margin: 0;
    width: 210px;
    position: absolute;
	left:inherit;
    right: 180px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.commitment-wrp {
    background-image: url("../images/commitment-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 190px 0 78px;
    position: relative;
	background-attachment: fixed;
}
.commitment-wrp:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    inset: 0;
    background: linear-gradient(to right, #2a7f89 10%, #044678 100%);
    mix-blend-mode: multiply;
	background: linear-gradient(90deg, #4EB798 0%, #044678 100%);
	mix-blend-mode: multiply;
}
.commitment-wrp .container {
    position: relative;
    z-index: 9;
}
.commitment-wrp .titlebar {
    margin: 0 0 100px;
}
.commitment-wrp .titlebar h2 {
    margin: 0;
    color: #fff;
	color: #FFF;
text-align: center;

/* headline_he */
font-family: Assistant;
font-size: 50px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.commitment-wrp .titlebar h1{
	color: #FFF;
text-align: center;
font-family: Assistant;
font-size: 50px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.commitment-wrp .titlebar p {
    font-size: 20px;
	line-height: 35px;
    font-weight: 400;
	font-style: normal;
    color: #ffffff;
    margin: 0;
    text-align: center;
}
.commitment-wrp .commitment-box {
    background-color: rgba(4, 70, 120, 0.5);
    width: 395px;
    aspect-ratio: 1 / 1;
    border: 2px solid #fff;
    border-radius: 100%;
    mix-blend-mode: multiply;
    padding: 50px 10px;
    text-align: center;
    margin: 0 auto;
}
.commitment-wrp .commitment-box .box-icon {
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.commitment-wrp .commitment-box .box-icon img {
    max-width: 100%;
}
.commitment-wrp .commitment-box h3 {
    margin: 44px 0 64px;
    font-size: 32px;
    font-weight: 400;
    color: #99fcda;
}
.commitment-wrp .commitment-box .btn-primary {
    margin: 0 auto;
}
.commitment-wrp .download-box {
    margin: 90px 0 0;
    background-color: rgba(217, 217, 217, 0.8);
    padding: 37px 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.commitment-wrp .download-box h4 {
    color: #044678;
    margin: 0;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.commitment-wrp .download-box h4 span {
    color: #88e8c7;
}
.commitment-wrp .download-box .btn-primary span svg{transform:inherit;}

.commitment-pg-wrp {
    position: relative;
}
.commitment-pg-wrp:after {
    position: absolute;
    content: "";
    background: linear-gradient(360deg, rgba(153, 252, 218, 0) 18.22%, rgba(153, 252, 218, 0.3956) 75.86%, rgba(153, 252, 218, 0.46) 92.23%);
    /*opacity: 0.85;*/
    width: 100%;
    height: 230px;
    top: 0;
    left: 0;
    right: 0;
	
}
.commitment-pg-wrp .row {
    justify-content: center;
}
/* ***** End Home Page **** */

/* ***** Contact Page **** */
.contact-pg-wrp {
    padding: 131px 0 57px;
}
.contact-pg-wrp .contact-form p {
    font-size: 18px;
	line-height: 25px;
    font-weight: 300;
    color: #044678;
    margin: 0;
    max-width: 184px;
}
.contact-pg-wrp .contact-form .row {
    row-gap: 20px;
}
.contact-pg-wrp .contact-form .form-group .form-control {
    font-size: 15px;
    font-family: "Assistant", sans-serif;
    font-weight: 400;
    color: #7b7b7b;
    border: 1px solid #d9d9d9;
    padding: 15px;
    background-color: #fff;
    border-radius: 11px;
    box-shadow: none;
    outline: none;
    width: 100%;
    resize: none;
}
.contact-pg-wrp .contact-form .btn-primary {
    width: 100%;
    border: none;
    padding: 14px;
    justify-content: center;
    border-radius: 11px;
    margin: 0 0 30px;
	font-weight:400;
	font-family: "Assistant", sans-serif;
	font-size: 18px;
	cursor:pointer;
}
.contact-pg-wrp .contact-form .form-checkbox {
    position: relative;
}
.contact-pg-wrp .contact-form .form-checkbox input {
position: relative;
    left: inherit;
    right: 0;
    top: 0;
    border-radius: 0px;
    width: 11px;
    height: 11px;
    opacity: 1;
    visibility: visible;
    background-color: #d9d9d9;
}
/*.contact-pg-wrp .contact-form .form-checkbox label {
    font-size: 13px;
    font-weight: 300;
    color: #044678;
    margin: 0;
    position: relative;
	padding-left:0px;
    padding-right: 26px;
    display: block;
    cursor: pointer;
}
.contact-pg-wrp .contact-form .form-checkbox label:before {
    position: absolute;
    content: "";
	left:inherit;
    right: 0;
    top: 4px;
    height: 12px;
    width: 12px;
    background-color: #d9d9d9;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.contact-pg-wrp .contact-form .form-checkbox input:checked + label:before {
    background-color: #044678;
}
.contact-pg-wrp .contact-form .form-checkbox label:after {
    position: absolute;
    content: "";
    top: 6px;
	left:inherit;
    right: 2px;
    height: 8px;
    width: 8px;
    background-color: #99fcda;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
}
.contact-pg-wrp .contact-form .form-checkbox input:checked + label::after {
    opacity: 1;
}*/
.contact-wrp .contact-form .wpcf7-list-item label{
	color: #044678;
	text-align: right;
	font-family: Assistant;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-right: 17px;
}
.contact-pg-wrp .contact-form .form-checkbox .wpcf7-list-item label{
	display: flex;
    align-items: center;
    padding-right: 0px;
    animation: ce;
    vertical-align: middle;
    gap: 10px;
	color: #044678;
	text-align: right;
	font-family: Assistant;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.contact-pg-wrp .contact-info {
    position: relative;
	padding-left:inherit;
    padding-right: 30px;
}
.contact-pg-wrp .contact-info:before {
    position: absolute;
    content: "";
    top: -15%;
    bottom: -15%;
    width: 3px;
    background: linear-gradient(180deg, #fff 0%, #99fcda 29%, #99fcda 77%, #ffffff 100%);
	left:inherit;
    right: 5px;
	height:315px;
}
.contact-pg-wrp .contact-info h4 {
    margin: 0;
	color: #044678;
	text-align: right;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 59px;
	text-transform: capitalize;
}

.contact-map-wrp {
    background-color: #044678;
    padding: 0 0 128px;
}
.contact-map-wrp .map-block {
    height: 400px;
    overflow: hidden;
}
.contact-map-wrp .map-block iframe {
    height: 100%;
    width: 100%;
    border: none;
}
/* ***** End Contact Page **** */

