@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-thumb {
    background: #1b97d4;
}

body::-webkit-scrollbar-track {
    background: #d1d2d4;
}


/********** Header ************/

#global-header {
    padding: 30px 0;
}

#global-header .et_pb_row {
    display: flex;
    align-items: center;
    padding: 0 !important;
}

#global-header .et_pb_menu__wrap {
    justify-content: flex-end;
}

#global-header nav ul {
    margin: 0;
    align-items: center;
}

#global-header nav ul li {
    margin: 0;
    padding: 0;
}

#global-header nav ul li a {
    padding: 0 30px 0 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #1E1950;
    opacity: 1;
}

#global-header nav ul li a:hover{
    color: #1b97d4;
}

#global-header nav ul li.orange-btn a {
    background: #1b97d4;
    color: #fff;
    font-size: 18px;
    padding: 15px 20px 15px 50px; 
    border-radius: 50px;
    text-transform:capitalize;
    margin-right:10px;
    transition: 0.5s all;
	border: 2px solid #1b97d4;
}

#global-header nav ul li.orange-btn a:hover{
    transition: 0.5s all;
    background: #ffffff00;
    border: 2px solid white;
}

#global-header nav ul li.orange-btn a:before{
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    width: 28px;
    height: 21px;
    background: url(../img/o1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#global-header nav ul li.blue-btn a {
    background: transparent;
    color: #fff;
    font-size: 18px;
    padding: 15px 20px 15px 45px;
    border-radius: 50px;
    text-transform: capitalize;
    transition: 0.5s all;
    border: 2px solid #0d2f6f;
}

#global-header nav ul li.blue-btn a:hover{
    transition: 0.5s all;
    background: #fff;
	border: 2px solid #000;
	color:white;
}

#global-header nav ul li.blue-btn a:before{
    content: "";
    position: absolute;
    top: 12px;
    left: 15px;
    width: 20px;
    height: 20px;
    background: url(https://staging-plus.net/clients/Exitus/wp-content/uploads/2025/11/image-3.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/*********** Sections************/

#section-1{
    background-size: 100% 100%;
}

#section-1 .et_pb_row {
    display: flex;
    align-items: center;
}

#section-1 .heading p {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 30px;
    color: #fff;
    line-height: 1.2;
    width: 80%;
}

#section-1 .heading h1 {
    padding: 0;
    margin: 20px 0 40px;
    font-size: 42px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
}

#section-1 .heading h1 .org {
    color: #1b97d4;
}

#section-1 .heading h1 .gra {
    color: #DDD9D9;
}

#section-1 .heading h1 .light-blu {
    color: #3AE4EF;
    line-height: 1.1;
    display: inline-block;
}

#section-1 .btn {
    font-size: 20px;
    border: 1px solid #fff;
    border-radius: 50px;
    text-transform: capitalize;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    padding: 10px 30px 10px 60px;
    line-height: inherit !important;
    float: left;
    margin-right: 35px;
}

#section-1 .btn:hover{
    background: white;
    border: 1px solid #1E1950;
    color: #1b97d4;
}

#section-1 .icon-1:after{
    content: "";
    position: absolute;
    top: 10px;
    left: 25px;
    opacity: 1;
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    width: 23px;
    height: 23px;
    background: url(https://staging-plus.net/clients/Exitus/wp-content/uploads/2025/10/image-6.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#section-1 .icon-2:after{
    content: "";
    position: absolute;
    top: 10px;
    left: 25px;
    opacity: 1;
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    width: 19px;
    height: 19px;
    background: url(https://staging-plus.net/clients/Exitus/wp-content/uploads/2025/10/image-8.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#section-1 .men-img {
    margin-top: 30px;
}

.scroll-down-row {
    position: absolute;
    top: 50px;
    left: 50px;
    width: auto !important;
}

.scroll_down {
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.scroll_down ul {
    padding: 0;
    animation: float 2s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-20px);
    }
    100% {
        transform: translatey(0px);
    }
}

.scroll_down ul li {
    list-style: none;
    margin-bottom: 5px !important;
}

.scroll_down ul li:last-child {
    margin: 0;
}

.scroll_down ul li a {
    color: #1E1950;
    transition:0.5s all;
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
    transition: 0.5s all;
}

.scroll_down ul li a:hover{
    transition: 0.5s all;
    background: #1b97d4;
}

.scroll_down ul li a i {
    font-size: 18px;
    transition:0.5s all;
    color: #1E1950;
}

.scroll_down ul li a:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background: #fff;
    border: 2px dotted #1E1950;
    border-radius: 50px;
    z-index: -1;
    transition: 0.5s all;
}

.scroll_down ul li a:hover:before{
    transition: 0.5s all; 
    background: #1b97d4;
}

.scroll_down .line {
    height: 100px;
    border: 1px dotted #fff;
    margin: 25px 0;
    border-radius: 50px;
}

.scroll_down p {
    margin: 0;
    transform: rotate(-180deg);
    writing-mode: vertical-lr;
    position: relative;
    width: auto !important;
    line-height: inherit !important;
}

.scroll_down p span {
    color: #3AE4EF;
    font-size: 10px;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    letter-spacing: 1px;
}

.scroll_down p span:before{
    content: "";
    position: absolute;
    width: 21px;
    height: 26px;
    background: url(../img/a1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: -35px;
    transform: rotate(-180deg);
    left: 2px;
}


#section-2 {
    padding: 0 0 200px;
}

#section-2 .heading h2 {
    text-align: center;
    font-size: 130px;
    color: #0E2A5A;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    padding: 0;
    margin-bottom: 50px;
}

#section-2 .heading h2:before {
    content: "our services";
    position: absolute;
    left: 0;
    right: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 155px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #dbdbdb;
    top: -50px;
    z-index: -1;
}

#section-2 .heading p {
    text-align: center;
    font-size: 22px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    color: #000000;
    line-height: 1.6; 
} 

.service-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 100px;
}

.service-wrapper:before{
    content: "";
    position: absolute;
    width: 131px;
    height: 107px;
    background: url(../img/dot.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: -50px;
    right: -50px;
    z-index: -1;
}

.service-wrapper:after{
    content: "";
    position: absolute;
    width: 131px;
    height: 107px;
    background: url(../img/dot.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    bottom: -50px;
    left: -50px;
    z-index: -1;
}

.service-area .avatar img {
    width: 100%;
    display: block;
}

.service-area .content {
    height: 440px;
    text-align: center;
    padding-top: 50px;
}

.service-area .content h3 {
    padding: 0;
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
}

.service-area .content p {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #000000;
    width: 90%;
    margin: 0 auto;
    line-height: 1.5;
}

.service-wrapper .service-area:nth-child(1) .content {
    background: #1b97d4;
}

.service-wrapper .service-area:nth-child(1) .content h3 {
    color: #fff;
}

.service-wrapper .service-area:nth-child(1) .content p {
    color: #fff;
}

.service-wrapper .service-area:nth-child(3) .content {
    background: #1b97d4;
}

.service-wrapper .service-area:nth-child(3) .content h3 {
    color: #fff;
}

.service-wrapper .service-area:nth-child(3) .content p {
    color: #fff;
}

#position .heading h2 {
    text-align: center;
    font-size: 120px;
    color: #0E2A5A;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    padding: 0;
    margin-bottom: 50px;
}

#position .heading h2:before {
    content: "positions we fill";
    position: absolute;
    left: 0;
    right: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 140px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #dbdbdb;
    top: -50px;
    z-index: -1;
}

#position .right {
    background: #141f2d;
    padding: 50px 0 50px 50px;
}

#position .right h3 {
    padding: 0;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 35px;
    margin-bottom: 20px;
}

#position .right ul {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#position .right ul li {
    list-style: none;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 25px;
}

#position .et_pb_row {
    display: flex;
}

#position .right ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: #fff;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
}

#section-3 {
    padding: 200px 0 75px;
}

#section-3 .d-flex {
    display: flex;
    align-items: center;
}


#section-3 .heading {
    margin-bottom: 70px;
}

#section-3 .heading h2 {
    text-align: center;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    font-size: 55px;
    padding: 0;
    line-height: 1.4;
}

#section-3 .heading h2:before {
    content: "about us";
    position: absolute;
    left: 0;
    right: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 155px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #dbdbdb;
    bottom: 90px;
    z-index: -1;
}

#section-3 .heading h2 .f-1 {
    color: #8E8D8D;
    font-weight: 300;
}

#section-3 .heading h2 .f-2 {
    color: #000000;
    font-weight: 300;
}

#section-3 .heading h2 .f-3 {
    font-weight: 600;
    color: #0E2A5A;
}

#section-3 .right {
    padding-left: 50px;
}

#section-3 .right p {
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 22px;
    line-height: 1.5;
    color: #000000;
}

#section-3 .right h3 {
    padding: 0;
    margin: 20px 0;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 35px;
    color: #1b97d4;
}

#section-3 .right h4 {
    padding: 0;
    margin: 20px 0;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 35px;
    color: #1E1950;
}

#section-3 .right .btn {
    margin-top: 50px;
    border: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 32px;
    text-transform: capitalize;
    background: #1b97d4;
    color: #fff;
    border-radius: 50px;
    line-height: inherit !important;
    padding: 20px 40px;
}

#section-3 .right .btn:after{
    display:none;
}

#section-3 .right .btn:hover{
    background: #1E1950;  
}

#section-4 {
    background: #e9faff;
    padding-top: 50px;
}

#section-4 .main-heading h2 {
    padding: 0;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 155px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #dbdbdb;
}

#section-4 .left p {
    padding-left: 130px;
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}

#section-4 .heading h2 {
    padding: 0 0 0 130px;
    font-size: 40px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    line-height: 1.4;
}

#section-4 .heading h2 .f-1 {
    font-weight: 700;
    color: #0E2A5A;
}

#section-4 .heading h2 .f-2 {
    font-weight: 400;
    color: #000;
}

#section-4 .heading h2 .f-3 {
    font-weight: 700;
    color: #0e2a5a;
}

#section-4 .heading h2 .f-4 {
    font-weight: 700;
    color: #000;
}

.job-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-top: -45px;
}

.job-area {
    background: #0E2A5A;
    border-radius: 30px;
    padding: 60px 30px;
    position: relative;
}

.job-area:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 30px;
    width: 40px;
    height: 40px;
    background: #89E3FF;
    border-radius: 50px;
    opacity: 0.2;
}

.job-area:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 60px;
    background: #89E3FF;
    border-radius: 30px 0 30px 0;
    opacity: 0.2;
}

.job-area h3 {
    padding: 0;
    color: #1b97d4;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 1.3;
}

.job-area .info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin: 15px 0;
}

.job-area .info span {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    position: relative;
}

.job-area .info .location {
    padding-left: 20px;
}

.job-area .info .category {
    padding-left: 30px;
}

.job-area .info .location:before{
    content: "";
    position: absolute;
    width: 12px;
    height: 19px;
    background: url(../img/location.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
}

.job-area .info .category:before{
    content: "";
    position: absolute;
    width: 18px;
    height: 17px;
    background: url(../img/category.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 4px;
    left: 0;
}

.job-area h4 {
    padding: 0;
    color: #1b97d4;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.job-area p {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    margin-bottom: 45px;
}

.job-area a {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 18px;
    text-transform: capitalize;
    background: #1b97d4;
    color: #fff;
    border-radius: 50px;
    padding: 8px 20px;
    transition: 0.5s all;
}

.job-area a:hover{
    background: #fff;
    color: #1b97d4;
    transition: 0.5s all;
}

#section-5 .right {
    padding: 100px 0 0 65px;
}

#section-5 .heading h2 {
    padding: 0;
    font-size: 55px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    line-height: 1.4;
}

#section-5 .heading h2 .f-1 {
    font-weight: 300;
    color: #8E8D8D;
}

#section-5 .heading h2 .f-2 {
    font-weight: 600;
    color: #0E2A5A;
}

#section-5 p {
    font-size: 22px;
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    line-height: 1.5;
    margin: 20px 0 70px;
    width: 80%;
}

#section-5 h3 {
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 50px;
    color: #000;
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}

#section-5 h3 em {
    font-style: normal;
    font-weight: 500;
    font-size: 100px;
    color: #0E2A5A;
}

#section-5 .right .btn {
    margin-top: 50px;
    border: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 32px;
    text-transform: capitalize;
    background: #1b97d4;
    color: #fff;
    border-radius: 50px;
    line-height: inherit !important;
    padding: 20px 40px;
}

#section-5 .right .btn:after{
    display:none;
}

#section-5 .right .btn:hover{
    background: #1E1950;  
}

#section-5 .left {
    padding-bottom: 50px;
}

#section-5 .left:before {
    content: "";
    position: absolute;
    width: 131px;
    height: 107px;
    background: url(../img/dot.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    bottom: 0;
    right: -50px;
    z-index: 1;
}


#section-6 {
    padding: 150px 0;
}

#section-6 .heading h2 {
    text-align: center;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    font-size: 55px;
    padding: 0;
    line-height: 1.4;
    margin-bottom: 50px;
}

#section-6 .heading h2:before {
    content: "blog";
    position: absolute;
    left: 0;
    right: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 155px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #dbdbdb;
    bottom: -30px;
    z-index: -1;
}

#section-6 .heading h2 .f-1 {
    color: #8E8D8D;
    font-weight: 300;
    display: inline-block;
}

#section-6 .heading h2 .f-2 {
    font-weight: 600;
    color: #0E2A5A;
}

#section-6 p {
    text-align: center;
    font-size: 22px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    color: #000000;
    line-height: 1.6;
    width: 80%;
    margin: 0 auto;
}

.blog-wrapper {
    margin-top: 75px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.blog-area .avatar img {
    width: 100%;
    display: block;
    border-radius: 30px;
}

.blog-area .post-meta {
    margin: 30px 0;
}

.blog-area .post-meta span {
    color: #878787;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    padding-left: 25px;
}

.blog-area h3 {
    padding: 0;
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #0E2A5A;
}

.blog-area .post-meta span:before{
    content: "";
    position: absolute;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    top: 5px;
    left: 0;
}


.blog-area .post-meta .admin:before{
    width: 15px;
    height: 16px;
    background: url(../img/admin.png);
}

.blog-area .post-meta .date:before{
    width: 15px;
    height: 15px;
    background: url(../img/date.png);
}

.blog-area .post-meta .admin{
    margin-right: 20px;
}

#section-7 .full-col {
    width: 100%;
    max-width: 660px;
    background: #0E2A5A;
    opacity: 0.9;
}

#section-7 .testi-cover {
    padding: 50px 0 80px 50px;
}

#section-7 .heading h2 {
    font-size: 155px;
    text-transform: uppercase;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #fff;
    opacity: 0.4;
    position: absolute;
}

.testimonial-wrapper {
    padding-top: 170px;
}

.testimonial-area {
    text-align: center;
    padding-right: 50px;
}

.testimonial-area p {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 50px;
}

.testimonial-area h3 {
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 45px;
}

.testimonial-area:before{
    content: "";
    position: absolute;
    background: url(../img/testi.png);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    width: 95px;
    height: 87px;
    bottom: 0;
    left: 0;
}

.testi_arrow {
    position: absolute;
    right: 50px;
    bottom: 80px;
    display: flex;
    gap: 5px; 
}

.testi_arrow a {
    width: 35px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.testi_arrow a i {
    color: #fff;
}

#section-8 {
    padding: 100px 0;
}

#section-8 .main-heading {
    margin-bottom: 50px;
}

#section-8 .main-heading h2 {
    padding: 0;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 155px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #dbdbdb;
}

#section-8 .heading h2 {
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    font-size: 45px;
    padding: 0;
    line-height: 1.4;
    margin-bottom: 50px;
    width: 90%;
    padding-left: 40px;
}

#section-8 .heading h2 .f-1 {
    color: #000000;
    font-weight: 300;
}

#section-8 .heading h2 .f-2 {
    font-weight: 500;
    color: #1b97d4;
}

#section-8 .right {
    background: #0E2A5A;
    padding: 100px 70px;
    border-radius: 40px 0 40px 0;
	z-index:99;
}

#section-8 .right form {
    margin: 0;
}

#section-8 .right form p {
    padding: 0;
    margin-bottom: 20px;
}

#section-8 .right form input {
    color: #707070;
    border-radius: 50px;
    padding: 20px 30px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}

#section-8 .right form textarea {
    border-radius: 25px;
    color: #707070;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    resize: none;
}

#section-8 .right form p:nth-child(6) {
    margin: 0;
}

#section-8 .right form .et_contact_bottom_container {
    float: none;
    margin: 0;
    justify-content: center;
}

#section-8 .right form button {
    margin: 20px 0 0 0 !important;
    border: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 32px;
    text-transform: capitalize;
    background: #1b97d4;
    color: #fff;
    border-radius: 50px;
    line-height: inherit !important;
    padding: 20px 40px;
    transition: 0.5s all;
}

#section-8 .right form button:after{
    display:none;
}

#section-8 .right form button:hover{
    background: #fff;
    color: #1b97d4;
    transition: 0.5s all;
}

#section-8 .left {
    transform: translateX(20px);
    z-index: 9;
}

#section-8 .left img {
    height: 700px;
    object-fit: cover;
}


#outsourcing {
    padding: 150px 0;
}

#outsourcing h2 {
    padding: 0;
    text-align: center;
    font-size: 130px;
    color: #0E2A5A;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 700; 
}

/* #outsourcing h2:before {
    content: "Outsourcing Solutions";
    position: absolute;
    left: 0;
    right: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 155px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #dbdbdb;
    top: -50px;
    z-index: -1;
} */

#outsourcing p {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    color: #000000;
    text-align: center;
    line-height: 1.5;
    width: 90%;
    margin: 30px auto 0;
}

#outsourcing .btn {
    margin-top: 25px;
    border: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 22px;
    text-transform: capitalize;
    background: #1b97d4;
    color: #fff;
    border-radius: 50px;
    line-height: inherit !important;
    padding: 15px 30px;
}

#outsourcing .btn:after{
    display:none;
}

#outsourcing .btn:hover{
    background: #1E1950;  
}

#outsource-sec-2 {
    padding: 100px 0;
}

#outsource-sec-2 .et_pb_row {
    margin-bottom: 70px;
    display: flex;
    align-items: center;
}

#outsource-sec-2 h2 {
    padding: 0;
    font-size: 35px;
    color: #0E2A5A;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
}

#outsource-sec-2 p {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    color: #000000;
    line-height: 1.5;
    width: 90%;
}

#outsource-sec-2 img {
    height: 350px;
    object-fit: cover;
}

#outsource-sec-2 .et_pb_row:nth-child(even) h2,
#outsource-sec-2 .et_pb_row:nth-child(even) p{
    padding-left: 50px;
}

#global-header nav ul li a::after {
    right: 10px;
}

#global-header nav ul li ul.sub-menu {
    padding: 0;
    border-top: 3px solid #1e1950;
}

#global-header nav ul li ul.sub-menu li a {
    width: 100% !important;
    padding: 10px 10px;
    font-size: 18px;
    background: transparent;
}

#team {
    padding: 100px 0;
}

#team .team-row {
    width: 100%;
    max-width: 800px;
    display: flex;
    gap: 30px;
}

#team .heading h2 {
    text-align: center;
    font-size: 130px;
    color: #0E2A5A;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    padding: 0;
    margin-bottom: 50px;
}

#team .heading h2:before {
    content: "meet the team";
    position: absolute;
    left: 0;
    right: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 155px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #dbdbdb;
    top: -50px;
    z-index: -1;
}

#team h4 {
    padding: 0;
    text-align: center;
}

#team h4 span {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 35px;
    color: #0E2A5A;
    text-transform: capitalize;
}

#team p {
	margin-top: 10px;
    color: #000000 !important;
    font-family: "Poppins", sans-serif;
    font-weight: 400 !important;
    font-size: 15px !important;
    text-align: center;
}







#coming-soon {
    padding: 100px 0;
}

#coming-soon h1 {
    padding: 0;
    text-align: center;
    font-size: 75px;
    color: #0E2A5A;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 700; 
}

#coming-soon p {
    margin-top: 50px;
    font-size: 22px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    color: #000000;
    text-transform: capitalize;
}








/*********** Footer ***********/

#global-footer {
    padding: 100px 0;
    background-size: 100% 100%;
}

#global-footer .et_pb_menu__wrap {
    justify-content: center;
}

#global-footer nav ul {
    margin: 0;
    align-items: center;
}

#global-footer nav ul li {
    margin: 0;
    padding: 0;
}

#global-footer nav ul li a {
    padding: 0 30px 0 0;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    opacity: 1;
}

#global-footer nav ul li a:hover{
    color: #1b97d4;
}

#global-footer nav ul li a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    width: 1px;
    height: 15px;
    background: #fff;
}

#global-footer nav ul li:last-child a:after {
    display:none;
}

#global-footer .footer-social-links ul {
    padding: 0;
    margin: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

#global-footer .footer-social-links ul li {
    list-style: none;
}

#global-footer .footer-social-links ul a {
    color: #1E1950;
    transition:0.5s all;
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
    transition: 0.5s all;
}

#global-footer .footer-social-links ul a:hover{
    transition: 0.5s all;
    background: #1b97d4;
}

#global-footer .footer-social-links ul li a i {
    font-size: 18px;
    transition:0.5s all;
    color: #1E1950;
}

#global-footer .footer-social-links ul a:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background: #fff;
    border: 2px dotted #1E1950;
    border-radius: 50px;
    z-index: -1;
    transition: 0.5s all;
}

#global-footer .footer-social-links ul a:hover:before{
    transition: 0.5s all;
    background: #1b97d4;
}

#global-footer p {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #fff;
}

#subscribe {
    padding: 160px 0 100px;
    background: #F6F5F5;
}

#subscribe .heading h2 {
    text-align: center;
    padding: 0;
    font-size: 55px;
    position: relative;
    padding-top: 20px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
}

#subscribe .heading h2:before {
    content: "subscribe now";
    position: absolute;
    bottom: 100%;
    left: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 155px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #dbdbdb;
}

#subscribe .heading h2 .s1 {
    font-weight: 500;
    color: #0E2A5A;
}

#subscribe .heading h2 .s2 {
    font-weight: 300;
    color: #000;
}

#subscribe .heading h2 .s3 {
    font-weight: 500;
    color: #1b97d4;
}

.subs_form {
    width: 100%;
    max-width: 700px;
    margin: 50px auto 0;
}

.subs_form .subs_input {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
}

.subs_form .subs_input input[type="email"] {
    width: 100%;
    padding: 15px 20px 20px 0;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #B2B0B0;
    color: #707070;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-right: 30px;
}

.subs_form .subs_input input[type="email"]::placeholder{
     color: #707070;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;   
}

.subs_form .subs_input input[type="submit"] {
    border: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #0E2A5A;
    text-transform: capitalize;
    font-size: 20px;
    cursor: pointer;
    background: transparent;
    position: relative;
    bottom: -10px;
}

.subs_form .subs_checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
}

.subs_form .subs_checkbox a {
    color: #707070;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-transform: capitalize;
}

.subs_form .subs_input .icon{
    position: relative;
}
.subs_form .subs_input .icon:before{
    content: "";
    position: absolute;
    top: -25px;
    right: -110px;
    width: 78px;
    height: 89px;
    background: url(https://staging-plus.net/clients/Exitus/wp-content/uploads/2025/10/image-7.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#coming-soon .about-page-text .et_pb_text_inner p {
    margin: 0;
    font-size: 17px;
    line-height: normal;
}
#coming-soon .about-page-text .et_pb_text_inner li{
    margin: 0;
    font-size: 17px;
    line-height: normal;
    margin-bottom:10px;
}
#coming-soon .about-page-text .et_pb_text_inner h2{
    margin:15px 0;
}






@media (max-width:1300px) {
	.scroll_down {
		display:none;
	}
}


@media (max-width:1024px) {
	#section-1 .heading h1 {
    font-size: 30px;
}
	#outsourcing {
    padding: 50px 0;
}
	#section-1 .btn {
    margin-right: 10px;
	margin-top:5px;
}
	.et_pb_text_0 h3 {
    font-size: 35px;
}
	    #section-2 .heading h2 {
        font-size: 70px;
        margin-bottom: 25px;
    }
	#section-2 .heading h2:before {
        font-size: 100px;
    }
	#section-2 {
        padding: 50px 0 50px !important;
    }
	#position .heading h2 {
    font-size: 70px;
}
	#position .heading h2:before {
    font-size: 75px;
}
	#section-3 {
    padding: 50px 0 50px !important;
}
	.industries-grid-section {
    padding: 0px 20px;
}
	.industries-heading {
    font-size: 65px;
}
	#section-8 .main-heading {
    margin-bottom: 0px;
}
	#outsource-sec-2 h2 {
    font-size: 25px !important;
}
}


@media (max-width:767px) {
	#section-1 .et_pb_row {
    display: flex;
    align-items: center;
    flex-direction: column;
}
	#section-1 {
    background-size: cover;
}
	.et_pb_text_0 h3 {
    padding: 0 10px !important;
    font-size: 35px !important;
    line-height: 1.3em;
}
	    #section-2 .heading h2 {
        font-size: 40px !important;
        margin-bottom: 25px;
    }
	    #section-2 .heading h2:before {
        font-size: 50px !important;
    }
	    .et_pb_gutters1 .et_pb_column, .et_pb_gutters1.et_pb_row .et_pb_column {
        margin: 10px 0 !important;
    }
	#position .heading h2 {
        font-size: 40px !important;
    }
	    #position .heading h2:before {
        font-size: 36px !important;
    }
	    #section-3 .heading h2 {
        font-size: 28px !important;
    }
	#section-3 .heading h2:before {
        font-size: 62px !important;
        bottom: 106px !important;
    }
	#section-3 .right {
    padding-left: 20px !important;
}
	    #section-4 .main-heading h2 {
        font-size: 60px !important;
    }
	    #section-4 .heading h2 {
        padding: 0 !important;
        font-size: 30px !important;
    }
	#section-4 .left p {
        padding-left: 0px !important;
        font-size: 20px;
    }
	.job-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
	#section-7 .heading h2 {
        font-size: 50px !important;
    }
	#section-8 .main-heading h2 {
        font-size: 50px !important;
    }
	#section-8 .heading h2 {
    padding-left: 0px !important;
}
	#section-8 .left img {
    height: 400px !important;
    object-fit: cover;
}
	#section-8 .right {
    background: #0E2A5A;
    padding: 20px 20px;
    border-radius: 0;
	margin: 0 !important;
}
	#coming-soon {
    padding: 30px 0;
}
	.et_pb_text_0 {
    margin-bottom: 10px !important;
}
	#outsource-sec-2 .et_pb_row {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
	padding: 0 !important;
}
	#outsource-sec-2 {
    padding: 0px 0 !important;
}
	    #section-8 {
        padding: 50px 0 0 !important;
    }
	#outsource-sec-2 .et_pb_row:nth-child(even) {
    display: flex;
    align-items: center;
    flex-direction: column !important;
  }
	#outsource-sec-2 .et_pb_row:nth-child(even) h2, #outsource-sec-2 .et_pb_row:nth-child(even) p {
    padding-left: 0px !important;
}
	#outsource-sec-2 p {
    font-size: 16px !important;
    width: 100% !important;
}
	#section-5 .et_pb_row {
        display: flex;
        flex-direction: column-reverse;
    }
	#section-5 .right {
        padding: 10px;
    }
	#position .right {
    padding: 20px;
}
}