
/** 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-section **/

.team-section{
  position: relative;
  padding-top: 114px;
}

.team-section .title-inner .sec-title,
.team-section .title-inner .text{
  width: 50%;
}

.team-section .title-inner .sec-title{
  margin-bottom: 56px;
}

.team-section .title-inner .text{
  padding-left: 100px;
}

.team-section .title-inner .text p{
  font-size: 18px;
  line-height: 34px;
}

.team-inner .team-block-one{
  float: left;
  width: 25%;
}

.team-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.team-block-one .inner-box .image-box{
  position: relative;
  display: block;
  background: #22272b;
  overflow: hidden;
}

.team-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box img{
  opacity: 0.1;
  transform: scale(1.1);
}

.team-block-one .inner-box .image-box .social-links{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}

.team-block-one .inner-box .image-box .social-links li{
  position: relative;
  display: inline-block;
  margin: 0px 3px;
}

.team-block-one .inner-box .image-box .social-links li a{
  position: relative;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  transform: scale(0,0);
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 42px;
  color: #9e0036;
  font-size: 16px;
}

.team-block-one .inner-box .image-box .social-links li a:hover {
  background: #9e0036;
  color: #fff;
}

.team-block-one .inner-box:hover .image-box .social-links li a{
  transform: scale(1,1);
}

.team-block-one .inner-box .lower-content{
  position: relative;
  padding: 23px 15px 25px 15px;
}

.team-block-one .inner-box .lower-content h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.team-block-one .inner-box .lower-content h5 a{
  display: inline-block;
  color: #22272b;
}

.team-block-one .inner-box .lower-content .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.team-section .team-inner{
  position: relative;
  margin-bottom: -96px;
  z-index: 1;
}
.team-page-section {
  position: relative;
  padding: 120px 0px 90px 0px;
}
.team-page-section .team-block-one .inner-box {
  margin-bottom: 30px;
}