/* .certificate-about:hover{

  background-color: #e9edef;
  color: black;
    border-radius: 30px;

} */
.certificate-about{
    color: var(--color-two);
}
.img-back{
    -webkit-transition: all 0.125s ease-in-out 0s;
    -moz-transition: all 0.125s ease-in-out 0s;
    -ms-transition: all 0.125s ease-in-out 0s;
    -o-transition: all 0.125s ease-in-out 0s;
    transition: all 0.125s ease-in-out 0s;
}
.img-back:hover{
    -webkit-transform: scale(1.1);
}

.certificate-para{
    font-size: 18px;
    font-weight: 600;
    padding-top: 15px;
}


.tech-title{
    font-weight: 600;
    color: var(--color-two);
    font-size: var(--font-48);
    margin-bottom: var(--margin-bottom-30);
}

.tech-detail p{
    position: relative;
    line-height: 30px;
    font-size: var(--font-18);
    color: var(--black-color);
    text-align: justify;
    font-weight: 300px;
}
.tech-detail{
    line-height: 30px ;
    font-size: var(--font-18);
    color: var(--bs-gray);
    text-align: justify;
}
.tech-head{
  font-weight: 600;
  font-size: var(--font-35);
  color: var(--main-color);
  margin-bottom: 20px;
  font-family: var(--font-primary);
}
.tech-heading{
    font-weight: 500;
    font-size: var(--font-22);
    color: var(--color-two);
    margin-bottom: 20px;
    font-family: var(--font-primary);
}
.overlay-content{
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 10;
    padding: 15px 10px;
    text-align: center;
}
.overlay-heading{
    color: white;
    font-weight: 700;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
    cursor: pointer;
}
.overlay-heading:hover{
    color: var(--main-color);
}

.cloud-overlay-content{
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 10;
    padding: 15px 10px;
    text-align: center;
}
.cloud-overlay-heading{
    color: white;
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    padding-bottom: 13px;
}
.cloud-overlay-heading:hover{
    color: var(--main-color);
}
.purpos-img{
    width:100%; 
    /* height: 251px; */
}
.scrolltop{
    background-color: var(--color-eight);
    /* background-color: #028cca; */
}
.scrollnavbar li a{
    color: white;
    font-weight: 600;
    padding: 20px 0px 0px 0px;
    font-size: 18px;
    margin-right: 20px;
    margin-bottom: 20px;
    
}

.scrollnavbar li a:hover{
    font-size: 18px;
    border-bottom: 2px solid white;
    color: white !important;
}
.careernav{
    width: 100%;
    top: 10.7%;
    z-index: 1;
    position: fixed !important;
}
.history{
    font-size: var(--font-40);
    font-weight: 600;
    color: var(--bs-body-color);
    line-height: 1.5rem;
    text-align: center;
} 
.about-title{
    font-weight: 600;
    color: var(--bs-body-color);
    font-size: var(--font-45);
    margin-bottom: var(--margin-bottom-30);
    text-align: start;
}
.about-detail{
    line-height: 1.8rem;
    font-size: var(--font-18);
    color: var(--bs-gray);
    text-align: left;
}
.value-title{
    font-size: var(--font-40);
    font-weight: 600;
    color: var(--bs-body-color);
    line-height: 1.5rem;
}
.vision-title{
    font-size: var(--font-40);
    font-weight: 600;
    color: var(--bs-body-color);
    text-align: center;
}

.container {
    max-width: 1320px;
  }
  section {
    overflow: hidden;
  }
  
  .section-bg {
    background: #028cca;
  }
  
  .section-header h3 {
    font-size: 36px;
    color: var(--main-color);
    text-align: center;
    font-weight: 700;
    position: relative;
    font-family: "Montserrat", sans-serif;
  }
  
  .section-header p {
    text-align: center;
    margin: auto;
    font-size: 15px;
    padding-bottom: 60px;
    color:var(--main-color);
    width: 50%;
  }
  
  @media (max-width: 767px) {
    .section-header p {
      width: 100%;
    }
  }
  
  #services {
    padding: 60px 0 40px 0;
  }
  
  #services .box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 10px 40px 10px;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
    text-align: center;
  }
  
  #services .box:hover {
    transform: scale(1.1);
  }
  
  #services .icon {
    margin: 0 auto 15px auto;
    padding-top: 12px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: var(--main-color);
  }
  
  #services .icon .service-icon {
    font-size: 36px;
    line-height: 1;
  }
  
  #services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
  }
  
  #services .title  {
    color: #353638;
  }
  
  #services .box:hover .title  {
    color: var(--main-color);
  }
  #services .box:hover .title a:hover {
    text-decoration: none;
  }
  #services .description {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0;
    text-align: justify;
  }
  .core-header h3 {
    font-size: var(--font-45);
    font-weight: 600;
      line-height: 1.5rem; 
  }
  .csr{
    background-color:  #f5f8fd;
  }
  #leadership{
    background-color: #028cca;
  }
  .latest-news{
    background-color: #028cca;
  }
  .terms{
    /* background-color: #353638; */
    background-color: var(--color-eight);
  }
  .terms-header h3{
    color: white;
    text-align: center;
    font-size: 45px;
    font-weight: 600;
  }
  .terms-heading h3{
    color: var(--color-eight);
    text-align: left;
    font-size: 28px;
    font-weight: 500;
  }
  .term-list{
    font-size: 18px;
    margin-bottom: 8px;
    text-align: justify;
  }


/* ================ */
.collapse-tab .tech-heading{
  padding-top: 20px;
}
.collapse-tab ul {
  list-style: none;
  padding: 0;
}

.collapse-tab ul i {
  font-size: 24px;
  margin-right: 4px;
  color: var(--main-color);
}

.service-sideImg{
  width: 100%;
  height: 420px;
}
.lead {
  text-align: justify;
}
#mission p{
  color: var(--bs-body-color);
}

#subNavbar{
  z-index: 999;
  top: 0px;
  width: 100%;
  right: 0px;
}

.box-icon{
  width: 50px;
  height: auto;
}


/* .position-fixed {
  position: fixed;
} */

/* .opening-head{
background-color: var(--color-eight);
} */
.hr-mail{
  color: black;
}
.hr-mail:hover{
  color:#028cca
}

.feature h2{
  color: var(--color-two);
}
.feature {
  color: var(--color-three);
}

.feature .hypeLink{
  color: var(--main-color);
 font-weight: 600 !important;
 
}

.custom-shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

#hr_skills{
  border-bottom: 6px solid var(--main-color);
}
#hr_skills:hover{
  border-bottom: 20px solid var(--main-color);
  transition: 2s ease-out;
  transition-delay:0.1s;
}


.iconcshover:hover{
  scale: 1.05 !important;
  border:2px solid #9ba9af !important;
border-radius: 15px;
}
.findoutmore:hover{
  text-decoration: underline;
  
  border:0  0 5px 0 solid #028cca;
}
.hrBtn{
  background-color:var(--main-color)!important;
  font-weight: 500 !important;
  color:white !important;
}
.hrBtn:hover{
  color:black !important;
  font-weight: 700 !important;
  background-color: white !important;
  border:2px solid var(--main-color) !important;
}


