@font-face {
  font-family: "Lato";
  src: url(../fonts/Lato-Light.ttf) format("truetype");
  font-weight: 200;
}

@font-face {
  font-family: "Lato";
  src: url(../fonts/Lato-LightItalic.ttf) format("truetype");
  font-style: italic;
  font-weight: 200;
}

@font-face {
  font-family: "Lato";
  src: url(../fonts/Lato-Medium.ttf) format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "Lato";
  src: url(../fonts/Lato-Regular.ttf) format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Lato";
  src: url(../fonts/Lato-Bold.ttf) format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: "Lato";
  src: url(../fonts/Lato-Black.ttf) format("truetype");
  font-weight: 900;
}

@font-face {
  font-family: "Lato";
  src: url(../fonts/Lato-900.ttf) format("truetype");
  font-weight: 900;
}

@font-face {
  font-family: "LubalinGraphStd-Book";
  src: url(../fonts/LubalinGraphStd-Book.otf) format("opentype");
}

@font-face {
  font-family: "MinionPro-Regular";
  src: url(../fonts/MinionPro-Regular\ 2.otf) format("opentype");
}

@font-face {
  font-family: "AdobeFnt23";
  src: url(../fonts/AdobeFnt23.lst) format("opentype");
}

* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

:root {
  --primary-color1: #e48014;
  --title-color-dark: #000000;
  --text-color1: #3E003C;
  --white: #ffffff;
  --font-lato: "Lato", Arial, sans-serif;
  --font-Lubalin: "LubalinGraphStd-Book";
  --font-MinionPro: "MinionPro-Regular";
  --font-AdobeFnt23: "AdobeFnt23";
}

::-moz-selection {
  color: var(--white);
  background: var(--primary-color1);
}

::selection {
  color: var(--white);
  background: var(--primary-color1);
}

/*================================================
1. Mixins Css
=================================================*/
/*================================================
2. Global Css
=================================================*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  html {
    font-size: 97%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  html {
    font-size: 95%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 90%;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  html {
    font-size: 90%;
  }
}

@media (max-width: 576px) {
  html {
    font-size: 88%;
  }
}

body {
  font-family: var(--font-Jost);
  color: var(--text-color1);
  font-size: 17px;
  margin: 0;
}

button {
  outline: none;
  border: none;
}

input {
  outline: none;
  border: none;
}

a {
  text-decoration: none;
  color: #ed8e38
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: 0 solid;
}

input:focus,
textarea:focus,
button:focus {
  outline: none;
}

i.bx {
  vertical-align: middle;
}

.pt-120 {
  padding-top: 120px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pt-120 {
    padding-top: 90px;
  }
}

@media (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
}

.pt-90 {
  padding-top: 90px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pt-90 {
    padding-top: 70px;
  }
}

@media (max-width: 991px) {
  .pt-90 {
    padding-top: 60px;
  }
}

.pb-90 {
  padding-bottom: 90px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pb-90 {
    padding-bottom: 70px;
  }
}

@media (max-width: 991px) {
  .pb-90 {
    padding-bottom: 60px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 90px;
  }
}

@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

.pbb-120 {
  padding-top: 120px !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pbb-120 {
    padding-top: 90px !important;
  }
}

@media (max-width: 991px) {
  .pbb-120 {
    padding-top: 80px !important;
  }
}

.pb-65 {
  padding-bottom: 65px;
}

.mt-120 {
  margin-top: 120px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .mt-120 {
    margin-top: 90px;
  }
}

@media (max-width: 991px) {
  .mt-120 {
    margin-top: 80px;
  }
}

.mb-120 {
  margin-bottom: 120px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .mb-120 {
    margin-bottom: 90px;
  }
}

@media (max-width: 991px) {
  .mb-120 {
    margin-bottom: 80px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}

.sec-mb-100 {
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .sec-mb-100 {
    margin-bottom: 40px;
  }
}

.pt-80 {
  padding-top: 80px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pe-80 {
  padding-right: 80px;
}

.pb-60 {
  padding-bottom: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

.mb-70 {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .mb-70 {
    margin-bottom: 40px;
  }
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

@media (max-width: 767px) {
  .mt-70 {
    margin-top: 40px;
  }
}

.mb-95 {
  margin-bottom: 95px;
}

.bg--light {
  background: #FAFAFA;
}

/*=======================================
 preloader
=======================================*/

/*=======================================
 4. Buttons 
=======================================*/
.primary-btn {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--white);
  background-color: var(--primary-color1);
  border-radius: 10px 0px;
  display: inline-block;
}

.primary-btn2 {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--white);
  background-color: transparent;
  border-radius: 10px 0px;
  border: 1px solid;
  border-color: var(--primary-color1);
  display: inline-block;
}

.primary-btn2 i {
  margin-right: 8px;
}

.primary-btn3 {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--primary-color1);
  background-color: transparent;
  border-radius: 10px 0px;
  border: 1px solid;
  border-color: var(--primary-color1);
  display: inline-block;
}

.primary-btn3 i {
  margin-right: 8px;
}

.btn-md {
  padding: 10px 32px;
}

.btn-sm {
  padding: 7px 27px;
}

.mobile-search {
  background: rgba(0, 0, 0, 0.85);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  width: 100%;
  height: 100%;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  align-items: center;
  position: fixed;
  cursor: pointer;
  transform: scale(0);
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.65s ease;
  padding: 35px 100px;
}

.mobile-search.slide {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .mobile-search {
    padding: 20px;
  }
}

.mobile-search label {
  color: #fff;
  margin-bottom: 10px;
  font-family: saira, sans-serif;
}

.mobile-search input {
  border: none;
  border-radius: unset;
  width: 100%;
  background: 0 0;
  transition: 0.3s ease-in-out;
  color: #212121;
  margin-bottom: 0px;
  background: #fff;
  padding: 7px 12px;
  font-size: 13px;
  font-family: saira, sans-serif;
}

.search-cross-btn.search-again-btn {
  top: 16px;
  position: relative;
  right: -7px;
}

.mobile-search input::-moz-placeholder {
  font-family: saira, sans-serif;
  color: #696969;
}

.mobile-search input:-ms-input-placeholder {
  font-family: saira, sans-serif;
  color: #696969;
}

.mobile-search input::placeholder {
  font-family: saira, sans-serif;
  color: #696969;
}

.mobile-search .search-cross-btn {
  color: #fff;
  cursor: pointer;
  background: var(--primary-color1);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  line-height: 41px;
  transition: 0.5s ease;
}

.mobile-search .search-cross-btn.two {
  position: absolute;
  right: 50px;
  top: 50px;
}

.mobile-search .search-cross-btn:hover {
  background: var(--primary-color1);
  color: #fff;
}

.mobile-search .search-cross-btn i {
  font-size: 25px;
  cursor: pointer;
}

.mobile-search .search-cross-btn button {
  background: var(--primary-color1);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  transition: 0.35s;
}

.mobile-search .search-cross-btn button i {
  color: var(--white);
  transition: 0.35s;
}

.mobile-search .search-cross-btn button:hover {
  background-color: var(--white);
}

.mobile-search .search-cross-btn button:hover i {
  color: var(--primary-color1);
}

.mobile-search .search-cross-btn.one i {
  font-size: 18px;
  cursor: pointer;
}

/*=======================================
 5. Header
=======================================*/
header.style-1 {
  width: 100%;
  position: relative;
  z-index: 99;
  padding: 40px 15% 25px 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 3px 3px 30px rgba(32, 35, 56, 0.06);
  /* ––––––––––––––––––––––––––––––––––––––––––––––––––
  Mobile style's
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
}

@media (max-width: 1399px) {
  header.style-1 {
    padding: 30px 17% 30px 8%;
  }
}

@media (max-width: 1199px) {
  header.style-1 {
    padding: 30px 10% 30px 8%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  header.style-1 {
    padding: 0px 4%;
  }
}

@media (max-width: 767px) {
  header.style-1 {
    padding: 0px 4%;
  }
}

header.style-1.sticky {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 999;
  background: linear-gradient(98.3deg, rgba(111, 73, 2, 0.2) 0.45%, rgba(0, 0, 0, 0) 162.03%), linear-gradient(269.66deg, #000203 0.28%, #09161D 99.7%);
  box-shadow: 5px 3px 40px rgba(100, 100, 100, 0.1);
  -webkit-animation: smooth-header 0.65s linear;
  animation: smooth-header 0.65s linear;
}

@-webkit-keyframes smooth-header {
  0% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes smooth-header {
  0% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0px);
  }
}

header.style-1 .top-nav {
  display: flex;
  justify-content: end;
}

@media (max-width: 991px) {
  header.style-1 .top-nav {
    justify-content: start;
  }
}

header.style-1 .top-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

header.style-1 .top-nav ul li {
  display: inline-block;
  text-align: left;
  padding: 0 12px;
  position: relative;
}

@media (max-width: 991px) {
  header.style-1 .top-nav ul li {
    display: block;
    padding: 0;
  }
}

header.style-1 .top-nav ul li::after {
  content: "";
  height: 10px;
  width: 1px;
  background-color: #88746a;
  position: absolute;
  right: -2px;
  top: 52%;
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  header.style-1 .top-nav ul li::after {
    display: none;
    visibility: hidden;
  }
}

header.style-1 .top-nav ul li:nth-child(7)::after {
  display: none;
  visibility: hidden;
}

header.style-1 .top-nav ul li a {
  font-size: 11px;
  font-family: var(--font-lato);
  font-weight: heavey;
  text-transform: uppercase;
  color: #88746a;
  transition: 0.35s;
}

header.style-1 .top-nav ul li a:hover {
  color: var(--text-color1);
}

@media (max-width: 991px) {
  header.style-1 .top-nav ul li a {
    display: block;
    padding: 5px 30px;
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    font-family: var(--font-Lubalin);
    box-sizing: border-box;
  }
}

header.style-1 .top-nav ul li.active a {
  color: var(--primary-color1);
}

@media (max-width: 991px) {
  header.style-1 .top-nav ul li.active a {
    color: var(--text-color1);
  }
}

header.style-1 .top-nav ul li.search {
  position: relative;
  margin-left: 250px;
  margin-right: -180px;
  margin-top: 20px;
}

@media (max-width: 1399px) {
  header.style-1 .top-nav ul li.search {
    margin-right: -130px;
    margin-left: 200px;
  }
}

@media (max-width: 991px) {
  header.style-1 .top-nav ul li.search {
    display: none;
    visibility: hidden;
  }
}

@media (max-width: 1199px) {
  header.style-1 .top-nav ul li.search {
    margin-right: -40px;
    margin-left: 110px;
  }
}

header.style-1 .top-nav ul li.search::after {
  display: none;
  visibility: hidden;
}

header.style-1 .top-nav ul li.search .search-wrapper {
  background: url(../images/top-search-bg.png) no-repeat scroll 236px 8px #3E003C;
  display: none;
  margin-right: -130px;
  padding: 10px 10px 20px 20px;
  position: absolute;
  left: -118%;
  top: 0;
  width: 267px;
  z-index: 999;
}

header.style-1 .top-nav ul li.search .search-wrapper p {
  color: #fff;
  font-family: "Lato", Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
}

header.style-1 .top-nav ul li.search .search-wrapper input {
  background: #fff;
  color: #000;
  float: left;
  font-family: "Lato", Arial, sans-serif;
  height: 24px;
  padding-left: 5px;
  width: 205px;
}

header.style-1 .top-nav ul li.search .search-wrapper label {
  display: none;
  visibility: hidden;
}

header.style-1 .top-nav ul li.search i {
  font-size: 15px;
  color: #88746a;
}

header.style-1 .header-logo {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  header.style-1 .header-logo {
    width: 100px;
    padding: 20px 0;
  }
}

header.style-1 .header-logo img {
  width: 190px;
}

header.style-1 nav {
  position: relative;
}

header.style-1 header.dark nav {
  background-color: rgba(255, 255, 255, 0.5);
}

header.style-1 header.light nav {
  background-color: rgba(0, 0, 0, 0.5);
}

header.style-1 ul.main-nav {
  list-style-type: none;
  padding: 0px;
  font-size: 0px;
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  header.style-1 ul.main-nav {
    padding-top: 50px;
  }
}

header.style-1 ul.main-nav>li {
  display: inline-block;
  padding: 0;
}

header.style-1 ul.main-nav>li>a {
  display: block;
  padding: 0px 30px;
  position: relative;
  color: #000;
  font-size: 36px;
  font-family: var(--font-Lubalin);
  box-sizing: border-box;
}

@media (max-width: 991px) {
  header.style-1 ul.main-nav>li>a {
    color: var(--white);
  }
}

header.style-1 ul.main-nav>li>a.active {
  color: var(--primary-color1);
}

@media (max-width: 991px) {
  header.style-1 ul.main-nav>li>a.active {
    color: var(--text-color1);
  }
}

header.style-1 ul.main-nav>li:last-child>a {
  padding: 0 0 0 30px;
}

header.style-1 ul.main-nav>li:hover>a {
  color: #333;
  font-weight: 400;
}

header.style-1 ul.main-nav>li ul.sub-menu-lists {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: block;
}

header.style-1 ul.main-nav>li ul.sub-menu-lists>li {
  padding: 2px 0;
}

header.style-1 ul.main-nav>li ul>li>a {
  font-size: 14px;
}

header.style-1 .sub-menu-head {
  margin: 10px 0;
}

header.style-1 .banners-area {
  margin-top: 20px;
  padding-top: 15px;
}

header.style-1 .banners-area img {
  width: 150px;
}

a.slider-read-more {
  border: 1px solid #000;
  color: #000;
  padding: 10px 30px;
  display: inline-block;
  font-family: var(--font-lato);
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 25px;
  transition: all 0.3s;
}

a.slider-read-more:hover {
  background: var(--primary-color1);
  border-color: var(--primary-color1);
  color: #fff;
}

.dropdowncus {
  font-size: 30px;
  color: var(--white);
  position: absolute;
  right: 30px;
  top: 5px;
  display: none;
  visibility: hidden;
}

.dropdowncus.active::before {
  content: '\F2EA';
  font-family: 'Bootstrap-icons';

}

@media (max-width: 991px) {
  /* .dropdowncus {
    display: block;
    visibility: visible;
  } */

  .top-level-link {
    position: relative;
  }
}

@media only screen and (max-width: 991px) {
  header.style-1 {
    /*

    .ic.menu:focus ~ .ic.close { opacity: 1.0; z-index : 21;  }
    .ic.close:focus { opacity: 0; }
    */
    /* Main Menu for Handheld Devices  */
  }

  header.style-1 .sub-menu-head {
    color: var(--text-color1);
    font-family: var(--font-Lubalin);
    font-size: 20px;
  }

  header.style-1 .ic.menu {
    display: block;
  }

  header.style-1 header.dark .ic.menu .line {
    background-color: #000;
  }

  header.style-1 header.light .ic.menu .line {
    background-color: #000;
  }

  header.style-1 .ic.menu .line {
    transition: all 0.4s ease 0s;
    transform: rotate(0deg);
    transform-origin: center center;
  }

  header.style-1 .ic.menu:focus .line {
    background-color: #000 !important;
  }

  header.style-1 .ic.menu:focus .line:nth-child(1) {
    transform: rotate(45deg);
  }

  header.style-1 .ic.menu:focus .line:nth-child(2) {
    transform: rotate(-45deg);
    margin-top: -10px;
  }

  header.style-1 .ic.menu:focus .line:nth-child(3) {
    transform: translateY(15px);
    opacity: 0;
  }

  header.style-1 .ic.menu:focus {
    outline: none;
  }

  header.style-1 .ic.menu:focus~.ic.close {
    opacity: 1;
    z-index: 21;
    outline: none;
  }

  header.style-1 .ic.menu:hover,
  header.style-1 .ic.menu:focus {
    opacity: 1;
  }

  header.style-1 nav {
    background-color: transparent;
  }

  header.style-1 .search-and-menu {
    position: absolute;
    top: 24px;
    right: 35px;
    align-items: center;
    gap: 20px;
  }

  header.style-1 .mobile-menu-btn i {
    font-size: 25px;
    color: var(--text-color1);
  }

  header.style-1 .menu-close-btn {
    position: absolute;
    right: 50px;
    top: 50px;
  }

  header.style-1 .menu-close-btn i {
    font-size: 25px;
    color: var(--white);
  }

  header.style-1 .main-menu-wrap {
    z-index: 2;
    padding: 50px 0;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 0px;
    background-color: #3E003C;
    height: 100%;
    overflow: auto;
    transition-duration: 0.6s;
  }

  header.style-1 .main-menu-wrap.slide {
    width: 100%;
    background-color: var(--primary-color1);
    opacity: 1;
  }

  header.style-1 .main-menu-wrap.slide .main-nav * {
    opacity: 1;
  }

  header.style-1 .mobile-menu-logo {
    padding: 0px 30px 50px;
    display: flex;
    justify-content: center;
  }

  header.style-1 .mobile-menu-logo img {
    max-width: 180px;
  }

  header.style-1 ul.main-nav>* {
    transition-property: opacity;
    transition-duration: 0.4s;
    opacity: 0;
  }

  header.style-1 ul.main-nav>li>a:after {
    display: none;
  }

  header.style-1 ul.main-nav>li:first-child {
    border-radius: 0px;
  }

  header.style-1 ul.main-nav>li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}

@media only screen and (max-width: 991px) and (max-width: 991px) {
  header.style-1 ul.main-nav>li {
    border-bottom: unset;
  }
}

@media only screen and (max-width: 991px) {
  header.style-1 ul.main-nav>li>a {
    font-weight: 600;
  }
}

@media only screen and (max-width: 991px) {
  header.style-1 ul.main-nav>li ul.sub-menu-lists>li a {
    color: #fff;
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  header.style-1 .sub-menu-head {
    font-size: 18px;
    font-weight: 700;
  }
}

@media only screen and (max-width: 991px) {
  header.style-1 ul.main-nav>li:hover {
    background-color: transparent;
  }
}

@media only screen and (max-width: 991px) {
  header.style-1 ul.main-nav>li:hover>a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
  }
}

@media only screen and (max-width: 991px) {
  header.style-1 .ic.menu:focus~ul.main-nav>li>div.sub-menu-block {
    position: relative;
    visibility: visible;
    opacity: 1;
    background: #3E003C;

  }
}

@media only screen and (max-width: 991px) and (max-width: 991px) {
  header.style-1 .ic.menu:focus~ul.main-nav>li>div.sub-menu-block {
    background: var(--primary-color1);
  }
}

@media only screen and (max-width: 991px) {
  header.style-1 .sub-menu-block {
    padding: 0 30px;
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  header.style-1 .banners-area {
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 991px) {
  header.style-1 .banners-area div {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 991px) {
  header.style-1 .banners-area {
    border-top: 1px solid #444;
  }
}

@media only screen and (min-width: 991px) {
  header.style-1 {
    /* Main Menu for Desktop Devices  */
    /* Sub Menu */
    /* List Separator: Outer Border */
    /* List Separator: Inner Border */
    /* Drop Down/Up Arrow for Mega Menu */
  }

  header.style-1 .ic.menu {
    color: #000;
    display: none;
  }

  header.style-1 ul.main-nav {
    display: block;
    position: relative;
  }

  header.style-1 .sub-menu-block {
    padding: 20px;
  }

  header.style-1 ul.main-nav>li>div.sub-menu-block {
    visibility: hidden;
    background: #3E003C;
    position: absolute;
    margin-top: 0px;
    width: 100%;
    color: #fff;
    left: 0;
    box-sizing: border-box;
    z-index: 3;
    font-size: 16px;
    opacity: 0;
    /*CSS animation applied for sub menu : Slide from Top */
    transition: all 0.4s ease 0s;
    transform: rotateX(90deg);
    transform-origin: top center;
  }
}

@media only screen and (min-width: 991px) and (max-width: 991px) {
  header.style-1 ul.main-nav>li>div.sub-menu-block {
    background: var(--primary-color1);
    padding-top: 10px;
  }
}

@media only screen and (min-width: 991px) {
  header.style-1 ul.main-nav>li>div.sub-menu-block h2 {
    font-family: var(--font-Lubalin);
  }
}

@media only screen and (min-width: 991px) {
  header.style-1 ul.main-nav>li>div.sub-menu-block a {
    color: var(--title-color-dark);
    font-family: var(--font-lato);
    font-weight: 400;
    transition: 0.35s;
  }

  header.style-1 ul.main-nav>li>div.sub-menu-block a:hover {
    color: var(--primary-color1);
  }
}

@media only screen and (min-width: 991px) and (max-width: 991px) {
  header.style-1 ul.main-nav>li>div.sub-menu-block a:hover {
    color: var(--text-color1);
  }
}

@media only screen and (min-width: 991px) {
  header.style-1 ul.main-nav>li:hover>div.sub-menu-block {
    background: #F3F0EA;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0deg);
  }
}

@media only screen and (min-width: 991px) and (max-width: 991px) {
  header.style-1 ul.main-nav>li:hover>div.sub-menu-block {
    background-color: var(--primary-color1);
  }
}

@media only screen and (min-width: 991px) {
  header.style-1 ul.main-nav>li>div.sub-menu-block>* {
    transition-property: opacity;
    transition-duration: 0.4s;
    opacity: 0;
  }
}

@media only screen and (min-width: 991px) {
  header.style-1 ul.main-nav>li:hover>div.sub-menu-block>* {
    opacity: 1;
  }
}

@media only screen and (min-width: 991px) {
  header.style-1 .sub-menu-head {
    font-size: 20px;
  }
}

@media only screen and (min-width: 991px) {
  header.style-1 header.dark ul.main-nav>li>a {
    border-right: 1px solid #bbb;
  }
}

@media only screen and (min-width: 991px) {
  header.style-1 header.light ul.main-nav>li>a {
    border-right: 1px solid #666;
  }
}

@media only screen and (min-width: 991px) {
  header.style-1 ul.main-nav>li>a:after {
    content: "";
    width: 2px;
    height: 40px;
    position: absolute;
    background: #88746a;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
}

@media only screen and (min-width: 991px) {
  header.style-1 ul.main-nav>li:last-child>a:after {
    display: none;
    visibility: hidden;
  }
}

@media only screen and (min-width: 991px) {
  header.style-1 header.dark ul.main-nav>li>a:after {
    background-color: #777;
  }
}

@media only screen and (min-width: 991px) {
  header.style-1 header.light ul.main-nav>li>a:after {
    background-color: #999;
  }
}

@media only screen and (min-width: 991px) {
  header.style-1 ul.main-nav>li>a.mega-menu>span {
    display: block;
    vertical-align: middle;
    cursor: pointer;
  }
}

@media only screen and (min-width: 991px) {
  header.style-1 .banners-area {
    border-top: 1px solid #ccc;
  }
}

header.style-1 .top-level-link .sm-text {
  display: flex;
  align-items: center;
  padding: 10px 30px;
}

header.style-1 .top-level-link .sm-text span {
  font-size: 18px;
  display: inline-block;
}

@media (max-width: 991px) {
  header.style-1 .top-level-link .sub-menu-block {
    padding-bottom: 25px;
  }
}

@media (max-width: 991px) {
  header.style-1 .top-level-link .sub-menu-block .sub-menu-lists li a {
    font-size: 16px;
    font-family: var(--font-lato);
    font-weight: 200;
  }
}

@media (max-width: 991px) {
  header.style-1 header.style-1 ul.main-nav>li {
    display: block;
    border-bottom: 1px solid red;
  }
}

@media only screen and (max-width: 959px) {
  header.style-1 .menu-container {
    width: 100%;
  }

  header.style-1 .menu-container .menu {
    display: inline-block;
  }

  header.style-1 .menu-mobile {
    display: block;
    float: right;
    padding: 20px 20px 0;
  }

  header.style-1 .menu-dropdown-icon:before {
    display: block;
  }

  header.style-1 .menu>ul {
    display: none;
    width: 100%;
  }

  header.style-1 .menu>ul>li {
    width: 100%;
    float: none;
    display: block;
  }

  header.style-1 .menu>ul>li a {
    padding: 1.5em;
    width: 100%;
    display: block;
  }

  header.style-1 .menu>ul>li>ul {
    position: relative;
    padding: 0 40px;
  }

  header.style-1 .menu>ul>li>ul.normal-sub {
    width: 100%;
  }

  header.style-1 .menu>ul>li>ul>li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }

  header.style-1 .menu>ul>li>ul>li:first-child {
    margin: 0;
  }

  header.style-1 .menu>ul>li>ul>li>ul {
    position: relative;
  }

  header.style-1 .menu>ul>li>ul>li>ul>li {
    float: none;
  }

  header.style-1 .menu .show-on-mobile {
    display: block;
  }
}

.main-nav li:last-child .sub-menu-block .icons-list li {
  display: flex;
  align-items: center;
}

.sub-menu-block {
  display: flex;
  justify-content: space-between
}

.sub-menu-block>ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sub-menu-block>ul>li {
  margin-bottom: 10px;

}

.sub-menu-block>ul>li:last-child {
  margin-bottom: 0px;

}

.sub-menu-block>ul li strong p {
  border-bottom: 1px solid #754273;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: 24px;
  font-family: var(--font-Lubalin);
  letter-spacing: 0.05rem;
  color: var(--title-color-dark);
}

.sub-menu-block ul.inline-column {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.sub-menu-block ul.inline-column li {
  margin-right: 20px;
}

.sub-menu-block ul.inline-column li p {
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .sub-menu-block>ul li strong p {
    font-size: 24px;
    font-family: var(--font-Lubalin);
    letter-spacing: 0.05rem;
    color: #754273;
  }

  a.orange2-txt.expertise-child {
    font-size: 16px;
    font-family: var(--font-lato);
    font-weight: 400;
    color: #fff;
  }

  a.orange2-txt {
    font-size: 16px;
    font-family: var(--font-lato);
    font-weight: 400;
    color: #fff;

  }

  .icons-list>li>a {
    height: 60px;
    width: 60px;
    background: #754273;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
  }

  .icons-list>li>a img {
    height: 50px;
    width: 50px;
  }

  .sub-menu-block .icons-list {
    margin-bottom: 10px;


  }

  .sub-menu-block {
    padding-top: 10px;

  }

  .main-menu-wrap .menu-btm nav {
    width: 100%;
  }


}

.menu-top-nav-container {
  margin-right: 190px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 991px) {
  .menu-top-nav-container {
    margin-right: 0px;
  }
}

/*=======================================
   6. Banner-section
=======================================*/
.banner-section1 {
  position: relative;
}

.banner-section1 .swiper-slide-active span {
  -webkit-animation: fadeInDown 1.7s;
  animation: fadeInDown 1.7s;
}

.banner-section1 .swiper-slide-active h1 {
  -webkit-animation: fadeInDown 1.7s;
  animation: fadeInDown 1.7s;
}

.banner-section1 .swiper-slide-active h2 {
  -webkit-animation: fadeInDown 1.7s;
  animation: fadeInDown 1.7s;
}

.banner-section1 .swiper-slide-active p {
  -webkit-animation: fadeInUp 1.7s;
  animation: fadeInUp 1.7s;
}

.banner-section1 .swiper-slide-active .primary-btn2 {
  -webkit-animation: fadeInUp 1.7s;
  animation: fadeInUp 1.7s;
}

.banner-section1 .swiper-slide {
  transition: 0.5s;
}

.banner-section1 .banner-wrapper {
  position: relative;
}

@media (max-width: 1399px) {
  .banner-section1 .banner-wrapper {
    height: 700px;
  }
}

.banner-section1 .banner-wrapper .bacground-img {
  width: 100%;
  height: 600px;
}

@media (max-width: 1399px) {
  .banner-section1 .banner-wrapper .bacground-img {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .banner-section1 .banner-wrapper .bacground-img {
    height: auto;
  }
}

.banner-section1 .banner-wrapper .banner-content {
  position: absolute;
  max-width: 1100px;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

@media (max-width: 991px) {
  .banner-section1 .banner-wrapper .banner-content {
    max-width: 750px;
  }
}

.banner-section1 .banner-wrapper .banner-content h1 {
  font-size: 4.2rem;
  font-family: var(--font-Lubalin);
  font-weight: book;
  letter-spacing: 0.3rem;
  line-height: 75px;
  margin-bottom: 50px;
}
.banner-section1.home-banner-section .banner-wrapper .banner-content.Black_white h1 {
  color: var(--title-color-dark);
}
.banner-section1.home-banner-section .banner-wrapper .banner-content.white_black h1 {
  color: var(--white);
}
.banner-section1.home-banner-section .banner-wrapper .banner-content.white_white h1 {
  color: var(--white);
}
.banner-section1.home-banner-section .banner-wrapper .banner-content.black_black h1 {
  color: var(--title-color-dark);
}

@media (max-width: 991px) {
  .banner-section1 .banner-wrapper .banner-content h1 {
    font-size: 4rem;
  }
}

@media (max-width: 767px) {
  .banner-section1 .banner-wrapper .banner-content h1 {
    font-size: 3.5rem;
    font-size: 3.0rem;
    line-height: 65px;
    line-height: 55px;
  }
}

.banner-section1 .banner-wrapper .banner-content p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 27px;
  color: var(--white);
  font-family: var(--font-lato);
  font-weight: 200;
  line-height: 34px;
}
.banner-section1.home-banner-section .banner-wrapper .banner-content.Black_white p {
  color: var(--white);
}
.banner-section1.home-banner-section .banner-wrapper .banner-content.white_black p {
  color: var(--title-color-dark);
}
.banner-section1.home-banner-section .banner-wrapper .banner-content.white_white p {
  color: var(--white);
}
.banner-section1.home-banner-section .banner-wrapper .banner-content.black_black p {
  color: var(--title-color-dark);
}

.banner-section1 .banner-wrapper .banner-content p a {
  font-style: italic;
  color: var(--white);
}

@media (max-width: 767px) {
  .banner-section1 .banner-wrapper .banner-content p {
    padding: 0px 20px;
    font-size: 20px;
    font-size: 19px;
    line-height: 29px;
  }
}

.banner-section1 .swiper-pagination {
  bottom: 50px;
}

@media (max-width: 767px) {
  .banner-section1 .swiper-pagination {
    bottom: 20px;
  }
}

.banner-section1 .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  background-color: transparent;
  border: 1px solid #fff;
  opacity: 1;
}

.banner-section1 .swiper-pagination-bullet-active {
  background-color: #fff;
}

.swiper-pagination-bullet-active {
  background-color: #e48014;
}

/*=======================================
   7. About Us-section
=======================================*/
.section-title h2 {
  font-size: 34px;
  font-family: var(--font-Lubalin);
  margin-bottom: 20px;
  color: var(--primary-color1);
}

.about-us-area {
  background-color: #F3F0EA;
  padding: 60px 0;
}

.about-us-area .about-content P {
  font-size: 22px;
  font-family: var(--font-lato);
  font-weight: 200;
  margin-bottom: 35px;
  line-height: 34px;
  color: var(--title-color-dark);
}

@media (max-width: 767px) {
  .about-us-area .about-content P {
    font-size: 22px;
    line-height: 34px;
  }
}

.about-us-area .go-btn {
  padding-top: 8px;
}

.about-us-area .go-btn a {
  font-size: 12px;
  font-family: var(--font-lato);
  font-weight: 700;
  color: var(--title-color-dark);
  border: 1px solid #000;
  padding: 10px 50px;
  display: inline-block;
  transition: 0.35s;
  text-transform: uppercase;
}

.about-us-area .go-btn a:hover