/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  --sonchoy-font: 'DM Sans', sans-serif;
  --sonchoy-font-two: 'Syne', sans-serif;
  --sonchoy-gray: #767676;
  --sonchoy-gray-rgb: 118, 118, 118;
  --sonchoy-white: #ffffff;
  --sonchoy-white-rgb: 255, 255, 255;
  --sonchoy-base: #6C1D1D;
  --sonchoy-base-rgb: 108, 29, 29;
  --sonchoy-black: #0f0306;
  --sonchoy-black-rgb: 4, 11, 30;
  --sonchoy-primary: #f4f4f4;
  --sonchoy-primary-rgb: 244, 244, 244;
  --sonchoy-bdr-color: #dedede;
  --sonchoy-bdr-rgb: 222, 222, 222;
}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

body {
  font-family: var(--sonchoy-font);
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: var(--sonchoy-gray);
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--sonchoy-base);
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--sonchoy-black);
  font-family: var(--sonchoy-font-two);
  margin: 0;
}

p {
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.list-unstyled {
  padding-left: 0;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.section-separator {
  border-color: var(--sonchoy-border);
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
  z-index: -1;
}

.section-title {
  position: relative;
  display: block;
  margin-bottom: 46px;
  margin-top: -9px;
}

.section-title__tagline-box {
  position: relative;
  display: inline-block;
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  color: var(--sonchoy-base);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.016em;
}

.section-title__title {
  color: var(--sonchoy-black);
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin: 11px 0 0;
  letter-spacing: -0.04em;
}

.section-title-two {
  position: relative;
  display: block;
  margin-bottom: 47px;
}

.section-title-two__icon {
  position: relative;
  display: block;
}

.section-title-two__icon img {
  width: auto;
}

.section-title-two__tagline-box {
  position: relative;
  display: inline-block;
  margin-bottom: 19px;
  margin-top: 10px;
}

.section-title-two__tagline {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  color: var(--sonchoy-base);
  font-weight: 500;
  text-transform: uppercase;
}

.section-title-two__title {
  color: var(--sonchoy-black);
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
  text-transform: uppercase;
}

.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  font-weight: 700;
  font-size: 14px;
  color: var(--sonchoy-white);
  text-transform: uppercase;
  letter-spacing: 0.016em;
  padding: 15px 45px 15px;
  background-color: var(--sonchoy-base);
  transition: all .35s;
  overflow: hidden;
  z-index: 1;
}

.thm-btn::before,
.thm-btn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background: var(--sonchoy-black);
  z-index: -1;
  transition: all .35s;
}

.thm-btn:before {
  opacity: .5;
}

.thm-btn:after {
  transition-delay: .2s;
}

.thm-btn:hover:before,
.thm-btn:hover:after {
  top: 0;
}

.thm-btn:hover {
  color: var(--sonchoy-white);
}

.thm-btn-2 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  font-weight: 400;
  font-size: 15px;
  color: var(--sonchoy-white);
  padding: 15px 45px 17px;
  border: 1px solid rgba(var(--sonchoy-white-rgb), .15);
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
}

.thm-btn-2:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--sonchoy-white);
  content: "";
  transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
  transform-origin: bottom center;
  transition: transform 0.4s linear, transform 0.4s linear;
  z-index: -1;
}

.thm-btn-2:hover:after {
  transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
  transition: transform 0.4s linear, transform 0.4s linear;
}

.thm-btn-2:hover {
  border: 1px solid var(--sonchoy-white);
  color: var(--sonchoy-base);
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 0;
}

.bootstrap-select .dropdown-menu>li+li>a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu>li.selected>a {
  background: var(--sonchoy-base);
  color: var(--sonchoy-white);
}

.bootstrap-select .dropdown-menu>li>a {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 12px;
  color: #ffffff;
  text-transform: uppercase;
  background: var(--sonchoy-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
  background: var(--sonchoy-base);
  color: var(--sonchoy-white);
  cursor: pointer;
}

.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  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;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-image: url(../images/loader.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}

/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: var(--sonchoy-black);
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 0;
}

.scroll-to-top i {
  color: var(--sonchoy-white);
  font-size: 18px;
  line-height: 60px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.scroll-to-top:hover {
  background-color: var(--sonchoy-base);
}

.scroll-to-top:hover i {
  color: var(--sonchoy-white);
}



/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
  background: transparent;
  position: relative;
  left: 0px;
  top: 0px;
  right: 0;
  width: 100%;
  transition: all 500ms ease;
  z-index: 999;
}

.main-header__top {
  position: relative;
  display: block;
}

.main-header__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: var(--sonchoy-black);
  padding: 10px 60px 10px;
}

.main-header__contact-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__contact-list li+li {
  margin-left: 60px;
}

.main-header__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__contact-list li .icon i {
  font-size: 16px;
  color: var(--sonchoy-white);
}

.main-header__contact-list li .text {
  margin-left: 15px;
}

.main-header__contact-list li .text p {
  font-size: 16px;
  color: var(--sonchoy-white);
}

.main-header__contact-list li .text p a {
  color: var(--sonchoy-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__contact-list li .text p a:hover {
  color: var(--sonchoy-base);
}

.main-header__top-menu {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-header__top-social-box {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__top-social-title {
  font-size: 16px;
  font-weight: 400;
  color: var(--sonchoy-white);
  margin-right: 30px;
}

.main-header__top-social {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__top-social a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--sonchoy-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__top-social a:hover {
  color: var(--sonchoy-base);
}

.main-header__top-social a+a {
  margin-left: 20px;
}

.main-menu {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 60px;
  z-index: 1;
}

.main-menu__left {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu__logo {
  position: relative;
  display: block;
  margin-right: 130px;
  padding: 34px 0;
}

.main-menu__main-menu-box {
  position: relative;
  display: block;
}

.main-menu__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 25px 0;
}

.main-menu__search-box {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu__search-form {
  position: relative;
  display: block;
  width: 300px;
}

.main-menu__search-form input[type="search"] {
  display: block;
  outline: none;
  background-color: var(--sonchoy-primary);
  font-size: 16px;
  font-weight: 400;
  padding-left: 20px;
  height: 60px;
  width: 100%;
  padding-right: 60px;
  border: none;
  color: var(--sonchoy-gray);
  border-radius: 0px;
}

.main-menu__search-form button[type="submit"] {
  color: var(--sonchoy-black);
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 5px;
  max-width: 50px;
  width: 100%;
  bottom: 0;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__search-form button[type="submit"]:hover {
  color: var(--sonchoy-base);
}

.main-menu__cart {
  position: relative;
  display: block;
}

.main-menu__cart a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--sonchoy-black);
  margin-left: 30px;
  margin-right: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__cart a:hover {
  color: var(--sonchoy-base);
}

.main-menu__btn-box {
  position: relative;
  display: block;
}





.stricky-header.main-menu {
  background-color: var(--sonchoy-white);
}

.main-menu .main-menu__list,
.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}



@media (min-width: 1200px) {

  .main-menu .main-menu__list,
  .main-menu .main-menu__list>li>ul,
  .main-menu .main-menu__list>li>ul>li>ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list>li>ul,
  .stricky-header .main-menu__list>li>ul>li>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
  margin-left: 60px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--sonchoy-gray);
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
  color: var(--sonchoy-base);
}

.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list>li>ul>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul>li>ul {
  display: none;
}

.main-menu .main-menu__list>li:hover>ul,
.main-menu .main-menu__list>li>ul>li:hover>ul,
.stricky-header .main-menu__list>li:hover>ul,
.stricky-header .main-menu__list>li>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list>li>ul>li,
.main-menu .main-menu__list>li>ul>li>ul>li,
.stricky-header .main-menu__list>li>ul>li,
.stricky-header .main-menu__list>li>ul>li>ul>li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list>li>ul>li+li,
.main-menu .main-menu__list>li>ul>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li>ul>li+li {
  border-top: none;
}

.main-menu .main-menu__list>li>ul>li>a,
.main-menu .main-menu__list>li>ul>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>ul>li>a {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  color: var(--sonchoy-black);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 10px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .main-menu__list>li>ul>li:hover>a,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a {
  background-color: var(--sonchoy-base);
  color: var(--sonchoy-white);
}

.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}


.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}

.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.stricky-header .main-menu__inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.mobile-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}

.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--sonchoy-base);
  cursor: pointer;
}

.mobile-nav__buttons a+a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--sonchoy-base);
}

.main-menu .mobile-nav__toggler {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--sonchoy-base);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--sonchoy-black);
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--sonchoy-black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--sonchoy-white);
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li>ul>li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list>li>a>.main-menu-border {
  display: none !important;
}

.mobile-nav__content .main-menu__list>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--sonchoy-font);
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded {
  color: var(--sonchoy-base);
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--sonchoy-base);
}

.mobile-nav__content .main-menu__list>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button {
  width: 30px;
  height: 30px;
  background-color: var(--sonchoy-base);
  border: none;
  outline: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  padding: 0;
}

.mobile-nav__content .main-menu__list>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button.expanded {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--sonchoy-base);
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul {
  display: none !important;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
  color: var(--sonchoy-text-dark);
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--sonchoy-white);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__social a+a {
  margin-left: 30px;
}

.mobile-nav__social a:hover {
  color: var(--sonchoy-base);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--sonchoy-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__contact li+li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--sonchoy-base);
}

.mobile-nav__contact li>i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--sonchoy-base);
  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;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
  background: transparent;
  position: relative;
  display: block;
  width: 100%;
  transition: all 500ms ease;
  z-index: 999;
}

.main-header-two {
  position: relative;
  display: block;
}

.main-header-two__top {
  position: relative;
  display: block;
}

.main-header-two__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: var(--sonchoy-black);
  padding: 0px 120px 0px;
}

.main-header-two__contact-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__contact-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__contact-list li+li {
  margin-left: 60px;
}

.main-header-two__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__contact-list li .icon i {
  font-size: 16px;
  color: var(--sonchoy-white);
}

.main-header-two__contact-list li .text {
  margin-left: 15px;
}

.main-header-two__contact-list li .text p {
  font-size: 16px;
  color: var(--sonchoy-white);
}

.main-header-two__contact-list li .text p a {
  color: var(--sonchoy-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two__contact-list li .text p a:hover {
  color: var(--sonchoy-base);
}

.main-header-two__top-menu {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-header-two__top-social-box {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 55px;
  z-index: 1;
}

.main-header-two__top-social-box::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0px;
  background-color: var(--sonchoy-base);
  clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 8% 50%);
  z-index: -1;
}

.main-header-two__top-social-box::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 100%;
  right: -100000000px;
  bottom: 0px;
  background-color: var(--sonchoy-base);
  z-index: -1;
}

.main-header-two__top-social-title {
  font-size: 16px;
  font-weight: 400;
  color: var(--sonchoy-white);
  margin-right: 30px;
}

.main-header-two__top-social {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__top-social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--sonchoy-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  height: 50px;
  width: 44px;
  background-color: #0866ff;
}

.main-header-two__top-social a:nth-child(2) {
  background-color: #a230b9;
}

.main-header-two__top-social a:nth-child(3) {
  background-color: #d54f43;
}

.main-header-two__top-social a:nth-child(4) {
  background-color: #1da1f2;
}

.main-header-two__top-social a:hover {
  color: var(--sonchoy-base);
  background-color: var(--sonchoy-white);
}


.main-menu-two__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu-two__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 120px;
  z-index: 1;
}

.main-menu-two__left {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu-two__logo {
  position: relative;
  display: block;
  margin-right: 50px;
  padding: 29px 0;
  padding-right: 80px;
  z-index: 1;
}

.main-menu-two__logo:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -10000000px;
  background-color: var(--sonchoy-base);
  z-index: -1;
}

.main-menu-two__main-menu-two-box {
  position: relative;
  display: block;
}

.main-menu-two__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
}

.main-menu-two__search-box {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-two__search-form {
  position: relative;
  display: block;
  width: 300px;
}

.main-menu-two__search-form input[type="search"] {
  display: block;
  outline: none;
  background-color: var(--sonchoy-primary);
  font-size: 16px;
  font-weight: 400;
  padding-left: 20px;
  height: 60px;
  width: 100%;
  padding-right: 60px;
  border: none;
  color: var(--sonchoy-gray);
  border-radius: 0px;
}

.main-menu-two__search-form button[type="submit"] {
  color: var(--sonchoy-black);
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 5px;
  max-width: 50px;
  width: 100%;
  bottom: 0;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__search-form button[type="submit"]:hover {
  color: var(--sonchoy-base);
}

.main-menu-two__cart {
  position: relative;
  display: block;
}

.main-menu-two__cart a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--sonchoy-black);
  margin-left: 30px;
  margin-right: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__cart a:hover {
  color: var(--sonchoy-base);
}

.main-menu-two__btn-box {
  position: relative;
  display: block;
}

.main-menu-two__btn {
  background-color: var(--sonchoy-black);
}

.main-menu-two__btn::before,
.main-menu-two__btn::after {
  background: var(--sonchoy-base);
}


.stricky-header.main-menu-two {
  background-color: var(--sonchoy-white);
}

.main-menu-two .main-menu__list>li,
.stricky-header.main-menu-two .main-menu__list>li {
  padding-top: 35px;
  padding-bottom: 35px;
}

.main-menu-two .main-menu__list>li>a,
.stricky-header.main-menu-two .main-menu__list>li>a {
  color: var(--sonchoy-gray);
}

.main-menu-two .main-menu__list>li.current>a,
.main-menu-two .main-menu__list>li:hover>a,
.stricky-header.main-menu-two .main-menu__list>li.current>a,
.stricky-header.main-menu-two .main-menu__list>li:hover>a {
  color: var(--sonchoy-black);
}


.main-menu-two .main-menu__list>li>a .main-menu-border,
.stricky-header.main-menu-two .main-menu__list>li>a .main-menu-border {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%) translateY(0px);
  opacity: 0;
  visibility: hidden;
  height: 0px;
  width: 10px;
  border-left: 1px solid #0f0f0f;
  border-right: 1px solid #0f0f0f;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two .main-menu__list>li>a .main-menu-border:before,
.stricky-header.main-menu-two .main-menu__list>li>a .main-menu-border:before {
  position: absolute;
  top: -10px;
  bottom: 0;
  left: 50%;
  width: 1px;
  background-color: var(--sonchoy-base);
  content: "";
  transform: translateX(-50%);
}

.main-menu-two .main-menu__list>li.current>a .main-menu-border,
.main-menu-two .main-menu__list>li:hover>a .main-menu-border,
.stricky-header.main-menu-two .main-menu__list>li.current>a .main-menu-border,
.stricky-header.main-menu-two .main-menu__list>li:hover>a .main-menu-border {
  transform: translateX(-50%) translateY(0px);
  opacity: 1;
  visibility: visible;
  height: 11px;
}

/*--------------------------------------------------------------
# Navigations Three
--------------------------------------------------------------*/
.main-header-three {
  background: transparent;
  position: relative;
  display: block;
  width: 100%;
  transition: all 500ms ease;
  z-index: 999;
}

.main-menu-three__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu-three__wrapper .container {
  max-width: 1355px;
}

.main-menu-three__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px 0px;
  z-index: 1;
}

.main-menu-three__left {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu-three__logo {
  position: relative;
  display: block;
  margin-right: 80px;
  padding: 29px 0;
  z-index: 1;
}

.main-menu-three__main-menu-two-box {
  position: relative;
  display: block;
}

.main-menu-three__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
}

.main-menu-three__search-box {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: var(--sonchoy-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__search:hover {
  color: var(--sonchoy-base);
}

.main-menu-three__cart {
  position: relative;
  display: block;
}

.main-menu-three__cart a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--sonchoy-black);
  margin-left: 20px;
  margin-right: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__cart a:hover {
  color: var(--sonchoy-base);
}

.main-menu-three__btn-box {
  position: relative;
  display: block;
}

.main-menu-three__btn {
  background-color: var(--sonchoy-extra);
  color: var(--sonchoy-black);
}

.main-menu-three__btn::before,
.main-menu-three__btn::after {
  background: var(--sonchoy-base);
}

.stricky-header.main-menu-three {
  background-color: var(--sonchoy-white);
}

.main-menu-three .main-menu__list>li,
.stricky-header.main-menu-three .main-menu__list>li {
  padding-top: 35px;
  padding-bottom: 35px;
}

.main-menu-three .main-menu__list>li>a,
.stricky-header.main-menu-three .main-menu__list>li>a {
  color: var(--sonchoy-gray);
}

.main-menu-three .main-menu__list>li.current>a,
.main-menu-three .main-menu__list>li:hover>a,
.stricky-header.main-menu-three .main-menu__list>li.current>a,
.stricky-header.main-menu-three .main-menu__list>li:hover>a {
  color: var(--sonchoy-black);
}

.main-menu-three .main-menu__list>li>a::before,
.stricky-header.main-menu-three .main-menu__list>li>a::before {
  content: "";
  height: 8px;
  width: 16px;
  background-color: var(--sonchoy-base);
  position: absolute;
  bottom: -35px;
  left: 0px;
  right: 0px;
  z-index: 1;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three .main-menu__list>li.current>a::before,
.main-menu-three .main-menu__list>li:hover>a::before,
.stricky-header.main-menu-three .main-menu__list>li.current>a::before,
.stricky-header.main-menu-three .main-menu__list>li:hover>a::before {
  opacity: 1;
  visibility: visible;
}


/*--------------------------------------------------------------
# Navigations Four
--------------------------------------------------------------*/
.main-header-four {
  background: transparent;
  position: relative;
  display: block;
  width: 100%;
  transition: all 500ms ease;
  z-index: 999;
}

.main-header-four__top {
  position: relative;
  display: block;
}

.main-header-four__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 0;
}

.main-header-four__top-left {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-header-four__logo {
  position: relative;
  display: block;
}

.main-header-four__search-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 115px;
}

.main-header-four__search-form {
  position: relative;
  display: block;
  width: 300px;
}

.main-header-four__search-form input[type="search"] {
  display: block;
  outline: none;
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
  padding-left: 20px;
  height: 50px;
  width: 100%;
  padding-right: 60px;
  border: 1px solid #d5d5d5;
  color: var(--sonchoy-gray);
  border-radius: 0px;
}

.main-header-four__search-form button[type="submit"] {
  color: var(--sonchoy-black);
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 5px;
  max-width: 50px;
  width: 100%;
  bottom: 0;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-four__search-form button[type="submit"]:hover {
  color: var(--sonchoy-base);
}

.main-header-four__contact-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-header-four__contact-list li {
  position: relative;
  display: block;
}

.main-header-four__contact-list li:before {
  content: "";
  position: absolute;
  top: -6px;
  bottom: -6px;
  left: -30px;
  width: 1px;
  background-color: #d5d5d5;
}

.main-header-four__contact-list li:first-child:before {
  display: none;
}

.main-header-four__contact-list li+li {
  margin-left: 60px;
}

.main-header-four__contact-list li .text span {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.018em;
  line-height: 14px;
}

.main-header-four__contact-list li .text p {
  font-size: 18px;
  font-weight: 500;
  color: var(--sonchoy-black);
  line-height: 18px;
}

.main-header-four__contact-list li .text p a {
  color: var(--sonchoy-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-four__contact-list li .text p a:hover {
  color: var(--sonchoy-base);
}


.main-menu-four__wrapper {
  position: relative;
  display: block;
  background-color: var(--sonchoy-black);
  z-index: 1;
}

.main-menu-four__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px 0px;
  z-index: 1;
}

.main-menu-four__main-menu-two-box {
  position: relative;
  display: block;
}

.main-menu-four__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu-four__cart {
  position: relative;
  display: block;
}

.main-menu-four__cart a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--sonchoy-white);
  margin-right: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-four__cart a:hover {
  color: var(--sonchoy-base);
}

.main-menu-four__btn-box {
  position: relative;
  display: block;
}

.main-menu-four__btn:hover {
  color: var(--sonchoy-base);
}

.main-menu-four__btn::before,
.main-menu-four__btn::after {
  background: var(--sonchoy-primary);
}

.stricky-header.main-menu-four {
  background-color: var(--sonchoy-black);
}

.main-menu-four .main-menu__list>li,
.stricky-header.main-menu-four .main-menu__list>li {
  padding-top: 15px;
  padding-bottom: 15px;
}

.main-menu-four .main-menu__list>li>a,
.stricky-header.main-menu-four .main-menu__list>li>a {
  color: #b7c9e2;
}

.main-menu-four .main-menu__list>li.current>a,
.main-menu-four .main-menu__list>li:hover>a,
.stricky-header.main-menu-four .main-menu__list>li.current>a,
.stricky-header.main-menu-four .main-menu__list>li:hover>a {
  color: var(--sonchoy-white);
}

/*--------------------------------------------------------------
# Navigations Five
--------------------------------------------------------------*/
.main-menu-five .main-menu-four__wrapper {
  background-color: var(--sonchoy-base);
}

.main-menu-five .main-menu__list>li>a,
.stricky-header.main-menu-five .main-menu__list>li>a {
  color: var(--sonchoy-white);
}

.main-menu-five .main-menu-four__cart a:hover {
  color: var(--sonchoy-black);
}

.main-menu-five__btn {
  background-color: #66bc89;
}

.stricky-header.main-menu-five {
  background-color: var(--sonchoy-base);
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  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;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.search-popup.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--sonchoy-black);
  opacity: 0.75;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 0;
  overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}

.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  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;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background-color: var(--sonchoy-base);
  border: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup__content .thm-btn:after {
  background-color: var(--sonchoy-black);
}

.search-popup__content .thm-btn i {
  height: auto;
  width: auto;
  background-color: transparent;
  border-radius: 50%;
  color: var(--sonchoy-white);
  font-size: 22px;
  line-height: inherit;
  text-align: center;
  top: 0;
  margin-right: 0;
  padding-left: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup__content .thm-btn:hover i {
  color: var(--sonchoy-white);
}


/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
  position: relative;
  display: block;
  background-color: var(--sonchoy-primary);
  overflow: hidden;
  z-index: 10;
}

.main-slider .item {
  position: relative;
  padding-top: 166px;
  padding-bottom: 177px;
  z-index: 10;
}

.main-slider__img {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(500px);
  opacity: 0;
  z-index: 1;
}

.main-slider__img img {
  width: auto !important;
}

.active .main-slider__img {
  opacity: 1;
  transform: translateX(0px);
  transition: all 1000ms ease;
  transition-delay: 1000ms;
  z-index: 1;
}

.main-slider__shape-1 {
  position: absolute;
  top: -10px;
  left: 0;
  opacity: .60;
  z-index: -1;
}

.main-slider__shape-1 img {
  width: auto;
}

.main-slider__shape-2 {
  position: absolute;
  top: 82px;
  right: 44%;
  z-index: -1;
}

.main-slider__shape-2 img {
  width: auto;
}

.main-slider__shape-3 {
  position: absolute;
  bottom: 80px;
  right: 40%;
  z-index: -1;
}

.main-slider__shape-3 img {
  width: auto;
}

.main-slider__content {
  position: relative;
  display: block;
  z-index: 10;
}

.main-slider__section-and-text {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__content .section-title {
  margin-bottom: 22px;
}

.main-slider__content .section-title__title {
  font-size: 90px;
  line-height: 80px;
  letter-spacing: -0.02em;
  margin: 21px 0 0;
}

.main-slider__text {
  position: relative;
  display: inline-block;
  color: #6a6a6a;
}

.main-slider__btn-and-ratting-box {
  margin-top: 43px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__btn-box {
  position: relative;
  display: flex;
  align-items: center;
}

.main-slider__btn-and-ratting-box {
  margin-top: 43px;
  position: relative;
  display: flex;
  align-items: flex-end;
}

.main-slider__ratting {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 60px;
  top: 7px;
}

.main-slider__ratting i {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #ffc107;
}

.main-slider__ratting i+i {
  margin-left: 4px;
}

.main-slider__ratting>span {
  color: #6a6a6a;
  position: relative;
  margin-left: 20px;
}

.active .main-slider__section-and-text,
.active .main-slider__btn-and-ratting-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}


.main-slider .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  left: 80px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  transform: translateY(-50%);
}

.main-slider .owl-theme .owl-nav [class*=owl-] {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  color: var(--sonchoy-black);
  background-color: var(--sonchoy-white);
  border: none;
  border-radius: 50%;
  margin: 0;
  text-align: center;
  transition: all 500ms ease;
}

.main-slider .owl-theme .owl-nav [class*=owl-]:hover {
  color: var(--sonchoy-white);
  background-color: var(--sonchoy-base);
}

.main-slider .owl-theme .owl-nav [class*=owl-]+[class*=owl-] {
  margin-top: 10px;
}



/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/
.main-slider-two {
  position: relative;
  z-index: 10;
}

.main-slider-two .item {
  position: relative;
  padding-top: 220px;
  padding-bottom: 220px;
  z-index: 10;
}

.main-slider-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  z-index: 1;
}

.main-slider-two__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(3, 0, 17, .70);
  z-index: -1;
}

.active .main-slider-two__bg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.main-slider-two__shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: .60;
  z-index: 2;
}

.main-slider-two__shape-1 img {
  width: auto;
}

.main-slider-two__shape-2 {
  position: absolute;
  bottom: -30px;
  left: 0;
  opacity: .60;
  z-index: 2;
}

.main-slider-two__shape-2 img {
  width: auto;
}

.main-slider-two__shape-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 60px;
  width: 60px;
  background-color: var(--sonchoy-primary);
  z-index: 2;
}

.main-slider-two__shape-4 {
  position: absolute;
  bottom: 61px;
  right: 61px;
  height: 60px;
  width: 60px;
  background-color: #eb1919;
  z-index: 2;
}

.main-slider-two__shape-5 {
  position: absolute;
  bottom: 122px;
  right: 122px;
  height: 60px;
  width: 60px;
  background-color: var(--sonchoy-primary);
  z-index: 2;
}

.main-slider-two__shape-6 {
  position: absolute;
  bottom: 184px;
  right: 61px;
  height: 60px;
  width: 60px;
  background-color: #dd0733;
  z-index: 2;
}

.main-slider-two__content {
  position: relative;
  display: block;
  z-index: 10;
}

.main-slider-two__content-top {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two__content .section-title__tagline {
  color: var(--sonchoy-white);
}

.main-slider-two__content .section-title__title {
  color: var(--sonchoy-white);
  font-size: 80px;
  line-height: 80px;
}

.main-slider-two__btn-and-call {
  position: relative;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two__btn:hover {
  color: var(--sonchoy-base);
}

.main-slider-two__btn::before,
.main-slider-two__btn::after {
  background: var(--sonchoy-white);
}

.main-slider-two__call {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.main-slider-two__call .icon {
  position: relative;
  display: inline-block;
  top: 2px;
}

.main-slider-two__call .icon>span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: var(--sonchoy-base);
}

.main-slider-two__call>a {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: var(--sonchoy-white);
  margin-left: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-slider-two__call>a:hover {
  color: var(--sonchoy-base);
}

.main-slider-two__video-link {
  position: absolute;
  display: flex;
  align-items: center;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.main-slider-two__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 18px;
  color: var(--sonchoy-white);
  background-color: var(--sonchoy-base);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.main-slider-two__video-icon:hover {
  background-color: var(--sonchoy-white);
  color: var(--sonchoy-base);
}

.main-slider-two__video-link .ripple,
.main-slider-two__video-icon .ripple:before,
.main-slider-two__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--sonchoy-white-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--sonchoy-white-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--sonchoy-white-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--sonchoy-white-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.main-slider-two__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.main-slider-two__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.main-slider-two__video-shape-1 {
  position: absolute;
  left: -162px;
  bottom: -121px;
}

.main-slider-two__video-shape-1 img {
  width: auto !important;
}

.active .main-slider-two__content-top,
.active .main-slider-two__btn-and-call {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}


.main-slider-two .owl-theme .owl-dots {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 0 120px;
  margin: 0 auto !important;
  height: 0;
  line-height: 0;
  transform: translateY(-50%);
}

.main-slider-two .owl-theme .owl-dots .owl-dot+.owl-dot {
  margin-top: 15px;
}

.main-slider-two .owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(var(--sonchoy-white-rgb), 1);
  border: 1px solid transparent;
  margin: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-slider-two .owl-theme .owl-dots .owl-dot:hover span,
.main-slider-two .owl-theme .owl-dots .owl-dot.active span {
  background-color: rgba(var(--sonchoy-white-rgb), 0);
  border: 1px solid var(--sonchoy-white);
}

/*--------------------------------------------------------------
# Main Slider Three
--------------------------------------------------------------*/
.main-slider-three {
  position: relative;
  display: block;
  background-color: #eeeef5;
  z-index: 10;
}

.main-slider-three .item {
  background-color: #eeeef5;
  position: relative;
  padding-top: 172px;
  padding-bottom: 185px;
  z-index: 10;
}

.main-slider-three__img {
  position: absolute;
  top: 55px;
  right: 225px;
  transform: translateX(500px);
  opacity: 0;
  z-index: 1;
}

.main-slider-three__img img {
  width: auto !important;
}

.active .main-slider-three__img {
  opacity: 1;
  transform: translateX(0px);
  transition: all 1000ms ease;
  transition-delay: 500ms;
  z-index: 1;
}

.main-slider-three__shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.main-slider-three__shape-2 img {
  width: auto !important;
}

.main-slider-three__shape-3 {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 1;
}

.main-slider-three__shape-3 img {
  width: auto !important;
}

.main-slider-three__shape-4 {
  position: absolute;
  left: -48px;
  top: 57px;
  border-radius: 50%;
  background-color: rgb(198, 208, 249);
  width: 137px;
  height: 137px;
}

.main-slider-three__shape-5 {
  position: absolute;
  left: 126px;
  top: 160px;
  border-radius: 50%;
  background-color: rgb(255, 218, 86);
  width: 24px;
  height: 24px;
}

.main-slider-three__content {
  position: relative;
  display: block;
  z-index: 10;
}

.main-slider-three__title {
  position: relative;
  display: block;
  font-size: 80px;
  color: var(--sonchoy-black);
  font-weight: 500;
  line-height: 80px;
  text-transform: capitalize;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-three__color-text {
  font-weight: 700;
  color: var(--sonchoy-base);
  position: relative;
  display: inline-block;
}

.main-slider-three__color-text:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 10px;
  height: 9px;
  width: 187px;
  background-image: url(../images/shapes/main-slider-three-shape-1.png);
  background-repeat: no-repeat;
}

.main-slider-three__color-text-two {
  font-weight: 700;
}

.main-slider-three__text {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.active .main-slider-three__text {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider-three__btn-and-text-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 46px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-three__text-box {
  color: var(--sonchoy-base);
  margin-left: 30px;
}

.main-slider-three__text-box span {
  font-size: 20px;
  font-weight: 700;
}

.active .main-slider-three__title,
.active .main-slider-three__btn-and-text-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}



/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider-four {
  position: relative;
  background-color: #010420;
  z-index: 10;
}

.main-slider-four .item {
  background-color: #010420;
  position: relative;
  padding-top: 200px;
  padding-bottom: 290px;
  z-index: 10;
}

.main-slider-four__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  mix-blend-mode: luminosity;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  z-index: 1;
}

.main-slider-four__bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(1, 4, 21, .75);
  z-index: -1;
}

.active .main-slider-four__bg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.main-slider-four__shape-1 {
  position: absolute;
  left: 280px;
  bottom: 15px;
  z-index: 1;
}

.main-slider-four__shape-1 img {
  width: auto !important;
}

.main-slider-four__shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 60px;
  width: 60px;
  background-color: var(--sonchoy-white);
  z-index: 2;
}

.main-slider-four__shape-3 {
  position: absolute;
  bottom: 61px;
  right: 61px;
  height: 60px;
  width: 60px;
  background-color: #0c61d1;
  z-index: 2;
}

.main-slider-four__shape-4 {
  position: absolute;
  bottom: 122px;
  right: 122px;
  height: 60px;
  width: 60px;
  background-color: var(--sonchoy-white);
  z-index: 2;
}

.main-slider-four__shape-5 {
  position: absolute;
  bottom: 184px;
  right: 61px;
  height: 60px;
  width: 60px;
  background-color: #0c61d1;
  z-index: 2;
}

.main-slider-four__content {
  position: relative;
  display: block;
  text-align: center;
  z-index: 10;
}

.main-slider-four__icon {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: var(--sonchoy-white);
  text-transform: uppercase;
  letter-spacing: 1.6px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
  z-index: 1;
}

.main-slider-four__icon img {
  width: auto !important;
}

.main-slider-four__title {
  position: relative;
  display: block;
  font-size: 90px;
  color: var(--sonchoy-white);
  font-weight: 700;
  line-height: 90px;
  margin-top: 11px;
  margin-bottom: 45px;
  text-transform: capitalize;
  letter-spacing: -0.02em;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-four__btn-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-four__btn:hover {
  color: var(--sonchoy-base);
}

.main-slider-four__btn::before,
.main-slider-four__btn::after {
  background: var(--sonchoy-white);
}

.main-slider-four__btn-2 {
  background-color: var(--sonchoy-white);
  color: var(--sonchoy-base);
  margin-left: 20px;
}

.main-slider-four__btn-2::before,
.main-slider-four__btn-2::after {
  background: var(--sonchoy-base);
}


.active .main-slider-four__title,
.active .main-slider-four__icon,
.active .main-slider-four__btn-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}


.main-slider-four .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
  padding: 0px 120px;
  margin: 0 auto;
  height: 0;
  line-height: 0;
  transform: translateY(-50%);
}

.main-slider-four .owl-theme .owl-nav [class*=owl-] {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: rgba(var(--sonchoy-base-rgb), 1);
  background-color: rgba(var(--sonchoy-white-rgb), .30);
  border: none;
  border-radius: 50%;
  margin: 0;
  text-align: center;
  transition: all 500ms ease;
  padding: 0px 0px !important;
}

.main-slider-four .owl-theme .owl-nav [class*=owl-]:hover {
  color: rgba(var(--sonchoy-black-rgb), 1);
  background-color: rgba(var(--sonchoy-white-rgb), 1);
}

.main-slider-four .owl-theme .owl-nav [class*=owl-]+[class*=owl-] {
  margin-left: 0px;
}


/*--------------------------------------------------------------
# Main Slider Five
--------------------------------------------------------------*/
.main-slider-five {
  position: relative;
  display: block;
  background-color: #00180e;
  z-index: 1;
}

.main-slider-five__inner {
  position: relative;
  display: block;
}

.main-slider-five__main-content {
  position: relative;
  display: block;
}

.main-slider-five__main-content-inner-box {
  position: relative;
  display: block;
}

.main-slider-five__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  z-index: 1;
}

.main-slider-five__bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 24, 14, .50);
  z-index: 1;
}

.main-slider-five .swiper-slide-active .main-slider-five__bg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.main-slider-five__shape-1 {
  position: absolute;
  top: -120px;
  left: 0;
  z-index: 2;
}

.main-slider-five__shape-1 img {
  width: auto;
}

.main-slider-five__shape-2 {
  position: absolute;
  top: -120px;
  right: 0;
  z-index: 2;
}

.main-slider-five__shape-2 img {
  width: auto;
}

.main-slider-five__main-content-inner {
  position: relative;
  display: block;
  padding: 226px 0 240px;
  z-index: 15;
}

.main-slider-five__title {
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
  color: var(--sonchoy-white);
  margin-bottom: 46px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(-200px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(-200px);
  transform: perspective(400px) rotateY(0deg) translateY(-200px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 1;
}

.main-slider-five .swiper-slide-active .main-slider-five__title {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.main-slider-five__btn-and-text-box {
  position: relative;
  display: flex;
  align-items: center;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(200px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(200px);
  transform: perspective(400px) rotateY(0deg) translateY(200px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 1;
}

.main-slider-five .swiper-slide-active .main-slider-five__btn-and-text-box {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.main-slider-five__text-box {
  color: var(--sonchoy-white);
  margin-left: 30px;
}

.main-slider-five__text-box span {
  font-size: 20px;
  font-weight: 700;
}

.main-slider-five__btn:hover {
  color: var(--sonchoy-base);
}

.main-slider-five__btn::before,
.main-slider-five__btn::after {
  background: var(--sonchoy-white);
}

.main-slider-five__thumb-box {
  position: absolute;
  top: 50%;
  right: 80px;
  width: 60px;
  height: 210px;
  overflow: hidden;
  transform: translateY(-50%);
  z-index: 101;
}

#main-slider-five__thumb {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 5;
}

@media (max-width: 767px) {
  #main-slider-five__thumb {
    display: none;
  }
}

.main-slider-five__img-holder {
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 500ms ease;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
}

.main-slider-five__img-holder:before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 50%;
  content: "";
  background-color: rgba(var(--sonchoy-black-rgb), 0);
  z-index: 1;
  transition: all 500ms ease;
}

.swiper-slide-thumb-active .main-slider-five__img-holder:before {
  background-color: rgba(var(--sonchoy-black-rgb), .30);
}

.main-slider-five__img-holder>img {
  width: 100%;
  transition: all 0.5s ease-in-out 0.6s;
  border-radius: 50%;
}

#main-slider-five__carousel-pagination {
  position: absolute;
  top: 44%;
  left: 80px;
  max-width: 100%;
  width: 100%;
  text-align: center;
  margin: 0 auto !important;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  line-height: 0;
  height: 0;
  transform: translateY(-50%);
  z-index: 20;
}


#main-slider-five__carousel-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(var(--sonchoy-white-rgb), 1);
  border: 1px solid transparent;
  margin: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 9px 0;
  opacity: 1;
}

#main-slider-five__carousel-pagination .swiper-pagination-bullet-active {
  background-color: rgba(var(--sonchoy-white-rgb), 0);
  border: 1px solid var(--sonchoy-white);
}

#main-slider-five__carousel-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
  margin-top: 15px;
}












/*--------------------------------------------------------------
# Feature One
--------------------------------------------------------------*/
.feature-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.feature-one__single {
  position: relative;
  display: flex;
  margin-bottom: 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 60px 0px rgba(4, 23, 26, 0.08);
  z-index: 1;
}

.feature-one__shape-1 {
  position: absolute;
  top: 0px;
  right: 0;
  left: 95px;
  height: 29px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: left;
  transform-style: preserve-3d;
  transform: scaleY(1);
  z-index: -1;
}

.feature-one__single:hover .feature-one__shape-1 {
  transform: scaleY(0.0);
}

.feature-one__shape-1 img {
  width: auto;
}

.feature-one__hover-shape-1 {
  position: absolute;
  top: 0px;
  right: 0;
  left: 95px;
  height: 29px;
  background-size: cover;
  background-repeat: no-repeat;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}

.feature-one__single:hover .feature-one__hover-shape-1 {
  transform: scaleY(1.0);
}

.feature-one__hover-shape-1 img {
  width: auto;
}

.feature-one__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 105px;
  background-color: var(--sonchoy-primary);
  border-bottom-left-radius: 48px;
  border-bottom-right-radius: 48px;
  overflow: hidden;
  z-index: 1;
}

.feature-one__icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--sonchoy-base);
  border-bottom-left-radius: 48px;
  border-bottom-right-radius: 48px;
  background-position: center bottom;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}

.feature-one__single:hover .feature-one__icon::after {
  transform: scaleY(1.0);
}

.feature-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 52px;
  color: var(--sonchoy-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__icon span {
  color: var(--sonchoy-white);
}

.feature-one__content {
  position: relative;
  display: block;
  margin-left: 30px;
  padding: 25px 0 35px;
}

.feature-one__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}

.feature-one__title a {
  color: var(--sonchoy-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-one__title a:hover {
  color: var(--sonchoy-base);
}

.feature-one__read-more {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.016em;
  color: var(--sonchoy-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-one__read-more:hover {
  color: var(--sonchoy-base);
}

.feature-one__read-more span {
  position: relative;
  margin-left: 10px;
}

/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/
.about-one {
  position: relative;
  display: block;
  padding: 0 0 120px;
  z-index: 1;
}

.about-one__shape-2 {
  position: absolute;
  right: 145px;
  bottom: 224px;
  z-index: -1;
}

.about-one__shape-2 img {
  width: auto;
}

.about-one__shape-3 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.about-one__shape-3 img {
  width: auto;
}

.about-one__left {
  position: relative;
  display: block;
  margin-left: 200px;
  margin-right: 70px;
}

.about-one__img-box {
  position: relative;
  display: block;
}

.about-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.about-one__img::before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, .3) 100%);
  transform: skewX(17deg);
  z-index: 1;
}

.about-one__img:hover::before {
  -webkit-animation: shine 1.9s;
  animation: shine 1.9s;
}

.about-one__img img {
  width: 100%;
  transition: all 500ms linear;
  transition-delay: 0.2s
}

.about-one__img:hover img {
  transform: scale(1.1) rotate(0deg);
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.about-one__img-2 {
  position: absolute;
  top: 164px;
  left: -285px;
  z-index: -1;
}

.about-one__img-2 img {
  width: auto;
}

.about-one__client-box {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--sonchoy-base);
  padding: 23px 27px 23px;
  margin-top: 43px;
  z-index: 1;
}

.about-one__client-box-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.about-one__client-img {
  position: relative;
  display: block;
  width: 60px;
}

.about-one__client-img img {
  width: 100%;
}

.about-one__client-content {
  position: relative;
  display: block;
  margin-left: 20px;
}

.about-one__count {
  position: relative;
  display: flex;
  align-items: center;
}

.about-one__count h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  font-family: var(--sonchoy-font);
  color: var(--sonchoy-white);
  letter-spacing: 0.016em;
}

.about-one__count span {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  font-family: var(--sonchoy-font);
  color: var(--sonchoy-white);
  letter-spacing: 0.016em;
}

.about-one__client-content p {
  color: var(--sonchoy-white);
}

.about-one__video-link {
  position: absolute;
  top: 30px;
  left: -138px;
}

.about-one__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  line-height: 78px;
  text-align: center;
  font-size: 18px;
  color: var(--sonchoy-white);
  background-color: var(--sonchoy-base);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.about-one__video-icon:hover {
  background-color: var(--sonchoy-black);
  color: var(--sonchoy-white);
}

.about-one__video-link .ripple,
.about-one__video-icon .ripple:before,
.about-one__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--sonchoy-base-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--sonchoy-base-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--sonchoy-base-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--sonchoy-base-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.about-one__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.about-one__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.about-one__shape-1 {
  position: absolute;
  top: 5px;
  left: -247px;
  z-index: 1;
}

.about-one__shape-1 img {
  width: auto;
}

.about-one__right {
  position: relative;
  display: block;
  margin-right: -5px;
}

.about-one__right .section-title {
  margin-bottom: 24px;
}

.about-one__text-box {
  position: relative;
  display: flex;
  align-items: center;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgba(4, 23, 26, 0.06);
  padding-right: 20px;
  margin: 38px 0 48px;
  z-index: 1;
}

.about-one__text-box-shape {
  position: absolute;
  bottom: -2px;
  left: 98px;
  z-index: -1;
}

.about-one__text-box-shape img {
  width: auto;
}

.about-one__text-box-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100px;
  width: 100%;
  height: 92px;
  background-color: var(--sonchoy-black);
  border-top-right-radius: 46px;
}

.about-one__text-box-icon span {
  position: relative;
  display: inline-block;
  font-size: 38px;
  color: var(--sonchoy-white);
}

.about-one__text-box-text {
  margin-left: 30px;
  line-height: 24px;
}

.about-one__points {
  position: relative;
  display: block;
}

.about-one__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.about-one__points li+li {
  margin-top: 7px;
}

.about-one__points li .icon {
  position: relative;
  display: inline-block;
}

.about-one__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--sonchoy-base);
}

.about-one__points li p {
  margin-left: 10px;
  font-weight: 700;
  font-family: var(--sonchoy-font-two);
  color: var(--sonchoy-base);
}

.about-one__btn-and-contact {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 46px;
}

.about-one__btn-box {
  position: relative;
  display: block;
}

.about-one__contact {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 60px;
}

.about-one__contact .icon {
  position: relative;
  display: inline-block;
}

.about-one__contact .icon>span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 20px;
  color: var(--sonchoy-base);
  border: 1px solid var(--sonchoy-bdr-color);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-one__contact .icon>span:hover {
  color: var(--sonchoy-white);
  border: 1px solid var(--sonchoy-base);
  background-color: var(--sonchoy-base);
}

.about-one__contact .content {
  position: relative;
  display: block;
  margin-left: 20px;
  top: -3px;
}

.about-one__contact .content>p {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.016em;
  line-height: 18px;
  margin-top: -2px;
}

.about-one__contact .content>p>a {
  color: var(--sonchoy-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-one__contact .content>p>a:hover {
  color: var(--sonchoy-base);
}

/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counter-one {
  position: relative;
  display: block;
  background-color: var(--sonchoy-black);
  padding: 120px 0 90px;
  overflow: hidden;
  z-index: 1;
}

.counter-one__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: lighten;
  z-index: -1;
}

.counter-one__shape-1 img {
  width: auto;
}

.counter-one__shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.counter-one__shape-2 img {
  width: auto;
}

.counter-one__shape-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.counter-one__shape-3 img {
  width: auto;
}

.counter-one__shape-4 {
  position: absolute;
  bottom: 50px;
  left: 20px;
  z-index: -1;
}

.counter-one__shape-4 img {
  width: auto;
}

.counter-one__shape-5 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: .60;
  z-index: -1;
}

.counter-one__shape-5 img {
  width: auto;
}

.counter-one__shape-6 {
  position: absolute;
  bottom: -30px;
  right: 0;
  opacity: .40;
  z-index: -1;
}

.counter-one__shape-6 img {
  width: auto;
}

.counter-one__shape-7 {
  position: absolute;
  top: 0;
  right: -30px;
  z-index: -1;
}

.counter-one__shape-7 img {
  width: auto;
}

.counter-one__inner {
  position: relative;
  display: block;
}

.counter-one__count-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.counter-one__count-list li {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 22px;
}

.counter-one__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border: 1px dashed rgba(var(--sonchoy-white-rgb), .40);
  border-radius: 50%;
  transition: all 500ms linear;
  margin: 0 auto;
  z-index: 1;
}

.counter-one__count-list li:hover .counter-one__icon {
  border: 1px dashed transparent;
}

.counter-one__icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--sonchoy-base);
  border-radius: 50%;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.counter-one__count-list li:hover .counter-one__icon::before {
  transform: scaleX(1);
}

.counter-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 48px;
  color: var(--sonchoy-base);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.counter-one__count-list li:hover .counter-one__icon span {
  transform: scale(0.9);
  color: var(--sonchoy-white);
}

.counter-one__count {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  margin-bottom: 3px;
}

.counter-one__count h3 {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.04em;
  color: var(--sonchoy-white);
  font-family: var(--sonchoy-font);
}

.counter-one__count span {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.04em;
  color: var(--sonchoy-white);
  font-family: var(--sonchoy-font);
}

.counter-one__text {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: var(--sonchoy-white);
}

/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
  position: relative;
  display: block;
  background-color: var(--sonchoy-primary);
  padding: 120px 0 90px;
  z-index: 1;
}

.services-one__shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.06;
  z-index: -1;
}

.services-one__shape-1 img {
  width: auto;
}

.services-one__shape-2 {
  position: absolute;
  right: 68px;
  bottom: 46px;
  z-index: -1;
}

.services-one__shape-2 img {
  width: auto;
}

.services-one__bottom {
  position: relative;
  display: block;
}

.services-one__carousel {
  position: relative;
  display: block;
}

.services-one__single {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 60px 0px rgba(4, 23, 26, 0.04);
  z-index: 1;
}

.services-one__single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--sonchoy-black);
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.services-one__single:hover:before {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.services-one__title-box {
  position: relative;
  display: block;
  padding: 53px 0 95px;
}

.services-one__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.services-one__title a {
  color: var(--sonchoy-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__single:hover .services-one__title a {
  color: var(--sonchoy-white);
}

.services-one__img-box {
  position: relative;
  display: block;
}

.services-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.services-one__img::before {
  background-color: var(--sonchoy-black);
  position: absolute;
  height: 0;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -moz-transition: all 400ms ease-out 0s;
  -webkit-transition: all 400ms ease-out 0s;
  -ms-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  content: "";
  z-index: 1;
}

.services-one__single:hover .services-one__img::before {
  height: 100%;
  opacity: .05;
}

.services-one__img:after {
  position: absolute;
  content: "";
  background-color: var(--sonchoy-black);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  -moz-transition: all 600ms ease-out 0s;
  -webkit-transition: all 600ms ease-out 0s;
  -ms-transition: all 600ms ease-out 0s;
  -o-transition: all 600ms ease-out 0s;
  transition: all 600ms ease-out 0s;
}

.services-one__single:hover .services-one__img:after {
  height: 0;
  opacity: .3;
}

.services-one__img img {
  width: 100%;
  transition: .5s ease;
  transform: scale(1.05);
}

.services-one__single:hover .services-one__img img {
  transform: scale(1);
}

.services-one__icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -55px;
  left: 50%;
  width: 110px;
  height: 110px;
  background-color: var(--sonchoy-black);
  border-radius: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: 2;
}

.services-one__icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--sonchoy-base);
  border-radius: 50%;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.services-one__single:hover .services-one__icon::before {
  transform: scaleX(1);
}

.services-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: var(--sonchoy-white);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.services-one__single:hover .services-one__icon span {
  transform: scale(0.9);
}

.services-one__read-more {
  position: relative;
  display: block;
}

.services-one__read-more a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: var(--sonchoy-base);
  padding: 12px 40px 12px;
  background-color: var(--sonchoy-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.services-one__single:hover .services-one__read-more a {
  color: var(--sonchoy-white);
}

.services-one__read-more a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--sonchoy-base);
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.services-one__single:hover .services-one__read-more a::before {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.services-one__read-more a span {
  font-weight: 900;
}

.services-one__carousel.owl-theme .owl-nav {
  position: absolute;
  top: -120px;
  right: 0;
}

.services-one__carousel.owl-theme .owl-nav .owl-next {
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  color: var(--sonchoy-black);
  background-color: var(--sonchoy-white);
  font-size: 20px;
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__carousel.owl-theme .owl-nav .owl-prev {
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  color: var(--sonchoy-black);
  background-color: var(--sonchoy-white);
  font-size: 20px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  display: inline-block;
}

.services-one__carousel.owl-theme .owl-nav .owl-next {
  margin-left: 10px;
}

.services-one__carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 10px;
}

.services-one__carousel.owl-theme .owl-nav .owl-next span,
.services-one__carousel.owl-theme .owl-nav .owl-prev span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-one__carousel.owl-theme .owl-nav .owl-next:hover,
.services-one__carousel.owl-theme .owl-nav .owl-prev:hover {
  background-color: var(--sonchoy-base);
  color: var(--sonchoy-white);
}

/*--------------------------------------------------------------
# Why Choose One
--------------------------------------------------------------*/
.why-choose-one {
  position: relative;
  display: block;
  padding: 0 0 120px;
  z-index: 1;
}

.why-choose-one__left {
  position: relative;
  display: block;
  margin-left: -234px;
  margin-right: 364px;
}

.why-choose-one__img-box {
  position: relative;
  display: block;
}

.why-choose-one__img {
  position: relative;
  display: block;
  margin-bottom: 18px;
}

.why-choose-one__img img {
  width: 100%;
}

.why-choose-one__img-2 {
  position: absolute;
  top: 358px;
  right: -294px;
}

.why-choose-one__img-2 img {
  width: auto;
}

.why-choose-one__img-3 {
  position: absolute;
  top: 120px;
  right: -294px;
}

.why-choose-one__img-3 img {
  width: auto;
}

.why-choose-one__experience-box {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: -22px;
  left: -305px;
}

.why-choose-one__count {
  position: relative;
  display: block;
}

.why-choose-one__count h3 {
  font-size: 140px;
  font-weight: 700;
  line-height: 140px;
  color: var(--sonchoy-base);
  font-family: var(--sonchoy-font);
}

.why-choose-one__experience-box p {
  font-weight: 700;
  letter-spacing: 0.016em;
  text-transform: uppercase;
  color: var(--sonchoy-black);
  line-height: 26px;
  margin-left: 26px;
  top: 17px;
  position: relative;
}

.why-choose-one__right {
  position: relative;
  display: block;
  margin-top: 120px;
}

.why-choose-one__right .section-title {
  margin-bottom: 39px;
}

.why-choose-one__points {
  position: relative;
  display: block;
}

.why-choose-one__points li {
  position: relative;
  display: flex;
  border-bottom: 1px solid var(--sonchoy-bdr-color);
  padding-bottom: 45px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.why-choose-one__points li:hover {
  border-bottom: 1px solid var(--sonchoy-base);
}

.why-choose-one__points li+li {
  margin-top: 39px;
}

.why-choose-one__points li .icon {
  position: relative;
  display: inline-block;
  top: 9px;
}

.why-choose-one__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: var(--sonchoy-base);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.why-choose-one__points li:hover .icon span {
  transform: scale(0.9);
}

.why-choose-one__points li .content {
  position: relative;
  display: block;
  margin-left: 30px;
}

.why-choose-one__points li .content>h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
}

.why-choose-one__points li .content>p {
  line-height: 26px;
  margin-top: 9px;
}

/*--------------------------------------------------------------
# Video One
--------------------------------------------------------------*/
.video-one {
  position: relative;
  display: block;
  padding: 250px 0 250px;
  z-index: 1;
}

.video-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.video-one__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(8, 0, 22, .70);
  z-index: -1;
}

.video-one__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: .30;
  mix-blend-mode: color-dodge;
  z-index: -1;
}

.video-one__shape-1 img {
  width: auto;
}

.video-one__shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: .30;
  mix-blend-mode: color-dodge;
  z-index: -1;
}

.video-one__shape-2 img {
  width: auto;
}

.video-one__shape-3 {
  position: absolute;
  top: 0;
  left: 75px;
  z-index: -1;
}

.video-one__shape-3 img {
  width: auto;
}

.video-one__shape-4 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.video-one__shape-4 img {
  width: auto;
}

.video-one__shape-5 {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: .40;
  z-index: -1;
}

.video-one__shape-5 img {
  width: auto;
}

.video-one__inner {
  position: relative;
  display: block;
  text-align: center;
 
}

.video-one__icon-box {
  position: relative;
  display: inline-block;
 
}

.video-one__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 140px;
  height: 140px;
  color: var(--sonchoy-white);
  background-color: var(--sonchoy-base);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.video-one__icon:hover {
  color: var(--sonchoy-base);
  background-color: var(--sonchoy-white);
}

.video-one__curved-circle-box {
  position: absolute;
  top: 135px;
  right: -38px;
  transform: rotate(121deg);
}

.video-one__curved-circle-box .curved-circle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 20px;
  font-weight: 500;
  color: var(--sonchoy-white);
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*--------------------------------------------------------------
# Work Step One
--------------------------------------------------------------*/
.work-step-one {
  position: relative;
  display: block;
  padding: 120px 0 50px;
  background-color: var(--sonchoy-primary);
  z-index: 1;
}

.work-step-one__bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.work-step-one .section-title {
  margin-bottom: 96px;
}

.work-step-one__single {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 60px;
}

.work-step-one__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 123px;
  height: 123px;
  margin: 0 auto;
  z-index: 1;
}

.work-step-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 68px;
  color: var(--sonchoy-base);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.work-step-one__single:hover .work-step-one__icon span {
  transform: scale(0.9);
}

.work-step-one__shape-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.work-step-one__single:hover .work-step-one__shape-1 {
  opacity: 0;
}

.work-step-one__shape-1 img {
  width: auto;
}

.work-step-one__hover-shape-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.work-step-one__single:hover .work-step-one__hover-shape-1 {
  opacity: 1;
}

.work-step-one__hover-shape-1 img {
  width: auto;
}

.work-step-one__shape-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}

.work-step-one__shape-2 img {
  width: auto;
}

.work-step-one__shape-3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}

.work-step-one__shape-3 img {
  width: auto;
}


.work-step-one__title {
  margin-top: 74px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.work-step-one__title a {
  color: var(--sonchoy-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.work-step-one__title a:hover {
  color: var(--sonchoy-base);
}

/*--------------------------------------------------------------
# FAQ One
--------------------------------------------------------------*/
.faq-one {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.faq-one__left {
  position: relative;
  display: block;
  margin-left: -73px;
  margin-right: 73px;
  margin-top: 10px;
}

.faq-one__shape-1 {
  position: absolute;
  top: -36px;
  left: -69px;
}

.faq-one__shape-1 img {
  width: auto;
}

.faq-one__img-box {
  position: relative;
  display: block;
}

.faq-one__img {
  position: relative;
  display: block;
}

.faq-one__img img {
  width: 100%;
}

.faq-one__quick-box {
  position: absolute;
  top: -8px;
  right: -34px;
  max-width: 256px;
  width: 100%;
  text-align: center;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 60px 0px rgba(18, 20, 31, 0.06);
  padding: 39px 30px 33px;
}

.faq-one__quick-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: var(--sonchoy-base);
  border-radius: 50%;
  margin: 0 auto;
}

.faq-one__quick-icon span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 900;
  color: var(--sonchoy-white);
}

.faq-one__quick-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 14px;
}

.faq-one__policy {
  position: absolute;
  left: 33px;
  bottom: -23px;
  max-width: 362px;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 60px 0px rgba(18, 20, 31, 0.06);
  padding: 36px 40px 39px;
}

.faq-one__policy-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: var(--sonchoy-base);
  border-radius: 50%;
}

.faq-one__policy-icon span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 900;
  color: var(--sonchoy-white);
}

.faq-one__policy-text {
  margin-left: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.faq-one__right {
  position: relative;
  display: block;
}

.faq-one__right .faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  background-color: var(--sonchoy-primary);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.faq-one__right .faq-one-accrodion .accrodion::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--sonchoy-base);
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  transform-origin: bottom right;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  z-index: -1;
}

.faq-one__right .faq-one-accrodion .accrodion.active::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: top center;
}

.faq-one__right .faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 15px 30px 17px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  padding-right: 25px;
}

.faq-one__right .faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: var(--sonchoy-black);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-one__right .faq-one-accrodion .accrodion.active .accrodion-title h4 {
  color: var(--sonchoy-white);
}

.faq-one__right .faq-one-accrodion .accrodion+.accrodion {
  margin-top: 20px;
}

.faq-one__right .faq-one-accrodion .accrodion-title h4::before {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 20px;
  color: var(--sonchoy-black);
  position: absolute;
  top: 50%;
  right: 0;
  line-height: 15px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
  width: 21px;
  height: 21px;
}

.faq-one__right .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\f106";
  color: var(--sonchoy-white);
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-one__right .faq-one-accrodion .accrodion-content {
  position: relative;
  padding-bottom: 22px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 14px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 60px 0px rgba(18, 20, 31, 0.06);
}

.faq-one__right .faq-one-accrodion .accrodion-content p {
  margin: 0;
  line-height: 26px;
}

/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
.testimonial-one__more {
  margin-top: 60px;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  font-weight: 700;
  font-size: 14px;
  color: var(--sonchoy-white);
  text-transform: uppercase;
  letter-spacing: 0.016em;
  padding: 15px 45px 15px;
  background-color: var(--sonchoy-base);
  transition: all .35s;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

a.testimonial-one__more {
  color: var(--sonchoy-white);
}


.testimonial-one {
  position: relative;
  display: block;
  padding: 0 0 108px;
  z-index: 1;
}

.testimonial-one__shape-1 {
  position: absolute;
  bottom: 140px;
  right: 0;
  z-index: -1;
}

.testimonial-one__shape-1 img {
  width: auto;
}

.testimonial-one .section-title {
  margin-bottom: 56px;
}

.testimonial-one__bottom {
  position: relative;
  display: block;
}

.testimonial-one__carousel {
  position: relative;
  display: block;
}

.testimonial-one__single {
  position: relative;
  display: block;
  text-align: center;
}

.testimonial-one__quote {
  position: relative;
  display: inline-block;
  z-index: 2;
}

.testimonial-one__quote img {
  width: auto;
}

.testimonial-one__text-box {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 60px 0px rgba(18, 20, 31, 0.06);
  padding: 49px 30px 76px;
  margin-top: -32px;
  z-index: 1;
}

.testimonial-one__text-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--sonchoy-base);
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.testimonial-one__single:hover .testimonial-one__text-box::before {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.testimonial-one__text {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-one__single:hover .testimonial-one__text {
  color: var(--sonchoy-white);
}

.testimonial-one__client-info {
  position: relative;
  display: block;
  margin-top: -40px;
  z-index: 2;
}

.testimonial-one__client-img {
  position: relative;
  display: block;
  max-width: 65px;
  width: 100%;
  margin: 0 auto;
  border-radius: 50%;
}

.testimonial-one__client-img::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border: 8px solid var(--sonchoy-white);
  border-radius: 50%;
}

.testimonial-one__client-img img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-one__client-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.016em;
  margin-top: 18px;
}

.testimonial-one__client-name a {
  color: var(--sonchoy-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-one__client-name a:hover {
  color: var(--sonchoy-base);
}

.testimonial-one__client-sub-title {
  position: relative;
  top: -2px;
}

.testimonial-one__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.testimonial-one__carousel.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonial-one__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------------------------------
# Get Quote
--------------------------------------------------------------*/
.get-quote {
  position: relative;
  display: block;
  background-color: #f5f5f8;
  padding: 120px 0 120px;
  overflow: hidden;
  z-index: 1;
}

.get-quote__img-1 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}

.get-quote__img-1 img {
  width: auto;
  border-radius: 50%;
}

.get-quote__img-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.get-quote__img-2 img {
  width: auto;
}

.get-quote__shape-4 {
  position: absolute;
  left: 0;
  top: -52px;
  z-index: -1;
}

.get-quote__shape-4 img {
  width: auto;
}

.get-quote__shape-5 {
  position: absolute;
  left: 20px;
  top: 33px;
  z-index: -1;
}

.get-quote__shape-5 img {
  width: auto;
}

.get-quote__shape-7 {
  position: absolute;
  left: 490px;
  bottom: 35px;
  z-index: 1;
}

.get-quote__shape-7 img {
  width: auto;
}

.get-quote__shape-8 {
  position: absolute;
  left: 807px;
  bottom: 0;
  z-index: 1;
}

.get-quote__shape-8 img {
  width: auto;
}

.get-quote__shape-9 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.get-quote__shape-9 img {
  width: auto;
}

.get-quote__shape-10 {
  position: absolute;
  top: 43px;
  right: 0;
  z-index: 1;
}

.get-quote__shape-10 img {
  width: auto;
}

.get-quote__shape-11 {
  position: absolute;
  bottom: -263px;
  right: 0;
  z-index: 1;
}

.get-quote__shape-11 img {
  width: auto;
}

.get-quote__inner {
  position: relative;
  display: block;
}

.get-quote__left {
  position: relative;
  display: block;
  margin-left: 225px;
  margin-top: 126px;
}

.get-quote__tab-box {
  position: relative;
  display: block;
  z-index: 2;
}

.get-quote__tab-box .tab-buttons {
  position: relative;
  display: block;
}

.get-quote__tab-box .tab-buttons .tab-btn:nth-child(2) {
  margin-left: 30px;
}

.get-quote__tab-box .tab-buttons .tab-btn:nth-child(3) {
  margin-left: 60px;
}

.get-quote__tab-box .tab-buttons .tab-btn:nth-child(4) {
  margin-left: 30px;
}

.get-quote__tab-box .tab-buttons .tab-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
}

.get-quote__tab-box .tab-buttons .tab-btn+.tab-btn {
  margin-top: 20px;
}

.get-quote__tab-btn-content {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.get-quote__tab-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: var(--sonchoy-black);
  border-radius: 50%;
  z-index: 1;
}

.get-quote__tab-box .tab-buttons .tab-btn.active-btn .get-quote__tab-icon {
  background-color: var(--sonchoy-base);
}

.get-quote__tab-icon span {
  position: relative;
  display: inline-block;
  font-size: 32px;
  color: var(--sonchoy-white);
}

.get-quote__tab-box .tab-buttons .tab-btn.active-btn .get-quote__tab-icon span {
  color: var(--sonchoy-white);
}

.get-quote__tab-text-box {
  position: relative;
  display: block;
  width: 216px;
  padding: 24px 60px 22px;
  padding-right: 20px;
  margin-left: -40px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 20px 0px rgba(4, 23, 26, 0.04);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.get-quote__tab-text {
  font-size: 24px;
  color: var(--sonchoy-black);
  font-weight: 700;
  line-height: 34px;
  font-family: var(--sonchoy-font-two);
}

.get-quote__tab-box .tab-buttons .tab-btn.active-btn .get-quote__tab-text {
  color: var(--sonchoy-base);
}

.get-quote__right {
  position: relative;
  display: block;
  margin-left: 40px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 60px 0px rgba(4, 23, 26, 0.06);
  padding: 73px 80px 80px;
  border-bottom: 2px solid var(--sonchoy-base);
  z-index: 1;
}

.get-quote__shape-6 {
  position: absolute;
  right: -5px;
  top: -135px;
  z-index: -1;
}

.get-quote__shape-6 img {
  width: auto;
}

.get-quote__shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.get-quote__shape-1 img {
  width: auto;
}

.get-quote__shape-2 {
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: -1;
}

.get-quote__shape-2 img {
  width: auto;
}

.get-quote__shape-3 {
  position: absolute;
  bottom: -10px;
  right: 0;
  z-index: -1;
}

.get-quote__shape-3 img {
  width: auto;
}

.get-quote__tagline {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--sonchoy-base);
}

.get-quote__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.018em;
  margin-top: 7px;
  margin-bottom: 33px;
}

.get-quote__right .tabs-content {
  position: relative;
  display: block;
}

.get-quote__right .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.get-quote__right .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.get-quote__content {
  position: relative;
  display: block;
}

.get-quote__form {
  position: relative;
  display: block;
}

.get-quote__content-box {
  position: relative;
  display: block;
}

.get-quote__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.get-quote__input-box input[type="text"],
.get-quote__input-box input[type="email"],
.get-quote__input-box input[type="phone"],
.get-quote__input-box input[type="message"]
 {
  height: 58px;
  width: 100%;
  border: 0;
  background-color: var(--sonchoy-primary);
  outline: none;
  font-size: 16px;
  color: var(--sonchoy-gray);
  font-weight: 400;
  padding: 0 30px 0;
}

.get-quote__progress {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 40px;
  padding-top: 6px;
}

.get-quote__progress-single {
  position: relative;
  display: block;
}

.get-quote__progress-title {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 14px;
  font-weight: 700;
}

.get-quote__progress .bar {
  position: relative;
  width: 100%;
  height: 10px;
  background-color: var(--sonchoy-primary);
  border: 0;
}

.get-quote__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 4px;
  top: 3px;
  left: 4px;
  background-color: var(--sonchoy-base);
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.get-quote__progress .count-text {
  position: absolute;
  right: -8px;
  bottom: -2px;
  opacity: 0;
  border-radius: 50%;
  background-color: var(--sonchoy-black);
  width: 8px;
  height: 8px;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.get-quote__progress .bar-inner.counted .count-text {
  opacity: 1;
}

.get-quote__balance-box {
  position: absolute;
  top: 0;
  right: 0;
}

.get-quote__balance {
  font-size: 16px;
  color: var(--sonchoy-base);
  font-weight: 700;
}

.get-quote__content-bottom {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.get-quote__btn {
  border: none;
}

.get-quote__content-bottom-text-box {
  position: relative;
  display: block;
}

.get-quote__count-box {
  position: relative;
  display: flex;
  align-items: center;
}

.get-quote__count {
  position: relative;
  display: flex;
  align-items: center;
}

.get-quote__count h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  font-family: var(--sonchoy-font);
}

.get-quote__count span {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  color: var(--sonchoy-black);
}

.get-quote__count-box p {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  color: var(--sonchoy-black);
  margin-left: 4px;
}

.get-quote__ratting {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 2px;
}

.get-quote__ratting span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: var(--sonchoy-base);
}

.get-quote__ratting span+span {
  margin-left: 3px;
}

/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.brand-one .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.brand-one .swiper-slide img {
  -webkit-transition: 500ms;
  transition: 500ms;
  max-width: 100%;
  filter: grayscale(1);
}

.brand-one .swiper-slide img:hover {
  filter: grayscale(0);
}

/*--------------------------------------------------------------
# Blog One
--------------------------------------------------------------*/
.blog-one {
  position: relative;
  display: block;
  padding: 0 0 90px;
  z-index: 1;
}

.blog-one__single {
  position: relative;
  display: block;
  border: 1px solid var(--sonchoy-bdr-color);
  padding: 30px 30px 38px;
  margin-bottom: 30px;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
}

.blog-one__single:hover {
  border: 1px solid var(--sonchoy-base);
}

.blog-one__img-box {
  position: relative;
  display: block;
}

.blog-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.blog-one__img::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--sonchoy-black);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.blog-one__single:hover .blog-one__img::before {
  opacity: .50;
}

.blog-one__img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.blog-one__single:hover .blog-one__img img {
  transform: scale(1.05) rotate(0deg);
}

.blog-one__content {
  position: relative;
  display: block;
  padding-top: 15px;
}

.blog-one__tag {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-one__tag span {
  font-size: 14px;
  line-height: 14px;
  background-color: #f5f5f8;
  padding: 5px 14px 4px;
}

.blog-one__tag span+span {
  margin-left: 10px;
}

.blog-one__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  margin-top: 22px;
  margin-bottom: 38px;
}

.blog-one__title a {
  color: var(--sonchoy-black);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.blog-one__title a:hover {
  color: var(--sonchoy-base);
}

.blog-one__client-info {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-one__client-img {
  position: relative;
  display: block;
}

.blog-one__client-img img {
  width: auto;
  border-radius: 50%;
}

.blog-one__client-content {
  position: relative;
  display: block;
  margin-left: 15px;
}

.blog-one__client-content h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.blog-one__client-content p {
  font-size: 14px;
  line-height: 24px;
  margin-top: 4px;
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  display: block;
  background-color: var(--sonchoy-black);
  z-index: 1;
}

.site-footer__shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: .30;
  z-index: -1;
}

.site-footer__shape-1 img {
  width: auto;
}

.site-footer__top {
  position: relative;
  display: block;
  padding: 114px 0 110px;
}

.site-footer__top-inner {
  position: relative;
  display: block;
}

.footer-widget__about {
  position: relative;
  display: block;
}

.footer-widget__logo {
  position: relative;
  display: block;
}

.footer-widget__about-text {
  color: #abafb5;
  margin-top: 30px;
  margin-bottom: 16px;
  line-height: 26px;
}

.footer-widget__emergency-call {
  position: relative;
  display: block;
}

.footer-widget__emergency-call p {
  color: #95A49F;
  font-weight: 500;
}

.footer-widget__emergency-call a {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: var(--sonchoy-white);
  position: relative;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__emergency-call a:hover {
  color: var(--sonchoy-base);
}

.footer-widget__social {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.footer-widget__social a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--sonchoy-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__social a:hover {
  color: var(--sonchoy-base);
}

.footer-widget__social a+a {
  margin-left: 20px;
}

.footer-widget__title-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
  margin-top: 15px;
}

.footer-widget__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 25px;
  color: var(--sonchoy-white);
  letter-spacing: -0.016em;
}

.footer-widget__navigation {
  position: relative;
  display: block;
  margin-left: 70px;
}

.footer-widget__navigation-list {
  position: relative;
  display: block;
}

.footer-widget__navigation-list li {
  position: relative;
  display: block;
}

.footer-widget__navigation-list li+li {
  margin-top: 8px;
}

.footer-widget__navigation-list li a {
  color: #abafb5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__navigation-list li a:before {
  content: "\f067";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11px;
  color: var(--sonchoy-white);
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__navigation-list li a:hover:before {
  opacity: 1;
}

.footer-widget__navigation-list li a:hover {
  color: var(--sonchoy-white);
  padding-left: 15px;
}

.footer-widget__quick-link {
  position: relative;
  display: block;
  margin-left: 24px;
}

.footer-widget__newsletter {
  position: relative;
  display: block;
  margin-left: 64px;
}

.footer-widget__newsletter .footer-widget__title-box {
  margin-bottom: 32px;
}

.footer-widget__newsletter-text {
  line-height: 26px;
  color: #abafb5;
}

.footer-widget__newsletter-form {
  position: relative;
  display: block;
  margin-top: 25px;
}

.footer-widget__newsletter-input-box {
  position: relative;
  display: block;
}

.footer-widget__newsletter-input-box input[type="email"] {
  height: 60px;
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  color: var(--sonchoy-gray);
  background-color: transparent;
  border-bottom: 1px solid rgba(var(--sonchoy-white-rgb), .15);
  padding-right: 75px;
  padding-left: 30px;
  background-color: var(--sonchoy-white);
  border-radius: 30px;
}

.footer-widget__newsletter-btn {
  position: absolute;
  top: 50%;
  right: 3px;
  width: 54px;
  height: 54px;
  border: 0;
  background-color: var(--sonchoy-base);
  transform: translateY(-50%);
  transition: all 500ms ease;
  padding: 0;
  font-size: 18px;
  color: var(--sonchoy-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-widget__newsletter-btn:hover {
  color: var(--sonchoy-white);
  background-color: var(--sonchoy-black);
}

.site-footer__bottom {
  position: relative;
  display: block;
  border-top: 1px solid #191f2a;
}

.site-footer__bottom-inner {
  position: relative;
  display: block;
  padding: 28px 0 36px;
  text-align: center;
}

.site-footer__bottom-text {
  color: #bfbfbf;
  font-weight: 500;
}

.site-footer__bottom-text a {
  color: var(--sonchoy-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer__bottom-text a:hover {
  color: var(--sonchoy-base);
}

/*--------------------------------------------------------------
# About Two
--------------------------------------------------------------*/
.about-two {
  position: relative;
  display: block;
  padding: 0 0 120px;
  overflow: hidden;
  z-index: 1;
}

.about-two_-shape-3 {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: .60;
  z-index: -1;
}

.about-two_-shape-3 img {
  width: auto;
}

.about-two__left {
  position: relative;
  display: block;
  margin-right: 100px;
}

.about-two__img-box {
  position: relative;
  display: block;
}

.about-two__img {
  position: relative;
  display: block;
  z-index: 1;
}

.about-two__img img {
  width: 100%;
}

.about-two__img-2 {
  position: absolute;
  bottom: -153px;
  right: -130px;
  z-index: 1;
}

.about-two__img-2 img {
  width: auto;
}

.about-two__client-box {
  position: absolute;
  display: flex;
  align-items: center;
  top: 48px;
  right: -131px;
  max-width: 252px;
  width: 100%;
  padding: 15px 20px 15px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 60px 0px rgba(4, 23, 26, 0.08);
  z-index: 1;
}

.about-two__client-img {
  position: relative;
  display: block;
  width: 60px;
}

.about-two__client-img img {
  width: 100%;
}

.about-two__client-content {
  position: relative;
  display: block;
  margin-left: 20px;
}

.about-two__count {
  position: relative;
  display: flex;
  align-items: center;
}

.about-two__count h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  font-family: var(--sonchoy-font);
  color: var(--sonchoy-black);
  letter-spacing: 0.016em;
}

.about-two__count span {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  font-family: var(--sonchoy-font);
  color: var(--sonchoy-black);
  letter-spacing: 0.016em;
}

.about-two__client-content p {
  color: var(--sonchoy-gray);
}

.about-two__shape-1 {
  position: absolute;
  top: 158px;
  right: -30px;
  width: 10px;
  height: 130px;
  background-color: var(--sonchoy-base);
}

.about-two__shape-2 {
  position: absolute;
  bottom: -106px;
  left: 19px;
  z-index: -1;
}

.about-two__shape-2 img {
  width: auto;
}

.about-two__right {
  position: relative;
  display: block;
  margin-left: 80px;
}

.about-two__right .section-title {
  margin-bottom: 22px;
}

.about-two__points {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--sonchoy-bdr-color);
  padding-bottom: 43px;
  margin-top: 37px;
  margin-bottom: 45px;
}

.about-two__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.about-two__points li+li {
  margin-left: 60px;
}

.about-two__points li .icon {
  position: relative;
  display: inline-block;
}

.about-two__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 54px;
  color: var(--sonchoy-base);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.about-two__points li:hover .icon span {
  transform: scale(.9);
}

.about-two__points li h3 {
  position: relative;
  margin-left: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.about-two__big-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: var(--sonchoy-base);
}

.about-two__btn-and-contact {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 52px;
}

.about-two__btn-box {
  position: relative;
  display: block;
}

.about-two__contact {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 60px;
}

.about-two__contact .icon {
  position: relative;
  display: inline-block;
}

.about-two__contact .icon>span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 20px;
  color: var(--sonchoy-base);
  border: 1px solid var(--sonchoy-bdr-color);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-two__contact .icon>span:hover {
  color: var(--sonchoy-white);
  border: 1px solid var(--sonchoy-base);
  background-color: var(--sonchoy-base);
}

.about-two__contact .content {
  position: relative;
  display: block;
  margin-left: 20px;
  top: -3px;
}

.about-two__contact .content>p {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.016em;
  line-height: 18px;
  margin-top: -2px;
}

.about-two__contact .content>p>a {
  color: var(--sonchoy-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-two__contact .content>p>a:hover {
  color: var(--sonchoy-base);
}

/*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/
.services-two {
  position: relative;
  display: block;
  background-color: var(--sonchoy-primary);
  padding: 120px 0 120px;
  z-index: 1;
}

.services-two__shape-2 {
  position: absolute;
  top: 57px;
  left: 0;
  z-index: -1;
}

.services-two__shape-2 img {
  width: auto;
}

.services-two__shape-3 {
  position: absolute;
  top: 133px;
  right: 148px;
  webkit-animation-name: shapeMover-2;
  animation-name: shapeMover-2;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  z-index: -1;
}

.services-two__shape-3 img {
  width: auto;
}

.services-two__shape-4 {
  position: absolute;
  top: 144px;
  left: 50%;
  opacity: .40;
  transform: translateX(-50%);
  z-index: -1;
}

.services-two__shape-4 img {
  width: auto;
}

.services-two__top {
  position: relative;
  display: block;
}

.services-two__top .container {
  max-width: 1500px;
}

.services-two .section-title {
  margin-bottom: 86px;
}

.services-two__inner {
  position: relative;
  display: block;
}

.services-two__services-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.services-two__services-list li {
  position: relative;
  flex: 0 0 20%;
  max-width: 20%;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 70px;
}

.services-two__single-inner {
  position: relative;
  display: block;
}

.services-two__single {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 60px 0px rgba(4, 23, 26, 0.04);
  padding: 40px 40px 30px;
  background-position: center top;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(1);
}

.services-two__services-list li:hover .services-two__single {
  transform: scaleY(0.0);
}

.services-two__icon {
  position: relative;
  display: inline-block;
}

.services-two__icon span {
  position: relative;
  display: inline-block;
  font-size: 58px;
  color: var(--sonchoy-base);
}

.services-two__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-top: 17px;
  margin-bottom: 65px;
}

.services-two__title a {
  color: var(--sonchoy-black);
}

.services-two__arrow {
  position: relative;
  display: inline-block;
}

.services-two__arrow a {
  position: relative;
  display: inline-block;
  font-size: 21px;
  color: var(--sonchoy-base);
  font-weight: 900;
}

.services-two__hover-single {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--sonchoy-base);
  padding: 40px 40px 30px;
  background-position: center top;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: 1;
}

.services-two__services-list li:hover .services-two__hover-single {
  transform: scaleY(1.0);
}

.services-two__shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: .84;
  z-index: -1;
}

.services-two__shape-1 img {
  width: auto;
}

.services-two__hover-icon {
  position: relative;
  display: inline-block;
}

.services-two__hover-icon>span {
  position: relative;
  display: inline-block;
  font-size: 58px;
  color: var(--sonchoy-white);
}

.services-two__hover-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-top: 19px;
  margin-bottom: 3px;
}

.services-two__hover-title>a {
  color: var(--sonchoy-white);
}

.services-two__hover-text {
  line-height: 26px;
  color: var(--sonchoy-white);
}

.services-two__hover-arrow {
  position: relative;
  display: inline-block;
  margin-top: 50px;
}

.services-two__hover-arrow a {
  position: relative;
  display: inline-block;
  font-size: 21px;
  color: var(--sonchoy-white);
  font-weight: 900;
}

.services-two__bottom {
  position: relative;
  display: block;
  margin-top: 10px;
}

.services-two__bottom .container {
  max-width: 1000px;
}

.services-two__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.services-two__bottom-img {
  position: relative;
  display: block;
}

.services-two__bottom-img img {
  width: auto;
  border-radius: 30px;
}

.services-two__bottom-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.services-two__bottom-btn-box {
  position: relative;
  display: block;
}

.services-two__bottom-btn {
  background-color: var(--sonchoy-black);
}

.services-two__bottom-btn::before,
.services-two__bottom-btn::after {
  background: var(--sonchoy-base);
}

/*--------------------------------------------------------------
# Portfolio One
--------------------------------------------------------------*/
.portfolio-one {
  position: relative;
  display: block;
  padding-top: 10px;
  z-index: 1;
}

.portfolio-one__wrapper {
  position: relative;
  display: block;
  padding-left: 5px;
  padding-right: 5px;
}

.portfolio-one__carousel {
  position: relative;
  display: block;
}

.portfolio-one__single {
  position: relative;
  display: block;
}

.portfolio-one__img-box {
  position: relative;
  display: block;
}

.portfolio-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.portfolio-one__img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--sonchoy-black-rgb), .40);
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: 1;
}

.portfolio-one__single:hover .portfolio-one__img::before {
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.portfolio-one__img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.portfolio-one__single:hover .portfolio-one__img img {
  transform: scale(1.06) rotate(0deg);
}

.portfolio-one__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px 40px;
  z-index: 2;
}

.portfolio-one__content-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 141px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  z-index: -1;
}

.portfolio-one__title-box {
  position: relative;
  display: block;
}

.portfolio-one__sub-title {
  color: var(--sonchoy-white);
}

.portfolio-one__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  margin-top: 3px;
}

.portfolio-one__title a {
  color: var(--sonchoy-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-one__title a:hover {
  color: var(--sonchoy-black);
}

.portfolio-one__arrow {
  position: relative;
  display: inline-block;
}

.portfolio-one__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  font-size: 21px;
  color: var(--sonchoy-black);
  background-color: var(--sonchoy-white);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-one__arrow a:hover {
  color: var(--sonchoy-white);
  background-color: var(--sonchoy-black);
}

/*--------------------------------------------------------------
# Pricing One
--------------------------------------------------------------*/
.pricing-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.pricing-one__shape-2 {
  position: absolute;
  left: 0;
  bottom: 160px;
  z-index: -1;
}

.pricing-one__shape-2 img {
  width: auto;
}

.pricing-one__shape-3 {
  position: absolute;
  right: 320px;
  top: 357px;
  z-index: 2;
}

.pricing-one__shape-3 img {
  width: auto;
}

.pricing-one__shape-4 {
  position: absolute;
  left: 50%;
  bottom: 86px;
  opacity: .60;
  transform: translateX(-50%);
  z-index: -1;
}

.pricing-one__shape-4 img {
  width: auto;
}

.pricing-one__single {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 60px 0px rgba(18, 20, 31, 0.06);
  margin-bottom: 30px;
  z-index: 1;
}

.pricing-one__single-inner {
  padding: 60px 60px 60px;
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.pricing-one__shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: .80;
  z-index: -1;
}

.pricing-one__shape-1 img {
  width: auto;
}

.pricing-one__icon {
  position: relative;
  display: inline-block;
}

.pricing-one__icon img {
  width: auto;
}

.pricing-one__price {
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
  color: var(--sonchoy-black);
  letter-spacing: -0.02em;
  margin-top: 28px;
  margin-bottom: 43px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-one__single:hover .pricing-one__price {
  color: var(--sonchoy-base);
}

.pricing-one__points {
  position: relative;
  display: block;
}

.pricing-one__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.pricing-one__points li+li {
  margin-top: 4px;
}

.pricing-one__points li>.icon {
  position: relative;
  display: inline-block;
  top: 4px;
}

.pricing-one__points li>.icon>span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--sonchoy-base);
}

.pricing-one__points li p {
  margin-left: 15px;
}

.pricing-one__title-box {
  position: relative;
  display: block;
  margin-top: 27px;
  margin-bottom: 43px;
}

.pricing-one__title-box h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.pricing-one__btn-box {
  position: relative;
  display: block;
}

.pricing-one__btn {
  width: 100%;
  text-align: center;
  color: var(--sonchoy-base);
  background-color: var(--sonchoy-primary);
}

.pricing-one__btn::before,
.pricing-one__btn::after {
  background: var(--sonchoy-base);
}

/*--------------------------------------------------------------
# Why Choose Two
--------------------------------------------------------------*/
.why-choose-two {
  position: relative;
  display: block;
  padding: 120px 0 70px;
  background-color: var(--sonchoy-primary);
  z-index: 1;
}

.why-choose-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc((100% - 228px) /2);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  z-index: -1;
}

.why-choose-two__helping-box {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--sonchoy-base);
  max-width: 400px;
  width: 100%;
  padding: 36px 50px 34px;
  margin-left: 100px;
  margin-top: 463px;
}

.why-choose-two__helping-box .icon {
  position: relative;
  display: inline-block;
}

.why-choose-two__helping-box .icon>span {
  position: relative;
  display: inline-block;
  font-size: 38px;
  color: var(--sonchoy-white);
}

.why-choose-two__helping-box h3 {
  margin-left: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  color: var(--sonchoy-white);
}

.why-choose-two__shape-1 {
  position: absolute;
  top: -75px;
  right: 150px;
  z-index: -1;
}

.why-choose-two__shape-1 img {
  width: auto;
}

.why-choose-two__shape-2 {
  position: absolute;
  top: 98px;
  right: 0;
  z-index: -1;
}

.why-choose-two__shape-2 img {
  width: auto;
}

.why-choose-two__right {
  position: relative;
  display: block;
}

.why-choose-two__right .section-title {
  margin-bottom: 39px;
}

.why-choose-two__points-list {
  position: relative;
  display: block;
}

.why-choose-two__points-list li {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--sonchoy-bdr-color);
  padding-bottom: 45px;
}

.why-choose-two__points-list li+li {
  margin-top: 42px;
}

.why-choose-two__icon {
  position: relative;
  display: inline-block;
}

.why-choose-two__icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: var(--sonchoy-base);
}

.why-choose-two__content {
  position: relative;
  display: block;
  margin-left: 40px;
}

.why-choose-two__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 9px;
}

.why-choose-two__text {
  line-height: 26px;
}

/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
.team-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.team-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.team-one__img-box {
  position: relative;
  display: block;
}

.team-one__img {
  position: relative;
  display: block;
  overflow: hidden;
}

.team-one__img:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity .5s ease-out;
  background-color: rgba(var(--sonchoy-black-rgb), .30);
}

.team-one__single:hover:hover .team-one__img:after {
  opacity: 1
}

.team-one__img img {
  width: 100%;
  transform: scale(1.01);
  transition: transform .5s cubic-bezier(.27, .48, .45, .94);
  transform-origin: 70% 80%
}

.team-one__single:hover .team-one__img img {
  transform: scale(1.036);
  transition-duration: .9s
}

.team-one__content {
  position: absolute;
  bottom: 33px;
  left: 40px;
  right: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}

.team-one__name-box {
  position: relative;
  display: block;
}

.team-one__name {
  font-size: 22px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: -0.010em;
}

.team-one__name a {
  color: var(--sonchoy-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__name a:hover {
  color: var(--sonchoy-base);
}

.team-one__sub-title {
  color: var(--sonchoy-white);
}

.team-one__share-and-social {
  position: relative;
  display: block;
}

.team-one__share {
  position: relative;
  display: block;
}

.team-one__share a {
  position: relative;
  font-size: 16px;
  color: var(--sonchoy-white);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background-color: var(--sonchoy-base);
}

.team-one__social {
  position: absolute;
  top: -112px;
  left: 0;
  right: 0;
  background-color: var(--sonchoy-white);
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px 0 20px;
  transform: scaleY(0.0);
  transform-origin: center;
  transform-style: preserve-3d;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  transform-origin: right center;
}

.team-one__share-and-social:hover .team-one__social {
  transform: scaleY(1.0);
  transform-origin: bottom center;
  transition-delay: 500ms;
}

.team-one__social a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--sonchoy-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__social a:hover {
  color: var(--sonchoy-base);
}

.team-one__social a+a {
  margin-top: 15px;
}

/*--------------------------------------------------------------
# Get Quote Two
--------------------------------------------------------------*/
.get-quote-two .get-quote__shape-9 {
  opacity: .12;
}

.get-quote-two .get-quote__right {
  border-bottom: none;
}

/*--------------------------------------------------------------
# Blog Two
--------------------------------------------------------------*/
.blog-two {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.blog-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blog-two__img-box {
  position: relative;
  display: block;
}

.blog-two__img {
  position: relative;
  display: block;
  overflow: hidden;
}

.blog-two__img:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  pointer-events: none;
  opacity: 0;
  transition: opacity .5s ease-out;
  background-color: rgba(var(--sonchoy-black-rgb), .30);
}

.blog-two__single:hover .blog-two__img:after {
  opacity: 1
}

.blog-two__img img {
  width: 100%;
  transform: scale(1.01);
  transition: transform .5s cubic-bezier(.27, .48, .45, .94);
  transform-origin: 70% 80%
}

.blog-two__single:hover .blog-two__img img {
  transform: scale(1.036);
  transition-duration: .9s
}

.blog-two__tag {
  position: absolute;
  top: 33px;
  left: -33px;
  transform: rotate(-90deg);
  z-index: 2;
}

.blog-two__tag span {
  position: relative;
  font-size: 14px;
  color: var(--sonchoy-white);
  line-height: 14px;
  background-color: var(--sonchoy-base);
  padding: 4px 13px 5px;
  display: block;
}

.blog-two__date {
  position: absolute;
  bottom: -33px;
  right: 20px;
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgba(4, 23, 26, 0.06);
  z-index: 2;
}

.blog-two__date p {
  text-transform: uppercase;
  line-height: 17px;
  top: 2px;
  position: relative;
}

.blog-two__date p>span {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 26px;
  color: var(--sonchoy-base);
}

.blog-two__content {
  position: relative;
  display: block;
  padding: 36px 30px 40px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 61px 0px rgba(4, 23, 26, 0.06);
}

.blog-two__content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: var(--sonchoy-base);
  background-position: left center;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: left;
  transform-style: preserve-3d;
  transform: scaleX(0);
  z-index: 2;
}

.blog-two__single:hover .blog-two__content::before {
  transform: scaleY(1.0);
}

.blog-two__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  text-transform: capitalize;
}

.blog-two__title a {
  color: var(--sonchoy-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-two__title a:hover {
  color: var(--sonchoy-base);
}

.blog-two__text {
  line-height: 26px;
  margin-top: 18px;
  margin-bottom: 32px;
}

.blog-two__btn-box {
  position: relative;
  display: block;
}

.blog-two__btn {
  padding: 6px 30px 6px;
  color: var(--sonchoy-base);
  background-color: var(--sonchoy-primary);
}

/*--------------------------------------------------------------
# CTA One
--------------------------------------------------------------*/
.cta-one {
  position: relative;
  display: block;
  z-index: 2;
}

.cta-one .container {
  max-width: 1450px;
}

.cta-one__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 60px 0px rgba(4, 23, 26, 0.1);
  padding: 58px 125px 58px;
  z-index: 1;
}

.cta-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .70;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.cta-one__title-box {
  position: relative;
  display: block;
}

.cta-one__title-box h3 {
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: -0.04em;
}

.cta-one__title-box h3 span {
  color: var(--sonchoy-base);
}

.cta-one__title-box p {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.016em;
  margin-top: 14px;
}

.cta-one__btn-box {
  position: relative;
  display: block;
}

/*--------------------------------------------------------------
# Site Footer Two
--------------------------------------------------------------*/
.site-footer-two {
  margin-top: -100px;
}

.site-footer-two .site-footer__top {
  padding: 214px 0 110px;
}

.site-footer-two .footer-widget__navigation-list li a:hover {
  color: var(--sonchoy-base);
}

.site-footer-two .footer-widget__navigation-list li a:hover:before {
  color: var(--sonchoy-base);
}

.site-footer-two .site-footer__shape-1 {
  top: 100px;
  opacity: .20;
}

.site-footer-two__shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: .12;
  z-index: -1;
}

.site-footer-two__shape-2 img {
  width: auto;
}

.site-footer-two .site-footer__bottom-text a {
  color: var(--sonchoy-base);
}

.site-footer-two .site-footer__bottom-text a:hover {
  color: var(--sonchoy-white);
}

/*--------------------------------------------------------------
# About Three
--------------------------------------------------------------*/
.about-three {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.about-three__left {
  position: relative;
  display: block;
  margin-left: -90px;
  margin-right: 290px;
}

.about-three__img-box {
  position: relative;
  display: block;
}

.about-three__img {
  position: relative;
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
  z-index: 1;
}

.about-three__img::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.about-three__img:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

.about-three__img img {
  width: 100%;
}

.about-three__img-2 {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.about-three__img-2::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, .2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.about-three__img-2:hover::before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}

.about-three__img-2 img {
  width: 100%;
}

.about-three__img-3 {
  position: absolute;
  top: 57px;
  right: -290px;
  overflow: hidden;
  z-index: 1;
}

.about-three__img-3::before {
  position: absolute;
  top: 0;
  left: -95%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.about-three__img-3:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

.about-three__img-3 img {
  width: auto;
}

.about-three__shape-1 {
  position: absolute;
  top: 110px;
  left: 80px;
  z-index: -1;
}

.about-three__shape-1 img {
  width: auto;
}

.about-three__right {
  margin-left: 80px;
}

.about-three__right .section-title {
  margin-bottom: 23px;
}

.about-three__award-box {
  position: relative;
  display: flex;
  margin-top: 27px;
  margin-bottom: 38px;
}

.about-three__award-box .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 80px;
  width: 100%;
  height: 80px;
  background-color: var(--sonchoy-base);
  border-radius: 50%;
  top: 7px;
}

.about-three__award-box .icon span {
  position: relative;
  display: inline-block;
  font-size: 46px;
  color: var(--sonchoy-white);
}

.about-three__award-box .content {
  position: relative;
  display: block;
  margin-left: 20px;
}

.about-three__award-box .content h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.about-three__award-box .content p {
  line-height: 26px;
  margin-top: 8px;
}

.about-three__progress {
  position: relative;
  display: block;
}

.about-three__progress-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  color: var(--sonchoy-black);
  margin-bottom: 6px;
}

.about-three__progress .bar {
  position: relative;
  width: 100%;
  height: 8px;
  background-color: #ebebeb;
}

.about-three__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 8px;
  background-color: var(--sonchoy-base);
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.about-three__progress .count-text {
  position: absolute;
  right: -33px;
  bottom: 15px;
  color: var(--sonchoy-gray);
  line-height: 26px;
  font-size: 16px;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-three__progress .bar-inner.counted .count-text {
  opacity: 1;
}

.about-three__progress .bar.marb-0 {
  margin-bottom: 0;
}

.about-three__btn-and-client {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 52px;
}

.about-three__btn-box {
  position: relative;
  display: block;
}

.about-three__btn {
  color: var(--sonchoy-black);
  background-color: var(--sonchoy-extra);
}

.about-three__client-img {
  position: relative;
  display: block;
  margin-left: 60px;
  width: 60px;
}

.about-three__client-img>img {
  width: 100%;
  border: 1px solid var(--sonchoy-black);
  border-radius: 50%;
}

.about-three__client-signature {
  position: absolute;
  right: -115px;
  top: 1px;
}

.about-three__client-signature>img {
  width: auto;
}

/*--------------------------------------------------------------
# Services Three
--------------------------------------------------------------*/
.services-three {
  position: relative;
  display: block;
  background-color: var(--sonchoy-primary);
  padding: 120px 0 90px;
  z-index: 1;
}

.services-three__shape-2 {
  position: absolute;
  left: 0;
  top: 136px;
  webkit-animation-name: shapeMover-2;
  animation-name: shapeMover-2;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  z-index: -1;
}

.services-three__shape-2 img {
  width: auto;
}

.services-three__shape-3 {
  position: absolute;
  right: 0;
  top: 0;
  opacity: .20;
  z-index: -1;
}

.services-three__shape-3 img {
  width: auto;
}

.services-three .container {
  max-width: 1320px;
}

.services-three__single {
  position: relative;
  display: block;
  background-color: var(--sonchoy-white);
  padding: 20px 20px 40px;
  margin-bottom: 30px;
  z-index: 1;
}

.services-three__single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--sonchoy-base);
  background-position: center bottom;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}

.services-three__single:hover::before {
  transform: scaleY(1.0);
}

.services-three__img-box {
  position: relative;
  display: block;
}

.services-three__img {
  position: relative;
  display: block;
  overflow: hidden;
}

.services-three__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--sonchoy-extra-rgb), .90);
  transform: translateY(100%);
  transition: all 500ms ease;
  z-index: 1;
}

.services-three__single:hover .services-three__img::before {
  transform: translateY(0);
  width: 100%;
}

.services-three__img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.services-three__single:hover .services-three__img img {
  transform: scale(1.05) rotate(0deg);
}

.services-three__icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 2;
}

.services-three__single:hover .services-three__icon {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-delay: 500ms;
  opacity: 1;
}

.services-three__icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: var(--sonchoy-black);
}

.services-three__content {
  position: relative;
  display: block;
  padding-left: 10px;
  padding-top: 27px;
}

.services-three__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.services-three__title a {
  color: var(--sonchoy-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-three__single:hover .services-three__title a {
  color: var(--sonchoy-white);
}

.services-three__text {
  line-height: 24px;
  margin-top: 5px;
  margin-bottom: 31px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-three__single:hover .services-three__text {
  color: var(--sonchoy-white);
}

.services-three__btn-box {
  position: relative;
  display: block;
}

.services-three__btn {
  font-weight: 500;
  color: var(--sonchoy-black);
  padding: 6px 30px 6px;
  background-color: var(--sonchoy-primary);
}

.services-three__btn:hover {
  color: var(--sonchoy-black);
}

.services-three__btn::before,
.services-three__btn::after {
  background: var(--sonchoy-extra);
}

.services-three__shape-1 {
  position: absolute;
  bottom: 9px;
  right: 12px;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.services-three__single:hover .services-three__shape-1 {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-delay: 500ms;
  opacity: 1;
}

.services-three__single:hover .services-three__shape-1 {
  opacity: 1;
}

.services-three__shape-1 img {
  width: auto;
}

/*--------------------------------------------------------------
# Counter Two
--------------------------------------------------------------*/
.counter-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.06;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.counter-two .counter-one__icon span {
  color: var(--sonchoy-extra);
}

.counter-two .counter-one__icon::before {
  background-color: var(--sonchoy-extra);
}

.counter-two .counter-one__count-list li:hover .counter-one__icon span {
  color: var(--sonchoy-black);
}

/* =========================================
Project Style1
============================================ */
.portfolio-two {
  position: relative;
  display: block;
  padding: 140px 0 140px;
}

.portfolio-two__top {
  position: relative;
  display: block;
  margin-bottom: 46px;
}

.portfolio-two__top .section-title {
  margin-bottom: 0;
}

.portfolio-two__bottom {
  position: relative;
  display: block;
}

.portfolio-two__bottom .container {
  max-width: 1370px;
}

.portfolio-two__box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.portfolio-two__box li {
  position: relative;
  flex: 0 0 33.333333%;
  padding-left: 15px;
  padding-right: 15px;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
}

.portfolio-two__box li.active {
  flex: 0 0 50%;
}

.portfolio-two__box-content {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 464px;
  z-index: 1;
}

.single-portfolio-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all 500ms ease;
  z-index: -1;
}

.portfolio-two__box-content-inner-wrapper {
  position: relative;
  display: block;
  text-align: center;
}

.portfolio-two__box-content-inner {
  position: relative;
  display: block;
  padding: 37px 50px;
  width: 100%;
  height: 464px;
  opacity: 0;
  transform: perspective(540px) rotateY(0deg) translateY(-100px);
  transform-origin: top;
  transition: all 500ms ease;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.portfolio-two__box-content:hover .portfolio-two__box-content-inner {
  opacity: 1;
  transform: perspective(540px) rotateY(0deg) translateY(0px);
  transition-delay: 500ms;
}

.portfolio-two__box-content-inner .title-box {
  position: relative;
  display: block;
}

.portfolio-two__box-content .img-holder-img-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -moz-linear-gradient(90deg, rgb(33, 68, 216) 0%, rgba(33, 68, 216, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(33, 68, 216) 0%, rgba(33, 68, 216, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(33, 68, 216) 0%, rgba(33, 68, 216, 0) 100%);
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: perspective(540px) rotateX(-10deg);
  -ms-transform: perspective(540px) rotateX(-10deg);
  transform: perspective(540px) rotateX(-10deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  z-index: 1;
}

.portfolio-two__box-content:hover .img-holder-img-bg {
  opacity: 1;
  -webkit-transform: perspective(540px) rotateX(0deg);
  -ms-transform: perspective(540px) rotateX(0deg);
  transform: perspective(540px) rotateX(0deg);
}

.portfolio-two__box-content-inner-icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: scale(0) translateY(-50%);
  transform: scale(0) translateY(-50%);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 6;
  height: 0;
  line-height: 0;
}

.portfolio-two__box-content:hover .portfolio-two__box-content-inner-icon {
  -webkit-transform: scale(1) translateY(-50%);
  transform: scale(1) translateY(-50%);
  transition-delay: 500ms;
  opacity: 1;
}

.portfolio-two__box-content-inner-icon>a {
  position: relative;
  display: flex;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  border-radius: 50%;
  font-size: 21px;
  background-color: var(--sonchoy-extra);
  color: var(--sonchoy-black);
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}

.portfolio-two__box-content-inner-icon>a:hover {
  background-color: var(--sonchoy-base);
  color: var(--sonchoy-white);
}

.portfolio-two__box-content-inner-wrapper p {
  color: var(--sonchoy-white);
}

.portfolio-two__box-content-inner-wrapper h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.portfolio-two__box-content-inner-wrapper h4 a {
  color: var(--sonchoy-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-two__box-content-inner-wrapper h4 a:hover {
  color: var(--sonchoy-extra);
}

@media(min-width: 768px) {


  .portfolio-two__box li {
    flex: 1;

  }

  .portfolio-two__box li.active {
    flex: 1.46;
  }

  .portfolio-two__box li.active .portfolio-two__box-content .img-holder-img-bg {
    opacity: 0.80;
    -webkit-transform: perspective(540px) rotateX(0deg);
    -ms-transform: perspective(540px) rotateX(0deg);
    transform: perspective(540px) rotateX(0deg);
  }

  .portfolio-two__box li.active .portfolio-two__box-content .portfolio-two__box-content-inner {
    opacity: 1;
    transform: perspective(540px) rotateY(0deg) translateY(0px);
    transition-delay: 500ms;
  }


}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

  .portfolio-two {
    padding: 100px 0 100px;
  }

  .portfolio-two__box li.active {
    flex: 0 0 100%;
  }

  .portfolio-two__box-content {
    min-height: 550px;
  }

  .portfolio-two__box-content-inner {
    padding: 48px 30px;
    height: 550px;
  }

  .portfolio-two__box-content-inner-wrapper h4 {
    font-size: 28px;
  }




}

.owl-carousel.owl-dot-style1 .owl-dots {
  position: relative;
  text-align: center;
  line-height: 0;
  margin-top: 57px !important;
  display: block;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 240px;
  height: 2px;
  background-color: #d4d4d4;
  border: none;
  margin: 0;
  padding: 0px;
  border-radius: 0;
  transition: all 100ms linear;
  transition-delay: 0.1s;
  overflow: hidden;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot::before {
  background-color: var(--sonchoy-base) !important;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  border-radius: 0;
  background-color: var(--sonchoy-base);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  transform-origin: bottom right;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 900ms ease;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active::before {
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
  transform-origin: left center;
}

.portfolio-two__carousel.owl-theme .owl-nav {
  position: absolute;
  top: -120px;
  right: 0px;
  margin: 0;
  z-index: 2;
}

.portfolio-two__carousel.owl-theme .owl-nav .owl-next {
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  color: var(--sonchoy-black);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgba(18, 14, 14, 0.08);
  font-size: 20px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  display: inline-block;
}

.portfolio-two__carousel.owl-theme .owl-nav .owl-prev {
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  color: var(--sonchoy-black);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 0px rgba(18, 14, 14, 0.08);
  font-size: 20px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  display: inline-block;
}

.portfolio-two__carousel.owl-theme .owl-nav .owl-next {
  margin-left: 10px;
}

.portfolio-two__carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 10px;
}

.portfolio-two__carousel.owl-theme .owl-nav .owl-next span,
.portfolio-two__carousel.owl-theme .owl-nav .owl-prev span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.portfolio-two__carousel.owl-theme .owl-nav .owl-next:hover,
.portfolio-two__carousel.owl-theme .owl-nav .owl-prev:hover {
  background-color: var(--sonchoy-base);
  color: var(--sonchoy-white);
}

.portfolio-two__carousel.owl-theme .owl-nav .disabled {
  opacity: 1;
}

/*--------------------------------------------------------------
# Open Account
--------------------------------------------------------------*/
.open-account {
  position: relative;
  display: block;
  counter-reset: count;
  padding: 0 0 120px;
  z-index: 1;
}

.open-account__left {
  position: relative;
  display: block;
  margin-left: -69px;
  margin-right: 69px;
}

.open-account__img-box {
  position: relative;
  display: block;
}

.open-account__shape-1 {
  position: absolute;
  top: -36px;
  left: -69px;
}

.open-account__shape-1 img {
  width: auto;
}

.open-account__img {
  position: relative;
  display: block;
}

.open-account__img img {
  width: 100%;
}

.open-account__quick-box {
  position: absolute;
  top: -8px;
  right: -34px;
  max-width: 256px;
  width: 100%;
  text-align: center;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 60px 0px rgba(18, 20, 31, 0.06);
  padding: 39px 30px 33px;
}

.open-account__quick-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: var(--sonchoy-base);
  border-radius: 50%;
  margin: 0 auto;
}

.open-account__quick-icon span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 900;
  color: var(--sonchoy-white);
}

.open-account__quick-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 14px;
}

.open-account__policy {
  position: absolute;
  left: 33px;
  bottom: -23px;
  max-width: 362px;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 60px 0px rgba(18, 20, 31, 0.06);
  padding: 36px 40px 39px;
}

.open-account__policy-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: var(--sonchoy-base);
  border-radius: 50%;
}

.open-account__policy-icon span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 900;
  color: var(--sonchoy-white);
}

.open-account__policy-text {
  margin-left: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.open-account__right {
  position: relative;
  display: block;
}

.open-account__right .section-title {
  margin-bottom: 33px;
}

.open-account__list {
  position: relative;
  display: block;
}

.open-account__list li {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--sonchoy-bdr-color);
  padding-bottom: 31px;
}

.open-account__list li:last-child {
  border-bottom: none;
}

.open-account__list li+li {
  margin-top: 27px;
}

.open-account__count {
  position: relative;
  display: block;
  padding-right: 25px;
  top: 2px;
}

.open-account__count:before {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  counter-increment: count;
  content: "0"counter(count);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  color: var(--sonchoy-base);
  letter-spacing: -0.04em;
}

.open-account__list li h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.018em;
}

.open-account__btn-box {
  position: relative;
  display: block;
  margin-top: 27px;
}

.open-account__btn {
  color: var(--sonchoy-black);
  background-color: var(--sonchoy-extra);
}

/*--------------------------------------------------------------
# Video Two
--------------------------------------------------------------*/
.video-two .video-one__bg::before {
  background-color: rgb(0, 6, 32, .70);
}

.video-two .video-one__icon {
  color: var(--sonchoy-black);
  background-color: var(--sonchoy-extra);
}

.video-two .video-one__icon:hover {
  color: var(--sonchoy-base);
  background-color: var(--sonchoy-white);
}

/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
.testimonial-two {
  padding: 120px 0 108px;
}

/*--------------------------------------------------------------
# Get Quote Three
--------------------------------------------------------------*/
.get-quote-three {
  background-color: var(--sonchoy-black);
  padding: 120px 0 103px;
  overflow: visible;
  z-index: 2;
}

.get-quote-three__shape-1 {
  position: absolute;
  bottom: -161px;
  left: 0;
  right: 0;
  height: 343px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.get-quote-three__shape-2 {
  position: absolute;
  bottom: -124px;
  right: 0;
  z-index: -1;
}

.get-quote-three__shape-2 img {
  width: auto;
}

.get-quote-three__title {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.04em;
  color: var(--sonchoy-white);
}

.get-quote-three .get-quote__left {
  margin-left: 0px;
  margin-top: -11px;
}

.get-quote-three__img-1 {
  position: absolute;
  top: 150px;
  left: -175px;
  z-index: -1;
}

.get-quote-three__img-1 img {
  width: auto;
}

.get-quote-three .get-quote__tab-box .tab-buttons {
  position: relative;
  display: block;
  margin-left: 225px;
  margin-top: 56px;
}

.get-quote-three .get-quote__tab-text-box {
  background-color: rgb(21, 38, 70);
  box-shadow: 0px 5px 20px 0px rgba(4, 23, 26, 0.04);
}

.get-quote-three .get-quote__tab-text {
  color: var(--sonchoy-white);
}

.get-quote-three .get-quote__tab-icon {
  background-color: var(--sonchoy-base);
}

.get-quote-three .get-quote__tab-box .tab-buttons .tab-btn.active-btn .get-quote__tab-icon {
  background-color: var(--sonchoy-extra);
}

.get-quote-three .get-quote__tab-box .tab-buttons .tab-btn.active-btn .get-quote__tab-icon span {
  color: var(--sonchoy-black);
}

.get-quote-three .get-quote__tab-box .tab-buttons .tab-btn.active-btn .get-quote__tab-text-box {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 20px 0px rgba(4, 23, 26, 0.04);
}

.get-quote-three .get-quote__tab-box .tab-buttons .tab-btn.active-btn .get-quote__tab-text {
  color: var(--sonchoy-black);
}

.get-quote-three .get-quote__tab-box .tab-buttons .tab-btn:nth-child(2) {
  margin-left: 0;
}

.get-quote-three .get-quote__tab-box .tab-buttons .tab-btn:nth-child(3) {
  margin-left: 40px;
}

.get-quote-three .get-quote__tab-box .tab-buttons .tab-btn:nth-child(4) {
  margin-left: 0;
}

.get-quote-three .get-quote__btn {
  color: var(--sonchoy-black);
  background-color: var(--sonchoy-extra);
}

.get-quote-three .get-quote__btn:hover {
  color: var(--sonchoy-white);
}

.get-quote-three .get-quote__right {
  border-bottom: none;
}

/*--------------------------------------------------------------
# CTA Two
--------------------------------------------------------------*/
.cta-two {
  position: relative;
  display: block;
  padding-top: 204px;
}

.cta-two__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--sonchoy-primary);
  padding: 48px 60px 48px;
}

.cta-two__left {
  position: relative;
  display: flex;
  align-items: center;
}

.cta-two__icon {
  position: relative;
  display: inline-block;
}

.cta-two__icon span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 30px;
  color: var(--sonchoy-white);
  background-color: var(--sonchoy-base);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.cta-two__icon span:hover {
  color: var(--sonchoy-black);
  background-color: var(--sonchoy-extra);
}

.cta-two__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  margin-left: 30px;
  letter-spacing: -0.02em;
}

.cta-two__btn-box {
  position: relative;
  display: block;
}

.cta-two__btn {
  padding: 15px 60px 15px;
  color: var(--sonchoy-black);
  background-color: var(--sonchoy-extra);
}

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/
.blog-three .blog-two__content::before {
  display: none;
}

.blog-three .blog-two__btn {
  color: var(--sonchoy-black);
}

.blog-three .blog-two__btn::before,
.blog-three .blog-two__btn::after {
  background: var(--sonchoy-extra);
}

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/

.site-footer-three .footer-widget__emergency-call a:hover {
  color: var(--sonchoy-extra);
}

.site-footer-three .footer-widget__social a:hover {
  color: var(--sonchoy-extra);
}

.site-footer-three .footer-widget__navigation-list li a:hover {
  color: var(--sonchoy-extra);
}

.site-footer-three .footer-widget__navigation-list li a:hover:before {
  color: var(--sonchoy-extra);
}

.site-footer-three .footer-widget__navigation {
  margin-left: 90px;
}

.site-footer-three .footer-widget__quick-link {
  margin-left: 55px;
}

.footer-widget__gallery {
  position: relative;
  display: block;
  margin-left: 10px;
}

.footer-widget__gallery .footer-widget__title-box {
  margin-bottom: 39px;
}

.footer-widget__gallery-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.footer-widget__gallery-list li {
  position: relative;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

.footer-widget__gallery-list li:nth-child(4) {
  margin-bottom: 0;
}

.footer-widget__gallery-list li:nth-child(5) {
  margin-bottom: 0;
}

.footer-widget__gallery-list li:nth-child(6) {
  margin-bottom: 0;
}

.footer-widget__gallery-img {
  position: relative;
  display: block;
  overflow: hidden;
  width: 80px;
  z-index: 1;
}

.footer-widget__gallery-img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(var(--sonchoy-base-rgb), .90);
  transition: all 700ms ease;
  transform: translateY(-100%);
  z-index: 1;
}

.footer-widget__gallery-list li:hover .footer-widget__gallery-img:before {
  transform: translateY(0%);
}

.footer-widget__gallery-img img {
  width: 100%;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

.footer-widget__gallery-list li:hover .footer-widget__gallery-img img {
  transform: scale(1.1) rotate(2deg);
}

.footer-widget__gallery-img a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--sonchoy-white);
  transform: translateY(100px);
  opacity: 0;
  transition: all 700ms ease;
  z-index: 2;
}

.footer-widget__gallery-list li:hover .footer-widget__gallery-img a {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.3s;
}

.footer-widget__gallery-list li .footer-widget__gallery-img a:hover {
  color: var(--sonchoy-white);
}

.site-footer-three .site-footer__bottom-text a {
  color: var(--sonchoy-extra);
}

.site-footer-three .site-footer__bottom-text a:hover {
  color: var(--sonchoy-white);
}

.site-footer-three .site-footer__bottom {
  border-top: 1px solid #1e3154;
}

/*--------------------------------------------------------------
# Need Help
--------------------------------------------------------------*/
.need-help {
  position: relative;
  display: block;
  margin-top: -87px;
  padding: 0 0 90px;
  z-index: 10;
}

.need-help__left {
  position: relative;
  display: block;
}

.need-help__experience {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 60px 0px rgba(4, 23, 26, 0.08);
  padding: 26px 50px 33px;
  margin-bottom: 30px;
  z-index: 1;
}

.need-help__experience-shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
}

.need-help__experience-shape-1 img {
  width: auto;
  filter: grayscale(1);
  opacity: 0.08;
}

.need-help__count {
  position: relative;
  display: block;
}

.need-help__count h3 {
  font-size: 90px;
  font-weight: 700;
  line-height: 90px;
  letter-spacing: -0.02em;
  font-family: var(--sonchoy-font);
}

.need-help__experience p {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.02em;
}

.need-help__right {
  position: relative;
  display: block;
}

.need-help__insurance {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 60px 0px rgba(4, 23, 26, 0.08);
  padding: 52px 60px 53px;
  margin-bottom: 30px;
  z-index: 1;
}

.need-help__insurance-shape-1 {
  position: absolute;
  top: 63px;
  left: 0;
  bottom: 0;
  width: 438px;
  background-color: var(--sonchoy-black);
  clip-path: polygon(0 0, 100% 0, 86% 100%, 0% 100%);
  z-index: -1;
}

.need-help__insurance-shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 455px;
  background-color: #0c61d1;
  clip-path: polygon(0 0, 100% 0, 78% 100%, 0% 100%);
  z-index: -1;
}

.need-help__insurance-shape-3 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 435px;
  background-image: -moz-linear-gradient(0deg, rgb(12, 97, 209) 0%, rgb(39, 117, 220) 57%, rgb(65, 137, 231) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(12, 97, 209) 0%, rgb(39, 117, 220) 57%, rgb(65, 137, 231) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(12, 97, 209) 0%, rgb(39, 117, 220) 57%, rgb(65, 137, 231) 100%);
  clip-path: polygon(0 0, 100% 0, 77% 100%, 0% 100%);
  z-index: -1;
}

.need-help__insurance-shape-4 {
  position: absolute;
  top: 0;
  left: 403px;
  z-index: -1;
}

.need-help__insurance-shape-4 img {
  width: auto;
}

.need-help__insurance-title-box {
  position: relative;
  display: block;
}

.need-help__insurance-title-box>p {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: var(--sonchoy-white);
}

.need-help__insurance-title-box h4 {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  margin-top: 3px;
  color: var(--sonchoy-white);
}

.need-help__insurance-contact {
  position: relative;
  display: block;
  text-align: right;
}

.need-help__insurance-contact>p {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}

.need-help__insurance-contact a {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  margin-top: 7px;
  color: var(--sonchoy-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.need-help__insurance-contact a:hover {
  color: var(--sonchoy-base);
}

/*--------------------------------------------------------------
# Services Four
--------------------------------------------------------------*/
.services-four {
  position: relative;
  display: block;
  padding: 0 0 90px;
  z-index: 1;
}

.services-four__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.services-four__img-box {
  position: relative;
  display: block;
}

.services-four__img {
  position: relative;
  display: block;
  overflow: hidden;
}

.services-four__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -moz-linear-gradient(90deg, rgb(0, 32, 74) 0%, rgba(0, 32, 74, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(0, 32, 74) 0%, rgba(0, 32, 74, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(0, 32, 74) 0%, rgba(0, 32, 74, 0) 100%);
  box-shadow: 0px 0px 40px 0px rgba(18, 20, 31, 0.12);
  z-index: 1;
}

.services-four__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .94;
  background-color: var(--sonchoy-black);
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: 1;
}

.services-four__single:hover .services-four__img::after {
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.services-four__img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.services-four__single:hover .services-four__img img {
  transform: scale(1.05) rotate(0deg);
}

.services-four__content {
  position: absolute;
  bottom: 35px;
  left: 40px;
  background-position: center top;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(1);
  z-index: 2;
}

.services-four__single:hover .services-four__content {
  transform: scaleY(0.0);
}

.services-four__icon {
  position: relative;
  display: inline-block;
}

.services-four__icon span {
  position: relative;
  display: inline-block;
  font-size: 67px;
  color: var(--sonchoy-white);
}

.services-four__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-top: 15px;
}

.services-four__title a {
  color: var(--sonchoy-white);
}

.services-four__arrow {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 2;
}

.services-four__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  font-size: 20px;
  color: var(--sonchoy-white);
  background-color: var(--sonchoy-base);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-four__single:hover .services-four__arrow a {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-delay: 500ms;
  opacity: 1;
}

.services-four__arrow a:hover {
  color: var(--sonchoy-black);
  background-color: var(--sonchoy-white);
}

.services-four__hover-content {
  position: absolute;
  bottom: 33px;
  left: 40px;
  background-position: center bottom;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: 2;
}

.services-four__single:hover .services-four__hover-content {
  transform: scaleY(1.0);
}

.services-four__hover-icon {
  position: relative;
  display: inline-block;
}

.services-four__hover-icon span {
  position: relative;
  display: inline-block;
  font-size: 67px;
  color: var(--sonchoy-white);
}

.services-four__hover-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-top: 15px;
}

.services-four__hover-title a {
  color: var(--sonchoy-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-four__hover-title a:hover {
  color: var(--sonchoy-base);
}

.services-four__hover-text {
  line-height: 24px;
  color: var(--sonchoy-white);
  margin-top: 8px;
}

/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-two {
  position: relative;
  display: block;
  z-index: 1;
}

.brand-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.brand-two__shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 165px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  z-index: -1;
}

.brand-two__inner {
  position: relative;
  display: block;
  padding: 120px 0 205px;
}

.brand-two__carousel {
  position: relative;
  display: block;
}

.brand-two__single {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-two__img {
  position: relative;
  display: block;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.brand-two__single:hover .brand-two__img {
  opacity: 0;
}

.brand-two__img img {
  width: auto !important;
}

.brand-two__hover-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.brand-two__single:hover .brand-two__hover-img {
  opacity: 1;
}

.brand-two__hover-img img {
  width: auto !important;
}

.brand-two__carousel.owl-carousel .owl-dots {
  position: relative;
  text-align: center;
  margin: 80px 0 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-two__carousel.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 6px;
  background-color: #6babff;
  margin: 0px 5px;
  padding: 0px;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.brand-two__carousel.owl-carousel .owl-dots .owl-dot:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--sonchoy-white);
  transform: scale(0);
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.brand-two__carousel.owl-carousel .owl-dot.active:before {
  transform: scale(1);
}

.brand-two__carousel.owl-carousel .owl-dot:focus {
  outline: none;
}

.brand-two__carousel.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

/*--------------------------------------------------------------
# About Four
--------------------------------------------------------------*/
.about-four {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.about-four__left {
  position: relative;
  display: block;
  margin-left: 214px;
  margin-right: 70px;
  margin-top: 117px;
}

.about-four__img-box {
  position: relative;
  display: block;
  z-index: 1;
}

.about-four__img {
  position: relative;
  display: block;
}

.about-four__img>img {
  width: 100%;
  border-top-left-radius: 90px;
  border-bottom-right-radius: 90px;
}

.about-four__img-2 {
  position: absolute;
  top: -119px;
  left: -306px;
}

.about-four__img-2>img {
  width: 100%;
  border-top-right-radius: 90px;
  border-bottom-left-radius: 90px;
}

.about-four__client-box {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 33px;
  left: -200px;
  max-width: 300px;
  width: 100%;
  padding: 23px 27px 23px;
  background-color: #0e60cc;
  z-index: 1;
}

.about-four__client-img {
  position: relative;
  display: block;
  width: 60px;
}

.about-four__client-img img {
  width: 100%;
}

.about-four__client-content {
  position: relative;
  display: block;
  margin-left: 20px;
}

.about-four__count {
  position: relative;
  display: flex;
  align-items: center;
}

.about-four__count h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  font-family: var(--sonchoy-font);
  color: var(--sonchoy-white);
  letter-spacing: 0.016em;
}

.about-four__count span {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  font-family: var(--sonchoy-font);
  color: var(--sonchoy-white);
  letter-spacing: 0.016em;
}

.about-four__client-content p {
  color: var(--sonchoy-white);
}

.about-four__shape-1 {
  position: absolute;
  bottom: 72px;
  left: -310px;
  z-index: -1;
}

.about-four__shape-1 img {
  width: auto;
}

.about-four__shape-2 {
  position: absolute;
  top: -94px;
  left: 2px;
  z-index: -1;
}

.about-four__shape-2 img {
  width: auto;
}

.about-four__shape-3 {
  position: absolute;
  top: -71px;
  right: -31px;
  z-index: -1;
}

.about-four__shape-3 img {
  width: auto;
}

.about-four__right {
  position: relative;
  display: block;
  margin-left: -5px;
}

.about-four__right .section-title {
  margin-bottom: 25px;
}

.about-four__points {
  position: relative;
  display: block;
  margin-top: 29px;
  margin-bottom: 46px;
}

.about-four__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.about-four__points li+li {
  margin-top: 7px;
}

.about-four__points li .icon {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  top: 2px;
}

.about-four__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--sonchoy-base);
  font-weight: 600;
}

.about-four__points li p {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  font-family: var(--sonchoy-font-two);
  color: var(--sonchoy-black);
}

.about-four__btn-and-contact {
  position: relative;
  display: flex;
  align-items: center;
}

.about-four__btn-box {
  position: relative;
  display: block;
}

.about-four__contact {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 60px;
}

.about-four__contact .icon {
  position: relative;
  display: inline-block;
}

.about-four__contact .icon>span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 20px;
  color: var(--sonchoy-base);
  border: 1px solid var(--sonchoy-bdr-color);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-four__contact .icon>span:hover {
  color: var(--sonchoy-white);
  border: 1px solid var(--sonchoy-base);
  background-color: var(--sonchoy-base);
}

.about-four__contact .content {
  position: relative;
  display: block;
  margin-left: 20px;
  top: -3px;
}

.about-four__contact .content>p {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.016em;
  line-height: 18px;
  margin-top: -2px;
}

.about-four__contact .content>p>a {
  color: var(--sonchoy-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-four__contact .content>p>a:hover {
  color: var(--sonchoy-base);
}

/*--------------------------------------------------------------
# Portfolio Three
--------------------------------------------------------------*/
.portfolio-three {
  position: relative;
  display: block;
  padding: 120px 0 0;
  z-index: 1;
}

.portfolio-three__bg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 545px;
  background-color: #f5f5f8;
}

.portfolio-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .30;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.portfolio-three .container {
  max-width: 1600px;
}

.portfolio-three__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.portfolio-three__img-box {
  position: relative;
  display: block;
}

.portfolio-three__img {
  position: relative;
  display: block;
  overflow: hidden;
}

.portfolio-three__img::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity .5s ease-out;
  background-image: -moz-linear-gradient(90deg, rgb(0, 32, 74) 0%, rgba(0, 32, 74, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(0, 32, 74) 0%, rgba(0, 32, 74, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(0, 32, 74) 0%, rgba(0, 32, 74, 0) 100%);
  z-index: 1;
}

.portfolio-three__single:hover .portfolio-three__img::before {
  opacity: 1
}

.portfolio-three__img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.portfolio-three__single:hover .portfolio-three__img img {
  transform: scale(1.06) rotate(0deg);
}

.portfolio-three__content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  background-color: var(--sonchoy-white);
  text-align: center;
  padding: 13px 10px 20px;
  background-position: center bottom;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: 2;
}

.portfolio-three__single:hover .portfolio-three__content {
  transform: scaleY(1.0);
}

.portfolio-three__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: -0.02em;
}

.portfolio-three__title a {
  color: var(--sonchoy-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-three__title a:hover {
  color: var(--sonchoy-base);
}

.portfolio-three__arrow {
  position: absolute;
  right: 40px;
  bottom: 106px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: var(--sonchoy-base);
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 3;
}

.portfolio-three__single:hover .portfolio-three__arrow {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-delay: 500ms;
  opacity: 1;
}

.portfolio-three__arrow:hover {
  background-color: var(--sonchoy-black);
}

.portfolio-three__arrow a {
  position: relative;
  font-size: 20px;
  color: var(--sonchoy-white);
}

/*--------------------------------------------------------------
# Download App
--------------------------------------------------------------*/
.download-app {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--sonchoy-base);
  padding: 120px 0 0;
  z-index: 1;
}

.download-app__shape-2 {
  position: absolute;
  top: -12px;
  left: -30px;
  z-index: -1;
}

.download-app__shape-2 img {
  width: auto;
}

.download-app__left {
  position: relative;
  display: block;
  margin-top: 22px;
}

.download-app__title {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.04em;
  color: var(--sonchoy-white);
}

.download-app__text {
  color: #f2f2f2;
  margin-top: 18px;
  margin-bottom: 30px;
}

.download-app__store {
  position: relative;
  display: flex;
  align-items: center;
}

.download-app__store a {
  background-color: #161616;
  position: relative;
  display: flex;
  align-items: center;
  padding: 4px 20px 8px;
  max-width: 195px;
  width: 100%;
  margin-bottom: 30px;
}

.download-app__store a+a {
  margin-left: 10px;
}

.download-app__store-icon {
  position: relative;
  display: inline-block;
  top: 3px;
}

.download-app__store-icon span {
  position: relative;
  display: inline-block;
  font-size: 32px;
  color: var(--sonchoy-white);
}

.download-app__store-content {
  position: relative;
  display: block;
  margin-left: 20px;
}

.download-app__store-content p {
  color: var(--sonchoy-white);
  font-size: 11px;
}

.download-app__store-content h3 {
  font-size: 18px;
  color: var(--sonchoy-white);
  font-weight: 700;
  line-height: 18px;
  font-family: var(--sonchoy-font);
  position: relative;
  top: -5px;
}

.download-app__right {
  position: relative;
  display: block;
  margin-left: 81px;
  margin-right: 222px;
}

.download-app__img-1 {
  position: relative;
  display: block;
}

.download-app__img-1 img {
  width: 100%;
}

.download-app__img-2 {
  position: absolute;
  bottom: 0;
  right: -277px;
}

.download-app__img-2 img {
  width: auto;
}

.download-app__shape-1 {
  position: absolute;
  top: -56px;
  right: -352px;
}

.download-app__shape-1 img {
  width: auto;
}

/*--------------------------------------------------------------
# Why Choose Three
--------------------------------------------------------------*/
.why-choose-three {
  position: relative;
  display: block;
  background-color: var(--sonchoy-primary);
  padding: 120px 0 205px;
  overflow: hidden;
  z-index: 1;
}

.why-choose-three__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: .10;
  z-index: -1;
}

.why-choose-three__shape-1 img {
  width: auto;
}

.why-choose-three__shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: .60;
  z-index: -1;
}

.why-choose-three__shape-2 img {
  width: auto;
}

.why-choose-three__shape-3 {
  position: absolute;
  bottom: 23px;
  right: 33px;
  z-index: -1;
}

.why-choose-three__shape-3 img {
  width: auto;
}

.why-choose-three__single {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--sonchoy-white);
  padding: 30px 40px 33px;
  margin-bottom: 30px;
}

.why-choose-three__single::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: var(--sonchoy-base);
  background-position: center left;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: left;
  transform-style: preserve-3d;
  transform: scaleX(0);
}

.why-choose-three__single:hover::before {
  transform: scaleX(1.0);
}

.why-choose-three__icon {
  position: relative;
  display: inline-block;
}

.why-choose-three__icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: var(--sonchoy-base);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.why-choose-three__single:hover .why-choose-three__icon span {
  transform: scale(0.9);
}

.why-choose-three__content {
  position: relative;
  display: block;
  margin-left: 40px;
}

.why-choose-three__content h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
}

.why-choose-three__content h3 a {
  color: var(--sonchoy-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.why-choose-three__content h3 a:hover {
  color: var(--sonchoy-base);
}

.why-choose-three__content p {
  line-height: 26px;
  margin-top: 9px;
}

/*--------------------------------------------------------------
# Feature Two
--------------------------------------------------------------*/
.feature-two {
  position: relative;
  display: block;
  margin-top: -116px;
  z-index: 2;
}

.feature-two__left {
  position: relative;
  display: block;
  background-color: var(--sonchoy-base);
  padding: 45px 60px 51px;
}

.feature-two__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: -0.04em;
  color: var(--sonchoy-white);
}

.feature-two__left-content {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 23px;
}

.feature-two__left-content .icon {
  position: relative;
  display: inline-block;
}

.feature-two__left-content .icon span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: var(--sonchoy-black);
  border-radius: 50%;
  font-size: 20px;
  color: var(--sonchoy-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-two__left-content .icon span:hover {
  background-color: var(--sonchoy-white);
  color: var(--sonchoy-black);
}

.feature-two__left-content .content {
  position: relative;
  display: block;
  margin-left: 20px;
}

.feature-two__left-content .content p {
  color: #b9d5fa;
}

.feature-two__left-content .content a {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.016em;
  color: var(--sonchoy-white);
  position: relative;
  top: -8px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-two__left-content .content a:hover {
  color: var(--sonchoy-black);
}

.feature-two__right {
  position: relative;
  display: block;
  background-color: var(--sonchoy-black);
  padding: 49px 60px 42px;
}

.feature-two__form {
  position: relative;
  display: block;
  margin-top: 32px;
}

.feature-two__form-input-box {
  position: relative;
  display: flex;
  align-items: center;
}

.feature-two__form-input-box input[type="email"] {
  height: 60px;
  width: 60%;
  background-color: var(--sonchoy-white);
  outline: none;
  font-size: 16px;
  color: var(--sonchoy-gray);
  font-weight: 400;
  border: none;
  padding-right: 30px;
  padding-left: 30px;
}

.feature-two__btn {
  border: none;
  outline: none;
  margin-left: 10px;
  padding: 16px 40px 15px;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Pricing Two
--------------------------------------------------------------*/
.pricing-two .pricing-one__btn::before,
.pricing-two .pricing-one__btn::after {
  background: var(--sonchoy-base);
}

/*--------------------------------------------------------------
# Team Two
--------------------------------------------------------------*/
.team-two {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  background-color: var(--sonchoy-primary);
  z-index: 1;
}

.team-two__bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .30;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.team-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.team-two__img-box {
  position: relative;
  display: block;
}

.team-two__img {
  position: relative;
  display: block;
  overflow: hidden;
}

.team-two__img:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity .5s ease-out;
  background-color: rgba(0, 25, 58, .50);
}

.team-two__single:hover:hover .team-two__img:after {
  opacity: 1
}

.team-two__img img {
  width: 100%;
  transform: scale(1.01);
  transition: transform .5s cubic-bezier(.27, .48, .45, .94);
  transform-origin: 70% 80%
}

.team-two__single:hover .team-two__img img {
  transform: scale(1.036);
  transition-duration: .9s
}

.team-two__content {
  position: relative;
  display: block;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: -45px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 60px 0px rgba(18, 20, 31, 0.08);
  padding: 20px 30px 17px;
}

.team-two__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.02em;
  margin-bottom: 1px;
}

.team-two__title a {
  color: var(--sonchoy-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-two__title a:hover {
  color: var(--sonchoy-base);
}

.team-two__share-and-social {
  position: absolute;
  top: 0;
  right: 0;
}

.team-two__share {
  position: relative;
  display: block;
}

.team-two__share a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  font-size: 18px;
  color: var(--sonchoy-white);
  background-color: var(--sonchoy-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-two__social {
  position: absolute;
  top: -200px;
  right: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  transform: scaleY(0.0);
  transform-origin: center;
  transform-style: preserve-3d;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  transform-origin: right center;
}

.team-two__share-and-social:hover .team-two__social {
  transform: scaleY(1.0);
  transform-origin: bottom center;
  transition-delay: 500ms;
}

.team-two__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  font-size: 18px;
  color: var(--sonchoy-white);
  background-color: var(--sonchoy-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-two__social a:hover {
  color: var(--sonchoy-base);
  background-color: var(--sonchoy-white);
}

.team-two__social a+a {
  margin-top: 5px;
}

/*--------------------------------------------------------------
# Counter Three
--------------------------------------------------------------*/
.counter-three .counter-one__shape-5 {
  mix-blend-mode: screen;
}

.counter-three .counter-one__text {
  color: #8aa7cd;
}

/*--------------------------------------------------------------
# Blog Four
--------------------------------------------------------------*/
.blog-four {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.blog-four__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blog-four__img-box {
  position: relative;
  display: block;
}

.blog-four__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.blog-four__img::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--sonchoy-black);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.blog-four__single:hover .blog-four__img::before {
  opacity: .60;
}

.blog-four__img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.blog-four__single:hover .blog-four__img img {
  transform: scale(1.05) rotate(0deg);
}

.blog-four__content {
  position: relative;
  display: block;
  padding: 15px 30px 0;
}

.blog-four__tag-and-date {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-four__tag {
  position: relative;
  display: block;
  margin-left: 40px;
}

.blog-four__tag::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 50%;
  width: 30px;
  height: 2px;
  background-color: var(--sonchoy-base);
  transform: translateY(-50%);
}

.blog-four__tag p {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.016em;
  color: var(--sonchoy-base);
}

.blog-four__date {
  position: relative;
  display: block;
  margin-left: 34px;
}

.blog-four__date::before {
  content: "";
  position: absolute;
  left: -19px;
  top: 50%;
  width: 4px;
  height: 4px;
  background-color: var(--sonchoy-black);
  transform: translateY(-50%);
}

.blog-four__date span {
  font-size: 14px;
  line-height: 24px;
}

.blog-four__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  margin-top: 19px;
  margin-bottom: 34px;
}

.blog-four__title a {
  color: var(--sonchoy-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-four__title a:hover {
  color: var(--sonchoy-base);
}

.blog-four__btn-box {
  position: relative;
  display: block;
}

.blog-four__btn {
  font-weight: 500;
  padding: 6px 30px 6px;
  color: var(--sonchoy-black);
  background-color: var(--sonchoy-primary);
}

.blog-four__btn::before,
.blog-four__btn::after {
  background: var(--sonchoy-base);
}

/*--------------------------------------------------------------
# CTA Three
--------------------------------------------------------------*/
.cta-three .cta-one__bg {
  opacity: .60;
}

/*--------------------------------------------------------------
# Site Footer Four
--------------------------------------------------------------*/
.site-footer-four {
  margin-top: -100px;
}

.site-footer-four .site-footer__top {
  padding: 214px 0 110px;
}

.site-footer-four .footer-widget__emergency-call a:hover {
  color: var(--sonchoy-base);
}

.site-footer-four .footer-widget__social a:hover {
  color: var(--sonchoy-base);
}

.site-footer-four .footer-widget__navigation-list li a:hover {
  color: var(--sonchoy-base);
}

.site-footer-four .footer-widget__navigation-list li a:hover:before {
  color: var(--sonchoy-base);
}

.site-footer-four .site-footer__shape-1 {
  top: 100px;
  opacity: .20;
}

.site-footer-four__shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: .12;
  z-index: -1;
}

.site-footer-four__shape-2 img {
  width: auto;
}

.site-footer-four .site-footer__bottom {
  border-top: 1px solid #0e315e;
}

.site-footer-four .site-footer__bottom-text a {
  color: var(--sonchoy-base);
}

.site-footer-four .site-footer__bottom-text a:hover {
  color: var(--sonchoy-white);
}

/*--------------------------------------------------------------
# About Five
--------------------------------------------------------------*/
.about-five {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.about-five__shape-1 {
  position: absolute;
  top: 75px;
  right: 177px;
  z-index: -1;
}

.about-five__shape-1 img {
  width: auto;
}

.about-five__left {
  position: relative;
  display: block;
  margin-left: 40px;
  margin-right: 70px;
}

.about-five__img-box {
  position: relative;
  display: block;
}

.about-five__img {
  position: relative;
  display: block;
}

.about-five__img img {
  width: 100%;
}

.about-five__count-box {
  position: absolute;
  bottom: -29px;
  left: -140px;
  display: flex;
  align-items: center;
}

.about-five__count {
  position: relative;
  display: block;
}

.about-five__count h3 {
  font-size: 180px;
  font-weight: 700;
  line-height: 180px;
  color: var(--sonchoy-base);
  font-family: var(--sonchoy-font);
}

.about-five__count-box p {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.016em;
  text-transform: uppercase;
  color: var(--sonchoy-white);
  margin-left: 8px;
}

.about-five__letter {
  position: absolute;
  top: 93px;
  left: -142px;
  display: flex;
  align-items: center;
  transform: rotate(-90deg);
}

.about-five__letter li {
  position: relative;
  display: block;
}

.about-five__letter li:nth-child(2) {
  margin-left: 30px;
  margin-right: 130px;
}

.about-five__letter li:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  width: 111px;
  height: 2px;
  background-color: #838383;
  transform: translateY(-50%);
}

.about-five__letter li span {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  color: var(--sonchoy-black);
}

.about-five__letter li:first-child span {
  color: var(--sonchoy-base);
}

.about-five__right {
  position: relative;
  display: block;
  margin-top: 34px;
}

.about-five__tilte {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.04em;
  margin-right: -5px;
  margin-bottom: 23px;
}

.about-five__progress-list {
  position: relative;
  display: block;
  margin-top: 47px;
  margin-bottom: 63px;
}

.about-five__progress-list li {
  position: relative;
  display: block;
}

.about-five__progress-list li+li {
  margin-top: 42px;
}

.progress-levels {
  position: relative;
  display: block;
}

.progress-levels .progress-box {
  position: relative;
  display: block;
  background-color: var(--sonchoy-extra);
  padding-left: 100px;
  padding-right: 50px;
}

.progress-levels .progress-box .inner {
  position: relative;
  display: block;
}

.progress-levels .progress-box .bar {
  position: relative;
  display: block;
  z-index: 1;
}

.progress-levels .progress-box .bar .bar-innner {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: var(--sonchoy-gray);
}

.progress-levels .progress-box .bar .bar-fill {
  position: relative;
  width: 0px;
  height: 2px;
  background-color: var(--sonchoy-base);
  transition: all 2000ms ease 300ms;
}

.progress-levels .progress-box .bar .bar-fill:before {
  content: "";
  position: absolute;
  top: -4px;
  right: 0px;
  height: 12px;
  width: 2px;
  background-color: var(--sonchoy-base);
  z-index: 1;
}

.progress-levels .progress-box .bar .bar-innner .skill-percent {
  position: absolute;
  top: -14px;
  right: -55px;
  width: 40px;
  height: 20px;
  display: block;
  text-align: center;
  padding: 0;
  z-index: 1;
}

.progress-levels .progress-box .inner .count-text {
  position: relative;
  color: var(--sonchoy-gray);
  font-size: 16px;
  line-height: 14px;
  font-weight: 700;
  display: inline-block;
  float: none;
}

.progress-levels .progress-box .inner .percent {
  position: relative;
  color: var(--sonchoy-gray);
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  display: inline-block;
  float: none;
  margin-left: -2px;
}

.progress-levels .progress-box .inner .text {
  position: absolute;
  top: -13px;
  left: -100px;
  font-weight: 700;
  color: var(--sonchoy-black);
}

.about-five__btn-and-author {
  position: relative;
  display: flex;
  align-items: center;
}

.about-five__btn-box {
  position: relative;
  display: block;
}

.about-five__author-img {
  position: relative;
  display: block;
  width: 62px;
  margin-left: 60px;
}

.about-five__author-img>img {
  width: 100%;
  border: 2px solid var(--sonchoy-black);
  border-radius: 50%;
}

.about-five__author-sign {
  position: absolute;
  top: 0;
  right: -114px;
}

.about-five__author-sign>img {
  width: auto;
}

.about-five__bottom-text {
  margin-top: 48px;
}

.about-five__bottom-text>p {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  font-family: var(--sonchoy-font-two);
  color: var(--sonchoy-black);
}

.about-five__bottom-text>p>a {
  color: var(--sonchoy-base);
}

/*--------------------------------------------------------------
# Feature Three
--------------------------------------------------------------*/
.feature-three {
  position: relative;
  display: block;
  padding: 0 0 90px;
  z-index: 1;
}

.feature-three__single {
  position: relative;
  display: flex;
  align-items: center;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 60px 0px rgba(4, 23, 26, 0.08);
  margin-bottom: 30px;
}

.feature-three__single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: var(--sonchoy-base);
  background-position: left center;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: left;
  transform-style: preserve-3d;
  transform: scaleX(0);
}

.feature-three__single:hover::before {
  transform: scaleY(1.0);
}

.feature-three__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 166px;
  background-color: #f5f5f8;
  z-index: 1;
}

.feature-three__icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: var(--sonchoy-base);
  z-index: -1;
}

.feature-three__icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--sonchoy-base);
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.feature-three__single:hover .feature-three__icon::after {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.feature-three__icon span {
  position: relative;
  display: inline-block;
  font-size: 52px;
  color: var(--sonchoy-base);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.feature-three__single:hover .feature-three__icon span {
  transform: scale(0.9);
  color: var(--sonchoy-white);
}

.feature-three__content {
  position: relative;
  display: block;
  margin-left: 30px;
}

.feature-three__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.02em;
  margin-bottom: 23px;
}

.feature-three__title a {
  color: var(--sonchoy-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-three__title a:hover {
  color: var(--sonchoy-base);
}

.feature-three__read-more {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.016em;
  color: var(--sonchoy-gray);
  position: relative;
  display: flex;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-three__read-more:hover {
  color: var(--sonchoy-base);
}

.feature-three__read-more>span {
  position: relative;
  margin-left: 10px;
}

/*--------------------------------------------------------------
# Services Five
--------------------------------------------------------------*/
.services-five {
  position: relative;
  display: block;
  background-color: #f5f5f8;
  overflow: hidden;
  padding: 120px 0 90px;
  z-index: 1;
}

.services-five__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: .16;
  z-index: -1;
}

.services-five__shape-1 img {
  width: auto;
}

.services-five__shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: .12;
  z-index: -1;
}

.services-five__shape-2 img {
  width: auto;
}

.services-five .section-title {
  margin-bottom: 76px;
}

.services-five__inner {
  position: relative;
  display: block;
}

.services-five__inner::before {
  content: "";
  position: absolute;
  top: 95px;
  left: 50%;
  transform: translateX(-50%);
  width: 860px;
  height: 1px;
  background-color: #e1e1e1;
}

.services-five__single {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 18px;
}

.services-five__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 190px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 60px 0px rgba(4, 23, 26, 0.06);
  z-index: 1;
}

.services-five__icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--sonchoy-base);
  border-radius: 50%;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.services-five__single:hover .services-five__icon::before {
  transform: scaleX(1);
}

.services-five__icon::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid var(--sonchoy-white);
  border-radius: 50%;
  z-index: -1;
}

.services-five__icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: var(--sonchoy-base);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.services-five__single:hover .services-five__icon span {
  transform: scale(0.9);
  color: var(--sonchoy-white);
}

.services-five__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-top: 23px;
  margin-bottom: 25px;
}

.services-five__title a {
  color: var(--sonchoy-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-five__title a:hover {
  color: var(--sonchoy-base);
}

.services-five__arrow {
  position: relative;
  font-size: 23px;
  color: var(--sonchoy-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-five__arrow:hover {
  color: var(--sonchoy-base);
}

/*--------------------------------------------------------------
# Sliding Text
--------------------------------------------------------------*/
.sliding-text {
  position: relative;
  display: block;
  margin-top: -17px;
  z-index: 3;
}

.sliding-text::before,
.sliding-text::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -30px;
  background-color: transparent;
  background-image: linear-gradient(90deg, rgb(255, 255, 255, 0) 50%, #ffffff 100%);
}

.sliding-text::before {
  z-index: 10;
}

.sliding-text::after {
  background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
}

.sliding-text__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
  min-width: 100%;
}

.sliding-text__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sliding-text__list li {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 100px;
  line-height: 100px;
  font-weight: 700;
  color: var(--sonchoy-base);
  text-align: center;
  font-family: var(--sonchoy-font-two);
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sliding-text__list li a {
  color: var(--sonchoy-base);
}

/*--------------------------------------------------------------
# Why Choose Four
--------------------------------------------------------------*/
.why-choose-four {
  position: relative;
  display: block;
  padding: 102px 0 120px;
  z-index: 1;
}

.why-choose-four__left {
  position: relative;
  display: block;
  margin-right: 58px;
  margin-left: -58px;
}

.why-choose-four__left .row {
  --bs-gutter-x: 10px;
}

.why-choose-four__img-1 {
  position: relative;
  display: block;
}

.why-choose-four__img-1 img {
  width: 100%;
}

.why-choose-four__img-2 {
  position: relative;
  display: block;
}

.why-choose-four__img-2 img {
  width: 100%;
}

.why-choose-four__right {
  position: relative;
  display: block;
  margin-left: 10px;
  margin-top: 10px;
}

.why-choose-four__right .section-title {
  margin-bottom: 14px;
}

.why-choose-four__points {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: -183px;
  margin-top: 35px;
}

.why-choose-four__points li+li {
  margin-left: 10px;
}

.why-choose-four__points li {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 60px 0px rgba(4, 23, 26, 0.06);
  max-width: 240px;
  width: 100%;
  padding: 30px 30px 23px;
  margin-bottom: 30px;
}

.why-choose-four__points li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: var(--sonchoy-base);
  background-position: left center;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: left;
  transform-style: preserve-3d;
  transform: scaleX(0);
}

.why-choose-four__points li:hover::before {
  transform: scaleY(1.0);
}

.why-choose-four__icon {
  position: relative;
  display: inline-block;
}

.why-choose-four__icon span {
  position: relative;
  display: inline-block;
  font-size: 42px;
  color: var(--sonchoy-base);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.why-choose-four__points li:hover .why-choose-four__icon span {
  transform: scale(0.9);
}

.why-choose-four__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  margin-top: 14px;
  margin-bottom: 25px;
}

.why-choose-four__title a {
  color: var(--sonchoy-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.why-choose-four__title a:hover {
  color: var(--sonchoy-base);
}

.why-choose-four__arrow {
  position: relative;
  font-size: 24px;
  color: var(--sonchoy-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.why-choose-four__arrow:hover {
  color: var(--sonchoy-base);
}

/*--------------------------------------------------------------
# CTA Four
--------------------------------------------------------------*/
.cta-four {
  position: relative;
  display: block;
  padding: 169px 0 175px;
  z-index: 1;
}

.cta-four__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .90;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.cta-four__bg::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  background-color: rgba(5, 84, 50, .50);
  z-index: -1;
}

.cta-four__inner {
  position: relative;
  display: block;
  text-align: center;
}

.cta-four__title {
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: -0.04em;
  color: var(--sonchoy-white);
}

.cta-four__sub-title {
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: -0.04em;
  color: var(--sonchoy-white);
  margin-top: 15px;
  margin-bottom: 37px;
}

.cta-four__btn-box {
  position: relative;
  display: block;
}

/*--------------------------------------------------------------
# Team Three
--------------------------------------------------------------*/
.team-three {
  position: relative;
  display: block;
  padding: 120px 0 116px;
  z-index: 1;
}

.team-three__shape-1 {
  position: absolute;
  bottom: 25px;
  right: 130px;
  z-index: -1;
}

.team-three__shape-1 img {
  width: auto;
}

.team-three__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 46px;
}

.team-three__top .section-title {
  margin-bottom: 0;
}

.team-three__btn-box {
  position: relative;
  display: block;
  top: 32px;
}

.team-three__bottom {
  position: relative;
  display: block;
}

.team-three__carousel {
  position: relative;
  display: block;
}

.team-three__single {
  position: relative;
  display: block;
}

.team-three__img-box {
  position: relative;
  display: block;
}

.team-three__img {
  position: relative;
  display: block;
  overflow: hidden;
}

.team-three__img:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity .5s ease-out;
  background-color: rgba(var(--sonchoy-black-rgb), .50);
}

.team-three__single:hover:hover .team-three__img:after {
  opacity: 1
}

.team-three__img img {
  width: 100%;
  transform: scale(1.01);
  transition: transform .5s cubic-bezier(.27, .48, .45, .94);
  transform-origin: 70% 80%
}

.team-three__single:hover .team-three__img img {
  transform: scale(1.036);
  transition-duration: .9s
}

.team-three__social-and-share {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}

.team-three__share {
  position: relative;
  display: block;
}

.team-three__share a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--sonchoy-base);
  font-size: 16px;
  color: var(--sonchoy-white);
}

.team-three__social {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  bottom: -108px;
  right: 0;
  background-color: var(--sonchoy-white);
  width: 40px;
  padding: 15px 5px 15px;
  transform: scaleY(0.0);
  transform-origin: center;
  transform-style: preserve-3d;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  transform-origin: right center;
}

.team-three__social-and-share:hover .team-three__social {
  transform: scaleY(1.0);
  transform-origin: bottom center;
  transition-delay: 500ms;
}

.team-three__social a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--sonchoy-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-three__social a:hover {
  color: var(--sonchoy-base);
}

.team-three__social a+a {
  margin-top: 15px;
}

.team-three__content {
  position: relative;
  display: block;
  padding: 18px 20px 0;
}

.team-three__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.016em;
  margin-bottom: 2px;
}

.team-three__title a {
  color: var(--sonchoy-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-three__title a:hover {
  color: var(--sonchoy-base);
}

.team-three__carousel.owl-carousel .owl-dots {
  position: relative;
  text-align: center;
  margin: 57px 0 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-three__carousel.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #a7a7a7;
  margin: 0px 7.5px;
  padding: 0px;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.team-three__carousel.owl-carousel .owl-dot.active {
  background-color: var(--sonchoy-base);
}

.team-three__carousel.owl-carousel .owl-dots .owl-dot:before {
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  content: "";
  border: 1px solid var(--sonchoy-base);
  border-radius: 50%;
  transform: scale(0);
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.team-three__carousel.owl-carousel .owl-dot.active:before {
  transform: scale(1);
}

.team-three__carousel.owl-carousel .owl-dot:focus {
  outline: none;
}

.team-three__carousel.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

/*--------------------------------------------------------------
# Counter Four
--------------------------------------------------------------*/
.counter-four {
  position: relative;
  display: block;
  z-index: 2;
}

.counter-four__single {
  position: relative;
  display: block;
  text-align: center;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 60px 0px rgba(23, 19, 4, 0.08);
  padding: 34px 20px 38px;
  margin-bottom: 30px;
  z-index: 1;
}

.counter-four__single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--sonchoy-base);
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  transition: all 0.4s linear;
  z-index: -1;
}

.counter-four__single:hover:before {
  transform: scaleX(1.0) rotateX(0deg);
  transition: all 0.4s linear;
  opacity: 1;
}

.counter-four__shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.counter-four__single:hover .counter-four__shape-1 {
  opacity: .20;
}

.counter-four__shape-1 img {
  width: auto;
}

.counter-four__count {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter-four__count h3 {
  font-size: 45px;
  font-weight: 700;
  line-height: 45px;
  font-family: var(--sonchoy-font);
  color: var(--sonchoy-base);
  letter-spacing: -0.02em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.counter-four__single:hover .counter-four__count h3 {
  color: var(--sonchoy-white);
}

.counter-four__plus {
  font-size: 45px;
  font-weight: 700;
  line-height: 45px;
  font-family: var(--sonchoy-font);
  color: var(--sonchoy-base);
  letter-spacing: -0.02em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.counter-four__single:hover .counter-four__plus {
  color: var(--sonchoy-white);
}

.counter-four__text {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: var(--sonchoy-black);
  margin-top: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.counter-four__single:hover .counter-four__text {
  color: var(--sonchoy-white);
}

/*--------------------------------------------------------------
# Testimonial Three
--------------------------------------------------------------*/
.testimonial-three {
  position: relative;
  display: block;
  background-color: #f5f5f8;
  padding: 190px 0 120px;
  margin-top: -100px;
  z-index: 1;
}

.testimonial-three__shape-5 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: .20;
  z-index: -1;
}

.testimonial-three__shape-5 img {
  width: auto;
}

.testimonial-three__shape-6 {
  position: absolute;
  top: 50%;
  right: 0;
  opacity: .16;
  transform: translateY(-50%);
  z-index: -1;
}

.testimonial-three__shape-6 img {
  width: auto;
}

.testimonial-three .section-title {
  margin-bottom: 56px;
}

.testimonial-three__bottom {
  position: relative;
  display: block;
}

.testimonial-one__carousel {
  position: relative;
  display: block;
}

.testimonial-three__single {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 60px 0px rgba(18, 20, 31, 0.06);
  padding: 40px 40px 32px;
  padding-right: 60px;
}

.testimonial-three__single::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 60px;
  width: 1px;
  background-color: var(--sonchoy-base);
  transform: translateY(-50%);
}

.testimonial-three__quote {
  position: absolute;
  top: 60px;
  right: 40px;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-three__single:hover .testimonial-three__quote {
  opacity: 0;
}

.testimonial-three__quote span {
  position: relative;
  display: inline-block;
  font-size: 37px;
  color: #e3e3e3;
}

.testimonial-three__quote-2 {
  position: absolute;
  bottom: 40px;
  right: 40px;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-three__single:hover .testimonial-three__quote-2 {
  opacity: 1;
}

.testimonial-three__quote-2 span {
  position: relative;
  display: inline-block;
  font-size: 37px;
  color: var(--sonchoy-base);
}

.testimonial-three__client-img {
  position: relative;
  display: block;
  width: 80px;
}

.testimonial-three__client-img img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-three__text {
  margin-top: 27px;
  margin-bottom: 28px;
}

.testimonial-three__client-info {
  position: relative;
  display: block;
}

.testimonial-three__client-name {
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 1px;
}

.testimonial-three__client-name a {
  color: var(--sonchoy-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-three__client-name a:hover {
  color: var(--sonchoy-base);
}

.testimonial-three__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--sonchoy-base);
  background-position: left center;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: left;
  transform-style: preserve-3d;
  transform: scaleX(0);
}

.testimonial-three__single:hover .testimonial-three__shape-1 {
  transform: scaleY(1.0);
}

.testimonial-three__shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background-color: var(--sonchoy-base);
  background-position: top bottom;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: left;
  transform-style: preserve-3d;
  transform: scaleY(0);
}

.testimonial-three__single:hover .testimonial-three__shape-2 {
  transform: scaleY(1.0);
}

.testimonial-three__shape-3 {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: var(--sonchoy-base);
  background-position: right center;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: right;
  transform-style: preserve-3d;
  transform: scaleX(0);
}

.testimonial-three__single:hover .testimonial-three__shape-3 {
  transform: scaleX(1.0);
}

.testimonial-three__shape-4 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: var(--sonchoy-base);
  background-position: bottom top;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
}

.testimonial-three__single:hover .testimonial-three__shape-4 {
  transform: scaleY(1.0);
}

.testimonial-three__carousel.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  right: -115px;
  left: -115px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 0;
  height: 0;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-next {
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  color: var(--sonchoy-white);
  background-color: var(--sonchoy-base);
  font-size: 20px;
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-prev {
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  color: var(--sonchoy-white);
  background-color: var(--sonchoy-base);
  font-size: 20px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  display: inline-block;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-next {
  margin-left: 0;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 0;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-next span,
.testimonial-three__carousel.owl-theme .owl-nav .owl-prev span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-three__carousel.owl-theme .owl-nav .owl-prev:hover {
  background-color: var(--sonchoy-black);
  color: var(--sonchoy-white);
}

/*--------------------------------------------------------------
# Have Any Question
--------------------------------------------------------------*/
.have-any-question {
  position: relative;
  display: block;
  padding: 120px 0 0;
  z-index: 1;
}

.have-any-question__bg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 720px;
  z-index: -1;
}

.have-any-question__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.have-any-question__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--sonchoy-base-rgb), .90);
  z-index: -1;
}

.have-any-question__left-img {
  position: absolute;
  top: 120px;
  left: 0;
  bottom: 0;
  width: calc((100% - 90px) /2);
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
  z-index: -1;
}

.have-any-question__img-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.have-any-question__img-1 img {
  width: auto;
}

.have-any-question__left {
  position: relative;
  display: block;
  margin-top: 233px;
}

.have-any-question__video-link {
  position: relative;
  display: block;
  margin-left: 13px;
}

.have-any-question__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  font-size: 20px;
  color: var(--sonchoy-base);
  background-color: rgba(var(--sonchoy-white-rgb), .60);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.have-any-question__video-icon:hover {
  background-color: var(--sonchoy-black);
  color: var(--sonchoy-white);
}

.have-any-question__video-link .ripple,
.have-any-question__video-icon .ripple:before,
.have-any-question__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--sonchoy-white-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--sonchoy-white-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--sonchoy-white-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--sonchoy-white-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.have-any-question__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.have-any-question__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.have-any-question__counter {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 176px;
  margin-left: 4px;
}

.have-any-question__counter li {
  position: relative;
  display: block;
  width: 268px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 60px 0px rgba(4, 23, 26, 0.06);
  padding: 31px 40px 32px;
}

.have-any-question__counter li:last-child {
  background-color: var(--sonchoy-black);
  box-shadow: none;
}

.have-any-question__count {
  position: relative;
  display: flex;
  align-items: center;
}

.have-any-question__count h3 {
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -0.04em;
  font-family: var(--sonchoy-font);
}

.have-any-question__counter li:last-child .have-any-question__count h3 {
  color: var(--sonchoy-white);
}

.have-any-question__plus {
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -0.04em;
  font-family: var(--sonchoy-font);
  color: var(--sonchoy-black);
}

.have-any-question__counter li:last-child .have-any-question__plus {
  color: var(--sonchoy-white);
}

.have-any-question__text {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.016em;
  margin-top: 11px;
}

.have-any-question__counter li:last-child .have-any-question__text {
  color: var(--sonchoy-white);
}

.have-any-question__right {
  position: relative;
  display: block;
  margin-left: 40px;
}

.have-any-question__form-box {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 60px 0px rgba(4, 23, 26, 0.06);
  padding: 71px 80px 80px;
}

.have-any-question__sub-title {
  font-weight: 500;
  color: var(--sonchoy-base);
}

.have-any-question__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.018em;
  margin-top: 5px;
  margin-bottom: 33px;
}

.have-any-question__form {
  position: relative;
  display: block;
}

.have-any-question__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.have-any-question__input-box input[type="text"],
.have-any-question__input-box input[type="email"] {
  height: 58px;
  width: 100%;
  border: none;
  background-color: #f5f5f8;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 16px;
  color: var(--sonchoy-gray);
  display: block;
  font-weight: 400;
}

.have-any-question__input-box textarea {
  font-size: 16px;
  color: var(--sonchoy-gray);
  height: 150px;
  width: 100%;
  background-color: #f5f5f8;
  padding: 21px 30px 30px;
  border: none;
  outline: none;
  font-weight: 400;
}

.have-any-question__input-box.text-message-box {
  height: 150px;
}

.have-any-question__btn-box {
  position: relative;
  display: block;
}

.have-any-question__btn {
  border: none;
}

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/
.site-footer-five {
  background-color: #000c07;
}

.site-footer-five .footer-widget__navigation-list li a:hover {
  color: var(--sonchoy-base);
}

.site-footer-five .footer-widget__navigation-list li a:hover:before {
  color: var(--sonchoy-base);
}

.site-footer-five .site-footer__bottom-text a {
  color: var(--sonchoy-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer-five .site-footer__bottom-text a:hover {
  color: var(--sonchoy-white);
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  display: block;
  padding: 216px 0 216px;
  overflow: hidden;
  z-index: 1;
}

.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.page-header__inner {
  position: relative;
  display: block;
}

.page-header__inner h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 57px;
  color: var(--sonchoy-black);
  letter-spacing: -0.04em;
}

.thm-breadcrumb__box {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.thm-breadcrumb {
  position: relative;
  display: inline-block;
}

.thm-breadcrumb li {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: var(--sonchoy-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li:nth-child(2) {
  color: var(--sonchoy-base);
}

.thm-breadcrumb li a {
  position: relative;
  display: inline-block;
  color: var(--sonchoy-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
  color: var(--sonchoy-black);
}

/*--------------------------------------------------------------
# About Six
--------------------------------------------------------------*/
.about-six {
  padding: 0px 0 120px;
}

.about-six .about-three__award-box .icon {
  background-color: var(--sonchoy-black);
}

.about-six .about-three__btn {
  color: var(--sonchoy-white);
  background-color: var(--sonchoy-base);
}

/*--------------------------------------------------------------
# Why Choose Five
--------------------------------------------------------------*/
.why-choose-five {
  padding: 120px 0 90px;
}

.why-choose-five .why-choose-three__shape-1 {
  opacity: .12;
}

.why-choose-five .why-choose-three__shape-2 {
  opacity: .40;
}

.why-choose-five .why-choose-three__shape-3 {
  bottom: 0;
  right: 0;
}

/*--------------------------------------------------------------
# Testimonial Four
--------------------------------------------------------------*/
.testimonial-four {
  padding: 120px 0 108px;
}

/*--------------------------------------------------------------
# Team Four
--------------------------------------------------------------*/
.team-four {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

/*--------------------------------------------------------------
# Brand Three
--------------------------------------------------------------*/
.brand-three {
  padding: 0px 0 120px;
}

/*--------------------------------------------------------------
# Team Page
--------------------------------------------------------------*/
.team-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

/*--------------------------------------------------------------
# Cta Five
--------------------------------------------------------------*/
.cta-five .cta-one__bg {
  opacity: .60;
}

.cta-five .cta-one__bg {
  mix-blend-mode: luminosity;
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.team-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.team-details__top {
  position: relative;
  display: block;
  padding-top: 60px;
  z-index: 1;
}

.team-details__top-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 470px;
  background-color: #f5f5f8;
  overflow: hidden;
  z-index: -1;
}

.team-details__top-shape-1 {
  position: absolute;
  bottom: 0;
  left: 84px;
  z-index: -1;
}

.team-details__top-shape-1 img {
  width: auto;
}

.team-details__top-shape-2 {
  position: absolute;
  top: -20px;
  right: -237px;
  opacity: 0.08;
  z-index: -1;
}

.team-details__top-shape-2 img {
  width: auto;
}

.team-details__top-img-box {
  position: relative;
  display: block;
  margin-left: 245px;
  margin-right: 70px;
}

.team-details__top-img {
  position: relative;
  display: block;
}

.team-details__top-img img {
  width: 100%;
}

.team-details__top-img-box>span {
  position: absolute;
  top: 138px;
  left: -219px;
  font-size: 80px;
  font-weight: 500;
  line-height: 80px;
  font-family: var(--sonchoy-font-two);
  letter-spacing: -0.04em;
  -webkit-text-stroke: 1px var(--sonchoy-base);
  color: transparent;
  text-transform: uppercase;
  transform: rotate(-90deg);
}

.team-details__top-right {
  position: relative;
  display: block;
  top: -8px;
}

.team-details__top-right-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: -0.04em;
}

.team-details__top-right-sub-title {
  font-size: 18px;
  color: var(--sonchoy-base);
  font-weight: 500;
}

.team-details__top-points {
  position: relative;
  display: block;
  margin-top: 34px;
  margin-bottom: 71px;
}

.team-details__top-points li {
  position: relative;
  display: flex;
  align-items: center;
}

.team-details__top-points li+li {
  margin-top: 6px;
}

.team-details__top-points li>span {
  font-size: 18px;
  font-weight: 700;
  color: var(--sonchoy-black);
  line-height: 28px;
}

.team-details__top-points li>p {
  font-size: 16px;
  font-weight: 500;
  margin-left: 5px;
}

.team-details__top-points li>p a {
  color: var(--sonchoy-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-details__top-points li>p a:hover {
  color: var(--sonchoy-base);
}

.team-details__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-details__social a {
  position: relative;
  height: 38px;
  width: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--sonchoy-white);
  background-color: #4661c5;
  font-size: 15px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.team-details__social a:hover {
  color: var(--sonchoy-white);
}

.team-details__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--sonchoy-black);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.team-details__social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.team-details__social a+a {
  margin-left: 15px;
}

.team-details__social-color-2 {
  background-color: #1da1f2 !important;
}

.team-details__social-color-3 {
  background-color: #dc395c !important;
}

.team-details__social-color-4 {
  background-color: #0073b0 !important;
}

.team-details__bottom {
  position: relative;
  display: block;
  margin-top: 92px;
}

.team-details__title-1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: -0.02em;
}

.team-details__text-1 {
  margin-top: 19px;
  margin-bottom: 30px;
}

.team-details__progress-and-company {
  position: relative;
  display: block;
  margin-top: 44px;
  margin-bottom: 48px;
}

.team-details__progress-box {
  position: relative;
  display: block;
  margin-right: 70px;
}

.team-details__progress-list {
  position: relative;
  display: block;
}

.team-details__progress-list li {
  position: relative;
  display: block;
}

.team-details__progress-list li+li {
  margin-top: 25px;
}

.team-details__progress-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  color: var(--sonchoy-black);
  margin-bottom: 7px;
}

.team-details__progress-list li .bar {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #f5f5f8;
}

.team-details__progress-list li .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 4px;
  top: -1px;
  background-color: var(--sonchoy-base);
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.team-details__progress-list li .count-text {
  position: absolute;
  right: 0;
  bottom: 8px;
  color: #8f8e9a;
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-details__progress-list li .bar-inner.counted .count-text {
  opacity: 1;
}

.team-details__progress-list li .bar.marb-0 {
  margin-bottom: 0;
}

.team-details__company-box {
  position: relative;
  display: block;
}

.team-details__company-list {
  position: relative;
  display: block;
}

.team-details__company-list li {
  position: relative;
  display: block;
}

.team-details__company-list li+li {
  margin-top: 26px;
}

.team-details__company-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.016em;
  margin-bottom: 3px;
}

.team-details__title-2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: -0.02em;
}

.team-details__text-3 {
  margin-top: 19px;
  margin-bottom: 53px;
}

.team-details__contact-box {
  position: relative;
  display: block;
  background-color: #f5f5f8;
  padding: 68px 75px 75px;
}

.team-details__contact-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: -0.02em;
}

.team-details__contact-text {
  font-size: 14px;
  line-height: 24px;
  margin-top: 1px;
  margin-bottom: 37px;
}

.team-details__form {
  position: relative;
  display: block;
}

.team-details__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.team-details__input-box input[type="text"],
.team-details__input-box input[type="email"] {
  height: 60px;
  width: 100%;
  border: none;
  background-color: var(--sonchoy-white);
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 16px;
  color: var(--sonchoy-gray);
  display: block;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.team-details__input-box textarea {
  font-size: 16px;
  color: var(--sonchoy-gray);
  height: 150px;
  width: 100%;
  background-color: var(--sonchoy-white);
  padding: 15px 30px 30px;
  border: none;
  outline: none;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.team-details__input-box.text-message-box {
  height: 150px;
}

.team-details__btn-box {
  position: relative;
  display: block;
  text-align: center;
}

.team-details__btn {
  border: none;
}

/*--------------------------------------------------------------
# Testimonial Page
--------------------------------------------------------------*/
.testimonial-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.testimonial-page .testimonial-one__single {
  margin-bottom: 22px;
}

/*--------------------------------------------------------------
# FAQ Page
--------------------------------------------------------------*/
.faq-page {
  position: relative;
  display: block;
  padding: 120px 0 118px;
  z-index: 1;
}

.faq-page__text-box {
  position: relative;
  display: block;
  background-color: #f5f5f8;
  padding: 80px 100px 66px;
  z-index: 1;
}

.faq-page__text-box .section-title {
  margin-bottom: 0
}

.faq-page__text-box-shape-1 {
  position: absolute;
  bottom: 0;
  right: 100px;
  z-index: -1;
}

.faq-page__text-box-shape-1 img {
  width: auto;
}

.faq-page__bottom {
  position: relative;
  display: block;
  margin-top: 60px;
}

.faq-page__bottom-left {
  position: relative;
  display: block;
  margin-right: 70px;
}

.faq-page__search-form {
  position: relative;
  display: block;
}

.faq-page__search-form input[type="search"] {
  display: block;
  outline: none;
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
  height: 60px;
  width: 100%;
  padding-left: 20px;
  padding-right: 50px;
  border: 1px solid #e0e0e0;
  color: var(--sonchoy-gray);
}

.faq-page__search-form button[type="submit"] {
  color: var(--sonchoy-black);
  font-size: 25px;
  position: absolute;
  top: 50%;
  right: 20px;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  transform: translateY(-50%);
}

.faq-page__bottom-left-img-box {
  position: relative;
  display: block;
  margin-top: 50px;
}

.faq-page__bottom-left-img {
  position: relative;
  display: block;
}

.faq-page__bottom-left-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--sonchoy-black-rgb), .60);
}

.faq-page__bottom-left-img img {
  width: 100%;
}

.faq-page__bottom-left-img-text {
  position: absolute;
  top: 35px;
  left: 40px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: var(--sonchoy-white);
}

.faq-page__bottom-right {
  position: relative;
  display: block;
  margin-right: 120px;
  margin-top: -6px;
}

.faq-page__bottom-right .faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  z-index: 1;
}

.faq-page__bottom-right .faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.faq-page__bottom-right .faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: var(--sonchoy-black);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-page__bottom-right .faq-one-accrodion .accrodion+.accrodion {
  margin-top: 18px;
}

.faq-page__bottom-right .faq-one-accrodion .accrodion-title h4::before {
  content: "\e909";
  font-family: 'icomoon' !important;
  font-weight: 700;
  font-size: 10px;
  color: var(--sonchoy-white);
  position: absolute;
  top: 50%;
  right: 0;
  line-height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
  width: 20px;
  height: 20px;
  background-color: var(--sonchoy-black);
}

.faq-page__bottom-right .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\e90a";
  color: var(--sonchoy-white);
  background-color: var(--sonchoy-base);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-page__bottom-right .faq-one-accrodion .accrodion-content {
  position: relative;
  padding-top: 16px;
  padding-right: 48px;
  padding-bottom: 8px;
}

.faq-page__bottom-right .faq-one-accrodion .accrodion-content p {
  margin: 0;
}

/*--------------------------------------------------------------
# Insurence Page
--------------------------------------------------------------*/
.insurence-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.insurence-page .services-one__single {
  background-color: rgb(245, 245, 248);
  box-shadow: 0px 0px 60px 0px rgba(4, 23, 26, 0.04);
}

/*--------------------------------------------------------------
# Insurance Details
--------------------------------------------------------------*/
.insurance-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.insurance-details__left {
  position: relative;
  display: block;
  margin-top: -13px;
}

.insurance-details__title-1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: -0.04em;
  margin-bottom: 22px;
}

.insurance-details__img-1 {
  position: relative;
  display: block;
  margin-top: 30px;
  margin-bottom: 31px;
}

.insurance-details__img-1 img {
  width: 100%;
}

.insurance-details__title-2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.016em;
}

.insurance-details__text-2 {
  margin-top: 12px;
  margin-bottom: 42px;
}

.insurance-details__points-and-text-box {
  position: relative;
  display: flex;
}

.insurance-details__points-box {
  position: relative;
  display: block;
}

.insurance-details__points-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.016em;
  margin-bottom: 12px;
}

.insurance-details__points {
  position: relative;
  display: block;
}

.insurance-details__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.insurance-details__points li+li {
  margin-top: 4px;
}

.insurance-details__points li .icon {
  position: relative;
  display: inline-block;
  top: 3px;
}

.insurance-details__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--sonchoy-base);
}

.insurance-details__points li>p {
  margin-left: 15px;
  font-weight: 600;
  color: var(--sonchoy-black);
}

.insurance-details__text-box {
  margin-left: 93px;
}

.insurance-details__text-box>h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.016em;
  margin-bottom: 12px;
}

.insurance-details__faq {
  position: relative;
  display: block;
  margin-right: 30px;
  margin-top: 53px;
}

.insurance-details__faq .faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 20px 0px rgba(16, 23, 40, 0.06);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.insurance-details__faq .faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 15px 80px 17px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  padding-right: 25px;
}

.insurance-details__faq .faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.016em;
  color: var(--sonchoy-black);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.insurance-details__faq .faq-one-accrodion .accrodion+.accrodion {
  margin-top: 10px;
}

.insurance-details__faq .faq-one-accrodion .accrodion-title h4::before {
  content: "\e909";
  font-family: 'icomoon' !important;
  font-weight: 700;
  font-size: 12px;
  color: var(--sonchoy-white);
  position: absolute;
  top: 50%;
  left: -50px;
  line-height: 15px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
  width: 25px;
  height: 25px;
  background-color: var(--sonchoy-base);
}

.insurance-details__faq .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\e90a";
  color: var(--sonchoy-white);
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.insurance-details__faq .faq-one-accrodion .accrodion-content {
  position: relative;
  padding-bottom: 22px;
  margin-left: 40px;
  margin-right: 52px;
  padding-top: 17px;
  border-top: 1px solid rgba(var(--sonchoy-black-rgb), 0.08);
}

.insurance-details__faq .faq-one-accrodion .accrodion-content p {
  margin: 0;
}

.insurance-details__right {
  position: relative;
  display: block;
}

.insurance-details__catagories {
  position: relative;
  display: block;
  background-color: #f5f5f8;
  padding: 33px 40px 40px;
}

.insurance-details__catagories-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.016em;
  margin-bottom: 26px;
}

.insurance-details__catagories-list {
  position: relative;
  display: block;
}

.insurance-details__catagories-list li {
  position: relative;
  display: block;
}

.insurance-details__catagories-list li+li {
  margin-top: 10px;
}

.insurance-details__catagories-list li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--sonchoy-white);
  font-size: 16px;
  font-weight: 700;
  color: var(--sonchoy-black);
  font-family: var(--sonchoy-font-two);
  padding: 12px 20px 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}

.insurance-details__catagories-list li:hover a {
  color: var(--sonchoy-white);
}

.insurance-details__catagories-list li.active a {
  color: var(--sonchoy-white);
}

.insurance-details__catagories-list li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--sonchoy-base);
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  transform-origin: bottom right;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  z-index: -1;
}

.insurance-details__catagories-list li:hover a::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: top center;
}

.insurance-details__catagories-list li.active a::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: top center;
}

.insurance-details__catagories-list li a span {
  font-size: 18px;
}

.insurance-details__need-help {
  position: relative;
  display: block;
  background: var(--sonchoy-base);
  text-align: center;
  padding: 87px 20px 95px;
  margin-top: 30px;
  margin-bottom: 30px;
  z-index: 1;
}

.insurance-details__need-help-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .10;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.insurance-details__need-help-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.016em;
  color: var(--sonchoy-white);
}

.insurance-details__need-help-btn-box {
  position: relative;
  display: block;
  margin-top: 49px;
}

.insurance-details__need-help-btn {
  background-color: var(--sonchoy-white);
  color: var(--sonchoy-black);
}

.insurance-details__contact {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #f5f5f8;
  padding: 29px 40px 37px;
}

.insurance-details__contact-icon {
  position: relative;
  display: inline-block;
  top: 5px;
}

.insurance-details__contact-icon span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: var(--sonchoy-base);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.insurance-details__contact:hover .insurance-details__contact-icon span {
  transform: scale(0.9);
}

.insurance-details__contact-content {
  position: relative;
  display: block;
  margin-left: 25px;
}

.insurance-details__contact-content>span {
  font-size: 14px;
  line-height: 24px;
}

.insurance-details__contact-content>p {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.016em;
  color: var(--sonchoy-black);
}

.insurance-details__contact-content>p>a {
  color: var(--sonchoy-black);
  margin-left: 4px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.insurance-details__contact-content>p>a:hover {
  color: var(--sonchoy-base);
}

/*--------------------------------------------------------------
# Portfolio Page
--------------------------------------------------------------*/
.portfolio-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  position: relative;
  display: block;
  padding: 120px 0 101px;
  z-index: 1;
}

.portfolio-details__inner {
  position: relative;
  display: block;
}

.portfolio-details__img-box {
  position: relative;
  display: block;
}

.portfolio-details__img {
  position: relative;
  display: block;
}

.portfolio-details__img img {
  width: 100%;
}

.portfolio-details__catagory {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--sonchoy-white);
  margin-left: 60px;
  margin-right: 60px;
  margin-top: -60px;
  padding: 38px 50px 28px;
  z-index: 1;
}

.portfolio-details__catagory-list {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 655px;
  width: 100%;
  justify-content: space-between;
}

.portfolio-details__catagory-list li {
  position: relative;
  display: block;
}

.portfolio-details__catagory-list li>span {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.014em;
}

.portfolio-details__catagory-list li>h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.portfolio-details__social {
  position: relative;
  display: flex;
  align-items: center;
}

.portfolio-details__social li {
  position: relative;
  display: block;
}

.portfolio-details__social li+li {
  margin-left: 15px;
}

.portfolio-details__social li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background-color: #4661c5;
  border-radius: 50%;
  font-size: 14px;
  color: var(--sonchoy-white);
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.portfolio-details__social li:nth-child(2) a {
  background-color: #1da1f2;
}

.portfolio-details__social li:nth-child(3) a {
  background-color: #ff2e2e;
}

.portfolio-details__social li:nth-child(4) a {
  background-color: #0073b0;
}

.portfolio-details__social li a:hover {
  color: var(--sonchoy-white);
}

.portfolio-details__social li a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--sonchoy-black);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.portfolio-details__social li a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.portfolio-details__title-1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: -0.04em;
  margin-top: 59px;
  margin-bottom: 31px;
}

.portfolio-details__tag-and-share {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 54px;
}

.portfolio-details__tag {
  position: relative;
  display: flex;
  align-items: center;
}

.portfolio-details__tag>a {
  position: relative;
  background-color: #f5f5f8;
  font-size: 16px;
  line-height: 26px;
  color: var(--sonchoy-gray);
  padding: 2px 20px 4px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-details__tag>a:hover {
  color: var(--sonchoy-white);
  background-color: var(--sonchoy-base);
}

.portfolio-details__tag>a+a {
  margin-left: 10px;
}

.portfolio-details__share {
  position: relative;
  display: inline-block;
}

.portfolio-details__share>a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  font-size: 16px;
  color: var(--sonchoy-white);
  background-color: var(--sonchoy-black);
  border-radius: 50%;
}

.portfolio-details__share>a:hover {
  color: var(--sonchoy-white);
  background-color: var(--sonchoy-base);
}

.portfolio-details__pagination-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(var(--sonchoy-black-rgb), .12);
  margin-top: 27px;
  padding-top: 36px;
}

.portfolio-details__pagination-single {
  position: relative;
  display: flex;
  align-items: center;
}

.portfolio-details__arrow {
  position: relative;
  display: inline-block;
}

.portfolio-details__arrow a {
  position: relative;
  display: inline-block;
  font-size: 29px;
  color: var(--sonchoy-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-details__arrow a:hover {
  color: var(--sonchoy-base);
}

.portfolio-details__next-content {
  position: relative;
  display: block;
  margin-left: 30px;
}

.portfolio-details__pagination-sub-title {
  line-height: 25px;
}

.portfolio-details__pagination-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -0.016em;
  font-family: var(--sonchoy-font-two);
  color: var(--sonchoy-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-details__pagination-title:hover {
  color: var(--sonchoy-base);
}

.portfolio-details__previous-content {
  position: relative;
  display: block;
  margin-right: 30px;
  text-align: right;
}

/*--------------------------------------------------------------
# Related Work
--------------------------------------------------------------*/
.related-work {
  position: relative;
  display: block;
  padding: 0 0 90px;
  z-index: 1;
}

.related-work__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: -0.04em;
  text-align: center;
  margin-bottom: 46px;
}

/*--------------------------------------------------------------
# Product
--------------------------------------------------------------*/
.product {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.product__inner {
  position: relative;
  display: block;
}

.product__showing-result {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.product__showing-text-box {
  position: relative;
  display: block;
}

.product__showing-text {
  font-size: 16px;
  font-weight: 400;
}

.product__showing-sort-box {
  position: relative;
  display: flex;
  align-items: center;
}

.product__showing-sort {
  position: relative;
  display: block;
}

.product__showing-sort+.product__showing-sort {
  margin-left: 30px;
}

.product__showing-sort .select-box .nice-select {
  background-color: transparent;
  border-radius: 0;
  color: var(--sonchoy-gray);
  font-size: 16px;
  font-weight: 400;
  height: 44px;
  line-height: 44px;
  padding-left: 20px;
  padding-right: 75px;
  width: 100%;
  margin-bottom: 0px;
  border: 1px solid #dedede;
}

.product__showing-sort .select-box .nice-select:after {
  position: absolute;
  right: 30px;
}

.product__all {
  position: relative;
  display: block;
}

.product__all-single {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.product__all-img-box {
  position: relative;
  display: block;
}

.product__all-img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.product__all-img:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--sonchoy-black-rgb), .10);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-70%);
  transform: translateY(-70%);
  z-index: 1;
}

.product__all-single:hover .product__all-img:before {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.product__all-img img {
  width: 100%;
  transition: all 500ms ease;
}

.product__all-single:hover .product__all-img img {
  transform: scale(1.05);
}

.product__cart {
  position: absolute;
  left: 76px;
  bottom: 40px;
  right: 76px;
  background-position: center bottom;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: 2;
}

.product__all-single:hover .product__cart {
  transform: scaleY(1.0);
}

.product__cart a {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.016em;
  color: var(--sonchoy-white);
  text-transform: uppercase;
  background-color: var(--sonchoy-black);
  padding: 20px 54px 19px;
  position: relative;
}

.product__all-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 30px 0;
}

.product__all-title-box {
  position: relative;
  display: block;
}

.product__all-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.016em;
}

.product__all-title a {
  color: var(--sonchoy-black);
}

.product__all-price {
  font-weight: 500;
  color: var(--sonchoy-base);
}

.product__all-review {
  position: relative;
  display: flex;
  align-items: center;
}

.product__all-review i {
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: var(--sonchoy-base);
}

.product__all-review i+i {
  margin-left: 4px;
}

.product__pagination {
  position: relative;
  display: block;
  padding: 30px 0 0px;
  text-align: center;
}

.product__pagination .pg-pagination li {
  display: inline-block;
  margin-right: 6px;
}

.product__pagination .pg-pagination li:last-child {
  margin-right: 0;
}

.product__pagination .pg-pagination li a {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  color: var(--sonchoy-black);
  background-color: #f5f5f8;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.016em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.product__pagination .pg-pagination li a:hover {
  background-color: var(--sonchoy-base);
  color: var(--sonchoy-white);
}

/*--------------------------------------------------------------
# Product Details
--------------------------------------------------------------*/
.product-details {
  position: relative;
  display: block;
  padding: 120px 0 0;
  z-index: 1;
}

.product-details__top {
  position: relative;
  display: block;
}

.product-details__top-left {
  position: relative;
  display: block;
}

.product-details__top-img {
  position: relative;
  display: block;
}

.product-details__top-img img {
  width: 100%;
}

.product-details__search {
  position: absolute;
  top: 40px;
  right: 40px;
}

.product-details__search a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--sonchoy-black);
  border-radius: 50%;
  font-size: 16px;
  color: var(--sonchoy-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.product-details__search a:hover {
  color: var(--sonchoy-white);
  background-color: var(--sonchoy-base);
}

.product-details__top-right {
  position: relative;
  display: block;
  margin-left: 70px;
}

.product-details__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: -0.02em;
}

.product-details__reveiw {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 17px;
}

.product-details__reveiw>i {
  position: relative;
  font-size: 13px;
  color: var(--sonchoy-base);
}

.product-details__reveiw>i+i {
  margin-left: 4px;
}

.product-details__reveiw>span {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  margin-left: 16px;
}

.product-details__doller {
  position: relative;
  display: block;
}

.product-details__doller h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: -0.016em;
  font-family: var(--sonchoy-font);
}

.product-details__text {
  margin-top: 13px;
  margin-bottom: 22px;
}

.product-details__quantity-and-btn {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.product-details__quantity {
  position: relative;
  display: block;
}

.product-details__quantity-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.016em;
  margin-bottom: 2px;
}

.product-details__quantity-text {
  color: var(--sonchoy-base);
}

.product-details__quantity .quantity-box {
  position: relative;
  width: 98px;
  border-radius: 0px;
  height: 50px;
}

.product-details__quantity .quantity-box input {
  width: 98px;
  border-radius: 0px;
  height: 50px;
  border: 1px solid #eeede5;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  font-family: var(--sonchoy-font);
  padding-left: 30px;
  outline: none;
  font-size: 18px;
  font-weight: 700;
  color: var(--sonchoy-black);
}

.product-details__quantity .quantity-box button {
  width: 24px;
  height: 24px;
  background-color: transparent;
  color: var(--sonchoy-black);
  font-size: 8px;
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: #fff;
  border: none;
  border-left: 1px solid #eeede5;
  border-top-right-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}

.product-details__quantity .quantity-box button.sub {
  bottom: 1px;
  top: auto;
  border-top: 1px solid #eeede5;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.product-details__buttons {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

.product-details__quantity-btn-box {
  position: relative;
  display: block;
  margin-left: 20px;
}

.product-details__quantity-btn {
  font-size: 16px;
  padding: 10px 45px 10px;
}

.product-details__category {
  position: relative;
  display: block;
  margin-top: 33px;
  margin-bottom: 31px;
}

.product-details__category-list {
  position: relative;
  display: block;
}

.product-details__category-list li {
  position: relative;
  display: block;
}

.product-details__category-list li+li {
  margin-top: 1px;
}

.product-details__category-list li p {
  line-height: 26px;
}

.product-details__category-list li p span {
  font-weight: 500;
  color: var(--sonchoy-black);
  margin-right: 13px;
}

.product-details__social {
  position: relative;
  display: flex;
  align-items: center;
}

.product-details__social>span {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  font-family: var(--sonchoy-font-two);
  letter-spacing: -0.016em;
  color: var(--sonchoy-black);
  margin-right: 30px;
}

.product-details__social>a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  font-size: 16px;
  color: var(--sonchoy-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.product-details__social>a:hover {
  background-color: var(--sonchoy-base);
  border: 1px solid var(--sonchoy-base);
  color: var(--sonchoy-white);
}

.product-details__social>a+a {
  margin-left: 15px;
}

.product-details__text-box {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 25px 0px rgba(23, 19, 4, 0.04);
  padding: 52px 60px 38px;
  margin-top: 53px;
  margin-bottom: 51px;
}

.product-details__text-box>h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: -0.016em;
}

.product-details__text-box-text-1 {
  margin-top: 24px;
  margin-bottom: 34px;
}

.product-details__client-review-box {
  position: relative;
  display: block;
}

.product-details__client-review-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: -0.016em;
}

.product-details__client-review {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 17px;
}

.product-details__client-img {
  position: relative;
  display: block;
  max-width: 80px;
  width: 100%;
}

.product-details__client-img img {
  width: 100%;
  border-radius: 50%;
}

.product-details__client-content {
  position: relative;
  display: block;
  margin-left: 30px;
}

.product-details__client-content>p {
  font-weight: 500;
}

.product-details__client-content>p>span {
  color: var(--sonchoy-black);
}

.product-details__client-ratting {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 6px;
  margin-bottom: 11px;
}

.product-details__client-ratting span {
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: var(--sonchoy-base);
}

.product-details__client-ratting span+span {
  margin-left: 4px;
}

/*--------------------------------------------------------------
# Review Form One
--------------------------------------------------------------*/
.review-form-one {
  position: relative;
  display: block;
  padding: 53px 0 120px;
}

.review-form-one__inner {
  position: relative;
  display: block;
}

.review-form-one__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.016em;
  margin-bottom: 36px;
}

.review-form-one__form {
  position: relative;
  display: block;
}

.review-form-one__input-box textarea {
  font-size: 16px;
  color: var(--sonchoy-gray);
  height: 180px;
  width: 100%;
  background-color: #f5f5f8;
  padding: 20px 30px 30px;
  border: none;
  outline: none;
  margin-bottom: 0px;
  font-weight: 400;
}

.review-form-one__input-box.text-message-box {
  height: 180px;
}

.review-form-one__input-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.review-form-one__input-box input[type="text"],
.review-form-one__input-box input[type="email"] {
  height: 60px;
  width: 100%;
  border: none;
  background-color: #f5f5f8;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 16px;
  color: var(--sonchoy-gray);
  display: block;
  font-weight: 400;
}

.review-form-one__btn {
  border: none;
  padding: 15px 54px 15px;
}

/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/
.blog-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog-sidebar {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.blog-sidebar__left {
  position: relative;
  display: block;
  margin-right: 30px;
}

.blog-sidebar__single {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.blog-sidebar__img-box {
  position: relative;
  display: block;
}

.blog-sidebar__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.blog-sidebar__img::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--sonchoy-black);
  opacity: 0;
  transition: background-color 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.blog-sidebar__single:hover .blog-sidebar__img::before {
  opacity: .50;
}

.blog-sidebar__img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.blog-sidebar__single:hover .blog-sidebar__img img {
  transform: scale(1.05) rotate(0deg);
}

.blog-sidebar__content {
  position: relative;
  display: block;
  background-color: var(--sonchoy-white);
  margin-left: 40px;
  margin-top: -80px;
  padding: 21px 30px 0;
  z-index: 2;
}

.blog-sidebar__meta {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-sidebar__meta>p+p {
  margin-left: 15px;
}

.blog-sidebar__meta>p>span {
  color: var(--sonchoy-black);
  font-weight: 900;
  margin-right: 10px;
}

.blog-sidebar__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.02em;
  margin-top: 18px;
  margin-bottom: 37px;
}

.blog-sidebar__title a {
  color: var(--sonchoy-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-sidebar__title a:hover {
  color: var(--sonchoy-base);
}

.blog-sidebar__btn-box {
  position: relative;
  display: block;
}

.blog-sidebar__carousel {
  position: relative;
  display: block;
}

.blog-sidebar__carousel.owl-theme .owl-nav {
  margin: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: -40px;
  right: -40px;
  top: 185px;
}

.blog-sidebar__carousel.owl-theme .owl-nav .owl-next {
  height: 80px;
  width: 80px;
  line-height: 80px;
  border-radius: 50%;
  color: var(--sonchoy-black);
  background-color: var(--sonchoy-white);
  font-size: 20px;
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-sidebar__carousel.owl-theme .owl-nav .owl-prev {
  height: 80px;
  width: 80px;
  line-height: 80px;
  border-radius: 50%;
  color: var(--sonchoy-black);
  background-color: var(--sonchoy-white);
  font-size: 20px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  display: inline-block;
}

.blog-sidebar__carousel.owl-theme .owl-nav .owl-next {
  margin-left: 0px;
}

.blog-sidebar__carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 0px;
}

.blog-sidebar__carousel.owl-theme .owl-nav .owl-next span,
.blog-sidebar__carousel.owl-theme .owl-nav .owl-prev span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-sidebar__carousel.owl-theme .owl-nav .owl-next:hover,
.blog-sidebar__carousel.owl-theme .owl-nav .owl-prev:hover {
  background-color: var(--sonchoy-base);
  color: var(--sonchoy-white);
}

.blog-sidebar__pagination {
  position: relative;
  display: block;
}

.blog-sidebar__pagination .pg-pagination li {
  display: inline-block;
  margin-right: 6px;
}

.blog-sidebar__pagination .pg-pagination li:last-child {
  margin-right: 0;
}

.blog-sidebar__pagination .pg-pagination li a {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  color: var(--sonchoy-black);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 20px 0px rgba(4, 23, 26, 0.08);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.016em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-sidebar__pagination .pg-pagination li a:hover {
  background-color: var(--sonchoy-black);
  color: var(--sonchoy-white);
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}

.sidebar {
  position: relative;
  display: block;
  margin-top: -4px;
}

.sidebar__single+.sidebar__single {
  margin-top: 36px;
}

.sidebar__title {
  position: relative;
  margin: 0;
  font-size: 24px;
  margin-bottom: 22px;
  font-weight: 700;
  letter-spacing: -0.016em;
}

.sidebar__search {
  position: relative;
  display: block;
}

.sidebar__search-form {
  position: relative;
}

.sidebar__search-form input[type="search"] {
  display: block;
  border: none;
  outline: none;
  background-color: #f5f5f8;
  color: var(--sonchoy-gray);
  font-size: 16px;
  font-weight: 400;
  padding-left: 30px;
  height: 60px;
  width: 100%;
  padding-right: 70px;
}

.sidebar__search-form ::-webkit-input-placeholder {
  color: var(--sonchoy-gray);
  opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
  color: var(--sonchoy-gray);
  opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
  color: var(--sonchoy-gray);
  opacity: 1;
}

.sidebar__search-form ::placeholder {
  color: var(--sonchoy-gray);
  opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
  color: var(--sonchoy-gray);
}

.sidebar__search-form ::-ms-input-placeholder {
  color: var(--sonchoy-gray);
}

.sidebar__search-form button[type="submit"] {
  background-color: transparent;
  color: var(--sonchoy-black);
  font-size: 25px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.sidebar__post {
  position: relative;
  display: block;
  z-index: 1;
}

.sidebar__post-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 10px 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 20px 0px rgba(21, 24, 32, 0.06);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 1px solid transparent;
}

.sidebar__post-list li:hover {
  border: 1px solid var(--sonchoy-base);
}

.sidebar__post-list li+li {
  margin-top: 10px;
}

.sidebar__post-image {
  margin-right: 30px;
}

.sidebar__post-image>img {
  width: 96px;
}

.sidebar__post-content {
  position: relative;
  display: block;
}

.sidebar__post-content h3 {
  font-size: 16px;
  margin: 0;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: -0.016em;
}

.sidebar__post-content-meta {
  line-height: 23px;
  font-weight: 400;
  font-size: 14px;
  color: #8f8e9a;
  letter-spacing: normal;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__post-content-meta i {
  color: var(--sonchoy-base);
  font-size: 15px;
  padding-right: 10px;
  top: 2px;
  position: relative;
}

.sidebar__post-content h3 a {
  margin-bottom: 8px;
  color: var(--sonchoy-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
}

.sidebar__post-content h3 a:hover {
  color: var(--sonchoy-base);
}

.sidebar__category {
  position: relative;
  display: block;
}

.sidebar__category .insurance-details__catagories-list li a {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 20px 0px rgba(21, 24, 32, 0.06);
}

.sidebar__tags {
  position: relative;
  display: block;
}

.sidebar__tags-list {
  margin-top: -10px;
}

.sidebar__tags-list a {
  font-size: 14px;
  color: #141733;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #efeded;
  display: inline-block;
  padding: 2px 20px 2px;
  margin-left: 6px;
  font-weight: 500;
}

.sidebar__tags-list a+a {
  margin-left: 6px;
  margin-top: 10px;
}

.sidebar__tags-list a:hover {
  color: var(--sonchoy-white);
  background-color: var(--sonchoy-base);
  border: 1px solid var(--sonchoy-base);
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.blog-details__left {
  position: relative;
  display: block;
  margin-right: 30px;
}

.blog-details__img-1 {
  position: relative;
  display: block;
}

.blog-details__img-1 img {
  width: 100%;
}

.blog-details__content {
  position: relative;
  display: block;
  margin-top: 40px;
}

.blog-details__title-1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: -0.02em;
}

.blog-details__meta {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 18px;
}

.blog-details__meta li+li {
  margin-left: 10px;
}

.blog-details__meta li a {
  font-size: 14px;
  color: var(--sonchoy-gray);
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-details__meta li a:hover {
  color: var(--sonchoy-base);
}

.blog-details__meta li a i {
  color: var(--sonchoy-base);
}

.blog-details__img-box {
  position: relative;
  display: block;
  margin-top: 51px;
  padding-bottom: 21px;
}

.blog-details__img-box-img {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blog-details__img-box-img img {
  width: 100%;
}

.blog-details__title-2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: -0.02em;
}

.blog-details__text-2 {
  margin-top: 10px;
  margin-bottom: 48px;
}

.blog-details__quote-box {
  position: relative;
  display: block;
  text-align: center;
}

.blog-details__quote-icon {
  position: relative;
  display: inline-block;
}

.blog-details__quote-icon span {
  position: relative;
  display: inline-block;
  font-size: 44px;
  color: var(--sonchoy-base);
}

.blog-details__quote-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: -0.016em;
  color: var(--sonchoy-black);
  font-family: var(--sonchoy-font-two);
  margin-top: 10px;
  margin-bottom: 9px;
}

.blog-details__quote-sub-title {
  font-weight: 700;
  font-family: var(--sonchoy-font-two);
  color: var(--sonchoy-base);
}

.blog-details__tag-and-share {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(var(--sonchoy-black-rgb), .12);
  padding-top: 20px;
  margin-top: 50px;
  margin-bottom: 49px;
}

.blog-details__tag {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-details__tag>span {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.016em;
  font-family: var(--sonchoy-font-two);
  color: var(--sonchoy-black);
  margin-right: 20px;
}

.blog-details__tag>a {
  color: var(--sonchoy-gray);
  background-color: #f5f5f8;
  padding: 0 15px 2px;
  position: relative;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-details__tag>a:hover {
  color: var(--sonchoy-white);
  background-color: var(--sonchoy-base);
}

.blog-details__tag>a+a {
  margin-left: 10px;
}

.blog-details__share {
  position: relative;
  display: block;
}

.blog-details__share a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background-color: var(--sonchoy-black);
  font-size: 16px;
  color: var(--sonchoy-white);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-details__share a:hover {
  color: var(--sonchoy-white);
  background-color: var(--sonchoy-base);
}

.comment-one {
  position: relative;
  display: block;
}

.comment-one__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: -0.02em;
  margin-bottom: 19px;
}

.comment-one__single {
  position: relative;
  display: flex;
  align-items: center;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 60px 0px rgba(21, 24, 32, 0.1);
  padding: 26px 26px 26px;
}

.comment-one__image {
  position: relative;
  display: block;
  max-width: 154px;
  width: 100%;
}

.comment-one__image img {
  width: 100%;
  border-radius: 50%;
}

.comment-one__content {
  position: relative;
  display: block;
  margin-left: 30px;
}

.comment-one__content h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.016em;
  margin-top: 6px;
  margin-bottom: 16px;
}

.comment-one__btn {
  position: absolute;
  right: 40px;
  top: 25px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.028em;
  display: flex;
  align-items: center;
  color: var(--sonchoy-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.comment-one__btn:hover {
  color: var(--sonchoy-black);
}

.comment-one__btn span {
  position: relative;
  margin-right: 10px;
}

.comment-form {
  position: relative;
  display: block;
  margin-top: 52px;
}

.comment-form .comment-one__title {
  margin-bottom: 1px;
}

.comment-form>p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 37px;
}

.comment-one__form {
  position: relative;
  display: block;
}

.comment-form__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"],
.comment-form__input-box input[type="tel"]{
  height: 60px;
  width: 100%;
  border: none;
  background-color: #f5f5f8;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  color: var(--sonchoy-gray);
  display: block;
  letter-spacing: 0.02em;
}

.comment-form__input-box textarea {
  color: var(--sonchoy-gray);
  height: 150px;
  width: 100%;
  background-color: #f5f5f8;
  padding: 20px 30px 30px;
  border: none;
  outline: none;
  margin-bottom: 0px;
  letter-spacing: 0.02em;
}

.comment-form__btn {
  border: none;
}

.comment-form__input-box.text-message-box {
  height: 150px;
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.contact-page__left {
  position: relative;
  display: block;
  margin-right: 70px;
}

.contact-page__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: -0.02em;
}

.contact-page__text {
  margin-top: 13px;
  margin-bottom: 30px;
}

.contact-page__contact-info {
  position: relative;
  display: block;
}

.contact-page__contact-info-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.016em;
  color: var(--sonchoy-base);
  margin-bottom: 18px;
}

.contact-page__contact-list {
  position: relative;
  display: block;
}

.contact-page__contact-list li {
  position: relative;
  display: block;
}

.contact-page__contact-list li+li {
  margin-top: 20px;
}

.contact-page__contact-list li>h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -0.016em;
  margin-bottom: 3px;
}

.contact-page__contact-list li>p>span {
  position: relative;
  margin-left: 7px;
  margin-right: 7px;
}

.contact-page__contact-list li>p>a {
  color: var(--sonchoy-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-page__contact-list li>p>a:hover {
  color: var(--sonchoy-base);
}

.contact-page__link {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.374em;
  margin-top: 26px;
  position: relative;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-page__link:hover {
  color: var(--sonchoy-black);
}

.contact-page__right {
  position: relative;
  display: block;
}

.contact-page__img {
  position: relative;
  display: block;
}

.contact-page__img img {
  width: 100%;
}

.contact-page__bottom {
  position: relative;
  display: block;
  background-color: #f5f5f8;
  padding: 68px 75px 75px;
  margin-top: 85px;
}

.contact-page__bottom .row {
  --bs-gutter-x: 20px;
}

.contact-page__bottom .comment-form {
  margin-top: 0;
}

.contact-page__bottom .comment-form__input-box input[type="text"],
.contact-page__bottom .comment-form__input-box input[type="email"] {
  background-color: var(--sonchoy-white);
}

.contact-page__bottom .comment-form__input-box textarea {
  background-color: var(--sonchoy-white);
}

/*--------------------------------------------------------------
# Error Page
--------------------------------------------------------------*/
.error-page {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1;
}

.error-page__inner {
  position: relative;
  display: block;
  text-align: center;
}

.error-page__img {
  position: relative;
  display: block;
  margin-bottom: 27px;
}

.error-page__img img {
  width: auto;
}

.error-page__tagline {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.04em;
}

.error-page__text {
  margin-top: 17px;
  margin-bottom: 41px;
}









/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/