body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

body p {
    line-height: 1.5;
}

a {
    text-decoration: none;
}

.secTitle {
    font-family: "Lato", sans-serif;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.secTitle::before {
    content: " ";
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 120px;
    height: 2px;
    background-color: #050543;
}

.secTitle::after {
    content: ' ';
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #050543;
    background-color: #fff;
}

ul {
    margin-bottom: 0;
    padding-left: 0;
}

ul li {
    list-style: none;

}

/* header */

header {
    background-color: #050824;
    position: relative;
}

header::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 100%;
    background-color: #fff;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom: 1px solid #050543;
}

.headerArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.logo {
    position: relative;
}

.hUpper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hUpper {
    color: #fff;
    margin-bottom: 16px;
}

.social_icon ul {
    display: flex;
    gap: 15px;
}

.social_icon ul li {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #ffffff;
    font-size: 14px;
}

.social_icon ul li i {
    color: #ffffff;
}

.nav-item {
    margin: 0;
    margin-left: 35px;
}

.nav-item:first-child {
    margin-left: 0 !important;
}

.nav-link {
    padding: 0 !important;
    margin: 0;
    color: #fff;
    position: relative;
}

.active::after {
    content: ' ';
    position: absolute;
    top: 26px;
    left: 0;
    width: 0;
    height: 1.5px;
    background-color: #fff;
    transition: 0.5s;
    color: #fff !important;
}

.nav-link:hover::after {
    width: 30px;
    transition: 0.5s;
}

.nav-link:hover {
    color: #fff;
}

.active {
    color: #fff !important;
    /*font-weight: 700;*/
}

.active::after {
    width: 30px;
}


.page-header.is-sticky {
    width: 100%;
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    animation: slideDown 0.35s ease-out;
    z-index: 99999;
    top: 0;
}

.page-header.is-sticky .headerUpper {
    display: none;
}

.page-header.is-sticky img {
    max-width: 80%;
}

.page-header.is-sticky button {
    font-size: 14px;
    padding: 7px 10px;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}


/* banner */
.banner {
    height: 100vh;
    position: relative;
}
.swiper-slide::before{
    content:' ';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: #000000a6;
    z-index: -1;
}
.swiper-slide {
    text-align: center;
    background-size: cover;
    overflow-x: hidden;
    background-size: cover;
    position: relative;
}

.slider-container {
    padding: 100px;
}



.slider-sub-title {
    font-size: 70px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 9.2px;
    color: #ffffff;
}

.slider-title {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    /*letter-spacing: -1.03px;*/
    color: #ffffff;
    padding: 50px 0px;
    opacity: 1;
}

.slider-buttton {
    font-weight: 600;
    letter-spacing: 1.29px;
    border: solid 1px #ffffff;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
}

.swiper-slide {
    background-size: cover !important;
}

.slide-1 {
    background: url("../images/banner-img1.jpg") no-repeat;
    background-size: cover;
}

.slide-2 {
    background: url("../images/bannerImg2.jpg") no-repeat;
    background-size: cover;
}

.slide-3 {
    background: url("../images/banner-bpoBg.jpg") no-repeat;
    background-size: cover;
}


.slider-buttton {
    display: inline-block;
}

.swiper-slide-active .slider-sub-title {
    animation: rollIn 1s;
}

.swiper-slide-active .slider-title {
    animation: fadeInUp 1.5s;
}

.swiper-slide-active.slide-2 .slider-title {
    animation: fadeInRight 1.5s;
}

.swiper-slide-active.slide-3 .slider-title {
    animation: fadeInLeft 1.5s;
}


.swiper-slide-active .slider-buttton {
    animation: zoomIn 2s;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    filter: grayscale(1);
}


/*  */

.secPdn {
    padding: 80px 0;
}

.noSpaceTop {
    padding-top: 0 !important;
}

.noSpaceBottom {
    padding-bottom: 0 !important;
}


.bnrBtmItm {
    padding: 30px;
    box-shadow: -1px 2px 6px 2px #00000045;
    background-color: #fff;
    padding-top: 0;
    transition: 0.5s;
    /* border-radius: 15px; */
    height: 100%;
}

.bnrBtmItm:hover {
    transition: 0.5s;
    background-color: #050824;
}

.bnrBtmItm:hover img {
    filter: invert(1);
    transition: 0.5s;
}

.bnrBtmItm:hover span,
.bnrBtmItm:hover p {
    color: #fff;
    transition: 0.5s;
}

.bnrBtmImg {
    width: 100px;
    height: 70px;
    background-color: #0000000d;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bnrBtmItm img {
    height: 40px;
}

.bnrBtmItm span {
    display: block;
    margin-top: 18px;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
    font-family: "Lato", sans-serif;
}

.bnrBtmItm p {
    margin-bottom: 0;
}

.bnrBtmUpper {
    display: flex;
    gap: 35px;
    align-items: center;
}

.bnrBtmNum h5 {
    margin-bottom: 0;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
}

.swiper-container {
    height: 100%;
    object-fit: cover;
}

/* about */

.aboutLeft {
    position: relative;
    height: 420px;
}

.aboutLeft::after {
    content: ' ';
    position: absolute;
    bottom: 35px;
    left: -50px;
    width: 426px;
    height: 280px;
    border: 5px solid #0e1857;
    z-index: 2;
}

.aboutRight {
    /* padding-left: 20px; */
    text-align: center;
}

.aboutImg1 {
    height: 330px;
    object-fit: cover;
}

.aboutImg2 {
    position: absolute;
    bottom: -13px;
    right: -95px;
    height: 250px;
    z-index: 3;
}

/* salary */

.salary {
    background: url(../images/salaryBgImg.jpg) no-repeat fixed;
    background-size: cover;
    position: relative;
}

.salary::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000085;
}

.salaryCtn {
    /* background-color: #fff;
    padding: 30px; */
    text-align: center;
    color: #fff;
    position: relative;
}

.salary .secTitle::before {
    background-color: #fff !important;
}

.salary .secTitle::after {
    border-color: #fff !important;
}

.btn {

    border-radius: 5px;

    padding: 7px 30px;

    font-size: 17px;

    font-weight: 400;

    text-transform: capitalize;

    margin-top: 25px;
    transition: 0.5s;
}

.borderBtn {

    border: 3px solid #fff;

    color: #ffff;
}

.borderBtn:hover {
    transition: 0.5s;
    background-color: #fff;
    color: #050824;
}

.themBtn {
    border: 3px solid #050824;
    background-color: #050824;
    color: #fff;
}

.themBtn:hover {
    transition: 0.5s;
    border: 3px solid #050824;
    color: #050824;
}

/* ---client--- */



.auto_slider_container {

    margin-top: 20px !important;

    width: 100%;

    display: flex;

    margin: auto;

    overflow: hidden;

}



.auto_slider {padding: 0px;margin: 0px;list-style: none;display: flex;justify-content: center;align-items: center;animation: rotation 30s linear infinite;flex-wrap: wrap;gap: 55px;}



.auto_slider li {

    padding: 5px;

    display: flex;

    align-items: center;

    justify-content: center;

    min-width: 150px;

    /* width: 100%; */

    margin: 0px 10px;

    box-sixing: border-box;

    /* border-radius: 10px; */
}



.auto_slider li img {

    height: 80px;

    /* background-size: contain; */

    object-fit: contain;

    text-align: center;
}



/*@keyframes rotation {*/

/*    0% {*/

/*        transform: translateX(0)*/
/*    }*/



/*    100% {*/

/*        transform: translateX(-100%)*/
/*    }*/

/*}*/

/* team */

.team .secTitle {
    margin-bottom: 80px !important;
}

.bgGray {
    background-color: #0000000d;
}

.teamItm {
    padding: 25px;
    box-shadow: -1px 2px 6px 2px #00000045;
    height: 100%;
}

.teamItm_uppper {
    display: flex;
    gap: 25px;
}

.team_img {
    margin-top: -50px;
}

.teamDtl h5 {

    font-size: 22px;

    font-weight: 600;

    color: #050824;
}

.teamDtl span {

    font-size: 18px;

    font-weight: 500;
}

.teamItm_lower p {
    text-align: justify;
    font-size: 15px;
}






.back-to-top {
    background: #0014a5;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    bottom: 20px;
    cursor: pointer;
    color: #fff;
    display: none;
    font-size: 25px;
    height: 50px;
    line-height: 1.7;
    right: 40px;
    position: fixed;
    text-align: center;
    width: 50px;
    padding-top: 5px;
    z-index: 99999;
    /* display: inline-flex !important;
    justify-content: center;
    align-items: center; */
}

/* inner pages */

.innerBnr {
    background: url(../images/innerBnrImg.jpg) no-repeat;
    background-size: cover;
    padding: 100px 0;
    position: relative;
    display:none;
}

.innerBnr::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000006e;
}

.contactBgImg{
    background: url(../images/contactBg-img.jpg) no-repeat;
    background-size: cover;
}
.clienteleBg{
     background: url(../images/clienteleBg.jpg) no-repeat;
    background-size: cover;
}
.generatorBg{
     background: url(../images/generatorBg.png) no-repeat;
    background-size: cover;
}
.salaryBg{
    background: url(../images/salaryBg.jpg) no-repeat;
    background-size: cover;
} 
.bpoBg{
    background: url(../images/bpoBg.jpg) no-repeat;
    background-size: cover;
} 

.inrBnrCtn {
    position: relative;
}

.inrSecTitle {
    text-transform: capitalize;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 55px;
    font-weight: 600;
}

.bdcm ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.bdcm ul li {
    color: #fff;
}

.bdcm ul li a {
    color: #fff;
}

.inrActive {
    font-weight: 600;
}

.infstr ul {
    position: relative;
}

.infstr ul li {
    background: url(../images/check-mark.png) no-repeat;
    background-size: 25px;
    padding-left: 45px;
    margin-bottom: 25px;
}

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

.infstr img {
    width: 350px !important;
}

.contactctn {
    padding: 28px;
    background-color: #fff;
    box-shadow: -1px 3px 11px #0000003b;
}

.contactctn h2 {
    font-size: 30px;
    font-weight: 600;
    font-family: Lato, sans-serif;
    position: relative;
    color: #050824;
    margin-bottom: 20px;
}

.contactctn h2::after {
    content: ' ';
    position: absolute;
    top: 40px;
    left: 0;
    width: 70px;
    height: 2px;
    background-color: #050824;
}

.contactDtls ul {
    margin-top: 30px;
}
.contactDtls h2{
    font-size:22px;
}
.contactDtls ul li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 20px;
    /* text-transform: capitalize; */
}

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

.contactDtls ul li i {
    font-size: 15px;
    color: #ffffff;
    /* margin-right: 20px; */
    width: 40px;
    height: 40px;
    background-color: #050824;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactDtls ul li a {
    color: #000;
}

.form-control,
textarea {
    border: 1px solid #05054314;
    border-radius: 5px;
    padding: 8px 15px;
    background-color: #00000014;
}

textarea {
    width: 100%;
    height: 328px;
}

.submitBtn {
    display: flex;
    justify-content: center;
    /* margin: 0 auto; */
    width: 100%;
}

.subTitle {
    font-size: 30px;
    font-weight: 600;
    font-family: Lato, sans-serif;
    position: relative;
    color: #050824;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.subTitle::after{
    content: ' ';
    position: absolute;
    /* top: 40px; */
    bottom: 0;
    left: 0;
    width: 70px;
    height: 2px;
    background-color: #050824;
}

.salary_incentive {
    position: relative;
}

.salary_incentive_ctnTxt {
    position: absolute;
    top: 160px;
    right: 98px;
    max-width: 700px;
    background-color: #fff;
    z-index: 2;
    /* border: 1px solid red; */
    padding: 35px;
    box-shadow: -2px 1px 5px 2px #0000001c;
    border-radius: 5px;
}
.slrySrvs ul{
    position: relative;
}
.slrySrvs ul::after{
    content: ' ';
    position: absolute;
    top: 0;
    left: 20px;
    width: 1px;
    height: 100%;
    z-index: -1;
    border-left: 2px dashed #050824;
}
.slrySrvs ul li{
   display: flex;
   gap: 20px;
   align-items: center;
   position: relative;
   margin-bottom: 25px;
}
/* .slrySrvs ul li::after{
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: ;
} */
.slrySrvs ul li .num{
    /* width: 40px; */
    height: 40px;
    border-radius: 50%;
    border: 2px solid #050543;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #050543;
    font-weight: 500;
    max-width: 40px;
    width: 100%;
}
.slryCtn p{
    margin-bottom: 0;
}

.srvRightImg{
    margin-bottom: 60px;
}




/* footer */


footer {
    background-color: #050824;
}

.footerLogo {
    width: 180px;
    margin-bottom: 25px;
}

.footerItm {
    color: #ffff;
    margin-bottom: 35px;
}


.footerItm p {
    margin-bottom: 0;
}

.footerItm ul li {
    margin-bottom: 5px;
}

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

.footerItm ul li i {
    margin-right: 8px;
    font-size: 12px;
}

.footerItm ul li a {
    color: #fff;
    font-size: 14px;
}

.list2 {
    column-count: 2;
}

.footerItm h4 {
    position: relative;
    font-size: 20px;
    font-family: 'Lato';
    font-weight: 600;
    margin-bottom: 25px;
}

.footerItm h4::after {
    content: ' ';
    position: absolute;
    top: 30px;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #fff;
    /* margin-bottom: 30px; */
    /* display: block; */
}

.copyRight {
    border-top: 1px solid #ffffff3d;
    padding: 35px 0;
}

.copyRight p {
    color: #fff;
    font-size: 14px;
}





.tab-menu {
        /* max-width: 600px; */
        margin: 0 auto;
        display: flex;
        justify-content: flex-start;
        position: relative;
    }
.tab-menu{
    height:250px;
    background-color:#fff;
    /* border:1px solid red; */
    overflow:hidden;
}

    input[type="radio"] {
        display: none;
    }

    label {
        display: inline-block;
        padding: 8px 43px;
        background-color: #00000026;
        cursor: pointer;
        /* margin-right: -1px; */
        /* border: 1px solid #050824; */
        color: #000000;
        border-right: 2px solid #ffffff;
    }


    label:hover {
        background-color: #050824;
        color: #fff;
        
    }

    .tab-content {
        flex: 1;
        padding: 35px 25px;
        /* border: 1px solid #ddd; */
        display: none;
        position: absolute;
        /* top: 0; */
        left: 0;
        width: 100%;
        height: 100%;
    }

    input[type="radio"]:checked+label {
        background-color: #050824;
        color: #fff;
        border-color: #050824;
    }


    input[type="radio"]:checked~.tab-content {
        display: block;
    }
.tab-container{
    position:relative;
}

.tab-content h3{
    font-size: 25px;
    margin-bottom: 20px;
    color: #050824;
}
.tab-content ul li i{
    margin-right:20px;
    margin-top:5px;
    font-size:20px;
}
.tab-content ul li{
    display:flex;
}
.tabArea{
    display:flex;
    justify-content: space-between;
    /* align-items: center; */
    gap: 40px !important;
}

.tabMap{
    width:400px;
}
.ctnMap{
    margin-top: 20px;
    height: 181px;
}