@charset "UTF-8";
/*  TYPOGRAPHY's
/* ------------------------------------ */
/* Fool-proof @font-face */
/* Based on http://coding.smashingmagazine.com/2013/02/14/setting-weights-and-styles-at-font-face-declaration/ */
@import "https://fonts.googleapis.com/css?family=Roboto:400,500,700";
@import "https://fonts.googleapis.com/css?family=Poppins:500,600,700";
/* COLORS
/* ----------------------------- */
/*  COLOR SOCIAL MEDIA
/* ---------------------------------------------------------------------------------- */
/* TYPOGRAPHY INSTALL
/* ----------------------------- */
/* PARAMETRIC-MIXIN
/* ----------------------------- */
/* GENERAL
/* ----------------------------- */
body, html {
  height: 100%;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.6em;
  color: black;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

#preloader {
  z-index: 10001;
  background-color: white;
  width: 100%;
  height: 100%;
  position: fixed;
}

#status {
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one screen */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px, auto;
  -moz-background-size: 32px, auto;
  -webkit-background-size: 32px, auto;
  width: 200px;
  height: 200px;
  margin: -100px 0 0 -100px;
  /* is width and height divide by two */
  text-align: center;
}

#status img {
  top: 50%;
  position: relative;
  margin-top: -50px;
}

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

p {
  color: #777;
}

a {
  transition: all 250ms ease;
}

a:hover, a:focus {
  text-decoration: none;
}

/* EXTEND
/* ----------------------------- */
.link-header, .usu-nav-sidebar ul,
.usu-nav-sidebar-rwd ul, .rwd-top-navigation ul,
.rwd-navigation ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

/* HEADING
/* ----------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.3em;
  color: #111111;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

/* NAVIGATION
/* ----------------------------- */
.top-navigation {
  float: right;
}

.dropdown-toggle::after {
  display: none;
}

@media (max-width: 995px) {
  .rwd-navigation .dropdown-menu {
    background: #12226c;
    border-radius: 0;
    padding: 15px 10px;
    top: 100% !important;
    width: 100% !important;
    position: static !important;
    -webkit-transform: none !important;
            transform: none !important;
    box-shadow: none;
  }
  .rwd-navigation .dropdown-menu li {
    display: block !important;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .rwd-navigation .dropdown-menu li a {
    text-transform: none;
    font-weight: 100;
    white-space: normal;
    padding: 0px 9px;
    color: #fff;
  }
  .rwd-navigation .dropdown-menu > li > a:hover, .rwd-navigation .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
  }
  .rwd-navigation .pull-left {
    float: none !important;
  }
}

.main-navigation {
  float: right;
  font-weight: 600;
  text-transform: uppercase;
  margin: 5px 0;
  padding-top: 10px;
  border-top: 1px solid #d1d1d1;
  width: 73%;
}

@media (min-width: 995px) {
  .main-navigation .pull-left {
    float: right !important;
  }
}

.main-navigation .dropdown-menu {
  background: #12226c;
  border-radius: 0;
  min-width: 230px;
  padding: 15px 0;
  top: 96%;
  left: 0px;
  display: block;
}

.main-navigation .dropdown-menu li {
  padding: 0;
  display: block;
  -ms-flex: inherit;
  flex: inherit;
  margin: inherit;
}

.main-navigation .dropdown-menu li a {
  color: #fff;
  text-transform: none;
  font-weight: 100;
  white-space: normal;
  padding: 5px 9px;
  margin: 0 15px;
  width: auto;
}

.main-navigation .dropdown-menu > li > a:hover, .main-navigation .dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
  filter: alpha(opacity=70);
  zoom: 1;
}

.main-navigation ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.main-navigation ul li {
  position: relative;
  text-align: left;
  margin: 0px 18px;
  padding-bottom: 8px;
}

@media (max-width: 1200px) {
  .main-navigation ul li {
    margin: 0px 9px;
  }
}

.main-navigation ul li:first-child {
  margin-left: 0;
}

.main-navigation ul li:last-child {
  margin-right: 0;
}

.main-navigation ul li:hover > a, .main-navigation ul li:focus > a {
  color: #12226c;
  border-bottom: 2px solid;
}

.main-navigation ul li:hover > ul, .main-navigation ul li:focus > ul {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
  filter: alpha(opacity=100);
  zoom: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.main-navigation ul li:hover > ul.child-icon, .main-navigation ul li:focus > ul.child-icon {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.main-navigation ul li > a {
  display: block;
  color: #777777;
  position: relative;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  padding: 0;
}

.main-navigation ul li > ul {
  position: absolute;
  transition: all 350ms ease;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
  filter: alpha(opacity=0);
  zoom: 1;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  top: 160%;
}

.main-navigation ul li > ul.child-icon {
  padding: 0;
  margin: 0;
  left: 50%;
  right: 0;
  -webkit-transform: translate(-50%, 10px);
          transform: translate(-50%, 10px);
}

.main-navigation ul li > ul.child-table {
  left: 25px;
}

.main-navigation .btn {
  margin-left: 20px;
}

.link-header li {
  float: left;
}

.link-header a {
  font-size: 14px;
  color: black;
  margin-left: 15px;
}

.usu-nav-sidebar,
.usu-nav-sidebar-rwd {
  border: 1px solid #c6d4e5;
  border-radius: 3px;
  margin-right: 45px;
}

@media screen and (min-width: 48em) {
  .usu-nav-sidebar,
  .usu-nav-sidebar-rwd {
    width: 270px;
  }
}

.usu-nav-sidebar ul li,
.usu-nav-sidebar-rwd ul li {
  display: block;
  border-bottom: 1px solid #c6d4e5;
}

.usu-nav-sidebar ul li:hover > a, .usu-nav-sidebar ul li:focus > a, .usu-nav-sidebar ul li.active > a,
.usu-nav-sidebar-rwd ul li:hover > a,
.usu-nav-sidebar-rwd ul li:focus > a,
.usu-nav-sidebar-rwd ul li.active > a {
  background: #edf8ef;
}

.usu-nav-sidebar ul li:hover > a:before, .usu-nav-sidebar ul li:focus > a:before, .usu-nav-sidebar ul li.active > a:before,
.usu-nav-sidebar-rwd ul li:hover > a:before,
.usu-nav-sidebar-rwd ul li:focus > a:before,
.usu-nav-sidebar-rwd ul li.active > a:before {
  background: #639ee7;
}

.usu-nav-sidebar ul li > a,
.usu-nav-sidebar-rwd ul li > a {
  padding: 10px 15px;
  font-size: 16px;
  display: block;
  position: relative;
  background: white;
  transition: all 250ms ease;
}

.usu-nav-sidebar ul li > a:before,
.usu-nav-sidebar-rwd ul li > a:before {
  content: "";
  position: absolute;
  transition: all 250ms ease;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background: transparent;
  display: block;
}

.usu-nav-sidebar .info-usu-sidebar,
.usu-nav-sidebar-rwd .info-usu-sidebar {
  display: block;
  padding: 30px 20px;
  text-align: center;
  background: #edf8ef;
}

.usu-nav-sidebar .info-usu-sidebar h4,
.usu-nav-sidebar-rwd .info-usu-sidebar h4 {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
}

.usu-nav-sidebar .info-usu-sidebar .btn,
.usu-nav-sidebar-rwd .info-usu-sidebar .btn {
  text-transform: uppercase;
  font-size: 13px;
  width: 100%;
}

.sticky-sidebar .usu-nav-sidebar {
  width: 270px;
}

.section-content {
  position: relative;
  z-index: 99;
}

.content-information {
  background: white;
}

.usu-nav-sidebar-rwd {
  display: none;
}

/* FORMS
/* ----------------------------- */
/* BUTTON
/* ----------------------------- */
.btn {
  font-weight: 700;
  font-size: 17px;
  padding: 10px 24px;
  text-transform: uppercase;
  white-space: initial;
  color: #fff;
  border-radius: 50px;
  font-size: 13px;
  letter-spacing: 1px;
}

.btn-green {
  background-color: #12226c;
  padding: 15px 35px;
}

.btn-green:hover, .btn-green:focus {
  background-color: #0c2bb9;
  color: #fff;
}

.btn-red {
  background-color: #C23B35;
  padding: 20px 35px;
}

.btn-red:hover, .btn-red:focus {
  background-color: #9f2022;
  color: #fff;
}

/* SITE-HEADER
/* ----------------------------- */
.site-header {
  position: relative;
  width: 100%;
  background: #ebebeb;
}

.header-top {
  position: relative;
  padding-top: 20px;
}

.header-main {
  position: relative;
  width: 100%;
}

.logo-site {
  float: left;
  position: relative;
  top: -28px;
  margin-bottom: -6px;
}

.logo-site a {
  display: inline-block;
}

.logo-site a img {
  width: 138px;
}

@media (max-width: 992px) {
  .logo-site {
    top: 0;
  }
}

/* SITE-FOOTER
/* ----------------------------- */
.site-footer {
  position: relative;
  text-align: center;
  padding: 90px 0 40px;
}

.site-footer p {
  color: #12226c;
  font-size: 18px;
}

.site-footer p.copy {
  font-size: 15px;
  color: #777;
}

.site-footer h5 {
  margin-bottom: 60px;
  font-size: 36px;
}

.site-footer a.info {
  color: #12226c;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  display: block;
  font-family: 'Poppins', sans-serif;
  line-height: 1.5em;
}

@media (max-width: 480px) {
  .site-footer a.info {
    font-size: 20px;
  }
}

.site-footer a.info i {
  margin-right: 5px;
}

.site-footer a.info i.fa-envelope {
  margin-right: 10px;
}

/* RESPONSIVE-HANDLER
/* ----------------------------- */
.rwd-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.rwd-subcontainer {
  transition: all 500ms cubic-bezier(0.25, 0.1, 0, 0.95);
  position: relative;
  width: 100%;
  display: block;
  margin-left: 0;
}

.rwd-active {
  margin-left: 40%;
  float: left;
}

.rwd-nav-sidebar {
  transition: all 500ms cubic-bezier(0.25, 0.1, 0, 0.95);
  z-index: 999;
  width: 40%;
  margin-left: -40%;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  display: block;
  overflow-x: hidden;
  background-color: #2f2f2f;
}

.rwd-nav-active {
  margin-left: 0;
}

.btn-nav {
  display: block;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  color: white;
  letter-spacing: 1px;
  font-size: 14px;
  cursor: pointer;
}

.rwd-top-navigation,
.rwd-navigation {
  font-size: 14px;
  text-transform: uppercase;
}

.rwd-top-navigation .lang,
.rwd-navigation .lang {
  display: none !important;
}

.rwd-top-navigation li,
.rwd-navigation li {
  display: block;
}

.rwd-top-navigation a,
.rwd-navigation a {
  display: block;
  color: white;
  padding: 0 20px;
  margin-bottom: 15px;
}

.rwd-top-navigation a:hover, .rwd-top-navigation a:focus,
.rwd-navigation a:hover,
.rwd-navigation a:focus {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
  filter: alpha(opacity=60);
  zoom: 1;
}

.rwd-navigation {
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 570px) {
  .rwd-nav-sidebar {
    width: 60%;
    margin-left: -60%;
  }
  .rwd-nav-active {
    margin-left: 0;
  }
  .rwd-active {
    margin-left: 60%;
  }
}

.btn-rwd-sidebar {
  display: none;
  height: 38px;
  width: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 3px;
  background-color: #C23B35;
  color: white;
  float: right;
  cursor: pointer;
  margin-top: 20px;
  transition: all 250ms ease;
}

.btn-rwd-hide {
  display: inline-block;
  height: 38px;
  width: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  margin-top: 20px;
  transition: all 250ms ease;
  background-color: #12226c;
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 30px;
}

.rwd-country {
  display: none;
  margin-bottom: 45px !important;
  margin-left: 0 !important;
}

/* MEDIA-QUERIES
/* ----------------------------- */
@media (max-width: 1200px) {
  body {
    font-size: 18px;
    line-height: 1.5;
  }
  .main-navigation {
    font-size: 14px;
  }
  .btn {
    font-size: 14px;
  }
}

@media (max-width: 995px) {
  .site-header {
    padding: 10px 0;
  }
  .main-navigation,
  .top-navigation {
    display: none;
  }
  .btn-rwd-sidebar {
    display: block;
  }
  .content-sidebar .widget {
    width: 100% !important;
  }
}

@media (max-width: 990px) {
  #sidebar-nav-sticky-wrapper {
    height: 0 !important;
  }
}

/* ======= */
.space100 {
  height: 100px;
  display: block;
  width: 100%;
}

.space20 {
  height: 20px;
  display: block;
  width: 100%;
}

.space50 {
  height: 50px;
  display: block;
  width: 100%;
}

/* ====== */
.phone {
  color: #000000;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 20px;
}
.phone:hover{
  color: #000000;
}
.phone span {
  font-weight: 600;
}

.phone i {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: fliph;
  /*IE*/
  -webkit-filter: fliph;
          filter: fliph;
  /*IE*/
}

.hero {
  background: #ebebeb;
  padding: 30px 0 70px;
}

.btn-hero {
  padding-left: 0;
  list-style-type: none;
  margin-top: 30px;
}

.btn-hero li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.title-big {
  margin-bottom: 15px;
}

.title-md {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 22px;
}

.single-hero-desc h1 {
  margin-top: 0;
}

.single-hero-figure figure {
  padding-left: 20px;
  margin-top: 15px;
}

.know-more {
  padding: 70px 0 25px;
}

@media (max-width: 1200px) {
  .know-more .single-km {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .know-more .single-km.list {
    margin-left: 20px;
  }
}

.know-more h1 {
  margin-top: 0;
}

.know-more .single-km-inner {
  margin-bottom: 35px;
  padding-bottom: 30px;
}

.know-more .single-km-inner:first-child {
  border-bottom: 1px solid #d1d1d1;
}

.know-more .single-km-inner figure {
  display: inline-block;
  width: 11%;
  float: left;
}

.know-more .single-km-inner figure img {
  width: 59px;
}

@media (max-width: 767px) {
  .know-more .single-km-inner figure {
    width: 100%;
  }
}

.know-more .single-km-inner .desc {
  display: inline-block;
  width: 83%;
  margin-left: 25px;
}

@media (max-width: 767px) {
  .know-more .single-km-inner .desc {
    width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 768) and (max-width: 1200px) {
  .know-more .single-km-inner .desc {
    margin-left: 20px;
  }
}

.know-more .single-km-inner .desc h3 {
  margin-top: 10px;
  margin-bottom: 8px;
}

.featured-products {
  background: #ebebeb;
}

.row-fp {
  margin-top: 50px;
}

.featured-products {
  padding: 60px 0 70px;
}

.featured-products .intro {
  text-align: center;
  max-width: 700px;
  margin: auto;
}

.featured-products .btn {
  padding: 15px 20px;
}

.single-fp {
  margin-bottom: 30px;
}

.single-fp > a:hover figure img, .single-fp > a:hover .desc, .single-fp > a:focus figure img, .single-fp > a:focus .desc {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
  filter: alpha(opacity=70);
  zoom: 1;
}

.single-fp figure {
  text-align: center;
  padding: 40px 20px;
  margin-bottom: 10px;
}

.single-fp figure img {
  transition: all 250ms ease;
}

.single-fp .desc {
  transition: all 250ms ease;
}

.single-fp .desc h5 {
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

.single-fp .desc h5.price {
  color: #e1040c;
}

.single-fp .desc h5.price > span {
  color: #777;
  font-weight: 500;
  text-decoration: line-through;
  display: inline-block;
  margin-right: 15px;
}

.bg-gray {
  background: #ebebeb;
}

.bg-white {
  background: #fff;
}

.socmed-link {
  padding-left: 0;
  list-style-type: none;
  margin-top: 35px;
}

.socmed-link li {
  display: inline-block;
  border: 1px solid #8c8c8c;
  border-radius: 50px;
  padding: 12px 13px;
  margin: 15px;
}

.socmed-link li img {
  width: 23px;
}

.socmed-link li:hover, .socmed-link li:focus {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
  filter: alpha(opacity=70);
  zoom: 1;
}

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

.cursor-link img {
  width: 32px;
}

.sub-menu {
  background: #12226c;
  padding: 18px 0;
  margin-bottom: 35px;
}

.sub-menu h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
}

.breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0;
  float: right;
}

.breadcrumb li {
  font-size: 12px;
}

.breadcrumb li a {
  color: #7786c8;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: '»';
  color: #7786c8;
}

.breadcrumb-item.active {
  color: #fff;
}

.link-green {
  color: #12226c;
  font-weight: 500;
}

.link-green:hover {
  color: #12226c;
}

.inner-content h1 {
  margin-bottom: 25px;
}

.inner-content figure {
  margin-bottom: 20px;
  text-align:center;
}

@media (min-width: 1200px) {
  .sidenav {
    margin-right: 15px;
    margin-top: 45px;
  }
}

.sidenav ul {
  padding-left: 0;
  list-style-type: none;
}

.sidenav ul li {
  transition: all 250ms ease;
  border-radius: 26px;
}

.sidenav ul li a {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 26px;
  display: block;
  transition: all 200ms ease;
}

.sidenav ul li a:hover, .sidenav ul li.active a, .sidenav ul li.current_page_item a{
  background: #12226c;
  color: #fff;
  border-radius: 26px;
  text-decoration: none;
}

.sidenav ul li:hover a, .sidenav ul li.active a, .sidenav ul li.current_page_item a {
  color: #fff;
}

.contact-section {
  padding-bottom: 70px;
}

.contact-form .form-control {
  border-radius: 20px;
  font-size: 14px;
  padding-left: 30px;
  color: #777;
}

.contact-form .custom-select {
  padding-left: 30px;
  border-radius: 20px;
  font-size: 14px;
  color: #777;
}

.contact-form .form-group {
  position: relative;
}

.contact-form .form-group.name:before {
  content: '\f007';
  font-family: 'FontAwesome';
  position: absolute;
  display: inline-block;
  left: 13px;
  top: 5px;
  color: #777;
  font-size: 13px;
}

.contact-form .form-group.phone-num:before {
  content: '\f095';
  font-family: 'FontAwesome';
  position: absolute;
  display: inline-block;
  left: 13px;
  top: 5px;
  color: #777;
  font-size: 13px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: fliph;
  -webkit-filter: fliph;
  filter: fliph;
}

.contact-form .form-group.email:before {
  content: '\f0e0';
  font-family: 'FontAwesome';
  position: absolute;
  display: inline-block;
  left: 13px;
  top: 5px;
  color: #777;
  font-size: 13px;
}

.contact-form .form-group.company:before {
  content: '\f1ad';
  font-family: 'FontAwesome';
  position: absolute;
  display: inline-block;
  left: 13px;
  top: 5px;
  color: #777;
  font-size: 13px;
}

.contact-form .form-group.c-type:before {
  content: '\f0c0';
  font-family: 'FontAwesome';
  position: absolute;
  display: inline-block;
  left: 13px;
  top: 6px;
  color: #777;
  font-size: 13px;
}

.contact-form .form-group.comment:before {
  content: '\f075';
  font-family: 'FontAwesome';
  position: absolute;
  display: inline-block;
  left: 13px;
  top: 5px;
  color: #777;
  font-size: 13px;
}

.contact-form .submit-section {
  margin-top: 30px;
}

.contact-form .submit-section .submit-btn {
  text-align: right;
}

.more-link {
  color: #12226c;
  display: block;
  width: 100%;
  border-top: 1px solid #cececf;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 12px;
  margin-top: 20px;
  padding-top: 12px;
  text-align: center;
}

.more-link:hover, .more-link:focus {
  color: #12226c;
}

.more-link > i {
  font-size: 9px;
  top: -2px;
  margin-left: 8px;
  position: relative;
}

.fp-content {
  margin-bottom: 70px;
}

.client-content .single-client-list h5 {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 3px;
}

.client-content .single-client-list p {
  font-style: italic;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3em;
}

/* === */
nav select {
  display: none;
}

@media (max-width: 767px) {
  nav ul {
    display: none;
  }
  nav select {
    display: inline-block;
    border: 1px solid;
    width: 100%;
    border-radius: 0;
    height: 50px;
    margin-bottom: 30px;
    color: #3c7863;
    padding: 10px;
  }
}

/*locations*/
.location-item{
  margin-bottom: 30px;
}
.location-item .box{
  text-align: center;
  background: #fafafa;
  border: 1px solid #cececf;
  padding: 40px 20px;
}
.location-item .box figure{
  margin-bottom: 30px;
}
.location-item .box figure img{
  max-width: 101px;
  max-height: 57px;
}
.location-item .box h3{
  font-size: 22px;
  color: #353535;
  margin-bottom: 20px;
}
.location-item .box p{
  font-size: 16px;
  line-height: 24px;
  color: #777777;
  margin-bottom: 40px;
}

/*Product*/
.single-fp a:hover {
  text-decoration: none;
}
.btn-blue-detail {
  background-color: #142468;
  padding: 15px 35px;
  text-transform: none;
  color: #fff !important;
}
.outer {
  margin: 0 auto;
  max-width: 800px;
  margin-bottom: 25px;
}

#big .item {
  margin: 2px;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
}

#thumbs .item {
  line-height: 70px;
  padding: 0px;
  margin: 2px;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  width: 60px;
}

#thumbs .owl-item {
  width: auto !important;
}

#thumbs .item h1 {
  font-size: 18px;
}

#thumbs .current .item {
  border: 2px solid #c23b35;
}

.owl-theme .owl-nav [class*='owl-'] {
  transition: all .3s ease;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}

#big.owl-theme {
  position: relative;
}

#big.owl-theme .owl-next, #big.owl-theme .owl-prev {
  background: #333;
  width: 22px;
  line-height: 40px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
}

#big.owl-theme .owl-prev {
  left: 10px;
}

#big.owl-theme .owl-next {
  right: 10px;
}

#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev {
  background: #333;
}

.nav-tabs {
  display: none;
}

@media (min-width: 768px) {
  .nav-tabs {
    display: -ms-flexbox;
    display: flex;
  }
  .detail-desc__tab-content .card {
    border: none;
  }
  .detail-desc__tab-content .card .card-header {
    display: none;
  }
  .detail-desc__tab-content .card .collapse {
    display: block;
  }
}

.nav-tabs {
  border-bottom: 3px solid transparent;
}

.nav-tabs li {
  margin-right: 25px;
}

.nav-tabs li:last-hild {
  margin-right: 0;
}

@media (max-width: 992px) {
  .nav-tabs li {
    margin-right: 20px;
  }
}

.nav-tabs .nav-link {
  font-family: 'Poppins', sans-serif;
  border-left: none !important;
  border-right: none !important;
  border: 3px solid transparent;
  padding: 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 700;
}

@media (max-width: 992px) {
  .nav-tabs .nav-link {
    font-size: 12px;
  }
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  border-bottom: 3px solid;
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #000;
  color: #000000;
}

.nav-tabs .nav-link.active:focus {
  border-bottom-color: #000;
  color: #000;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #000;
  color: #000;
}

.nav-tabs .nav-item {
  margin-bottom: -3px;
}

@media (max-width: 767px) {
  .tab-pane {
    display: block !important;
    opacity: 1 !important;
  }
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

.detail-desc__tab-content {
  margin-bottom: 50px;
}

.detail-desc__tab-content .card {
  border: none;
}

.detail-desc__tab-content .card-body {
  padding: 1.7rem;
  padding-left: 0;
  padding-right: 0;
}

.detail-desc__tab-content .card-body h1, .detail-desc__tab-content .card-body h2, .detail-desc__tab-content .card-body h3, .detail-desc__tab-content .card-body h4, .detail-desc__tab-content .card-body h5, .detail-desc__tab-content .card-body li, .detail-desc__tab-content .card-body p {
  color: #000;
}

.detail-desc__tab-content .card-body p {
  font-size: 15px;
}

.detail-desc__tab-content .card-body ul {
  padding-left: 20px;
}

.detail-desc__tab-content .card-body ul li {
  color: #616161;
  font-size: 12px;
  margin-bottom: 7px;
  line-height: 1.5em;
}

.detail-desc__tab-content .card-body table.table td {
  border-color: #b2b2b2;
  color: #616161;
  font-size: 12px;
}

.detail-desc__tab-content .card-body table.table td:first-child {
  font-weight: 700;
}

.detail-desc__tab-content .card-body table.table tr:last-child td {
  border-bottom: 1px solid #b2b2b2;
}

.detail-desc__tab-content .card-header {
  border-bottom: 3px solid #000;
  background: transparent;
  text-align: left;
  padding-left: 1.25rem;
}

.detail-desc__tab-content .card-header a {
  color: #000;
  text-decoration: none;
}

.our-venues {
  margin-top: 25px;
  margin-bottom: 20px;
}

.our-venues__main {
  margin-bottom: 30px;
}

.our-venues__main:hover a {
  color: #0072bc;
  text-decoration: none;
}

.our-information--wrapper a {
  font-size: 20px;
  color: #000;
  display: block;
  margin-bottom: 10px;
}

.breadcrumb--inner-content {
  margin-bottom: 20px;
  float: none;
}

.breadcrumb--inner-content .breadcrumb-item + .breadcrumb-item::before {
  content: '/';
  color: #616161;
}

.breadcrumb--inner-content li a {
  color: #616161;
}

.breadcrumb--inner-content .breadcrumb-item.active {
  color: #616161;
}

.product-content {
  padding: 40px 0;
}

.buy-item small {
  color: #616161;
}

.buy-item .price {
  font-family: 'Roboto', sans-serif;
  color: #e1040c;
  margin-top: 13px;
  margin-bottom: 0;
  font-weight: 400;
}

.buy-item .price span {
  color: #777;
  font-weight: 500;
  text-decoration: line-through;
  display: inline-block;
  margin-right: 8px;
}