  /*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  /* --sonchoy-font: 'DM Sans', sans-serif;
  --sonchoy-font-two: 'Urbanist', sans-serif; */
  --sonchoy-gray: #767676;
  --sonchoy-gray-rgb: 118, 118, 118;
  --sonchoy-white: #ffffff;
  --sonchoy-white-rgb: 255, 255, 255;
  --sonchoy-base: #6222cc;
  --sonchoy-base-rgb: 98, 34, 204;
  --sonchoy-black: #4B5563;
  --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;
  --Freshflow-font: "DM Sans", serif;
  --Freshflow-font-two: "Bricolage Grotesque", serif;
}

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

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

body {
  /* font-family: var(--sonchoy-font); */
    font-family: "Bricolage Grotesque", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: var(--sonchoy-black);
}
html {

  scroll-behavior: smooth;
  scroll-padding-top: 40px;
  overflow-x: hidden;

}
body.locked {
  overflow: hidden;
}

a {
  color: var(--sonchoy-base);
}
a {
  cursor: pointer;
}
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;
}
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--sonchoy-black);
  /* font-family: var(--sonchoy-font-two); */
  font-family: var(--Freshflow-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;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
::-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: 35px;
  /* margin-top: -9px; */
  max-width: 600px;
  margin: auto auto 35px auto;
}

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

.section-title__tagline {
position: relative;
  display: inline-block;
  font-size: 14px;
  color: #fff !important;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 20px 8px;
  border-radius: 20px;
  background: #16BECF;
  line-height: normal !important;
}
.section-title p {
  line-height: 26px;
}


.service.blog-three .section-title p{
  color: rgba(0, 0, 0, 0.6);
}
.section-title__title {
  color: var(--sonchoy-black);
 font-size: 36px;
  line-height: 45px;
  font-weight: 800;
  margin: 10px 0 10px;
  /* letter-spacing: -0.04em; */
  position: relative;
  z-index: 9;
  text-transform: uppercase;
}

.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: 15px;
  color: var(--sonchoy-white);
  text-transform: capitalize;
  letter-spacing: 0.016em;
  padding: 10px 15px 10px 15px;
  /* background: linear-gradient(180deg, #1F88F2 0%, #50A2F6BA 100%); */
  background: #0183D4;
  transition: all .35s;
  overflow: hidden;
  z-index: 1;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thm-btn span {
  width: 30px;
  height: 30px;
  background: #16BECF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0px 0px 10px;
  border-radius: 50%;
}
.main-slider-four__btn-2.thm-btn span {
  color: #fff;
  background: #1B1B1B;
}
.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: 40px 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: #fff;
  position: absolute;
  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: #FFEEF3; */
  padding: 13px 60px 13px;
}
.main-header__top-inner::before {
 content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/shapes/top-bar.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.faq-page::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/shapes/faq-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.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: 14px;
  color: #000;
}

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

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

.main-header__contact-list li .text p a {
  color: #000;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__contact-list li .text p a:hover {
  color: #000;
}

.main-header__top-menu {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.error-text {
  font-size: 13px !important;
}
.main-header__top-social-box {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__top-social-title {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  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;
  background: #1F2020;
  border-radius: 5px;
}

.main-header__top-social a:hover {
  color: var(--sonchoy-base);
}
.modal-form p {
 margin-bottom: 15px;
  line-height: 20px;
  color: #083159;
  text-align: center;
  font-size: 14px;
}


#Booking_form_modal .modal-content{
  border-radius: 20px;
  background: #FFF5F7;
  padding: 30px 15px 20px;
}
.modal-form {
  background: linear-gradient(360deg, #EFF6FF78 0%, #FDF2F8 100%);
  padding: 10px 25px 20px;
  border-radius: 10px;
}
#Booking_form_modal .modal-content img {
  /* border-radius: 20px 0px 0px 20px; */
      height: 100%;
      width: 100%;
}
.contact-page__bottom.modal-content h2, .contact-page__bottom.modal-content p {
  text-align: center;
}
#Booking_form_modal .modal-body{
 /* background: #083159; */
 padding: 15px; 
 border-radius: 20px;
}
#Booking_form_modal .thm-btn{
  padding: 6px 25px 6px;
}
.comment-form__input-box textarea,
.comment-form__input-box input[type="text"], .comment-form__input-box input[type="email"], .comment-form__input-box input[type="date"], .comment-form__input-box input[type="time"],  .nice-select{
  border-radius: 10px;
  width: 100%;
}
button.close {
  color: #fff;
  padding: 7px;
  font-size: 20px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  /* background: #083159; */
  opacity: 1;
  /* border: 2px solid #fff; */
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-control{
  font-size: inherit;
}
.modal-body h4 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  color: #083159;
}
.modal-img img {
  width: 100%;
}
.close:focus, .close:hover {
  color: #fff;
  text-decoration: none;
  opacity: 1;
}
.main-header__top-social a+a {
  margin-left: 5px;
}
.page-header::after {
  /* content: ''; */
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%; 
  background: linear-gradient(90deg, #000 0%, #756E6F00 100%);  
  z-index: -1;
  pointer-events: none;
}
.language_ar .page-header::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, #000 0%, #756E6F00 100%);
  z-index: -1;
  pointer-events: none;
  transform: rotate(180deg);
}
.main-menu {
  position: relative;
  display: block;
  z-index: 1;
  width: 100%;
}

.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 0px;
  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: 50px;
  padding: 15px 0px;
}
.main-menu__wrapper-inner.container::before {
  content: none;
}
.main-menu__main-menu-box {
  position: relative;
  display: block;
  padding: 10px;
}

.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;
}
.success-icon-circle {
  text-align: center;
}
.success-icon-circle img {
  max-width: 90px;
}
.booking-details {
  background: #FFECF0;
  padding: 20px;
  border-radius: 12px;
}



.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: 25px;
  padding-bottom: 25px;
  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: 14px;
  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: 400;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: var(--Freshflow-font-two);
}

.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: #4A95E0;
}
.main-menu .main-menu__list>li.current>a::after,
.main-menu .main-menu__list>li:hover>a::after,
.stricky-header .main-menu__list>li.current>a::after,
.stricky-header .main-menu__list>li:hover>a::after {
  content: '';
  width: 14px;
  height: 4px;
  position: absolute;
  top: 100%;
  left: 50%;
  background: #4A95E0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.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: 70%;
  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: 14px;
  line-height: 30px;
  color: var(--sonchoy-black);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 20px 5px;
  -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; */
  }
}
.footer-widget__social img, .main-header__top-social img {
  max-width: 25px;
}
.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: #fff;
}

.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: 10px;
}

.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;
  padding-left: 40px;
}

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

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

.mobile-nav__contact li a:hover {
  color: #ffffffab;
}
.dropdown a>i {
  padding-left: 10px;
}
.mobile-nav__contact li>i {
  min-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;
  position: absolute;
  left: 0;
  top: 0;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}
.pb-200{
  padding-bottom: 120px;
}
/*--------------------------------------------------------------
# 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: #fff;
}

.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: 25px;
  padding-bottom: 25px;
}

.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:#007ac6;
  position: absolute;
  bottom: -25px;  
  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: 90px;
  line-height: 90px;
}

.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;
 
}
.main-slider-three::after {
  content: '';
 position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: url('../images/shapes/banner-line.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* z-index: 2;  */
}
.main-slider-three .item {
  /* background-color: #fff; */
  position: relative;
  padding-top: 130px;
  padding-bottom: 60px;
  z-index: 10;
}
.banner-short-text {
  font-weight: 400;
  color: #292929;
}
.main-slider-three__img {
  position: relative;
   top:60px;
  /* right: 120px;
  transform: translateX(500px);
  opacity: 0;
  z-index: 1;  */
}
.main-slider-three__text span {
  /* padding-right: 50px; */
}
.main-slider-three__img img {
  width: auto !important;
  max-width: 550px;
}
.main-slider-three::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/shapes/bg-slider.png');
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1; /* keeps it behind the main content */
  opacity: 0.5; /* optional */
}
.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;
  display: none;
}

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

.main-slider-three__shape-4 {
  position: absolute;
  left: 52px;
  top: 30%;
  border-radius: 50%;
  width: 56px;
  height: auto;
}

.main-slider-three__shape-5 {
 position: absolute;
  left: 31%;
  top: 76%;
  border-radius: 50%;
  width: 84px;
  height: auto;
}
.main-slider-three__shape-6 {
 position: absolute;
  left: 40%;
  top: 65%;
  border-radius: 50%;
  width: 54px;
  height: auto;
}
.main-slider-three__shape-water {
  position: absolute;
  right: 50px;
  bottom: 50px;
  border-radius: 50%;
  max-width: 80px;
  height: auto;
}
.main-slider-three__shape-7 {
 position: absolute;
left: -10%;
  top: -8%;
  border-radius: 20px;
  width: auto;
  height: auto;
  box-shadow: 0px 0px 30px 6px rgba(18, 20, 31, 0.04);
  padding: 6px 10px;
  background: #fff;
}
.banner-element {
  display: flex;
  align-items: center;
}
.banner-element img {
  max-width: 28px;
  margin: 10px;
}
.banner-element h4 {
  font-weight: 600;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
}
.main-slider-three__shape-8 .banner-element h4, .main-slider-three__shape-10 .banner-element h4 {
  font-size: 17px;
}

.main-slider-three__shape-8 {
position: absolute;
  left: -120px;
  top: 30%;
  border-radius: 17px;
  width: auto;
  height: auto;
  box-shadow: 0px 0px 30px 6px rgba(18, 20, 31, 0.04);
  padding: 6px 10px;
  background: #fff;

}
.main-slider-three__shape-9 {
  position: absolute;
  left: -230px;
  bottom: 5%;
  border-radius: 13px;
  width: auto;
  height: auto;
  box-shadow: 0px 0px 30px 6px rgba(18, 20, 31, 0.04);
  padding: 6px 10px;
  background: #fff;
}
.main-slider-three__shape-10 {
  position: absolute;
  right: 0%;
  top: 30%;
  border-radius: 10px;
  width: auto;
  height: auto;
  box-shadow: 0px 0px 30px 6px rgba(18, 20, 31, 0.04);
  padding: 6px 10px;
  background: #fff;
}
.main-slider-three__shape-11 {
  position: absolute;
 right: 100px;
  top: 150px;
  border-radius: 50%;
  width: 54px;
  height: auto;
}
.banner-element p {
  font-size: 14px;
  line-height: 18px;
  color: #2F2F2FBF;
  margin-top: 1px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.main-slider-three__shape-8 .banner-element img {
 max-width: 28px;
  margin-right: 10px;
}

.main-slider-three__content {
  position: relative;
  display: block;
  z-index: 10;
  padding-right: 130px;
}
.about-four__img .about-us-main-img {
  max-width: 540px;
  margin: auto;
  display: block;
}
.main-slider-three__title {
  position: relative;
  display: block;
  font-size: 52px;
  color: var(--sonchoy-black);
  font-weight: 500;
  line-height: 60px;
  text-transform: capitalize;
  /* letter-spacing: -0.02em; */
  margin-bottom: 10px;
  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;
  max-width: 630px;
}

.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: 800;
  text-transform: uppercase;
}

.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;
  max-width: 630px;
  color: #4B5563;
}

.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: 20px;
  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;
  max-width: 630px;
  margin-bottom: 15px;
}

.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: #191919;
  margin-left: 20px;
  border: 1px solid #191919b5;
}

.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:20px 0 60px;
  z-index: 1;
  background: linear-gradient(0deg, #E7F6FB 0%, #FFF 100%);
}

.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;
  padding: 15px 30px;
  border-radius: 15px;
  height: 300px;
  overflow: hidden;
}

.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: block;
  width: 65px;
  height: 65px;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 10px;
}

.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;
  
  margin-bottom: 5px;
}

.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: flex;
  margin-top: 20px;
}

.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);
}
.clients-counting {
 position: absolute;
  background: #16BECF;
  width: 130px;
  height: 130px;
  border: 5px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 90px;
  top: -10px;
}
.counter-one__count-list li:nth-child(2)::before {
  content: '';
  position: absolute;
  left: -20%;
  width: 1px;
  height: 50px;
  background: #fff;
  top: 20%;
}

.counter-one__count-list li:nth-child(2)::after {
  content: '';
  position: absolute;
  right: -20%;
  width: 1px;
  height: 50px;
  background: #fff;
  top: 20%;
}
.clients-experince {
  position: absolute;
  right: 30px;
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  bottom: 30px;
}
.clients-experince img {
  margin: 0 10px;
}
/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counter-one {
  position: relative;
  display: block;
  /* background-color: var(--sonchoy-black); */
  padding: 50px 0 50px;
  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;
  background: linear-gradient(180deg, #000 50%, #666 100%);
  padding: 30px 20px;
  margin-bottom: 40px;
}

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

.counter-one__count-list li {
position: relative;
  display: flex;
  text-align: center;
  margin-bottom: 0px;
  align-items: center;
}

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

.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: #fff;
  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: 30px;
  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: 30px;
  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: 500;
  /* line-height: 28px; */
  /* letter-spacing: -0.02em; */
  color: var(--sonchoy-white);
}

/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
  position: relative;
  display: block;
  padding: 60px 0 60px;
  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: 40px;
  width: 40px;
  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;
}
.owl-next:focus, .owl-prev:focus {
  outline: none;
}
.services-one__carousel.owl-theme .owl-nav .owl-prev {
  height: 40px;
  width: 40px;
  line-height: 0px;
  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:30px 0 30px;
  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: 15px;
}

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


.why-choose-one__points li {
  position: relative;
  display: flex;
  border: 2px solid #16BECF;
  padding-bottom: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: #E6FDFF;
  padding-top: 15px;
  margin-bottom: 15px;
  padding-left: 15px;
  border-radius: 10px;
  align-items: center;
  padding-right: 15px;
}


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

.why-choose-one__points li+li {
  /*! margin-top: 20px; */
}

.why-choose-one__points li .icon {
  position: relative;
  display: inline-block;
  /* top: 9px; */
  max-width: 50px;
}
.why-choose-one__points li .icon img{
  max-width: 100%;
}
.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: 15px;
}

.why-choose-one__points li .content>h3 {
  font-size: 18px;
  font-weight: 700;
}

.why-choose-one__points li .content>p {
  line-height: 23px;
  margin-top: 5px;
  color: #4B5563;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clients-counting h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  text-align: center;
}
.clients-experince h4 {
  font-size: 25px;
  font-weight: 700;
}
/*--------------------------------------------------------------
# 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: 142px;
  right: -55px;
  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: 60px 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: 20px;
}

.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: 60px;
  height: 60px;
  margin: 10px 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: 20px;
  font-size: 22px;
  font-weight: 700;
  /* line-height: 34px; */
  margin-bottom: 20px;
}

.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);
}
.work-step-one__single p {
  padding: 0 90px;
}
/*--------------------------------------------------------------
# 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;
  border-bottom: 1px solid rgba(var(--sonchoy-black-rgb), 0.08);
}

.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 0px 17px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  padding-right: 25px;
  display: flex;
  gap: 10px;
}

.faq-one__right .faq-one-accrodion .accrodion-title h4 {
  margin: 0;
font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: var(--sonchoy-black);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 100%;
}
.accrodion-title p {
  text-align: center;
 width: 25px;
  height: 23px;
  background: linear-gradient(180deg, #0074BC 0%, #0091EB 100%);
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.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: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 20px;
  color: #3A3737;
  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: 17px;
  height: 17px;
    background-image: url('../images/shapes/aroow-down.png');
  background-size: contain;                
  background-repeat: no-repeat;
  background-position: center;
}

.faq-one__right .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "";
  color: #3A3737;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
    background-image: url('../images/shapes/aroow-down.png');
  background-size: contain;                
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  top: 0;
}

.faq-one__right .faq-one-accrodion .accrodion-content {
  position: relative;
  padding-bottom: 22px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 0px;
  /* 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: 23px;
  color: #4B5563;
}
.accrodion.active .accrodion-title {
  padding-bottom: 0;
}

.work-step-one .main-slider-three__shape-4 {
  position: absolute;
  left: 40px;
  top: 110px;
  border-radius: 50%;
  width: 56px;
  height: auto;
}
/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
.testimonial-one {
  position: relative;
  display: block;
  padding: 50px 0 50px;
  z-index: 1;
  background: linear-gradient(360deg, #FDF2F8 0%, #FFF 100%);
}

.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: 100px;
}

.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: 100px 30px 20px;
  margin-top: -32px;
  z-index: 1;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
}

.testimonial-one__text-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color:#D75765;
  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;
  margin-bottom: 20px;
}

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

.testimonial-one__client-info {
 position: absolute;
  display: block;
  top: 10%;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, -50%);
}

.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"] {
  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: 20px 0 20px;
  z-index: 1;
  background: #D75765;
}

.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: #0074BC;
  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__logo img {
  max-width: 200px;
  /* background: #fff; */
  padding: 10px;
  border-radius: 5px;
}
.main-menu__logo img {
  max-width: 200px;
}
.footer-widget__about-text {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 16px;
  line-height: 26px;
  font-size: 14px;
}
.main-slider-three__btn.thm-btn {
  border: 1px solid #0183d4;
}
.footer-widget__emergency-call {
  position: relative;
  display: block;
  padding-left: 20px;
}
.footer-widget__emergency-call i {
 position: absolute;
  top: 5px;
  left: -30px;
}

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

.footer-widget__emergency-call a {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
  position: relative;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-bottom: 6px;
}
.accrodion-grp {
  margin-top: 15px;
}
.shape {
  position: absolute;
  left: 40%;
  top: 70%;
}
.choose-shape {
  position: absolute;
  right: 200px;
}
.choose-cleaning {
  position: absolute;
  left: 200px;
}
.footer-widget__emergency-call a:hover {
  color: #ffffffbd;
}

.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;
  background: #5692CE;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 5px;
}

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

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

.footer-widget__title-box {
  position: relative;
  display: block;
  margin-bottom: 32px;
  margin-top: 15px;
}
.footer-widget__title-box::before {
  content: '';
  position: absolute;
  background: #fff;
  width: 60px;
  height: 1px;
  bottom: -10px;
}
.footer-widget__title {
  font-size: 18px;
  font-weight: 600; 
  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: 10px;
}

.footer-widget__navigation-list li a {
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 14px;
}

.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-form .thm-btn{
padding: 5px 15px 5px;
}
.footer-form{
 /* margin-left: 0px; */
}

.footer-form .contact-page__bottom{
  margin-top: 0;
  padding: 15px;
  border-radius: 5px;
}
.footer-form .comment-form__input-box textarea{
  height: 80px;
}
.footer-form  .comment-form__input-box.text-message-box {
  /* height: 80px; */
}
.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: 50px;
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  color:#fff;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.64);
  padding-right: 75px;
  padding-left: 30px;
  /* background-color: var(--sonchoy-white); */
  border-radius: 5px;
}

.footer-widget__newsletter-btn {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 54px;
  height: 50px;
  border: 0;
  background-color: #fff;
  transform: translateY(-50%);
  transition: all 500ms ease;
  padding: 0;
  font-size: 18px;
  color: #0074BC;
  border-radius: 0px 5px 5px 0px;
  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 #fff; */
  padding: 20px 0;
}
.site-footer__bottom::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #A8C1FF75;
  top: 50%;
}
.why-choose-three.why-choose-five .why-choose-three__single {
  box-shadow: 0px 0px 10px 10px rgba(18, 20, 31, 0.06);
  border-radius: 20px;
  min-height: 280px;
}
.site-footer__bottom-inner {
  position: relative;
  display: block;
  padding: 15px 0 15px;
  background: #0074bc;
  padding: 0 5px;
}
.footer-copyright {
  display: flex;
  justify-content: center;
  align-items: center;
}
.payment-methods {
  padding-left: 0;
  margin-bottom: 0;
  display: inline-flex;
  column-gap: 4px;
  margin-top: 10px;
}
.payment-methods img {
  max-width: 40px;
  border-radius: 3px;
}
.site-footer__bottom-text a {
  color: #ff8abc !important;
}
.payment-methods li {
  list-style: none;
}
.payment-methods li a{
  color: #fff;
}
.site-footer__bottom-text {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}
.why-choose-three__single .about-one__btn-box a {
  width: 100%;
  text-align: center;
}
.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 .owl-carousel .owl-stage{
 display: flex;
 margin: 30px 0;
}
.pricing-one {
  position: relative;
  display: block;
  padding: 60px 0 40px;
  z-index: 1;
}

.pricing-one__shape-2 {
  position: absolute;
  right: 0;
  top: 10%;
  z-index: -1;
}

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

.pricing-one__shape-3 {
  position: absolute;
  left: 3%;
  top: 80%;
  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 .item {
  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;
  border-radius: 20px;
  height: 100%;
  box-shadow: 0px 0px 30px 0px rgba(4, 23, 26, 0.23);
}

.pricing-one__single-inner {
  padding:40px 40px 20px;
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.pricing-one.service .pricing-one__single-inner{
  padding: 40px 30px 0px;
  border-radius: 20px 20px 0;
}
.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: 33px;
  font-weight: 700;
  line-height: 45px;
  color: var(--sonchoy-black);
  /* letter-spacing: -0.02em; */
  margin-top: 5px;
  margin-bottom: 7px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
  background: linear-gradient(180deg, #0074BC 0%, #0091EB 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing-one__single:hover .pricing-one__price {
  color: var(--sonchoy-base);
}

.pricing-one__points {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.pricing-one__points li {
  position: relative;
  display: flex;
  align-items: self-start;
}

.pricing-one__points li+li {
  margin-top: 4px;
}

.pricing-one__points li>.icon {
  position: relative;
  display: inline-block;
  top: 7px;
 min-width: 20px;
  height: 30px;
}

.pricing-one__points li>.icon>span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  /* color: var(--sonchoy-base); */
  background: linear-gradient(180deg, #0074BC 0%, #0091EB 100%);
  color: #fff;
  border-radius: 50%;
}

.pricing-one__points li p {
  margin-left: 15px;
}

.pricing-one__title-box {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 0px;
}

.pricing-one__title-box h3 {
  font-size: 19px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
}

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

.pricing-one__btn {
  width: 100%;
  text-align: center;
  color: #fff;
  background: linear-gradient(180deg, #0074BC 0%, #0091EB 100%);
  font-weight: 600;
}

.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;
}


/*--------------------------------------------------------------
# service Two
--------------------------------------------------------------*/


.service {
  position: relative;
  display: block;
  padding:60px 0 60px;
  z-index: 1;
}



.work-step-one::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/shapes/main-shape.png');
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1; 
  /* opacity: 0.5;  */
}
.service__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.service__img-box {
  position: relative;
  display: block;
}

.service__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 24px;
}

.service__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);
}

.service__single:hover .service__img:after {
  opacity: 1
}

.service__img img {
  width: 100%;
  transform: scale(1.01);
  transition: transform .5s cubic-bezier(.27, .48, .45, .94);
  transform-origin: 70% 80%
}

.service__single:hover .service__img img {
  transform: scale(1.036);
  transition-duration: .9s
}

.service__tag {
  position: absolute;
  top: 33px;
  left: -33px;
  transform: rotate(-90deg);
  z-index: 2;
}

.service__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;
}

.service__date {
 position: absolute;
  bottom: 10px;
  left: 10px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 20px;
  z-index: 2;
  /* backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); */
  background: rgba(217, 217, 217, 0.74);
  padding: 0px 15px;
  font-weight: 600;
  color: #000;
}
.service__button{
position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
  background: #16BECF;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
transform: rotate(-40deg);
  box-shadow: 0px 0px 11px 10px rgba(4, 23, 26, 0.12);
}
.service__date p {
  text-transform: uppercase;
  /* line-height: 17px;
  top: 2px; */
  position: relative;
  font-size: 14px;
}

.service__date p>span {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 26px;
  color: var(--sonchoy-base);
}
.counter-one__icon img {
  max-width: 50px;
}
.service__content {
  position: relative;
  display: block;
  padding: 10px 0px 10px;
  /* background-color: rgb(255, 255, 255); */
  /* box-shadow: 0px 0px 61px 0px rgba(4, 23, 26, 0.06); */
}

.service__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;
}

.service__single:hover .service__content::before {
  transform: scaleY(1.0);
}

.service__title {
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
}

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

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

.service__text {
  line-height: 26px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.service__btn-box {
  position: relative;
  display: block;
}

.service__btn {
  padding: 6px 30px 6px;
  color: var(--sonchoy-base);
  background-color: var(--sonchoy-primary);
}






/*--------------------------------------------------------------
# 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: 32px;
  font-weight: 700;
  line-height: 42px;
  color: #fff;
}

.cta-one__title-box h3 span {
  color: var(--sonchoy-base);
}

.cta-one__title-box p {
 font-size: 18px;
  line-height: 28px;
  margin-top: 0;
  color: #fff;
}

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

/*--------------------------------------------------------------
# Site Footer Two
--------------------------------------------------------------*/
.site-footer-two {
  margin-top: -100px;
}

.site-footer-two .site-footer__top {
  padding: 180px 0 40px;
}

.site-footer-two .footer-widget__navigation-list li a:hover {
  color:#15bdce;
}

.site-footer-two .footer-widget__navigation-list li a:hover:before {
  color: #fff;
}

.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;
}
.view-all-btn{
  text-align: center;
}
.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;
  display: none;
}

.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:10px 10px 20px;
  margin-bottom: 30px;
  z-index: 1;
  height: 100%;
}

.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;
  border-radius: 10px;
}

.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);
  /* max-height: 230px;
  object-fit: cover; */
}

.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;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.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: #fff;
  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: #fff;
}

.counter-two .counter-one__icon::before {
  background-color: #fff;
}

.counter-two .counter-one__count-list li:hover .counter-one__icon span {
  color: #d75765;
}

/* =========================================
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;
  color: #333;
}

.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: 60px 0 60px;
}

.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;
  top: 0;
  left: -20px;
  width: auto;
  /* width: 100%; */
  padding: 12px;
  background-color: #F4F3F8;
  z-index: 9;
  border-radius: 17px;
  box-shadow: -2px 6px 14px 1px rgba(4, 23, 26, 0.08);
}

.service-page .about-four__client-content {
  margin-left: 0;
}
.service-page .about-four__count span {
font-size: 28px;
font-weight: normal;
color: #000;
}
.service-page .about-four__client-box {
  background: #fff;
  width: auto;
  height: 120px;
  padding: 20px;
  max-width: 160px;
  text-align: center;
}
.service-page .about-four__count{
  justify-content: center;
  align-items: inherit;
}

.service-page .about-four__count h3{
  font-size: 28px
}
.section-title .bottom-border::before {
  position: absolute;
  content: '';
  width: 94px;
  height: 4px;
  background: #F49AC1;
  top: 110%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-four__client-img {
  position: relative;
  display: block;
  /* width: 60px; */
  margin: 8px;
}
.review-card {
    background: #fff;
   
    padding: 20px;
    border-radius: 18px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    display: inline-block;
    text-align: center;
    position: absolute;
  bottom: 0;
   
}

.avatars {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 12px;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

.avatar.add {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.review-text {
    font-size: 18px;
    font-weight: 600;
    color: #233554;
}
.about-four__client-img img {
  max-width: 100%;
  width: 40px;
}

.about-four__client-content {
  position: relative;
  display: block;
  margin-left: 10px;
}

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

.about-four__count h3 {
  font-size: 18px;
  font-weight: 500;
  /* line-height: 30px; */
  font-family: var(--sonchoy-font);
  color: #333;
  /* 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: #47566D;
  font-size: 13px;
}

.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: 0 0 0px 0;
}

.about-four__points {
  position: relative;
  display: block;
  margin-top: 10px;
  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: 400;
  line-height: 26px;
  font-family: var(--sonchoy-font-two);
  color: #0d1c3791;
}

.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;
  box-shadow: 0px 0px 60px 0px rgba(18, 20, 31, 0.06);
  border-radius: 10px;
}

.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: 20px;
  left: 25px;
  right: 40px;
  /* background-color: var(--sonchoy-white); */
  text-align: left;
  /* 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__content p{
  color: #ffffffcf;
}
.portfolio-three__single:hover .portfolio-three__content {
  transform: scaleY(1.0);
}
.quote-btn {
  width: auto;
}
.portfolio-three__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}
.testimonial-one__text-box .fa-star {
  color: #FFD782;
  margin: 0 3px;
}
.portfolio-three__title a {
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.portfolio-three__title a:hover {
  color: #D65967;
}
.testimonial-one__single:hover .testimonial-one__client-name a {
  color: #fff;
}
.testimonial-one__single:hover .testimonial-one__client-sub-title {
  color: #fff;
}
.portfolio-three__arrow {
  position: absolute;
  right: 10px;
  bottom: 16px;
  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: linear-gradient(90deg, #16BECF 0%, #0074BC 100%);
  padding: 40px 0 40px;
  z-index: 1;
  margin-bottom: 60px;
}

.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:36px;
  font-weight: 700;
  /* line-height: 60px;
  letter-spacing: -0.04em; */
  color: var(--sonchoy-white);
}

.download-app__text {
  color: #f2f2f2;
  margin-top: 15px;
  margin-bottom: 15px;
}

.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: 50px 0 0px;
  overflow: hidden;
  z-index: 1;
}
.why-us-main{
  background: linear-gradient(180deg, #FDF2F8 0%, #EFF6FF 100%);
}
.why-choose-five{
  background: linear-gradient(360deg, #FDF2F8 0%, #EFF6FF 100%);
}
.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: 20px 10px 20px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 10px 0px rgba(4, 23, 26, 0.08);
  border-radius: 20px;
  height: 140px;
  max-height: 100%;
}
.why-us{
  text-align: center;
  padding: 60px 30px 10px;
}
.why-us .why-choose-three__title {
  margin-bottom: 10px;
}
.why-us .why-choose-three__title a{
  color: #D75765;
  font-weight: 700;
}
.why-us .why-choose-three__icon {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #DEDEDE;
}
.why-choose-three__icon img {
  max-width: 70px;
}
.why-choose-three__single::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #3b96f3;
  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;
  margin: 0 10px;
}

.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: 16px;
  font-weight: 700;
  line-height: 36px;
}

.why-choose-three__content h2 a {
  color: #d65967;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.why-choose-three__content h2 a:hover {
  color: var(--sonchoy-base);
}

.why-choose-three__content p {
  line-height: 26px;
  margin-top: 0px;
  /* min-height: 80px; */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*--------------------------------------------------------------
# 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: 60px 0 60px;
  /* margin-top: -100px; */
  z-index: 1;
}
.testimonial-three .owl-carousel .owl-stage{
display: flex;
}
.testimonial-three .owl-carousel .owl-stage .item {
  height: 100%;
}
.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: flex;
  background-color: rgb(255, 255, 255);
  /* box-shadow: 0px 2px 60px 0px rgba(18, 20, 31, 0.06); */
  padding:30px 20px 30px;
  /* padding-right: 60px; */
  border-radius: 20px;
  height: 100%;
  overflow: hidden;
}

.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: 30px;
  left: 100px;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
} */

/* .testimonial-three__single:hover .testimonial-three__quote {
  opacity: 0;
} */
 .testimonial-three__quote img {
  max-width: 50px;
}

.testimonial-content {
  display: flex;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.testimonial-three__quote span {
  position: relative;
  display: inline-block;
  font-size: 37px;
  color: #e3e3e3;
}

.testimonial-three__quote-2 {
  position: absolute;
bottom: -20px;
  left: 0px;
opacity: .5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 9;
}

.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: 100px;
  margin-right: 15px;
  min-width: 100px;
}

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

.testimonial-three__text {
margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* -webkit-line-clamp: 3; */
  color: #4B5563;
  padding-right: 80px;
  line-height: 27px;
}

.testimonial-three__client-info {
  position: relative;
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.testimonial-three__client-name {
  font-size: 16px;
  font-weight: 700;
}

.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: -25px;
  left: -25px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 0;
  height: 0;
  display: none;
} */

.testimonial-three__carousel.owl-theme .owl-nav .owl-next {
  height: 40px;
  width: 40px;
  line-height: 60px;
  border-radius: 50%;
  color: var(--sonchoy-base);
  /* 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: 40px;
  width: 40px;
  line-height: 60px;
  border-radius: 50%;
  color: var(--sonchoy-base);
  /* background-color: var(--sonchoy-base); */
  font-size: 20px;
  margin: 10px;
  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: 10px;
}

.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: 240px 0 140px;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 0;
}

.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;
  text-align: center;
}

.page-header__inner h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 57px;
  color: #fff;
  letter-spacing: -0.04em;
}

.thm-breadcrumb__box {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.thm-breadcrumb {
  position: relative;
  display: inline-block;
  /* background: #0183D4; */
  padding: 0px 0px;
  border-radius: 5px;
}

.thm-breadcrumb li {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 13px;
}

.thm-breadcrumb li:nth-child(2) {
  color:#fff;
}

.thm-breadcrumb li a {
  position: relative;
  display: inline-block;
  color: #f49ac1 !important;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 15px;
}


.thm-breadcrumb li:hover a {
  color: #c5d2e8;
}

/*--------------------------------------------------------------
# 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: 50px 0 50px;
}

.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 {
  background: linear-gradient(180deg, #000 0%, #666 100%);
  border-radius: 20px;
}

.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: 40px 0 40px;
  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;
}
.section-title__title.title-animation span {
  /* color: #0074BC; */
}
.faq-page__text-box-shape-1 img {
  width: auto;
}

.faq-page__bottom {
  position: relative;
  display: block;
  margin-top: 0px;
}

.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;
  border: 1px solid #00000017;
  padding: 10px;
  border-radius: 4px;
}

.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;
}
.contact-page .comment-form__input-box input[type="text"], .contact-page .comment-form__input-box input[type="email"]{
  height: 50px
}

.faq-page.faq-page-section {
  /* background: #F1FEFF; */
  margin-bottom: 50px;
}
.faq-page.faq-page-section .section-title, .contact-page.contact-page-section .section-title, .portfolio-page-section .section-title, .testimonial-page-section .section-title{
   max-width: 900px;
}
.faq-page.faq-page-section .faq-page__bottom, .contact-page.contact-page-section .contact-page__bottom, .portfolio-page-section .services-one__bottom{
  margin-top: 80px;
}

/*--------------------------------------------------------------
# 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: 50px 0 0px;
  z-index: 1;
}

.insurance-details__left {
  position: relative;
  display: block;
  /* margin-top: -13px; */
}

.insurance-details__title-1 {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  /* letter-spacing: -0.04em; */
  margin-bottom: 22px;
}
.mobile-nav__social img {
  max-width: 25px;
}
.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:26px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.016em;
}
#about_us_main_page .section-title__title {
  padding: 0px 0;
  line-height: 50px !important;
}
#about_us_main_page .section-title__title p {
  line-height: 43px;
}
.insurance-details__text-2 {
  margin-top: 12px;
  margin-bottom: 42px;
}
.text-danger.error-text{
  display: block;
}
.iti{
  display: block !important;
}
.section-title.text-left .thm-breadcrumb__box {
  display: block;
}
.section-title.text-left ul {
  display: table;
  background: none;
}
 .section-title .thm-breadcrumb li a, .section-title .thm-breadcrumb li:nth-child(2), .section-title .thm-breadcrumb li {
  color: rgba(35, 49, 77, 1);
}
.whats-makes-us {
  border-bottom: 1px solid #eee;
  padding-bottom: 50px;
}
.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;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px;
}

.insurance-details__points li {
  position: relative;
  display: flex;
  /* align-items: center; */
  margin: 10px 0;
}

.insurance-details__points li+li {
  margin-top: 4px;
}

.insurance-details__points li .icon {
 position: relative;
  display: flex;
  align-items: center;
  background: rgb(227, 110, 161);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  justify-content: center;
  top: 7px;;
}

.insurance-details__points li .icon span {
 position: relative;
  display: inline-block;
  font-size: 12px;
  color: rgb(255, 255, 255);
  width: 20px;
  height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.insurance-details__points li>p {
margin-left: 7px;
  font-weight: 400;
  color: rgb(55, 65, 81);
  padding-right: 20px;
}

.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: 0px;
}

.insurance-details__faq .faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  /* background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 2px 3px rgba(16, 23, 40, 0.04); */
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
  border-bottom: 1px solid rgba(var(--sonchoy-black-rgb), 0.08);
}

.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: linear-gradient(180deg, #0074BC 0%, #0091EB 100%);
}

.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: 10px;
  margin-left: 40px;
  margin-right: 52px;
  padding-top: 0px;
  /* 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;
  box-shadow: 0px 5px 20px #00000012;
  border-radius: 20px;
}

.insurance-details__catagories {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 5px 5px 20px;
  margin-bottom: 20px;
}

.insurance-details__catagories-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  background: linear-gradient(90deg, rgb(1, 118, 191) 0%, rgb(22, 190, 207) 100%);
  color: #fff;
  padding: 20px;
  border-radius: 20px 20px 0px 0px;
}
.insurance-details__catagories-list li:hover a span {
  color: #D75765;
}
.insurance-details__catagories-list {
  position: relative;
  display: block;
}

.insurance-details__catagories-list li {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
}
.insurance-details__catagories-list li a img {
  max-width: 27px;
  margin: 0 5px;
}
.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: 500;
  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;
  width: 100%;
}

.insurance-details__catagories-list li:hover a {
  color: #000;
background: rgb(233, 252, 255);
  border-left: 5px solid rgb(1, 118, 191);
  border-radius: 10px;
}

.insurance-details__catagories-list li.active a {
  color: #374151;
}

.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;
}
.whats-makes-us h2, .whos-its-for h2, .how-its-works h2 {
  font-size: 26px !important;
  text-align: center;
  text-transform: capitalize;
  margin: 23px 0;
  font-weight: 700;
}
.workes-card h3 {
  font-size: 15.38px;
}
.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: 22px;
  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: 20px;
}

.comment-form>p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 8px;
}

.comment-one__form {
  position: relative;
  display: block;
}

.comment-form__input-box {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.comment-form__input-box input[type="text"], 
.comment-form__input-box input[type="email"], 
.comment-form__input-box input[type="date"], 
.comment-form__input-box input[type="time"], 
.comment-form__input-box select {
  height: 40px !important;
  width: 100%;
  border: none;
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  outline: none;
  color: var(--sonchoy-gray);
  display: block;
  letter-spacing: 0.02em;
  border: none;
  box-shadow: none;
  border-radius: 10px;
}
.nice-select{
background-color: #fff;
  height: 40px;
  line-height: 36px;
  font-size: inherit;
  box-shadow: none;
}

.input-group.date {
  flex-wrap: nowrap;
}
.input-group-addon{
  padding: 0px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: #fff;
}
.comment-form__input-box textarea {
  color: var(--sonchoy-gray);
  height: 200px;
  width: 100%;
  background-color: #f5f5f8;
  padding: 20px 15px 30px;
  border: none;
  outline: none;
  margin-bottom: 0px;
  letter-spacing: 0.02em;
}
label {
  display: inline-block;
  margin-bottom: 0;
}
.small{
  font-size: 80% !important;
}
.comment-form__btn {
  border: none;
  cursor: pointer;
  width: 100%;
  background: linear-gradient(180deg, #0074BC 0%, #0091EB 100%);
  margin-top: 20px;
  gap: 5px;
}
.popular-price {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translate(-50%, -50%);
background: #F49AC1;
  padding: 3px 20px;
  color: #fff;
  font-weight: 500;
  border-radius: 10px 10px 0 0;
  font-size: 14px;
  z-index: -1;
}
.comment-form__input-box.text-message-box {
  /* height: 150px; */
}
.comment-form__input-box label {
  color: #374151;
  margin: 0px 0 6px;
  font-size: 15px;
  font-weight: 600;
  display: block;
}
.for-apartment {
  text-align: center;
  margin-bottom: 10px;
}
/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page {
  position: relative;
  display: block;
  padding: 40px 0 40px;
  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: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-page__contact-list li {
  position: relative;
 display: flex;
 align-items: center;
  width: 33%;
}
.contact-page__contact-list.list-unstyled img {
  margin: 0 15px;
}
.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__contact-info {
  position: relative;
  display: block;
  margin-top: 20px;
}
.contact-page__bottom {
  position: relative;
  display: block;
  /* background: linear-gradient(360deg, #EFF6FF 0%, #FDF2F8 100%); */
  /* padding:30px 30px 0px; */
  /* margin-top: 85px; */
  border-radius: 15px;
}
.booking-success-content .contact-page__bottom{
  padding: 20px;
}

.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: #F4F4F4;
  box-shadow: none;
}
#Booking_form_modal .contact-page__bottom .comment-form__input-box input[type="text"], #Booking_form_modal .contact-page__bottom .comment-form__input-box input[type="email"], #Booking_form_modal .contact-page__bottom .comment-form__input-box textarea {
  background: #fff;
}
.comment-form__input-box em {
  color: #FC707F;
}
.contact-page__bottom .comment-form__input-box textarea {
  background-color: #F4F4F4;
}
.contact-page__bottom.modal-content h2 {
  text-transform: uppercase;
  font-weight: 700;
}
.contact-page__bottom.modal-content p {
  text-transform: uppercase;
  margin-top: 4px;
  color: #4B5563;
  font-size: 14px;
  font-weight: 500;
}

.contact-page__bottom::before {
/* content: ''; */
  position: absolute;
  top: 70px;
  right: 90px;
  width: 56px;
  height: 70px;
  background-image: url('../images/shapes/flowers.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 2;
}
.contact-page__bottom::after {
  content: '';
  position: absolute;
  top: 50px;
  left: 70px;
  width: 44px;
  height: 70px;
  background-image: url('../images/shapes/flowers.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 2;
}

.contact-sigle {
  display: flex;
  margin-bottom: 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 60px 0px rgba(4, 23, 26, 0.08);
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #0074BC;
}
.contact-icon {
  width: 70px;
  height: 70px;
  background: #D4EFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.contact-details h3 {
  margin: 10px 0;
}
.contact-page.contact-page-section .contact-page__contact-info{
  margin-top: 50px;
}
.comment-form__input-box iframe {
  border-radius: 10px;
}
/*--------------------------------------------------------------
# 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;
}

.footer-widget__about-text a {
  color: #fff;
}
.footer-widget__about-text a i {
  padding-right: 5px;
}
.logo-box img {
  background: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}
.about-four__right ul li{
  font-family: inherit !important;
  list-style: none;
  position: relative;
  margin-bottom: 0px;
  font-size: 15px;
}
.about-four__right ul li img{
  position: absolute;
  left: -30px;
  top: 5px;
}
.about-four__right ul li::before {
  /* content: "\f058"; */
  font-family: "Font Awesome 5 Free";
  left: -22px;
  position: absolute;
}
.about-four__right ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  /* padding-left: 30px; */
  
}

.about-four__text p > span {
  font-family: inherit !important;
}
.about-four__text p:nth-of-type(2) {
  display: none;
}
.about-section-data ul {
  display: none;
}
.icon-phone {
  color: #fff;
}
.mobile-nav__contact.list-unstyled li:last-child {
  flex-wrap: wrap;
}
.owl-dot.active {
  border: 1px solid #5692CE !important;
  border-radius: 50%;
}
.owl-theme .owl-dots .owl-dot span{
  margin: 5px 5px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #5692CE;
}
/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/
.terms-condition ul li {
  list-style: none;
  position: relative;
}
.terms-condition ul li::before {
  content: '';
  width: 5px;
  height: 5px;
  background: #000;
  left: 0;
  position: absolute;
  left: -14px;
  top: 6px;
  border-radius: 50%;
}
.language_ar .terms-condition ul {
  padding-right: 25px;
  padding-left: 0;
}
.language_ar ul li::before{
 right: -20px;
  left: auto;
}
.terms-condition h2 {
  /* font-weight: 700; */
  margin-bottom: 10px;
} 
.terms-condition p {
  margin-bottom: 8px;
  font-family: "Bricolage Grotesque", sans-serif !important;
 font-size: 15px !important;
}
 .terms-condition h3, .terms-condition h4, .terms-condition h5, .terms-condition h6 .terms-condition li  {
  margin: 10px 0;
  font-size: 18px;
  font-family: "Bricolage Grotesque", sans-serif !important;
}


.main-menu__btn-box {
  position: relative;
  display: block;
}
.main-menu__btn a {
  position: relative;
  display: inline-flex;
  align-items: center;
  background-color: #0183D4;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  padding: 13px 25px 13px;
  border-radius: 25px;
  gap: 10px;
  overflow: hidden;
  font-family: var(--Freshflow-font-two);
  border: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}
.main-menu__btn a::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 10%;
  height: 10%;
  background-color: #05173d;
  background-position: left center;
  transition-timing-function: ease-in-out;
  transition-property: all;
  transform-origin: left;
  transform-style: preserve-3d;
  transform: scaleX(1);
  opacity: 0;
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
  z-index: -1;
}
.main-menu__btn a:hover::before {
  opacity: 1;
  width: 120%;
  height: 200%;
  transform: scaleX(1.0);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 2s;
}
.main-menu__btn a span {
  font-size: 18px;
  position: relative;
  display: flex;
  align-items: center;
}
.fa-calendar::before {
  content: "\f073" !important;
}

.pricing-one .owl-item.active:nth-of-type(3n + 1) .item, .pricing-one .col-xl-4:nth-of-type(3n + 1) .item  {
background: linear-gradient(180deg, #FFFFFF 0%, #FDF2F8 100%);
}
.pricing-one .owl-item.active:nth-of-type(3n + 2) .item, .pricing-one .col-xl-4:nth-of-type(3n + 2) .item {
  background: linear-gradient(180deg, #16BECF 0%, #017FCE 100%);
  color: #fff;
}
.pricing-one .owl-item.active:nth-of-type(3n + 2) .item .form-price {
  
  color: #fff;
}

.pricing-one .owl-item.active:nth-of-type(3n + 2) .item, .pricing-one .col-xl-4:nth-of-type(3n + 2) .item {
  background: linear-gradient(180deg, #16BECF 0%, #017FCE 100%);
  color: #fff;
}

.pricing-one__single-inner .white-check {
  display: none !important;
}


.pricing-one .owl-item.active:nth-of-type(3n + 2) .item .blue-check, .pricing-one .col-xl-4:nth-of-type(3n + 2) .item .blue-check{
  display: none;
}
.pricing-one .owl-item.active:nth-of-type(3n + 2) .item .white-check, .pricing-one .col-xl-4:nth-of-type(3n + 2) .item .white-check{
display: block !important;
}
.pricing-one .owl-item.active:nth-of-type(3n + 3) .item, .pricing-one .col-xl-4:nth-of-type(3n + 3) .item {
  background: linear-gradient(180deg, #FFFFFF 0%, #EFF6FF 100%);
}
.pricing-one .owl-item.active:nth-of-type(3n + 2) .item .thm-btn, .pricing-one .col-xl-4:nth-of-type(3n + 2) .item .thm-btn {
  background: #fff;
  color: #5692CE;
}

.pricing-one .owl-item.active:nth-of-type(3n + 2) .item .pricing-one__points li > .icon > span, .pricing-one .col-xl-4:nth-of-type(3n + 2) .item .pricing-one__points li > .icon > span{
  background: #FFF;
  color: #0074BC;
}
.pricing-one .owl-item.active:nth-of-type(3n + 2) .item .pricing-one__title-box h3, .pricing-one .col-xl-4:nth-of-type(3n + 2) .item .pricing-one__title-box h3{
color: #fff;
} 
.pricing-one .owl-item.active:nth-of-type(3n + 2) .item .pricing-one__price, .pricing-one .col-xl-4:nth-of-type(3n + 2) .item .pricing-one__price{
color: #fff;
background: linear-gradient(180deg, #FFF 0%, #FFF 100%);
-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}








.pricing-one .owl-item.active:nth-of-type(3n + 1) .item, .pricing-one .col-xl-4:nth-of-type(3n + 1) .item  {
background: linear-gradient(180deg, #FFFFFF 0%, #FDF2F8 100%);
}
.pricing-one .owl-item.active:nth-of-type(3n + 2) .item, .pricing-one .col-xl-4:nth-of-type(3n + 2) .item {
  background: linear-gradient(180deg, #16BECF 0%, #017FCE 100%);
  color: #fff;
}
.pricing-one .owl-item.active:nth-of-type(3n + 2) .item .form-price {
  
  color: #fff;
}

.pricing-one .owl-item.active:nth-of-type(3n + 2) .item, .pricing-one .col-xl-4:nth-of-type(3n + 2) .item {
  background: linear-gradient(180deg, #16BECF 0%, #017FCE 100%);
  color: #fff;
}

.pricing-one__single-inner .white-check {
  display: none !important;
}


.pricing-one .owl-item.active:nth-of-type(3n + 2) .pricing-one__single-inner.blue-check, .pricing-one .col-xl-4:nth-of-type(3n + 2) .pricing-one__single-inner.blue-check{
  display: none;
}
.pricing-one .owl-item.active:nth-of-type(3n + 2) .pricing-one__single-inner.white-check, .pricing-one .col-xl-4:nth-of-type(3n + 2) .pricing-one__single-inner.white-check{
display: block !important;
}
.pricing-one .owl-item.active:nth-of-type(3n + 3) .item, .pricing-one .col-xl-4:nth-of-type(3n + 3) .pricing-one__single{
  background: linear-gradient(180deg, #FFFFFF 0%, #EFF6FF 100%);
}
.pricing-one .owl-item.active:nth-of-type(3n + 2) .pricing-one__single-inner.thm-btn, .pricing-one .col-xl-4:nth-of-type(3n + 2) .pricing-one__single-inner.thm-btn {
  background: #fff;
  color: #5692CE;
}

.pricing-one .owl-item.active:nth-of-type(3n + 2) .pricing-one__single-inner.pricing-one__points li > .icon > span, .pricing-one .col-xl-4:nth-of-type(3n + 2) .pricing-one__single-inner.pricing-one__points li > .icon > span{
  background: #FFF;
  color: #0074BC;
}
.pricing-one .owl-item.active:nth-of-type(3n + 2) .pricing-one__single-inner.pricing-one__title-box h3, .pricing-one .col-xl-4:nth-of-type(3n + 2) .pricing-one__single-inner.pricing-one__title-box h3{
color: #fff;
} 
.pricing-one .owl-item.active:nth-of-type(3n + 2) .pricing-one__single-inner.pricing-one__price, .pricing-one .col-xl-4:nth-of-type(3n + 2) .pricing-one__single-inner.pricing-one__price{
color: #fff;
background: linear-gradient(180deg, #FFF 0%, #FFF 100%);
-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



.pricing-one.service .owl-item.active:nth-of-type(3n+1) .pricing-one__single, .pricing-one.service .col-xl-4:nth-of-type(3n+1) .pricing-one__single {
  background: linear-gradient(180deg, #FFFFFF 0%, #EFF6FF 100%);
}
.pricing-one.service .owl-item.active:nth-of-type(3n+2) .pricing-one__single, .pricing-one.service .col-xl-4:nth-child(2) .pricing-one__single {
  background: linear-gradient(180deg, #16BECF 0%, #017FCE 100%);
  color: #fff;
}

.pricing-one.service .col-xl-4:nth-child(2) .pricing-one__single .pricing-one__points li > .icon > span{
  background: #fff;
  color: #11b1ce;
}
.pricing-one.service .col-xl-4:nth-child(2) .pricing-one__single .pricing-one__btn{
  background: #fff;
  color: #11b1ce;
}
.pricing-one .col-xl-4:nth-child(5) .pricing-one__single-inner, .pricing-one .col-xl-4:nth-child(7) .pricing-one__single-inner {
  background: linear-gradient(180deg, #FFFFFF 0%, #EFF6FF 100%);
}

.pricing-one.service .col-xl-4.col-lg-4 {
  margin-top: 40px;
}

.pricing-one.service .owl-item.active:nth-of-type(3n+2) .pricing-one__single .pricing-one__title-box h3, .pricing-one.service .col-xl-4:nth-child(2) .pricing-one__single .pricing-one__title-box h3 {
  color: #fff;
  background: linear-gradient(180deg, #FFF 0%, #FFF 100%);

    background-clip: border-box;

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;
}
.pricing-one.service .owl-item.active:nth-of-type(3n+2) .pricing-one__single .pricing-one__price, .pricing-one.service .col-xl-4:nth-child(2) .pricing-one__single .pricing-one__price {
  color: #fff;
  background: linear-gradient(180deg, #FFF 0%, #FFF 100%);

    background-clip: border-box;

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;
}
.owl-prev.disabled {
  background: #5d5d5d0a !important;
  color: #a5a5a5 !important;
}
.form-price {
  text-align: center;
  color: #0085d7;
}

.top-menu-flag-list {
  position: relative;
  display: inline-block;
  margin: 0px 30px;
}
.pricing-one.service .col-xl-4.col-lg-4 .pricing-one__single {
  border-radius: 20px;
  height: 100%;
    box-shadow: 0px 0px 20px 0px rgba(4, 23, 26, 0.06);
    display: flex;
  flex-direction: column;
  justify-content: space-between;
} 

.pricing-one.service  .pricing-one__btn-box {
  padding: 0px 40px 40px 40px;
}
.top-menu-flag-list.main-nav a {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.top-menu-flag-list.main-nav img {
  max-width: 30px;
  border-radius: 3px;
  margin-right: 5px;
}
.top-menu-flag-list.main-nav a p {
  color: #D65967;
  font-weight: 600;
}
/* Base hidden state */
.top-submenu {
  position: absolute;
  top: 55px;
  right: 0;
  background: #fff;
  border-radius: 4px;
  list-style: none;
  padding: 5px;
  margin: 0;
  width: 135px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
  z-index: 10;
  border: 1px solid #eee;
}

/* Show on hover */
.top-menu-flag-list:hover .top-submenu {
  visibility: visible;
  opacity: 1;
}

/* Optional submenu item styling */
.top-submenu li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 3px 5px;
  color: #000;
  text-decoration: none;
}

.top-submenu li a:hover {
  text-decoration: underline;
  background: #d65967;
  border-radius: 5px;
  color: #fff;
}
.top-submenu-short li:first-child::after {
  left: 15px;
}
.top-submenu li:first-child::after {
  content: "";
  position: absolute;
  left: 100px;
  top: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #d65967;
}

.whatsapp-booking-btn {
  display: flex;
  align-items: center;
  background-color: #25D366;
  border-radius: 40px;
  padding: 5px 6px;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 15px;
  width: 240px;
}

.whatsapp-booking-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
  color: #fff;
}

.whatsapp-icon {
  background: #DCFCE7;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
}

.whatsapp-icon img {
  width: 22px;
  height: 22px;
}

.whatsapp-text span {
  display: block;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
}

.whatsapp-text p {
  margin: 0;
  font-size: 13px;
  line-height: 1.2;
}
.why-choose-three__single.why-us{
  height: 100%;
}
.why-choose-three.why-us-main .section-title__title, .why-choose-three.why-choose-five .section-title__title, .pricing-one .section-title__title, .services-one .section-title__title, .testimonial-one .section-title__title, .faq-page .section-title__title, .contact-page .section-title__title{
  text-transform: uppercase;
}
.banner-top-section {
  margin-top: 150px;
  padding-bottom: 30px;
}

#about_us_main_page img {
  max-width: 460px;
  margin-left:  auto;
  display: block;
}
/*--------------------------------------------------------------
# Process One
--------------------------------------------------------------*/
.process-one {
    position: relative;
    display: block;
    counter-reset: count;
    padding: 120px 0 90px;
    border-top: 1px solid rgba(var(--Freshflow-base-rgb), .14);
    z-index: 1;
}
.process-one__icon span {
  font-size: 56px;
  color: #F46744;
}
.process-one__shape-1 {
    position: absolute;
    top: 90px;
    left: 0;
    z-index: -1;
}

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

.process-one__shape-2 {
    position: absolute;
    bottom: 120px;
    right: 0;
    z-index: -1;
}

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

.process-one .row {
    --bs-gutter-x: 0;
}

.process-one__single {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.process-one ul li:nth-child(2) .process-one__single {
    margin-top: 50px;
}

.process-one ul li:nth-child(4) .process-one__single {
    margin-top: 50px;
}

.process-one__single-shape-1 {
    position: relative;
    display: block;
    margin-bottom: 17px;
}

.process-one ul li:nth-child(2) .process-one__single-shape-1 {
    margin-bottom: 36px;
    margin-top: -18px;
}

.process-one ul li:nth-child(4) .process-one__single-shape-1 {
    margin-bottom: 36px;
    margin-top: -18px;
}

.process-one__single-shape-1 img {
    width: 100%;
}

.process-one__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.process-one__text {
    margin: 25px 0 39px;
}

.process-one__icon {
    position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  border: 1px solid #2e72ff24;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.process-one__single:hover .process-one__icon {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.08);
}

.process-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 56px;
    color:#F46744;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

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

.process-one ul li:nth-child(2) .process-one__icon span {
    color: #2E72FF
}

.process-one ul li:nth-child(3) .process-one__icon span {
    color: #5CCB69;
}

.process-one ul li:nth-child(4) .process-one__icon span {
    color: #FF2E89;
}

.process-one__count {
    position: absolute;
    right: -22px;
    bottom: 13px;
    background-color: #F46744;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
}

.process-one ul li:nth-child(2) .process-one__count {
    background-color: #2E72FF;
}

.process-one ul li:nth-child(3) .process-one__count {
    background-color: #5CCB69;
}

.process-one ul li:nth-child(4) .process-one__count {
    background-color: #FF2E89;
}

.process-one__count::before {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    counter-increment: count;
    content: "0"counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.service-top-left {
  /* width: 40%; */
  margin-right: 32px;
  background: #f2f2f6;
  border-radius: 14px;
  padding: 60px 36px;
  flex-direction: column;
}
.service-top-left .row {
  display: flex;
  flex-wrap: nowrap;
}

.fcontainer > div {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.footer-top > div {
  display: flex;
  padding-top: 50px;
  padding-bottom: 30px;
}
.fcontainer > div {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.footer-top .help-section {
  display: flex;
  width: 100%;
}
.footer-top .help-section .content {
  min-width: 210px;
  margin-right: 15px;
}
/* .section-title {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
} */
.help-section .content p {
  line-height: 16px;
  font-weight: 500;
  font-size: 12px;
  color: #5C5F66;
}
.footer-top .help-section .channels {
  width: 100%;
  height: 100%;
}
.footer-top .help-section .channels ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 0;
  margin-bottom: 0;
  height: 100%;
  column-gap: 2px;
}
.footer-top .help-section .channels {
  width: 100%;
  height: 100%;
}
.help-section .channels li {
  list-style: none;
  color: #5C5F66;
  background: rgba(1, 88, 114, 0.05);
  padding: 25px 15px;
    padding-left: 10px;
  display: flex;
  align-items: center;
  max-height: 40px;
  font-size: 14px;
  font-weight: 600;
  /* width: 100%; */
  border-radius: 7.1px;
  padding-left: 15px;
  cursor: pointer;
  transition: all .7s ease;
}
.service-list {
  display: flex;
  align-content: flex-start;
  gap: 12px;
  list-style: none;
  flex-wrap: wrap;
  padding: 15px 15px 15px 0;
  flex: 1;
  margin-bottom: 0;
}
 .service-list li {
  cursor: pointer;
  color: #5C5F66;
  border-radius: 50px;
  background: rgba(1, 88, 114, 0.05);
  padding: 6px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 40px;
  font-size: 14px;
  transition: all .7s ease;
}

.all-service {
  margin-bottom: 40px;
}

.project-details__get-touch {
  position: relative;
  display: block;
  background: linear-gradient(180deg, #D65967 0%, #A84C56 100%);
  border-radius: 16px;
  padding: 32px 25px 26px;
    padding-right: 25px;
  padding-right: 50px;
  overflow: hidden;
  z-index: 1;
}
.project-details__get-touch-img-1 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.project-details__get-touch-img-1::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  bottom: -6px;
  right: -21px;
  border: 2px solid white;
  border-radius: 50%;

}

.project-details__get-touch-img-1 img {
  width: auto;
}
.project-details__get-touch-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  color: white;
}
.project-details__get-touch-btn-box {
  position: relative;
  display: block;
  margin-top: 24px;
}
.project-details__call-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 157px;
}
.project-details__call-icon {
  position: relative;
  display: inline-block;
}
.project-details__call-icon span {
  position: relative;
  display: inline-block;
  font-size: 49px;
  color: var(--Freshflow-white);
  transition: all 500ms linear;
    transition-delay: 0s;
  transition-delay: 0.1s;
  transform: scale(1);
}
.project-details__call-icon span {
  font-size: 49px;
  color: white;
}
.project-details__call-content {
  position: relative;
  display: block;
  flex: 1;
}


.project-details__call-content p {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: white;
}
.project-details__call-content a {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: white;
    letter-spacing: -0.03em;
}

.insurance-details__text-2 span {
  font-family: var(--Freshflow-font-two) !important;
}

.main-points {
  background: #FFF5F7;
  border-radius: 20px;
  border: 2px solid #F38B9833;
  padding: 20px;
}
.main-points h3 {
 margin-bottom: 14px;
  font-size: 20px;
  font-weight: 600;
  color: #23314D;
}
.main-points ul {
 padding: 0;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}
.main-points li {
  list-style: none;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}
.main-points li::before {
content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url('../images/shapes/check.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 2;
}
.single-card {
  border: 1px solid #F3F4F6;
  height: 100%;
  padding: 10px;
  text-align: center;
  border-radius: 20px;
  
}
.single-card .process-one__icon span{
 width: 70px;
  height: 70px;
  background-color: #FFF5F7;
  border: none;
  border-radius: 50%;
}
.single-card .process-one__icon{
width: auto;
  height: auto;
  border: none;
  background-color: #fff;
}
.choose-service h2 {
  text-align: center;
  margin: 25px 0;
  font-weight: 700;
}
.choose-service {
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 50px;
}
.single-card h4 {
  margin: 10px 0;
  font-weight: 700;
}
.single-card p {
 line-height: 24px;
}
.single-card .process-one {
  padding: 0;
}
.single-card .process-one {
  display: flex;
  align-items: start;
}
.for-whome .single-card {
  text-align: left;
  padding: 20px 15px 10px 20px;
}
.for-whome .single-card h4{
  margin: 0 !important;
}
.for-whome .single-card .process-one{
  gap: 10px;
}
.for-whome h2 {
  text-align: center;
  margin: 25px 0;
  font-weight: 700;
}
.footer-top .help-section .channels img {
  margin-right: 5px;
}

.detail-item {
  display: flex;
  gap: 10px;
}
.modal-content.booking-success-content {
  border-radius: 15px;
}
.modal-header-custom {
  margin-top: 10px;
}
.detail-icon i {
  color: #D75765;
}
.btn-custom-service {
  background: none;
  border: 2px solid #F7BFD5;
  color: #000;
  margin-top: 10px;
}
.detail-content span {
  color: #23314D;
}
.detail-icon {
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: start;
}
.detail-icon img {
  margin-top: 7px;
}
.modal-backdrop.fade {
  opacity: .5;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}

#Booking_success_modal .contact-page__bottom.modal-content h2 {
  text-transform: capitalize;
}
#Booking_success_modal .modal-subtitle {
  text-transform: capitalize;
  line-height: 23px;
  margin-bottom: 20px;
}

.about-four__img img {
  /* max-width: 80%;
  margin: auto;
  display: block; */
}
.bottom-aouthor {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.verified-rating {
  display: flex;
  align-items: center;
  gap: 5px;
}
.verified-rating span {
  background: #16BECF;
  color: #fff;
  border-radius: 50%;
  padding: 2px;
}
#bookingForm input[type="text"]::placeholder,
#bookingForm input[type="number"]::placeholder,
#bookingForm input[type="email"]::placeholder,
#bookingForm input[type="time"]::placeholder,
#bookingForm input[type="date"]::placeholder,
#bookingForm textarea::placeholder {
  color: #ADAEBC;
}

/* For browsers like Firefox */
#bookingForm input[type="text"]::-moz-placeholder,
#bookingForm input[type="number"]::-moz-placeholder,
#bookingForm input[type="email"]::-moz-placeholder,
#bookingForm input[type="time"]::-moz-placeholder,
#bookingForm input[type="date"]::-moz-placeholder,
#bookingForm textarea::-moz-placeholder {
  color: #ADAEBC;
}


.service-details-page .why-choose-three__single {
  border-top: 3px solid #F49AC1;
}
.why-choose-three.service-details-page{
  /* background-color: #E7F6FB; */
  margin-bottom: 50px;
}
.why-choose-three.service-details-page::before {
opacity: .2;
}
.pricing-one::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/shapes/pricing-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonial-three::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/shapes/testimonilas-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonial-page-section::before {
background-image: url('../images/shapes/bg-main.png');
}
.services-one.portfolio-page-section::before{
    content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/shapes/bg-main.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonial-page-section .testimonial-three__single{
  background: #fff;
}
.contact-page-section::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/shapes/contact-pg-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .4;
}
.service::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/shapes/section.png');
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1; 
  /* opacity: 0.5;  */
}
.service-page::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/shapes/testimonilas-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1; 
  /* opacity: 0.5;  */
  background-position: center;
}
.about-four__img.contact-us-img img {
  max-width: 450px;
  margin: auto;
  display: block;
}
.about-four.service-page.bg-white .about-four__img img, .about-four.service-page .about-four__img img{
  border-radius: 20px;
}
.work-step-one__single::before {
  position: absolute;
 left: 90%;
  top: -60px;
  width: 95px;
  height: 100%;
  background-image: url('../images/shapes/arrow.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  content: "";
  z-index: -1;
}



.why-choose-three::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/shapes/why-us-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.feature-one__single::before {
  content: '';
  position: absolute;
  top: 10px;
  right: 0;
  width: 34px;
  height: 54px;
  background-image: url('../images/shapes/half-flower.png');
  background-repeat: no-repeat;
  background-size: cover;
}


#aboutus {
  /* background: linear-gradient(0deg, #FFE4F036 0%, #FFF 100%); */
}
.about-four.service-page{
  /* background: #E9F7FB; */
}
.service.service-page::before {
background-image: url('../images/shapes/service-bg.png');
}
#aboutus::before {
 content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/shapes/about-us-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}
#aboutus .shape {
  display: none;
}

.about-four.pricing-page {
  background: #F1FEFF;
}
.about-four.pricing-page::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/shapes/contact-pg-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .4;
}

.section-title__title span {
  position: relative;
}
.section-title__title span::before {
  content: '';
  position: absolute;
  width: 213px;
  height: 63px; 
  background-image: url('../images/shapes/title-shape.png');
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  right: 0px;
  top: -8px;
  

}
.about-four.pricing-page .about-four__img img {
  max-width: 400px;
  margin: auto;
  display: block;
}
.language_ar .feature-one__single::before {
  content: '';
  position: absolute;
  top: 10px;
  right: auto;
  width: 34px;
  height: 54px;
  background-image: url('../images/shapes/half-flower.png');
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  transform: rotate(180deg);
}
.about-four.contact-page-section {
  background: #E9F7FB;
}
.about-four__text {
  margin-bottom: 10px;
}
.service-price {
  display: inline-block;
  background: #fff;
  padding: 4px 20px;
  border-radius: 20px;
  font-weight: 600;
  color: #0074BC;
}

.work-step-one .row > div:nth-of-type(3) .work-step-one__single::before {
    display: none !important;
}
.whats-included-list {
  background: #F38B981C;
  border-radius: 15px;
  border: 1px solid #F38B9833;
  padding: 20px;
}


.website-whatsapp {
position: fixed;
  right: -80px;
  top: 50%;
  width: auto;
  transform: rotate(270deg);
  z-index: 99;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  border-radius: 20px 20px 0px 0px;
}
.language_ar .website-whatsapp {
position: fixed;
  right: -50px;
}

.whatsapp-icon-outer {
  background: #22C55E;
  border-radius: 20px 20px 0px 0px;
} 
.whatsapp-icon-website {
  display: flex;
  align-items: center;
  gap: 5px;
}
.whatsapp-icon-website img {
  background: #DCFCE7;
  padding: 7px;
  border-radius: 50%;
}


#about_us_main_page::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-image: url('../images/shapes/about-section-bg.png'); */
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .3;
}
#about_us_main_page {
 margin-top: 50px;
  background: linear-gradient(90deg, #FFF5F7 0%, #FFF 100%);
  padding-top: 140px;
}


.banner-title {
  color: #F49AC1;
}

.about-four__text.about-section-data p span {
  color: #4B5563 !important;
  
}
.diffrence-card {
 text-align: center;
  box-shadow: 0px 5px 20px #00000012;
  height: 100%;
  padding: 20px;
  border-radius: 20px;
}
.diffrence-card .feature-one__icon {
  background: #FFF5F7;
  border-radius: 50%;
  display: block;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature-one__icon img {
  max-width: 35px;
}
.diffrence-card .feature-one__title {
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
  margin: 10px 0;
  color: #23314D;
}
.diffrence-card .feature-one__sub-title {
  color: #4B5563;
  font-size: 16px;
  line-height: 24px;
}

.whos-card {
  border: 2px solid #F3F4F6;
  border-radius: 20px;
  height: 100%;
  padding: 20px 15px;
  display: flex;
}


.pricing-one .owl-theme .owl-nav .owl-prev {
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  color: var(--sonchoy-base);
  background-color: #fff;
  font-size: 20px;
  margin: 10px;
    margin-right: 10px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: absolute;
  display: inline-block;
left: -80px;
  position: absolute;
  top: 40%;;
}


.pricing-one .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;
    margin-left: 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  right: -70px;
  position: absolute;
  top: 40%;;
}

.whos-card__icon img {
  max-width: 28px;
  margin-right: 10px;
}
.whos-card .feature-one__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
}
.whats-its-for-content p {
  line-height: 21px;
  font-size: 14px;
}
.how-its-works {
  background: linear-gradient(270deg, #FFF5F7 0%, #FFF 100%);
  border-radius: 20px;
  margin: 40px 0 100px;
  padding: 20px 0 40px;
}
.workes-card__icon {
 width: 70px;
  height: 70px;
  background: linear-gradient(270deg, #01BAE1 0%, #3D9AF6 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 10px;

}
.workes-card {
  text-align: center;
}
.workes-card__icon img {
  width: 30px;
}
.workes-card p {
  line-height: 25px;
  color: rgb(75, 85, 99);
}
.insurance-details__right.right-form {
  /* padding: 10px; */
}
.about-four__text.about-section-data p {
  padding-right: 170px;
  font-weight: 400;
}
.insurance-details__catagories-title-right{
  background: linear-gradient(90deg, rgb(1, 118, 191) 0%, rgb(22, 190, 207) 100%);
  
  padding:20px 25px;
  border-radius: 20px 20px 0px 0px;
}
.insurance-details__catagories-title-right {
  color: #fff;
}
.insurance-details__catagories-title-right h2{
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.insurance-details__catagories-title-right p{
  color: #fff;
  font-size: 14px;
}
#queryForm input, #queryForm textarea {
  border: 1px solid rgb(229, 231, 235);
  padding: 25px 10px;
  background: none;
}
#queryForm {
  padding-bottom: 20px;
}
.current a {
  color: #0183d4 !important;
}
.serviceimg img {
  max-width: 450px;
  margin: auto;
  display: block;
}
.about-four.pricing-page, .faq-page.faq-page-section, .about-four.contact-page-section, .about-four.service-page, .portfolio-page{
  margin-top: 120px;
}
.portfolio-modal img {
  max-width: 420px;
  margin: 20px auto;
  display: block;
  border-radius: 10px;
}
.portfolio-modal.modal-content p{
  text-align: left;
}

.portfolio-modal .modal-header-custom {
  margin-top: 10px;
  max-height: 500px;
  overflow: hidden;
 
  overflow-y: auto;
}
#modalSubtitle {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
#modalDescription {
  font-size: 14px;
  line-height: 20px;
  text-transform: inherit;
}
.dropdown.menu-item.current:hover ul li a {
  color: #000 !important;
}
.dropdown.menu-item.current:hover ul li a:hover {
  color: #fff !important;
}
/* .book-now-area {
  width: 100%;
} */
.two-line {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.about-four.service-page.bg-white {
  margin-top: 30px;
}


.homepage-pricing.pricing-one .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.homepage-pricing .pricing-one__btn-box {
  position: relative;
  display: block;
  padding: 0px 40px 40px 40px;
}
.homepage-pricing .pricing-one__points{
  margin-bottom: 0px;
}
.homepage-pricing .pricing-one__single-inner{
  padding: 40px 40px 0px;
}

.about-shpape {
  position: absolute;
  left: 50%;
  top: 50%;
}
.about-shpape-2 {
 position: absolute;
  left: 53%;
  top: 80%;
}
.homepage-pricing.pricing-one .section-title p {
  color: rgb(75, 85, 99);
}

body.locked {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/


/* Arbic language css for RTL */
.language_ar .main-header, .language_ar .stricky-header.main-menu-three, .language_ar #aboutus, .language_ar .why-choose-five,  .language_ar .counter-one__inner, .language_ar .faq-page, .language_ar .site-footer-two, .language_ar .about-four, .language_ar .download-app, .language_ar .why-choose-one, .language_ar .contact-page__bottom, .language_ar .cta-one{
  direction: rtl;
}

.language_ar .contact-page__bottom .comment-form__input-box input[type="text"], .language_ar .contact-page__bottom .comment-form__input-box input[type="email"], .language_ar .contact-page__bottom .comment-form__input-box input[type="date"], .language_ar .contact-page__bottom .comment-form__input-box input[type="time"]{
  direction: rtl;
}
.language_ar .main-header__top-social a{
  margin-left: 10px;
}
.language_ar .main-header__contact-list li .text p a{
  margin-left: 5px;
}
.language_ar .top-menu-flag-list.main-nav img {
  margin-left: 5px;
  /* margin-right: auto; */
}
.language_ar .dropdown a > i {
  padding-left: 0;
  margin-right: 5px;
}
.language_ar .main-menu .main-menu__list > li, .language_ar .stricky-header .main-menu__list > li{
  padding-left: 30px;
}
.language_ar .main-menu .main-menu__list > li + li, .language_ar .stricky-header .main-menu__list > li + li{
margin-left: 20px;
/* width: 80px; */
}
.language_ar .counter-one__icon{
  margin-right: 0;
  margin-left: 10px;
}
.language_ar .comment-form__input-box{
  text-align: right;
}
.language_ar .top-submenu{
  right: -30px;
}
.language_ar .whatsapp-icon{
  margin-right: 0;
  margin-left: 10px;
}
.language_ar .whatsapp-booking-btn{
  /* margin-right: auto; */
}
.language_ar .pricing-one__points li > .icon{
  margin-left: 10px;
}
.language_ar .why-choose-three__single, .language_ar .insurance-details__faq .faq-one-accrodion .accrodion-title h4{
  text-align: right;
}
.language_ar .main-header__top-social-title{
  margin-right: 10px;
  margin-left: 10px;
}
.language_ar #aboutus .section-title__title {
  text-align: right;
}
.language_ar #aboutus .section-title__tagline-box {
  display: block;
  text-align: right;
}
.language_ar .insurance-details__faq .faq-one-accrodion .accrodion-content p{
  text-align: right;
}
.language_ar .about-four__right{
  text-align: right;
}
.language_ar .why-us-main .why-choose-three__single.why-us {
  text-align: center;
}
.language_ar .portfolio-three__content{
  right: 20px;
  text-align: right;
}
.language_ar .portfolio-three__arrow{
  left: 10px;
}
.language_ar .main-slider-three__title, .language_ar .active .main-slider-three__text{
  text-align: right;
}
.language_ar .main-slider-three__btn-and-text-box{
 justify-content: end;
}
.language_ar .footer-widget__about-text{
  text-align: right;
}
.language_ar .footer-widget__logo img{
  margin-left: auto;
  display: block;
}
.language_ar .footer-widget__navigation, .language_ar .footer-widget__column.footer-widget__quick-link, .language_ar .footer-widget__column.footer-widget__newsletter {
  text-align: right;
}
.language_ar .footer-widget__navigation-list.list-unstyled{
  padding-right: 0;
}
.language_ar .footer-widget__navigation-list li a::before {
  right: 0;
}
.language_ar .footer-widget__navigation-list li a:hover{
  padding-right: 15px;
}
.language_ar .footer-widget__emergency-call i{
  right: 0;
}
.language_ar .footer-widget__emergency-call a{
  padding-right: 30px;
}
.language_ar .cta-one__title-box{
  text-align: right;
}
.language_ar .main-slider-three__shape-7{
  width: auto;
}
.language_ar .banner-element{
  justify-content: end;
  text-align: right;
  flex-direction: row-reverse;
}
.language_ar .about-four__right .section-title {
  text-align: right !important;
}

.language_ar .page-header__inner{
  /* text-align: right; */
}
.language_ar .pricing-one__points{
  padding-right: 0;
}
.language_ar .main-menu__logo{
  margin-left: 50px;
  margin-right: auto;
}
.language_ar .main-menu .main-menu__list > li > ul > li > a{
  text-align: right;
}
.language_ar .main-slider-three__shape-9{
  width: auto;
}
.language_ar .insurance-details__left{
  text-align: right;
}
.language_ar .main-points li {
 
  padding-left: 0;
 padding-right: 30px;
  text-align: right;
}
.language_ar .main-points li::before {
  right: 0;
  left: auto;
}
.language_ar .main-points h3, .language_ar .project-details__get-touch-title, .language_ar .project-details__get-touch-btn-box{
  text-align: right;
}
.language_ar .single-card .process-one{
  flex-flow: row-reverse;
  text-align: right;
}
.language_ar .service-list{
  justify-content: end;
}
.language_ar textarea{
  text-align: right;
}
.language_ar .detail-item{
  flex-direction: row-reverse;
}
.language_ar .why-choose-one__points li{
  /* justify-content: end;
  flex-direction: row-reverse; */
}
.language_ar .why-choose-one__points li .icon{
  margin-left: 10px;
}
.language_ar .why-choose-one__right{
  text-align: right;
}
.language_ar .why-choose-one .why-choose-one__right .section-title {
  text-align: right !important;
}
.language_ar .service__content{
  text-align: right;
}
.language_ar .about-one__btn-box.choose-box{
  justify-content: start;
}
.language_ar .why-choose-one__points{
  padding: 0;
}
.language_ar .about-four__right ul li img{
  right: -30px !important;
}
.language_ar .testimonial-three__text{
  text-align: right;
}
.language_ar .testimonial-three__client-info, .language_ar .faq-page__bottom, .language_ar .main-slider-three__content{
  text-align: right;
}
.language_ar .main-slider-three__content{
  padding-right: 120px;
}
.language_ar .main-header__contact-list li .icon{
  padding-left: 5px;
}
.language_ar .why-choose-one__right .section-title__title, .language_ar .feature-one__single, .language_ar .clients-experince, .language_ar .download-app__left{
  text-align: right;
}
.language_ar .main-slider-three__btn.thm-btn {
  flex-direction: row-reverse;
}
.language_ar .feature-one__icon{
  margin-left: auto;
}
.language_ar .contact-page__contact-list li{
  text-align: right;
}
.language_ar .pricing-one__points li{
  justify-content: end;
  flex-direction: row-reverse;
}
.language_ar .mobile-nav__content .main-menu__list > li > a{
  justify-content: end;
}
.language_ar  .mobile-nav__content .main-menu__list > li > a > button {
  margin-left: 5px;
}
.language_ar  .mobile-nav__contact li{
  flex-direction: row-reverse;
  text-align: right;
}
.language_ar .mobile-nav__contact li > i{
  right: 0;
  left: auto;
}
.language_ar .mobile-nav__contact li{
  padding-left: 0;
  padding-right: 50px;
}
.language_ar .mobile-nav__content .main-menu__list > li > ul > li > a{
  justify-content: end;
}
.language_ar .mobile-nav__top{
  justify-content: end;
}
.language_ar .faq-one__right .faq-one-accrodion .accrodion-title h4::before{
  right: auto;
  left: 0;
}
.language_ar .service__date{
  right: 20px;
  left: auto;
}
.language_ar .about-four__right ul li{
  justify-content: end;
  flex-direction: row-reverse;
}
.language_ar .about-four__points li .icon{
  margin-left: 10px;
}
.language_ar .why-choose-three .why-choose-three__single {
  flex-direction: row-reverse;
}
.language_ar .about-four.service-page.bg-white .about-four__right ul li {
  justify-content: start;
  flex-direction: row;
  text-align: right;
}

.language_ar .about-four.service-page.bg-white .about-four__points.list-unstyled {
  padding-right: 0;
}
.language_ar .main-slider-three__content .main-slider-three__btn.thm-btn, .language_ar .service.blog-three .main-slider-three__btn.thm-btn, .language_ar .work-step-one .main-slider-three__btn.thm-btn {
  flex-direction: revert;
}
.language_ar   .why-choose-one__right .section-title p {
    padding-right: 0;
  }
  .language_ar .insurance-details__points li{
    flex-direction: row-reverse;
  }
  .language_ar .whos-card{
    flex-direction: row-reverse;
  }
  .language_ar .whos-card__icon {
  margin-left: 15px;
}
.language_ar .testimonial-three__single{
  flex-direction: row-reverse;
}
.language_ar .testimonial-three__text{
  padding-right: 20px;
}
.language_ar .insurance-details__catagories-title-right, .language_ar .insurance-details__catagories-title{
  text-align: right;
}
.language_ar #queryForm input, .language_ar #queryForm textarea{
  text-align: right;
}
.language_ar .insurance-details__catagories-list li a{
  flex-direction: row-reverse;
}
.language_ar .ar-lan {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  
}
.language_ar .about-four__text.about-section-data p {
  padding-right: 0;
}
.language_ar .pricing-one__points li p{
  text-align: right;
}
.language_ar .review-card{
  left: 0;
}
.language_ar #about_us_main_page img{
  margin-right: auto;
  margin-left: initial;
}
.language_ar .iti__country{
  text-align: right;
}
.language_ar .page-header{
  direction: rtl;
}
/* .language_ar .testimonial-content{
  flex-direction: row-reverse;
}
.language_ar .testimonial-three__client-img{
  margin-left: 15px;
  margin-right: 0px;
} */
/* Arbic language css for RTL */

.about-four.service-page.bg-white .section-title__title.title-animation {
  text-transform: capitalize;
}