.img-responsive {
  max-width: 100%;
  height: auto;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
#maincontent.page-main {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}
.offer_wdg {
  display: flex;
  position: relative;
}
.offer_wdg .column {
  height: 280px;
}
.offer_wdg .column.btns_grp {
  line-height: 280px;
}
.offer_wdg .column.upto {
  line-height: 280px;
}
.offer_wdg .column.upto a {
  font-size: 18px;
}
.bg-adv {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.offer-txt {
  transform: translate(0, 50%);
}
.offer-txt span {
  display: block;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 90px;
}
.offer-txt span + span {
  font-size: 37px;
}
.btn-white {
  background: #ffffff;
  color: #21343c;
  font-family: 'Lato', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 10px;
  display: inline-block;
  text-decoration: none;
  line-height: normal;
}
.btn-gray {
  background: #21343c;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 10px;
  display: inline-block;
  text-decoration: none;
  line-height: normal;
}
.bnr_btn {
  width: 42%;
  margin-right: 7%;
  text-align: center;
  line-height: 60px;
  box-sizing: border-box;
}
.bnr_btn:hover {
  text-decoration: none;
}
.mst-wanted-prds {
  margin-top: 20px;
  position: relative;
}
.two-columns {
  display: flex;
}
.two-columns .column {
  width: 50%;
  margin-right: 0.5%;
}
.two-columns .column img {
  min-width: 100%;
}
.two-columns .column + .column {
  margin: 0;
}
.ofr_content {
  position: absolute;
  top: 0;
  left: 50%;
  text-align: center;
  z-index: 1;
  transform: translate(-50%, 0);
  width: 50%;
  background: rgba(233, 224, 217, 0.9);
  padding: 70px 0;
  color: #000;
}
.ofr_content h1 {
  font-size: 77px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  margin-bottom: 35px;
  letter-spacing: 3px;
}
.ofr_content p {
  font-size: 24px;
  letter-spacing: 3px;
}
.ofr_content .btns_group {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}
.ofr_content .btns_group ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ofr_content .btns_group ul li {
  float: left;
  width: 50%;
  text-align: center;
  vertical-align: top;
}
.ofr_content .btns_group ul li a {
  display: inline-block;
  width: 80%;
  line-height: 60px;
  color: #fff;
  text-decoration: none;
}
.ofr_content .btns_group ul li a:hover {
  color: #fff;
}
.trending_block .title {
  background: #e9e0d9;
  padding: 20px 30px;
  text-align: right;
  width: 70%;
  margin-top: 50px;
  margin-bottom: 30px;
}
.trending_block .title h1 {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: #000;
  font-size: 38px;
  margin: 0;
}
.trending_block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.trending_block ul li {
  float: left;
  width: calc(25% - 11.3px);
  text-align: center;
  font-size: 13px;
  margin-right: 15px;
}
.trending_block ul li:last-child {
  margin-right: 0;
}
.trending_block ul li a {
  color: #000;
  text-decoration: none;
}
.trending_block ul li a img {
  width: 100%;
}
.trending_block ul li span {
  display: block;
  padding: 15px;
  text-transform: uppercase;
}
.video-full-width {
  position: relative;
  margin: 0 0 50px;
}
.video-full-width .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.video-full-width .content .title-video {
  font-family: 'Montserrat';
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin: 0 0 18px;
  padding: 0;
  text-transform: uppercase;
}
.video-full-width .content .home-btn {
  height: 50px;
  position: relative;
  padding: 13px 34px;
  display: inline-block;
  border: 0;
  background: #000;
  color: #fff;
  font-family: 'Lato,sans-serif';
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-size: 12px;
  font-weight: 600;
  overflow: hidden;
  line-height: 1.8;
  text-decoration: none;
}
.video-full-width .content .home-btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 120%;
  height: 200%;
  left: 0;
  z-index: 1;
  opacity: 0;
  transform: rotate(20deg);
  transform-origin: right;
  transition: opacity 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99), transform 0.45s cubic-bezier(0.6, 0.05, 0.01, 0.99);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #000;
}
.video-full-width .content .home-btn:hover:before {
  transform: rotateY(0);
  bottom: 0;
  opacity: 1;
  background-color: #273039;
}
.video-full-width .content .home-btn span {
  z-index: 2;
  color: #fff;
  position: relative;
}
@media (max-width: 1200px) {
  .bnr_btn {
    margin-right: 50px;
    min-width: 225px;
    height: 42px;
    font-size: 13px;
    line-height: 42px;
  }
  .ofr_content .btns_group {
    bottom: -20px;
  }
  .ofr_content .btns_group ul li a {
    line-height: 42px;
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .offer_wdg .column .offer-txt span {
    font-size: 72px;
  }
  .offer_wdg .column .offer-txt span + span {
    font-size: 32px;
  }
  .ofr_content h1 {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .offer_wdg .column {
    height: 140px;
    line-height: 140px !important;
  }
  .offer_wdg .column .offer-txt span {
    font-size: 48px;
  }
  .offer_wdg .column .offer-txt span + span {
    font-size: 21px;
  }
  .offer_wdg .offer_wdg .column.btns_grp,
  .offer_wdg .column.upto {
    line-height: 140px;
  }
  .ofr_content {
    width: 60%;
    padding: 32px 0;
  }
  .ofr_content h1 {
    margin-bottom: 24px !important;
  }
  .ofr_content p {
    margin-bottom: 24px !important;
  }
  .trending_block .title h1 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .offer_wdg .column.btns_grp a {
    font-size: 13px;
  }
}
.insta-popup {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  z-index: 999;
  padding-top: 20px;
  display: none;
}
.insta-popup.active {
  display: block;
}
.insta-popup .insta-popup-inner {
  width: 54%;
  margin: 0 auto;
  position: relative;
}
.insta-popup .insta-popup-inner .lft-popup-cont {
  float: left;
  width: 74%;
  background: #000;
}
.insta-popup .insta-popup-inner .ryt-popup-cont {
  width: 26%;
  float: left;
}
.insta-popup .insta-popup-inner .ryt-popup-cont p {
  background: #3f4955;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  font-family: "Raleway", sans-serif;
  padding: 5px;
}
.insta-popup .insta-popup-inner .ryt-popup-cont ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.insta-popup .insta-popup-inner .ryt-popup-cont ul li {
  background: #fff;
  border-radius: 3px;
}
.insta-popup .insta-popup-inner .ryt-popup-cont ul li img {
  padding: 5px;
  padding-bottom: 0;
}
.insta-popup a.close {
  position: absolute;
  right: 20px;
  color: #fff;
  z-index: 99999;
  top: 10px;
  font-size: 30px;
  font-family: "Raleway", sans-serif;
}
.insta-popup a.close:hover {
  text-decoration: none;
}
.insta-popup .nxt-btn-popup,
.insta-popup .prev-btn-popup {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none !important;
  margin: 0;
  color: #fff !important;
  font-size: 39px !important;
  text-align: center;
  width: 60px;
  height: 60px;
  border: 0;
}
.insta-popup .prev-btn-popup {
  left: -15%;
}
.insta-popup .prev-btn-popup:before {
  content: '<';
  transform: scale(2.2, 2.5);
  line-height: initial;
  display: block;
  font-weight: 400;
}
.insta-popup .nxt-btn-popup {
  right: -15%;
}
.insta-popup .nxt-btn-popup:before {
  content: '>';
  transform: scale(2.2, 2.5);
  line-height: initial;
  display: block;
  font-weight: 400;
}
.insta-popup .owl-carousel .owl-item img {
  width: auto;
}
@media (max-width: 767px) {
  .insta-popup .insta-popup-inner .ryt-popup-cont ul {
    padding: 0;
    list-style: none;
    margin: 0;
  }
  .insta-popup .insta-popup-inner {
    width: 80%;
  }
  .insta-popup .insta-popup-inner .lft-popup-cont {
    width: 100%;
  }
  .insta-popup .insta-popup-inner .ryt-popup-cont ul li {
    float: left;
    width: 46%;
    margin-right: 10px;
  }
  .insta-popup .insta-popup-inner .ryt-popup-cont {
    width: 100%;
  }
  .video-full-width video {
    height: 250px;
    object-fit: cover;
  }
}
a#scrolltotop {
  position: fixed;
  bottom: 112px;
  right: 16px;
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  text-align: center;
  line-height: 61px;
  border-radius: 50%;
  background: #fff;
  display: none;
}
a#scrolltotop i.fa.fa-angle-up {
  font-size: 42px;
  color: #000;
}
.main-new-banner {
  position: relative;
}
.main-new-banner .promo-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.main-new-banner .promo-text h3 {
  color: #fff;
  font-size: 34px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.main-new-banner .promo-text p {
  color: #fff;
  font-size: 24px;
  font-family: 'GillSans';
  font-weight: 300;
  max-width: 40%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .main-new-banner .promo-text {
    width: 80%;
    top: 48%;
  }
  .main-new-banner .promo-text h3 {
    font-size: 15px;
  }
  .main-new-banner .promo-text p {
    font-size: 16px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .home-content.fullwidth {
    margin: 0;
  }
  .marginB30 {
    margin-bottom: 10px !important;
  }
  .marginT50 {
    margin-top: 14.5px !important;
  }
  .top-section {
    margin-bottom: -15px !important;
  }
  .marginT30 {
    margin-top: 10px !important;
  }
}
@media (max-width: 480px) {
  .custom-crousel .bannerContentSec {
    margin-top: 0;
    padding: 0;
  }
  .headeing-title-block {
    margin: -28px auto 20px !important;
  }
  .columns .column.main {
    padding-bottom: 0;
  }
}
