
/** cta-section **/

.cta-section{
  position: relative;
  padding: 80px 0px;
}

.cta-section .inner-box .theme-btn-one{
  color: #22272b !important;
}

.cta-section .inner-box .theme-btn-one:hover{
  color: #fff !important;
}

.cta-section .inner-box .text h2{
  position: relative;
  display: block;
  font-size: 34px;
  line-height: 70px;
  color: #fff;
  font-weight: 700;
}

.cta-section .inner-box .btn-box{
  display: flex;
}

/** cta-style-two **/

.cta-style-two{
  position: relative;
}

.cta-style-two .inner-container{
  position: relative;
  padding: 80px 80px;
  margin-bottom: -110px;
  z-index: 1;
}

.cta-style-two .inner-container .text{
  position: relative;
  padding-left: 80px;
  min-height: 68px;
}

.cta-style-two .inner-container .text i{
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 60px;
  line-height: 60px;
}

.cta-style-two .inner-container .text h3{
  font-size: 28px;
  line-height: 34px;
  color: #fff;
  font-weight: 700;
}

.cta-style-two .inner-container .subscribe-form .form-group{
  position: relative;
  margin: 0px;
}

.cta-style-two .inner-container .subscribe-form .form-group input[type='email']{
  position: relative;
  display: block;
  max-width: 470px;
  width: 100%;
  height: 70px;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 40px;
  padding: 10px 30px 10px 30px;
  font-size: 14px;
  font-weight: 500;
  color: #717577;
  transition: all 500ms ease;
}
.cta-style-two .inner-container .subscribe-form .form-group .theme-btn-one{
  position: absolute;
  top: 0px;
  right: 0px;
  color: #22272b !important;
  transition: all 500ms ease;
}

.cta-style-two .inner-container .subscribe-form .form-group .theme-btn-one:hover{
  color: #fff !important;
}
/** team-details **/

.team-details{
  position: relative;
  padding: 120px 0px;
}

.team-details .image-box{
  position: relative;
  display: block;
}

.team-details .image-box img{
  width: 100%;
}

.progress-box .bar{
  position:relative;
  width:100%;
  height:5px;
  background: #f8f7f3;
  border-radius:0px;
  margin-bottom:12px;
}

.progress-box .bar-inner{
  position:relative;
  display:block;
  width:0px;
  height:5px;
  border-radius:0px;
  -webkit-transition:all 1500ms ease;
  -ms-transition:all 1500ms ease;
  -o-transition:all 1500ms ease;
  -moz-transition:all 1500ms ease;
  transition:all 1500ms ease; 
}

.progress-box .count-text{
  position:absolute;
  top: -40px;
  right: 0px;
  font-size:16px;
  color: #717577;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  transition:all 500ms ease;  
}

.team-details-content .upper-box{
  position: relative;
  margin-bottom: 43px;
}

.team-details-content .upper-box h2{
  font-size: 34px;
  line-height: 45px;
  font-weight: 500;
  margin-bottom: 4px;
}

.team-details-content .upper-box .designation{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  margin: 0px;
}

.team-details-content .upper-box .social-links{
  position: absolute;
  top: 10px;
  right: 0px;
}

.team-details-content .upper-box .social-links li{
  position: relative;
  display: inline-block;
  margin-right: 7px;
}

.team-details-content .upper-box .social-links li:last-child{
  margin: 0px;
}

.team-details-content .upper-box .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #717577;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: #f8f7f3;
  text-align: center;
  border-radius: 50%;
}

.team-details-content .upper-box .social-links li a:hover{
  color: #22272b;
}

.team-details-content .text{
  position: relative;
  margin-bottom: 43px;
}

.team-details-content .text p{
  font-size: 18px;
  line-height: 34px;
}

.progress-box h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 16px;
}

.progress-box{
  margin-bottom: 15px;
}

.progress-box:last-child{
  margin-bottom: 0px;
}

.team-details-content{
  position: relative;
  margin-top: -10px;
}

/** certificates-section **/

.certificates-section{
  position: relative;
  padding: 112px 0px 114px 0px;
}

.certificates-section .text{
  position: relative;
  display: block;
  margin-right: -30px;
}

.certificates-section .text h2{
  position: relative;
  display: block;
  font-size: 34px;
  line-height: 44px;
  font-weight: 500;
  margin-bottom: 20px;
}

.certificates-section .text p{
  font-size: 18px;
  line-height: 34px;
}

.certificates-section .certificates-inner{
  position: relative;
  margin-top: 8px;
}

.certificates-section .certificates-inner .image-box{
  position: relative;
  display: block;
  border-radius: 10px;
}

.certificates-section .certificates-inner .image-box img{
  width: 100%;
  border-radius: 10px;
}