
/* mission vision section start */
.mission-vision-section{
    padding: 50px 0;
}
.vision-image{
    text-align: right;
}
.mission-image{
    text-align: left;
}
.vision-inner-content{
    margin-left: 50px;
    text-align: justify;
    font-weight: 400;
    font-family: 'Roboto';
    font-size: 18px;
}
.vision-main-content{
    margin-bottom: 20px;
}
.mission-main-content .vision-inner-content{
    padding-top: 160px ;
}
/* mission vision section end */

/* exclusive section start */
.exclusive-section{
    position: relative;
    padding: 50px 0 80px 0;
    background-color: #f5f5f5;
}
.exclusive-main-title{
    margin-bottom: 50px;
}
.exclusive-main-title span{
    font-weight: 800;
    color: #f07d00;
}
.featured-icon-box {
    padding: 0 15px;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.08));
    background-color: #fff;
    padding: 30px 30px 30px;
    position: relative;
    text-align: left;
    box-shadow: 1px 1px 6px -1px #1a1a1a9a;
}
.exclusive-section .row > [class*='col-']:nth-of-type(even) .featured-icon-box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194,225,245,0);
    border-top-color: #fff;
    border-width: 16px;
    left: 25px;
}
.exclusive-section .row > [class*='col-']:nth-of-type(odd) .featured-icon-box:before {
    top: -30px;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194,225,245,0);
    border-bottom-color: #fff;
    border-width: 16px;
    left: 25px;
}

.exclusive-section .row > [class*='col-']:nth-child(odd) .featured-icon-box{
    margin-top: 65px;
}
.featured-icon-box .before-number {
    position: absolute;
    top: 110%;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background-color: #fff;
    line-height: 47px;
    text-align: center;
    left: 22px;
    font-size: 18px;
    font-weight: 500;
    color: #222d35;
    font-family: inherit;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-weight: 600;
    box-shadow: 2px 2px 4px #1a1a1a9a;

}
.featured-icon-box:hover .before-number{
    background: #f07d00;
    color: #ffffff;
    
}
.exclusive-section .row > [class*='col-']:nth-child(odd) .featured-icon-box .before-number {
    top: -60px;
}
.exlusive-icon img{
    height: 60px;
}
.exclusive-title{
    margin: 30px 0 20px 0;
}
.exclusive-text{
    text-align: justify;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 400;
}

/* exclusive section end */

/* leadership section start */

.our-leadership-section{
    padding: 50px 0;
}
.leadership-main-title{
    margin-bottom: 30px;
}
.card{
    border-radius: 10px;
    margin-bottom: 20px;
}
.team-card .team-img {
    padding: 20px;
    margin-bottom: 15px;
}

.team-card .team-img {
    position: relative;
    overflow: hidden;
}

.team-card:hover .team-img:before {
    background-color: #d4d4d4;
    border-color: firebrick;
}
.team-card .team-img:before {
    left: 0;
    background-color: firebrick;
}
.team-img:before, .team-img:after {
    content: "";
    height: 100%;
    width: calc(100% - 40px);
    position: absolute;
    top: 0;
    border-radius: 10px;
    border: 1px solid #b22222;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: -1;
}
.team-card:hover .team-img:after {
    background-color: #b22222;
    border-color: #b22222;
}

.team-card .team-img:after {
    height: calc(100% - 40px);
    right: 0;
    background-color:rgb(192, 192, 192);
    -webkit-clip-path: polygon(10px 0px, 100% 0, 100% 100%, calc(100% - 40px) 100%);
    clip-path: polygon(10px 0px, 100% 0, 100% 100%, calc(100% - 40px) 100%);
}
.team-card .team-img img {
    border-radius: 10px;
}

.team-card .box-title {
    text-align: center;
    font-size: 20px;
    line-height: 1.417;
    font-weight: 700;
    margin-top: -0.32em;
}
.team-card .th-social {
    position: absolute;
    bottom: 32px;
    right: 40px;
    width: 40px;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;

}
.team-card .th-social a {
    background-color: rgb(255, 255, 255);
    color: black;
    margin-right: 0;
    margin-bottom: 10px;
    transition: .3s ease-in-out;
}
.team-card .th-social a:hover{
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.th-social a {
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    background-color: gainsboro;
    color: black;
    font-size: 16px;
    text-align: center;
    margin-right: 5px;
    border-radius: 5px;
}
.team-card:hover .th-social {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
/* leadership section end */

/*Why Choose Use Section Start*/
.r-and-d-page-description{
    background: #5a745e;
    padding: 30px;
  }
  .section-title {
    text-shadow: 0px 0px 4px #111;
    color:#fff;
  }
  .our-service-section .card {
    transition: all .4s linear ;
      height: 290px;
    margin: 21px 0;
    padding-top: 25px;
  }
  .our-service-section .card:hover {
    transition: all 200ms linear ;
    transform: scale(1.05);
    background-color: rgba(0, 0, 0, .5);
  }
  .our-service-section .card-img-top {
    width: 25%;
    display: block;
    margin: 0 auto;
  }
  .our-service-section .card-title {
    position: relative;
    margin-bottom: 15px;
  }
  .our-service-section .card-title::before {
    content: '';
    width: 30%;
    border-bottom: 1px solid #175169;
    position: absolute;
    left: 35%;
    bottom: -4px;
  }
  .our-service-section .card:hover .card-title::before{
    border-bottom: 1px solid #ff0000;
  }
  .our-service-section .card-body .card-text {
    text-align: justify;
    color: #000000;
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
  }
  .our-service-section .card-body {
    text-align: center;
    padding: 15px;
  }
  
  .our-service-section .service-pera:hover,.our-service-section .service-pera:hover p{  
    color: #fff;
   }
   .skills-img img{
    width: 40%;
    border-radius: 50%;
    margin-top: 10px;
    transition: .4s ease-in-out;
  }
  .our-service-section .card:hover img{
    background-color: #ff0000;
  }
  .service p{
      padding: 14px;
  }
  .why-choose{
    padding: 20px 76px;
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.3px;
    text-align: justify;
    text-shadow: 0px 0px 4px #111;
  }
  /*Why Choose Use Section End*/
  /*Certification Section start*/

  .certification-section{
    position: relative;
    padding: 50px 0;
    background: #f1f1f1;
  }
  .certifications-icon{
    margin-top: 40px;
  }
  .certifications-icon .certi-icon{
    text-align: center;
    margin-bottom: 35px;
  }
  .certificate-main-img{
    margin-top: 40px;
  }
  .certificate-main-img .certifications-img{
    margin-bottom: 30px;
  }
  .certification-disc{
    padding: 40px 200px;
    text-align: justify;
    font-weight: 400;
  }
  .certifications-img img{
    transition: .3s;
    box-shadow: -12px -8px 15px -14px #252525;
  }
  .certifications-img:hover img{
    transform: translateY(-20px);
    box-shadow: 0px 2px 13px #252525;
  }

  .certi-icon img {
    filter: grayscale(100%);
    transition: .4s all ease-in-out;
}
.certi-icon:hover img{
    filter: grayscale(0%);
    transform: scale(1.1);
}

  /*Certification Section End*/
  
/* customization section start */

.customization-section{
  padding: 40px 0;
}
.customization-title{
  margin: 40px 0 30px 12px;
}
.customization-title h3::before{
  display: none;
}
.customization-image{
  margin: 20px 0;
  box-shadow: 1px 4px 15px -7px #252525;
}
.customize-list li {
  list-style: disc;
  margin-bottom: 8px;
  font-weight: 400;
}
.customize-list p{
  padding-left: 13px;
  font-weight: 500;
}
/* customization section end */
