td,th{
  white-space: nowrap;
}
.site-header__decor {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.site-header__decor-row {
  margin-left: -7px;
  margin-right: -7px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-header__decor-single {
  padding-left: 7px;
  padding-right: 7px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33.33333%;
  flex: 1 1 33.33333%;
  max-width: 33.33333%;
}
[class*=site-header__decor-inner-] {
  position: relative;
}
[class*=site-header__decor-inner-]::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #121921;
  opacity: 0.9;
}
.site-header__decor-inner-2::before {
  background-color: #9a6d20;
}
.site-header__decor-inner-3::before {
  background-color: #121922;
}
.banner-wrapper {
  position: relative;
  background: #022c46;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .banner-wrapper {
    overflow: hidden;
  }
}
.banner-wrapper .owl-dots {
  margin: 0;
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  z-index: 999;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
  text-align: right;
  display: none !important;
}
.banner-wrapper .owl-dots .owl-dot {
  position: relative;
  z-index: 991;
}
.banner-wrapper .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
  background-color: transparent;
  opacity: .2;
  margin: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.banner-wrapper .owl-dots .owl-dot + .owl-dot {
  margin-left: 7px;
}
.banner-wrapper .owl-dots .owl-dot.active span {
  opacity: 1;
  background-color: transparent;
}
.banner-wrapper .owl-carousel .owl-item img {
  width: auto;
}
.banner-wrapper .owl-theme .owl-nav {
  display: none;
  margin: 0;
}
.banner-wrapper .banner-carousel-btn [class*=banner-carousel-btn__] {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: #012237;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 91;
}
.banner-wrapper .banner-carousel-btn [class*=banner-carousel-btn__] i {
  font-size: 22px;
}
.banner-wrapper .banner-carousel-btn [class*=banner-carousel-btn__]::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.banner-carousel-btn__left-btn {
  left: 2%;
}
.banner-carousel-btn__left-btn:before {
  left: 7px;
}
.banner-carousel-btn__left-btn:hover:before {
  left: 0;
}
.banner-carousel-btn__right-btn {
  right: 2%;
}
.banner-carousel-btn__right-btn:before {
  right: 7px;
}
.banner-carousel-btn__right-btn:hover:before {
  right: 0;
}
.banner-one .container {
  position: relative;
  padding-top: 150px;
  padding-bottom: 100px;
}
.banner-one__slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: #022c46;
}
.banner-one__slide:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/patter-1-1.jpg);
  opacity: 0.08;
}
.banner-one__light-color {
  color: #fff;
}
.banner-one__title {
  font-size: 26px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 700;
  margin: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.banner-one__tag-line {
  margin: 0;
  font-size: 24px;
  color: white;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  margin-bottom:35px;
}
.banner-one__btn {
  font-size: 18px;
  padding: 21.5px 59.5px;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.banner-one__person {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.banner-one__scratch {
  position: absolute;
  right: -5%;
  top: 20%;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.banner-one [class*=banner-one__bubble-] {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}
.banner-one__bubble-1 {
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: #1888c9;
  top: 20%;
  left: -3%;
  -webkit-animation-name: bubbleMoveOne;
  animation-name: bubbleMoveOne;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.banner-one__bubble-2 {
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #121922;
  right: 35%;
  top: 20%;
  -webkit-animation-name: bubbleMoveTwo;
  animation-name: bubbleMoveTwo;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.banner-one__bubble-3 {
  position: absolute;
  width: 106px;
  height: 106px;
  border-radius: 50%;
  border: 24px solid #33a9bb;
  right: 35%;
  bottom: 10%;
  -webkit-animation-name: globeRotate;
  animation-name: globeRotate;
  -webkit-animation-duration: 10s !important;
  animation-duration: 10s !important;
}
.banner-one .active .banner-one__title {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.banner-one .active .banner-one__tag-line {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.banner-one .active .banner-one__btn {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.banner-one .active .banner-one__person {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.banner-one .active .banner-one__scratch {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.banner-one__cta {
  width: 100%;
  max-width: 544px;
  background-color: #121921;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 91;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
  padding-left: 60px;
  padding-right: 60px;
}
.banner-one__cta-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  position: relative;
}
.banner-one__cta-icon:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  left: -10px;
  top: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.banner-one__cta-icon:hover:before {
  left: 0;
}
.banner-one__cta-icon i {
  line-height: 70px;
  color: #121921;
  font-size: 38px;
}
.banner-one__cta-title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding-left: 30px;
}
.banner-one__cta-text {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
  font-style: italic;
  margin: 0;
}
.banner-one__cta a {
  color: inherit;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.banner-one__cta a:hover {
  color: #9a6d20;
}
.banner-one__cta-link {
  color: #fff;
  font-size: 32px;
}
.banner-two .container {
  position: relative;
  padding-top: 200px;
  padding-bottom: 245px;
}
.banner-two__slide {
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.banner-two__light-color {
  color: #fff;
}
.banner-two__title {
  font-size: 100px;
  line-height: 100px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: -.04em;
  margin: 0;
  margin-bottom: 60px;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.banner-two__tag-line {
  margin: 0;
  font-size: 40px;
  color: white;
  text-decoration: underline;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  margin-bottom: 30px;
}
.banner-two__btn {
  font-size: 18px;
  padding: 21.5px 59.5px;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.banner-two .active .banner-two__title {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.banner-two .active .banner-two__tag-line {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.banner-two .active .banner-two__btn {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@-webkit-keyframes bubbleMoveOne {
  0% {
    -webkit-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
  }
  20% {
    -webkit-transform: translateX(20px) translateY(-20px);
    transform: translateX(20px) translateY(-20px);
  }
  40% {
    -webkit-transform: translateX(40px) translateY(-40px);
    transform: translateX(40px) translateY(-40px);
  }
  80% {
    -webkit-transform: translateX(20px) translateY(-20px);
    transform: translateX(20px) translateY(-20px);
  }
  100% {
    -webkit-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
  }
}
@keyframes bubbleMoveOne {
  0% {
    -webkit-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
  }
  20% {
    -webkit-transform: translateX(20px) translateY(-20px);
    transform: translateX(20px) translateY(-20px);
  }
  40% {
    -webkit-transform: translateX(40px) translateY(-40px);
    transform: translateX(40px) translateY(-40px);
  }
  80% {
    -webkit-transform: translateX(20px) translateY(-20px);
    transform: translateX(20px) translateY(-20px);
  }
  100% {
    -webkit-transform: translateX(0px) translateY(0px);
    transform: translateX(0px) translateY(0px);
  }
}
@-webkit-keyframes bubbleMoveTwo {
  0% {
    -webkit-transform: scale(1) translateX(0px) translateY(0px);
    transform: scale(1) translateX(0px) translateY(0px);
  }
  20% {
    -webkit-transform: scale(1.1) translateX(20px) translateY(20px);
    transform: scale(1.1) translateX(20px) translateY(20px);
  }
  40% {
    -webkit-transform: scale(1.2) translateX(40px) translateY(40px);
    transform: scale(1.2) translateX(40px) translateY(40px);
  }
  80% {
    -webkit-transform: scale(1.1) translateX(20px) translateY(20px);
    transform: scale(1.1) translateX(20px) translateY(20px);
  }
  100% {
    -webkit-transform: scale(1) translateX(0px) translateY(0px);
    transform: scale(1) translateX(0px) translateY(0px);
  }
}
@keyframes bubbleMoveTwo {
  0% {
    -webkit-transform: scale(1) translateX(0px) translateY(0px);
    transform: scale(1) translateX(0px) translateY(0px);
  }
  20% {
    -webkit-transform: scale(1.1) translateX(20px) translateY(20px);
    transform: scale(1.1) translateX(20px) translateY(20px);
  }
  40% {
    -webkit-transform: scale(1.2) translateX(40px) translateY(40px);
    transform: scale(1.2) translateX(40px) translateY(40px);
  }
  80% {
    -webkit-transform: scale(1.1) translateX(20px) translateY(20px);
    transform: scale(1.1) translateX(20px) translateY(20px);
  }
  100% {
    -webkit-transform: scale(1) translateX(0px) translateY(0px);
    transform: scale(1) translateX(0px) translateY(0px);
  }
}
@-webkit-keyframes globeRotate {
  8% {
    -webkit-transform: perspective(200px) rotateX(0deg) rotateY(0);
    transform: perspective(200px) rotateX(0deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(200px) rotateX(360deg);
    transform: perspective(200px) rotateX(360deg);
  }
  51% {
    -webkit-transform: perspective(200px) rotateX(0deg) rotateY(0);
    transform: perspective(200px) rotateX(0deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(200px) rotateY(360deg);
    transform: perspective(200px) rotateY(360deg);
  }
}
@keyframes globeRotate {
  8% {
    -webkit-transform: perspective(200px) rotateX(0deg) rotateY(0);
    transform: perspective(200px) rotateX(0deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(200px) rotateX(360deg);
    transform: perspective(200px) rotateX(360deg);
  }
  51% {
    -webkit-transform: perspective(200px) rotateX(0deg) rotateY(0);
    transform: perspective(200px) rotateX(0deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(200px) rotateY(360deg);
    transform: perspective(200px) rotateY(360deg);
  }
}
/* Slider */
.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}
.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 60px;
  height: 100px;
  cursor: pointer;
  background: transparent;
  top: 50%;
  margin-top: -45px;
  font-size: 0;
  border: none;
  z-index: 2;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  content: '';
  position: absolute;
  background: #fff;
  height: 2px;
  width: 50px;
  top: 50%;
  left: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slick-prev:before,
.slick-next:before {
  margin-top: -22px;
}
.slick-prev:after,
.slick-next:after {
  margin-top: 22px;
  margin-top: 2.2rem;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  margin-top: -18px;
  margin-top: -1.8rem;
}
.slick-prev:hover:after,
.slick-next:hover:after {
  margin-top: 18px;
  margin-top: 1.8rem;
}
.slick-prev {
  left: -7px;
  left: -0.7rem;
}
.slick-prev:before {
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.slick-prev:after {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.slick-prev:hover:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.slick-prev:hover:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slick-next {
  right: -7px;
  right: -0.7rem;
}
.slick-next:before {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.slick-next:after {
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.slick-next:hover:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slick-next:hover:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ct-slick-arrows--type2 .slick-prev,
.ct-slick-arrows--type2 .slick-next {
  opacity: 0.85;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.ct-slick-arrows--type2 .slick-prev:before,
.ct-slick-arrows--type2 .slick-next:before,
.ct-slick-arrows--type2 .slick-prev:after,
.ct-slick-arrows--type2 .slick-next:after {
  background-color: #fff;
  height: 15px;
  height: 1.5rem;
  width: 70px;
  width: 7rem;
}
.ct-slick-arrows--type2 .slick-prev:before,
.ct-slick-arrows--type2 .slick-next:before {
  margin-top: -20px;
  margin-top: -2rem;
}
.ct-slick-arrows--type2 .slick-prev:after,
.ct-slick-arrows--type2 .slick-next:after {
  margin-top: 20px;
  margin-top: 2rem;
}
.ct-slick-arrows--type2 .slick-prev:hover:before,
.ct-slick-arrows--type2 .slick-next:hover:before {
  margin-top: -20px;
  margin-top: -2rem;
}
.ct-slick-arrows--type2 .slick-prev:hover:after,
.ct-slick-arrows--type2 .slick-next:hover:after {
  margin-top: 20px;
  margin-top: 2rem;
}
.ct-slick-arrows--type2 .slick-prev:hover:active,
.ct-slick-arrows--type2 .slick-next:hover:active {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.ct-slick-arrows--type2 .slick-prev {
  left: 10px;
  left: 1rem;
}
.ct-slick-arrows--type2 .slick-prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ct-slick-arrows--type2 .slick-prev:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ct-slick-arrows--type2 .slick-prev:hover:before {
  margin-top: -27px;
  margin-top: -2.7rem;
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.ct-slick-arrows--type2 .slick-prev:hover:after {
  margin-top: 27px;
  margin-top: 2.7rem;
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.ct-slick-arrows--type2 .slick-next {
  right: 10px;
  right: 1rem;
}
.ct-slick-arrows--type2 .slick-next:before,
.ct-slick-arrows--type2 .slick-next:after {
  left: auto;
  right: 0;
}
.ct-slick-arrows--type2 .slick-next:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ct-slick-arrows--type2 .slick-next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ct-slick-arrows--type2 .slick-next:hover:before {
  margin-top: -27px;
  margin-top: -2.7rem;
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.ct-slick-arrows--type2 .slick-next:hover:after {
  margin-top: 27px;
  margin-top: 2.7rem;
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
#home.ct-header.ct-header--slider {
  background-size: cover;
}
.ct-header .ct-slick {
  margin-bottom: 0;
}
.slick-initialized .slick-slide {
  display: block;
}
.ct-u-display-tablex {
  display: table;
  width: 100%;
  height: 600px;
}
.ct-u-display-tablex > .inner {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.ct-header h1.big {
  font-size: 6.7rem;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  padding-top: 50px;
}
.ct-header p {
  font-size: 2.3rem;
  line-height: 1.1;
  margin: 30px 0 40px;
  color: #fff;
}
.btn {
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px 26px;
  padding: 1.5rem 2.6rem;
  color: #fff;
  border-radius: 0;
  border: none;
  font-size: 22px;
  font-size: 2.2rem;
}
* {
  outline: none !important;
}
.btn:hover,
.btn:focus,
.btn:active {
  color: #fff;
}
.btn-transparent {
  background-color: transparent;
  border: 3px solid #fff;
}
.ct-slick .slick-track,
.ct-slick .slick-list,
.ct-slick .item,
.ct-slick .slick-item {
  min-height: inherit;
}
.ct-slick .item {
  background-size: cover;
}
.slick-list {
  height: 600px;
}
.slick-list .slide-img {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.about-two {
  padding: 50px 0;
  overflow: hidden;
  background: #fff;
}
.about-two .block-title {
  margin-bottom: 20px;
}
.about-two__text {
  margin: 0;
  font-size: 18px;
  line-height: 36px;
  color: #81868a;
}
.about-two .thm-btn {
  padding: 21.5px 40px;
}
.about-two .thm-btn:hover {
  background-color: #012237;
  color: #fff;
}
.about-two__single {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
.about-two__single-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 25px;
  margin-bottom: 20px;
}
.about-two__single-text {
  color: #012237;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.about-two__single i {
  color: #121921;
  font-size: 35px;
  margin-right: 14px;
}
.about-two__image {
  display: inline-block;
  border-radius: 50%;
  position: relative;
}
.about-two__image:before {
  /* content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 20px solid #ffffffa6;
  z-index: 11; */
}
.about-two__image:after {
  /* content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -20px;
  border-radius: 50%; */
}
.about-two__image > img {
  border-radius: 50%;
  position: relative;
  z-index: 10;
  max-width: 100%;
  max-height: 100%;
  border: 3px solid #9a6d20;
}
.about-two__image-dots {
  width: 197px;
  height: 268px;
  position: absolute;
  top: 0%;
  left: calc(100% - 60px);
  background-image: url(../img/dot-pattern-1-2.png);
  background-position: 0 0;
  z-index: 10;
}
.about-two__count {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 12;
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
  border-radius: 50%;
  width: 175px;
  height: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
.about-two__count:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px dashed rgba(1, 34, 55, 0.15);
  border-radius: 50%;
}
.about-two__count-text {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 600;
  color: #81868a;
}
.about-two__count span {
  display: block;
  color: #9a6d20;
  letter-spacing: 0em;
  font-weight: 400;
  font-size: 30px;
}

@media (max-width: 767px) {


   h1 {
       font-size: 26px;
  }
   h2 {
     font-size: 22px;
  }
   h3 {
     font-size: 18px;
  }
   h4 {
     font-size: 16px;
  }
   h5 {
     font-size: 14px;
  }
   h6 {
     font-size: 12px;

  }
  p {
    margin-bottom: 10px;
  }
  .about-two {
    padding: 10px 0;
  }

  .box_1 {
    padding: 25px;
    text-align: center;
    margin-bottom: 10px
  }

  .copy {
    display: none;
  }
  .footer-logo img {
  	max-height: 100px;
  	margin: auto;
  	/* filter: brightness(0) invert(1); */
  	width: auto;
  }
  #hero_in {
    display: none;
  }
  .ul.additional_info {
    display: inherit;
  }
}
