@font-face {
    font-family:'Rose-Velt';
    src: url('../fonts/Rose-Velt-Personal-Use-Only.ttf');
}
@font-face {
    font-family:'CormorantGaramond-Medium';
    src: url('../fonts/CormorantGaramond-Medium.ttf');
}
@font-face {
    font-family:'CormorantGaramond-Italic';
    src: url('../fonts/CormorantGaramond-Italic.ttf');
}
@font-face {
    font-family:'CormorantGaramond-Light';
    src: url('../fonts/CormorantGaramond-Light.ttf');
}
@font-face {
    font-family:'CormorantGaramond-Bold';
    src: url('../fonts/CormorantGaramond-Bold.ttf');
}
@font-face {
    font-family:'Antonio-Bold';
    src: url('../fonts/Antonio-Bold.ttf');
}
@font-face {
    font-family:'Antonio-Regular';
    src: url('../fonts/Antonio-Regular.ttf');
}
@font-face {
    font-family: 'Antonio-Semi-Bold';
    src: url('../fonts/Antonio-Regular.ttf');
}
@font-face {
    font-family:'Antonio-Light';
    src: url('../fonts/Antonio-Light.ttf');
}

   /* Ensures the section content is aligned properly */
.section-content {
  display: flex; /* Allow image and text to sit side-by-side */
  align-items: flex-start; /* Align the items to the top */
  margin-bottom: 40px; /* Adds space between sections */
}

.section-img {
  flex: 0 0 150px; /* Set the width for the image */
  margin-right: 20px; /* Adds space between the image and the text */
}

.section-img img {
  width: 150px;
  height: 150px;
  object-fit: cover; /* Ensures the image fits the container proportionally */
  border-radius: 8px; /* Optional: Adds rounded corners to the image */
}

.text-content {
  flex: 1; /* Take the remaining space for the text */
}

.text-content h2 {
  font-family: 'Rose-Velt', sans-serif;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  color: #afa7a1;
  margin-bottom: 10px;
}

.text-content p {
  font-size: 22px;
  color: #afa7a1;
  font-family: 'CormorantGaramond-Light', serif;
  margin-top: 0;
  line-height: 1.5;
}



body{ 
    font-size: 14px;
    font-family:'CormorantGaramond-Medium';
    position: relative;
    width: 100%;
    color: #fff;
    background-color: #111;
}
h1,h2,h3,h4,h5,h6{
    margin-top: 0;
    margin-bottom: 0;
    font-family:'Rose-Velt';
    line-height: 1.2;
    color: #afa7a1;
}
ul{
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}
li{
    color: #afa7a1;
    font-family:'CormorantGaramond-Medium';
}
label{
    color: #afa7a1;
}
a{
    color: #111;
}
a:hover{
    text-decoration:none;
    color: #9d814d;
}
p{
    color: #afa7a1;
    font-family:'AlbertSans-Regular';
    letter-spacing: 0.5px;
    font-size: 15px;
}
/*.container {
    width: 1300px;
}
*/
.mT0{
    margin-top: 0 !important;
}
.mT5{
    margin-top: 5px;
}
.mT10 {
    margin-top: 10px;
}

.mT15 {
    margin-top: 15px;
}

.mT20 {
    margin-top: 20px;
}

.mT25 {
    margin-top: 25px;
}

.mT30 {
    margin-top:30px !important;
}

.mT40 {
    margin-top: 40px;
}

.mT50 {
    margin-top: 50px !important;
}

.mT60 {
    margin-top: 60px !important;
}
.mT70 {
    margin-top: 70px !important;
}
.mT80 {
    margin-top: 80px !important;
}
.mT90 {
    margin-top: 80px !important;
}
.mT100 {
    margin-top: 100px !important;
}
.mT200 {
    margin-top: 200px !important;
}
.mT120 {
    margin-top: 120px !important;
}
.mL0 {
    margin-left: 0px;
}

.mL2 {
    margin-left: 2px;
}

.mL5 {
    margin-left: 5px;
}

.mL10 {
    margin-left: 10px;
}

.mL15 {
    margin-left: 15px;
}

.mL20 {
    margin-left: 20px;
}

.mL25 {
    margin-left: 25px;
}

.mL30 {
    margin-left: 30px;
}

.mL40 {
    margin-left: 40px;
}

.mL50 {
    margin-left: 50px;
}

.mL55 {
    margin-left: 55px;
}

.mR0 {
    margin-right: 0;
}

.mR2 {
    margin-right: 2px;
}

.mR5 {
    margin-right: 5px;
}

.mR10 {
    margin-right: 10px;
}

.mR12 {
    margin-right: 12px;
}

.mR14 {
    margin-right: 14px;
}

.mR15 {
    margin-right: 15px;
}

.mR18 {
    margin-right: 18px;
}

.mR20 {
    margin-right: 20px;
}

.mR21 {
    margin-right: 21px;
}

.mR22 {
    margin-right: 22px;
}

.mR23 {
    margin-right: 23px;
}

.mR24 {
    margin-right: 24px;
}

.mR25 {
    margin-right: 25px;
}

.mR30 {
    margin-right: 30px !important;
}

.mR40 {
    margin-right: 40px !important;
}

.mR45 {
    margin-right: 45px !important;
}

.mR50 {
    margin-right: 50px !important;
}

.mR55 {
    margin-right: 55px !important;
}

.mR60 {
    margin-right: 60px !important;
}

.mR65 {
    margin-right: 65px !important;
}

.mR70 {
    margin-right: 70px !important;
}

.mB0 {
    margin-bottom: 0px!important;
}

.mB5 {
    margin-bottom: 5px;
}

.mB10 {
    margin-bottom: 10px;
}

.mB15 {
    margin-bottom: 15px !important;
}

.mB20 {
    margin-bottom: 20px !important;
}

.mB28 {
    margin-bottom: 28px !important;
}

.mB30 {
    margin-bottom: 30px !important;
}

.mB35 {
    margin-bottom: 35px !important;
}

.mB40 {
    margin-bottom: 40px !important;
}

.mB45 {
    margin-bottom: 45px !important;
}

.mB50 {
    margin-bottom: 50px !important;
}

.mB60 {
    margin-bottom: 60px !important;
}

.mB80 {
    margin-bottom: 80px !important;
}

.mB100 {
    margin-bottom: 100px !important;
}

.p0 {
    padding: 0 !important;
}

.p2 {
    padding: 2px;
}

.p5 {
    padding: 5px;
}

.p6 {
    padding: 6px;
}

.p8 {
    padding: 8px;
}

.p10 {
    padding: 10px;
}

.p12 {
    padding: 12px;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px;
}

.p18 {
    padding: 18px;
}

.p25 {
    padding: 25px;
}

.p30 {
    padding: 30px;
}

.pT0 {
    padding-top: 0px !important;
}

.pT8 {
    padding-top: 8px;
}

.pT5 {
    padding-top: 5px;
}

.pT10 {
    padding-top: 10px;
}

.pT15 {
    padding-top: 15px;
}

.pT20 {
    padding-top: 20px;
}

.pT30 {
    padding-top: 30px;
}

.pT40 {
    padding-top: 40px;
}

.pT50 {
    padding-top: 50px;
}

.pT80 {
    padding-top: 80px;
}

.pB0 {
    padding-bottom: 0px !important;
}

.pB5 {
    padding-bottom: 5px;
}

.pB10 {
    padding-bottom: 10px;
}

.pB15 {
    padding-bottom: 15px;
}

.pB20 {
    padding-bottom: 20px;
}

.pB30 {
    padding-bottom: 30px;
}

.pB40 {
    padding-bottom: 40px;
}

.pB50 {
    padding-bottom: 50px;
}

.pB60 {
    padding-bottom: 60px !important;
}

.pB80 {
    padding-bottom: 80px;
}

.pL0 {
    padding-left: 0px;
}

.pL5 {
    padding-left: 5px;
}

.pL8 {
    padding-left: 8px;
}

.pL10 {
    padding-left: 10px;
}

.pL15 {
    padding-left: 15px;
}

.pL20 {
    padding-left: 20px;
}

.pL30 {
    padding-left: 30px;
}

.pL40 {
    padding-left: 40px;
}

.pL50 {
    padding-left: 50px;
}

.pL60 {
    padding-left: 60px;
}

.pL90 {
    padding-left: 90px;
}

 .pr0 {
    padding-right: 0;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pr25 {
    padding-right: 25px;
}

.pr30 {
    padding-right: 30px;
}

.pR90 {
    padding-right: 90px;
}

.margin-auto {
    margin: 0 auto
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}


header.main-header {
    position: relative;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 99;
    height: auto;
    background-color: #fffffff5;    
    border-bottom: 1px solid #c2b59b;
}
header.main-header .container-fluid{
    background-color: #000;
}
header.main-header .row{
    margin-right: 0;
    margin-left: 0;
}
header.main-header .col-md-12{
    padding-right: 0;
    padding-left: 0;
}
.nav-header {
    float: left;
}
.nav-header-right{
    float: right;
}
@media screen and (max-width: 1118px) {
  .nav {
    padding: 16px;
  }

  .nav__menu {
    background-color: white;
    position: absolute;
    left: 0;
    top: 2.5rem;
    width: 100%;
    height: calc(100vh - 3.5rem);
    overflow: auto;
    padding-block: 1.5rem 4rem;
    pointer-events: none;
    opacity: 0;
    transition: top 0.4s, opacity 0.3s;
  }

  .nav__menu::-webkit-scrollbar {
    width: 0.5rem;
  }

  .nav__menu::-webkit-scrollbar-thumb {
    background-color: hsl(220, 12%, 70%);
  }

  .dropdown__container {
    padding-left: 40px;
    border-radius: 0;
  }

  .dropdown__list {
    row-gap: 10px;
  }
}

.nav__link {
  color: #04091e;
  padding: 1.25rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s;
  font-weight: 500;
}

.nav.nav-dev .nav-list .nav__link:hover {
  color: #daed1a;
}

.nav__link:hover {
  background-color: #F5F5F5;
}

/* Show Menu */

.show-menu {
  opacity: 1;
  top: 71px;
  pointer-events: initial;
  z-index: 50;
}

.main-menu.sticky-header.affix .show-menu {
  top: 85px;
}

/* Show icon */

.show-icon .nav__toggle-menu {
  opacity: 0;
  transform: rotate(90deg);
}

.show-icon .nav__toggle-close {
  opacity: 1;
  transform: rotate(90deg);
}

/* Dropdown Button */

.dropdown__button {
  cursor: pointer;
}

.dropdown__arrow {
  font-size: 16px;
  transition: transform 0.4s;
}

.dropdown__content,
.dropdown__group,
.dropdown__list {
  display: grid;
}

.dropdown__container {
  /* background-color: rgb(213, 213, 239); */
  height: 0;
  overflow: hidden;
  transition: height 0.4s;
  border-radius: 6px;
}

.dropdown__icon {
  font-size: 1.25rem;
  color: #9d814d;
}

.drowpdown__link {
  font-size: 14px;
  font-weight: 500;
  color: #111111;
  transition: color 0.3s;
}

.drowpdown__link:hover {
  color: #9d814d;
}

.show-dropdown .dropdown__arrow {
  transform: rotate(180deg);
}

/* For small device */

@media screen and (max-width: 300px) {
  .dropdown__group {
    padding-left: 1.5rem;
  }
}

/* For large */

@media screen and (min-width: 1118px) {
  /* nav */

  .nav {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;  
  }

  .nav__toggle {
    display: none;
  }

  .nav__list {
    display: flex;
    -moz-column-gap: 15px;
         column-gap: 15px;
    height: 100%;
  }

  .nav__link {
    padding: 30px 0;
    font-size: 15px;
    color: #04091e;
    font-weight: 500;
    transition: all 0.3s;
  }

  .nav.nav-teacher .nav__link:hover {
    color: #fdcc04;
  }

  .nav.nav-dev .nav__link:hover {
    color: #daed1a;
  }

  .nav.nav-law .nav__link:hover {
    color: #ff3f00;
  }

  .nav__link:hover {
    background-color: initial;
  }

  /* Dropdown */

  .dropdown__button {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
    pointer-events: none;
  }

  .dropdown__container {
    height: -moz-max-content;
    height: max-content;
    position: absolute;
    width: 200px;
    left: 0;
    right: 0;
    top: 6.5rem;
    box-shadow: 5px 6px 60px rgba(17, 29, 59, 0.04);
    background-color: white;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    transition: top 0.4s, opacity 0.3s;
  }

  .dropdown__content {
    margin-inline: auto;
  }

  .dropdown__group {
    /* padding: 4rem 0; */
    align-content: baseline;
    /* row-gap: 1.25rem; */
  }

  .dropdown__icon {
    width: 60px;
    height: 60px;
  }

  .dropdown__icon i {
    font-size: 16px;
  }

  .dropdown__list li:first-child {
    padding-top: 15px;
  }

  .dropdown__list li {
    padding: 0 0 15px 20px;
  }

  .dropdown__link {
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s;
  }

  .dropdown__link:hover {
    color: #9d814d;
  }

  .dropdown__list.teacher-dropdown .dropdown__link:hover {
    color: #fdcc04;
  }

  .dropdown__list.law-dropdown .dropdown__link:hover {
    color: #ff3f00;
  }

  .dropdown__list.dev-dropdown .dropdown__link:hover {
    color: #daed1a;
  }

  .dropdown__item {
    cursor: pointer;
    position: relative;
  }

  .nav__link:hover,
  .dropdown__item:hover .nav__link {
    color: #9d814d;
  }

  .nav.nav-dev .nav__link:hover,
  .nav.nav-dev .dropdown__item:hover .nav__link {
    color: #daed1a;
  }

  .nav.nav-teacher .nav__link:hover,
  .nav.nav-teacher .dropdown__item:hover .nav__link {
    color: #fdcc04;
  }

  .nav.nav-law .nav__link:hover,
  .nav.nav-law .dropdown__item:hover .nav__link {
    color: #ff3f00;
  }

  /* rotate dropdown icon */

  .dropdown__item:hover .dropdown__arrow {
    transform: rotate(180deg);
  }

  /* show dropdown */

  .dropdown__item:hover > .dropdown__container {
    top: 84px;
    opacity: 1;
    pointer-events: initial;
    cursor: initial;
  }
}
.justify-between {
    justify-content: space-between;
}

.flex {
    display: flex;
}
.grow {
    flex-grow: 1;
}
.items-center {
    align-items: center;
}
.header-main {
  display: flex;
  justify-content: space-between;
    padding: 10px 0;
}

.header-left {
  display: flex;
  gap: 32px;
}
.hrader-left-item {
  display: flex;
  gap: 6px;
  align-items: center;
}

.hrader-left-item{
    display: none;
}
.hrader-left-item:last-child {
}

.hrader-left-item .icon {
  color: #9d814d;
}

.hrader-left-item .text p {
    font-size: 16px;
    font-weight: 400;
    color: #111;
    margin-bottom: 0;
    font-family: 'CircularStd-Bold';
    position: relative;
}
.hrader-left-item .text a{
    position: relative;
}
.hrader-left-item .text a:after {
    position: absolute;
    left: 0;
    bottom: 4px;
    z-index: -10;
    height: 0.5rem;
    width: 100%;
    content: "";
    background-color: #8fd3ff;
    background-image: linear-gradient(215deg, #9ed9ff 0%, #24fdfa 100%);
    opacity: 0.5;
}
.hrader-left-item .text p span {
  font-size: 18px;
  color: #111;
}
.search-btn{
    position: relative;
    padding: 27px 0;
}
.search-close {
  display: none;
}
.search-close {
    background-color: #f7be4e;
    border: 0px solid #edf8ff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    font-size: 18px;
}
.header__search {
    position: absolute;
    width: 300px;
    right: 0;
    top: 75px;
    z-index: 999;
    opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0px;
}
button.search-icon {
    background-color: #f7be4e;
    border: 0px solid #edf8ff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    font-size: 18px;
    position: relative;
}
button.search-icon i{
    color: #111;
}
.header__search.showed {
  top: 100px;
  opacity: 1;
  visibility: visible;
}
.header__search input {
  width: 100%;
  padding: 12px;
  outline: none;
  border: none;
  border-radius: 5px;
  text-transform: capitalize;
}
.header-right {
  display: flex;
  gap: 30px;
  color: #9d814d;
  align-items: center;
}

.header-right-item {
  display: flex;
}

.header-right-inner .icon {
  display: flex;
  gap: 6px;
  color: #111;
  line-height: 0;
}

.header-right-item .text p {
    font-weight: 500;
    font-size: 16px;
    color: #111;
    margin-bottom: 0;
}

.header-right-inner .icon i {
    background-color: #9d814d;
    font-size: 16px;
    transition: 0.5s;
    opacity: 1;
    height: 30px;
    width: 30px;
    line-height: 30px;
    padding: 0px 6px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}

.header-right-inner .icon i:hover {
    color: #9d814d;
    background-color: #edf8ff;
    opacity: 1;
}*/





.navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
  background-color: #fff;
}

.navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.navigation-portrait {
  height: 48px;
}

.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19998;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.align-to-right {
  float: right;
}

.nav-header {

}

.navigation-hidden .nav-header {
  display: none;
}

.nav-brand {
  line-height: 70px;
  padding: 0;
  color: #343a40;
  font-size: 24px;
  text-decoration: none !important;
}
.nav-brand img {
    width: 131px;
    padding: 0px 0px;
    position: absolute;
}

.stamp-img{
    
}
.stamp-img img {
    width: 100px;
    padding: 0px 0px;
    position: absolute;
    right: 15px;
    top: 25px;
    z-index: 99;
}
.nav-brand:hover,
.nav-brand:focus {
  color: #343a40;
}

.navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}

.nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}

.nav-logo:focus > img {
  outline: initial;
}

.navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}

.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #afa7a1;
    border-radius: 10px;
    box-shadow: 0 0.5em 0 0 #afa7a1, 0 1em 0 0 #afa7a1;
}

.navigation-portrait .nav-toggle {
  display: block;
}

.navigation-portrait .nav-menus-wrapper {
  width: 270px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #000;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}

.navigation-portrait
  .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}

.nav-menu {
    margin: 0;
    padding: 0px 0;
    list-style: none;
    line-height: normal;
    font-size: 0;
    margin-left: auto;
    float: none;
    text-align: center;
    margin-right: auto;
    display: flex;
    justify-content: center;
}
.navigation-portrait .nav-menu {
  width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
  float: none;
  text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered > li {
  float: none;
}

.nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Antonio-Regular';
    letter-spacing: 0.5px;
    font-size: 18px;
    transition: text-shadow 0.5s ease;
    padding: 30px 15px;
        cursor: pointer;
}

.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0;
      color: #fff;
    text-transform: uppercase;
    font-family: 'Antonio-Regular';
    letter-spacing: 0.5px;
    font-size: 18px;
    transition: text-shadow 0.5s ease;
    padding: 10px 10px 10px 30px;
}

.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #f0f0f0;
}

.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}

.nav-menu > li > a {
  height: auto;
/*  padding: 30px 15px;*/
    font-family: 'AlbertSans-Bold';
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  transition: color 0.3s, background 0.3s;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 0;
}

.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a {
  color: #fff;
  text-shadow: 1px 0px #ffffff;
}

.nav-menu > li > a > i,
.nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  transform: scale(1.4);
}

.nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}

.nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}

.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}

.nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}

.submenu-indicator {
  margin-left: 6px;
  margin-top: 7px;
  float: right;
  transition: all 0.2s;
}

.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #e0d3bb #e0d3bb transparent;
  transform: rotate(45deg);
  transition: border 0.2s;
}

.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}

.nav-menu > li:hover > a .submenu-indicator-chevron,
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967adc #967adc transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}

.navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}

.navigation-hidden .nav-search {
  display: none;
}

.nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}

.navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}

.nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #343a40;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  transform: rotate(-45deg);
}

.nav-search-icon:after,
.nav-search-icon:before {
  content: "";
  pointer-events: none;
}

.nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  transform: translateX(-50%);
}

.nav-search-button:hover .nav-search-icon {
  color: #9d814d;
}

.nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 99;
}

.nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}

.navigation-portrait .nav-search-inner {
  height: 48px;
}

.nav-search-inner input[type="text"],
.nav-search-inner input[type="search"] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #343a40;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  transition: all 0.3s;
}

.navigation-portrait .nav-search-inner input[type="text"],
.navigation-portrait .nav-search-inner input[type="search"] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}

.nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #343a40;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}

.navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}

.nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

.nav-button:hover,
.nav-button:focus {
  color: #fff;
  text-decoration: none;
}

.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 26px;
}

.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #343a40;
  font-size: 14px;
}

.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}

.navigation-portrait .nav-text + ul {
  margin-top: 15px;
}

.nav-dropdown {
  min-width: 100%;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
  margin-top: 31px;
}

.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}

.nav-dropdown .nav-dropdown {
  left: 100%;
}

.nav-menu > li > .nav-dropdown {
/*  border-top: solid 1px #806536;*/
}

.nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: center;
}

.nav-dropdown > li > a {
  width: 100%;
  padding: 16px 20px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #343a40;
  background-color: #000;
    font-family: 'Antonio-Light';
}

.nav-dropdown > li:hover > a,
.nav-dropdown > li.focus > a {
  color: #9d814d;
}

.nav-dropdown.nav-dropdown-left {
  right: 0;
}

.nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}

.navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}

.navigation-portrait
  .nav-dropdown
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > a {
  padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 10px;
  position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(-45deg);
}

.navigation-portrait
  .nav-dropdown
  .submenu-indicator
  .submenu-indicator-chevron {
  transform: rotate(45deg);
}

.nav-dropdown > li:hover > a .submenu-indicator-chevron,
.nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #9d814d #9d814d transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}

.navigation-landscape
  .nav-dropdown.nav-dropdown-left
  .submenu-indicator
  .submenu-indicator-chevron {
  transform: rotate(135deg);
}
.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}

.nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}

.navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}

.nav-dropdown-horizontal > li > a {
  position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navigation-portrait
  .nav-dropdown-horizontal
  .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #f0f0f0;
  background-color: #fdfdfd;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
}

.navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}

.megamenu-panel [class*="container"] {
  width: 100%;
}

.megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}

.megamenu-panel-half {
  width: 50%;
}

.megamenu-panel-quarter {
  width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}

.megamenu-panel-row {
  width: 100%;
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
  content: "";
  display: table;
  line-height: 0;
}

.megamenu-panel-row:after {
  clear: both;
}

.megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}

.megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}

.navigation-portrait
  .megamenu-panel-row:first-child
  [class*="col-"]:first-child {
  margin-top: 0;
}

.megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}

.megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}

.megamenu-panel-row .col-3 {
  width: 22.75%;
}

.megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}

.megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}

.megamenu-panel-row .col-6 {
  width: 48.5%;
}

.megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}

.megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}

.megamenu-panel-row .col-9 {
  width: 74.25%;
}

.megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}

.megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}

.megamenu-panel-row .col-12 {
  width: 100%;
}

.megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}

.megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}

.megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #343a40;
  border: solid 1px #eff0f2;
  outline: 0;
  background-color: #fff;
}

.megamenu-tabs-nav > li.active a,
.megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}

.megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  font-size: 13px;
  color: #343a40;
  border: solid 1px #eff0f2;
  background-color: #fff;
}

.megamenu-tabs-pane.active {
  display: block;
}

.navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}

.megamenu-lists {
  width: 100%;
  display: table;
}

.megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}

.megamenu-list:last-child {
  margin: 0;
  border: none;
}

.navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #f0f0f0;
}

.navigation-landscape .megamenu-list:last-child {
  border: none;
}

.megamenu-list > li > a {
  width: 100%;
  padding: 10px 15px;
  display: inline-block;
  color: #343a40;
  text-decoration: none;
  font-size: 13px;
}

.megamenu-list > li > a:hover {
  background-color: #9d814d;
  color: #fff;
}

.megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #343a40;
}

.megamenu-list > li.megamenu-list-title > a:hover {
  background-color: transparent;
}

.navigation-landscape .list-col-2 {
  width: 50%;
}

.navigation-landscape .list-col-3 {
  width: 33%;
}

.navigation-landscape .list-col-4 {
  width: 25%;
}

.navigation-landscape .list-col-5 {
  width: 20%;
}

.nav-menu > li > a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Antonio-Regular';
    letter-spacing: 0.5px;
    font-size: 18px;
    transition: text-shadow 0.5s ease;
}

.nav-dropdown > li > a {
    color: #fff;
    padding: 15px 20px;
    border-bottom: 0px solid #1f1f1f;
    font-size: 14px;
    font-weight: 400 !important;
    transition: text-shadow 0.5s ease;
}

.nav-dropdown > li > a:hover,
.nav-dropdown > li > a:focus {
  color: #fff;
    text-shadow: 0.5px 0px #ffffff;
}

.main_header_area.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 0px 0px 0px 0px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .nav-dropdown > li > a,
  .megamenu-list > li > a {
    width: 65%;
  }
}
.heading {
    margin-bottom: 30px;
}
.heading h2 {
    font-size: 40px;
    color: #fff;
    letter-spacing: -1px;
    font-family:'Rose-Velt';
}
.heading h6 {
    font-size: 20px;
    color: #e9ce98;
    margin-bottom: 10px;
    font-family:'AlbertSans-Medium';
    letter-spacing: -1px;
}
.heading h5 {
    font-size: 18px;
    color: #e9ce98;
    margin-top: 10px;
    font-family: 'AlbertSans-Regular';
}

.banner-wrap {
    background-image: url(../images/banner/banner.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    background-attachment: fixed;
}
.parallax {
    background-attachment: fixed;
}
.hero-text {
    padding: 120px 0 300px 0;
    text-align: center;
    margin: 0 8%;
    position: relative;
    z-index: 1;
}
.hero-text h2 {
    font-size: 70px;
    margin-bottom: 20px;
}
.hero-text p {
    font-family: 'CormorantGaramond-Italic';
    font-size: 22px;
    margin-bottom: 1px;
}
.btn-default {
    font-family: 'CormorantGaramond-Light';
    color: #c5ac87;
    background-color: transparent;
    border-radius: 0;
    padding: 9px 60px;
    font-size: 30px;
    font-style: italic;
    letter-spacing: 2px;    
    background: linear-gradient(#eae5e1,#eae5e1) 50% 50%/calc(100% - 6px) calc(100% - 5px) no-repeat,linear-gradient(90deg,#7f5d26,#ffd87f 47%,#d3a62a 80%,#7f5d26);
    border: none;
}
.btn-transparent {
    border: 1px solid #ccc;
    background: #111;
    padding: 7px 20px;
    font-size: 23px;
}
.btn-white{
    background-color: #fff;
}
/*.btn-transparent:before{
    content: "";
    background: linear-gradient(#eae5e1,#eae5e1) 50% 50%/calc(100% - 6px) calc(100% - 5px) no-repeat,linear-gradient(90deg,#7f5d26,#ffd87f 47%,#d3a62a 80%,#7f5d26);
}*/

.btn.active, .btn:active {
    outline: 0;
    background-color: #ddcdc0;
    color: #000;
    box-shadow: none;
}
.main-welcome-wrap {    
    padding: 80px 0 300px 0;
    background-image: url(../images/bg/welcome-bg.jpg);
    background-size: contain;
    background-position: center top;
    position: relative;
    background-repeat: no-repeat;
    background-color: #f0e9e4;
}
.bigcock-img {
    position: absolute;
    top: -200px;
    left: 0;
    right: 0;
    z-index: 1;
}
.bigcock-img img {
    width: 65%;
    margin: auto;
}
/*.welcome-text{*/
/*    margin-top: 700px;*/
/*}*/
/*.welcome-text h2{*/
/*    font-family: 'Rose-Velt';*/
/*    text-align: center;*/
/*    line-height: 1.5;*/
/*    font-size: 28px;*/
/*    text-transform: uppercase;*/
/*    color: #382b2a;*/
/*    margin-bottom: 25px;*/
/*}*/
/*.welcome-text p {*/
/*    font-family: 'CormorantGaramond-Medium';*/
/*    font-size: 24px;*/
/*    color: #111;*/
/*    text-align: center;*/
/*    font-weight: 500;*/
/*    text-align: justify;*/
/*}*/
.boxes-wrap {
    padding: 0px 0 160px 0;
    margin-top: -150px;
    position: relative;
}
.boxes-wrap .row{
    margin-right: 0;
    margin-left: 0;
}
.boxes-wrap .col-md-7,
.boxes-wrap .col-md-4{
    padding-right: 0;
    padding-left: 0;
}
.boxes-wrap .container-fluid{
    padding-right: 0;
    padding-left: 0;
}
.box-one {
    position: relative;
    z-index: 1;
}
.box-two{
    margin-top: 250px;
}
.strip-line{

}
.strip-line .line-img{
    position: absolute;
    top: 80px;
    right: 0;
    width: 42%;
    display: inline-block;
    height: 100px;
}
.strip-line .leg {
    position: absolute;
    right: 6%;
    bottom: 80%;
    width: 350px;
}
.stamp-text {
    display: flex;
    gap: 20px;
    margin-top: 80px;
    margin-left: 17%;
    margin-right: 50px;
    margin-bottom: 50px;
}
.stamp-text h2{
    font-family: 'Rose-Velt';
    text-align: center;
    line-height: 1.5;
    font-size: 37px;
    text-transform: uppercase;
}
.stamp-text img {
    width: 180px;
    height: 180px;
}
.boxes-text-p {
    margin-top: 60px;
    text-align: justify;
}
.boxes-text-p p {
    font-size: 22px;
    margin-bottom: 20px;
    color: #fff;
    font-family: 'CormorantGaramond-Light';
}
.cta-wrap{
    padding: 50px 0;
    align-items: center;
    background-color: #fff;
    background-image: url(../images/bg/chicken-leg.png);
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    text-align: center;
    position: relative;
}
.cta-wrap h3{
    color: #382b2a;
    font-family:'Rose-Velt';
    font-size: 5.5vw;
    z-index: 1;
}
.shape-bg{
    background-image: url(../images/bg/shape.png);
    width: 100%;
    height: 67px;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: -80px;
    left: 0;
}
.paw-heading-shape-bg{
    background-image: url(../images/icons/heading-paw.png);
    width: 345px;
    height: 260px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}
.product-home-wrap{
    padding: 60px 0 100px 0;
    position: relative;
    background-color: #fff;
}
.kitten-bg {
    position: absolute;
    width: 450px;
    top: 200px;
}
.product-img{
    text-align: center;
}
.single-product-home{

}
.single-product-home h2{
    font-family: 'Rose-Velt';
    font-size: 65px;
    margin-bottom: 10px;
    color: #111;
    text-align: center;
}
.single-product-home h3{
    font-family: 'Rose-Velt';
    font-size: 42px;
    margin-bottom: 20px;
    color: #111;
    text-align: center;
}
.single-product-home p {
    font-family: 'CormorantGaramond-Light';
    color: #111;
    font-size: 24px;
    text-align: justify;
}
.single-product-home p.text-p {
    font-family: 'CormorantGaramond-Italic';
}
.btn-product{
    font-family: 'Antonio-Regular';
    color: #c5ac87;
    background-color: #eae5e1;
    border-radius: 0;
    padding: 11px 60px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 2px;
    border: 0px solid #c5ac87;
    background: linear-gradient(#f3efec,#f3efec) 50% 50%/calc(100% - 6px) calc(100% - 5px) no-repeat,linear-gradient(90deg,#7f5d26,#ffd87f 47%,#d3a62a 80%,#7f5d26);
    
}
.middle-container {
    padding: 0 5%;
}
.hr-line {
    border-top: 2px solid #eae5e1;
    margin: 60px 0;
}
.paralax-wrap{
    background-image: url(../images/bg/paralax-bg-22-04-2025.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: fixed;
    background-size: cover;
}
.paralax-wrap img{
    padding-top: 00px;
    margin-bottom: -2px;
}

.paralax-wrap .paralax-hero-text {
    padding: 100px 0 00px 0;
}
.paralax-wrap .paralax-hero-text h2 {
    font-size: 40px;
    margin-bottom: 10px;
}
.paralax-wrap .paralax-hero-text p {
    font-family: 'CormorantGaramond-Italic';
    font-size: 22px;
    margin-bottom: 1px;
}
.three-boxes-wrap{
    padding: 80px 0 160px 0;
    background-color: #ebe6e2;
}
.single-three-boxes-wrap {
    padding: 0 70px;
}
.single-three-boxes-wrap h3 {
    text-align: left;
    color: #111;
    font-family:'Antonio-Light';
    margin-bottom: 30px;
    font-size: 42px;
    text-transform: uppercase;
}
.single-three-boxes-wrap p {
    color: #111;
    font-family: 'CormorantGaramond-Light';
    font-size: 22px;
    text-align: justify;
}
.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.three-boxes-wrap .col-md-6{
    padding-right: 0;
    padding-left: 0;
}
.three-boxes-wrap .row{
    margin-right: 0;
    margin-left: 0;
}
.three-boxes-wrap .container{
    padding-right: 15px;
    padding-left: 15px;
}
.left-three-box{
    padding-left: 0;
}
.right-three-box{
    padding-right: 0;
}
footer{
    padding-bottom: 30px;
}
.footer-cock-wrap {
    position: relative;
    background-color: #fff;
}
.footer-line {
    position: absolute;
    width: 100%;
    top: -66px;
    left: 0;
}
.footer-logo {
    height: 180px;
    width: 180px;
    margin-top: -100px;
    margin-left: auto;
    text-align: center;
    float: none;
    margin-right: auto;
    position: relative;
    transition: transform .7s ease-in-out;
}
/*footer:hover .footer-logo{
    transform: rotate(360deg) !important;
}*/
.social-list {
    text-align: center;
    margin-top: 45px;
}
.social-list li {
    display: inline-block;
    margin: 0 3px;
    transition-duration: .2s;
    transform: translateY(0px);
}
.social-list li:hover{
    transform: translateY(-3px);
}
.social-list img {
    width: 40px;
}
.footer-menu {
    text-align: center;
    margin-top: 20px;
}
.footer-menu li {
    display: inline-block;
    margin: 0 10px;
}
.footer-menu a {
    color: #c2b59b;
    font-family: 'Antonio-Light';
    font-size: 16px;
    letter-spacing: 2px;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
    text-transform: uppercase;
}
.footer-menu a:hover{
    background-size: 100% 1px;
}
.footer-text {
    margin-top: 50px;
    text-align: center;
}
.footer-text h6 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #c2b59b;
    cursor: pointer;
}
.footer-text p {
    margin-bottom: 0;
    font-family: 'CormorantGaramond-Medium';
    color: #c2b59b;
    font-size: 19px;
}
.modal-heading{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.modal-heading img {
    width: 150px;
}
.modal-heading h2{
    
}
.modal-footer-box{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 30px;
}
.modal-footer-box a {
    color: #cb753a;
    font-family: 'Antonio-Light';
    font-size: 15px;
}
.modal-social{

}
.modal-social ul{
    display: flex;
    gap: 10px;
}
.modal-social li {
    font-family: 'Antonio-Bold';
    color: #111;
}
.modal-social li a{
    color: #111;
}
.modal-content {
    padding: 10px;
    border-radius: 0;
    background-image: url(../images/bg/modal-bg.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px;
}
.form-control {
    border: 1px solid #4d4d4d;
    border-radius: 2px;
    box-shadow: none;
    font-family: 'Antonio-Light';
}
.form-group {
    margin-bottom: 4px;
}
.btn-modal {
    background-color: #111;
    color: #fff;
    width: 100%;
    padding: 5px 10px;
    font-size: 15px;
    font-family: 'Antonio-Light';
    text-transform: uppercase;
    font-style: normal;
    background: #111;
}
.modal-header {
    padding: 20px 15px 0 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
    font-size: 34px;
    opacity: 1;
    position: absolute;
    top: 0;
    right: 10px;
}
.popup-one .modal-dialog {
    width: 410px;
}
.model-two-wrap{

}
.model-two-wrap h2{
    font-size: 45px;
    font-family: 'Antonio-Light';
    color: #111;
    margin-top: 10px;
}
.model-two-wrap h3 {
    font-family: 'Antonio-Light';
    color: #111;
    margin-top: 10px;
}
.modal-footer-text{

}
.modal-footer-text p{

}
.onload-modal .modal-content {
    background-image: url(../images/bg/load-bg.webp);
    background-size: cover;
    background-position: center;
    padding: 110px 108px 90px;
    background-color: transparent;
    box-shadow: none;
    border: none;
}
.onload-modal .modal-dialog {
    width: 700px;
    margin-top: 70px;
}
.model-two-wrap {
    text-align: center;
    padding-top: 133px;
}
.btn-group{
    text-align: center;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin: 25px 0;
}
.btn-group .btn-default{
    font-family: 'Antonio-Light';
    font-style: normal;
    color: #111;
    font-size: 25px;
}
.btn-default:hover {
    color: #fff;
    background-color: #1b1b1b;
    border-color: #adadad;
}
.btn-group .btn-default:hover{
    color: #111;
}
.modal-footer-text p {
    font-family: 'Antonio-Light';
    text-align: center;
    font-size: 14px;
    color: #111;
}
.modal-footer-text a {
    border-bottom: 1px solid #111;
}
/*.section-title .title{
    color: #fff;
}
.text-black {
    color: #fff;
}*/

.container-wide {
    padding: 0 5%;
}

.whisky-banner-wrap{
    background-image: url(../images/bg/whisky-intro-bg.jpg);
    position: relative;
    background-attachment: fixed;    
    background-size: cover;
    background-repeat: no-repeat;
    /*background-position: center 43.6px;*/
    background-position: center top;
    padding: 120px 80px 350px;
}
.whisky-hero-text {
    text-align: center;
    padding: 120px 80px 280px;
}
.whisky-hero-text h1 {
    font-size: 22px;
}
.whisky-hero-text h2 {
    font-size: 60px;
    margin-top: 20px;
}
.whisky-hero-text p {
    font-family: 'CormorantGaramond-Italic';
    font-size: 26px;
    line-height: 1.2;
    margin-top: 15px;
}



.wisky-welcome-wrap {    
    padding: 80px 0 00px 0;
    background-image: url(../images/bg/welcome-bg.jpg);
    background-size: cover;
    background-position: center top;
    position: relative;
    background-repeat: no-repeat;
    background-color: #f0e9e4;
}
.bigcock-text-img {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
}
.bigcock-text-img img {
    width: 75%;
    margin: auto;
}
.welcome-text-text{
    margin-top: 300px;
    text-align: center;
}
.welcome-text-text h3{
    font-family: 'Antonio-Light';
    font-size: 65px;
    color: #212529;
    margin-bottom: 20px;
}
.welcome-text-text h4{
    font-family: 'Antonio-Light';
    font-size: 50px;
    color: #212529;
}
.golden-line-img {
    margin-bottom: 60px;
}
.whicky-inner-wrap {
    padding: 60px 0 180px 0;
    position: relative;
    background-color: #fff;
    background-image: linear-gradient(358deg, #ffffff 0%, #f0e9e4 100%);
}
.whicky-inner-wrap .single-product-home p{
    text-align: justify;
}

.popup-two{

}
.footer-popup-wrap{

}
.footer-popup-wrap p{
        color: #b36f30;
    text-align: center;
    font-family: 'Antonio-Light';
    font-size: 18px;
    text-transform: uppercase;
}
.footer-popup-wrap{
    
}
.popup-two .modal-dialog{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0;
}
.popup-two .modal-content {
    margin: 0 auto;
    background-color: #000;
    background-image: unset;
}
.modal-content-line {
        border: 2px solid #a59263;
    padding: 30px 20%;
    min-width: 700px;
}
.popup-two .modal-header {
    border-bottom: none;
}
.popup-two .close {
    color: #fff;
    text-shadow: none;
}
.popup-two .close {
    top: 15px;
    right: 25px;
}
.footer-popup-wrap img {
    height: 80px;
    width: 80px;
    margin-top: 30px;
    margin: auto;
}
.footer-popup-wrap h6 {
    color: #fff;
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
}
.cock-img-footer {
    position: absolute;
    bottom: 11px;
    left: 12px;
    width: 100px;
}

/*Css by sayali*/
.rare-section {
  /*background-image: url(../images/product/rare-banner.jpg);*/
  padding: 60px 0px 100px;
    background-attachment: fixed;    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 43.6px;
    background-color:#000;
    position: relative;
}
.rare-text{
    text-align: center;
}
.rare-text h1 {
    margin-bottom: 20px;
    color: #ccb498;
}

.rare-text h2 {
  margin-bottom: 20px;
  color: #ccb498;
  font-size: 22px;
  line-height: 35px;
  font-family: 'Antonio-Light';
  text-align: justify;
}

.rare-text p {
  color: #ccb498;
  font-family: 'CormorantGaramond-Light';
  font-size: 18px;
  line-height: 25px;
  text-align: justify;
}

.rare-text img {
  width: 170px;
  height: 170px;
  margin: 0 auto;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}

.testing-notes-section {
  background-color: #163649;
  padding: 70px 0px;
  position: relative;
}

.rare-shape {
  position: absolute;
  right: 0px;
  top: 0px;
}

.rare-shape img {
  width: 180px;
}

.testing-notes-text ul {
  padding-left: 0px;
}

.testing-notes-text ul li {
  list-style-type: none;
  color: #ccb498;
  padding-bottom: 20px;
}

.testing-notes-text h2 {
  font-family: 'CormorantGaramond-Light';
  color: #ccb498;
}

.testing-notes-text p {
  font-family: 'CormorantGaramond-Medium';
  font-size: 20px;
  color: #ccb498;
}

.testing-logo {
  text-align: center;
  position: relative;
  padding-top: 110px;
}

.testing-logo:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 200px;
  background-color: #ccb498;
  left: 50%;
  top: -120px;
}

.testing-logo h2 {
  margin-bottom: 30px;
  color: #ccb498;
  font-size: 40px;
  line-height: 45px;
}

.testing-logo img {
    height: 250px;
    width: 250px;
    margin: 0 auto;
}
.rare-bottom{
  background-image: url(../images/product/rare-bottom1.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  background-attachment: fixed;
  padding-top: 80px;
}
.dhua-bottom {
  background-image: url(../images/product/dhua-bottom.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  background-attachment: fixed;
  padding-top: 80px;
}

.related-heading h2 {
  font-family: 'Rose-Velt';
  font-size: 70px;
  color: #000;
  text-align: center;
}
.related-product{
  padding: 80px 0px;
}
.related-text{
  text-align: center;
}
.related-text h3{
  font-family: 'Rose-Velt';
  font-size: 50px;
  color: #000;
  padding-bottom: 10px;
}
.related-text h5{
  font-family: 'Rose-Velt';
  font-size: 35px;
  color: #000;
  padding-bottom: 10px;
}
.related-text p{
  font-size: 18px;
  text-align: justify;
  color: #000;
  font-family: 'CormorantGaramond-Light';
}
.related-text .btn-product{
      color: #c5ac87;
  font-family: 'Antonio-Light';
  letter-spacing: 10px;
  font-size: 22px;
}
.related-text .btn-product:hover{
        color: #333
}
.related-img{
  padding-top: 60px;
}
.hr-line{
    border-image: linear-gradient(0.25turn, #a0865c, #fbde98, #b8985b);
    border-image-slice: 1;
}
.dhua-section {
  /*background-image: url(../images/product/dhua-banner.jpg);*/
  background-size: cover;
  /*background-position: center left !important;*/
  padding: 60px 0px 100px;
  text-align: center;
    position: relative;
    background-attachment: fixed;    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 43.6px;
    background-color:#000;
    position: relative;
}
.dhua-test-sec{
  background-color: rgba(77,66,57,.9);
  background-image: url(../images/product/dhua-test-sec-banner.jpg);
  background-size: cover;
  /*background-position: center left !important;*/
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}



.terms-condition-sec{
  padding: 70px 0px;
  position: relative;
  background-color: #ffffff;
}
.terms-text{
  padding: 0px 30px;
}
.terms-text h1{
  font-family: 'CormorantGaramond-Medium';
  text-align: justify;
  color: #000;
  margin: 20px 0px;
  font-size: 30px;
}
.terms-text h2{
  font-family: 'CormorantGaramond-Medium';
  text-align: justify;
  color: #000;
  margin: 20px 0px;
}
.terms-text p{
  font-family: 'CormorantGaramond-Medium';
  text-align: justify;
  color: #000;
  font-size: 16px;
  line-height: 27px;
}
.terms-text ol{
  padding-left: 0px;
}
.terms-text ol li{
  padding-left: 0px;
  list-style-type: none;
  font-family: 'CormorantGaramond-Medium';
  text-align: justify;
  color: #000;
  font-size: 16px;
  line-height: 27px;
  padding-bottom: 15px;
}
.privacy-text{
  padding: 0px 30px;
}
.privacy-text h1{
  font-family: 'CormorantGaramond-Medium';
  text-align: justify;
  color: #000;
  margin: 20px 0px;
    font-size: 30px;
}
.privacy-text h3{  
    font-family: 'CormorantGaramond-Medium';
    text-align: justify;
  color: #000;
  margin: 20px 0px;
}
.privacy-text p{
    font-family: 'CormorantGaramond-Medium';
    text-align: justify;
  color: #000;
  font-size: 16px;
  line-height: 27px;
}
.privacy-text ul{
  padding-left: 20px;
}
.privacy-text ul li{
  list-style-type:disc;
    font-family: 'CormorantGaramond-Medium';
    text-align: justify;
  color: #000;
  font-size: 16px;
  line-height: 27px;
  padding-bottom: 15px;
}
.privacy-text a{
  color: #f76833;
}
.privacy-text a:hover{
  color: #000;
}
.cookie-text{
  padding: 0px 30px;
}
.cookie-text p{
    font-family: 'CormorantGaramond-Medium';
    text-align: justify;
  color: #000;
  font-size: 16px;
  line-height: 27px;
}
.cookie-text h1{
    font-family: 'CormorantGaramond-Medium';
    text-align: justify;
  color: #000;
  margin: 20px 0px;
  font-size: 30px;
}
.cookie-text h4{
    font-family: 'CormorantGaramond-Medium';
    text-align: justify;
  color: #000;
  margin: 20px 0px;
}
.cookie-text ul{
  padding-left: 0px;
}
.cookie-text ul li{
  list-style-type:none;
    font-family: 'CormorantGaramond-Medium';
    text-align: justify;
  color: #000;
  font-size: 16px;
  line-height: 27px;
  padding-bottom: 15px;
}
.cookie-text a{
  color: #f76833;
}
.cookie-text a:hover{
  color: #000;
}

.chicken-paw {
    position: absolute;
    top: -11%;
    right: 10%;
    transform: rotate(331deg);
}
.paw-print {
    height: 30px;
    width: 30px;
    background-image: url(../images/icons/paw.png);
    background-size: cover;
    margin-bottom: 10px;
}

.paw-print-1 {
  opacity: 0;
  transform: rotate(-40deg);
  -webkit-animation: walk 3s linear infinite;
  animation: /*keyframe*/walk /*duration*/3s /*transition*/linear /*repeat*/infinite;
}
.paw-print-2 {
  opacity: 0;
  transform: rotate(-5deg); 
  -webkit-animation: walk 3s linear infinite 0.25s;
  animation: walk 3s linear infinite /*delay*/0.25s;
}
.paw-print-3 {
  opacity: 0;
  transform: rotate(-10deg); 
  -webkit-animation: walk 3s linear infinite 0.5s;
  animation: walk 3s linear infinite 0.5s;
}     
.paw-print-4 {
  opacity: 0;
  transform: rotate(-20deg); 
  -webkit-animation: walk 3s linear infinite 0.75s;
  animation: walk 3s linear infinite 0.75s;
}    
.paw-print-5 {
  opacity: 0;
  position: absolute;
  left: 725px;
  top: 50px;
  transform: rotate(10deg); 
  -webkit-animation: walk 3s linear infinite 1s;
  animation: walk 3s linear infinite 1s;
}   
.paw-print-6 {
  opacity: 0;
  transform: rotate(10deg); 
  -webkit-animation: walk 3s linear infinite 1.25s;
  animation: walk 3s linear infinite 1.25s;
}   
.paw-print-7 {
  opacity: 0;
  transform: rotate(20deg); 
  -webkit-animation: walk 3s linear infinite 1.5s;
  animation: walk 3s linear infinite 1.5s;
}   
.paw-print-8 {
  opacity: 0;
  transform: rotate(10deg); 
  -webkit-animation: walk 3s linear infinite 1.75s;
  animation: walk 3s linear infinite 1.75s;
}
.paw-print-9 {
  opacity: 0;
  transform: rotate(10deg); 
  -webkit-animation: walk 3s linear infinite 2s;
  animation: walk 3s linear infinite 2s;
}

@-webkit-keyframes walk {
  25%  {opacity: 1;}
  100% {opacity: 0;}
}
    
@keyframes walk {
  /* appear */
  0%  {opacity: 1;}
  50%  {opacity: 0;}
  /* disappear */
  100% {opacity: 0;}
}
.notext {
    color: red !important;
}

.para-img-one{
    
}
.para-img-two {
    width: 60%;
    margin: auto;
}
.social-logo {
    position: absolute;
    right: 10%;
    top: -20px;
}

.fournotfour-wrap .welcome-text-text {
    margin-bottom: 200px;
    margin-top: 50px;
}
.fournotfour-wrap h3{
    font-size: 150px;
    font-family: 'Rose-Velt';
}
.fournotfour-wrap h4 {
    margin-bottom: 50px;
}




















.banner-heading-box{

}
.banner-heading-box h1 {
    font-family: CormorantGaramond-Bold;
    text-transform: uppercase;
    font-size: 35px;
    margin-bottom: 60px;
}
.banner-heading-box span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.banner-heading-box span:after{
    content: "";
    background-image: url(../images/home/heading-right.webp);
    height: 25px;
    width: 65px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;    
    background-position: center;
    
}
.banner-heading-box span:before{
    content: "";
    background-image: url(../images/home/heading-left.webp);
    height: 25px;
    width: 65px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;    
    background-position: center;
}
.banner-heading {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
}
.banner-heading img{
    width: 60px;
    object-fit: contain;
}
.banner-heading h1{
    
}
.heading-new-img{    
    width: 300px;
    margin: auto;
}
.heading-left-img{

}
.heading-right-img{
    
}
.hero-text p.newtagp {
    font-size: 45px;
    margin-bottom: 0px;
    color: #efe2d8;
    font-family: 'Rose-Velt';
    line-height: 1.2;
}
.stamp-text .section-title.heading-animation {
    display: flex;
    align-items: center;
}
.cta-wrap h2{
    color: #382b2a;
    font-family: 'Rose-Velt';
    font-size: 5.5vw;
}
.single-three-boxes-wrap h2 {
    text-align: left;
    color: #111;
    font-family: 'Antonio-Light';
    margin-bottom: 30px;
    font-size: 42px;
    text-transform: uppercase;
}
.crazy-p{
    font-size: 30px !important;
    margin-bottom: 10px !important;
    color: #c2b59b !important;
    cursor: pointer !important;
    font-family: 'Rose-Velt' !important;
    line-height: 1.2 !important;
}
.model-two-wrap .twobefore{
    font-size: 45px;
    font-family: 'Antonio-Light';
    color: #111;
    margin-top: 10px;
}
.model-two-wrap .threebefore{
    font-family: 'Antonio-Light';
    color: #111;
    margin-top: 10px;
    font-size: 24px;
}
.popupsix{
    color: #fff;
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
    margin-bottom: 0;
    font-family: 'Rose-Velt';
    line-height: 1.2;
}
.twotagmodal{
    font-family: 'Rose-Velt';
    line-height: 1.2;
    color: #afa7a1;
    font-size: 30px;
    margin-bottom: 0;
    letter-spacing: 0;
}
.taghtwo{
    margin-bottom: 20px  !important;
    color: #ccb498  !important;
    font-size: 22px  !important;
    line-height: 35px  !important;
    font-family: 'Antonio-Light'  !important;
    text-align: justify  !important;
}
.related-heading{
    font-family: 'Rose-Velt'  !important;
    font-size: 35px  !important;
    color: #000  !important;
    padding-bottom: 10px  !important;
    text-align: center !important;
}
.paralax-heading{
    font-size: 40px !important;
    margin-bottom: 10px !important;
    font-family: 'Rose-Velt' !important;
    line-height: 1.2;
    color: #afa7a1;
}
.realted-heading-mobile{
    font-family: 'Rose-Velt' !important;
    font-size: 35px !important;
    color: #000 !important;
    padding-bottom: 10px !important;
    text-align: center !important;
}
.single-product-home-header{
    font-family: 'Rose-Velt' !important;
    font-size: 42px !important;
    margin-bottom: 20px !important;
    color: #111 !important;
    text-align: center !important;
}
.wisky-welcome-wrap h1{
    font-family: 'Antonio-Light';
    font-size: 50px;
    color: #212529;
    margin-top: 0;
    margin-bottom: 0;
}













@media (max-width:1200px){
.heading-new-img {
    width: 270px;
}
.single-three-boxes-wrap h2 {
    margin-bottom: 10px;
    font-size: 26px;
}
}

@media (max-width:991px){
.hero-text p.newtagp {
    color: #efe2d8;
    font-size: 40px;
    margin-bottom: 10px;
}
.heading-new-img {
    width: 240px;
}
.welcome-text-text h1 {
    font-size: 22px;
}
}

@media (max-width:768px){
    .footer-cock-wrap img {
        padding-top: 0px;
    }
.taghtwo{
    font-size: 20px;
}
.hero-text p.newtagp {
    font-size: 30px;
}
.heading-new-img {
    width: 180px;
}
.cta-wrap h2 {
    font-size: 50px;
}
.single-product-home h3 {
    font-size: 32px;
}
}

@media (max-width:640px){
.crazy-p {
    font-size: 25px !important;
}
.model-two-wrap .twobefore {
    font-size: 35px;
    margin-top: 0;
}
.model-two-wrap .threebefore {
    font-size: 25px;
    margin-top: 5px;
}
}


@media (max-width:480px){
.model-two-wrap .twobefore {
    font-size: 26px;
}
.model-two-wrap .threebefore {
    margin-top: 5px;
    font-size: 15px;
}
}


/*Dark Page*/
.dark-page-one-sec {
    padding: 60px 0;
}

.dark-page-one-sec h2 {
    font-family: 'Rose-Velt';
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
    color: #afa7a1;
    margin-bottom: 10px;
}

.dark-page-one-sec p {
    font-size: 22px;
    margin-bottom: 20px;
    /*color: #fff;*/
    color: #afa7a1;
    font-family: 'CormorantGaramond-Light';
}

.dark-page-one-sec p a {
    color: #afa7a1;
}

.dark-page-one-sec p a:hover {
    color: #fff;
}


/* Articles & Blog Section */
.articles-blog-banner-wrap {
  background-image: url(../images/bg/blog-bg.jpg);
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  /*background-position: center 43.6px;*/
  background-position: center center;
  padding: 120px 80px 350px;
}

.articles-blog-hero-text {
  text-align: center;
  padding: 120px 80px 280px;
}

.articles-blog-hero-text h1 {
  font-size: 22px;
}

.articles-blog-hero-text h2 {
  font-size: 60px;
  margin-top: 20px;
}

.articles-blog-hero-text p {
  font-family: 'CormorantGaramond-Italic';
  font-size: 26px;
  line-height: 1.2;
  margin-top: 15px;
}

/* ====== */
.articles-content-wrap {
  padding: 80px 0 40px;
  background-color: #ffffff;
}

.articles-content-wrap .articles-content-para-sec h2 {
  font-family: 'Rose-Velt';
  text-align: center;
  line-height: 1.3;
  font-size: 45px;
  text-transform: uppercase;
  color: #382b2a;
  margin-bottom: 25px;
}

.articles-content-wrap .articles-content-para-sec p {
  font-family: 'CormorantGaramond-Light';
  font-size: 22px;
  color: #111;
  text-align: center;
  font-weight: 500;
  text-align: center;
}

/* ======= */
.articles-single-blog-box {
  margin-bottom: 20px;
  border: 2px solid #c2b59b;
}

.articles-single-blog-thumb {
  overflow: hidden;
}

.articles-single-blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.articles-card-content {
  padding: 20px;
}

.articles-date-sec .articles-author-date-list {
  list-style: none;
  /*display: flex;*/
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  /* border-bottom: 1px solid rgba(0, 24, 25, 0.10); */
  /*margin-bottom: 10px;*/
}

.articles-date-sec ul li {
  font-size: 14px;
  color: #001819;
}

.articles-card-content a {
    font-size: 24px;
    font-family: 'Antonio-Light';
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #001819;
    line-height: 32px;
    transition: 0.5s;
    margin-bottom: 10px;
    min-height: 65px;
}

.articles-view-like-sec {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid #c2b59b;
  margin-bottom: 10px;
}

.articles-view-like-sec li img {
  width: 20px !important;
  display: inline !important;
}

.articles-date-sec p {
    font-size: 16px;
  color: #111;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'CormorantGaramond-Light';
}

/* ======= */
.articles-box-wrap {
  padding: 0 0 80px;
  background-color: #ffffff;
}

/* Nav Buttons */
.articles-carousel .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.articles-carousel .owl-nav button {
  background: #000;
  color: #fff;
  font-size: 24px;
  border: none;
  padding: 8px 15px;
  border-radius: 50%;
  pointer-events: auto;
  transition: background 0.3s ease;
}

.articles-carousel .owl-nav button:hover {
  background: #444;
}

.articles-carousel.owl-carousel .owl-nav.disabled {
  display: flex;
}

.articles-carousel.owl-theme .owl-nav [class*=owl-] {
  border-radius: 50%;
  padding: 2px 10px;
  background-color: #ffffff;
  color: #000;
  font-size: 18px;
}

/* ========= */
.story-within-img-sec {
  padding-top: 30px;
}

.story-within-img-sec img {
  width: 100%;
}

/* ===== */
.story-within-wrap-sec {
  padding: 80px 0;
  background-color: #ebe6e2;
}

.story-within-single-three-boxes-wrap {
  padding: 0 30px;
}

.story-within-right-three-box {
  padding-right: 0;
}

.story-within-single-three-boxes-wrap h2 {
  color: #111;
  font-family: 'Rose-Velt';
  margin-bottom: 25px;
  font-size: 42px;
  text-transform: uppercase;
}

.story-within-single-three-boxes-wrap p {
  color: #111;
  font-family: 'CormorantGaramond-Light';
  font-size: 22px;
  text-align: justify;
}

@media (max-width:991px) {
  .articles-blog-banner-wrap {
    background-attachment: unset !important;
    padding: 0;
  }

  .story-within-img-sec {
    margin-bottom: 30px;
  }

  .story-within-single-three-boxes-wrap {
    padding: 0 0;
  }

  .mob-hide {
    display: none;
  }
}

/* =========== */
.blog-content-wrap {
  padding: 0 0 40px;
  background-color: #ffffff;
}

.blog-content-wrap .blog-content-para-sec {
  padding-top: 80px;
}

.blog-content-wrap .blog-content-para-sec h2 {
  font-family: 'Rose-Velt';
  text-align: center;
  line-height: 1.3;
  font-size: 45px;
  text-transform: uppercase;
  color: #382b2a;
  margin-bottom: 25px;
}

.blog-content-wrap .blog-content-para-sec p {
  font-family: 'CormorantGaramond-Light';
  font-size: 22px;
  color: #111;
  text-align: center;
  font-weight: 500;
  text-align: center;
}

/* ====== */
.blog-slider-wrap-sec {
  padding: 0 0 80px;
  background-color: #ffffff;
}

.blog-slider-card {
  position: relative;
  overflow: hidden;
  background: #000;
  color: #fff;
  text-align: center;
}

.blog-slider-card img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-slider-card .blog-card-title {
  padding: 30px;
  font-size: 22px;
  font-family: 'CormorantGaramond-Light';
  color: #ffffff;
}

.blog-slider-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.blog-slider-carousel .owl-nav button {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: #fff;
  font-size: 22px;
  padding: 10px 15px;
  cursor: pointer;
  pointer-events: all;
}

.blog-slider-carousel.owl-carousel .owl-nav.disabled {
  display: flex;
}

.blog-slider-carousel.owl-theme .owl-nav [class*=owl-] {
  border-radius: 50%;
  padding: 2px 10px;
  background-color: #ffffff;
  color: #000;
  font-size: 18px;
}

/* ======== */
.insta-feed-section {
  background-color: #ffffff;
  padding: 0;
}

.insta-padd-sec {
  padding: 0 0 80px;
}

.insta-title {
  color: #382b2a;
  text-align: center;
  font-family: 'CormorantGaramond-Bold';
  margin-bottom: 25px;
}

/* ============= */
.insta-feed-box {
  color: #fff;
  background: linear-gradient(#000, #000, #000, #000);
  text-align: center;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
}

.insta-feed-box img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
}

.insta-feed-box:hover img {
  opacity: 0.3;
  filter: grayscale(100%);
}

.box-content {
  width: 100%;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 150%;
  left: 50%;
  z-index: 1;
  transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.insta-feed-box:hover .box-content {
  top: 50%;
  opacity: 1;
  transition: all 500ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.insta-feed-box .box-content p {
  font-size: 18px;
  color: #ffffff;
  padding: 30px;
}

@media only screen and (max-width:990px) {
  .insta-feed-box {
    margin: 0 0 30px;
  }
}

.insta-feed-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.insta-feed-carousel .owl-nav button {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: #fff;
  font-size: 22px;
  padding: 10px 15px;
  cursor: pointer;
  pointer-events: all;
}

.insta-feed-carousel.owl-carousel .owl-nav.disabled {
  display: flex;
}

.insta-feed-carousel.owl-theme .owl-nav [class*=owl-] {
  border-radius: 50%;
  padding: 2px 10px;
  background-color: #ffffff;
  color: #000;
  font-size: 18px;
}

.articles-kitten-bg {
  position: absolute;
  width: 450px;
}

@media (max-width: 640px) {
  .articles-kitten-bg {
      width: 300px;
  }

  .blog-heading-shape-bg {
    display: none;
  }
}

.blog-heading-shape-bg {
  background-image: url(../images/icons/heading-paw.png);
  width: 345px;
  height: 350px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  /* top: 0; */
  right: 0;
}

.blog-footer-line {
  position: absolute;
  width: 100%;
  left: 0;
  background:#ebe6e2;
}