<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** banner-section **/

.banner-section{
  position: relative;
}

.banner-carousel{
  position: relative;
}

.banner-carousel .slide-item{
  position: relative;
  overflow: hidden;
  padding: 120px 0px 125px 0px;
}

.banner-carousel .slide-item:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(82,84,124,0.2);
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
}

.banner-carousel .slide-item .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 704px;
  height: 833px;
  background-repeat: no-repeat;
}

.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);
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -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;
  z-index:5;
  width: 100%;
  max-width: 550px;
}

.banner-carousel .content-box h3{
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height:34px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
  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-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.banner-carousel .content-box h1{
  position: relative;
  display: block;
  color: #fff;
  font-size: 120px;
  line-height: 144px;
  font-weight: 500;
  margin-bottom: 49px;
  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 h1{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.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: 1400ms;
  -moz-transition-delay: 1400ms;
  -ms-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  transition-delay: 1400ms;
}

.banner-carousel .owl-nav {
  position: absolute;
  top: 50%;
  right: 120px;
}

.banner-carousel .owl-nav button{
  position: absolute;
  display: inline-block;
  width: 74px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 20px;
  color: #52547c;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 30px;
  cursor: pointer;
  font-weight: 400;
  transition: all 500ms ease;
}

.banner-carousel .owl-nav button:hover{
  background-color: #52547c;
  color: #ffffff;
}

.banner-carousel .owl-nav .owl-prev{
  top: 5px;
}

.banner-carousel .owl-nav .owl-next {
  bottom: 5px;
}


/** banner-style-two **/


.banner-style-two .banner-carousel .content-box h3{
  padding-left: 30px;
}

.banner-style-two .banner-carousel .content-box h1{
  margin-bottom: 29px;
  padding-left: 30px;
}

.banner-carousel .content-box p{
  position: relative;
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  padding-left: 30px;
  margin-bottom: 63px;
  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 p{
  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-style-two .banner-carousel .content-box{
  position: relative;
  max-width: 950px;
  padding-top: 22px;
}

.banner-style-two .banner-carousel .content-box:before{
  position: absolute;
  content: '';
  background-color: #52547c;
  width: 70px;
  height: calc(100% - 100px);
  left: 0px;
  top: 0px;
}

.banner-style-two .banner-carousel .slide-item{
  padding: 133px 0px;
}

.banner-style-two{
  position: relative;
  overflow: hidden;
}

.banner-style-two .schedule{
  position: absolute;
  left: -50px;
  top: 50%;
  font-size: 18px;
  line-height: 30px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  transform: translateY(-50%) rotate(-90deg);
  z-index: 2;
}

.banner-style-two .big-title{
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 100px;
  line-height: 100px;
  font-family: 'Playfair Display', serif;
  color: rgba(186,187,203,0.3);
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
}

.banner-style-two .place-box{
  position: absolute;
  top: -85px;
  right: -145px;
  width: 300px;
  height: 430px;
  border-radius: 50%;
  background-color: #52547c;
  z-index: 2;
  text-align: center;
}

.banner-style-two .place-box .text{
  position: relative;
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 140px;
}

.banner-style-two .place-box .text i{
  position: absolute;
  left: 20px;
  top: 150px;
  font-size: 35px;
  line-height: 35px;
}

.banner-style-two .place-box .text p{
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #8081a6;
}

.banner-style-two .place-box .text h6{
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

.banner-style-two .banner-carousel .slide-item:before{
  background: rgba(82,84,124,0.4);
}

/** banner-style-three **/


.banner-style-three .banner-carousel .slide-item{
  padding: 315px 0px 200px 0px;
}

.banner-style-three .schedule{
  color: #fff;
}

.banner-style-three .place-box{
  top: inherit;
  bottom: 10px;
  right: -170px;
}

.banner-style-three .place-box .text{
  padding-top: 120px;
}

.banner-style-three .place-box .text i{
  top: 125px;
}

.banner-style-three .banner-carousel .content-box{
  padding: 0px;
}

.banner-style-three .banner-carousel .content-box:before{
  display: none;
}

.banner-carousel .content-box .signature{
  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 .signature{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1400ms;
  -moz-transition-delay: 1400ms;
  -ms-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  transition-delay: 1400ms;
}

.banner-style-three .banner-carousel .content-box h1 span{
  color: #52547c;
}

.banner-style-three .banner-carousel .content-box h3{
  margin-bottom: 0px;
  line-height: 28px;
  font-weight: 400;
  padding: 0px;
}

.banner-style-three .banner-carousel .content-box h1{
  margin-bottom: 21px;
  padding: 0px;
}

.banner-style-three .banner-carousel .content-box p{
  padding: 0px;
}

.banner-carousel .content-box .content-shape .shape-1{
  position: absolute;
  left: -180px;
  top: -80px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  opacity: 0.4;
  -webkit-animation: zoom-fade 10s infinite linear;
  animation: zoom-fade 10s infinite linear;
}

.banner-carousel .content-box .content-shape .shape-2{
  position: absolute;
  left: 115px;
  top: -150px;
  width: 410px;
  height: 410px;
  border-radius: 50%;
  opacity: 0.2;
  -webkit-animation: zoom-fade 8s infinite linear;
  animation: zoom-fade 8s infinite linear;
}

.banner-carousel .content-box .content-shape .shape-3{
  position: absolute;
  left: 105px;
  top: 150px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  opacity: 0.1;
  -webkit-animation: zoom-fade 7s infinite linear;
  animation: zoom-fade 7s infinite linear;
}
.banner-carousel .content-box {
  max-width: 700px;
}
.banner-carousel .content-box h1 {
  font-size: 92px;
  line-height: 112px;
}/** 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;
}/** testimonial-section **/

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

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

.testimonial-block-one .inner-box{
  position: relative;
  display: block;
  border: 1px solid #edeef2;
  background-color: #fff;
  padding: 50px 30px 50px 30px;
}

.testimonial-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 80px;
  text-align: center;
  font-size: 30px;
  opacity: 0.2;
  margin-bottom: 19px;
  transition: all 500ms ease;
}

.testimonial-block-one .inner-box:hover .icon-box{
  opacity: 1;
}

.testimonial-block-one .inner-box .icon-box:before{
  position: absolute;
  content: '';
  width: 70px;
  height: 70px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
}

.testimonial-block-one .inner-box .review-box{
  position: absolute;
  top: 60px;
  right: 30px;
  text-align: right;
}

.testimonial-block-one .inner-box .review-box .rating li{
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
}

.testimonial-block-one .inner-box .review-box span{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 14px;
  color: #83838b;
}

.testimonial-block-one .inner-box .text{
  position: relative;
  margin-bottom: 45px;
}

.testimonial-block-one .inner-box .text h3{
  font-size: 24px;
  line-height: 40px;
}

.testimonial-block-one .inner-box .text h3 span{

}

.testimonial-block-one .inner-box .author-box{
  position: relative;
  display: block;
  padding: 5px 0px 4px 90px;
  min-height: 70px;
}

.testimonial-block-one .inner-box .author-box .author-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .author-box .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .author-box h3{
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 5px;
}

.testimonial-block-one .inner-box .author-box .designation{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #83838b;
}

.testimonial-section.alternat-2{
  position: relative;
}

.testimonial-section.alternat-2:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 435px;
  left: 0px;
  top: 0px;
}

.testimonial-section.alternat-2 .sec-title h6{
  color: #fff;
}

.testimonial-section.alternat-2 .sec-title i{
  color: rgba(0, 0, 0, 0.1);
}

.testimonial-section.testimonial-page .testimonial-block-one .inner-box{
  margin-bottom: 30px;
}

.testimonial-section.testimonial-page .more-btn{
  padding-top: 40px;
}</pre></body></html>