@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 {
