/*----google fonts---*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,700&family=Poppins:wght@100;200;300;400;500;600;700&family=Roboto:wght@100;300;400;500;700;900&display=swap');
/*--
font-family: 'Open Sans', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Roboto', sans-serif;
--*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
   
}
/*---Pre-loader--*/
.preloaderBg {
    position: fixed;
    z-index: 10; 
    top: 0;
    background:#0033ff5e;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: opacity 0.8s ease;
  }
  .preloader {
    margin: auto;
    background: url('/assets/images/preloader/Preloader.png') no-repeat center;
    background-size: 100px;
    width: 100%;
    transform:translateY(245%);
   
  }
  .preloader2 {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #004aad;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  animation: spin 1s ease-in-out infinite ;
  position: relative;
  margin: auto;
 
  }
  
  @keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
  }
  .load_ani_hidden{
      opacity: 0;
      pointer-events: none;
    }
/*---Pre-loader--*/
/*--navbar starts---*/
nav.navbar.navbar-expand-lg {
    height: 10vh;
}

a.navbar-brand {
    width: 12%;
}
a.nav-link {
    color:#0f418e !important;
}
button.navbar-toggler{margin: -35% 0 0 auto !important;}
/* .navbar-collapse.collapse.show{
    background: #0000008f !important;
} */
button.navbar-toggler {
    border: none !important;
    color: #0f418e;
    margin-top: -15% !important;
    font-size: 25px;
}
button.navbar-toggler:focus {
    box-shadow: none;
}
.navbar.scrolled .navbar-toggler {
    margin-top: -10% !IMPORTANT;
}
.navbar.scrolled{
    background-color: #fff;
    position: fixed;
    width: 100%;
    transition: all 1s ease;
    padding: 0;
    height: 10vh;
    z-index: 10;
    
}

.navbar-collapse{
    background-color: #fff;
    z-index: 9;
}
/* nav.navbar.navbar-expand-lg.scrolled .logo {
    width: 25%;
} */
li.nav-item::before {
    content: "";
    position: absolute;
    background:#0f418e !important;
    height: 1px;
    width: 0%;
    bottom: 0;
    left: 12%;
    transition: width .33s ease;
    
}
li.nav-item{
    position: relative;
}
li.nav-item:hover::before {
    width: 85%;
}
.show .nav-item:hover::before{
    width:20%;
}
/*---Navbar logo--*/
/* img.img-fluid.logo {
    width: 25%;
} */
a.nav-link {
    font-size: 20px;
    padding-left: 20px !IMPORTANT;
    font-weight: 500;
}
/*--navbar ends---*/

/*---Banner starts--*/
.banner{
    background:linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.756827731092437) 0%), url("/assets/images/slides/banner.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    margin-bottom: 8%;
    background-attachment: fixed;
   

}

h1.slide_head {
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-top: 10%;
}
h6.slide_content {
    color: #fff;
    font-size: 35px;
}
div#splide01 {
    height: 60vh;
}
ul#splide01-list {
   
    height: 50vh;
}
/*--banner ends--*/

  .abt_head {
    margin-top: 8%;
}

p.abt_content {
    text-align: justify;
    font-size: 16px;
    line-height: 25px;
    word-spacing: 0px;
   
}

/*----ABOUT--*/
h1.abt_h,h1.our_osp {
    color: #0f418e;
}
img.img-fluid.abt_img {
-webkit-box-shadow: 40px -40px 0px 0px rgb(15 65 142);
-moz-box-shadow: 40px -40px 0px 0px rgb(15 65 142);
box-shadow: 40px -40px 0px 0px 40px -40px 0px 0px rgb(15 65 142);
}
section.about_section {
    margin-bottom: 10%;
}
.job_seekers{
    background:linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.756827731092437) 0%), url("/assets/images/home/job_seekers.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    margin-bottom: 8%;
    background-attachment: fixed;
}
.card.seekers {
    background: #00000054;
    color: #fff;
    border: 1px solid #ffffff26;
    align-items: center;
    margin-top: 32%;
    height: 45vh;
    justify-content: center;
    padding: 45px 
}
.card.seekers:hover {
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.43);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.43);
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.43);
}

.card.mak_ser {
    padding: 70px;
}
.card.mak_ser:hover{
    -webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.75) !important;
    -moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.75);
}
h1.our_mak {
    margin-bottom: 5%;
    color: #fff;
}
h3.tem_head {
    margin-bottom: 10%;
}
.services_mak{
    background:linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.756827731092437) 0%), url("/assets/images/home/our\ services.jpg") no-repeat;
    background-size: cover;
    background-position:center;
    background-attachment: fixed;
    padding: 3%;
}

section.work_process {
    margin-top: 5%;
}
h1.our_osp {
    margin-bottom: 5%;
}
h3.osp_head {
    TEXT-ALIGN: center;
    color: #0f418e;
}
.card.osp {
    /* text-align: center; */
    padding: 17%;
    align-items: center;
    justify-items: center;
}
.overlay {
    background:linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.756827731092437) 0%),url("/assets/images/home/work1.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    width: 0%;
    height: 100% !IMPORTANT;
    position: absolute;
    top: 0;
    left: 0;
    transition: width 1s linear;
    border-radius: 5px;
}
.overlay.strategy {
    background:linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.756827731092437) 0%),url("/assets/images/home/strategy.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    width: 0%;
    height: 100% !IMPORTANT;
    position: absolute;
    top: 0;
    left: 0;
    transition: width 1s linear;
    border-radius: 5px;
}
.overlay.robust{
    background:linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.756827731092437) 0%),url("/assets/images/home/robust.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    width: 0%;
    height: 100% !IMPORTANT;
    position: absolute;
    top: 0;
    left: 0;
    transition: width 0.33s linear;
    border-radius: 5px;
}
.overlay.onboard{
    background:linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.756827731092437) 0%),url("/assets/images/home/onboarding.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    width: 0%;
    height: 100% !IMPORTANT;
    position: absolute;
    top: 0;
    left: 0;
    transition: width 1s linear;
    border-radius: 5px;
}

.card.osp:hover .overlay {
    width: 100%;
    left: 0;
    overflow: hidden;

  
}   
.card.osp:hover .overlay_content
{
    display: block !important;
}
p.overlay_content {
    padding: 12%;
    color: #fff;
}
/*---Careers starts--*/
.Career_Banner{
    background:linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.756827731092437) 0%), url("/assets/images/careers/career_bg.jpg"),no-repeat;
    background-size: cover;
    background-position: 0% 50%;
    height: 50vh;
    
}
ul.breadcrumbs{
    float: right;
    list-style: none;
}
li.breadlink a {
    text-decoration: none;
    color: #fff;
    padding-inline: 10px;
}
li.breadlink.arrowleft {
    position: relative;
}

li.breadlink.arrowleft::before {
    content: "\f105";
    position: absolute;
    font-family: "fontawesome";
    left: -3px;
    font-size: 10px;
    bottom: 2px;
}
.card.career_role {
    text-align: center;
    padding: 10%;
}
.card.career_role:hover {
    -webkit-box-shadow: 2px -1px 18px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px -1px 18px 2px rgba(0,0,0,0.5);
    box-shadow: 2px -1px 18px 2px rgba(0,0,0,0.5);
}
h2.care_head {
    color: #0f418e;
}
.career_head {
    margin-top: 20%;
}

h2.career_heading {
    font-size: 50px;
}
.card.job_con {
    padding: 10%;
    height: 45vh;
}
a{
    text-decoration: none;
}
.card_overlay{
    background:linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.756827731092437) 0%),url('/assets/images/careers/career_bg.jpg') no-repeat;
    background-size: cover;
    position:absolute;
    width: 0%;
    height: 100% !important;
    top: 0;
    left: 0;
    transition: width 0.3s linear;
    overflow: hidden;
}
.card.job_con:hover .card_overlay {
    width: 100%;
    left: 0;
    bottom: 0;
}
.card.job_con:hover .card-title{
    display: block !important;
    color: #fff;
   
} 
.card.job_con:hover .card-body{
    display: block !important;
    color: #fff;
   
}
.card_overlay .card-title {
    margin-top: 50px;
} 
h6.know {
    float: right;
    position: relative;
    /* margin-top: 1%; */
}
h6.know::after {
    content: "\f061";
    position: absolute;
    font-family: "fontawesome";
    right: -18px;
    top: 2px;
}
/*---Careers ends--*/

/*----Contact starts--*/
.modal-header {
    border-bottom: none;
}
.modal-footer {
    border-top: none;
}
h3.form-heading.mb-3 {
    color: #0f418e;
}
button.btn.form-btn {
    color: white;
    background-color: #0f418e;
}
ul.list-group.con {
    padding: 18px;
}
li.list-item.addr,
li.list-item.addr_mbl,
li.list-item.addr_mail{
    list-style: none;
    text-align: left;
    margin-bottom: 12px;
    position:relative;

}
li.list-item.addr_mbl::before {
    content: "\f095";
    position: absolute;
    font-family: "fontawesome";
    left: -20px;
    font-size: 15px;
    color: #0f418e;
}
a.telto {
    color: #2c3034;
}
li.list-item.addr::before {
    content: "\f3c5";
    position: absolute;
    font-family: "fontawesome";
    left: -18px;
    font-size: 15px;
    color: #0f418e;
}
li.list-item.addr_mail::before{
    content: "\f0e0";
    position: absolute;
    font-family: "fontawesome";
    color: #0f418e;
    font-size: 15px;
    left: -20px;

}
.address {
    margin-top: 5%;
}
/*---Contact ends--*/
/*----jobs starts---*/
.Jobs_Banner{
    background:linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.756827731092437) 0%), url("/assets/images/jobs/jobs_banner.jpg"),no-repeat;
    background-size: cover;
    background-position: 0% 50%;
    height: 50vh;
    
}
.Itjobs_Banner{
    background:linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.756827731092437) 0%), url("/assets/images/jobs/itjobs_banner.jpg"),no-repeat;
    background-size: cover;
    background-position: 0% 30%;
    height: 50vh;
    
}
.Nonit_Banner{
    background:linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.756827731092437) 0%), url("/assets/images/jobs/Nonit_banner.jpg"),no-repeat;
    background-size: cover;
    background-position: 0% 50%;
    height: 50vh;
    
}
h5.job_role {
    color: #0f418e;
}
.job {
    color: #FFF;
    margin-top: 140px;
}
.job_sec3.j {
    padding: 30px 15px !important;
    position: relative;
    overflow: hidden;

    
}
.job_sec3.background1:before {
    background-image:linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5) 0%), url(/assets/images/jobs/it_jobs.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.job_sec3.j:before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s linear;
   
}

.border-j1 {
    border: 1px solid #E7E7E7;
}
.job_sec3.j:hover:after {
    opacity: 1;
    width: 30px;
    height: 30px;
    
}
.job_sec3.j:hover:before {
        width: 100%;
        opacity: 1;
    }
  
    .job_sec3.background2:before {
        background-image: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5) 0%),url(/assets/images/jobs/non-it) !important;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .job_sec3.background3:before {
        background-image:linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5) 0%), url(/assets/images/jobs/bpo-job.jpg) !important;
        background-repeat: no-repeat;
        background-size: cover;
        
    }
    .job_sec3.j.border-j1.background.background1.text-center {
        height: 34vh;
        padding: 40px !important;
    }
    .job_sec3.j.border-j1.background.background3.text-center {
        height: 34vh;
    }
    .job_sec3.j.border-j1.background.background2.text-center {
        height: 34vh;
    }
    .job_sec3.j.background:hover {
        color: #fff;
    }
    
    ul.breadcrumb_job {
        margin-top: 160px;
       
        color: #fff;
    }
    h1.job_header {
        margin-top: 150px;
        color: #fff;
    }
    li.job_list {
        font-size: larger;
        margin-top: -3px;
        position: relative;
        margin-left: 10px
    }
    .job_list::before{
        position: absolute;
        content:"\f0da";
        font-family: FontAwesome;
        margin-left: -10px;
        margin-top: 1px;
 
    }
    i.fas.fa-angle-double-right.job_icon {
        font-size: 11px;
        width: 12%;
        margin-top: 7px;
        margin-left: 2px;
    }
    img-fluid.job_img {
        height: 65vh;
        margin-top: -55px;
    }
    .job_content{
        text-align: justify;
    font-size: 16px;
    line-height: 25px;
    word-spacing: 0px 
    }
    .job_img{
            -webkit-box-shadow: 40px -40px 0px 0px rgb(15 65 142);
            -moz-box-shadow: 40px -40px 0px 0px rgb(15 65 142);
            box-shadow: 40px -40px 0px 0px 40px -40px 0px 0px rgb(15 65 142);
    }
    p.it_content {
        font-size: 13px;
        text-align: left;
    }
    p.non_it {
        font-size: 13px;
        text-align: left;
    }
    p.bpo_content {
        font-size: 13px;
        text-align: left;
    }
    /* ----job section ---end */
/*-----fOOTER--*/
/*---about-page---*/
.About_Banner{
    background:linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.756827731092437) 0%), url("/assets/images/about/about_banner.jpg"),no-repeat;
    background-size: cover;
    background-position: 0% 50%;
    height: 50vh;
    
}
section.about_section.page {
    margin-top: 5%;
    margin-bottom: 5%
}
.container.cards {
    margin-bottom: 5%;
}
.card.card-1 {
    background: linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(15, 17, 142, 0.73)),url(/assets/images/about/mission.jpg) no-repeat;
    background-size: cover;
    position: relative;
    height: 53vh;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}
.card.card-2 {
    background: linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(15, 17, 142, 0.73)),url(/assets/images/about/vision.jpg) no-repeat;
    background-size: cover;
    cursor: pointer;
    position: relative;
    height: 53vh;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}
.card.card-3 {
    background: linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(15, 17, 142, 0.73)),url(/assets/images/about/values.jpg) no-repeat;
    background-size: cover;
    position: relative;
    cursor: pointer;
    height: 53vh;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}
h1.card-heading {
    color: white;
}
  .card.card-1:hover,
  .card.card-2:hover ,
  .card.card-3:hover  {
    transform: rotate(0deg) scale(1.03);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }
  
  .card__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
  }
  
  .card:hover .card__content {
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 1;
  }
  
  .card__title {
    margin: 0;
    font-size: 24px;
    color: #333;
    font-weight: 700;
    color: #0f418e;
  }
  
  .card__description {
    margin: 10px 0 0;
    font-size: 14px;
    color: #777;
    line-height: 1.4;
    text-align: justify;
  }
/*---about-page ends---*/
footer {
    background: #000;
    padding: 5%;
    margin-top: 10%;
}

ul.list-groups {
    list-style: none;
    /* text-align: justify; */
    padding: 0 !important
}
a.list-links {
    text-decoration: none;
    color: #8e8787;
}
.foot_head {
    color: #fff;
    margin-bottom: 10% !IMPORTANT;
   /* text-align: center; */

}
li.list-items {
    margin-bottom: 5%;
    padding:0 !important;
    transition: all 1s ease;
    position: relative;
    font-size: 12px;
}

i.fa-brands {
    font-size: 30px;
}


span.span_icon {
    padding: 3%;
}
li.list-items:hover,
li.list-items:hover::before {
    padding-left: 5% !IMPORTANT;
}
li.list-items::before {
    content: "\f0da";
    position: absolute;
    font-family: "fontawesome";
    left: -15px;
    transition: all 1s ease;
}
ul.list-groups.quick {
    margin-left: 15%;
}
section.CopyR {
    background: #000000ed;
    padding: 5px;
}
p.cpr {
    font-size: 12px;
    color: #ffffffb5;
}
.branded{
    margin-top:-12px;
}
p.brand {
    font-size: 10px;
     color: #ffffffb5;
}
a.develop {
    color: #ffffff5e;
    transition:all 0.8s ease;
}

a.develop:hover {
    color: #fff;
}
/*---Footer ends--*/