/***************************************************************************************************************
||||||||||||||||||||||||||||       MASTER STYLESHEET FOR Appilo               ||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************
* 1. imported styles
* 2. miscelnious styles
* 3. header styles
* 4. banner styles
* 5. fun fact styles
* 6. app features styles
* 7. features styles
* 8. video box styles
* 9. pricing styles
* 10. intigration styles
* 11. blog styles
* 12. footer styles
* 13. inner banner styles
* 14. sidebar styles
* 15. testimonials styles
* 16. app screenshot styles
* 17. how app work styles
****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/
/**************************
* 1. imported styles
***************************/
/*@import url(bootstrap.min.css);*/
/*@import url(bootstrap-select.min.css);*/
/*@import url(owl.carousel.css);*/
/*@import url(owl.theme.default.min.css);*/
/*@import url(nouislider.css);*/
/*@import url(nouislider.pips.css);*/
/*@import url(jquery.bootstrap-touchspin.css);*/
/*@import url(magnific-popup.css);*/
/*@import url(swiper.css);*/
/*@import url(jquery.bxslider.min.css);*/
/*@import url(animate.min.css);*/
/*@import url(hover-min.css);*/
/**************************
* 2. miscelnious styles
***************************/
:root {
    --bg-outline-light-outline: #CACFD8;
    --text-icons-white: #FFFFFF;
    --Primary-Default: #273B09;
    --bg-outline-white-bg: #FFFFFF;
    --text-icons-secondary: #313A4E;
    --text-icons-primary: #0D1321;
}
body {
    font-family: "IBM Plex Sans", sans-serif;
    font-optical-sizing: auto;
    color: #150A33;
    font-size: 14px;
    line-height: 24px;
}
h1,h2,h3,h4,h5,h6 {
    font-family: "IBM Plex Sans", sans-serif;
    font-optical-sizing: auto;
    margin: 0;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
}
a:hover,
a:visited,
a:active {
  text-decoration: none !important;
  outline: none !important;
}

.container {
  -webkit-transition: none;
  transition: none;
}

@media (min-width: 1200px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.sec-pad {
  padding: 120px 0;
}

.p0 {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.gray-bg {
  background: #F4F9FD;
}

.sec-title {
  margin-bottom: 70px;
}
.sec-title h2, .sec-title p {
  margin: 0;
}
.sec-title h2 {
  font-size: 32px;
  color: #170B35;
  font-weight: 600;
}
.sec-title p {
  font-size: 16px;
  line-height: 26px;
  color: #170b35;
  margin-top: 20px;
}
.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}
.thm-btn {
  display: inline-block;
  border: none;
  outline: none;
  background: #273b09;
    color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 28px;
  padding: 15px 29px;
  position: relative;
}
.thm-btn:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 28px;
  background: #fff;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.thm-btn:hover {
  color: #190A32;
}
.thm-btn:hover:before {
  opacity: 1;
}
.thm-btn > span {
  position: relative;
}
.thm-btn.borderd {
  color: #190A32;
}
.thm-btn.borderd:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 28px;
  background: #fff;
  opacity: 1;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.thm-btn.borderd:hover {
  color: #fff;
}
.thm-btn.borderd:hover:before {
  opacity: 0;
}

.separator {
  display: block;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background: rgba(83, 82, 83, 0.15);
}
.separator.full-width {
  max-width: 100%;
}
.separator.no-border {
  background-color: transparent;
}

.separator.mt135 {
  margin-top: 135px;
}
.separator.mb135 {
  margin-bottom: 135px;
}
.separator.mt115 {
  margin-top: 115px;
}
.separator.mb115 {
  margin-bottom: 85px;
}
.separator.mt100 {
  margin-top: 100px;
}
.separator.mb100 {
  margin-bottom: 100px;
}
.separator.mt90 {
  margin-top: 90px;
}
.separator.mb90 {
  margin-bottom: 90px;
}

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #e9f1e1;
  color: #fff;
  font-size: 17px;
  line-height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  -webkit-box-shadow: 0 23px 42px rgba(0, 0, 0, 0.2);
  box-shadow: 0 23px 42px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.preloader {
  background: #e9f1e1;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .spinner {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/**************************
* 3. header styles
***************************/
.home-page-one {
  position: absolute;
  top: 0;
}
.navbar-brand {
  padding-top: 0;
}
.navbar {
  padding: 0;
}
.navbar-nav {
  display: inline-block;
}
.navbar-nav li {
  display: inline-block;
}
.navbar-nav ul {
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
  top: 5px;
  float: right;
}
.navbar-nav .nav-link {
  font-size: 15px;
  letter-spacing: .01em;
  position: relative;
  display: inline-block;
  color: #120309 !important;
  padding-left: 20px !important;
  padding-right: 15px !important;
  /*padding-bottom: 30px;*/
  font-weight: 600;
  padding-top: 0;
}

.navbar-nav .nav-link.active {
  opacity: 1;
  color: #273b09 !important;
}

.nav-wrapper {
  height: 100%;
}
.sign-up-btn {
  margin-left: 25px;
}
.sign-up-btn a {
    border: none;
    outline: none;
    background-color: #273b09;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center; /* <--- Новое: выравнивание по центру по вертикали */
    justify-content: center; /* Центрируем содержимое по горизонтали */
    padding: 7px 20px;
    gap: 8px; /* <--- Новый способ сделать расстояние между иконкой и текстом */
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.sign-up-btn a:hover {
    background-color: #273b09;
    color: #fff;
}

.logout-icon {
    width: 16px;
    height: 16px;
    background-image: url('../img/icon/login2.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; /* <--- Добавил для аккуратности */
}



.home-page-one {
  position: relative;
}
.home-page-one .navbar .navbar-brand img {
  width: 200px;
}
.appilo-menu {
  right: 0;
  left: 0;
  top: 30px;
  z-index: 1030;
  margin: 0 auto;
  max-width: 1170px;
  position: absolute;
}
.home-page-one.menu-bg-overlay {
  background-color: #fff;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  z-index: 999999;
  padding: 10px 0;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}
.home-page-one.menu-bg-overlay .navbar-nav .nav-link {
  top: 5px;
}
.home-page-one.menu-bg-overlay .navbar-nav ul {
    top: 0;
}

.home-page-one.menu-bg-overlay .appilo-menu {
  top: 15px;
}
.home-page-one.menu-bg-overlay .navbar-nav .nav-link.active {
  color: #eba55d !important;
}
.home-page-one .stick-logo {
  display: none;
}
.home-page-one.menu-bg-overlay {

}
.home-page-one.menu-bg-overlay .default-logo {
  display: none;
}
.home-page-one.menu-bg-overlay .stick-logo {
  display: block;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 15px;
  z-index: 1000;
  float: left;
  min-width: 200px;
  padding: 0;
  text-align: left;
  list-style: none;
  display: block;
  background-color: #F4F4F6;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0;
  visibility: hidden;
  border: none;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
}
.navbar-expand-lg .navbar-nav .dropdown-menu ul  {
  padding: 0;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li a {
  font-size: 15px;
  color: #2d2d2d;
  padding: 8px 0;
  display: block;
  line-height: 26px;
  padding-left: 27px;
  white-space: nowrap;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.home-page-one.menu-bg-overlay .sign-up-btn {
  margin-top: 0;
}
.navbar-nav .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li:hover a {
  background: #6B40BF;
  color: #fff;
  position: relative;
}
.navbar-collapse .dropdown {
  position: relative;
}
.navbar-collapse .dropdown li {
  list-style: none;
  display: block;
}
.dropdown-btn {
  display: none;
}
.language-menu {
    position: relative;
    display: inline-block;
}

.menu-button {
    background-color: #fff;
    color: #1b4c6b;
    padding: 4px 15px;
    font-size: 15px;
    letter-spacing: .01em;
    font-weight: 600;
    border: 1px solid #1b4c6b;
    cursor: pointer;
    border-radius: 30px;
    transition: background-color 0.3s;
}

.menu-button:hover {
    background-color: #1b4c6b;
    color: white;
}

.menu-dropdown {
    display: none;
    position: absolute;
    top: 100%; /* Позиционируем ниже кнопки */
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    min-width: 150px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 10px 0;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    border: 1px solid #1b4c6b;
}

/* Стрелка сверху */
.menu-dropdown::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #1b4c6b transparent;
}

.menu-dropdown a {
    color: #1b4c6b;
    padding: 4px 15px;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: background-color 0.3s;
    /*border-radius: 8px;*/
}

.menu-dropdown a:hover {
    background-color: #1b4c6b;
    color: white;
}

/* Стили для иконок флагов */
.flag-icon {
    width: 20px;
    height: 15px;
    margin-right: 10px;
    border-radius: 3px;
}

.language-menu:hover .menu-dropdown {
    display: block;
    opacity: 1;
    transform: translateX(-50%) translateY(10px);
}
.light-green-text {
    color:#d0e562;
}
/**************************
* 4. banner styles
***************************/
.banner-static {
    padding-top: 120px;
    overflow:hidden;
    background: #e9f1e1 url(/assets/landing-page/main/hero/hero-mobile-bg.webp) center center no-repeat;
    background-size: cover;
    background-attachment: scroll;
    padding-bottom: 120px;
    position: relative;
}

@media (min-width: 768px) {
    .banner-static {
        background-image: url(/assets/landing-page/main/hero/hero-web-bg.png);
        padding-top: 190px;
        overflow: hidden;
    }

}

.banner-hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
}

.banner-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.banner-static .container {
    position: relative;
    z-index: 1;
}

.banner-static .banner-content {
  padding-top: 60px;
}
.banner-static .banner-content h3 {
  margin: 0 0 11px;
  color: #fff;
  font-size: 38px;
  line-height: 48px;
  font-weight: 600;
}
.banner-static .banner-content p {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 34px;
}
.banner-btn {
    border-radius: 10px;
}
.banner-static .banner-content .thm-btn + .thm-btn {
  margin-left: 15px;
}
.banner-static .banner-content .thm-btn {
    -webkit-box-shadow: 0 15px 30px rgba(39, 59, 9, 0.27);
    box-shadow: 0 15px 30px rgba(39, 59, 9, 0.27);
}
.banner-static .banner-content .thm-btn:hover {
  color: #fff;
    -webkit-box-shadow: 0 15px 30px rgba(39, 59, 9, 0.27);
    box-shadow: 0 15px 30px rgba(39, 59, 9, 0.27);
}
.banner-static .banner-content .thm-btn:hover:before {
  opacity: 0;
}
.banner-static .banner-content .thm-btn.borderd {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.banner-static .banner-content .thm-btn.borderd:hover {
    -webkit-box-shadow: 0 15px 30px rgba(39, 59, 9, 0.27);
    box-shadow: 0 15px 30px rgba(39, 59, 9, 0.27);
}
.banner-static .banner-content .thm-btn.borderd:hover:before {
  opacity: 0;
}
.banner-static .banner-moc-box > img {
  position: relative;
  left: 100px;
  width: 600px;
}
.banner-static .email-container {
  display: flex;
  align-items: center;
  padding: 10px 20px;
}

.banner-static .email-container input[type="email"] {
    border: 1px solid #C0C1BD;
    border-radius: 10px;
    padding: 10px;
    background-color: transparent;
    color: #91878B;
    font-size: 16px;
    flex-grow: 1;
    outline: none;
    margin-left: 10px;
}

.banner-static .email-container input[type="email"]::placeholder {
    color: #91878B;
}

.banner-static .email-container button {
  border: none;
  background-color: #273B09;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  margin-left: 20px;
  transition: background-color 0.3s ease;
}

.banner-static .email-container button:hover {
  color: white;
}
.banner-static .email-container-sm {
    text-align: center;
    padding-top: 20px;
}
.banner-static .email-container-sm button {
    border: none;
    background-color: #273b09;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease;
    width: 100%;
}
/**************************
* 5. fun fact styles
***************************/
.fun-fact .single-fun-fact {
  text-align: center;
}
.fun-fact .single-fun-fact p {
  color: #656565;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.fun-fact .single-fun-fact span.counter {
  background: linear-gradient(to right, #EFA65C 0%, #2A6786 98%, #2A6786 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 200;
  font-size: 53px;
}
.fun-fact .separator {
  display: block;
  width: 100%;
  max-width: 1170px;
  margin: 70px auto 0 auto;
  height: 1px;
  background: rgba(83, 82, 83, 0.15);
}

/**************************
* 6. app features styles
***************************/
.app-features {
  /*padding-top: 100px;*/
}
.app-features .single-app-features i {
  color: #666666;
  font-size: 45px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  line-height: 1;
}
.app-features .single-app-features img {
    width: 50px;
}
.app-features .single-app-features h3,
.app-features .single-app-features p {
  margin: 0;
}
.app-features .single-app-features h3 {
  font-size: 20px;
  font-weight: 500;
  color: #150A33;
  margin-top: 17px;
  margin-bottom: 17px;
}
.app-features .single-app-features p {
  letter-spacing: .01em;
  color: #170b35;
  margin-bottom: 50px;
}

.app-features .single-app-features i {
  -webkit-background-clip: text;
}

.app-features .center .single-app-features i {
  -webkit-background-clip: text;
}
.app-features .center .single-app-features .line {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.app-features .owl-theme .owl-nav {
  margin: 0;
}
.app-features .owl-theme .owl-nav [class*=owl-] {
  background: #E9E8E8;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  line-height: 38px;
  font-size: 14px;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.app-features .owl-theme .owl-nav [class*=owl-] i {
  background: linear-gradient(to right, #EFA65C 0%, #2A6786 98%, #2A6786 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.app-features .owl-theme .owl-nav .owl-prev {
  left: 0;
}
.app-features .owl-theme .owl-nav .owl-next {
  right: 0;
}

/**************************
* 7. features styles
***************************/
.features-style-one {
    padding-top: 50px;
}
.features-style-one .feature-style-content {
  padding-top: 50px;
}
.features-style-one .feature-style-content.pl40 {
  padding-left: 40px;
}
.features-style-one .feature-style-content > i {
  font-size: 45px;
  background-color: #273b09;
  -webkit-background-clip: text;
  line-height: 1;
}
.features-style-one .feature-style-content h3 {
  margin: 0;
  color: #150A33;
  font-size: 32px;
  line-height: 48px;
  margin-top: 25px;
  margin-bottom: 20px;
}
.features-style-one .feature-style-content p {
  font-size: 16px;
  line-height: 27px;
  color: #656565;
  letter-spacing: .01em;
  margin: 0;
  margin-bottom: 20px;
}
.features-style-one .feature-style-content a.more {
  font-size: 16px;
  font-weight: 600;
  color: #6B40BF;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.features-style-one .feature-style-content a.more i {
  margin-left: 5px;
  vertical-align: middle;
}
.features-style-one .feature-style-content a.more:hover {
  color: #d43297;
}
.features-style-one img.has-dropshadow {
  -webkit-box-shadow: 0 16px 43px rgba(78, 48, 135, 0.24);
  box-shadow: 0 16px 43px rgba(78, 48, 135, 0.24);
    border-radius: 10px;
}

/**************************
* 8. video box styles
***************************/
.video-box {
  background: #D9378B url(../img/video-bg.jpg) center center no-repeat fixed;
  background-size: cover;
  position: relative;
  padding: 126px 0;
}
.video-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(61, 30, 130, 0.67);
}
.video-box .container {
  position: relative;
}
.video-box h3 {
  margin: 0;
  color: #fff;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 50px;
}
.video-box a.video-btn {
  width: 109px;
  height: 109px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  text-align: center;
  display: inline-block;
  line-height: 109px;
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.video-box a.video-btn i {
  display: inline-block;
  vertical-align: middle;
  width: 84px;
  height: 84px;
  color: #fff;
  font-size: 20px;
  line-height: 84px;
  border-radius: 50%;
  background: #D9378B;
}

/**************************
* 9. pricing styles
***************************/
.pricing-section {
  /* The switch - the box around the slider */
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
.pricing-section {
  padding-top: 120px;
}
.pricing-section .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  vertical-align: middle;
}
.pricing-section .switch input {
  display: none;
}
.pricing-section .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #6541c1;
  background: linear-gradient(to right, #EFA65C 0%, #2A6786 98%, #2A6786 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  -webkit-transition: .4s;
  transition: .4s;
}
.pricing-section .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.pricing-section .switch.on .slider {
  background: #273b09;
}
.pricing-section .switch.off .slider {
  background: #273b09;
}
.pricing-section input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
  box-shadow: 0 0 1px #2196F3;
}
.pricing-section .switch.off .slider:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
}
.pricing-section .slider.round {
  border-radius: 34px;
}
.pricing-section .slider.round:before {
  border-radius: 50%;
}
.pricing-section ul.switch-toggler-list {
  margin-bottom: 40px;
}
.pricing-section ul.switch-toggler-list li a {
  font-size: 18px;
  font-weight: 600;
  color: #323232;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}
.pricing-section ul.switch-toggler-list li.active a {
  color: #989898;
}
.pricing-section .pricing-row {
  padding-top: 20px;
}
.pricing-section .single-pricing {
  position: relative;
  background: #E8E6E6;
  border-radius: 15px;
}
.pricing-section .single-pricing:before {
  content: '';
  background: #fff;
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border-radius: 15px;
}
.pricing-section .single-pricing .inner {
  position: relative;
  padding-bottom: 45px;
  padding-top: 45px;
}
.pricing-section .single-pricing h3, .pricing-section .single-pricing p, .pricing-section .single-pricing ul, .pricing-section .single-pricing li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pricing-section .single-pricing h3.title {
  font-size: 24px;
  color: #170B35;
  font-weight: 600;
}
.pricing-section .single-pricing p.price {
  background: #273b09;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 53px;
  font-weight: 400;
  line-height: 1em;
  margin-bottom: 20px;
  margin-top: 20px;
}
.pricing-section .single-pricing p.price-label {
    font-size: 18px;
    font-weight: 400;
    color: #50494C;
}
.pricing-section .single-pricing ul.list-item {
  margin-top: 45px;
}
.pricing-section .single-pricing ul.list-item li {
  font-size: 14px;
  color: #170B35;
  font-weight: 500;
}
.pricing-section .single-pricing ul.list-item li i {
  vertical-align: middle;
  margin-right: 5px;
}
.pricing-section .single-pricing ul.list-item li i.fa-check {
  color: #12CE32;
}
.pricing-section .single-pricing ul.list-item li i.fa-times {
  color: #FF0302;
}
.pricing-section .single-pricing a.thm-btn {
  padding: 15px 57px;
  margin-top: 35px;
}
.pricing-section .single-pricing a.thm-btn:hover {
    -webkit-box-shadow: 0 15px 30px rgba(39, 59, 9, 0.27);
    box-shadow: 0 15px 30px rgba(39, 59, 9, 0.27);
}
.pricing-section .single-pricing.popular {
  background: #273b09;
  margin-top: -20px;
}
.pricing-section .single-pricing.popular .inner {
  padding-top: 65px;
  padding-bottom: 65px;
}
.pricing-section .single-pricing.popular .thm-btn {
  color: #fff;
    -webkit-box-shadow: 0 15px 30px rgba(39, 59, 9, 0.27);
    box-shadow: 0 15px 30px rgba(39, 59, 9, 0.27);
}
.pricing-section .single-pricing.popular .thm-btn:before {
  opacity: 0;
}
.pricing-section .tabed-content #year, .pricing-section .tabed-content #month {
  display: none;
}
.list-inline li {
  display: inline-block;
}
/**************************
* 10. intigration styles
***************************/
.intigration-section .intigration-content {
  padding-top: 40px;
}
.intigration-section h3 {
  margin: 0;
  color: #150A33;
  font-size: 32px;
  line-height: 48px;
  margin-top: 25px;
  margin-bottom: 20px;
}
.intigration-section p {
  font-size: 16px;
  line-height: 27px;
  color: #656565;
  letter-spacing: .01em;
  margin: 0;
  margin-bottom: 20px;
}
.intigration-section a.more {
  color: #6B40BF;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.intigration-section a.more i {
  margin-left: 5px;
  vertical-align: middle;
}
.intigration-section a.more:hover {
  color: #d43297;
}
.intigration-section .intigration-img-box {
  position: relative;
  display: block;
  min-height: 360px;
}
.intigration-section .intigration-img-box img {
  position: absolute;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 20px;
}
.intigration-section .intigration-img-box img:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
    -webkit-box-shadow: 0 15px 30px rgba(39, 59, 9, 0.27);
    box-shadow: 0 15px 30px rgba(39, 59, 9, 0.27);
}
.intigration-section .intigration-img-box img:nth-child(1) {
  top: 0;
  right: 185px;
}
.intigration-section .intigration-img-box img:nth-child(2) {
  top: 48px;
  right: 60px;
}
.intigration-section .intigration-img-box img:nth-child(3) {
  top: 170px;
  right: 350px;
}
.intigration-section .intigration-img-box img:nth-child(4) {
  top: 196px;
  right: 200px;
}
.intigration-section .intigration-img-box img:nth-child(5) {
  bottom: 0;
  right: 0;
}

/**************************
* 11. blog styles
***************************/
.blog-style-one {
  padding-top: 135px;
}
.blog-style-one .single-blog-post:hover .img-box img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.blog-style-one .single-blog-post:hover .img-box:after {
  opacity: 1;
}
.blog-style-one .single-blog-post .img-box {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.blog-style-one .single-blog-post .img-box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-style-one .single-blog-post .img-box > img {
  border-radius: 10px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-style-one .single-blog-post .text-box h3,
.blog-style-one .single-blog-post .text-box p,
.blog-style-one .single-blog-post .text-box ul,
.blog-style-one .single-blog-post .text-box li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-style-one .single-blog-post .text-box ul.meta-info {
  margin-top: 40px;
  margin-bottom: 15px;
}
.blog-style-one .single-blog-post .text-box ul.meta-info li {
  display: inline-block;
  vertical-align: middle;
}
.blog-style-one .single-blog-post .text-box ul.meta-info li:after {
  content: '';
  width: 5px;
  height: 5px;
  background: #6541c1;
  background: linear-gradient(to right, #EFA65C 0%, #2A6786 98%, #2A6786 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  border-radius: 50%;
  margin-left: 10px;
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle;
}
.blog-style-one .single-blog-post .text-box ul.meta-info li:last-child:after {
  display: none;
}
.blog-style-one .single-blog-post .text-box ul.meta-info li a {
  display: inline-block;
  vertical-align: middle;
  color: #656565;
  font-size: 16px;
}
.blog-style-one .single-blog-post .text-box h3 {
  font-size: 20px;
  font-weight: 500;
  color: #150A33;
  line-height: 30px;
  margin-bottom: 15px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-style-one .single-blog-post .text-box h3:hover {
  background: linear-gradient(to right, #EFA65C 0%, #2A6786 98%, #2A6786 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blog-style-one .single-blog-post .text-box p {
  color: #656565;
  margin-bottom: 15px;
}
.blog-style-one .single-blog-post .text-box a.read-more {
  background: linear-gradient(to right, #EFA65C 0%, #2A6786 98%, #2A6786 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 40px;
}
.blog-style-one .single-blog-post .text-box a.read-more i {
  background: linear-gradient(to right, #EFA65C 0%, #2A6786 98%, #2A6786 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 5px;
  vertical-align: middle;
}
.blog-style-one .single-blog-post .text-box:after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: #6541c1;
  background: linear-gradient(to right, #EFA65C 0%, #2A6786 98%, #2A6786 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-style-one .single-blog-post:hover .text-box:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.blog-style-one .center .single-blog-post .text-box:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.blog-style-one .owl-theme .owl-nav {
  margin: 0;
}
.blog-style-one .owl-theme .owl-nav [class*=owl-] {
  background: #E9E8E8;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  line-height: 38px;
  font-size: 14px;
  position: absolute;
  top: 18%;
}
.blog-style-one .owl-theme .owl-nav [class*=owl-] i {
  background: linear-gradient(to right, #EFA65C 0%, #2A6786 98%, #2A6786 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blog-style-one .owl-theme .owl-nav .owl-prev {
  left: -19px;
}
.blog-style-one .owl-theme .owl-nav .owl-next {
  right: -19px;
}

.blog-style-two .single-blog-post-style-two + .single-blog-post-style-two {
  margin-top: 80px;
}
.blog-style-two .single-blog-post-style-two .img-box {
  position: relative;
}
.blog-style-two .single-blog-post-style-two .img-box > img {
  width: 100%;
}
.blog-style-two .single-blog-post-style-two .img-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(1, 1, 1, 0.2);
}
.blog-style-two .single-blog-post-style-two .text-box {
  padding-top: 30px;
}
.blog-style-two .single-blog-post-style-two .text-box a.date {
  color: #CD3498;
  font-size: 16px;
  font-weight: 600;
}
.blog-style-two .single-blog-post-style-two .text-box h3 {
  font-size: 20px;
  color: #170B35;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.blog-style-two .single-blog-post-style-two .text-box p {
  font-size: 16px;
  line-height: 28px;
  color: #656565;
  letter-spacing: .01em;
  margin: 0;
}
.blog-style-two .single-blog-post-style-two .text-box .meta-info {
  border-top: 1px solid #E3E3E3;
  padding-top: 20px;
  margin-top: 20px;
}
.blog-style-two .single-blog-post-style-two .text-box .meta-info a,
.blog-style-two .single-blog-post-style-two .text-box .meta-info span.sep {
  display: inline-block;
  vertical-align: middle;
  color: #929191;
  font-size: 15px;
  letter-spacing: .01em;
}
.blog-style-two .single-blog-post-style-two .text-box .meta-info span.sep {
  margin-left: 10px;
  margin-right: 10px;
}
.blog-style-two .single-blog-post-style-two .text-box a.read-more {
  color: #fff;
  border-radius: 25px;
  font-size: 16px;
  background: #6541c1;
  background: linear-gradient(to right, #EFA65C 0%, #2A6786 98%, #2A6786 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  position: relative;
  display: inline-block;
  padding: 13px 35px;
  font-weight: 600;
  margin-top: 20px;
}
.blog-style-two .single-blog-post-style-two .text-box a.read-more > span {
  position: relative;
}
.blog-style-two .single-blog-post-style-two .text-box a.read-more:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 28px;
  background: #fff;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-style-two .single-blog-post-style-two .text-box a.read-more:hover {
  color: #170B35;
    -webkit-box-shadow: 0 15px 30px rgba(39, 59, 9, 0.27);
    box-shadow: 0 15px 30px rgba(39, 59, 9, 0.27);
}
.blog-style-two .single-blog-post-style-two .text-box a.read-more:hover:before {
  opacity: 1;
}
.blog-style-two .blog-post-pagination {
  margin-top: 80px;
}
.blog-style-two .blog-post-pagination a {
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
  line-height: 38px;
  color: #170B35;
  font-weight: 600;
  font-size: 18px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #CBCACA;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-style-two .blog-post-pagination a + a {
  margin-left: 10px;
}
.blog-style-two .blog-post-pagination a.active, .blog-style-two .blog-post-pagination a:hover {
  border-color: #cd339a;
  color: #fff;
  background: #cd339a;
}

.blog-details-page .has-right-sidebar {
  padding-right: 120px;
}
.blog-details-page .single-blog-post-style-two .text-box {
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 100px;
}
.blog-details-page .single-blog-post-style-two .text-box a {
  color: #0C7FE9;
}
.blog-details-page .single-blog-post-style-two .text-box h3 {
  margin: 0;
  margin-bottom: 15px;
}
.blog-details-page .single-blog-post-style-two .text-box .meta-info {
  border: none;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 15px;
}
.blog-details-page .single-blog-post-style-two .text-box .qoute {
  padding: 25px 0;
  padding-left: 30px;
  border-left: 7px solid #cd339a;
}
.blog-details-page .single-blog-post-style-two .text-box .qoute p {
  font-size: 18px;
  color: #656565;
  font-style: italic;
  line-height: 30px;
}
.blog-details-page .single-blog-post-style-two .text-box .qoute h3 {
  font-size: 16px;
  color: #150A33;
  font-weight: 600;
  margin: 0;
  margin-top: 10px;
}
.blog-details-page .single-blog-post-style-two .text-box .qoute span {
  color: #929191;
  font-size: 15px;
  display: inline-block;
  margin-top: 5px;
}
.blog-details-page .single-blog-post-style-two .text-box .tags-box ul,
.blog-details-page .single-blog-post-style-two .text-box .tags-box ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-details-page .single-blog-post-style-two .text-box .tags-box ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.blog-details-page .single-blog-post-style-two .text-box .tags-box ul li:last-child {
  margin-right: 0;
}
.blog-details-page .single-blog-post-style-two .text-box .tags-box ul li a {
  display: block;
  border: 1px solid #E0E0E0;
  padding: 4px 19.5px;
  font-size: 15px;
  color: #929191;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-details-page .single-blog-post-style-two .text-box .tags-box ul li a:hover {
  color: #fff;
  border-color: #CC3498;
  background: #CC3498;
}
.blog-details-page .single-blog-post-style-two .text-box .tags-box ul li.labled {
  color: #150A33;
  font-size: 15px;
  font-weight: 500;
  padding-right: 20px;
}
.blog-details-page .single-blog-post-style-two .text-box .social-box h4 {
  color: #150A33;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 20px;
}
.blog-details-page .single-blog-post-style-two .text-box .social-box ul,
.blog-details-page .single-blog-post-style-two .text-box .social-box li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-details-page .single-blog-post-style-two .text-box .social-box ul li {
  display: inline-block;
  vertical-align: middle;
}
.blog-details-page .single-blog-post-style-two .text-box .social-box ul li + li {
  margin-left: 10px;
}
.blog-details-page .single-blog-post-style-two .text-box .social-box ul li.facebook a {
  background: #3B5996;
}
.blog-details-page .single-blog-post-style-two .text-box .social-box ul li.twitter a {
  background: #21A0F0;
}
.blog-details-page .single-blog-post-style-two .text-box .social-box ul li.google a {
  background: #D63C32;
}
.blog-details-page .single-blog-post-style-two .text-box .social-box ul li.pinterest a {
  background: #BC0A1B;
}
.blog-details-page .single-blog-post-style-two .text-box .social-box ul li.email a {
  background: #7A8184;
}
.blog-details-page .single-blog-post-style-two .text-box .social-box ul li a {
  display: block;
  background: #7A8184;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 3px;
  padding: 4px 17px;
}
.blog-details-page .single-blog-post-style-two .text-box .social-box ul li a i {
  margin-right: 10px;
}
.blog-details-page .title-blog-details-page {
  margin-bottom: 35px;
}
.blog-details-page .title-blog-details-page h3 {
  margin: 0;
  color: #150A33;
  font-size: 24px;
  font-weight: 600;
}
.blog-details-page .single-recent-post {
  margin-bottom: 80px;
}
.blog-details-page .single-recent-post .text-box {
  padding-left: 15px;
  padding-top: 20px;
}
.blog-details-page .single-recent-post .text-box h3 {
  margin: 0;
  color: #150A33;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .01em;
  font-weight: 600;
  margin-bottom: 5px;
}
.blog-details-page .single-recent-post .text-box a.date {
  color: #929191;
  font-size: 15px;
  display: block;
}
.blog-details-page .comment-box-wrapper {
  margin-bottom: 80px;
}
.blog-details-page .comment-box-wrapper .single-comment-box + .single-comment-box {
  margin-top: 30px;
}
.blog-details-page .comment-box-wrapper .single-comment-box .img-box,
.blog-details-page .comment-box-wrapper .single-comment-box .text-box {
  display: table-cell;
  vertical-align: top;
}
.blog-details-page .comment-box-wrapper .single-comment-box .img-box {
  width: 75px;
}
.blog-details-page .comment-box-wrapper .single-comment-box .text-box {
  padding-left: 20px;
}
.blog-details-page .comment-box-wrapper .single-comment-box .text-box h3,
.blog-details-page .comment-box-wrapper .single-comment-box .text-box p {
  margin: 0;
}
.blog-details-page .comment-box-wrapper .single-comment-box .text-box span.date {
  display: block;
  line-height: 1em;
  color: #929191;
  font-weight: 500;
  font-size: 15px;
}
.blog-details-page .comment-box-wrapper .single-comment-box .text-box h3 {
  font-size: 16px;
  color: #150A33;
  font-weight: 600;
  margin-bottom: 15px;
}
.blog-details-page .comment-box-wrapper .single-comment-box .text-box p {
  font-size: 16px;
  color: #656565;
  line-height: 28px;
  margin-top: 15px;
}
.blog-details-page .comment-box-wrapper .single-comment-box .text-box a.reply {
  color: #150A33;
  font-size: 15px;
  font-weight: 500;
}
.blog-details-page .comment-box-wrapper .single-comment-box.second-level {
  padding-left: 100px;
}
.blog-details-page .comment-box-wrapper .single-comment-box.third-level {
  padding-left: 200px;
}
@media (max-width: 736px) {
  .blog-details-page .comment-box-wrapper .single-comment-box.second-level {
    padding-left: 0;
  }
  .blog-details-page .comment-box-wrapper .single-comment-box.third-level {
    padding-left: 0;
  }
}
.blog-details-page .comment-form input,
.blog-details-page .comment-form textarea {
  outline: none;
  width: 100%;
  height: 46px;
  border: 1px solid #E0E0E0;
  padding-left: 45px;
  display: block;
}
.blog-details-page .comment-form input.error,
.blog-details-page .comment-form textarea.error {
  background: rgba(255, 0, 0, 0.5);
}
.blog-details-page .comment-form label.error {
  display: none !important;
}
.blog-details-page .comment-form input {
  margin-bottom: 10px;
}
.blog-details-page .comment-form textarea {
  height: 116px;
  margin-top: 0;
  padding-top: 10px;
}
.blog-details-page .comment-form button.thm-btn {
  margin-top: 40px;
  padding: 13px 40px;
}
.blog-details-page .comment-form button.thm-btn:hover {
    -webkit-box-shadow: 0 15px 30px rgba(39, 59, 9, 0.27);
    box-shadow: 0 15px 30px rgba(39, 59, 9, 0.27);
}

/**************************
* 12. footer styles
***************************/
footer.footer {
  /*background: transparent url(../img/footer-bg.png) center top no-repeat;*/
  /*background-size: cover;*/
}
.subscribe-section {
  padding-bottom: 90px;
}
.subscribe-section .sec-title {
  margin-bottom: 70px;
}
.subscribe-section .subscribe-form {
    background-color: #e9f1e1;
    border-radius: 60px;
    padding: 34px 35px;
    padding-left: 70px;
    -webkit-box-shadow: 0 23px 42px rgba(0, 0, 0, 0.2);
    box-shadow: 0 23px 42px rgba(0, 0, 0, 0.2);
}
.subscribe-section .subscribe-form .left-content {
    position: relative;
    padding: 13px 0;
    padding-left: 45px;
}
.subscribe-section .subscribe-form i.fa-envelope {
    font-size: 24px;
    color: #273b09;
    display: inline-block;
    vertical-align: middle;
    float: left;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}
.subscribe-section .subscribe-form input {
    background-color: transparent;
    border: none;
    outline: none;
    color: #273b09;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid #273b09;
    width: 100%;
    max-width: 330px;
    float: left;
}
.subscribe-section .subscribe-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #273b09;
}
.subscribe-section .subscribe-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #273b09;
}
.subscribe-section .subscribe-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #273b09;
}
.subscribe-section .subscribe-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #273b09;
}
.subscribe-section .subscribe-form button[type=submit] {
  background: #273b09;
}
.subscribe-section .subscribe-form button[type=submit] span {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.subscribe-section .subscribe-form button[type=submit]:hover {
  background: #0E0F1F;
}
.subscribe-section .subscribe-form button[type=submit]:hover:before {
  opacity: 0;
}
.subscribe-section .subscribe-form button[type=submit]:hover span {
  background: none;
  -webkit-text-fill-color: #fff;
  color: #fff;
}
footer.footer .footer-widget-wrapper {
  padding: 40px 0;
}
footer.footer .footer-widget img {
  width: 200px;
}
.footer .footer-widget .title {
  margin-bottom: 15px;
}
.footer .footer-widget .title h3 {
  margin: 0;
  color: #1A0A37;
  font-size: 20px;
  font-weight: 600;
}
.footer .footer-widget p {
  color: #1A0A37;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  font-weight: 500;
}
.footer .footer-widget .social a {
  color: #8B8B8B;
  font-size: 20px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.footer .footer-widget .social a + a {
  margin-left: 20px;
}
footer.footer .footer-widget .social a:hover {
  background: linear-gradient(to right, #EFA65C 0%, #2A6786 98%, #2A6786 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
footer.footer .footer-widget.about-widget p {
  margin-top: 25px;
  margin-bottom: 15px;
}
footer.footer .footer-widget.contact-widget p {
  color: #656565;
}
footer.footer .footer-widget.contact-widget p span {
  color: #170B35;
  font-weight: 500;
  padding-right: 4px;
}
footer.footer .footer-widget.contact-widget p + p {
  margin-top: 5px;
}
footer.footer .footer-widget.links-widget {
  padding-right: 0;
}
footer.footer .footer-widget.links-widget ul.link-list li a {
  color: #656565;
  font-size: 14px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  font-weight: 500;
}
footer.footer .footer-widget.links-widget ul.link-list li a:hover {
  color: #4D07A0;
}
footer.footer .footer-widget.tweets-widget .single-tweet p {
  margin: 0;
  color: #656565;
  letter-spacing: .01em;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 5px;
}
footer.footer .footer-widget.tweets-widget .single-tweet p i {
  color: #1692F8;
  margin-right: 10px;
}
footer.footer .footer-widget.tweets-widget .single-tweet > a {
  color: #4D07A0;
  font-size: 14px;
  font-style: italic;
  letter-spacing: .025em;
}
footer.footer .footer-widget.tweets-widget .owl-theme .owl-nav {
  margin-top: 5px;
  text-align: left;
}
footer.footer .footer-widget.tweets-widget .owl-theme .owl-nav [class*=owl-] {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  padding: 0;
  text-align: center;
  background: #6B40BF;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  display: inline-block;
  vertical-align: middle;
}
footer.footer .footer-widget.tweets-widget .owl-theme .owl-nav [class*=owl-] i {
  margin: 0;
  padding: 0;
}
footer.footer .footer-widget.tweets-widget .owl-theme .owl-nav [class*=owl-]:hover {
  background: rgba(107, 64, 191, 0.5);
}
footer.footer .footer-widget.tweets-widget .owl-theme .owl-nav [class*=owl-next] {
  margin-left: 10px;
}
footer.footer .footer-widget.tweets-widget .owl-theme .owl-nav [class*=owl-next] i {
  position: relative;
  left: 1px;
}

.footer-bottom .footer-copyright {
  width: 100%;
  display: table;
  padding: 26px 0;
  border-top: 1px solid #d2d1d2;
}
.footer-bottom .footer-copyright .left-content {
  display: inline-block;
}
.footer-bottom .footer-copyright .right-content {
  display: inline-block;
}
.footer-bottom .left-content p span.sep {
  display: inline-block;
  vertical-align: middle;
}
.footer-bottom .left-content p a {
  color: #656565;
  display: inline-block;
  border-bottom: 1px solid #656565;
  line-height: 1em;
  vertical-align: middle;
}
.footer-bottom .right-content p,
.footer-bottom .left-content p {
  margin: 0;
  font-size: 14px;
  line-height: 26px;
  color: #383838;
  letter-spacing: .025em;
}
footer.footer .footer-widget.links-widget ul {
  margin: 0 -5px;
}
.footer-widget .link-list li {
  margin: 0 3px;
}
.scrollup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #273b09;
  color: #fff;
  font-size: 17px;
  line-height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  -webkit-box-shadow: 0 23px 42px rgba(0, 0, 0, 0.2);
  box-shadow: 0 23px 42px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

/**************************
* 13. inner banner styles
***************************/
.inner-banner {
  position: relative;
  background: #000 url(../img/inner-banner-bg.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 240px;
  padding-bottom: 120px;
}
.inner-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #6541c1;
  background: linear-gradient(to right, #EFA65C 0%, #2A6786 98%, #2A6786 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  opacity: .79;
}
.inner-banner .container {
  position: relative;
}
.inner-banner h3 {
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 600;
  margin: 0;
}
.inner-banner h3 span {
  color: #000000;
}
.inner-banner .breadcumb {
  line-height: 1em;
  margin-top: 25px;
}
.inner-banner .breadcumb a,
.inner-banner .breadcumb i,
.inner-banner .breadcumb span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
}
.inner-banner .breadcumb a {
  color: #000000;
  font-size: 16px;
}
.inner-banner .breadcumb i {
  color: #FFFFFF;
  font-size: 13px;
  margin-left: 7px;
  margin-right: 7px;
}
.inner-banner .breadcumb span {
  color: #FFFFFF;
  font-size: 16px;
}

/**************************
* 15. testimonials styles
***************************/
.testimonials-style-one .container {
  max-width: 970px;
  padding: 49px 0 0;
  position: relative;
}
.testimonials-style-one .container > img.testi-thumb {
  position: absolute;
  top: 0;
  left: 0;
}
.testimonials-style-one .title {
  margin-bottom: 15px;
}
.testimonials-style-one .title h3 {
  margin: 0;
  color: #170B35;
  font-size: 32px;
  line-height: 48px;
  font-weight: 600;
  padding-left: 35px;
}

.single-testimonial {
  padding-top: 10px;
}
.single-testimonial .img-box, .single-testimonial .text-box {
  display: table-cell;
  vertical-align: top;
}
.single-testimonial .img-box {
  width: 450px;
  margin-bottom: 30px;
}
.single-testimonial .img-box img {
  max-width: none;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
    -webkit-box-shadow: 0 15px 30px rgba(39, 59, 9, 0.27);
    box-shadow: 0 15px 30px rgba(39, 59, 9, 0.27);
  border-radius: 50%;
}
.single-testimonial .text-box img {
  max-width: none;
  width: auto;
}
.single-testimonial .text-box p {
  font-size: 18px;
  color: #656565;
  line-height: 26px;
  letter-spacing: .01em;
  margin: 0;
  margin-top: 25px;
  margin-bottom: 20px;
}
.single-testimonial .text-box h3 {
  margin: 0;
  color: #170B35;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.single-testimonial .text-box span {
  color: #6B40BF;
  font-size: 16px;
}

.testimonials-slider .bx-wrapper {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  margin-bottom: 0;
}
.testimonials-slider .bx-wrapper ul.slider {
  padding: 0;
  margin: 0;
}
.testimonials-slider .bx-wrapper .bx-controls-direction {
  text-align: center;
}
.testimonials-slider .bx-wrapper .bx-controls-direction a {
  text-indent: 0;
  background-image: none;
  color: #6B40BF;
  font-size: 27px;
  position: relative;
  top: 10px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.testimonials-slider .bx-wrapper .bx-controls-direction a:hover {
  color: #d43297;
}
.testimonials-slider .bx-wrapper .bx-prev {
  left: 0;
  margin-right: 25px;
}
.testimonials-slider .bx-wrapper .bx-next {
  right: 0;
}

#testimonials-slider-pager a.pager-item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
#testimonials-slider-pager a.pager-item:nth-child(1) {
  top: 92%;
  left: 33%;
}
#testimonials-slider-pager a.pager-item:nth-child(2) {
  top: 94%;
  left: 18%;
}
#testimonials-slider-pager a.pager-item:nth-child(3) {
  top: 74%;
  left: 2%;
}
#testimonials-slider-pager a.pager-item:nth-child(4) {
  top: 36%;
  left: 0;
}
#testimonials-slider-pager a.pager-item:nth-child(5) {
  top: 18%;
  left: 11%;
}
#testimonials-slider-pager a.pager-item:nth-child(6) {
  top: 9%;
  left: 25%;
}

@media (max-width: 768px) {
  #testimonials-slider-pager {
    display: none;
  }
}
/**************************
* 16. app screenshot styles
***************************/
.app-secreenshots .sec-title {
  margin-bottom: 70px;
}

.swiper-slider-area .container {
  position: relative;
}

.swiper-wrapper {
  height: 630px;
  width: 320px;
}

.row.appScreenshotCarousel-container.swiper-container-horizontal.swiper-container-3d.swiper-container-coverflow {
  position: relative;
  padding-bottom: 20px;
}

.swiper-slide.swiper-slide-active {
  border-radius: 35px;
}

.screen-mobile-image {
  background-image: url(../img/iphone-moc.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  height: 645px;
  left: calc(50% + 0.5px);
  position: absolute;
  top: 24px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 301px;
  z-index: 2;
  -webkit-box-shadow: 0 23px 42px rgba(0, 0, 0, 0.2);
  box-shadow: 0 23px 42px rgba(0, 0, 0, 0.2);
  border-radius: 40px;
}

.swiper-slide.swiper-slide-active {
  background-size: 100% 100%;
}

.swiper-wrapper {
  padding: 30px 0 40px;
}

.swiper-slide.swiper-slide-next {
  -webkit-box-shadow: 30px 0 20px rgba(0, 0, 0, 0.18);
  box-shadow: 30px 0 20px rgba(0, 0, 0, 0.18);
}

.swiper-slide.swiper-slide-prev {
  -webkit-box-shadow: -30px 0 20px rgba(0, 0, 0, 0.18);
  box-shadow: -30px 0 20px rgba(0, 0, 0, 0.18);
}

/**************************
* 17. how app work styles
***************************/
.how-app-work-section {
    padding-top: 100px;
    overflow: hidden;
    background-color: #e9f1e1;
    padding-bottom: 100px;
}
.how-app-work-section .title {
  margin-bottom: 40px;
}
.how-app-work-section .title h3 {
  margin: 0;
  color: #170B35;
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 20px;
}
.how-app-work-section .how-app-work-content-wrap {
  /*padding-left: 85px;*/
}
.how-app-work-section .how-app-work-content {
  padding-top: 30px;
  /*padding-bottom: 45px;*/
  /*margin-bottom: 40px;*/
  position: relative;
}
.how-app-work-section .how-app-work-content:before {
    content: '';
    width: 2px;
    height: 85%;
    position: absolute;
    top: 40px;
    left: 45px;
    background-color: #273b09;
}

.how-app-work-section .single-how-app-work {
  padding-left: 10px;
}
.how-app-work-section .single-how-app-work + .single-how-app-work {
  margin-top: 60px;
}
.how-app-work-section .single-how-app-work .icon-box,
.how-app-work-section .single-how-app-work .text-box {
  display: table-cell;
  vertical-align: middle;
}
.how-app-work-section .how-app-work-content .i-icon{
  display: inline-block;
  width: 44px;
  height: 44px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.how-app-work-section .single-how-app-work .icon-box .inner {
    width: 74px;
    height: 74px;
    background: #273B09;
    position: relative;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.how-app-work-section .single-how-app-work .text-box {
  padding-left: 40px;
}
.how-app-work-section .single-how-app-work .text-box h4,
.how-app-work-section .single-how-app-work .text-box p {
  margin: 0;
}
.how-app-work-section .single-how-app-work .text-box h4 {
  font-size: 20px;
  color: #150A33;
  font-weight: 500;
}
.how-app-work-section .single-how-app-work .text-box p {
  font-size: 14px;
  line-height: 27px;
  color: #656565;
  margin-top: 10px;
}
.how-app-work-section .download-btn {
  display: inline-block;
  vertical-align: middle;
  background: #6541c1;
  background: linear-gradient(to right, #EFA65C 0%, #2A6786 98%, #2A6786 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  position: relative;
  padding: 12px 0;
  padding-left: 80px;
  border-radius: 28px;
  padding-right: 40px;
}
.how-app-work-section .download-btn:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 28px;
  background: #fff;
  opacity: 1;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.how-app-work-section .download-btn i.fab {
  font-size: 30px;
  background: linear-gradient(to right, #EFA65C 0%, #2A6786 98%, #2A6786 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 35px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.how-app-work-section .download-btn span.inner {
  position: relative;
  display: block;
}
.how-app-work-section .download-btn span.avail,
.how-app-work-section .download-btn span.store-name {
  display: block;
  background: linear-gradient(to right, #EFA65C 0%, #2A6786 98%, #2A6786 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  line-height: 1em;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.how-app-work-section .download-btn span.avail {
  font-size: 12.5px;
}
.how-app-work-section .download-btn span.store-name {
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 5px;
}
.how-app-work-section .download-btn.active, .how-app-work-section .download-btn:hover {
    -webkit-box-shadow: 0 15px 30px rgba(39, 59, 9, 0.27);
    box-shadow: 0 15px 30px rgba(39, 59, 9, 0.27);
}
.how-app-work-section .download-btn.active:before, .how-app-work-section .download-btn:hover:before {
  opacity: 0;
}
.how-app-work-section .download-btn.active i.fab,
.how-app-work-section .download-btn.active span.avail,
.how-app-work-section .download-btn.active span.store-name, .how-app-work-section .download-btn:hover i.fab,
.how-app-work-section .download-btn:hover span.avail,
.how-app-work-section .download-btn:hover span.store-name {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.how-app-work-section .download-btn.active {
  margin-right: 15px;
}
.how-app-work-section .how-app-work-slider-wrapper {
  position: relative;
  width: 305px;
  height: 655px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
    -webkit-box-shadow: 0 15px 30px rgba(39, 59, 9, 0.27);
    box-shadow: 0 15px 30px rgba(39, 59, 9, 0.27);
}
.how-app-work-section .how-app-work-screen-mobile-image {
  background-image: url(../img/fature-moc.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  height: 655px;
  left: calc(50% + 0.5px);
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 310px;
  z-index: 2;
}
.how-app-work-section .bx-wrapper {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50px;
}
.how-app-work-section .bx-wrapper .slide-item {
  text-align: center;
}
.how-app-work-section .bx-wrapper .slide-item img {
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
}
.how-app-work-section .pager-item {
  display: block;
}
.how-app-work-section .pager-item + .pager-item {
  margin-top: 40px;
}
.how-app-work-section .pager-item.active .icon-box .inner:before {
  opacity: 0;
}
.how-app-work-section .pager-item.active .icon-box .inner i {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.how-app-work-section .how-app-work-slider-content {
  position: relative;
}
.how-app-work-section .how-app-work-slider-content img.circled-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


/**************************
* 18. inner banner styles
***************************/
.out-banner {
    padding-top: 120px;
    padding-bottom: 0;
}
.out-banner .container {
    position: relative;
}
.out-banner h3 {
    font-size: 36px;
    color: #1b4c6b;
    font-weight: 600;
    margin: 0;
}
.out-banner h3 span {
    color: #000000;
}
.out-banner .breadcumb {
    line-height: 1em;
    margin-top: 25px;
}
.out-banner .breadcumb a,
.out-banner .breadcumb i,
.out-banner .breadcumb span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1em;
}
.out-banner .breadcumb a {
    color: #000000;
    font-size: 16px;
}
.out-banner .breadcumb i {
    color: #1b4c6b;
    font-size: 13px;
    margin-left: 7px;
    margin-right: 7px;
}
.out-banner .breadcumb span {
    color: #1b4c6b;
    font-size: 16px;
}


.bg {
  position: fixed;
  top: 3rem;
  left: -12rem;
  z-index: -1;
  opacity: 0;
}

.bg2 {
  position: fixed;
  bottom: -2rem;
  right: -3rem;
  z-index: -1;
  width: 9.375rem;
  opacity: 0;
}

@media screen and (min-width: 48rem) {
  section.test2 {
    display: flex;
    align-items: center;
  }
  .bg,
  .bg2 {
    opacity: 0.1;
  }
}

@media screen and (min-width: 93.75rem) {
  .swiper {
    width: 85%;
  }
}
/** 19. 404 page styles **/

.lng-menu {
    position: relative;
    display: inline-block;
    margin-left: 15px;
}

.lng-menu .menu-button {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    gap: 8px;
}

.lng-menu .menu-button:hover {
    border-color: #2A6786;
}

.lng-menu .menu-button .flag-icon {
    width: 24px;
    height: 19px;
    border-radius: 4px;
    object-fit: cover;
}

.lng-menu .menu-button .language-name {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.lng-menu .menu-button .arrow-icon {
    font-size: 12px;
    color: #666;
    transition: transform 0.3s ease;
}

.lng-menu .menu-button[aria-expanded="true"] .arrow-icon {
    transform: rotate(180deg);
}

.lng-menu .menu-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 8px 0;
    margin-top: 8px;
    display: none;
    z-index: 1000;
    opacity: 1;
}

.lng-menu .menu-dropdown.show {
    display: block;
}

.lng-menu .language-item {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
}

.lng-menu .language-item:hover {
    background: #f5f5f5;
}

.lng-menu .language-item.active {
    background: #f0f0f0;
    font-weight: 500;
}

.lng-menu .language-item .flag-icon {
    width: 24px;
    height: 19px;
    margin-right: 12px;
    border-radius: 4px;
    object-fit: cover;
}

.lng-menu .language-item .language-name {
    font-size: 14px;
    color: #333;
}

@media (max-width: 768px) {
    .lng-menu .menu-dropdown {
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-height: 80vh;
        border-radius: 16px 16px 0 0;
        margin: 0;
        transform: translateY(100%);
        overflow-y: auto;
    }

    .lng-menu .menu-dropdown.show {
        transform: translateY(0);
    }

    .lng-menu .language-item {
        padding: 12px 20px;
    }
}

/* header-area-start */
.header {
    padding: 20px 0;
}
.header__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.header__manu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.header__manu a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    color: var(--text-icons-secondary, #313A4E);
    transition: .3s;
}
.header__manu a:hover {
     color: #FF7F11;
 }
.header__manu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}
.header__select select {
    border-radius: 10px;
    border: 1px solid var(--bg-outline-light-outline, #CACFD8);
    display: flex;
    height: 48px;
    padding: 0 14px;
    align-items: center;
    width: 96px;
    background: #fff;
}
.header__btn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}
.header__btn a {
    border-radius: 10px;
    border: 1px solid var(--Primary-Default, #273B09);
    background: var(--bg-outline-white-bg, #FFF);
    padding: 16px 40px;
    display: flex;
    align-items: center;
    height: 48px;
    color: var(--text-icons-secondary, #313A4E);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    transition: .3s;
}
.header__btn a.active {
    border-radius: 10px;
    background: var(--Primary-Default, #273B09);
}
.header__btn a.active_btn {
    border-radius: 10px;
    background: var(--Primary-Default, #273B09);
    color: var(--text-icons-white, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

/* header-area-end */
/* ofcanvas   */
.header-off-btn.menu-trigger {
    display: block;
    background: rgb(88,165,254);
    background: -moz-linear-gradient(45deg, rgba(88,165,254,1) 20%, rgba(88,165,254,1) 20%, rgba(32,209,253,1) 99%);
    background: -webkit-linear-gradient(45deg, rgba(88,165,254,1) 20%,rgba(88,165,254,1) 20%,rgba(32,209,253,1) 99%);
    background: linear-gradient(45deg, rgba(88,165,254,1) 20%,rgba(88,165,254,1) 20%,rgba(32,209,253,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58a5fe', endColorstr='#20d1fd',GradientType=1 );
    text-align: center;
    height: 40px;
    line-height: 40px;
    width: 40px;
    z-index: 9;
    position: absolute;
    right: 23px;
    top: 50%;
    border-radius: 5px;
    transform: translateY(-50%);
}


.header-off-btn.menu-trigger.right {
    display: block !important;
}
.off-canvas-menu {
    width: 330px;
    background: #fff;
    position: fixed;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: -100%;
    transition: .3s;
    padding: 20px;
    overflow-y: scroll;
}
.off-canvas-menu .header-btn {
    margin-top: 30px;
    text-align: center;
    margin-left: 0;
}
.header-btn.off a {
    margin: 0;
}
.close-menu {
    display: flex;
    justify-content: end;
}
.close-menu a {
    /*! position: absolute; */
    right: 20px;
    /*! height: 32px; */
    color: #31285F;
    text-align: center;
    /*! line-height: 32px; */
    /*! border-radius: 50%; */
    top: 15px;
    /*! background: #AAE1F5; */
    /*! width: 32px; */
    margin-bottom: 4px;
}
.off-canvas-menu.active {
    left: 0;
}
.off-btn a:hover {
    background: #273B09;
    color: #fff;
}
.off-btn a.off-active:hover {
    background: #fff;
    color: #273B09;
}
.off-canvas-menu ul li a {
    display: block;
    padding: 10px 0;
    color: var(--text-icons-primary, #0D1321);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.off-canvas-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #313A4ECC;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;

}
.off-canvas-overlay.active {
    opacity: .6;
    z-index: 999;
    cursor: pointer;
}

.header__select-off a {
    height: 48px;
    padding: 16px;
    border-radius: 10px;
    border: 1px solid var(--bg-outline-light-outline, #CACFD8);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--text-icons-primary, #0D1321);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.off-canvas-menu ul {
    margin-top: 48px;
    padding: 0;
    list-style: none;
    margin-bottom: 48px;
}
.off-canvas-menu2.active {
    left: 0;
}
.off-canvas-menu2 {
    position: fixed;
    width: 330px;
    height: 100%;
    z-index: 999999;
    background: #fff;
    padding: 20px;
    left: -100%;
    transition: .3s;
}
.off__back a {
    padding: 12px 0;
    display: flex;
    align-items: center;
    color: var(--text-icons-primary, #0D1321);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    gap: 8px;
}
.off__back {
    margin-bottom: 32px;
}
.off-canvas-menu2 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.off-canvas-menu2 li a {
    color: var(--text-icons-primary, #0D1321);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    padding: 10px 0;
    gap: 8px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header-off-btn span {
    background: #283B91;
    height: 4px;
    width: 30px;
    display: block;
    border-radius: 14px;
    margin-bottom: 4px;
}
.header-off-btn {
    position: absolute;
    left: auto;
    z-index: 2;
    width: 30px;
    height: 22px;
    cursor: pointer;
    right: 70px;
}


.off-canvas-menu ul li {
    margin: 0;
}
.off-canvas-menu {
    display: block;
}

.header-off-btn.menu-trigger a {
    color: #31285F;
    font-size: 18px;
}

.ofcanvas a {
    display: block;
    padding: 7px 20px;
    color: #fff;
}


.header__select .nice-select {
    border-radius: 10px;
    border: 1px solid var(--bg-outline-light-outline, #CACFD8);
    height: 48px;
    display: flex;
    align-items: center;
    color: var(--text-icons-primary, #0D1321);
    font-feature-settings: 'salt' on;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    padding-right: 32px;
}

.header__select ul li a {
    height: auto !important;
}
.header__select ul {
    display: block;
}

.off-canvas-overlay.active {
    opacity: .9;
    visibility: visible;
}

.header-btn.of-log {
    display: flex;
    height: auto;
    justify-content: center;
    margin-top: 50px;
}

.header-mainmenu-2 .header-off-btn.menu-trigger a {
    color: #2F6F76;
}

.header-off-btn.menu-trigger.right {
    display: none !important;
}


.menu-trigger {
    /*! position: absolute; */
    top: 50%;
    /*! transform: translateY(-50%); */
    right: 18px;
    z-index: 999;
}
.menu-trigger a{
    /*! color: #fff; */
    height: 48px;
    width: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*! background: #005DC7; */
    padding: 0 25px;
    background: transparent !important;
    padding: 0;
    width: 63px;
}

.off-btn a {
    border-radius: 10px;
    border: 1px solid var(--Primary-Default, #273B09);
    background: var(--bg-outline-white-bg, #FFF);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    border-radius: 10px;
    border: 1px solid var(--Primary-Default, #273B09);
    background: var(--bg-outline-white-bg, #FFF);
    color: var(--text-icons-secondary, #313A4E);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    transition: .3s;
}
.off-btn {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 48px;
}
.off-btn a.off-active {
    border-radius: 10px;
    background: var(--Primary-Default, #273B09);
    color: #fff;
}
.header__select-off {
    display: flex;
    margin-bottom: 48px;
}
.header__select-off .nice-select {
    display: flex;
    width: 100%;
    height: 48px;
    align-items: center;
    border-radius: 10px;
    border: 1px solid var(--bg-outline-light-outline, #CACFD8);
}
.off__last-text a {
    gap: 20px;
    color: var(--text-icons-secondary, #313A4E);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.off__last-text {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}
.menu-trigger {
    display: none;
}



.header__btn a:hover {
    background: #273B09;
    color: #fff;
}
.header__btn a.active_btn:hover {
    background: #fff;
    color: #273B09;
}

.legal h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    color: #120309;
}
.legal h2 {
    font-size: 1.25rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    color: #120309;
}
.legal p {
    margin: 0.75rem 0;
    color: #120309;
}
.legal ol {
    padding-left: 1.5rem;
}
.legal li {
    margin-bottom: 0.75rem;
}
.legal ol li::marker {
    font-size: 1.25rem;
}
.legal a {
    color: #273b09;
    text-decoration: none;
}
.legal a:hover {
    text-decoration: underline;
}
.legal table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1em;
}
.legal th, td {
    border: 1px solid #ccc;
    padding: 8px 12px;
    text-align: left;
}
.legal th {
    background-color: #f0f0f0;
}
.mt--5 {
    margin-top: -5px;
}
