/*!
 Author:         Bankai
 Template:       Opencart
*/
@font-face {
  font-family: 'poppinssemibold';
  src: url("../fonts/poppins-semibold-webfont.woff2") format("woff2"), url("../fonts/poppins-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'didotbold';
  src: url("../fonts/didot_bold-webfont.woff2") format("woff2"), url("../fonts/didot_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Didot';
  src: url("../fonts/Didot-Italic.woff2") format("woff2"), url("../fonts/Didot-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'poppinsmedium';
  src: url("../fonts/poppins-medium-webfont.woff2") format("woff2"), url("../fonts/poppins-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'poppinsbold';
  src: url("../fonts/poppins-bold-webfont.woff2") format("woff2"), url("../fonts/poppins-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'jelyttaregular';
  src: url("../fonts/jelytta-webfont.woff2") format("woff2"), url("../fonts/jelytta-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'poppinsregular';
  src: url("../fonts/poppins-regular-webfont.woff2") format("woff2"), url("../fonts/poppins-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'darker_grotesquebold';
  src: url("../fonts/darkergrotesque-bold-webfont.woff2") format("woff2"), url("../fonts/darkergrotesque-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'poppinsmedium' !important;
}

@media (max-width: 1199px) {
  body {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 11px;
  }
}

.et_pb_row {
  width: 100%;
  max-width: 74%;
}

@media (max-width: 1367px) {
  .et_pb_row {
    max-width: 80%;
  }
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.heading-all {
  display: inline-block;
}

.heading-all .et_pb_text_inner {
  color: #ab8a58;
  font-family: 'didotbold';
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .heading-all .et_pb_text_inner {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .heading-all {
    margin-bottom: 16px !important;
  }
}

@media (max-width: 767px) {
  .v-h {
    padding: 0 !important;
  }
}

.v-h .heading-all {
  padding-left: 3em;
}

@media (max-width: 767px) {
  .v-h .heading-all {
    padding-left: 1em;
  }
}

.f-btm-image {
  text-align: center;
}

.f-btm-image img {
  max-width: 18em;
}

.bgmain {
  padding-bottom: 10em;
}

.f-heading {
  display: inline-block;
  margin: 0 !important;
}

.f-heading .et_pb_text_inner {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: scaleX(-1) scaleY(-1);
          transform: scaleX(-1) scaleY(-1);
  min-height: 9em;
  max-height: 10em;
}

.f-heading span {
  display: block;
  color: #7f7f7f;
  font-family: 'didotbold';
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: 2px;
}

.f-heading span:first-child {
  border-left: 1.5px solid #7f7f7f;
}

@media (max-width: 767px) {
  .f-heading span {
    font-size: 18px;
  }
}

.btn-all {
  font-family: 'poppinsbold';
  background: #ab8a58;
  border: 1px solid #ab8a58 !important;
  color: #fff;
  border: 0;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 0;
  line-height: 2.5 !important;
  min-width: 11em;
  text-align: center;
  padding: .3em 1em !important;
  padding-top: 6px !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.btn-all:after {
  display: none;
}

.btn-all:hover {
  background: transparent !important;
  color: #ab8a58;
}

@media (max-width: 767px) {
  .btn-all {
    font-size: 12px;
    line-height: 1.5 !important;
  }
}

@media (max-width: 981px) {
  .breadcrumb-container {
    text-shadow: 0 0 9px #333;
  }
}

.breadcrumb-container li {
  margin: 0 !important;
}

.breadcrumb-container li a, .breadcrumb-container li .separator {
  color: #fff !important;
}

.breadcrumb-container li .separator {
  display: inline-block !important;
}

.breadcrumb-container li:last-child .separator {
  display: none !important;
}

.page-banner-all {
  min-height: 24em;
}

@media (max-width: 767px) {
  .page-banner-all {
    min-height: 14em;
  }
}

.page-banner-all .et_pb_module {
  margin-bottom: 2%;
}

.page-banner-all .b-h {
  color: #fff;
  font-family: 'jelyttaregular';
  font-size: 4em;
  line-height: 1;
  padding-left: 14px;
}

@media (max-width: 981px) {
  .page-banner-all .b-h {
    line-height: 1.3;
    font-size: 3em;
    text-shadow: 0 0 9px #333;
  }
}

.hvh {
  min-height: 60vh;
}

.jquery-loading-modal__bg {
  left: 0;
  top: 0;
}

.content-here, #main-content {
  min-height: 90vh;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.hidden {
  display: none;
}

.find-jewelry a {
  cursor: pointer;
}

.find-jewelry:after {
  content: "";
  width: 10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  background: transparent !important;
  bottom: -44%;
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: 0;
  left: 0;
  margin: auto;
}

@media (max-width: 1199px) {
  .find-jewelry:after {
    bottom: -30%;
  }
}

.find-jewelry.show:after {
  opacity: 1;
}

#wp_login_form {
  position: fixed;
  top: 8em;
  right: 0;
  z-index: 6;
  background: #fff;
  padding: 18px 18px;
  -webkit-box-shadow: 0 0 9px rgba(51, 51, 51, 0.168627);
          box-shadow: 0 0 9px rgba(51, 51, 51, 0.168627);
  min-width: 18em;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1199px) {
  #wp_login_form {
    min-width: 24em;
  }
}

@media (max-width: 981px) {
  #wp_login_form {
    top: 14em;
  }
}

@media (max-width: 767px) {
  #wp_login_form {
    top: 14em;
  }
}

#wp_login_form h2 {
  color: #7f7f7f;
  text-transform: uppercase;
}

#wp_login_form.show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  right: 10px;
}

#wp_login_form .form-control {
  padding: 6px 14px;
  text-transform: unset;
  font-style: italic;
  font-family: 'poppinsregular';
  border: 1px solid #333;
  border-radius: 0px;
  font-size: 13px;
  margin-bottom: 12px;
}

#wp_login_form .btn-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
}

#wp_login_form .btn-holder > * {
  width: calc(100%/2 - 16px);
  min-width: auto;
  margin: 0 8px;
}

#wp_login_form .btn-holder > *:first-child {
  background: transparent;
  border-color: #333 !important;
  color: #333;
}

#wp_login_form .error-msg {
  text-align: center;
  color: red;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
}

#wp_login_form .not-member {
  font-family: 'poppinsmedium';
  margin-top: 10px;
  text-align: center;
}

#wp_login_form .not-member span {
  color: #333;
}

#wp_login_form .not-member a {
  color: #ab8a58;
}

#main-content {
  padding-bottom: 10em;
}

.pagination {
  text-align: center;
  margin-top: 5em;
}

.pagination a, .pagination span {
  color: #333;
  padding: 0 6px;
}

.pagination .current {
  font-weight: 600;
}

.mobile_menu_bar:before {
  color: #ab8a58;
}

.et_mobile_menu {
  border-top: 3px solid #ab8a58;
}

.wpcf7-response-output {
  display: none !important;
}

#body-id-contact .grecaptcha-badge {
  visibility: visible;
  z-index: 3;
  opacity: 0.2;
}

@media (min-width: 981px) {
  #body-id-home #page-container {
    padding-top: 0 !important;
    margin-top: -1px !important;
  }
}

#body-id-home #main-header {
  background: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

#body-id-home #main-header a {
  font-family: 'poppinssemibold';
  text-transform: uppercase;
}

@media (min-width: 981px) {
  #body-id-home #main-header a {
    color: #fff;
  }
}

#main-header {
  background: #fff;
  border-bottom: 2px solid #ab8a58;
  z-index: 20;
}

#main-header #top-menu li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1199px) {
  #main-header #top-menu li {
    padding-right: 10px;
  }
}

#main-header #top-menu li.current-menu-item a, #main-header #top-menu li:hover a {
  color: #ab8a58;
  opacity: 1 !important;
}

#main-header #top-menu-nav {
  width: 100%;
  max-width: 80%;
}

@media (min-width: 1920px) {
  #main-header #top-menu-nav {
    width: 100%;
  }
  #main-header #top-menu-nav .centered-inline-logo-wrap {
    min-width: 22%;
  }
}

@media (max-width: 1199px) {
  #main-header #top-menu-nav {
    max-width: 86%;
  }
}

#main-header .m-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  top: 34%;
  cursor: pointer;
  z-index: 1;
}

@media (max-width: 1199px) {
  #main-header .m-login {
    top: 30%;
  }
}

@media (max-width: 981px) {
  #main-header .m-login {
    top: 16%;
  }
}

@media (max-width: 767px) {
  #main-header .m-login {
    top: 11%;
  }
}

#main-header .m-login a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main-header .m-login img[alt="lw"] {
  display: none;
}

#main-header .m-login span {
  color: #000;
  padding-left: 6px;
  padding-top: 12px;
  line-height: 1;
}

@media (max-width: 1365px) {
  #main-header .m-login span {
    padding-top: 6px;
  }
}

@media (max-width: 1199px) {
  #main-header .m-login span {
    display: none !important;
  }
}

#main-header .m-login.show:after {
  content: "";
  width: 10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  background: transparent !important;
  bottom: -4em;
  position: absolute;
  visibility: hidden;
  right: 0;
  left: 0;
  margin: auto;
}

@media (max-width: 981px) {
  #main-header .m-login.show:after {
    bottom: -9.2em;
    display: none;
  }
}

#main-header .m-login.show.active:after {
  visibility: visible;
}

#main-header a {
  color: #000;
  text-transform: uppercase;
}

#main-header li:before {
  background: #000 !important;
}

#main-header .container {
  width: 100%;
  max-width: 90%;
}

@media (max-width: 1367px) {
  #main-header .container {
    max-width: 96%;
  }
}

#main-header .container .lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 37.5%;
  z-index: 1;
}

@media (max-width: 981px) {
  #main-header .container .lang {
    top: 18%;
  }
}

@media (max-width: 767px) {
  #main-header .container .lang {
    top: 11%;
  }
}

#main-header .container .lang li:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#main-header .container .lang li:last-child {
  position: relative;
  padding-right: 12px;
}

#main-header .container .lang li:last-child:before {
  content: "";
  width: 1.5px;
  background: #fff;
  height: 55%;
  position: absolute;
  right: 5px;
  top: 4px;
}

#main-header .container .lang li.current-lang a {
  color: #be9e6f !important;
}

.float-signup {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 4;
  background: #ab8a58;
  font-family: 'poppinsbold';
  padding: 10px;
  font-size: 14px;
  letter-spacing: 1px;
  max-width: 7em;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 0 9px #ab8a58;
          box-shadow: 0 0 9px #ab8a58;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}

.float-signup a {
  color: #fff;
}

.float-signup .arr {
  visibility: hidden;
}

@media (max-width: 1199px) {
  .float-signup .arr {
    visibility: visible;
  }
}

.float-signup.show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media (max-width: 767px) {
  .float-signup {
    font-size: 9px;
  }
  .float-signup span {
    padding-top: 6px;
  }
}

.float-signup img {
  max-width: 2em;
  display: block;
  margin: 0 auto;
}

.float-signup span {
  line-height: 1.2;
  display: block;
  padding-top: 10px;
}

.float-signup:hover {
  background: rgba(171, 138, 88, 0.75);
}

.float-signup div {
  position: relative;
}

.float-signup div .arr:before {
  content: "";
  width: 10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #000000;
  background: transparent !important;
  bottom: 0;
  position: absolute;
  right: auto;
  left: -25px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: 0;
  margin-top: 36px;
}

@media (max-width: 767px) {
  .float-signup div .arr:before {
    margin-top: 24px;
  }
}

#main-footer {
  background-color: transparent;
  color: #fff;
  margin-top: -5em;
  position: relative;
  z-index: 2;
  position: relative;
}

#main-footer .ficon {
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
  top: -8em;
  max-width: 20em;
}

#main-footer .bg-cover {
  background-position: top;
  padding-top: 7em;
  padding-bottom: 3em;
}

#main-footer .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1199px) {
  #main-footer .lists {
    max-width: 90%;
  }
}

@media (max-width: 981px) {
  #main-footer .lists {
    text-align: center;
  }
}

@media (max-width: 767px) {
  #main-footer .lists {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#main-footer .lists > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#main-footer .lists > div:first-child img {
  max-width: 22em;
  display: block;
  margin-bottom: 2em;
}

#main-footer .lists > div:first-child p {
  line-height: 1.6;
}

#main-footer .lists > div:nth-child(2) {
  padding-left: 8em;
}

@media (max-width: 1199px) {
  #main-footer .lists > div:nth-child(2) {
    padding-left: 4em;
  }
}

@media (max-width: 767px) {
  #main-footer .lists > div:nth-child(2) {
    padding-left: 0em;
  }
}

#main-footer .lists > div:nth-child(2) div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  #main-footer .lists > div:nth-child(2) div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#main-footer .lists > div:nth-child(2) div ul:first-child {
  margin-right: 5em;
}

@media (max-width: 767px) {
  #main-footer .lists > div:nth-child(2) div ul:first-child {
    margin-right: 0;
    display: none;
  }
}

@media (max-width: 767px) {
  #main-footer .lists > div:nth-child(2) div ul:last-child > * {
    display: none;
  }
  #main-footer .lists > div:nth-child(2) div ul:last-child > *:last-child {
    display: block;
  }
}

#main-footer .lists > div:last-child {
  -webkit-box-flex: .8;
      -ms-flex: .8;
          flex: .8;
}

@media (max-width: 981px) {
  #main-footer .lists > div:last-child {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

#main-footer .lists > div h5 {
  font-family: 'didotbold';
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 5px;
  padding-top: 2em;
}

@media (max-width: 767px) {
  #main-footer .lists > div h5 {
    font-size: 14px;
  }
}

#main-footer .lists > div a {
  color: #fff;
  font-family: 'poppinsmedium';
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 2;
}

#main-footer .lists > div .des {
  font-family: 'poppinsmedium';
  text-transform: uppercase;
  letter-spacing: 1px;
}

#main-footer .lists > div .social ul li {
  display: inline-block;
  margin-right: 1em;
  margin-top: 2em;
}

#main-footer .lists > div .social ul li img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#main-footer .lists > div .social ul li img:hover {
  opacity: 0.6;
}

#main-footer #footer-bottom {
  background-color: rgba(255, 255, 255, 0.32);
  padding: 15px 0 8px;
}

#main-footer #footer-bottom .container {
  max-width: 80%;
  width: 100%;
}

@media (max-width: 1199px) {
  #main-footer #footer-bottom .container {
    max-width: 90%;
  }
}

#main-footer #footer-bottom .container #footer-info {
  padding-bottom: 0;
  color: #000;
}

@media (max-width: 767px) {
  #main-footer #footer-bottom .container #footer-info {
    padding-bottom: 10px;
    font-size: 11px;
  }
}

#main-footer #footer-bottom .container .fcs-text {
  color: #000;
  font-size: 13px;
}

@media (max-width: 767px) {
  #main-footer #footer-bottom .container .fcs-text {
    font-size: 11px;
  }
}

#main-footer #footer-bottom .container .fcs-text img {
  display: none;
}

#main-footer #footer-bottom .container .fcs-text a {
  color: #000;
}

.slider-home-banner .lists .bg-cover {
  min-height: 100vh;
}

@media (max-width: 1199px) {
  .slider-home-banner .lists .bg-cover {
    min-height: 78vh;
  }
}

@media (max-width: 981px) {
  .slider-home-banner .lists .bg-cover {
    min-height: 59vh;
  }
}

@media (max-width: 767px) {
  .slider-home-banner .lists .bg-cover {
    min-height: 23vh;
  }
}

@media (max-width: 1199px) {
  .slider-home-banner .slick-dots {
    bottom: 3em !important;
  }
}

@media (max-width: 767px) {
  .slider-home-banner .slick-dots {
    bottom: 0em !important;
    right: 0em !important;
  }
}

@media (max-width: 1199px) {
  .slider-home-banner .paginghomepage {
    bottom: 5em !important;
  }
}

@media (max-width: 767px) {
  .slider-home-banner .paginghomepage {
    bottom: 2em !important;
    right: .5em !important;
  }
}

.page-banner {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.page-banner .ShowButton {
  visibility: visible !important;
  background: transparent;
  border: 0;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'poppinssemibold';
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .page-banner .ShowButton span {
    display: none;
  }
}

.page-banner .ShowButton div {
  padding-right: 1em;
}

.page-banner .ShowButton div:before {
  content: "";
  background-image: url("../img/play.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 4em;
  width: 4em;
  display: block;
}

@media (max-width: 767px) {
  .page-banner .ShowButton div:before {
    height: 2em;
    width: 2em;
  }
}

.page-banner .myVideo {
  width: 100%;
  height: 100%;
  background: rgba(54, 54, 54, 0.58);
  position: absolute;
  top: 0;
}

.page-banner .holder-video {
  line-height: 0;
}

.page-banner .bg-cover {
  position: relative;
  z-index: 1;
}

.page-banner .bg-cover:before {
  content: "";
  min-height: inherit;
  font-size: 0;
}

.page-banner .bg-cover.hideme {
  background-image: none !important;
}

.page-banner .bg-cover.hideme .ShowButton div:before {
  background-image: url("../img/pause.png");
}

.page-banner .bg-cover .logo {
  text-align: center;
  display: inline-block;
  position: absolute;
  bottom: 6em;
  left: 6em;
}

@media (max-width: 1199px) {
  .page-banner .bg-cover .logo {
    bottom: 2em;
    left: 2em;
  }
}

@media (max-width: 767px) {
  .page-banner .bg-cover .logo {
    bottom: 0.5em;
    left: 0em;
  }
}

.page-banner .bg-cover .logo img {
  max-width: 76%;
  padding-bottom: 1.5em;
}

@media (max-width: 767px) {
  .page-banner .bg-cover .logo img {
    max-width: 40%;
  }
}

.about-home-holder {
  background-position: top;
  padding-top: 8em !important;
}

@media (max-width: 767px) {
  .about-home-holder {
    padding-top: 1em !important;
  }
}

.about-home-holder .f-heading {
  position: absolute;
  right: 0;
}

.about-home-holder .heading-all .et_pb_text_inner {
  font-size: 33px;
}

@media (max-width: 767px) {
  .about-home-holder .heading-all .et_pb_text_inner {
    font-size: 18px;
  }
}

.about-home-holder .et_pb_row .et_pb_column:first-child {
  padding-right: 7em;
}

.about-home-holder .et_pb_row .et_pb_column:first-child:before {
  content: "";
  width: 20%;
  height: 84%;
  background: #ab8a58;
  position: absolute;
  left: -28px;
  top: 36px;
}

@media (max-width: 767px) {
  .about-home-holder .et_pb_row .et_pb_column:first-child:before {
    width: 8%;
    height: 65%;
    left: -16px;
  }
}

.about-home-holder .et_pb_row .et_pb_column:last-child {
  padding-right: 6em;
}

@media (max-width: 1365px) {
  .about-home-holder .et_pb_row .et_pb_column:last-child {
    padding-right: 0;
  }
}

.about-home-holder.about-main {
  padding-top: 5em !important;
}

.about-home-holder.about-main .et_pb_row .et_pb_column:last-child {
  padding-right: 0;
}

.recent-gallery-home {
  margin-top: -3em;
  background: transparent;
}

.recent-gallery-home .counter {
  position: absolute;
  top: -5em;
  right: 16%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .recent-gallery-home .counter {
    position: absolute;
    top: auto;
    right: auto;
    bottom: -38px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

.recent-gallery-home .counter img {
  cursor: pointer;
}

.recent-gallery-home .counter .prev-wrap img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.recent-gallery-home .counter .count {
  min-width: 4em;
  text-align: center;
}

.recent-gallery-home .counter .count .number {
  color: #ab8a58;
}

.recent-gallery-home .g-holder {
  width: 100%;
  max-width: 86%;
  margin-right: 0;
  padding-top: 0;
}

@media (max-width: 1367px) {
  .recent-gallery-home .g-holder {
    max-width: 89%;
  }
}

.recent-gallery-home .g-holder .lists {
  overflow: hidden;
}

.recent-gallery-home .g-holder .lists .slick-list {
  margin: 0px -10px;
  padding-right: 14em;
}

@media (max-width: 767px) {
  .recent-gallery-home .g-holder .lists .slick-list {
    padding-right: 5em;
  }
}

.recent-gallery-home .g-holder .lists .item {
  padding: 10px;
  cursor: pointer;
}

.recent-gallery-home .g-holder .lists .item .bg-cover {
  min-height: 19em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}

@media (min-width: 1920px) {
  .recent-gallery-home .g-holder .lists .item .bg-cover {
    min-height: 23em;
  }
}

@media (max-width: 1367px) {
  .recent-gallery-home .g-holder .lists .item .bg-cover {
    min-height: 14em;
  }
}

@media (max-width: 1199px) {
  .recent-gallery-home .g-holder .lists .item .bg-cover {
    min-height: 18em;
  }
}

@media (max-width: 981px) {
  .recent-gallery-home .g-holder .lists .item .bg-cover {
    min-height: 13em;
  }
}

.recent-gallery-home .g-holder .lists .item .bg-cover:before {
  content: "";
  min-height: inherit;
  font-size: 0;
}

.recent-gallery-home .g-holder .lists .item .bg-cover .t {
  font-family: 'jelyttaregular';
  color: #fff;
  font-size: 22px;
  padding: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recent-gallery-home .g-holder .lists .item .bg-cover:before {
  content: "";
  width: 0%;
  height: 100%;
  background: rgba(171, 138, 88, 0.63);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
}

.recent-gallery-home .g-holder .lists .item .bg-cover:hover:before {
  width: 100%;
}

#recent_news_home {
  padding-bottom: 15em;
  margin-bottom: -11em;
  padding-top: 7em;
  overflow: hidden;
}

@media (max-width: 1367px) {
  #recent_news_home .recent_news_home {
    padding-left: 4em;
  }
}

@media (max-width: 1199px) {
  #recent_news_home .recent_news_home {
    padding-left: 0;
    max-width: 90%;
  }
}

#recent_news_home .f-img-holder .rimg {
  top: 0;
}

#recent_news_home .f-img-holder .limg {
  top: auto;
  bottom: 0;
}

#recent_news_home .f-img-holder .limg img {
  max-width: 15em;
}

#recent_news_home .v-h {
  position: absolute;
  top: 10%;
  left: 7%;
}

@media (max-width: 1199px) {
  #recent_news_home .v-h {
    position: relative;
    max-width: 100%;
    padding-bottom: 0;
  }
}

.news-home .lists .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 981px) {
  .news-home .lists .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.news-home .lists .item > div {
  padding: 2em;
}

@media (max-width: 767px) {
  .news-home .lists .item > div {
    padding: 12px 0;
  }
}

.news-home .lists .item > div .t {
  color: #ab8a58;
  font-family: 'didotbold';
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.2;
}

@media (max-width: 1365px) {
  .news-home .lists .item > div .t {
    font-size: 28px;
  }
}

@media (max-width: 1199px) {
  .news-home .lists .item > div .t {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .news-home .lists .item > div .t {
    font-size: 20px;
  }
}

.news-home .lists .item > div .des {
  padding: 2em 0;
}

.news-home .lists .item > div .btn-all {
  display: inline-block;
}

.news-home .lists .item > div:first-child {
  width: 35%;
}

@media (max-width: 981px) {
  .news-home .lists .item > div:first-child {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 767px) {
  .news-home .lists .item > div:first-child {
    text-align: center;
  }
}

.news-home .lists .item > div:last-child {
  width: 65%;
}

@media (max-width: 981px) {
  .news-home .lists .item > div:last-child {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.news-home .lists .item > div:last-child .bg-cover {
  min-height: 27em;
  position: relative;
}

@media (min-width: 1920px) {
  .news-home .lists .item > div:last-child .bg-cover {
    min-height: 34em;
  }
}

@media (max-width: 1199px) {
  .news-home .lists .item > div:last-child .bg-cover {
    min-height: 21em;
  }
}

@media (max-width: 767px) {
  .news-home .lists .item > div:last-child .bg-cover {
    min-height: 9em;
  }
}

.news-home .lists .item > div:last-child .bg-cover:before {
  content: "";
  width: 28px;
  height: 76%;
  background: #ab8a58;
  position: absolute;
  right: -28px;
  bottom: 31px;
}

@media (max-width: 1365px) {
  .news-home .lists .item > div:last-child .bg-cover:before {
    width: 22px;
    right: -22px;
  }
}

@media (max-width: 767px) {
  .news-home .lists .item > div:last-child .bg-cover:before {
    width: 16px;
    right: -16px;
    bottom: 14px;
  }
}

.news-home .counter {
  position: absolute;
  top: auto;
  left: 3%;
  bottom: 14%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}

@media (min-width: 1920px) {
  .news-home .counter {
    bottom: 26%;
  }
}

@media (max-width: 1367px) {
  .news-home .counter {
    bottom: 5%;
  }
}

@media (max-width: 1365px) {
  .news-home .counter {
    bottom: 15%;
  }
}

@media (max-width: 1199px) {
  .news-home .counter {
    bottom: 0%;
  }
}

@media (max-width: 981px) {
  .news-home .counter {
    right: 0;
    left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: -21px;
  }
}

.news-home .counter img {
  cursor: pointer;
}

.news-home .counter .prev-wrap img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.news-home .counter .count {
  min-width: 4em;
  text-align: center;
}

.news-home .counter .count .number {
  color: #ab8a58;
}

#body-id-home #main-header {
  border-bottom: 0;
}

@media (min-width: 981px) {
  #body-id-home #main-header li:before {
    background: #fff !important;
  }
}

#body-id-home #main-header .m-login img[alt="lw"] {
  display: inline-block;
}

@media (max-width: 981px) {
  #body-id-home #main-header .m-login img[alt="lw"] {
    display: none;
  }
}

#body-id-home #main-header .m-login img[alt="lb"] {
  display: none;
}

@media (max-width: 981px) {
  #body-id-home #main-header .m-login img[alt="lb"] {
    display: inline-block;
  }
}

#body-id-home #main-header .m-login span {
  color: #fff;
}

#body-id-home #main-header.et-fixed-header {
  background: #fff;
  border-bottom: 2px solid #ab8a58;
  z-index: 20;
}

#body-id-home #main-header.et-fixed-header li:before {
  background: #000 !important;
}

#body-id-home #main-header.et-fixed-header a {
  color: #000;
}

#body-id-home #main-header.et-fixed-header .m-login img[alt="lw"] {
  display: none;
}

#body-id-home #main-header.et-fixed-header .m-login img[alt="lb"] {
  display: inline-block;
}

#body-id-home #main-header.et-fixed-header .m-login span {
  color: #000;
}

#body-id-home #main-footer .ficon {
  top: -3em;
  max-width: 28em;
}

@media (max-width: 767px) {
  #body-id-home #main-footer .ficon {
    top: -1em;
    max-width: 16em;
  }
}

.slider-home-banner .slick-dots {
  width: auto;
  right: 4em;
  bottom: 6em;
  position: absolute;
  padding-bottom: 0;
}

.slider-home-banner .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  padding-right: 5px;
  padding-left: 5px;
}

.slider-home-banner .slick-dots li button {
  background-color: #dfdfdf;
  position: relative;
  border-radius: 10px;
  color: transparent;
  padding: 0px;
  border: 0px;
  width: 10px;
  height: 10px;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  cursor: pointer;
}

@media (max-width: 767px) {
  .slider-home-banner .slick-dots li {
    margin: 0 5px;
  }
}

.slider-home-banner .slick-dots li.slick-active {
  position: relative;
}

/*.slider-home-banner .slick-dots { position:relative; }*/
.slider-home-banner .slick-dots:after {
  content: '';
  background-color: #fff;
  height: 1px;
  width: 90%;
  position: absolute;
  left: -62px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/*.slider-home-banner .slick-dots li.slick-active:after {*/
/*  content: '';*/
/*  background-color: #fff;*/
/*  height: 1px;*/
/*  width: 58%;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  bottom: 0;*/
/*  margin: auto; }*/
.slider-home-banner .slick-dots li.slick-active button {
  width: 10px;
  background-color: #fff;
  position: relative;
}

.slider-home-banner .slick-dots li button {
  width: 10px;
  background-color: #fff;
  position: relative;
}

.slider-home-banner .slick-dots li.slick-active:after {
  content: '';
  border: 1px solid #fff;
  height: 22px !important;
  width: 22px;
  position: absolute;
  right: 0;
  top: -2px;
  left: -1px;
  bottom: 0;
  margin: auto;
  height: 100%;
  padding: 6px;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .slider-home-banner .slick-dots li.slick-active:after {
    top: -4px;
  }
}

.slider-home-banner .slider-nav-right {
  display: block;
  position: absolute;
  right: 13px;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 44px;
  z-index: 3;
}

.slider-home-banner .slider-nav-right i {
  font-size: 40px;
  color: #fff;
}

.slider-home-banner .paginghomepage {
  position: absolute;
  right: 4.5em;
  bottom: 8em;
  color: #ffffff;
  z-index: 1;
  font-family: 'poppinssemibold';
  letter-spacing: 1px;
}

.activity-main-holder .f-img-holder .rimg {
  top: -4em;
}

#body-id-gallery #main-content {
  padding-bottom: 0;
}

.f-img-holder {
  max-width: 100%;
  padding: 0;
  position: static;
}

@media (max-width: 1080px) {
  .f-img-holder img {
    opacity: 0.4;
  }
}

.f-img-holder .et_pb_column {
  position: static;
}

.f-img-holder .rimg {
  position: absolute;
  right: 0;
  top: -9em;
}

.f-img-holder .rimg img {
  max-width: 16em;
}

.f-img-holder .limg {
  position: absolute;
  left: 0;
  top: 28em;
}

.f-img-holder .limg img {
  max-width: 10em;
}

.f-img-holder .f-btm-image {
  position: absolute;
  bottom: 0;
}

.f-img-holder .f-btm-image img {
  max-width: 18em;
}

.activity-holder .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.activity-holder .lists .item {
  width: calc(100%/3 - 1px);
}

@media (max-width: 981px) {
  .activity-holder .lists .item {
    width: calc(100%/2 - 1px);
  }
}

@media (max-width: 767px) {
  .activity-holder .lists .item {
    width: calc(100%/1 - 1px);
  }
}

.activity-holder .lists .item:hover .bg-cover:before {
  width: 100%;
}

.activity-holder .lists .item > div {
  padding: .5em;
  padding-bottom: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.activity-holder .lists .item > div .bg-cover {
  min-height: 18em;
  cursor: pointer;
  position: relative;
}

@media (max-width: 1080px) {
  .activity-holder .lists .item > div .bg-cover {
    min-height: 14em;
  }
}

.activity-holder .lists .item > div .bg-cover:before {
  content: "";
  width: 0%;
  height: 100%;
  background: rgba(171, 138, 88, 0.63);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.activity-holder .lists .item > div .des {
  background: #ab8a58;
  height: 100%;
  color: #fff;
  max-width: 82%;
  margin: 0 auto;
  width: 100%;
  margin-top: -2.5em;
  padding: 16px;
  font-family: 'poppinsregular';
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.activity-holder .lists .item > div .des .t {
  font-size: 18px;
  padding-bottom: .3em;
  line-height: 1.2;
}

#activity_gallery {
  margin-top: 6em;
  margin-bottom: 6em;
}

@media (max-width: 1080px) {
  #activity_gallery .container {
    width: 90%;
  }
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.gallery-popup {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

.gallery-popup {
  background: #fff;
  padding: 4em;
  padding-bottom: 2.5em;
  position: relative;
}

.gallery-popup .mfp-close {
  color: #000;
  top: 8px !important;
  opacity: 1 !important;
  font-size: 41px;
  right: 10px;
}

.gallery-popup .bg-cover {
  position: relative;
}

.gallery-popup .bg-cover .holder {
  background: rgba(0, 0, 0, 0.529412);
  color: #fff;
  position: absolute;
  bottom: 1.5em;
  left: 1.5em;
  max-width: 26em;
  padding: 3em;
  text-align: justify;
  line-height: 1.4;
}

.gallery-popup .bg-cover .holder .t {
  font-size: 18px;
  text-align: left;
}

@media (max-width: 767px) {
  .gallery-popup .bg-cover .holder {
    width: 100%;
    max-width: 100%;
    left: 0;
    height: 100%;
    bottom: 0;
    position: relative;
    background: transparent;
    padding: 2em;
    display: none;
  }
}

.gallery-popup .btm {
  display: none;
  padding: 10px;
  background: #3333338a;
  color: #fff;
}

@media (max-width: 767px) {
  .gallery-popup .btm {
    display: block;
  }
}

.gallery-popup .slider-for .item .bg-cover {
  min-height: 45em;
}

@media (max-width: 981px) {
  .gallery-popup .slider-for .item .bg-cover {
    min-height: 25em;
  }
}

@media (max-width: 767px) {
  .gallery-popup .slider-for .item .bg-cover {
    min-height: 12em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .gallery-popup .slider-for .item .bg-cover:after {
    content: "";
    min-height: inherit;
    font-size: 0;
  }
  .gallery-popup .slider-for .item .bg-cover::before {
    content: "";
    background: rgba(0, 0, 0, 0.45);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    bottom: 0;
  }
}

.gallery-popup .slider-nav {
  margin: 0 -8px;
}

.gallery-popup .slider-nav .item {
  padding: 16px 8px;
}

.gallery-popup .slider-nav .item .bg-cover {
  min-height: 10em;
}

@media (max-width: 981px) {
  .gallery-popup .slider-nav .item .bg-cover {
    min-height: 7em;
  }
}

@media (max-width: 767px) {
  .gallery-popup .slider-nav .item .bg-cover {
    min-height: 4em;
  }
}

.gallery-popup .slick-arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
}

.gallery-popup .slick-arrow img {
  max-width: 2.4em;
}

.gallery-popup .slick-arrow.prev {
  left: -3em;
}

.gallery-popup .slick-arrow.next {
  right: -3em;
}

.gallery-popup .slick-arrow.next img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#body-id-news #main-footer .ficon {
  top: -10em;
}

#body-id-news #main-content {
  padding-bottom: 0;
}

@media (max-width: 1365px) {
  #body-id-news .et_pb_row {
    max-width: 90%;
  }
}

@media (max-width: 767px) {
  .news-inner {
    padding-top: 0 !important;
  }
}

.news-inner .breadcrumb-container li a, .news-inner .breadcrumb-container li .separator {
  color: #000 !important;
}

.news-inner .breadcrumb-container li:nth-child(2) {
  display: none;
}

.news-inner .et_pb_title_container {
  text-align: center;
}

.news-inner .et_pb_title_container .entry-title {
  color: #ab8a58;
  font-family: 'didotbold' !important;
  font-size: 30px !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.2;
  text-align: center;
}

.news-inner .et_pb_title_container .et_pb_title_meta_container {
  font-family: 'Didot';
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: .5em;
}

.news-inner .content-inner {
  text-align: center;
  padding: 0 4em;
  font-size: 16px;
  font-family: 'poppinsregular';
}

@media (max-width: 767px) {
  .news-inner .content-inner {
    padding: 0 0;
  }
}

.single-our_news .breadcrumb-container {
  text-shadow: none;
}

.single-our_news #main-footer .ficon {
  top: -9em;
  max-width: 19em;
}

.nav-single {
  margin-top: 5em;
  margin-bottom: 2em;
  text-align: center;
}

@media (max-width: 767px) {
  .nav-single > span {
    float: none !important;
  }
}

.nav-single > span a {
  font-family: 'poppinsbold';
  background: #ab8a58;
  border: 1px solid #ab8a58 !important;
  color: #fff;
  border: 0;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 0;
  line-height: 2.5 !important;
  min-width: 11em;
  text-align: center;
  padding: .3em 1em !important;
  padding-top: 7px !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .nav-single > span a {
    margin-bottom: 1em;
    font-size: 12px;
    line-height: 1.5 !important;
  }
}

.nav-single > span a .meta-nav {
  display: none;
}

.nav-single > span a:hover {
  background: transparent !important;
  color: #ab8a58;
}

.news-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10em;
}

@media (max-width: 767px) {
  .news-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.news-holder > div.content-here {
  width: 80%;
}

@media (max-width: 767px) {
  .news-holder > div.content-here {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.news-holder > div.content-here .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 1920px) {
  .news-holder > div.content-here .lists {
    padding-right: 3em;
  }
}

.news-holder > div.content-here .lists > .item {
  width: calc(100%/2 - 1px);
  padding: 1em;
  margin-bottom: 2em;
}

.news-holder > div.content-here .lists > .item > div {
  position: relative;
}

.news-holder > div.content-here .lists > .item > div:hover .bg-cover:before {
  width: 100%;
}

.news-holder > div.content-here .lists > .item > div .bg-cover {
  min-height: 16em;
  position: relative;
}

@media (max-width: 1080px) {
  .news-holder > div.content-here .lists > .item > div .bg-cover {
    min-height: 13em;
  }
}

@media (max-width: 981px) {
  .news-holder > div.content-here .lists > .item > div .bg-cover {
    min-height: 10em;
  }
}

@media (max-width: 981px) {
  .news-holder > div.content-here .lists > .item > div .bg-cover {
    min-height: 6em;
  }
}

.news-holder > div.content-here .lists > .item > div .bg-cover:before {
  content: "";
  width: 0%;
  height: 100%;
  background: rgba(171, 138, 88, 0.63);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.news-holder > div.content-here .lists > .item > div .t {
  font-family: 'poppinsbold';
  color: #ab8a58;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 16px;
  margin-bottom: 8px;
}

@media (max-width: 1080px) {
  .news-holder > div.content-here .lists > .item > div .t {
    font-size: 14px;
  }
}

.news-holder > div.content-here .lists > .item > div .btn-holder a {
  display: inline-block;
  font-family: 'poppinsbold';
  color: #ab8a58;
  text-transform: uppercase;
  border-bottom: 3px solid;
  margin-top: 10px;
  line-height: 1;
}

.news-holder > div.content-here .lists > .item > div .btn-holder a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.news-holder > div.content-here .text-center {
  text-align: center;
}

.news-holder > div.content-here .text-center button[disabled] {
  opacity: 0.4 !important;
  background: #ab8a58 !important;
  color: #fff !important;
  cursor: not-allowed;
}

.news-holder > div.latest-archive {
  width: 25%;
}

@media (max-width: 767px) {
  .news-holder > div.latest-archive {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.news-holder > div.latest-archive h4 {
  color: #333333;
  text-transform: uppercase;
  font-family: 'poppinsbold';
  letter-spacing: 1px;
}

.news-holder .archive_holder a {
  cursor: pointer;
  cursor: pointer;
  font-family: 'poppinsregular';
  color: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.news-holder .archive_holder a.active, .news-holder .archive_holder a:hover {
  color: #ab8a58;
  font-weight: bold;
}

.news-holder .archive_holder ul {
  padding-left: 0;
}

.news-holder .archive_holder ul li {
  list-style: none;
}

.loader {
  border: 3px solid #f3f3f3;
  border-top: 3px solid #3498db;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: inline-block;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin-right: 4px;
  margin-bottom: -2px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.f-articles .product-holder .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}

.f-articles .product-holder .item .bg-cover {
  min-height: 4em;
  width: 30%;
}

.f-articles .product-holder .item .title-des {
  width: 70%;
  padding-left: 10px;
}

.f-articles .product-holder .item .title-des > div:first-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ab8a58;
  text-transform: uppercase;
}

.f-articles .product-holder .item .title-des > div:last-child {
  line-height: 1.3;
  color: #666;
}

#body-id-members #main-footer .ficon {
  top: -5em;
  max-width: 13em;
}

.member-main-holder {
  padding-bottom: 0 !important;
}

@media (max-width: 1367px) {
  .member-main-holder .et_pb_row {
    max-width: 90%;
  }
}

.member-main-holder .f-img-holder .rimg {
  top: 0em;
}

.member-main-holder .f-img-holder .rimg img {
  max-width: 8em;
}

.member-main-holder .f-img-holder .cimg {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  top: 0em;
}

.member-main-holder .f-img-holder .cimg img {
  max-width: 12em;
}

.member-main-holder .f-img-holder .limg {
  position: absolute;
  left: 6em;
  top: 56em;
}

.member-main-holder .f-img-holder .limg img {
  max-width: 12em;
}

.members-holder {
  padding-bottom: 12em;
}

.members-holder .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

.members-holder .lists .item {
  width: calc(100%/3 - 1px);
  padding: 10px;
}

@media (max-width: 1199px) {
  .members-holder .lists .item {
    width: calc(100%/2 - 1px);
  }
}

@media (max-width: 767px) {
  .members-holder .lists .item {
    width: calc(100%/1 - 1px);
  }
}

.members-holder .lists .item .bg-cover {
  height: 100%;
  padding: 10px;
}

.members-holder .lists .item .bg-cover .des {
  background: rgba(255, 255, 255, 0.75);
  padding: 14px 26px;
  height: 100%;
  color: #333;
  line-height: 1.4;
}

.members-holder .lists .item .bg-cover .des .info > div {
  position: relative;
  padding-left: 20px;
  padding-bottom: 4px;
  line-height: 1.2;
}

.members-holder .lists .item .bg-cover .des .info > div img {
  position: absolute;
  left: 0;
  top: 0;
}

.members-holder .lists .item .bg-cover .des .t {
  font-family: 'didotbold';
  text-transform: uppercase;
  color: #333333;
  font-size: 16px;
  letter-spacing: 1px;
}

.members-holder .lists .item .bg-cover .des .logo img {
  max-width: 17em;
  height: 3em;
}

.members-holder .lists .item .bg-cover .des .terms {
  padding: 0;
  line-height: 1;
}

.members-holder .lists .item .bg-cover .des .terms li {
  display: inline-block;
  font-family: 'Didot';
}

.members-holder .lists .item .bg-cover .des .terms li:last-child span {
  display: none;
}

.members-holder .lists .item .bg-cover .des .name {
  font-family: 'didotbold';
  padding-bottom: 10px;
  font-size: 16px;
}

.members-holder .lists .item .bg-cover .des .address {
  font-family: 'poppinsmedium';
  line-height: 1.2;
}

.members-holder .lists .item .bg-cover .des .tel a {
  display: inline-block;
  color: #333;
}

.members-holder .lists .item .bg-cover .des .tel a:last-child span {
  display: none;
}

.members-holder .lists .item .bg-cover .des .email a {
  display: inline-block;
  color: #333;
}

.members-holder .lists .item .bg-cover .des .email a:last-child span {
  display: none;
}

.members-holder .lists .item .bg-cover .des .web a {
  color: #333;
}

.members-holder .text-center {
  text-align: center;
  margin-top: 3em;
}

.members-holder .text-center button[disabled] {
  opacity: 0.4 !important;
  background: #ab8a58 !important;
  color: #fff !important;
  cursor: not-allowed;
}

.members-holder .alpha-lists {
  text-align: center;
  margin-bottom: 2em;
}

.members-holder .alpha-lists > div h3 {
  display: inline-block;
  font-family: 'didotbold';
  font-size: 18px;
  letter-spacing: 1px;
  padding: 0 6px;
  padding-right: 8px;
  border-right: 1px solid;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.members-holder .alpha-lists > div h3.active, .members-holder .alpha-lists > div h3:hover {
  color: #ab8a58;
}

.members-holder .n-r {
  color: #ab8a58;
  font-family: 'didotbold';
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.2;
  padding-left: 10px;
  margin-top: 1em;
}

.members-holder .sresult {
  font-style: italic;
}

.members-holder .sresult span {
  font-style: normal;
  color: #c5a574;
}

.members-holder .sresult span.p {
  color: #666;
  font-style: italic;
}

.members-holder .sresult + .rf {
  font-size: 20px;
  color: #000;
  font-family: 'poppinsbold';
  margin-top: .5em;
}

.terms-holder {
  margin-bottom: 5em;
  padding-bottom: 5em;
  border-bottom: 1.5px solid #ccc;
}

.terms-holder .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .terms-holder .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.terms-holder .form-group > * {
  width: calc(100%/3 - 16px);
  color: #7f7f7f;
  font-family: 'poppinsmedium';
  text-transform: uppercase;
  height: 40px;
  border-radius: 0;
  border-color: #333;
  margin: 0 8px;
}

@media (max-width: 767px) {
  .terms-holder .form-group > * {
    width: calc(100%/1 - 16px);
    margin-bottom: 11px;
  }
}

.terms-holder .form-group.input {
  margin-top: 16px;
}

@media (max-width: 767px) {
  .terms-holder .form-group.input {
    margin-top: 0;
  }
}

.terms-holder .form-group.input input {
  width: calc(100%/1 - 16px);
  padding: 6px 14px;
  text-transform: none;
  font-style: italic;
}

.terms-holder .btn-holder {
  text-align: center;
  margin-top: 34px;
}

#search-form {
  position: fixed;
  top: 8em;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 6;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 981px) {
  #search-form {
    top: 13em;
  }
}

@media (max-width: 767px) {
  #search-form {
    top: 14em;
  }
}

#search-form .terms-holder-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#search-form .terms-holder-search > div {
  width: calc(100%/5 - 16px);
  margin: 0 8px;
}

@media (max-width: 981px) {
  #search-form .terms-holder-search > div {
    width: calc(100%/2 - 16px);
  }
}

@media (max-width: 767px) {
  #search-form .terms-holder-search > div {
    width: calc(100%/1 - 16px);
  }
}

#search-form .terms-holder-search > div .form-control {
  color: #7f7f7f;
  font-family: 'poppinsmedium';
  text-transform: uppercase;
  height: 40px;
  border-radius: 0;
  border-color: #333;
}

@media (max-width: 981px) {
  #search-form .terms-holder-search > div .form-control {
    margin-bottom: 14px;
  }
}

#search-form .terms-holder-search > div.btn-holder {
  width: auto;
}

#search-form .terms-holder-search > div.btn-holder button {
  line-height: 2 !important;
}

#search-form .terms-holder-search > div input {
  padding: 6px 14px;
  text-transform: none !important;
  font-style: italic;
}

#search-form.show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#search-form .terms-holder-search {
  background: #fff;
  max-width: 90%;
  margin: 0 auto;
  padding: 2em 0;
  -webkit-box-shadow: 0 0 9px;
          box-shadow: 0 0 9px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

@media (max-width: 981px) {
  #search-form .terms-holder-search {
    max-width: 96%;
    padding: 3em 2em;
  }
}

#search-form .terms-holder-search .close-s {
  position: absolute;
  right: 8px;
  top: 7px;
  font-size: 19px;
  visibility: hidden;
}

@media (max-width: 981px) {
  #search-form .terms-holder-search .close-s {
    visibility: visible;
  }
}

#body-id-jewelers #main-content {
  padding-bottom: 0;
}

#body-id-jewelers #main-footer .ficon {
  top: -3em;
  max-width: 28em;
}

@media (max-width: 1365px) {
  #body-id-jewelers .et_pb_row {
    max-width: 90%;
  }
}

.about-menu .et_pb_menu__wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 2px solid #ab8a58;
  border-bottom: 2px solid #ab8a58;
}

.about-menu .et_pb_menu__wrap li {
  margin: 0 !important;
  padding: 0 !important;
}

.about-menu .et_pb_menu__wrap li a {
  text-transform: uppercase;
  padding: 12px 12px !important;
  min-width: 10em;
  text-align: center;
  padding-top: 14px !important;
  color: #333;
  opacity: 1;
}

.about-menu .et_pb_menu__wrap li a:hover {
  background: #ab8a58 !important;
  color: #fff !important;
}

.about-row2 {
  width: 100%;
  max-width: 87%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
}

@media (max-width: 1367px) {
  .about-row2 {
    max-width: 90%;
  }
}

@media (max-width: 981px) {
  .about-row2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 80%;
    margin-right: auto;
    padding-bottom: 0;
  }
}

.about-row2 > div:first-child {
  width: 40%;
}

@media (max-width: 981px) {
  .about-row2 > div:first-child {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.about-row2 > div:last-child {
  width: 70%;
}

@media (max-width: 981px) {
  .about-row2 > div:last-child {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.m-v-v .et_pb_module_header {
  color: #ab8a58;
  font-family: 'didotbold';
  font-size: 26px;
}

@media (max-width: 981px) {
  .m-v-v .et_pb_blurb_content {
    max-width: 100%;
  }
}

.key-milestones .content {
  padding-left: 9em;
}

@media (max-width: 981px) {
  .key-milestones .content {
    padding-left: 0;
  }
}

.key-milestones .f-img-holder {
  position: static;
}

.key-milestones .f-img-holder .limg {
  top: 38%;
}

.key-milestones .f-img-holder .limg img {
  max-width: 14em;
}

.key-milestones .l-heading {
  text-align: center;
}

.key-milestones .l-heading .et_pb_text_inner {
  display: inline-block;
}

.key-milestones .l-heading .et_pb_text_inner span {
  display: block;
  color: #7f7f7f;
  font-family: 'didotbold';
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: 2px;
}

.key-milestones .l-heading .et_pb_text_inner span:first-child {
  border-bottom: 2px solid;
}

.key-milestones.et_pb_with_background {
  margin-bottom: -10em;
}

@media (max-width: 767px) {
  .key-milestones.et_pb_with_background {
    padding-top: 0;
  }
}

.key-milestones-holder {
  padding-bottom: 6em;
  overflow: hidden;
}

.key-milestones-holder .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -4em;
  padding-top: 14em;
  position: relative;
}

@media (max-width: 767px) {
  .key-milestones-holder .lists {
    padding-top: 0 !important;
  }
}

.key-milestones-holder .lists .item {
  width: calc(100%/2 - 1px);
  position: relative;
}

@media (max-width: 767px) {
  .key-milestones-holder .lists .item {
    width: calc(100%/1 - 1px);
    margin-top: 0 !important;
  }
}

.key-milestones-holder .lists .item > div {
  padding: 0 4em;
  padding-bottom: 4em;
}

.key-milestones-holder .lists .item > div img {
  width: 100%;
}

.key-milestones-holder .lists .item > div .year {
  font-family: 'darker_grotesquebold';
  font-size: 20px;
}

.key-milestones-holder .lists .item > div .head {
  color: #ab8a58;
  font-family: 'didotbold';
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-bottom: 10px;
}

@media (max-width: 1080px) {
  .key-milestones-holder .lists .item > div .head {
    font-size: 18px;
  }
}

.key-milestones-holder .lists .item:before {
  content: "";
  position: absolute;
  top: 32px;
  width: 22px;
  height: 22px;
  border-radius: 50px;
  background: #ab8a58;
}

.key-milestones-holder .lists .item:nth-child(4n+1) {
  margin-top: -13em;
}

.key-milestones-holder .lists .item:nth-child(4n+2) {
  margin-top: 0em;
}

.key-milestones-holder .lists .item:nth-child(4n+3) {
  margin-top: -12em;
}

.key-milestones-holder .lists .item:nth-child(odd) > div {
  text-align: right;
}

@media (max-width: 767px) {
  .key-milestones-holder .lists .item:nth-child(odd) > div {
    text-align: center;
  }
}

.key-milestones-holder .lists .item:nth-child(odd):before {
  right: -11px;
}

@media (max-width: 767px) {
  .key-milestones-holder .lists .item:nth-child(odd):before {
    right: 0;
    left: 0;
    margin: auto;
    top: -24px;
  }
}

.key-milestones-holder .lists .item:nth-child(even) > div {
  text-align: left;
}

@media (max-width: 767px) {
  .key-milestones-holder .lists .item:nth-child(even) > div {
    text-align: center;
  }
}

.key-milestones-holder .lists .item:nth-child(even):before {
  left: -11px;
}

@media (max-width: 767px) {
  .key-milestones-holder .lists .item:nth-child(even):before {
    right: 0;
    left: 0;
    margin: auto;
    top: -24px;
  }
}

.key-milestones-holder .lists:before {
  content: "";
  width: 2px;
  height: 98%;
  background: #ab8a58;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 56px;
}

@media (max-width: 767px) {
  .key-milestones-holder .lists:before {
    display: none;
  }
}

.key-milestones-holder .btn-holder {
  text-align: center;
}

.key-milestones-holder .btn-holder .btn-all {
  position: relative;
}

.key-milestones-holder .btn-holder .btn-all[disabled] {
  background: #ddd0bc !important;
  cursor: not-allowed;
  border-color: #ddd0bc !important;
  color: #fff !important;
}

.key-milestones-holder .btn-holder .btn-all[disabled]:hover {
  background: #ddd0bc !important;
  cursor: not-allowed;
  border-color: #ddd0bc !important;
  color: #fff !important;
}

.key-milestones-holder .btn-holder .btn-all:hover {
  background: #fff !important;
}

.our-team-main .f-img-holder .rimg {
  top: 7em;
}

.our-team-main .et_pb_text_inner {
  font-family: 'didotbold';
  text-transform: uppercase;
  letter-spacing: 1px;
}

#body-id-about-main #main-footer .ficon {
  top: -5em;
  max-width: 22em;
}

.resources-main-holder .f-img-holder .rimg {
  top: 0;
}

.resources-main-holder .f-img-holder .rimg img {
  max-width: 40em;
}

.resources-main-holder .f-img-holder .limg img {
  max-width: 16em;
}

.resources-main-holder .f-heading .et_pb_text_inner {
  max-height: 12em;
}

#body-id-resources #main-footer .ficon {
  top: -5em;
  max-width: 15em;
}

.resources-holder .lists .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid rgba(51, 51, 51, 0.53);
  padding: 12px 0;
}

@media (max-width: 767px) {
  .resources-holder .lists .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.resources-holder .lists .item .fname {
  font-family: 'poppinsbold';
  color: #333;
  font-size: 19px;
}

@media (max-width: 767px) {
  .resources-holder .lists .item .fname {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.resources-holder .lists .item .file a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.resources-holder .lists .item .file a span {
  padding: 0 12px;
  font-family: 'poppinsbold';
  color: #333;
}

.resources-holder .lists .item .file a img[alt="lc"] {
  padding-right: 20px;
}

@media (max-width: 767px) {
  .resources-holder .lists .item .file a img[alt="lc"] {
    position: absolute;
    left: -32px;
  }
}

.resources-holder .lists .item .file.r-login {
  cursor: pointer;
  position: relative;
}

.about-menu .current-menu-item a {
  background: #ab8a58 !important;
  color: #fff !important;
}

.contact-main-holder .contact-form {
  padding-bottom: 2em;
}

.contact-main-holder .contact-form .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .contact-main-holder .contact-form .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact-main-holder .contact-form .item .wpcf7-form-control-wrap {
  width: 100%;
  padding: 0 12px;
}

@media (max-width: 767px) {
  .contact-main-holder .contact-form .item .wpcf7-form-control-wrap {
    padding: 0 0px;
  }
}

.contact-main-holder .contact-form .item .wpcf7-form-control-wrap input {
  display: block;
  width: 100%;
  padding: 6px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  color: #7f7f7f;
  font-family: 'poppinsmedium';
  height: 40px;
  border-radius: 0;
  border-color: #333;
  font-style: italic;
}

.contact-main-holder .contact-form .textarea .wpcf7-form-control-wrap {
  padding: 24px 12px;
  display: block;
}

@media (max-width: 767px) {
  .contact-main-holder .contact-form .textarea .wpcf7-form-control-wrap {
    padding: 24px 0px;
  }
}

.contact-main-holder .contact-form .textarea .wpcf7-form-control-wrap textarea {
  resize: none;
  padding: 12px 20px;
  font-size: 14px;
  height: 6em;
  width: 100%;
  color: #7f7f7f;
  font-family: 'poppinsmedium';
  border-radius: 0;
  border-color: #333;
  font-style: italic;
}

.contact-main-holder .contact-form .btn-holder {
  text-align: center;
}

.contact-main-holder .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 981px) {
  .contact-main-holder .contact-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  .contact-main-holder .contact-info iframe {
    height: 18em;
  }
}

.contact-main-holder .contact-info .et_pb_module {
  text-align: center;
}

.contact-main-holder .contact-info .et_pb_module a {
  color: #666;
}

.contact-main-holder .f-img-holder .rimg {
  top: 54%;
}

.contact-main-holder .f-img-holder .rimg img {
  max-width: 15em;
}

#body-id-contact #main-footer .ficon {
  top: -6em;
  max-width: 15em;
}
/*# sourceMappingURL=main.css.map */


/*changes 11/13/20*/

.slider-home-banner .slick-dots {
    display: flex !important;
}

.slider-home-banner .slick-dots li {
    display: flex;
}

.slider-home-banner .slick-dots li.slick-active:after {
    right: auto;
    bottom: auto;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.slider-home-banner .slick-dots:after {
    width: 60%;
    left: 0;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
}


#left-area ol, .comment-content ol, .entry-content ol, .et-l--body ol, .et-l--footer ol, .et-l--header ol, body.et-pb-preview #main-content .container ol {
    line-height: 1.7em;
}



@media (max-width: 1199px){
    
    .v-h > div {
            flex-wrap: wrap;
    }
 
    .v-h > div .heading-all, .v-h > div .f-heading{
        margin-bottom: 2.75% !important;
    }


}

.activity-holder .lists .item > div .bg-cover {
    min-height: 0;
    padding-bottom: 67%;
    height: 0;
}

.recent-gallery-home .g-holder .lists .item .bg-cover {
    min-height: 0;
    padding-bottom: 67%;
    height: 0;
}

.recent-gallery-home .g-holder .lists .item .bg-cover .t {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.news-holder > div.content-here .lists > .item > div .bg-cover {
    min-height: 0;
    padding-bottom: 50%;
    height: 0;
}

.news-home .lists .item > div:last-child .bg-cover {
    min-height: 0;
    padding-bottom: 56%;
    height: 0;
}


@media (max-width: 981px) {
    
.news-home .lists .item > div:last-child .bg-cover {
    min-height: 0;
    padding-bottom: 56%;
    height: 0;
}
    .activity-holder .lists .item > div .des .t {
    font-size: 14px;
}

.activity-holder .lists .item > div .des {
    font-size: 11px;
}

.activity-holder .lists .item > div .bg-cover {
    min-height: 0 !important;
    padding-bottom: 67%;
    height: 0;
}

.recent-gallery-home .g-holder .lists .item .bg-cover {
    min-height: 0;
    padding-bottom: 67%;
    height: 0;
}

.recent-gallery-home .g-holder .lists .item .bg-cover .t {
    font-size: 11px;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(171, 138, 88, 0.63);
}

.recent-gallery-home .g-holder .lists .item .bg-cover:before {
    display: none;
}


.slider-home-banner .lists .bg-cover {
    min-height: 35vh;
}

#main-footer .lists > div:last-child {
    width: 100%;
}



}



@media (max-width: 767px) {
    
.slider-home-banner .slick-dots {
    bottom: 1em !important;
}


.key-milestones .et_pb_column.et_pb_column_4_4.et_pb_column_2 {
    flex-direction: row;
    align-items: baseline;
}

/*#post-658 .f-heading .et_pb_text_inner {*/
/*    -webkit-writing-mode: horizontal-tb;*/
/*    -ms-writing-mode: unset;*/
/*    writing-mode: horizontal-tb;*/
/*    transform: none;*/
/*    min-height: auto;*/
/*    max-height: none;*/
/*}*/

/*#post-658 .f-heading span:first-child {*/
/*    border-bottom: 1.5px solid #7f7f7f;*/
/*    border-left: 0;*/
/*}*/

/*#post-658 .v-h > div .f-heading {*/
/*    width: auto;*/
/*}*/

/*#post-658 .v-h .heading-all {*/
/*    padding-left: 0 !important;*/
/*}*/


#main-footer .lists > div:nth-child(2) div ul:last-child > * {
    display: block;
}

#main-footer .lists > div:nth-child(2) div ul:first-child {
    display: block;
}

#main-footer .lists > div:nth-child(2) h5 {
    margin-bottom: 15px;
    height: 0;
    padding: 0;
}

#main-footer .lists > div:last-child h5 {
    margin-bottom: 15px;
    height: 0;
    padding: 0;
}

}


@media (max-width: 420px) {

.slider-home-banner .lists .bg-cover {
    min-height: 27vh;
}


}

@media (min-width: 768px) and (max-width: 999px) {

.about-home-holder .f-heading {
    padding-left: 10em !important;
}






}




@media (min-width: 1000px) and (max-width: 1199px) {


.about-home-holder .f-heading {
    padding-left: 5em !important;
}











}







