/*General Css*/
body {
  font-family: "Spartan", sans-serif;
  color: #000000;
  margin: 0;
  line-height: normal;
  font-size: 18px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.o-container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.o-container-fluid::before {
  content: " ";
  display: table;
}

.o-container {
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.o-container::before {
  content: " ";
  display: table;
}

.o-row {
  display: inline-block;
  width: 100%;
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg-1 {
  width: 8.33333333%;
}

.col-lg-2 {
  width: 16.66666667%;
}

.one-fifth {
  width: 20%;
}

.col-lg-3 {
  width: 25%;
}

.col-lg-4 {
  width: 33.33333333%;
}

.col-lg-5 {
  width: 41.66666667%;
}

.col-lg-6 {
  width: 50%;
}

.col-lg-7 {
  width: 58.33333333%;
}

.col-lg-8 {
  width: 66.66666667%;
}

.col-lg-9 {
  width: 75%;
}

.col-lg-10 {
  width: 83.33333333%;
}

.col-lg-11 {
  width: 91.66666667%;
}

.col-lg-12 {
  width: 100%;
}

.one-fifth, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 768px) {
  .one-fifth, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: none;
    width: 100%;
  }
}

.mobile-only {
  display: none;
}

@media (max-width: 768px) {
  .mobile-only {
    display: block;
  }
}

@media (max-width: 768px) {
  .desktop-only {
    display: none;
  }
}

#blogs {
  min-height: 500px;
}

@media (max-width: 768px) {
  #blogs {
    min-height: inherit;
  }
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

a {
  font-size: 18px;
  line-height: 1.5em;
}

h1, h2, h3, h4, h3 a, h5, h6 {
  color: #000000;
  font-weight: 400;
  font-family: "Merriweather", serif;
  line-height: normal;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  h1, h2, h3, h4, h3 a, h5, h6 {
    font-size: 24px;
  }
}

h1 {
  font-size: 52px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 42px;
}

@media (max-width: 768px) {
  h2 {
    font-size: 21px;
  }
}

h3 {
  font-size: 32px;
}

@media (max-width: 768px) {
  h3 {
    font-size: 21px;
  }
}

h4, h6 {
  font-size: 24px;
}

h5 {
  font-family: "Jost", sans-serif;
  font-size: 18px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

#blogs .o-container > .vc_row {
  padding-bottom: 40px;
}

#blogs .o-container > .vc_row.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

#blogs .o-container > .vc_row.no-padding .vc_column-inner {
  padding: 0;
}

#blogs .o-container > .vc_row.no-padding .vc_column-inner .wpb_text_column {
  margin-bottom: 10px;
}

#blogs .o-container > .vc_row.no-padding .vc_column-inner .wpb_single_image {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  body .float-right {
    float: right;
  }
}

/*Button Css*/
.btn, body .gform_wrapper .gform_footer input[type="submit"], body .vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern, body .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
  display: inline-block;
  border-radius: 0;
  padding: 15px 40px;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  background: #bc8632;
  border: 2px solid #bc8632;
  font-size: 14.17px;
  min-width: 140px;
  text-align: center;
  color: #fff;
  font-family: "Merriweather", serif;
  letter-spacing: 1px;
  text-decoration: none;
  font-weight: 700;
}

.btn:hover, body .gform_wrapper .gform_footer input[type="submit"]:hover, body .vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:hover, body .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:hover {
  background: #fff;
  color: #bc8632;
}

body .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern, body .vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern {
  margin: 0 10px 0 0;
}

body .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
  background: #bc8632;
  border: none;
  color: #000000;
  position: relative;
  z-index: 9;
  padding-top: 10px;
  padding-bottom: 22px;
  padding-left: 30px;
  margin-right: 30px;
  text-transform: uppercase;
  margin-left: 8px;
}

@media (max-width: 768px) {
  body .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
    margin-right: 8px;
    margin-left: 16px;
  }
}

body .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: -8px;
  left: -8px;
}

body .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:hover {
  background: #bc8632;
  border-color: #bc8632;
  color: #bc8632;
}

body .vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern {
  background: #dfdfdf;
  border: none;
  color: #fff;
  position: relative;
  z-index: 9;
  padding-top: 10px;
  padding-bottom: 22px;
  padding-left: 30px;
  margin-right: 30px;
  text-transform: uppercase;
  margin-left: 8px;
}

@media (max-width: 768px) {
  body .vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern {
    margin-right: 8px;
    margin-left: 16px;
  }
}

body .vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern::before {
  content: "";
  position: absolute;
  background: #a12f2f;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: -8px;
  left: -8px;
}

body .vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:hover {
  background: #bc8632;
  border-color: #bc8632;
  color: #fff;
}

.no-padding {
  padding: 0;
}

/* Social icons */
.social a {
  font-size: 16.67px;
  text-decoration: none;
}

.social a i {
  margin: 0;
}

.social a svg {
  height: 19px;
}

/* announcemen-bar */
.announcemen-bar {
  padding: 10px 20px 5px 20px;
  background: #191615;
}

.announcemen-bar.announcement-bar-no-bg {
  background: none;
  position: relative;
  z-index: 999;
}

.announcemen-bar a {
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 15.2px;
  margin-left: 15px;
  text-decoration: none;
}

.announcemen-bar a:hover {
  color: #bc8632;
}

.announcemen-bar a i {
  margin: 0 5px;
}

.announcemen-bar a svg {
  height: 16px;
  vertical-align: middle;
}

.announcemen-bar a img {
  vertical-align: middle;
  margin-right: 5px;
}

.announcemen-bar .social a {
  font-size: 16.67px;
}

.announcemen-bar .social a i {
  margin: 0;
}

.announcemen-bar .social a svg {
  height: 19px;
}

@media (max-width: 768px) {
  .announcemen-bar {
    display: none;
  }
}

/* Header Css */
.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
}

#header_bg {
  position: relative;
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 10px;
}

#header_bg .o-container .o-row .logo {
  position: relative;
  z-index: 9999;
}

#header_bg .btn {
  margin-top: 20px;
}

@media (max-width: 768px) {
  #header_bg .col-lg-6 {
    padding: 0;
  }
}

@media (max-width: 768px) {
  #header_bg .text-right {
    display: none;
  }
}

#header_bg .text-right a.login {
  padding: 0.5rem 1rem;
  display: inline-block;
  color: #000000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}

@media (min-width: 768px) {
  #header_bg #menu_bg {
    margin-top: -79px;
  }
  #header_bg #menu_bg .menu-padding-right {
    padding-right: 170px;
  }
  #header_bg #menu_bg .menu-padding-left {
    padding-left: 170px;
  }
}

#header_bg #menu_bg a.ubermenu-responsive-toggle {
  font-size: 0;
  padding: 0;
  position: fixed;
  right: 10px;
  top: 33px;
}

#header_bg #menu_bg a.ubermenu-responsive-toggle i {
  font-size: 28px;
  margin-right: 0;
  color: #bc8632;
}

#header_bg #menu_bg .header-menu-nav {
  margin-top: -5px;
}

@media (min-width: 768px) {
  #header_bg #menu_bg .header-menu-nav {
    margin-top: 20px;
  }
}

#header_bg #menu_bg .header-menu-nav nav {
  text-align: center;
}

#header_bg #menu_bg .header-menu-nav nav ul ul.ubermenu-submenu {
  background: #fff;
}

#header_bg #menu_bg .header-menu-nav nav ul li a {
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 15.2px;
  padding: 10px 20px 5px 20px;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
}

#header_bg #menu_bg .header-menu-nav nav ul li a:hover {
  color: #bc8632;
}

#header_bg #menu_bg .header-menu-nav nav ul .right-menu {
  float: right;
}

#header_bg #menu_bg .header-menu-nav nav ul .right-menu a {
  padding-right: 0;
}

#header_bg #menu_bg .header-menu-nav nav ul .ubermenu-current-menu-item a {
  color: #bc8632;
}

/* Footer Css */
#footer {
  background: #000000;
  padding-top: 40px;
  color: #fff;
}

@media (max-width: 768px) {
  #footer {
    text-align: center;
  }
}

#footer .o-container {
  max-width: 1504px;
}

#footer .one-fifth {
  padding-right: 10px;
  padding-left: 10px;
}

#footer h2 {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  color: #fff;
}

#footer p {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #d9d9d9;
}

#footer p strong {
  color: #fff;
}

#footer p a {
  color: #c59051;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  text-decoration: none;
  font-size: 14px;
}

#footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer ul li {
  padding-bottom: 10px;
}

#footer ul li a {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  padding-bottom: 10px;
  color: #d9d9d9;
  text-decoration: none;
  font-size: 14px;
}

#footer ul li a:hover {
  color: #bc8632;
}

#footer .social a {
  margin-right: 10px;
  font-size: 24.35px;
  text-decoration: none;
}

#footer .social svg {
  height: 19px;
}

/* Copyright Css */
.copyright {
  background: #000000;
  padding-bottom: 10px;
  padding-top: 15px;
}

.copyright p, .copyright a {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 11.37px;
  text-decoration: none;
}

.copyright img {
  height: 12px;
  margin: -3px 0 0 5px;
}
/*# sourceMappingURL=general.css.map */