/** team-section **/
.team-section {
    position: relative;
    padding: 163px 0px 103px 0px;
    border-bottom: 1px solid #dddddd;
}
.team-block-one .inner-box {
    position: relative;
    display: block;
    background: #f1f7fb;
    border-bottom: 3px solid #2d4f64;
    transition: all 500ms ease;
}
.team-block-one .inner-box .image-box {
    position: relative;
    display: block;
    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 {
    transform: scale(1.05);
}
.team-block-one .inner-box:hover {
    margin-bottom: -44px;
}
.team-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    padding: 28px 30px 28px 30px;
    transition: all 500ms ease;
}
.team-block-one .inner-box:hover .lower-content {
    padding-bottom: 66px;
}
.team-block-one .inner-box .lower-content:before {
    position: absolute;
    content: '';
    background: #2d4f64;
    width: 100%;
    height: 0%;
    left: 0px;
    top: 0px;
    transition: all 500ms ease;
}
.team-block-one .inner-box:hover .lower-content:before {
    height: 100%;
}
.team-block-one .inner-box .lower-content h3 {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 5px;
}
.team-block-one .inner-box .lower-content h3 a {
    display: inline-block;
    color: #222;
}
.team-block-one .inner-box:hover .lower-content h3 {
    color: #fff;
}
.team-block-one .inner-box .lower-content .designation {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    transition: all 500ms ease;
}
.team-block-one .inner-box:hover .lower-content .designation {
    color: #fff;
}
.team-block-one .inner-box .lower-content .social-links {
    position: absolute;
    left: 0px;
    bottom: 25px;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all 500ms ease;
}
.team-block-one .inner-box:hover .lower-content .social-links {
    opacity: 1;
}
.team-block-one .inner-box .lower-content .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 8px;
}
.team-block-one .inner-box .lower-content .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    z-index: 1;
}
.team-block-one .inner-box .lower-content .social-links li a:hover {}
.team-block-one .inner-box .lower-content .link {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    bottom: -22px;
}
.team-block-one .inner-box .lower-content .link a {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    background: #fff;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}
.team-block-one .inner-box .lower-content .link a:hover {
    color: #fff;
}
.team-block-one .inner-box .lower-content .link a:before {
    position: absolute;
    content: '';
    width: 58px;
    height: 58px;
    left: -7px;
    top: -6px;
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    transform: scale(0, 0);
    transition: all 500ms ease;
}
.team-block-one .inner-box:hover .lower-content .link a:before {
    transform: scale(1, 1);
    opacity: 1;
}
.team-section .sec-title {
    margin-bottom: 60px;
}
.team-section .sec-title h2 {
    margin-bottom: 13px;
}
.team-section .sec-title p {
    font-size: 18px;
}
.team-block-one {
    margin-bottom: 85px;
}
.team-section .owl-dots {
    position: relative;
    display: block;
}/** cta-section **/
.cta-section{
  position: relative;
  padding: 50px 0px;
  background-color: #20445a;
}
.cta-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background-position: center;
  background-size: cover;
  animation: slide 100s linear infinite;
  -webkit-animation: slide 100s linear infinite;
}
.cta-section .inner-box .text h2{
  display: block;
  font-size: 32px;
  line-height: 39px;
  color: #fff;
  font-weight: 600;
}
.cta-section .inner-box .btn-box a.call{
  position: relative;
  display: inline-block;
  padding: 20px 20px 18px 68px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-right: 15px;
}
.cta-section .inner-box .btn-box a.call i{
  position: absolute;
  left: 9px;
  top: -6px;
  font-size: 80px;
  color: #fff;
}
.cta-section .inner-box .btn-box a{
  position: relative;
  float: left;
}
.cta-section .inner-box .btn-box a.theme-btn-one{
  padding: 22px 37px;
}
.cta-section .inner-box .btn-box a.theme-btn-one:before,
.cta-section .inner-box .btn-box a.theme-btn-one:after{
  background: #fff;
}
/** cta-style-two **/
.cta-style-two{
  position: relative;
  overflow: hidden;
}
.cta-style-two .cta-text h3 a{
  border-bottom: 1px dashed #fff;
}
.cta-style-two .cta-text h3 a span{
  color: #fff;
}
.cta-style-two .cta-text{
  position: relative;
  display: block;
  padding: 45px 0px 55px 0px;
}
.cta-style-two .cta-text .icon{
  position: absolute;
  left: 0px;
  top: -20px;
}