
/** about-section **/

.about-section{
  position: relative;
  padding-bottom: 100px;
}

.image_block_1 .image-box{
  position: relative;
  display: block;
  padding-bottom: 48px;
  margin-right: 70px;
}

.image_block_1 .image-box img{
  width: 100%;
}

.image_block_1 .image-box .image-2{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  background: #fff;
  padding: 10px;
}

.image_block_1 .image-box .image-1{
  position: relative;
  overflow: hidden;
}

.image_block_1 .image-box .image-1:before{
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.image_block_1 .image-box:hover .image-1:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.image_block_1 .image-box .image-content{
  position: absolute;
  display: flex;
  align-items: center;
  left: -80px;
  top: 100px;
  background: #fff;
  width: 320px;
  padding: 17px 20px 23px 30px;
  box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.1);
}

.image_block_1 .image-box .image-content h2{
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  margin-right: 15px;
}

.image_block_1 .image-box .image-content h3{
  font-size: 22px;
  line-height: 27px;
  font-weight: 300;
}

.content_block_1 .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 46px;
}

.content_block_1 .content-box .text h3{
  font-size: 24px;
  line-height: 32px;
  color: #20445a;
  font-weight: 500;
  margin-bottom: 25px;
  padding-left: 46px;
}

.content_block_1 .content-box .text .quote{
  position: absolute;
  width: 28px;
  height: 19px;
  left: 0px;
  top: 9px;
  background-repeat: no-repeat;
}

.content_block_1 .content-box .author-box{
  position: relative;
  display: block;
  padding: 0px 0px 50px 295px;
  border-bottom: 1px solid #dddddd;
}

.content_block_1 .content-box .author-box .signature{
  position: absolute;
  left: 0px;
  top: 1px;
}

.content_block_1 .content-box .author-box .signature:before{
  position: absolute;
  content: '';
  background: #dddddd;
  width: 1px;
  height: 65px;
  top: -7px;
  right: -35px;
}

.content_block_1 .content-box .author-box h3{
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.content_block_1 .content-box .author-box .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.content_block_1 .content-box{
  position: relative;
  display: block;
  margin-top: 11px;
}


/** about-style-two **/

.about-style-two{
  position: relative;
  padding: 155px 0px 45px 0px;
}

.image_block_2 .image-box{
  position: relative;
  display: block;
  padding-bottom: 63px;
  padding-right: 27px;
}

.image_block_2 .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
}

.image_block_2 .image-box .image:before{
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.image_block_2 .image-box:hover .image:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.image_block_2 .image-box .single-box{
  position: absolute;
  left: -80px;
  background: #fff;
  width: 225px;
  padding: 28px 25px 25px 35px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.image_block_2 .image-box .content-one{
  top: 120px;
}

.image_block_2 .image-box .content-two{
  bottom: 120px;
}

.image_block_2 .image-box .single-box h2{
  position: relative;
  display: block;
  padding-left: 70px;
  font-size: 48px;
  line-height: 50px;
  color: #20445a;
  font-weight: 600;
  margin-bottom: 14px;
}

.image_block_2 .image-box .single-box h2 i{
  position: absolute;
  left: 0px;
  top: -3px;
  font-size: 60px;
}

.image_block_2 .image-box .single-box p{
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  color: #222222;
  font-weight: 500;
}

.image_block_2 .image-box .content-three{
  position: absolute;
  right: -190px;
  bottom: 0px;
  background: #fff;
  padding-left: 152px;
  width: 380px;
  min-height: 140px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.image_block_2 .image-box .content-three .icon-box{
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 27px 0px 10px 10px;
  text-align: center;
  width: 150px;
}

.image_block_2 .image-box .content-three .text{
  position: relative;
}

.image_block_2 .image-box .content-three .icon-box i.icon{
  position: relative;
  display: inline-block;
  font-size: 120px;
  line-height: 60px;
  color: #444444;
  margin-bottom: 0px;
}

.image_block_2 .image-box .content-three .icon-box ul li{
  position: relative;
  display: inline-block;
  font-size: 10px;
  line-height: 16px;
  margin: 0px -3px;
}

.image_block_2 .image-box .content-three .icon-box ul{
  position: relative;
  top: -9px;
}

.image_block_2 .image-box .content-three .text{
  position: relative;
  padding: 25px 10px 22px 20px;
}

.image_block_2 .image-box .content-three .text h3{
  font-size: 24px;
  line-height: 29px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 3px;
}

.image_block_2 .image-box .content-three .text span{
  position: relative;
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.content_block_5 .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 90px;
}

.content_block_5 .content-box .text p{
  margin-bottom: 33px;
}

.content_block_5 .content-box .text .list li{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #222;
  padding-left: 28px;
  margin-bottom: 11px;
}

.content_block_5 .content-box .text .list li:last-child{
  margin-bottom: 0px;
}

.content_block_5 .content-box .text .list li:before {
  position: absolute;
  content: "\f058";
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  font-weight: 700;
  left: 0px;
  top: 1px;
}

.content_block_5 .content-box .btn-box{
  position: relative;
  display: block;
  padding-left: 180px;
}

.content_block_5 .content-box .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
  text-align: center;
  padding: 18px 39px 20px 50px;
}

.content_block_5 .content-box .btn-box a:before{
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  left: 32px;
  top: 28px;
}

.content_block_5 .content-box .btn-box a:hover{
  color: #fff;
}

.about-style-two .other-text{
  position: relative;
  display: block;
  margin-top: 105px;
}

.about-style-two .other-text h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

.about-style-two .other-text h3:before,
.about-style-two .other-text h3:after{
  position: absolute;
  content: '';
  background: #dddddd;
  width: 230px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
}

.about-style-two .other-text h3:before{
  left: 0px;
}

.about-style-two .other-text h3:after{
  right: 0px;
}


/** about-style-three **/

.about-style-three{
  position: relative;
  overflow: hidden;
}

.about-style-three .content-box{
  padding: 112px 0px 100px 0px;
}

.about-style-three .content-box .author .signature{
  position: relative;
  margin-bottom: 16px;
}

.about-style-three .content-box .author h3{
  display: block;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.about-style-three .content-box .author .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.about-style-three .content_block_1 .content-box .text{
  margin-bottom: 39px;
}

.about-style-three .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.about-style-three .image-box .image-1{
  position: absolute;
  left: 370px;
  bottom: 0px;
}

.about-style-three .image-box .image-2{
  position: absolute;
  left: 223px;
  bottom: 75px;
  z-index: 1;
}

.about-style-three .image-box .image-2:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  left: 10px;
  top: 10px;
  z-index: -1;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
}

.about-style-three .image-box .image-pattern{
  position: absolute;
  left: 220px;
  bottom: 0px;
  width: 441px;
  height: 441px;
  background-repeat: no-repeat;
  bottom: -20px;
  z-index: -1;
}

.about-style-three .icon-shape{
  position: absolute;
  right: -100px;
  top: 80px;
}


.about-section.about-page{
  padding-top: 110px;
}/** 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;
}
/** pricing-section **/

.pricing-section{
  position: relative;
  padding: 153px 0px 110px 0px;
}

.pricing-section .title-inner{
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 39px;
}

.pricing-section .title-inner .sec-title,
.pricing-section .title-inner .text{
  width: 50%;
  position: relative;
  float: left;
}

.pricing-section .title-inner .sec-title{
  padding-right: 25px;
}

.pricing-section .title-inner .text{
  padding-left: 25px;
  max-width: 450px;
}

.pricing-section .title-inner .text p{
  font-size: 20px;
  line-height: 30px;
}

.pricing-block-one .pricing-table{
  position: relative;
  display: block;
  background: #f1f7fb;
  padding: 54px 50px 50px 50px;
}

.pricing-block-one .pricing-table .table-header{
  position: relative;
  display: block;
  text-align: right;
  padding-bottom: 30px;
}

.pricing-block-one .pricing-table .table-header .icon-box{
  position: absolute;
  left: -28px;
  top: -30px;
  font-size: 120px;
  line-height: 100px;
  color: #e2ecf3;
}

.pricing-block-one .pricing-table .table-header h2{
  position: relative;
  display: inline-block;
  font-size: 48px;
  line-height: 50px;
  color: #20445a;
  font-weight: 700;
  margin-bottom: 0px;
  padding-left: 15px;
}

.pricing-block-one .pricing-table .table-header h2 span{
  position: absolute;
  left: 0px;
  top: -7px;
  font-size: 26px;
}

.pricing-block-one .pricing-table .table-header p{
  font-size: 14px;
  line-height: 20px;
  color: #222222;
  text-transform: uppercase;
}

.pricing-block-one .pricing-table .table-content{
  position: relative;
  padding: 30px 0px 41px 0px;
}

.pricing-block-one .pricing-table .table-content h3{
  display: block;
  font-size: 30px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 36px;
}

.pricing-block-one .pricing-table .table-content .list li{
  position: relative;
  display: block;
  font-size: 16px;
  color: #222;
  padding-left: 27px;
  margin-bottom: 8px;
}

.pricing-block-one .pricing-table .table-content .list li:last-child{
  margin-bottom: 0px;
}

.pricing-block-one .pricing-table .table-content .list li:before{
  position: absolute;
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  color: #20445a;
  left: 0px;
  top: 0px;
}

.pricing-block-one .pricing-table .table-content .list li.light{
  color: #b4cad9;
}

.pricing-block-one .pricing-table .table-content .list li.light:before{
  color: #bdcad3;
}

.pricing-block-one .pricing-table .table-footer a{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #222;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  border: 1px dashed #20445a;
  padding: 15px 20px;
}

.pricing-block-one .pricing-table .table-footer a:hover,
.pricing-block-one.active .pricing-table .table-footer a{
  color: #fff;
  background-color: #20445a;
  border: 1px solid #20445a;
}

.pricing-block-one .pricing-table .table-footer a:before,
.pricing-block-one .pricing-table .table-footer a:after{
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  transition: all 500ms ease;
}

.pricing-block-one .pricing-table .table-footer a:before{
  left: -1px;
  bottom: -1px;
}

.pricing-block-one .pricing-table .table-footer a:after{
  right: -1px;
  top: -1px;
}

.pricing-section .upper-text{
  position: relative;
  display: block;
  margin-bottom: 62px;
}

.pricing-section .upper-text h3{
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}
/** 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:hover{

}

.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-section .inner-box .btn-box a.theme-btn-one:hover{

}

.cta-section .inner-box .btn-box a.theme-btn-one:hover .btn-shape:before,
.cta-section .inner-box .btn-box a.theme-btn-one:hover .btn-shape:after{

}


/** 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;
}
/** clients-section **/

.clients-section{
  position: relative;
  padding-bottom: 110px;
}

.clients-section .four-item-carousel{
  position: relative;
  padding-bottom: 35px;
  border-bottom: 1px solid #dddddd;
}

.clients-section .clients-logo{
  position: relative;
  display: block;
}

.clients-section .clients-logo img{
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.clients-section .clients-logo img:hover{
  transform: scale(1.05);
}

.clients-section .other-text{
  position: relative;
  display: block;
  padding: 104px 0px 45px 0px;
}

.clients-section .other-text h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

.clients-section .other-text h3:before,
.clients-section .other-text h3:after{
  position: absolute;
  content: '';
  background: #dddddd;
  width: 230px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
}

.clients-section .other-text h3:before{
  left: 0px;
}

.clients-section .other-text h3:after{
  right: 0px;
}