/** banner-section **/

.banner-section {
    position: relative;
    overflow: hidden;
}

.banner-carousel .slide-item {
    position: relative;
    padding: 255px 0px 280px 0px;
}

.banner-carousel .slide-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.40);
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 1;
}

.banner-carousel .slide-item .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
}

.banner-carousel .active .slide-item .image-layer {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.banner-carousel .content-box {
    position: relative;
    display: block;
    max-width: 950px;
    z-index: 5;
}

.banner-carousel .content-box h3 {
    position: relative;
    display: block;
    color: #fff;
    font-size: 30px;
    line-height: 70px;
    font-weight: 700;
    margin-bottom: 19px;
    color: #fff;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .active .content-box h3 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.banner-carousel .content-box h2 {
    position: relative;
    display: block;
    color: #fff;
    font-size: 200px;
    line-height: 180px;
    font-weight: 700;
    margin-bottom: 97px;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    margin-left: -12px;
}

.banner-carousel .active .content-box h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-carousel .content-box .btn-box {
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .active .content-box .btn-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    -ms-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms;
}

.banner-section .mouse-btn-down {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    z-index: 9;
}

.banner-section .mouse-btn-down .scroll-arrow-box {
    position: absolute;
    left: 0px;
    top: -27px;
    right: 0px;
    width: 118px;
    height: 28px;
    background: url(../../images/shape/shape-1.png);
    background-repeat: no-repeat;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    font-size: 18px;
    color: #000;
    font-weight: 700;
}


/** banner-style-two **/

.banner-style-two {
    position: relative;
    padding: 265px 0px 275px 0px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.banner-style-two:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: -webkit-linear-gradient(90deg, rgba(34, 31, 30, 1) 10%, rgba(0, 0, 0, 0.50) 100%);
}

.banner-style-two .content-box {
    position: relative;
    display: block;
}

.banner-style-two .content-box h2 {
    position: relative;
    display: block;
    font-size: 180px;
    line-height: 150px;
    font-family: 'Playfair Display', serif;
    color: #fff;
    margin-bottom: 0px;
    font-weight: 400;
    text-transform: uppercase;
}

.banner-style-two .content-box .signature {
    position: relative;
    margin-top: -29px;
    margin-bottom: 50px;
}

.banner-style-two .content-box h4 {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding: 23px 30px 23px 80px;
    background: rgba(0, 0, 0, 0.60);
}

.banner-style-two .content-box h4 i {
    position: absolute;
    top: 25px;
    left: 35px;
    font-size: 20px;
}

.banner-style-two .price-box .inner-box {
    position: relative;
    display: block;
    min-width: 490px;
    padding: 70px 70px 70px 70px;
}

.banner-style-two .price-box .inner-box .bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-style-two .price-box .inner-box .bg-layer:before {
    position: absolute;
    content: '';
    background: rgba(43, 40, 39, 0.20);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.banner-style-two .price-box .inner-box h6 {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 48px;
}

.banner-style-two .price-box .inner-box h2 {
    position: relative;
    display: block;
    font-size: 84px;
    line-height: 90px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    color: #ffca3b;
    margin-bottom: 26px;
}

.banner-style-two .price-box .inner-box h3 {
    position: relative;
    display: block;
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 53px;
}

.banner-style-two .price-box .inner-box .btn-box {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding: 22px 30px;
    width: 100%;
    margin-bottom: 48px;
    text-align: center;
    text-transform: uppercase;
}

.banner-style-two .price-box .inner-box .btn-box:hover {
    background: #fff;
}

.banner-style-two .price-box .inner-box .support-box {
    position: relative;
    display: block;
    padding-left: 66px;
}

.banner-style-two .price-box .inner-box .support-box span {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 12px;
    line-height: 14px;
    color: #999898;
    text-transform: uppercase;
}

.banner-style-two .price-box .inner-box .support-box h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
}

.banner-style-two .price-box .inner-box .support-box h4 a {
    color: #fff;
}

.banner-style-two .price-box .inner-box .support-box h4 a:hover {}
/** testimonial-section **/

.testimonial-section{
  padding: 125px 0px;
}

.testimonial-block-one .inner-box{
  position: relative;
  display: block;
}

.testimonial-block-one .inner-box h2{
  display: block;
  font-size: 36px;
  line-height: 47px;
  margin-bottom: 64px;
}

.testimonial-block-one .inner-box .author{
  position: relative;
  display: block;
  padding: 8px 0px 9px 90px;
}

.testimonial-block-one .inner-box .author .author-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .author .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .author h5{
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 2px;
}

.testimonial-block-one .inner-box .author .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
}

.testimonial-section .owl-dots{
  position: relative;
  display: block;
  margin-top: 76px;
}

/** testimonial-style-two **/

.testimonial-style-two{
  position: relative;
  padding: 140px 0px 290px 0px;
}

.testimonial-style-two .sec-title{
  margin-bottom: 91px;
}

.testimonial-block-two .inner-box{
  position: relative;
  display: block;
  padding-top: 70px;
}

.testimonial-block-two .inner-box .text{
  position: relative;
  display: block;
  margin-bottom: 84px;
}

.testimonial-block-two .inner-box .text h3{
  display: block;
  font-size: 24px;
  line-height: 36px;
  color: #000;
  font-weight: 400;
}

.testimonial-block-two .inner-box .author{
  position: relative;
  display: block;
  padding: 8px 0px 9px 90px;
}

.testimonial-block-two .inner-box .author .author-thumb{
  position: absolute;
  left: 0px;
  top: 2px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.testimonial-block-two .inner-box .author .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-two .inner-box .author h5{
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 2px;
}

.testimonial-block-two .inner-box .author .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
}

.testimonial-style-two .owl-dots{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 50px;
}

.testimonial-style-two .dots-style-one .owl-dots .owl-dot span{
  margin: 0px 6px;
}

.testimonial-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 130px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

/** testimonial-style-three **/


.testimonial-style-three{
  position: relative;
  padding: 160px 0px;
  background: #f3f4f9;
}

.testimonial-style-three .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonial-style-three .image-box{
  position: relative;
  max-width: 365px;
}

.testimonial-style-three .image-box img{
  width: 100%;
}

.testimonial-style-three .text h2{
  display: block;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 48px;
}

.testimonial-style-three .text h2:last-child{
  margin-bottom: 0px;
}

.testimonial-style-three .text{
  position: relative;
  display: block;
  margin-bottom: 86px;
}

.testimonial-style-three .author-info h3{
  display: block;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 6px;
}

.testimonial-style-three .author-info .designation{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
}

.project-section.style-two .owl-nav{
  top: 47%;
}
/** investor-section **/


.investor-section{
  position: relative;
  padding: 130px 0px 30px 0px;
}

.investor-section .content-column .text{
  position: relative;
  display: block;
  margin-bottom: 78px;
}

.investor-section .content-column .text h2{
  display: block;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 67px;
}

.investor-section .content-column .text p{
  margin-bottom: 26px;
}

.investor-section .content-column .text p:last-child{
  margin-bottom: 0px;
}

.investor-section .content-column .text a{
  color: #0099ff;
  text-decoration: underline;
}

.investor-section .content-column .title-text{
  position: relative;
  display: block;
  margin-bottom: 71px;
}

.investor-section .content-column .title-text h3{
  font-size: 24px;
  line-height: 32px;
}

.clients-block-one .inner-box{
  position: relative;
  display: block;
  padding-top: 55px;
  padding-bottom: 55px;
  border-top: 1px solid #d9d9d9;
  min-height: 354px;
}

.clients-block-one .inner-box .clients-logo{
  position: relative;
  margin-bottom: 23px;
}

.clients-block-one .inner-box .clients-logo img{
  transition: all 500ms ease;
}

.clients-block-one .inner-box .clients-logo img:hover{
  opacity: 0.5;
}

.clients-block-one .inner-box h5{
  display: block;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.clients-block-one .inner-box a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #0099ff;
  margin-bottom: 17px;
}

.clients-block-one .inner-box a:hover{
  text-decoration: underline;
}

.clients-block{
  padding: 0px 50px;
}

.investor-section .content-column .clients-inner{
  margin: 0px;
}