@charset "utf-8";
body {
  background: #0e0e0e;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-family: "Futura";
  font-weight: 500;
  overflow-x: hidden;
  font-size: 15px;
  color: #ffffff;
  line-height: inherit;
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  outline: none;
  transition: all 300ms ease;
  color: #e7c35e;
}
a:hover {
  text-decoration: none;
}
button,
button:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
input,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
.form-control:hover,
.form-control:focus {
  outline: none !important;
  box-shadow: none;
}
p:empty {
  display: none;
}
input[type="password"] {
  font-family: sans-serif !important;
}

@font-face {
  font-family: "Zuume";
  src:
    url("../fonts/Zuume-Light.eot"),
    url("../fonts/Zuume-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Zuume-Light.woff2") format("woff2"),
    url("../fonts/Zuume-Light.woff") format("woff"),
    url("../fonts/Zuume-Light.ttf") format("truetype"),
    url("../fonts/Zuume-Light.svg#Zuume-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zuume";
  src:
    url("../fonts/Zuume-Regular.eot"),
    url("../fonts/Zuume-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Zuume-Regular.woff2") format("woff2"),
    url("../fonts/Zuume-Regular.woff") format("woff"),
    url("../fonts/Zuume-Regular.ttf") format("truetype"),
    url("../fonts/Zuume-Regular.svg#Zuume-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zuume";
  src:
    url("../fonts/Zuume-Medium.eot"),
    url("../fonts/Zuume-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Zuume-Medium.woff2") format("woff2"),
    url("../fonts/Zuume-Medium.woff") format("woff"),
    url("../fonts/Zuume-Medium.ttf") format("truetype"),
    url("../fonts/Zuume-Medium.svg#Zuume-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zuume";
  src:
    url("../fonts/Zuume-SemiBold.eot"),
    url("../fonts/Zuume-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Zuume-SemiBold.woff2") format("woff2"),
    url("../fonts/Zuume-SemiBold.woff") format("woff"),
    url("../fonts/Zuume-SemiBold.ttf") format("truetype"),
    url("../fonts/Zuume-SemiBold.svg#Zuume-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zuume";
  src:
    url("../fonts/Zuume-Bold.eot"),
    url("../fonts/Zuume-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Zuume-Bold.woff2") format("woff2"),
    url("../fonts/Zuume-Bold.woff") format("woff"),
    url("../fonts/Zuume-Bold.ttf") format("truetype"),
    url("../fonts/Zuume-Bold.svg#Zuume-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura";
  src:
    url("../fonts/Futura-Medium.eot"),
    url("../fonts/Futura-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Futura-Medium.woff2") format("woff2"),
    url("../fonts/Futura-Medium.woff") format("woff"),
    url("../fonts/Futura-Medium.ttf") format("truetype"),
    url("../fonts/Futura-Medium.svg#Futura-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura";
  src:
    url("../fonts/Futura-Bold.eot"),
    url("../fonts/Futura-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Futura-Bold.woff2") format("woff2"),
    url("../fonts/Futura-Bold.woff") format("woff"),
    url("../fonts/Futura-Bold.ttf") format("truetype"),
    url("../fonts/Futura-Bold.svg#Futura-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/*Commen css*/
body .container,
body .container_mid {
  width: 100%;
  margin: 0 auto;
  padding: 0 13px;
}
.custom_row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px;
}
.col-lg-12,
.col-md-12 {
  width: 100%;
  padding: 0 13px;
}
.col-lg-8 {
  width: 66.67%;
  padding: 0 13px;
}
.col-lg-6,
.col-md-6 {
  width: 50%;
  padding: 0 13px;
}
.col-lg-4,
.col-md-4 {
  width: 33.33%;
  padding: 0 13px;
}
.col-lg-3,
.col-md-3 {
  width: 25%;
  padding: 0 13px;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.text-center {
  text-align: center;
}
.d-flex {
  display: flex;
}

/*Header*/
header {
  width: 100%;
  padding: 0px;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
}
.homeheader.sticky {
  background: #0e0e0e;
  box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.2);
}
.header_row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px;
  justify-content: center;
  position: relative;
}
.header_row .col-50 {
  width: calc(50% - 100px);
  padding: 0 13px;
}
.headertop_left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 15px 0;
  margin: 0 0 30px;
  border-bottom: 1px solid #898a8e;
}
.headertop_left:before {
  content: "";
  width: 500%;
  height: 1px;
  background: #898a8e;
  position: absolute;
  left: -500%;
  bottom: -1px;
}
.headertop_left > .img-fluid {
  margin-right: 15px;
}
.social_icons li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 7px;
}
.header_middle {
  width: 200px;
  padding: 5px 0;
  text-align: center;
}
.headersearch {
  text-align: right;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #898a8e;
  padding: 0 0 10px;
}
.headersearch:before {
  content: "";
  width: 500%;
  height: 1px;
  background: #898a8e;
  position: absolute;
  left: 100%;
  bottom: -1px;
}
.headersearch .form-group {
  position: relative;
  max-width: 75%;
  margin-left: auto;
}
.headersearch .form-control {
  width: 100%;
  background: transparent;
  border: 1px solid #fff;
  box-shadow: none;
  padding: 0px 55px 0px 15px;
  height: 33px;
  color: #ffffff !important;
  text-transform: uppercase;
  text-align: right;
  font-size: 15px;
  font-weight: 500;
  font-family: "Futura";
}
.headersearch .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.headersearch .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.headersearch .form-control::placeholder {
  color: #ffffff;
}
.headersearch .form-group button {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none !important;
  cursor: pointer;
}
.mobileheader {
  display: none;
}
.modalopen header {
  z-index: 9;
}
/*commen css*/
.homewrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 9;
  padding-top: 145px;
}
/*.homewrapper:before { content: ''; background-size: cover; position: absolute; bottom: 0; left: 0; right: 0; width: 100%; height: 516px; z-index: -1; }*/
.homeheading h3 {
  display: block;
  font-size: 42px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.84px;
  font-family: "Zuume";
  font-weight: 700;
  margin: 0 0 15px;
  padding: 0 0 15px;
  position: relative;
}
.homeheading h3:after, .innerbgheading:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  box-shadow: 0px 0px 15px #E7C35E;
  border-bottom: 4px solid #ffffff;
}
.homeheading h3:before, .innerbgheading:before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 4.5px solid #ffffff;
  filter: blur(6px);
}
/*inner big heading*/
.innerbgheading {
  display: block;
  font-size: 80px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-family: "Zuume";
  font-weight: 700;
  margin: 0 0 20px;
  padding: 0 0 7px;
  position: relative;
}
/*small heading*/
.innerbgheading.smheading {
  font-size: 54px;
}

/*breadcrumb*/
.commenbreadcrumb {
  padding: 50px 0 40px;
}
.breadcremb_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.breadcremb_list li:before {
  content: "/";
  color: #fff;
  padding: 0 10px;
  display: inline-block;
}
.breadcremb_list li:first-child:before {
  display: none;
}
.breadcremb_list li a {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}
.breadcremb_list li.active span {
  font-size: 16px;
  color: #E7C35E;
  text-transform: uppercase;
}

/*Block Quicklinkes*/
.mediafour_endcol {
  width: 100%;
  position: relative;
  z-index: 9;
  padding: 0 0 50px;
}
.mediaimgicon_col {
  width: 100%;
  display: inline-block;
  margin: 13px 0;
}
.mediaonlyimg_box {
  display: block;
  width: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  overflow: hidden;
  height: 215px;
  position: relative;
  margin: 0 0 15px;
}
.mediaonlyimg_box:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #0f0e0e;
  opacity: 0.83;
}
.mediaonlyimg_box > .img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overlybox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.mediaimgicon_col > h4 {
  text-align: center;
  font-size: 32px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.28px;
  font-family: "Zuume";
  font-weight: 700;
  padding: 0;
}
.mediaonlyimg_box:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}
.mediaimgicon_col:hover .mediaonlyimg_box:after {
  opacity: 1;
  visibility: visible;
}
.overlybox .img-fluid {
  transition: all 0.4s;
}
.mediaimgicon_col:hover .overlybox .img-fluid {
  transform: scale(1.2);
}

/*Newsletter*/
.newsletter_sec {
  width: 100%;
  padding: 50px 0 150px;
  position: relative;
  z-index: 9;
  overflow: hidden;
  background: url(../images/Gold_Skyline_1920x516.jpg) no-repeat center bottom;
  background-size: cover;
}
.newsletter_row {
  text-align: center;
}
.newsletter_row > h2 {
  display: block;
  font-size: 42px;
  letter-spacing: 0.84px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Zuume";
  font-weight: 700;
  margin: 0 0 5px;
}
.newsletter_row > p {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  margin: 0 0 15px;
}
.newsletter_form .custom_row {
  justify-content: center;
}
.newsletter_form .form-group {
  margin: 10px 0 20px;
}
.newsletter_form .form-group .form-control {
  background: transparent;
  height: 43px;
  padding: 5px 15px;
  box-shadow:
    0px 0px 15px rgba(231, 195, 94, 0.7),
    inset 0px 0px 15px rgba(231, 195, 94, 0.7);
  width: 100%;
  border-radius: 120px;
  border: 1px solid #ffffff;
  font-size: 15px;
  color: #ffffff;
}
.newsletter_form .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.newsletter_form .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.newsletter_form .form-control::placeholder {
  color: #ffffff;
}
.form-check {
  max-width: 800px;
  margin: 0 auto 20px;
}
.form-check > label {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  line-height: 24px;
  padding: 0;
  margin: 0;
  position: relative;
}
.form-check > .customcheck {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.btn.lightborderbtn {
  display: inline-block;
  background: transparent;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 10px;
  min-width: 190px;
  box-shadow:
    0px 0px 15px rgba(231, 195, 94, 0.7),
    inset 0px 0px 15px rgba(231, 195, 94, 0.7);
  border: 1px solid #d2edfa;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
}

/*All_form css*/
.nf-form-cont {
  width: 100%;
}
.nf-form-cont form .nf-form-content {
  max-width: 100%;
}
.nf-form-cont form .nf-form-content > nf-fields-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  justify-content: center;
}
.nf-form-cont form .nf-form-content > nf-fields-wrap > nf-field {
  width: 100%;
  padding: 0 10px;
}
.nf-form-cont form .checkbox-container.label-right .field-wrap {
  justify-content: center;
}
/*.nf-form-cont form .nf-form-content > nf-fields-wrap > nf-field .nf-field-container { margin-bottom: 15px; }*/
.nf-form-cont form .nf-form-content .field-wrap input[type="text"],
.nf-form-cont form .nf-form-content .field-wrap input[type="email"],
.nf-form-cont form .nf-form-content .field-wrap input[type="tel"],
.nf-form-cont form .nf-form-content .field-wrap textarea,
.nf-form-cont form .nf-form-content .field-wrap select {
  background: transparent;
  height: 43px;
  padding: 5px 60px 5px 15px;
  box-shadow:
    0px 0px 15px rgba(231, 195, 94, 0.7),
    inset 0px 0px 15px rgba(231, 195, 94, 0.7) !important;
  width: 100%;
  border-radius: 120px;
  border: 1px solid #ffffff !important;
  font-size: 15px;
  color: #ffffff;
}
.nf-form-cont form .nf-form-content .field-wrap textarea {
  height: 200px;
  border-radius: 20px;
}
.nf-form-cont form .nf-form-content .list-select-wrap .nf-field-element > div {
  background: transparent !important;
  border: none !important;
}
.nf-form-cont form .nf-form-content .field-wrap select option {
  color: #000000;
}
.nf-form-cont
  form
  .nf-form-content
  .field-wrap
  .ninja-forms-field::-webkit-input-placeholder {
  color: #ffffff;
}
.nf-form-cont
  form
  .nf-form-content
  .field-wrap
  .ninja-forms-field:-ms-input-placeholder {
  color: #ffffff;
}
.nf-form-cont
  form
  .nf-form-content
  .field-wrap
  .ninja-forms-field::placeholder {
  color: #ffffff;
}
.nf-form-cont form .nf-form-content .submit-wrap input[type="submit"] {
  display: inline-block;
  background: transparent;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  padding: 13px 10px;
  min-width: 170px;
  box-shadow:
    0px 0px 15px rgba(231, 195, 94, 0.7),
    inset 0px 0px 15px rgba(231, 195, 94, 0.7);
  border: 1px solid #d2edfa;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  height: auto;
}
/*checkbox*/
.nf-form-cont form .nf-form-content .checkbox-container .nf-after-field {
  margin: 0 auto;
}
.nf-form-cont form .nf-form-content .checkbox-wrap .nf-field-label {
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.nf-form-cont form .nf-form-content .checkbox-wrap .nf-field-label > label {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  line-height: 24px;
  padding: 0;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  padding-left: 35px;
}
.nf-form-cont
  form
  .nf-form-content
  .checkbox-wrap
  .nf-field-label
  > label::before {
  top: 2px;
  left: 0;
}
.nf-form-cont
  form
  .nf-form-content
  .checkbox-wrap
  .nf-field-label
  > label::after {
  top: 2px;
  left: 0;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 3px;
}
.nf-form-cont form .nf-form-content .checkbox-wrap .nf-field-description {
  margin: 0;
}
.nf-form-cont form .nf-form-content .checkbox-wrap .nf-field-description p {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  line-height: 24px;
}
.nf-form-cont form .nf-form-content .checkbox-wrap .nf-field-description a {
  color: #e7c35e;
  text-decoration: underline;
  text-underline-position: under;
}
/**/
.nf-form-cont form .nf-error.field-wrap .nf-field-element:after {
  border-radius: 120px;
  top: 0;
  right: 0;
  display: none;
}
.nf-response-msg {
  background: #068806;
  padding: 10px 10px;
  width: 100%;
  margin: 0 auto 20px;
  max-width: 750px;
}
.nf-response-msg p {
  font-size: 18px;
  color: #fff;
  margin: 0;
  text-align: center;
}
/*captcha*/
.nf-form-cont
  form
  .nf-form-content
  .recaptcha-container
  .textbox-wrap
  .nf-field-label {
  display: block;
}
/*Display None*/
.nf-form-cont .nf-form-title,
.nf-form-cont form .nf-before-form-content,
.nf-form-cont form .nf-form-content .firstname-wrap .nf-field-label,
.nf-form-cont form .nf-form-content .lastname-wrap .nf-field-label,
.nf-form-cont form .nf-form-content .email-wrap .nf-field-label,
.nf-form-cont form .nf-form-content .textbox-wrap .nf-field-label,
.nf-form-cont form .nf-form-content .textarea-wrap .nf-field-label {
  display: none;
}

/*Chat Icon*/
.btn.chatmainbtn {
  position: fixed;
  bottom: 65px;
  right: 10px;
  z-index: 99999;
  font-size: 13px;
  font-weight: 700;
  color: #292727;
  border: none;
  border-radius: 100px;
  padding: 12px 10px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  text-transform: uppercase;
}

/*Footer*/
footer {
  width: 100%;
  padding: 20px 0 15px;
}
.footer_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 15px;
}
.contentsocial {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
}
.footer_row h3 {
  display: block;
  font-size: 26px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Zuume";
  font-weight: 700;
  margin: 0;
  white-space: nowrap;
}
.contentsocial li a {
  display: block;
  font-size: 26px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Zuume";
  font-weight: 700;
  margin: 0;
}
.contentsocial li a span {
  color: #e7c35e;
}
.footertext p {
  font-size: 13.5px;
  text-align: center;
  color: #fff;
  line-height: 28px;
  margin: 0;
}

/*Scroll Button*/
#elevator_item {
  position: fixed;
  right: 15px;
  bottom: 15px;
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
  z-index: 999;
  display: none;
}
#elevator_item.off {
  opacity: 0;
  visibility: hidden;
}
#elevator {
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: url(../images/icon_top.png) center center no-repeat;
  background-size: 40%;
  background-color: #2fb67c;
  border-radius: 100px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
/**/
.slidesamedata {
  max-width: 550px;
}

/*Wysiwyg Table*/
.wysiwyg_data .tablepress > :where(thead, tfoot) > * > th,
.wysiwyg_data .tablepress > :where(tbody) > .even > *,
.wysiwyg_data .tablepress > :where(tbody) > .odd > *,
.wysiwyg_data .tablepress > .row-hover > tr:hover > * {
  background: transparent;
  color: #fff;
  border: unset;
  font-size: 18px;
}
.wysiwyg_data .dataTables_info {
  display: none;
}
.wysiwyg_data h2 {
  font-size: 30px;
}
.wysiwyg_data .column-2 {
  width: 30%;
}
.wysiwyg_data .column-3 {
  width: 10%;
}
.wysiwyg_data .column-4 {
  width: 25%;
}
.wysiwyg_data .column-5 {
  width: 30%;
}

/*-------------------------------- Responsive Media Query --------------------------------*/
@media (min-width: 1200px) {
  body .container,
  body .container_mid {
    max-width: 1200px;
  }
  .newsletter_form {
    padding-top: 15px;
  }
}

@media (min-width: 1400px) {
  body .container,
  body .container_mid {
    max-width: 1360px;
  }
}

@media (min-width: 1600px) {
  body .container {
    max-width: 1620px;
  }
}

@media (min-width: 992px) {
  .headerleft_menu > li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    position: relative;
  }
  .headerleft_menu > li:first-child {
    margin-left: 0;
  }
  .headerleft_menu > li > a {
    display: block;
    font-size: 20px;
    letter-spacing: 0.52px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Zuume";
    padding: 5px 0;
    margin: 0;
    font-weight: 700;
    position: relative;
  }
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #000;
    border: 2px solid #e7c35e;
    min-width: 200px;
    display: block;
    padding: 10px 0;
    transition: all 0.3s;
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
  }
  .dropdown-menu li a {
    display: block;
    font-size: 19px;
    color: #ffffff;
    text-transform: capitalize;
    padding: 5px 30px 5px 10px;
    margin: 0;
    font-weight: 500;
    white-space: nowrap;
    transition: all 0.4s;
    position: relative;
  }
  .dropdown-menu li a:hover {
    text-decoration: underline;
    text-underline-position: under;
    color: #e7c35e;
  }
  .headerleft_menu > li.dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  .headersearch {
    padding: 11px 0;
    margin: 0 0 30px;
  }
  .headeright_menu {
    text-align: right;
  }
  .headeright_menu li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  .headeright_menu > li {
    padding-bottom: 7px;
    margin: 0 10px;
  }
  .headeright_menu li a {
    font-size: 19px;
    color: #ffffff;
    text-transform: capitalize;
    padding: 0 10px;
    margin: 0;
  }
  .headeright_menu li a:hover {
    text-decoration: underline;
    text-underline-position: under;
    color: #e7c35e;
  }
  .headeright_menu > li.dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  .headeright_menu > li > a {
    padding: 0;
  }
  /*dropdown menu*/
  /**/
  .headerleft_menu .dropdown-menu li.menu-item-has-children {
    position: relative;
  }
  .headerleft_menu .dropdown-menu li.menu-item-has-children:hover > a {
    text-decoration: underline;
    text-underline-position: under;
    color: #e7c35e;
  }
  .headerleft_menu .dropdown-menu li.menu-item-has-children > a:after {
    content: "";
    background: url(../images/icon_top.png) center center no-repeat;
    background-size: 15px;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 10px;
    right: 10px;
    transform: rotate(90deg);
  }
  .headerleft_menu .dropdown-menu li.menu-item-has-children .dropdown-menu {
    top: 0;
    left: 100%;
  }
  .headerleft_menu
    > .dropdown
    > .dropdown-menu
    > li.dropdown:hover
    > .dropdown-menu,
  .headerleft_menu
    > .dropdown
    > .dropdown-menu
    > li.dropdown
    > .dropdown-menu
    > li.dropdown:hover
    > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  /**/
  .headeright_menu li .dropdown-menu li {
    display: block;
    text-align: left;
  }
  .headeright_menu li .dropdown-menu li a {
    padding-right: 35px;
  }
  .headeright_menu .dropdown-menu li.menu-item-has-children {
    position: relative;
  }
  .headeright_menu .dropdown-menu li.menu-item-has-children:hover > a {
    text-decoration: underline;
    text-underline-position: under;
    color: #e7c35e;
  }
  .headeright_menu .dropdown-menu li.menu-item-has-children > a:after {
    content: "";
    background: url(../images/icon_top.png) center center no-repeat;
    background-size: 15px;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(90deg);
  }
  .headeright_menu .dropdown-menu li.menu-item-has-children .dropdown-menu {
    top: 0;
    left: 100%;
  }
  .headeright_menu
    > .dropdown
    > .dropdown-menu
    > li.dropdown:hover
    > .dropdown-menu,
  .headeright_menu
    > .dropdown
    > .dropdown-menu
    > li.dropdown
    > .dropdown-menu
    > li.dropdown:hover
    > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  /**/
  .headeright_menu > li:nth-child(3) > .dropdown-menu {
    left: auto;
    right: 0;
  }
  .headeright_menu > li:nth-child(3) > .dropdown-menu li a {
    padding-left: 35px;
    padding-right: 10px;
    text-align: right;
  }
  .headeright_menu
    li:nth-child(3)
    .dropdown-menu
    li.menu-item-has-children
    > a:after {
    right: auto;
    left: 10px;
    transform: translateY(-50%) rotate(-90deg);
  }
  .headeright_menu
    li:nth-child(3)
    .dropdown-menu
    li.menu-item-has-children
    .dropdown-menu {
    left: auto;
    right: 100%;
  }
  /**/
  .headeright_menu > li:last-child > .dropdown-menu {
    left: auto;
    right: 0;
  }
  .headeright_menu > li:last-child > .dropdown-menu li a {
    padding-left: 35px;
    padding-right: 10px;
    text-align: right;
  }
  .headeright_menu
    li:last-child
    .dropdown-menu
    li.menu-item-has-children
    > a:after {
    right: auto;
    left: 10px;
    transform: translateY(-50%) rotate(-90deg);
  }
  .headeright_menu
    li:last-child
    .dropdown-menu
    li.menu-item-has-children
    .dropdown-menu {
    left: auto;
    right: 100%;
  }

  /*Newsletter css*/
  .newsletter_form
    .nf-form-cont
    form
    .nf-form-content
    > nf-fields-wrap
    > nf-field:nth-child(1),
  .newsletter_form
    .nf-form-cont
    form
    .nf-form-content
    > nf-fields-wrap
    > nf-field:nth-child(2),
  .newsletter_form
    .nf-form-cont
    form
    .nf-form-content
    > nf-fields-wrap
    > nf-field:nth-child(3) {
    width: 33.33%;
  }
  .newsletter_form
    .nf-form-cont
    form
    .nf-form-content
    .checkbox-wrap
    .nf-field-label {
    max-width: 820px;
  }
  /**/
  .wysiwyg_data
    .nf-form-cont
    form
    .nf-form-content
    > nf-fields-wrap
    > nf-field:nth-child(1),
  .wysiwyg_data
    .nf-form-cont
    form
    .nf-form-content
    > nf-fields-wrap
    > nf-field:nth-child(2),
  .wysiwyg_data
    .nf-form-cont
    form
    .nf-form-content
    > nf-fields-wrap
    > nf-field:nth-child(3),
  .sponsortite_sec
    .nf-form-cont
    form
    .nf-form-content
    > nf-fields-wrap
    > nf-field:nth-child(1),
  .sponsortite_sec
    .nf-form-cont
    form
    .nf-form-content
    > nf-fields-wrap
    > nf-field:nth-child(2),
  .sponsortite_sec
    .nf-form-cont
    form
    .nf-form-content
    > nf-fields-wrap
    > nf-field:nth-child(3) {
    width: 33.33%;
  }
  .wysiwyg_data
    .nf-form-cont
    form
    .nf-form-content
    > nf-fields-wrap
    > nf-field:nth-child(4),
  .wysiwyg_data
    .nf-form-cont
    form
    .nf-form-content
    > nf-fields-wrap
    > nf-field:nth-child(5),
  .sponsortite_sec
    .nf-form-cont
    form
    .nf-form-content
    > nf-fields-wrap
    > nf-field:nth-child(4),
  .sponsortite_sec
    .nf-form-cont
    form
    .nf-form-content
    > nf-fields-wrap
    > nf-field:nth-child(5) {
    width: 50%;
  }
}

@media (min-width: 1400px) {
  .headerleft_menu > li > a {
    font-size: 25px;
  }
}

@media (max-width: 1199px) {
  body .container,
  body .container_mid {
    max-width: 960px;
  }
  .headertop_left:before,
  .headersearch:before {
    display: none;
  }
  .headerleft_menu > li > a {
    font-size: 18px;
  }
  .dropdown-menu {
    min-width: 175px;
  }
  .dropdown-menu li a,
  .headeright_menu li a {
    font-size: 16px;
  }
  .innerbgheading,
  .innerbgheading.smheading {
    font-size: 46px;
  }
  .innerbgheading:after {
    border-bottom-width: 2px;
  }
  .mediaimgicon_col > h4 {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .homewrapper {
    padding-top: 115px;
  }
  body .container,
  body .container_mid {
    max-width: 760px;
  }
  header .header_row {
    display: none;
  }
  .mobileheader {
    display: block;
    padding: 5px 0;
  }
  .mobileheader .topheader {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    position: relative;
  }
  .mbheaderlogo .img-fluid {
    max-height: 100px;
  }
  .headersearch .form-group {
    max-width: 100%;
  }
  .mbheader_right {
    width: calc(100% - 170px);
  }
  .mbbtmheader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0 0;
  }
  .mobnavbar:before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
  .navbartoggler {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    padding: 0;
  }
  .navbarcollapse {
    position: fixed;
    right: -450px;
    top: 0;
    transform: translateX(450px);
    width: 100%;
    height: 100vh;
    background: #fff;
    max-width: 400px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease-in-out;
  }
  .openmenu .navbarcollapse {
    right: 0px;
    transform: translateX(0px);
  }
  .openmenu .mobnavbar:before {
    opacity: 1;
    visibility: visible;
  }
  .offcanvasheader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border-bottom: 1px solid #efefef;
  }
  .offcanvasheader a .img-fluid {
    max-height: 70px;
  }
  .closetoggler {
    background: #0c0c0c;
    border: 1px solid #0c0c0c;
    color: #fff;
    border-radius: 100px;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    width: 34px;
    height: 34px;
    line-height: 30px;
  }
  .dropdown-menu {
    display: none;
  }
  .offcanvasmenu {
    width: 100%;
    height: calc(100vh - 95px);
    overflow: auto;
  }
  .offcanvasmenu > ul > li.menu-item-has-children {
    position: relative;
  }
  .offcanvasmenu > ul > li > a {
    font-size: 18px;
    color: #0c0c0c;
    text-transform: capitalize;
    padding: 10px 40px 10px 10px;
    margin: 0;
    display: block;
    border-bottom: 1px solid #efefef;
    position: relative;
  }
  .mobile-arrow {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    font-size: 0;
    width: 55px;
    height: 41px;
    line-height: 43px;
    text-align: center;
    color: #000;
  }
  .mobile-arrow:after {
    content: "\0002B";
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
  }
  .headerleft_menu .dropdown-menu {
    display: none;
    width: 100%;
    padding: 0;
    max-width: 100%;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  .dropdown-menu li a {
    font-size: 16px;
    color: #0c0c0c;
    text-transform: capitalize;
    padding: 10px 10px 10px 30px;
    display: block;
  }
  .headerleft_menu > .menu-item-has-children.active > a {
    border-color: #000;
  }
  .headerleft_menu > .menu-item-has-children.active > .dropdown-menu {
    display: block;
    overflow: initial;
  }
  .offcanvasmenu > ul > li.active > a {
    background: #000;
    color: #fff;
  }
  /*dropdown menu*/
  .headerleft_menu .dropdown-menu li.menu-item-has-children {
    position: relative;
  }
  .headerleft_menu > .menu-item-has-children.active > .mobile-arrow {
    color: #fff;
  }
  .headerleft_menu > .menu-item-has-children.active > .mobile-arrow:after {
    content: "\02212";
  }
  .headerleft_menu
    > .menu-item-has-children.active
    > .dropdown-menu
    > .menu-item-has-children.active
    > a {
    background: #323232;
    color: #fff;
  }
  .headerleft_menu
    > .menu-item-has-children.active
    > .dropdown-menu
    > .menu-item-has-children.active
    > .mobile-arrow {
    color: #fff;
    height: 38px;
  }
  .headerleft_menu
    > .menu-item-has-children.active
    > .dropdown-menu
    > .menu-item-has-children.active
    > .mobile-arrow:after {
    content: "\02212";
  }
  .headerleft_menu
    > .menu-item-has-children.active
    > .dropdown-menu
    > .menu-item-has-children.active
    > .dropdown-menu {
    display: block;
    overflow: initial;
  }
  .headerleft_menu
    > .menu-item-has-children.active
    > .dropdown-menu
    > .menu-item-has-children.active
    > .dropdown-menu
    > .menu-item-has-children.active
    > a {
    background: #535353;
    color: #fff;
  }
  .headerleft_menu
    > .menu-item-has-children.active
    > .dropdown-menu
    > .menu-item-has-children.active
    > .dropdown-menu
    > .menu-item-has-children.active
    > .mobile-arrow {
    color: #fff;
    height: 38px;
  }
  .headerleft_menu
    > .menu-item-has-children.active
    > .dropdown-menu
    > .menu-item-has-children.active
    > .dropdown-menu
    > .menu-item-has-children.active
    > .mobile-arrow:after {
    content: "\02212";
  }
  .headerleft_menu
    > .menu-item-has-children.active
    > .dropdown-menu
    > .menu-item-has-children.active
    > .dropdown-menu
    > .menu-item-has-children.active
    > .dropdown-menu {
    display: block;
    overflow: initial;
  }
  .dropdown-menu li > ul > li > a {
    padding-left: 45px;
  }
  .dropdown-menu li > ul > li > ul > li > a {
    padding-left: 60px;
  }

  .newsletter_form .form-group {
    width: 33.33%;
  }
  .footer_row h3,
  .contentsocial li a {
    font-size: 20px;
  }
  .breadcremb_list li a,
  .breadcremb_list li.active span {
    font-size: 14px;
  }
  .mediafour_endcol {
    padding: 0;
  }
  .mediafour_endcol .col-lg-3 {
    width: 50%;
  }
}

@media (max-width: 767px) {
  body .container,
  body .container_mid {
    max-width: 570px;
  }
  .mbheader_right {
    width: calc(100% - 120px);
  }
  .homeheading h3,
  .newsletter_row > h2,
  .innerbgheading,
  .innerbgheading.smheading {
    font-size: 28px;
  }
  .newsletter_row > p {
    font-size: 16px;
    line-height: 26px;
  }
  .headersearch .form-control {
    padding: 0px 45px 0px 15px;
  }
  .newsletter_form .form-group {
    width: 100%;
    margin: 10px 0;
  }
  .footer_row {
    display: block;
    text-align: center;
  }
  .footer_row .contentsocial {
    padding: 15px 0;
  }
  .footertext p {
    line-height: 22px;
  }
  .newsletter_form form .nf-form-content > nf-fields-wrap > nf-field {
    width: 100% !important;
  }
  .btn.chatmainbtn {
    top: auto;
    transform: inherit;
    bottom: 70px;
  }
  #elevator {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 480px) {
  .homewrapper {
    padding-top: 95px;
  }
  .mbheaderlogo .img-fluid {
    max-height: 80px;
  }
  .mbheader_right {
    width: calc(100% - 100px);
  }
  .contentsocial li a {
    font-size: 16px;
  }
  .mediaonlyimg_box {
    height: 150px;
  }
  .mediaonlyimg_box:after {
    border-width: 3px;
  }
  .overlybox .img-fluid {
    width: 80px;
  }
  .mediaimgicon_col > h4 {
    font-size: 20px;
  }
}
