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

* {
  -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%;
}

.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%;
}

.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) {
  .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%;
  }
}

#blogs {
  min-height: 500px;
}

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

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

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

h1, h2, h3, h3 a, h4, h5, h6 {
  color: #404040;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: normal;
  margin-bottom: 15px;
}

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

h1 {
  font-size: 66.67px;
}

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

h2 {
  font-size: 42px;
}

h3, h3 a {
  font-size: 32px;
}

h3 a {
  text-decoration: none;
}

h4, h5, h6 {
  font-size: 24px;
  font-weight: 900;
  font-size: 42px;
  color: #ff0d24;
}

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

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

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

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

/*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: 3px;
  padding: 0.5rem 1rem;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  background: #ff0d24;
  border: 2px solid #ff0d24;
  font-size: 14.17px;
  min-width: 140px;
  text-align: center;
  color: #fff;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  text-decoration: none;
  font-weight: 700;
  line-height: normal !important;
  text-align: center !important;
}

.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: #ff0d24;
}

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: #fff;
  border-color: #fff;
  color: #404040;
}

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

.no-padding {
  padding: 0;
}

/* Social icons */
.social a {
  color: #fff;
  font-size: 16.67px;
}

.social a:hover {
  color: #ff0d24;
}

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

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

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

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

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

@media (max-width: 768px) {
  .announcemen-bar .text-right a {
    font-size: 0;
    vertical-align: top;
  }
}

@media (max-width: 768px) {
  .announcemen-bar .col-lg-6 {
    width: 50%;
    float: left;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .announcemen-bar {
    padding: 10px 0 5px 10px;
  }
}

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

#header_bg {
  position: relative;
  background-color: #41434b;
  padding-top: 15px;
  padding-bottom: 8px;
}

@media (min-width: 768px) {
  #header_bg::before {
    content: "";
    border-top: 1px solid #32343b;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 55px;
  }
}

#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: #404040;
  text-decoration: none;
  font-size: 15.42px;
  font-weight: 700;
}

#header_bg #menu_bg a.ubermenu-responsive-toggle {
  font-size: 0;
  padding: 0;
  position: absolute;
  right: -30px;
  top: -48px;
}

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

#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 ul li a {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  padding: 10px 13px 5px 13px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-size: 14.42px;
}

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

#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: #ff0d24;
}

@media (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}

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

/* Banner Css */
@media (max-width: 768px) {
  .banner-sec.slider-sec h1, .banner-sec.slider-sec h2 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .banner-sec.slider-sec .rs-parallax-wrap {
    left: 20px !important;
  }
}

.banner-sec {
  padding-bottom: 0 !important;
  margin-bottom: -1px;
  padding-bottom: 40px;
}

@media (max-width: 768px) {
  .banner-sec {
    text-align: center;
  }
}

.banner-sec .vc_column-inner {
  padding-top: 0 !important;
}

.banner-sec .abso-banner-img {
  position: absolute;
  z-index: 99;
  bottom: 0;
}

.banner-sec h1, .banner-sec h2 {
  color: #fff;
  font-style: italic;
  line-height: 1em !important;
}

.banner-sec h1 strong, .banner-sec h2 strong {
  color: #ff0d24;
}

.banner-sec p {
  font-size: 32px;
  color: #fff;
  line-height: normal !important;
}

@media (max-width: 768px) {
  .banner-sec p {
    display: none;
  }
}

/* Bucket Sec */
.buckets-sec p {
  font-size: 21px;
}

.buckets-sec .vc_col-sm-12 {
  max-width: 1200px;
  margin: 0 auto;
  float: none;
  display: inline-block;
}

.buckets-sec .vc_col-sm-3 p, .buckets-sec .vc_col-sm-3 p a {
  line-height: 0;
  margin: 0;
}

.buckets-sec .vc_col-sm-3 h5 {
  padding: 15px;
}

.buckets-sec .vc_col-sm-3 h5, .buckets-sec .vc_col-sm-3 h5 a {
  background-color: #ff0d24;
  margin-top: 0;
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .buckets-sec .vc_col-sm-3 h5, .buckets-sec .vc_col-sm-3 h5 a {
    max-width: 270px;
    display: inline-block;
    width: 100%;
  }
}

/* Newsletter Css */
.newsletter {
  padding-top: 15px;
  padding-bottom: 0 !important;
}

.newsletter h3 {
  color: #fff;
  font-size: 21px;
  margin-top: 0;
  margin-bottom: 0;
}

.newsletter p {
  color: #fff;
  font-size: 21px;
}

@media (max-width: 768px) {
  .newsletter .wpb_text_column {
    margin-bottom: 0;
  }
}

.newsletter .wpb_wrapper .gform_wrapper .gform_body, .newsletter .wpb_wrapper .gform_wrapper .gform_footer {
  float: left;
  clear: none;
}

.newsletter .wpb_wrapper .gform_wrapper .gform_body {
  width: 75%;
}

.newsletter .wpb_wrapper .gform_wrapper .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  height: 46px;
  font-size: 17.5px;
  color: #545454;
  padding-left: 15px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .newsletter .wpb_wrapper .gform_wrapper .gform_body {
    margin-top: 0;
    width: 100%;
  }
}

.newsletter .wpb_wrapper .gform_wrapper .gform_footer {
  width: 25%;
  margin-top: 12px;
}

@media (max-width: 768px) {
  .newsletter .wpb_wrapper .gform_wrapper .gform_footer {
    margin-top: 0;
    width: 100%;
  }
}

.newsletter .wpb_wrapper .gform_wrapper .gform_footer input {
  height: 46px;
}

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

@media (max-width: 768px) {
  body .wpb_button, body .wpb_content_element, body ul.wpb_thumbnails-fluid > li {
    margin-bottom: 15px;
  }
}

.contact-page-header {
  padding-bottom: 0 !important;
}

@media (max-width: 768px) {
  .contact-page-header {
    text-align: center;
  }
}

.contact-page-header .contact-our-location > div > div {
  float: right;
  max-width: 780px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.contact-page-header .contact-our-location > div > div h2,
.contact-page-header .contact-our-location > div > div h5,
.contact-page-header .contact-our-location > div > div h3,
.contact-page-header .contact-our-location > div > div p {
  color: #fff;
}

.contact-page-header .contact-our-location > div > div h2 {
  padding-right: 15px;
  padding-left: 15px;
}

.contact-page-header .contact-our-location > div > div h5 {
  padding-right: 15px;
  padding-left: 15px;
}

.contact-page-header h2 {
  margin-top: 0;
  margin-bottom: 0;
}

.contact-page-header h5 {
  text-transform: uppercase;
  margin-top: 0;
}

.contact-page-header h3 {
  margin-top: 0;
  padding-top: 15px;
  border-top: 1px solid #fff;
  font-size: 22px;
}

.contact-page-header p {
  font-weight: 500;
}

.contact-page-header p a {
  text-decoration: none;
  color: #ffcc00;
  font-weight: 500;
}

.contact-page-header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-page-header ul li {
  color: #fff;
  padding-bottom: 15px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .contact-page-header ul li {
    text-align: left;
  }
}

.contact-page-header ul li strong {
  float: right;
  font-weight: 500;
  color: #ffcc00;
}

.contact-page-header .social a {
  font-size: 33px;
  margin-right: 15px;
}

.contact-page-header.vc_row.vc_row-no-padding .vc_column-inner {
  padding-left: 15px;
  padding-right: 15px;
}

.contact-page-header .contact-form {
  max-width: 700px;
  padding-left: 40px;
  padding-right: 40px;
}

.contact-page-header .wpb_wrapper .gform_wrapper .gform_body label {
  color: #404040;
  font-weight: 500;
}

.contact-page-header .wpb_wrapper .gform_wrapper .gform_body textarea,
.contact-page-header .wpb_wrapper .gform_wrapper .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  height: 46px;
  font-size: 17.5px;
  color: #545454;
  padding-left: 15px;
  font-weight: 500;
  border-radius: 6px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  border: 1px solid #404040;
}

.contact-page-header .wpb_wrapper .gform_wrapper .gform_body textarea {
  height: 120px;
}

@media (max-width: 768px) {
  .contact-page-header .wpb_wrapper .gform_wrapper .gform_body {
    margin-top: 0;
  }
}

.contact-page-header .wpb_wrapper .gform_wrapper .gform_body ul.gform_fields li.gfield {
  margin-top: 0;
}

.contact-page-header .wpb_wrapper .gform_wrapper .gform_footer {
  text-align: right;
  margin-top: 0;
}

.contact-page-header .wpb_wrapper .gform_wrapper .gform_footer input {
  height: 46px;
  text-transform: uppercase;
  line-height: inherit !important;
}

#blogs.blogs.single-category {
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 768px) {
  #blogs.blogs.single-category {
    text-align: center;
  }
}

#blogs.blogs.single-category .full-width {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ccc;
}

#blogs.blogs.single-category .full-width .thumbnail {
  padding: 0;
  border: none;
  background: none;
  float: left;
  max-width: 300px;
  margin: 0 20px 20px 0;
}

@media (max-width: 768px) {
  #blogs.blogs.single-category .full-width .thumbnail {
    margin: 0 auto;
    float: none;
    max-width: inherit;
    display: block;
  }
}

.pagination {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 50px !important;
}

.pagination ol li a, .pagination ol li .current {
  border: 1px solid #C3C3C3;
  padding: 0;
  margin: 0;
  background: #fff;
  height: 50px;
  line-height: 50px;
  color: #000000;
  display: inline-block;
  min-width: 60px;
}

.pagination ol li a.prev {
  padding: 0 20px;
  margin-right: 10px;
}

.pagination ol li a.next {
  padding: 0 20px;
  margin-left: 10px;
}

.pagination ol li .current {
  color: #fff;
  border-color: #000000;
  background: #000000;
}

.pagination ol li a:hover {
  background: #C3C3C3;
  color: #fff;
}

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

.social a i {
  margin: 0;
}

.social a svg {
  height: 19px;
}

.google-map {
  padding-bottom: 0 !important;
}

.google-map .vc_column-inner {
  padding-top: 0 !important;
}

.google-map .wpb_text_column {
  margin-bottom: 0 !important;
}

.google-map .wpb_text_column p {
  margin-top: 0;
  line-height: 0;
}

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

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

#footer h2 {
  font-family: "Poppins", sans-serif;
  font-size: 15.42px;
}

#footer .footer-widget {
  margin: 15px 0 0 0;
  display: inline-block;
  width: 100%;
}

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

#footer ul li {
  display: inline-block;
  width: auto;
  padding: 8px;
}

@media (max-width: 768px) {
  #footer ul li {
    width: 100%;
  }
}

#footer ul li a {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-size: 15.42px;
}

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

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

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

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