
/** about-section **/

.about-section{
  position: relative;
  padding: 120px 0px;
}

.image_block_1 .image-box{
  position: relative;
  display: block;
  padding-left: 100px;
  margin-right: 100px;
  padding-bottom: 100px;
}

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

.image_block_1 .image-box .image-2{
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-radius: 50%;
}

.image_block_1 .image-box .image-2 img{
  border-radius: 50%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}

.image_block_1 .image-box .shape{
  position: absolute;
  left: 100px;
  bottom: 95px;
  width: 270px;
  height: 275px;
  background-repeat: no-repeat;
}

.image_block_1 .image-box .text{
  position: absolute;
  top: 130px;
  left: -118px;
  font-size: 18px;
  line-height: 28px;
  color: #d2d3d7;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  transform: rotate(-90deg);
}

.image_block_1 .image-box .video-btn{
  position: absolute;
  right: 70px;
  bottom: 40px;
}

.image_block_1 .image-box .video-btn a{
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
}

.image_block_1 .image-box .video-btn a:after, 
.image_block_1 .image-box .video-btn a:before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(239, 162, 134, 0.6);
  box-shadow: 0 0 0 0 rgba(239, 162, 134, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.image_block_1 .image-box .video-btn a:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.image_block_1 .image-box .image-1{
  position: relative;
  display: block;
  overflow: hidden;
}

.image_block_1 .image-box .image-1:before{
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  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;
}

.content_block_1 .content-box{
  position: relative;
  display: block;
}

.content_block_1 .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.content_block_1 .content-box .inner-box{
  position: relative;
  display: block;
  padding-left: 300px;
}

.content_block_1 .content-box .inner-box .image-box{
  position: absolute;
  left: 0px;
  top: 1px;
  width: 270px;
  height: 120px;
}

.content_block_1 .content-box .inner-box .image-box img{
  width: 100%;
}

.content_block_1 .content-box .inner-box .inner h5{
  position: relative;
  display: block;
  padding-left: 70px;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 18px;
  min-height: 56px;
}

.content_block_1 .content-box .inner-box .inner h5 i{
  position: absolute;
  left: 0px;
  top: 1px;
  font-size: 55px;
  line-height: 55px;
}

.about-section .content_block_1 .content-box{
  margin-right: 20px;
  margin-top: -13px;
}

.content_block_1 .content-box .sec-title{
  margin-bottom: 11px;
}

.content_block_1 .content-box .signature{
  position: relative;
  display: block;
  margin-top: 41px;
}/** chooseus-section **/

.chooseus-section{
  position: relative;
}

.chooseus-section .title-inner{
  position: relative;
  width: 100%;
  padding-top: 115px;
  background-color: #202135;
}

.chooseus-section .title-inner .sec-title{
  margin-bottom: 54px;
}

.chooseus-section .tab-btns li{
  position: relative;
  display: inline-block;
  float: left;
  width: 33.333%;
  background-color: rgba(255,255,255,0.1);
  font-size: 24px;
  line-height: 34px;
  font-family: 'Playfair Display', serif;
  color: #ffffff;
  padding: 38px 15px;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
}

.tabs-box .tab{
  position:relative;
  display:none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab{
  display:block;  
}

.tabs-box .tab{
  transform:scale(0.98,0.98) translateY(0px);
}

.tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}

.chooseus-section .content-inner{
  position: relative;
  width: 100%;
  padding-top: 70px;
}

.chooseus-section .tabs-content .image-box{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.chooseus-section .tabs-content .image-box img{
  width: 100%;
}

.content_block_2 .content-box{
  position: relative;
  display: block;
}

.content_block_2 .content-box .text h3{
  position: relative;
  display: inline-block;
  font-size: 32px;
  line-height: 40px;
  padding-left: 20px;
  z-index: 1;
}

.content_block_2 .content-box .text h3:before{
  position: absolute;
  content: '';
  width: 70px;
  height: 50px;
  left: 0px;
  top: -1px;
  z-index: -1;
}

.content_block_2 .content-box .sec-title{
  margin-bottom: 60px;
}

.content_block_3 .content-box{
  position: relative;
  display: block;
}
.content_block_3 .content-box p{
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 28px;
  position: relative;
  top: -7px;
}

.content_block_3 .content-box h3{
  font-size: 32px;
  line-height: 40px;
  padding-left: 80px;
  margin-bottom: 34px;
}

.content_block_3 .content-box h3 i{
  position: absolute;
  left: 18px;
  top: 4px;
  font-size: 24px;
}

.content_block_3 .content-box h3:before{
  position: absolute;
  content: '';
  width: 60px;
  height: 60px;
  left: 0px;
  top: -7px;
  background-repeat: no-repeat;
}

.content_block_3 .content-box .btn-box{
  position: relative;
  padding-top: 33px;
}

.content_block_3 .content-box .btn-box .theme-btn{
  padding: 16px 37px;
}

.chooseus-section .content_block_3 .content-box {
  padding-top: 0px;
}

/** chooseus-style-two **/

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

.chooseus-style-two .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.chooseus-style-two .image-box img{
  width: 100%;
}

.chooseus-style-two .image-box:before{
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  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);
}

.chooseus-style-two .image-box:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.content_block_5 .content-box{
  position: relative;
  display: block;
}

.content_block_5 .content-box h2{
  font-size: 60px;
  line-height: 73px;
  margin-bottom: 30px;
}

.content_block_5 .content-box h3{
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 34px;
}

.content_block_5 .content-box p{
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 28px;
}

.content_block_5 .content-box .theme-btn{
  padding: 16px 37px;
}/** case-section **/

.case-section{
  position: relative;
  padding: 115px 30px 90px 30px;
}

.case-section .sec-title{
  margin-bottom: 54px;
}

.case-block-one .inner-box{
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

.case-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #52547c;
}

.case-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.case-block-one .inner-box:hover .image-box img{
  opacity: 0.8;
  transform: scale(1.05);
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}

.case-block-one .inner-box .content-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-block-one .inner-box .content-box .icon-box{
  position: relative;
  font-size: 90px;
  line-height: 90px;
  color: #ffffff;
  margin-bottom: 0px;
  top: -15px;
  opacity: 0;
  transition: all 500ms ease;
}

.case-block-one .inner-box:hover .content-box .icon-box{
  opacity: 1;
  top: 0px;
}

.case-block-one .inner-box .content-box h2{
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 38px;
  color: #ffffff;
  font-weight: 700;
  transition: all 500ms ease;
  top: 15px;
  opacity: 0;
}

.case-block-one .inner-box .content-box h2 a{
  display: inline-block;
  color: #ffffff;
}

.case-block-one .inner-box:hover .content-box h2{
  opacity: 1;
  top: 0px;
}

.case-style-two {
  padding: 0 30px 90px 30px;
  margin-top: -5px;
}

.case-style-two .case-block-one .inner-box .content-box h2{
  font-size: 32px;
  line-height: 38px;
}

.case-style-two .sec-title{
  margin-bottom: 54px;
}

/** case-style-three **/

.case-style-three{
  position: relative;
  padding: 115px 0px 90px 0px;
}

.case-style-three .sec-title{
  margin-bottom: 54px;
}

.case-block-two .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}

.case-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.case-block-two .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.case-block-two .inner-box:hover .image-box img{
  opacity: 0.5;
  transform: scale(1.05);
}

.case-block-two .inner-box .content-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.case-block-two .inner-box .content-box .icon-box{
  position: relative;
  font-size: 90px;
  line-height: 90px;
  color: #ffffff;
  margin-bottom: 10px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.case-block-two .inner-box:hover .content-box .icon-box{
  transform: scale(1,1);
}

.case-block-two .inner-box .content-box h3{
  position: absolute;
  left: 10px;
  bottom: -78px;
  width: calc(100% - 20px);
  padding: 25px 15px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  border-radius: 4px;
  opacity: 0;
  transition: all 500ms ease;
}

.case-block-two .inner-box .content-box h3 a{
  display: inline-block;
  color: #fff;
}

.case-block-two .inner-box .content-box h3 a:hover{
  text-decoration: underline;
}

.case-block-two .inner-box:hover .content-box h3{
  bottom: 10px;
  opacity: 1;
}/** cta-section **/

.cta-section{
  position: relative;
  overflow: hidden;
  padding: 53px 0px 60px 0px;
}

.cta-section .text h2{
  position: relative;
  display: inline-block;
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
  padding-left: 100px;
}

.cta-section .text h2 i{
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 90px;
  line-height: 90px;
  font-weight: 400;
}

.cta-section .text h2 span{

}

.cta-section .text h2:before {
  position: absolute;
  content: '';
  width: 60px;
  height: 60px;
  right: -64px;
  top: -38px;
  background-repeat: no-repeat;
}

.cta-section .btn-box .theme-btn.btn-one{
  margin-right: 7px;
}

.cta-section .btn-box .theme-btn:before{
  background-color: #ffffff;
}

.cta-section .btn-box .theme-btn:hover{

}

.cta-section .btn-box{
  position: relative;
  margin-top: 22px;
}

.cta-section .title-one{
  position: absolute;
  left: 375px;
  top: -30px;
  font-size: 100px;
  line-height: 100px;
  font-family: 'Playfair Display', serif;
  color: rgba(255,255,255,0.1);
  text-transform: uppercase;
}

.cta-section .title-two{
  position: absolute;
  right: 150px;
  bottom: -15px;
  font-size: 100px;
  line-height: 100px;
  font-family: 'Playfair Display', serif;
  color: rgba(255,255,255,0.1);
}

.cta-section.alternate-2 .inner-box{
  position: relative;
  overflow: hidden;
  padding: 53px 70px 60px 70px;
}

.cta-section.alternate-2 .title-one{
  left: 0px;
}

.cta-section.alternate-2 .title-two{
  right: -225px;
}

.cta-section.alternate-2{
  padding: 120px 0px 0px 0px;
}

.case-style-three .more-btn{
  padding-top: 40px;
}