html{overflow-x: hidden;}
header{ transition: all 0.5s ease 0s; position: relative; z-index: 99999; }

#preloader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
  transition: 0.3s ease opacity;
  text-align: center;
  width: 100%;
  height: 100%; }
  #preloader:before {
    content: "";
    width: 80px;
    height: 80px;
    border: 3px solid #f7a500;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    animation-name: LoaderCicle;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }
  #preloader:after {
    content: "";
    width: 80px;
    height: 80px;
    border: 3px solid #f7a500;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    animation-name: LoaderCicle;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 1s; }

@keyframes LoaderCicle {
  0% {
    width: 0;
    height: 0;
    opacity: 0; }
  10% {
    width: 10px;
    height: 10px;
    opacity: 1; }
  80% {
    width: 60px;
    height: 60px;
    opacity: 0.1; }
  100% {
    width: 70px;
    height: 70px;
    opacity: 0; } }

.scroll-top-percentage {

   border-style: solid;
  border-color: #fff;
    height: 60px;
  width: 60px;

  border-radius: 50%;

  position: fixed;
  bottom: 40px;
  color: #fff;
  right: 50px;
  -webkit-transform: scale(0);
  transform: scale(0);
  display: -ms-grid;
  display: grid;
  place-items: center;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100; }
  .scroll-top-percentage.active {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
    animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
    -webkit-transition: 0.3s;
    transition: 0.3s;
 }

  .text-iwc, .text-iwc-hover:hover {
  color: #f7a500 !important; }
.btn-outline-iwc{--bs-btn-color: #f7a500;--bs-btn-border-color:#f7a500;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#f7a500;--bs-btn-hover-border-color:#f7a500;--bs-btn-focus-shadow-rgb:255,193,7;--bs-btn-active-color:#000;--bs-btn-active-bg:#f7a500;--bs-btn-active-border-color:#f7a500;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#f7a500;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#f7a500;--bs-gradient:none}
.btn-outline-iwc-grey{--bs-btn-color: #727272;--bs-btn-border-color:#f7a500;--bs-btn-hover-color: #000000;--bs-btn-hover-bg: rgb(247, 165, 0);--bs-btn-hover-border-color:rgba(255, 255, 255, 0.18);--bs-btn-focus-shadow-rgb:255,193,7;--bs-btn-active-color:#000;--bs-btn-active-bg:#f7a500;--bs-btn-active-border-color:#f7a500;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#f7a500;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#f7a500;--bs-gradient:none}
/* services block three */
.services-block-three > a {
  display: block;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  text-align: center;
  background: #fff;
  padding: 20px;
  position: relative; }
  .services-block-three > a:before {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    bottom: -3px;
    right: -3px;
    border-bottom: 3px solid #f7a500;
    border-right: 3px solid #f7a500;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s; }
  .services-block-three > a:after {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    top: -3px;
    left: -3px;
    border-top: 3px solid #f7a500;
    border-left: 3px solid #f7a500;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s; }
  .services-block-three > a:hover {
    opacity: 1;
    border-color: #d5d5d5; }
    .services-block-three > a:hover:before, .services-block-three > a:hover:after {
      width: 95%;
      height: 90%; }
.services-block-three i {
  font-size: 32px; }
.services-block-three p {
  margin-bottom: 0; }
.services-block-three:hover p {
  color: #14212B; }
.services-block-three:hover h4 {
  color: #14212B; }

@media screen and (max-width: 991px) {
  .services-block-three i {
    font-size: 30px; } }
@media screen and (max-width: 991px) {
  .services-block-three i {
    font-size: 28px; } }
@media screen and (max-width: 575px) {
  .services-block-three i {
    font-size: 26px; } }
/* service-block three*/
.service-grids .service-block {
  overflow: hidden;
  position: relative; }
.service-grids .img-holder {
  position: relative; }
  .service-grids .img-holder img {
    width: 100%; }
.service-grids .service-block:hover .img-holder:before {
  opacity: 1; }
.service-grids .service-block .details {
  background-color: #f7f7f7;
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.07);
  padding: 40px 25px 40px;
  position: relative;
  text-align: center;
  transition: all 0.5s ease 0s;
  z-index: 20; }
.service-grids .service-block .number {
  background-color: #f7a500;
  border-radius: 75px;
  color: #fff;
  height: 75px;
  font-size: 30px;
  left: 50%;
  line-height: 75px;
  position: absolute;
  top: -37.5px;
  transform: translateX(-50%);
  width: 75px; }
.service-grids .service-block .details h4 {
  color: #f7a500;
  font-size: 20px;
  margin: 10px 0 15px 0;
  line-height: normal; }
.service-grids .service-block .details .read-more {
  color: #f7a500;
  font-weight: 600; }

@media screen and (min-width: 992px) {
  .service-grids .service-block {
    height: 335px; }
  .service-grids .img-holder:before {
    background-color: rgba(9, 184, 80, 0.6);
    bottom: 20px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: auto;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 10; }
  .service-grids .service-block .details {
    height: 195px;
    position: absolute;
    top: 148px; }
  .service-grids .service-block:hover .details {
    height: 230px;
    top: 105px; }
  .service-grids .service-block .details h4 {
    margin: 10px 0 10px 0;
    font-size: 18px; } }
@media screen and (min-width: 1200px) {
  .service-grids .service-block {
    height: 370px; }
    .service-grids .service-block .details {
      height: 195px;
      position: absolute;
      top: 215px;
      padding: 40px 45px 50px; }
    .service-grids .service-block:hover .details {
      height: 230px;
      top: 170px; } }
@media screen and (max-width: 991px) {
  .service-grids .service-block .details {
    padding: 35px 15px 25px 15px; }
    .service-grids .service-block .details h4 {
      font-size: 16px;
      margin-bottom: 10px; } }
@media screen and (max-width: 767px) {
  .service-grids .service-block .number {
    height: 65px;
    line-height: 65px;
    top: -32.5px;
    width: 65px;
    border-radius: 65px; } }

.navbar-brand img{ max-height: 63px; transition-duration: 0.5s; }
.navbar-header-custom{ padding: 12px 0 10px 0; }
.navbar-default{ transition: all 0.5s ease 0s; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
.navbar-default .container, .navbar-default .container-fluid{ position: relative; }
.menu_area{ position: relative; z-index: 2; }
.menu_area .navbar-brand{ transition: all 0.5s ease 0s; display: inline-block; }

.navbar-nav li{ list-style: none; -webkit-transition: background .3s ease; -ms-transition: background .3s ease; transition: background .3s ease; }
.navbar-nav li.has-sub > a{ position: relative; }
.navbar-nav li.has-sub a:hover{ color: #fff; }
.navbar-nav li a{ display: block; color: #9d9d9d; font-size: 17px; font-weight: 600; padding: 8px 42px 8px 32px; }
.navbar-nav > li{ margin-left: 10px; float: left; text-align: center; }
.navbar-nav > li.has-sub{ padding-right: 13px; }
.navbar-nav > li > a{ position: relative; display: block; font-size: 16px; font-weight: 700; padding: 21px 0.5rem; color: #14212B; letter-spacing: 0.8px; text-transform: uppercase; -webkit-transition-duration: 500ms; -o-transition-duration: 500ms; transition-duration: 500ms; }
.navbar-nav li.current > a, .navbar-nav li.active > a{ color: #f7a500; }
.navbar-nav > li.has-sub > a:hover{ color: #000; }
.navbar > ul > li.has-sub > a:hover:after{ border-color: transparent #000 #000 transparent; }
.navbar > ul > li.has-sub > a:after{ position: absolute; top: 30px; right: -8px; content: ""; border-color: transparent #14212B #14212B transparent; border-style: solid; border-width: 0 1px 1px 0; display: block; height: 6px; transform: rotate(45deg); transition: border 0.3s ease 0s; width: 6px; }
.navbar > ul > li.current > a:after{ border-color: transparent #f7a500 #f7a500 transparent; }

.navbar-nav ul{ position: absolute; left: -9999px; }
.navbar ul ul li{ -webkit-transition: all .25s ease; -ms-transition: all .25s ease; transition: all .25s ease; }
.navbar ul ul li:last-child{ margin-bottom: 0; }
.navbar ul ul li.active > a{ /*color: #fff;*/ }
.navbar-nav li > ul{ padding: 15px 0; margin: 0 0 0 10px; background: #14212B; min-width: 225px; border-radius: 4px; -webkit-box-shadow: 9px 11px 29px rgba(125, 138, 152, 0.15); -ms-box-shadow: 9px 11px 29px rgba(125, 138, 152, 0.15); -moz-box-shadow: 9px 11px 29px rgba(125, 138, 152, 0.15); box-shadow: 9px 11px 29px rgba(125, 138, 152, 0.15); }
.navbar-nav li:hover > ul{ left: auto; }

.navbar-nav > li.has-sub > ul{ text-align: left; opacity: 0; margin-top: 10px; -webkit-transition: all .5s ease; -ms-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.navbar-nav > li.has-sub:hover > ul{ margin-top: 0; opacity: 1; }
.navbar li > ul ul{ margin-top: -39px; margin-left: 260px; min-width: 300px; max-width: 100%; }
.navbar li > ul ul ul{ margin-left: 175px; min-width: 130px; }
.navbar ul ul li:last-child > a, .navbar ul ul li.last-item > a{ border-bottom: 0; }
.navbar ul ul li.has-sub > a:after{ position: absolute; top: 22px; right: 17px; width: 8px; height: 2px; display: block; background: #9d9d9d; content: ""; }
.navbar ul ul li.has-sub > a:before{ position: absolute; top: 19px; right: 20px; display: block; width: 2px; height: 8px; background: #9d9d9d; content: ''; -webkit-transition: all .25s ease; -ms-transition: all .25s ease; transition: all 0.25s ease; }
.navbar ul ul > li.has-sub:hover > a:before{ top: 17px; height: 0; }

/* atribute navigation */
.attr-nav{ float: right; margin-left: 11px; }
.attr-nav .dropdown-toggle:after{ content: none; }
.attr-nav > ul{ padding: 0; margin: 0 0 -5px 0; list-style: none; display: inline-block; }
.attr-nav > ul > li{ float: none; display: inline-block; vertical-align: middle; }
.attr-nav > ul > li > a{ color: #14212B; display: block; padding: 21px 12px; position: relative; font-size: 17px; }
.attr-nav > ul > li > a span.badge{ position: absolute; top: 50%; margin-top: -15px; right: 5px; font-size: 10px; padding: 2px 0 0 1px; width: 15px; height: 15px; color: #fff; border-radius: 15px; line-height: 12px; font-weight: 400; }
.attr-nav > ul > li.dropdown ul.dropdown-menu{ position: absolute; border: none; border-radius: 0; padding: 0; background: #14212B; min-width: 275px; margin: 10px 0 0 10px; -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); -webkit-transition: all .5s ease; -ms-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }

/* atribute cart */
.attr-nav ul.cart-list{ padding: 0; width: 250px; }
.attr-nav ul.cart-list > li{ position: relative; border-bottom: solid 1px rgba(255, 255, 255, 0.1); padding: 15px; margin: 0; }
.attr-nav ul.cart-list > li:last-child, .attr-nav ul.cart-list > li:nth-last-child(2){ border-bottom: none; }
.attr-nav ul.cart-list > li > a.photo{ padding: 0; margin-right: 15px; float: left; width: 50px; height: 50px; }
.navbar ul.cart-list > li img{ width: 50px; height: 50px; border: 1px solid rgba(255, 255, 255, 0.1); display: inline-block; }
.navbar ul.cart-list > li > h6{ margin: 0; font-size: 12px; display: inline-block; color:rgba(255,255,255,0.8); }
.navbar ul.cart-list > li > h6 a{ color: #9d9d9d; padding: 0; }
.navbar ul.cart-list > li > h6 a:hover{ color: #fff; }
.navbar ul.cart-list > li > h6 > a.photo{ padding: 0; display: block; }
.navbar ul.cart-list > li > p{ margin-bottom: 0; font-size: 12px; color: #f5f5f5; }
.navbar ul.cart-list > li.total{ padding: 15px; border: none; display: inline-block; width: 100%; vertical-align: top; }
.navbar ul.cart-list > li.total > .butn{ float: right; width: auto; }
.navbar ul.cart-list > li .price{ font-weight: 500; }
.navbar ul.cart-list > li.total > span{ padding-top: 4px; color: #fff; padding-left: 5px; font-size: 14px; display: inline-block; }

/* top search */
.top-search{ padding: 10px 0; display: none; }
.top-search input.form-control{ background-color: transparent; border: none; -moz-box-shadow: 0px 0px 0px; -webkit-box-shadow: 0px 0px 0px; -o-box-shadow: 0px 0px 0px; box-shadow: 0px 0px 0px; color: #fff; height: 40px; padding: 0 15px; min-height: auto; }
.top-search input.form-control::placeholder{ color: #f1f1f1; opacity: 1; }
.top-search input.form-control::-ms-input-placeholder, .top-search input.form-control::-moz-input-placeholder{ color: #f1f1f1; }
.top-search .input-group-addon{ background-color: transparent; border: none; color: #fff; padding-left: 0; padding-right: 0; line-height: 1.7; font-size: 18px; }
.top-search .input-group-addon.close-search{ cursor: pointer; }

/* top search */
.top-search.white { background: #fff; }
.top-search.white input.form-control{ color: #14212B; }
.top-search.white input.form-control::placeholder{ color: #14212B; opacity: 1; }
.top-search.white input.form-control::-ms-input-placeholder { color: #14212B; }
.top-search.white .input-group-addon{ color: #14212B; }



/* Responsive CSS */
@media screen and (min-width: 992px){

	/* ===================================
		Default Header style
	====================================== */

	header.scrollHeader .navbar-default{ position: fixed; top: 0; z-index: 99; width: 100%; background: #fff; left: 0; transition: all 0.2s ease 0s;  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); animation: .95s ease 0s normal forwards 1 running headerAnimate; }
	@keyframes headerAnimate { 0% { margin-top: -150px; } 100% { margin-top: 0; } }
	.wrapper-boxed .scrollHeader .navbar-default{ left: 0; margin: 0 auto; max-width: 1200px; right: 0; }
	.scrollHeader .navbar-brand img{ transition-duration: 0.5s; }
	.scrollHeader .navbar-header-custom{ padding: 8px 0; transition-duration: 0.5s; }
	.navbar-nav .megamenu{ margin: 0; padding: 30px 15px; right: 0; width: 30%; }
	.navbar .megamenu > li{ margin: 0; float: left; }
	.navbar .sub-title{ color: #fff; }
	.megamenu > li > ul{ left: 0; margin: 0; min-width: auto; position: static; width: 100%; }
	.navbar .megamenu li > ul{ margin: 0; min-width: auto; padding: 0; -webkit-box-shadow: none; -ms-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
	.navbar .megamenu ul li{ padding: 0; }
	.navbar .megamenu ul li a{ padding-left: 0; padding-right: 0; }
	.navbar .megamenu li.has-sub > a:after, .navbar .megamenu li.has-sub > a:before{ background: none; }

	.navbar-nav li > ul { min-width: 270px; }

	/* atribute navigation */
	.scrollHeader .attr-nav > ul > li > a{ padding: 21px 12px; }
	.attr-nav > ul > li.dropdown ul.dropdown-menu{ visibility: hidden; top: 66px; border-radius: 0; opacity: 0; left: -225px; }
	.attr-nav > ul > li.dropdown:hover ul.dropdown-menu{ margin-top: 0; opacity: 1; visibility: visible; }
	.scrollHeader .attr-nav > ul > li.dropdown ul.dropdown-menu{ top: 67px; }

	/* header top position */
	.top-position { margin-top: -95px; }
	.top-position1 { margin-top: -96px; }

	/* ===================================
	    Header style01
	====================================== */

	.header-style1 { box-shadow: none; }
	.header-style1 #top-bar { background: none; border-bottom: 1px solid rgba(255, 255, 255, 0.2);  }
	.header-style1 .navbar-default{ -webkit-box-shadow: none; -ms-box-shadow: none; box-shadow: none; }

	.header-style1 .navbar-nav li.has-sub a:hover{ color: #fff; }
	.header-style1 .navbar-nav > li > a{ color: #fff; }
	.header-style1 .navbar-nav li.current > a{ color: #f7a500; }
	.header-style1 .navbar-nav > li.has-sub > a:hover{ color: #fff; }
	.header-style1 .navbar > ul > li.has-sub > a:hover:after{ border-color: transparent #fff #fff transparent; }
	.header-style1 .navbar > ul > li.has-sub > a:after{  border-color: transparent #fff #fff transparent; }
	.header-style1 .navbar > ul > li.current > a:after{ border-color: transparent #f7a500 #f7a500 transparent; }

	.header-style1.scrollHeader .navbar-nav > li > a { color: #14212B; }
	.header-style1.scrollHeader .navbar-nav > li.has-sub > a:hover { color: #000; }
	.header-style1.scrollHeader .navbar > ul > li.has-sub > a:after { border-color: transparent #14212B #14212B transparent; }
	.header-style1.scrollHeader .navbar-nav li.current > a{ color: #f7a500; }
	.header-style1.scrollHeader .navbar-nav li.current > a:hover{ color: #f7a500; }
	.header-style1.scrollHeader .navbar > ul > li.current > a:after{ border-color: transparent #f7a500 #f7a500 transparent; }

	/* atribute navigation */
	.header-style1 .attr-nav > ul > li > a{ color: #fff; }
	.header-style1.scrollHeader .attr-nav > ul > li > a{ color: #14212B; }

	/* ===================================
	    Header style02
	====================================== */
	.header-style2 .navbar-default { box-shadow: none; }
	.header-style2 .navbar-nav li a { color: #14212B; }
	.header-style2 .navbar-nav > li > a { color: #14212B; }
	.header-style2 .navbar-nav li > ul { background: #fff; }
	.header-style2 .navbar ul ul li.active > a { color: #14212B; }
	.header-style2 .navbar-nav li.has-sub a:hover{ color: #14212B; }
	.header-style2 .navbar-nav li.current > a{ color: #f7a500; }
	.header-style2 .navbar .sub-title { color: #14212B; font-weight: 800; }
	.header-style2 .navbar-nav > li.has-sub > a:hover{ color: #000; }
	.header-style2 .navbar > ul > li.has-sub > a:hover:after{ border-color: transparent #000 #000 transparent; }
	.header-style2 .navbar > ul > li.has-sub > a:after{  border-color: transparent #000 #000 transparent; }
	.header-style2 .navbar > ul > li.current > a:after{ border-color: transparent #f7a500 #f7a500 transparent; }

	.header-style2.scrollHeader .navbar-nav > li > a { color: #14212B; }
	.header-style2.scrollHeader .navbar-nav > li.has-sub > a:hover { color: #000; }
	.header-style2.scrollHeader .navbar > ul > li.has-sub > a:after { border-color: transparent #14212B #14212B transparent; }
	.header-style2.scrollHeader .navbar-nav li.current > a{ color: #f7a500; }
	.header-style2.scrollHeader .navbar-nav li.current > a:hover{ color: #f7a500; }
	.header-style2.scrollHeader .navbar > ul > li.current > a:after{ border-color: transparent #f7a500 #f7a500 transparent; }

	/* ===================================
	    Header style03
	====================================== */
	.header-style3 .navbar-default { box-shadow: none; }
	.header-style3 .navbar-nav li a { color: rgba(255, 255, 255, 0.85); }
	.header-style3 .navbar-nav > li > a { color: #fff; }
	.header-style3 .navbar-nav li.active > a { color: #f7a500; }
	.header-style3 .navbar-nav > li > a:hover, .header-style3 .navbar-nav > li > a:active, .header-style3 .navbar-nav > li > a:focus { color:#f7a500; }
	.header-style3 .navbar-nav li > ul { background: #131c27; }
	.header-style3 .navbar ul ul li.active > a { color: #f7a500; }
	.header-style3 .navbar-nav li.has-sub a:hover{ color: #f7a500; }
	.header-style3 .navbar-nav li.current > a{ color: #f7a500; }
	.header-style3 .navbar .sub-title { color: rgba(255, 255, 255, 0.85); font-weight: 800; }
	.header-style3 .navbar-nav > li.has-sub > a:hover{ color: #f7a500; }
	.header-style3 .navbar > ul > li.has-sub > a:hover:after{ border-color: transparent #f7a500 #f7a500 transparent; }
	.header-style3 .navbar > ul > li.has-sub > a:after{  border-color: transparent #fff #fff transparent; }
	.header-style3 .navbar > ul > li.current > a:after{ border-color: transparent #f7a500 #f7a500 transparent; }

	.header-style3.scrollHeader .navbar-nav > li > a { color: #14212B; }
	.header-style3.scrollHeader .navbar-nav > li.has-sub > a:hover { color: #f7a500; }
	.header-style3.scrollHeader .navbar > ul > li.has-sub > a:after { border-color: transparent #14212B #14212B transparent; }
	.header-style3.scrollHeader .navbar > ul > li.has-sub > a:hover:after { border-color: transparent #f7a500 #f7a500 transparent; }
	.header-style3.scrollHeader .navbar-nav > li.active > a { color: #f7a500; }
	.header-style3.scrollHeader .navbar-nav li.current > a{ color: #f7a500; }
	.header-style3.scrollHeader .navbar-nav li.current > a:hover{ color: #f7a500; }
	.header-style3.scrollHeader .navbar > ul > li.current > a:after{ border-color: transparent #f7a500 #f7a500 transparent; }

	.header-style3.scrollHeader .attr-nav > ul > li > a { color: #14212B; }
	.header-style3 .attr-nav > ul > li > a{ color: #fff; }

	.header-style3.p-dark .navbar-nav > li > a { color: #14212B; }
	.header-style3.p-dark .attr-nav > ul > li > a{ color: #14212B; }
	.header-style3.p-dark .attr-nav > ul > li > a.butn { color:#fff; }
	.header-style3.p-dark .navbar > ul > li.has-sub > a:after{  border-color: transparent #14212B #14212B transparent; }



}
/* ===================================
    Section heading
====================================== */
.section-heading {
  margin-bottom: 50px;
  text-align: center; }
  .section-heading.half {
    margin-bottom: 30px; }
  .section-heading h1, .section-heading h2, .section-heading h3, .section-heading h4, .section-heading h5, .section-heading h6 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 10px;
    position: relative; }
  .section-heading h1:after, .section-heading h2:after, .section-heading h3:after, .section-heading h4:after, .section-heading h5:after, .section-heading h6:after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background: #f7a500;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
  .section-heading.white h1, .section-heading.white h2, .section-heading.white h3, .section-heading.white h4, .section-heading.white h5, .section-heading.white h6, .section-heading.white p, .section-heading.white span {
    color: #fff; }
  .section-heading.grey h1, .section-heading.grey h2, .section-heading.grey h3, .section-heading.grey h4, .section-heading.grey h5, .section-heading.grey h6 {
    color: #b7b7b7; }
  .section-heading.grey h1:after, .section-heading.grey h2:after, .section-heading.grey h3:after, .section-heading.grey h4:after, .section-heading.grey h5:after, .section-heading.grey h6:after {
    background: #b7b7b7; }
  .section-heading.grey span {
    color: #b7b7b7; }
  .section-heading.left {
    text-align: left; }
    .section-heading.left h1, .section-heading.left h2, .section-heading.left h3, .section-heading.left h4, .section-heading.left h5, .section-heading.left h6 {
      padding-bottom: 15px; }
    .section-heading.left h1:after, .section-heading.left h2:after, .section-heading.left h3:after, .section-heading.left h4:after, .section-heading.left h5:after, .section-heading.left h6:after {
      margin: 0;
      left: 0; }
  .section-heading strong {
    font-weight: 600; }
  .section-heading p {
    font-size: 15px;
    font-weight: 400;
    padding-top: 15px;
    margin: 0 auto; }
  .section-heading span {
    position: relative;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    color: #f7a500;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    letter-spacing: 1px; }
  .section-heading .badge {
    display: inline-block;
    padding: 7px 19px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 14px;
    color: #f7a500;
    border: 1px solid #f7a500;
    background: transparent;
    text-transform: uppercase;
    letter-spacing: .075em; }

@media screen and (max-width: 991px) {
  .section-heading {
    margin-bottom: 30px; }
    .section-heading p {
      padding-top: 10px;
      font-size: 14px; }
    .section-heading.half {
      margin-bottom: 20px; } }
/* title style2 */
.title-style2 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 0;
  text-transform: uppercase; }
  .title-style2:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #f7a500;
    position: absolute;
    bottom: 0;
    left: calc(50% - 30px); }
  .title-style2:before {
    content: '';
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 250px; }

h1.title-style2.white, h2.title-style2.white, h3.title-style2.white, h4.title-style2.white, h5.title-style2.white, h6.title-style2.white {
  color: #fff; }

.section-heading.left .title-style2 {
  left: 0;
  margin: 0; }
  .section-heading.left .title-style2:before {
    width: 125px;
    left: 0;
    margin: 0; }
  .section-heading.left .title-style2:after {
    width: 50px;
    left: 37px; }
.section-heading .title-style2.white:after {
  background: #f7a500; }
.section-heading .title-style2.white:before {
  background: rgba(255, 255, 255, 0.8); }

/* title style3 */
.section-heading.title-style3 {
  text-align: left;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee; }
  .section-heading.title-style3 h1, .section-heading.title-style3 h2, .section-heading.title-style3 h3, .section-heading.title-style3 h4, .section-heading.title-style3 h5, .section-heading.title-style3 h6 {
    padding: 0;
    margin: 0; }
  .section-heading.title-style3 h1:after, .section-heading.title-style3 h2:after, .section-heading.title-style3 h3:after, .section-heading.title-style3 h4:after, .section-heading.title-style3 h5:after, .section-heading.title-style3 h6:after {
    content: none; }

/* title style4 */
.section-heading.title-style4 h1, .section-heading.title-style4 h2, .section-heading.title-style4 h3, .section-heading.title-style4 h4, .section-heading.title-style4 h5, .section-heading.title-style4 h6 {
  text-transform: uppercase;
  font-weight: 800;
  padding: 0;
  margin: 0; }
.section-heading.title-style4 p {
  padding-top: 0; }
.section-heading.title-style4 span {
  color: #f7a500;
  font-size: inherit;
  font-weight: 800;
  text-transform: uppercase; }
.section-heading.title-style4 h1:after, .section-heading.title-style4 h2:after, .section-heading.title-style4 h3:after, .section-heading.title-style4 h4:after, .section-heading.title-style4 h5:after, .section-heading.title-style4 h6:after {
  content: none; }

/* title style5 */
.section-heading.title-style5 h1, .section-heading.title-style5 h2, .section-heading.title-style5 h3, .section-heading.title-style5 h4, .section-heading.title-style5 h5, .section-heading.title-style5 h6 {
  padding: 0;
  margin: 0; }
.section-heading.title-style5.white h1, .section-heading.title-style5.white h2, .section-heading.title-style5.white h3, .section-heading.title-style5.white h4, .section-heading.title-style5.white h5, .section-heading.title-style5.white h6 {
  color: #fff; }
.section-heading.title-style5 h1:after, .section-heading.title-style5 h2:after, .section-heading.title-style5 h3:after, .section-heading.title-style5 h4:after, .section-heading.title-style5 h5:after, .section-heading.title-style5 h6:after {
  content: none; }
.section-heading.title-style5 .separator-left, .section-heading.title-style5 .separator-right {
  height: 1px;
  position: absolute;
  top: 50%;
  width: 70px;
  margin-top: -1px;
  margin-bottom: 0; }
.section-heading.title-style5 .separator-left {
  left: -80px; }
.section-heading.title-style5 .separator-right {
  right: -80px; }
.section-heading.title-style5 .square {
  width: 10px;
  height: 10px;
  background-color: #f7a500;
  border-width: 1px;
  border-style: solid;
  border-color: #f7a500;
  display: inline-block;
  vertical-align: baseline;
  position: relative; }
.section-heading.title-style5.left .square .separator-left {
  display: none; }

/* title style6 */
.section-heading.title-style6 h1, .section-heading.title-style6 h2, .section-heading.title-style6 h3, .section-heading.title-style6 h4, .section-heading.title-style6 h5, .section-heading.title-style6 h6 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  text-transform: inherit; }
.section-heading.title-style6 h1:after, .section-heading.title-style6 h2:after, .section-heading.title-style6 h3:after, .section-heading.title-style6 h4:after, .section-heading.title-style6 h5:after, .section-heading.title-style6 h6:after {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background: #f7a500;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }
.section-heading.title-style6.white span {
  color: #fff; }
.section-heading.title-style6.left {
  text-align: left; }
  .section-heading.title-style6.left h1:after, .section-heading.title-style6.left h2:after, .section-heading.title-style6.left h3:after, .section-heading.title-style6.left h4:after, .section-heading.title-style6.left h5:after, .section-heading.title-style6.left h6:after {
    margin: 0; }

/* title style7 */
.section-heading.title-style7 {
  text-align: center;
  position: relative;
  margin-bottom: 70px; }
  .section-heading.title-style7 h1, .section-heading.title-style7 h2, .section-heading.title-style7 h3, .section-heading.title-style7 h4, .section-heading.title-style7 h5, .section-heading.title-style7 h6 {
    padding-bottom: 0; }
  .section-heading.title-style7 h1:after, .section-heading.title-style7 h2:after, .section-heading.title-style7 h3:after, .section-heading.title-style7 h4:after, .section-heading.title-style7 h5:after, .section-heading.title-style7 h6:after {
    content: none; }
  .section-heading.title-style7 span {
    padding-bottom: 10px;
    letter-spacing: 2px;
    font-weight: 600; }
    .section-heading.title-style7 span:before {
      content: '';
      display: block;
      width: 75px;
      height: 1px;
      background: #f7a500;
      margin: 0 auto;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
    .section-heading.title-style7 span:after {
      position: absolute;
      content: '';
      background: #f7a500;
      width: 75px;
      height: 1px;
      bottom: -2px;
      left: 0;
      right: 0;
      margin: 0 auto; }

@media screen and (max-width: 991px) {
  .section-heading.title-style7 {
    margin-bottom: 50px; } }
/* title style8 */
.section-heading.title-style8 {
  text-align: center; }
  .section-heading.title-style8 h1, .section-heading.title-style8 h2, .section-heading.title-style8 h3, .section-heading.title-style8 h4, .section-heading.title-style8 h5, .section-heading.title-style8 h6 {
    position: relative;
    font-weight: 700;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 5px;
    line-height: 140%;
    text-transform: capitalize; }
  .section-heading.title-style8 h1:before, .section-heading.title-style8 h2:before, .section-heading.title-style8 h3:before, .section-heading.title-style8 h4:before, .section-heading.title-style8 h5:before, .section-heading.title-style8 h6:before {
    position: absolute;
    content: '';
    background: #f7a500;
    width: 75px;
    height: 1px;
    bottom: -8px;
    left: 49%;
    margin-left: -45px; }
  .section-heading.title-style8 h1:after, .section-heading.title-style8 h2:after, .section-heading.title-style8 h3:after, .section-heading.title-style8 h4:after, .section-heading.title-style8 h5:after, .section-heading.title-style8 h6:after {
    position: absolute;
    content: '';
    background: #f7a500;
    width: 75px;
    height: 1px;
    bottom: -12px;
    left: 50%;
    margin-left: -30px; }
  .section-heading.title-style8 p {
    font-size: 15px;
    font-weight: 400;
    padding-top: 10px;
    margin: 0 auto; }
  .section-heading.title-style8 .inner-title {
    font-size: 32px;
    display: block;
    line-height: normal;
    margin-bottom: 5px; }

@media screen and (max-width: 991px) {
  .section-heading.title-style8 p {
    padding-top: 5px; }
  .section-heading.title-style8 .inner-title {
    font-size: 28px; } }
@media screen and (max-width: 767px) {
  .section-heading.title-style8 .inner-title {
    font-size: 26px; } }
@media screen and (max-width: 575px) {
  .section-heading.title-style8 .inner-title {
    font-size: 24px; } }
/* title style9 */
.section-heading.title-style9 {
  text-align: center;
  position: relative; }
  .section-heading.title-style9.white h1 {
    color: #fff; }
.section-heading.white h2, .section-heading.white h3, .section-heading.white h4, .section-heading.white h5, .section-heading.white h6 {
  color: #fff; }
.section-heading.title-style9.white p {
  color: #fff; }
.section-heading.title-style9.white .badge {
  background: rgba(255, 255, 255, 0.2); }
.section-heading.title-style9 h1:after, .section-heading.title-style9 h2:after, .section-heading.title-style9 h3:after, .section-heading.title-style9 h4:after, .section-heading.title-style9 h5:after, .section-heading.title-style9 h6:after {
  content: none; }
.section-heading.title-style9 p {
  font-size: 16px;
  font-weight: 500;
  padding-top: 0;
  margin: 0 auto; }
.section-heading.title-style9 .badge {
  color: #f7a500;
  background: rgba(9, 184, 80, 0.15);
  border: none;
  padding: 5px 20px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
  line-height: normal;
  text-transform: capitalize; }

/* inner title */
.inner-title h1, .inner-title h2, .inner-title h3, .inner-title h4, .inner-title h5, .inner-title h6 {
  font-size: 18px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 600; }
.inner-title h1:after, .inner-title h2:after, .inner-title h3:after, .inner-title h4:after, .inner-title h5:after, .inner-title h6:after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: #f7a500;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }
.inner-title.half h1, .inner-title.half h2, .inner-title.half h3, .inner-title.half h4, .inner-title.half h5, .inner-title.half h6 {
  margin-bottom: 15px; }

/* title-style1 */
.title-style1 {
  position: relative;
  z-index: 1;
  color: #f7a500;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600; }
  .title-style1:after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 30px;
    height: 2px;
    bottom: 3px;
    right: -35px;
    background-color: #f7a500; }
  .title-style1.white {
    color: #fff; }
    .title-style1.white:after {
      background-color: #fff; }

.title-style02 {
  font-size: 120px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 800; }

@media screen and (max-width: 767px) {
  .title-style02 {
    font-size: 80px; } }
@media screen and (max-width: 575px) {
  .title-style02 {
    font-size: 50px; } }
/* title-style03 */
.title-style03 h2 {
  padding-bottom: 20px;
  margin-bottom: 0;
  position: relative; }
  .title-style03 h2::before {
    background: #f7a500 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 40px; }
  .title-style03 h2::after {
    background: #f7a500 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: 20px;
    position: absolute;
    width: 5px; }
.title-style03.white h2::before, .title-style03.white h2::after {
  background: #fff; }

/* section heading */
.title-style11 {
  text-align: center;
  width: 50%;
  margin: 0 auto 75px auto; }
  .title-style11 h2 {
    margin-bottom: 0; }
  .title-style11 span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 8px;
    display: block;
    color: #f7a500; }

@media screen and (max-width: 991px) {
  .title-style11 {
    width: 70%;
    margin-bottom: 60px; } }
@media screen and (max-width: 767px) {
  .title-style11 {
    width: 100%;
    margin-bottom: 50px; } }
/* section heading */
.title-style12 {
  text-align: center;
  margin-bottom: 60px; }
  .title-style12 p {
    width: 55%;
    margin: 0 auto; }

@media screen and (max-width: 1199px) {
  .title-style12 {
    margin-bottom: 50px; } }
@media screen and (max-width: 991px) {
  .title-style12 p {
    width: 85%; } }
@media screen and (max-width: 767px) {
  .title-style12 {
    margin-bottom: 35px; }
    .title-style12 p {
      width: 90%; } }
/* title-style13 */
.title-style13 span {
  display: inline-block;
  background: -webkit-linear-gradient(right, rgba(9, 184, 80, 0.3), rgba(255, 255, 255, 0));
  background: linear-gradient(to right, rgba(9, 184, 80, 0.3), rgba(255, 255, 255, 0));
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 25px;
  color: #f7a500;
  border-radius: 100px;
  margin-bottom: 20px; }

/* title-style14 */
.title-style14 .small-title {
  padding: 3px 15px;
  background-color: rgba(28, 191, 170, 0.25);
  margin-bottom: 15px;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  border-radius: 100px;
  color: #14212B; }
.title-style14 .title-sm {
  position: relative;
  z-index: 2;
  display: inline-block; }
  .title-style14 .title-sm:hover:before {
    height: 100%;
    bottom: 0; }

@media screen and (min-width: 575px) {
  .title-style14 .title-sm:before {
    content: '';
    background: rgba(9, 184, 80, 0.4);
    height: 8px;
    width: 100%;
    position: absolute;
    bottom: 8px;
    z-index: -1;
    transition: transform .85s,opacity .85s,height .45s,bottom .45s,color .45s;
    transform: scale(1, 1) !important; } }
/* title-style16 */
.title-style16 span {
  font-size: 16px;
  color: #f7a500;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding-left: 40px; }
  .title-style16 span:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #f7a500;
    top: 50%;
    left: 0;
    display: inline-block;
    transform: translateY(-50%); }
.title-style16.secondary span {
  color: #f7a500; }
  .title-style16.secondary span:before {
    background-color: #f7a500; }

/* title-style17 */
.title-style17 > span {
  position: relative;
  color: #f7a500;
  font-size: 18px;
  font-weight: 700;
  padding-right: 50px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 10px; }
  .title-style17 > span:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 9px;
    width: 40px;
    height: 2px;
    background-color: #14212B; }
.title-style17.line-white > span:before {
  content: '';
  background-color: #FFF; }
.title-style17 > span:after {
  position: absolute;
  content: '';
  right: 10px;
  bottom: 14px;
  width: 30px;
  height: 2px;
  background-color: #f7a500; }
.title-style17.white > span:before {
  background-color: #fff; }



@media screen and (max-width: 1399px) {
	.navbar-nav > li { margin-left:5px; }
	.navbar li > ul ul { margin-left: -290px; }
	.navbar-nav > li > a { font-size:13px; }
	.navbar-nav li.has-sub .sub-menu li a { font-size:16px; }
}
@media screen and (max-width: 1024px) {
 	.navbar-nav > li{ margin-left: 2px; }
 	.navbar-nav > li > a { font-size: 11px; padding:21px 0.3rem; }
}
@media screen and (max-width: 1199px) and (min-width: 1025px){
 	.navbar-nav > li{ margin-left: 2px; }
 	.navbar-nav > li > a { font-size: 12px; padding:21px 0.3rem; }
}


@media screen and (max-width: 991px){

	/* ===================================
		Default Header style
	====================================== */

	.navbar-header-custom{ padding: 6px 0;  }
	.navbar-brand img { max-height: 47px; }

	.navbar-nav li > ul{ -webkit-box-shadow: none; -ms-box-shadow: none; -moz-box-shadow: none; box-shadow: none;  }
	.navbar-nav > li.has-sub > ul{ opacity: 1; margin: 0; -webkit-box-shadow: none; -ms-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-transition: all 0s ease; -ms-transition: all 0s ease; -moz-transition: all 0s ease; -o-transition: all 0s ease; transition: all 0s ease;  }
	.navbar li > ul ul{ margin: 0; min-width: auto;  }
	.navbar-nav > li.has-sub{ padding-right: 0;  }
	.navbar-nav > li > a{ padding: 14px 20px; color: #14212B; font-size: 15px; font-weight: 700; }
	.navbar-nav > li > a:hover{ opacity: 1;  }
	.navbar-nav li.has-sub a:hover{ color: #14212B;  }
	.navbar ul ul li.active > a{ color: #000; }
	.navbar .sub-title { color: #14212B; }

	.navbar-nav{ background: #fff; -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); position: absolute; top: 70px; left: 0; width: 100%; transition-duration: 0; -ms-transition-duration: 0; -moz-transition-duration: 0; -webkit-transition-duration: 0; -o-transition-duration: 0; width: 100%; display: none; transition: none; -ms-transition: none; -moz-transition: none; -webkit-transition: none; -o-transition: none;  }
	.navbar-nav li.active > a{ opacity: 1;  }
	.navbar-nav ul{ width: 100%; display: none; transition: none; -ms-transition: none; -moz-transition: none; -webkit-transition: none; -o-transition: none;  }
	.navbar-nav li{ width: 100%; border-top: 1px solid #e6e6e6; position: relative; padding: 0; margin: 0; text-align: left; }
	.navbar-nav ul li:hover{ background: #f5f5f5;  }
	.navbar-nav ul ul li{ height: auto;  }
	.navbar-nav li:hover > ul > li{ height: auto;  }

	.navbar ul li a{ width: 100%; border-bottom: 0;  }
	.navbar ul ul{ position: relative; left: 0; width: 100%; margin: 0; text-align: left; background: #f5f5f5; padding: 0;  }
	.navbar ul ul li{ margin-bottom: 0; padding: 0; border-color: #e6e6e6;  }
	.navbar ul ul li a{ width: 100%; border-bottom: 0; color: #14212B; background: none; padding: 10px 35px 10px 30px; font-size: 16px; font-weight: 600; }
	.navbar ul ul ul li a{ padding-left: 45px;  }
	.navbar > ul > li{ float: none;  }
	.navbar-nav ul ul{ position: relative; left: 0; width: 100%; margin: 0; text-align: left; background: #f5f5f5; padding: 0;  }

	.navbar > ul > li.has-sub > a:after, .navbar > ul > li.has-sub > a:before{ display: none;  }
	.navbar ul ul > li.has-sub > a:after, .navbar ul ul > li.has-sub > a:before{ display: none;  }
	.navbar-nav ul ul ul li.active a{ border-left: none;  }
	.navbar-nav > ul > li.has-sub > ul > li.active > a, .navbar-nav > ul ul > li.has-sub > ul > li.active > a{ border-top: none;  }
	.navbar li > ul ul ul{ margin-left: 0; background: #fff;  }
	.navbar ul ul ul ul li a{ padding-left: 55px;  }
	.navbar-nav .has-sub .has-sub .submenu-button{ height: 43px;  }
	.navbar-nav .has-sub .has-sub .submenu-button:after{ top: 19px;  }
	.navbar-nav .has-sub .has-sub .submenu-button:before{ top: 15px;  }

	.navbar-toggler{ background: #14212B; width: 50px; height: 45px; padding: 0; border-radius: 0; position: absolute; right: 0; top: 13px; cursor: pointer; z-index: 12399994; border: none;  }
	.navbar-toggler:after{ position: absolute; top: 22px; right: 15px; display: block; height: 8px; width: 20px; border-top: 2px solid #fff; border-bottom: 2px solid #fff; content: "";  }
	.navbar-toggler:before{ -webkit-transition: all .3s ease; -ms-transition: all .3s ease; transition: all .3s ease; position: absolute; top: 16px; right: 15px; display: block; height: 2px; width: 20px; background: #fff; content: "";  }
	.navbar-toggler.menu-opened:after{ -webkit-transition: all .3s ease; -ms-transition: all .3s ease; transition: all .3s ease; top: 23px; border: 0; height: 2px; width: 19px; background: #fff; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);  }
	.navbar-toggler.menu-opened:before{ top: 23px; background: #fff; width: 19px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg);  }
	.navbar-nav .submenu-button{ position: absolute; z-index: 99; right: 0; top: 0; display: block; height: 51px; width: 100%; cursor: pointer;  }
	.navbar-nav .submenu-button:after{ position: absolute; top: 24px; right: 16px; width: 10px; height: 2px; display: block; background: #14212B; content: "";  }
	.navbar-nav .submenu-button:before{ position: absolute; top: 20px; right: 20px; display: block; width: 2px; height: 10px; background: #14212B; content: "";  }
	.navbar-nav .has-sub.active > .submenu-button:before{ display: none;  }

	/* atribute navigation */
	.attr-nav{ float: left; margin-right: 70px; }
	.attr-nav > ul > li{ display: inline-block;  }
	.attr-nav > ul > li.dropdown ul.dropdown-menu{ left: -193px; top: 38px; display: none !important;  }
	.attr-nav > ul > li.dropdown.show ul.dropdown-menu{ display: block !important;  }
	.attr-nav > ul > li > a{ padding: 0;  }
	.attr-nav > ul > li > a span.badge { right: -8px; }

	/* atribute navigation */
	.header-style2.scrollHeader .attr-nav > ul > li > a{ color: #282b2d; }
	.header-style2 .attr-nav > ul > li.dropdown ul.dropdown-menu { background: #fff; }
	.header-style2 .attr-nav ul.cart-list > li { border-bottom: 1px solid #dcdcdc; }
	.header-style2 .attr-nav ul.cart-list > li.total { border: none; }
	.header-style2 .navbar ul.cart-list > li > h6 a { color: #6f6f6f; }
	.header-style2 .navbar ul.cart-list > li > h6 a:hover { color: #282b2d; }
	.header-style2 .navbar ul.cart-list > li > p { color: #282b2d; }
	.header-style2 .navbar ul.cart-list > li img { border:1px solid #c5c5c5; }

	/* header top position */
	.top-position { margin-top: -72px; }
	.top-position1 { margin-top: -73px; }

	/* ===================================
	    Header style01
	====================================== */
	.header-style1 { box-shadow: none; }
	.header-style1 #top-bar { display: none; background: none; border-bottom: 1px solid rgba(255, 255, 255, 0.35);  }
	.header-style1 .navbar-default{ -webkit-box-shadow: none; -ms-box-shadow: none; box-shadow: none; border-bottom:1px solid rgba(255, 255, 255, 0.35); }

	.header-style1 .navbar-toggler{ background: #fff;  }
	.header-style1 .navbar-toggler:after{ border-top: 2px solid #fff; border-bottom: 2px solid #fff; }
	.header-style1 .navbar-toggler:before{ background: #fff; }
	.header-style1 .navbar-toggler.menu-opened:after{  background: #fff; border-bottom: none;  }
	.header-style1 .navbar-toggler.menu-opened:before{ background: #fff; }

	.header-style1 .attr-nav > ul > li > a{ color: #fff; }
	.header-style3 .attr-nav > ul > li > a{ color: #fff; }

	.header-style3.p-dark .attr-nav > ul > li > a{ color: #14212B; }

}

@media screen and (max-width: 479px){
	.attr-nav { margin-right: 60px; margin-left: 5px; }
	.menu_area .navbar-brand { margin-right: 5px; }
}

a:hover, a:active {
  color: #f7a500;
  text-decoration: none; }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

a[href^="mailto"] {
  color: inherit;
  text-decoration: none; }


.top-bar-info {
  display: inline-block;
  vertical-align: middle; }
  .top-bar-info ul {
    margin-bottom: 0; }
  .top-bar-info li {
    font-weight: 500;
    color: #fff;
    list-style-type: none;
    font-size: 14px;
    padding: 0 5px 0;
    display: inline-block;
    margin-bottom: 0; }

.top-bar {
  display: block;
  position: relative;
  z-index: 999;
  padding: 7px 0; }

.top-bar-info li i {
  font-size: 16px;
  color: #fff;
  margin-right: 8px;
  margin-top: 0;
  display: inline-block;
  vertical-align: text-bottom; }

.top-social-icon {
  padding: 0;
  float: right;
  margin: 0; }
  .top-social-icon li {
    font-size: 14px;
    list-style-type: none;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0 7px; }
    .top-social-icon li:last-child {
      padding-right: 0; }
      .top-social-icon li:last-child a {
        padding-right: 0; }
    .top-social-icon li a {
      color: #fff;
      line-height: 28px;
      -webkit-transition-duration: .3s;
      transition-duration: .3s;
      padding: 0 3px; }
      .top-social-icon li a:hover {
        color: rgba(255, 255, 255, 0.65); }

.bg-secondary {
  background-color: #393d43 !important; }
/* menu area light */
.navbar-nav li.current > a, .navbar-nav li.active > a {
  color: #000 !important; }
.navbar-nav li > ul > li.current > a, .navbar-nav li > ul > li.active > a {color: #e6e6e6 !important; }

.attr-nav > ul > li > a.butn {
  color: #fff; }

.navbar > ul > li.current > a:after {
  border-color: transparent #000 #000 transparent !important; }

.menu_area-light .navbar-nav li.current > a, .menu_area-light .navbar-nav li.active > a {
  color: #f7a500; }
.menu_area-light .navbar > ul > li.current > a:after {
  border-color: transparent #f7a500 #f7a500 transparent; }
.menu_area-light.scrollHeader .navbar-nav li.current > a {
  color: #f7a500; }
  .menu_area-light.scrollHeader .navbar-nav li.current > a:hover {
    color: #f7a500; }
.menu_area-light.scrollHeader .navbar-nav li.active > a {
  color: #f7a500; }
.menu_area-light.scrollHeader .navbar > ul > li.current > a:after {
  border-color: transparent #f7a500 #f7a500 transparent; }

@media screen and (min-width: 992px) {
  .menu_area-light .navbar ul ul li.active > a, .menu_area-light .navbar-nav li.has-sub a:hover {
    color: #f7a500; }
  .menu_area-light .navbar > ul > li.has-sub > a:hover:after {
    border-color: #f7a500; }
  .menu_area-light.scrollHeader .navbar-nav > li.has-sub > a:hover {
    color: #f7a500; }

  .header-style2.scrollHeader .navbar-nav > li.has-sub > a:hover {
    color: #f7a500; }
    .header-style2.scrollHeader .navbar-nav > li.has-sub > a:hover:after {
      border-color: transparent #f7a500 #f7a500 transparent; }
  .header-style2 .navbar > ul > li.has-sub.current > a:hover:after {
    border-color: transparent #f7a500 #f7a500 transparent; }
  .header-style2.scrollHeader .navbar-nav li.current > a {
    color: #f7a500; }
    .header-style2.scrollHeader .navbar-nav li.current > a:hover {
      color: #f7a500; }
  .header-style2.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent #f7a500 #f7a500 transparent; }
  .header-style2 .navbar ul ul li.active > a {
    color: #f7a500; }
  .header-style2 .navbar-nav li.has-sub a:hover, .header-style2 .navbar-nav li.has-sub a:active, .header-style2 .navbar-nav li.has-sub a:focus {
    color: #f7a500; }
  .header-style2 .navbar-nav li.current > a, .header-style2 .navbar-nav li.active > a {
    color: #f7a500; }
  .header-style2 .navbar > ul > li.has-sub > a:hover:after, .header-style2 .navbar > ul > li.has-sub > a:active:after, .header-style2 .navbar > ul > li.has-sub > a:focus:after {
    border-color: transparent #f7a500 #f7a500 transparent; }

  .menu_area-light .navbar-light .navbar-nav > li > a:hover, .menu_area-light .navbar-light .navbar-nav > li > a:active, .menu_area-light .navbar-light .navbar-nav > li > a:focus {
    color: #f7a500; }

  .menu_area-light .navbar-nav li.has-sub a:hover {
    color: #f7a500; } }
@media screen and (max-width: 991px) {
  .header-style1 .navbar-toggler {
    background: #f7a500; }
    .header-style1 .navbar-toggler:after {
      border-top: 2px solid #fff;
      border-bottom: 2px solid #fff; }
    .header-style1 .navbar-toggler:before {
      background: #fff; }
    .header-style1 .navbar-toggler.menu-opened:after, .header-style1 .navbar-toggler.menu-opened:before {
      background: #fff; } }
/* header style 2 */
.header-style2 .navbar-nav li.current > a {
  color: #f7a500; }
.header-style2 .navbar > ul > li.current > a:after {
  border-color: transparent #f7a500 #f7a500 transparent; }
.header-style2.scrollHeader .navbar-nav li.current > a {
  color: #f7a500; }
  .header-style2.scrollHeader .navbar-nav li.current > a:hover {
    color: #f7a500; }
.header-style2.scrollHeader .navbar > ul > li.current > a:after {
  border-color: transparent #f7a500 #f7a500 transparent; }

@media screen and (min-width: 992px) {
  .header-style2 .navbar ul ul li.active > a {
    color: #f7a500; }
  .header-style2 .butn.secondary:before {
    background: #ffffff; }
  .header-style2.scrollHeader .butn.secondary:before {
    background: #f7a500; }
  .header-style2.scrollHeader .butn.secondary:hover, .header-style2.scrollHeader .butn.secondary:focus, .header-style2.scrollHeader .butn.secondary:active {
    color: #fff !important; } }
/* headerstyle03 */
.header-style3 .navbar-nav li.current > a, .header-style3 .navbar-nav li.active > a {
  color: #f7a500; }

@media screen and (min-width: 992px) {
  .header-style3 .navbar-nav li.active > a {
    color: #f7a500; }
  .header-style3 .navbar-nav > li > a:hover, .header-style3 .navbar-nav > li > a:active, .header-style3 .navbar-nav > li > a:focus {
    color: #f7a500; }
  .header-style3 .navbar ul ul li.active > a {
    color: #f7a500; }
  .header-style3 .navbar-nav li.has-sub a:hover, .header-style3 .navbar-nav li.current > a {
    color: #f7a500; }
  .header-style3 .navbar-nav > li.has-sub > a:hover {
    color: #f7a500; }
  .header-style3 .navbar > ul > li.has-sub > a:hover:after, .header-style3 .navbar > ul > li.current > a:after {
    border-color: transparent #f7a500 #f7a500 transparent; }
  .header-style3.scrollHeader .navbar-nav > li.has-sub > a:hover {
    color: #f7a500; }
  .header-style3.scrollHeader .navbar > ul > li.has-sub > a:hover:after {
    border-color: transparent #f7a500 #f7a500 transparent; }
  .header-style3.scrollHeader .navbar-nav > li.active > a {
    color: #f7a500; }
  .header-style3.scrollHeader .navbar-nav li.current > a {
    color: #f7a500; }
    .header-style3.scrollHeader .navbar-nav li.current > a:hover {
      color: #f7a500; }
  .header-style3.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent #f7a500 #f7a500 transparent; } }

/* ===================================
    Footer
====================================== */
.footer-logo {
  max-width: 215px;
  width: 100%;
  display: inline-block; }

.footer-logos-small {
  max-width: 164px;
  width: 100%;
  display: inline-block; }

footer {
  background: #14212B;
  color: rgba(255, 255, 255, 0.7);
  padding-top: 50px; }
  footer h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1;
    position: relative; }
    footer h3:after {
      content: '';
      display: block;
      width: 70px;
      height: 2px;
      background: #f7a500;
      margin-top: 12px; }

.footer-bar {
    background: #f7a500;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 50px;
  text-align: center;
  color: #14212B;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .footer-bar span {
    font-size: 15px;
    font-weight: 400; }

.footer-social-icons ul {
  margin-bottom: 0; }
  .footer-social-icons ul li {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px; }
    .footer-social-icons ul li a {
      display: inline-block;
      font-size: 14px;
      text-align: center;
      color: #ffffff;
      background: rgba(255, 255, 255, 0.1);
      height: 41px;
      line-height: 41px;
      width: 41px;
      border-radius: 3px; }
      .footer-social-icons ul li a:hover, .footer-social-icons ul li a:active, .footer-social-icons ul li a:focus {
        background: #f7a500;
        border-color: #f7a500; }
        .footer-social-icons ul li a:hover i, .footer-social-icons ul li a:active i, .footer-social-icons ul li a:focus i {
          color: #fff; }

footer .email {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  display: inline-block;
  padding-bottom: 5px; }
  footer .email a {
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    transition: all 0.8s ease; }
    footer .email a:hover:after, footer .email a:active:after, footer .email a:focus:after {
      width: 100%; }
    footer .email a:hover {
      color: #f7a500 !important; }
    footer .email a:active, footer .email a:focus {
      color: #f7a500; }
    footer .email a:after {
      border-bottom: 1px solid #f7a500;
      transition: all 0.8s ease;
      content: "";
      display: inline-block;
      position: absolute;
      bottom: -10px;
      right: 0;
      width: 0; }
footer .phone {
  padding-bottom: 0; }
  footer .phone a {
    padding-bottom: 0;
    letter-spacing: -0.05rem;
    color: rgba(255, 255, 255, 0.7); }
    footer .phone a:hover {
      color: #f7a500 !important; }
    footer .phone a:active, footer .phone a:focus {
      color: #f7a500; }

/* footer-dark */
footer.footer-dark {
  padding: 0; }

.footer-dark ul li {
  margin-bottom: 10px; }
  .footer-dark ul li:last-child {
    margin-bottom: 0; }
  .footer-dark ul li a {
    color: #fff; }
    .footer-dark ul li a:hover {
      color: #f7a500; }
.footer-dark .social-icons ul {
  margin: 0;
  padding: 0; }
.footer-dark .social-icons li {
  display: inline-block;
  margin-right: 1px;
  margin-bottom: 0; }
  .footer-dark .social-icons li:last-child {
    margin-right: 0; }
  .footer-dark .social-icons li a {
    font-size: 14px;
    height: 35px;
    line-height: 36px;
    width: 35px;
    background: #efefef;
    border-radius: 4px;
    display: inline-block;
    color: #14212B;
    text-align: center; }
    .footer-dark .social-icons li a:hover {
      background: #f7a500;
      color: #fff; }

/*small*/
.footer-social-icons.small ul li {
  margin-bottom: 0; }
  .footer-social-icons.small ul li a {
    font-size: 12px;
    height: 25px;
    line-height: 26px;
    width: 25px; }

.footer-social-icons2 ul {
  margin-bottom: 0; }
  .footer-social-icons2 ul li {
    display: inline-block;
    border: 1px solid #6f6f6f;
    border-radius: 50%;
    color: #6f6f6f;
    margin-right: 10px;
    margin-bottom: 0;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: 0.3s; }
    .footer-social-icons2 ul li a {
      color: rgba(0, 0, 0, 0.7);
      display: block;
      font-size: 15px;
      height: 35px;
      line-height: 34px;
      text-align: center;
      width: 35px; }
    .footer-social-icons2 ul li:hover {
      background: #f7a500;
      border-color: #f7a500; }
      .footer-social-icons2 ul li:hover i {
        color: #fff; }

.footer-subscribe {
  margin-top: 20px;
  margin-bottom: 0;
  position: relative; }
  .footer-subscribe input {
    background: #fff;
    border-radius: 6px;
    font-size: 14px;
    border: 0px solid;
    height: 40px;
    outline: none;
    box-shadow: none;
    padding: 6px 95px 6px 12px;
    margin-bottom: 0; }
    .footer-subscribe input:focus {
      background: #fff;
      border-radius: 6px;
      font-size: 14px;
      border: 0px solid;
      height: 40px;
      outline: none;
      box-shadow: none;
      padding: 6px 95px 6px 12px;
      margin-bottom: 0; }
  .footer-subscribe .butn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    -webkit-border-radius: 0;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius: 0;
    -moz-border-radius-top-right: 4px;
    -moz-border-radius-bottom-right: 4px;
    -ms-border-radius: 0;
    -ms-border-top-right-radius: 4px;
    -ms-border-bottom-right-radius: 4px;
    -o-border-radius: 0;
    -o-border-top-right-radius: 4px;
    -o-border-bottom-right-radius: 4px;
    border-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #fff;
    line-height: 15px; }
    .footer-subscribe .butn:after {
      -webkit-border-radius: 0;
      -webkit-border-top-right-radius: 3px;
      -webkit-border-bottom-right-radius: 3px;
      -moz-border-radius: 0;
      -moz-border-radius-top-right: 3px;
      -moz-border-radius-bottom-right: 3px;
      -ms-border-radius: 0;
      -ms-border-top-right-radius: 3px;
      -ms-border-bottom-right-radius: 3px;
      -o-border-radius: 0;
      -o-border-top-right-radius: 3px;
      -o-border-bottom-right-radius: 3px;
      border-radius: 0;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      background: #e5e5e5; }
    .footer-subscribe .butn:hover {
      -webkit-border-radius: 0;
      -webkit-border-top-right-radius: 3px;
      -webkit-border-bottom-right-radius: 3px;
      -moz-border-radius: 0;
      -moz-border-radius-top-right: 3px;
      -moz-border-radius-bottom-right: 3px;
      -ms-border-radius: 0;
      -ms-border-radius-top-right: 3px;
      -ms-border-radius-bottom-right: 3px;
      -o-border-radius: 0;
      -o-border-radius-top-right: 3px;
      -o-border-radius-bottom-right: 3px;
      border-radius: 0;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; }
      .footer-subscribe .butn:hover:after {
        -webkit-border-radius: 0;
        -webkit-border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        -moz-border-radius: 0;
        -moz-border-radius-top-right: 3px;
        -moz-border-radius-bottom-right: 3px;
        -ms-border-radius: 0;
        -ms-border-radius-top-right: 3px;
        -ms-border-radius-bottom-right: 3px;
        -o-border-radius: 0;
        -o-border-radius-top-right: 3px;
        -o-border-radius-bottom-right: 3px;
        border-radius: 0;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px; }
    .footer-subscribe .butn span {
      color: #fff; }
    .footer-subscribe .butn:hover span {
      color: #14212B; }
    .footer-subscribe .butn.theme:after {
      background: #000; }
    .footer-subscribe .butn.theme:hover span {
      color: #fff; }
    .footer-subscribe .butn.white {
      color: #14212B; }
      .footer-subscribe .butn.white:after {
        background: #14212B; }
    .footer-subscribe .butn.theme.white-hover:hover {
      background: #fff; }
      .footer-subscribe .butn.theme.white-hover:hover span {
        color: #14212B; }
    .footer-subscribe .butn.theme.white-hover:after {
      background: #fff; }
    .footer-subscribe .butn.theme.grey-hover:hover {
      background: #e5e5e5; }
      .footer-subscribe .butn.theme.grey-hover:hover span {
        color: #14212B; }
    .footer-subscribe .butn.theme.grey-hover:after {
      background: #e5e5e5; }

/* footer-list */
.footer-list {
  margin: 0; }
  .footer-list li {
    list-style-type: none;
    color: rgba(255, 255, 255, 0.7);
    padding: 6px 0; }
    .footer-list li:first-child {
      padding-top: 0; }
    .footer-list li a {
      font-size: 15px;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.7); }
      .footer-list li a:before {
        content: '\f105';
        font-weight: 700;
        vertical-align: top;
        font-family: Font Awesome\ 5 Free;
        color: rgba(255, 255, 255, 0.7);
        padding-right: 8px;
        font-size: 13px;
        display: inline-block;
        margin-top: 3px;
        -moz-transition-duration: .3s;
        -ms-transition-duration: .3s;
        -webkit-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s; }
      .footer-list li a:hover, .footer-list li a:active, .footer-list li a:focus {
        color: #f7a500; }
        .footer-list li a:hover:before, .footer-list li a:active:before, .footer-list li a:focus:before {
          color: #f7a500; }

/* footer-list2 */
.footer-list-style2 {
  margin: 0; }
  .footer-list-style2 li {
    list-style-type: none;
    color: #fff;
    padding: 6px 0; }
    .footer-list-style2 li:first-child {
      padding-top: 0; }
    .footer-list-style2 li a {
      font-size: 15px;
      font-weight: 400;
      color: #fff; }
      .footer-list-style2 li a:before {
        content: '\f105';
        font-weight: 700;
        font-family: Font Awesome\ 5 Free;
        color: #fff;
        padding-right: 8px;
        -moz-transition-duration: .3s;
        -ms-transition-duration: .3s;
        -webkit-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s; }
      .footer-list-style2 li a:hover, .footer-list-style2 li a:active, .footer-list-style2 li a:focus {
        color: #f7a500; }
        .footer-list-style2 li a:hover:before, .footer-list-style2 li a:active:before, .footer-list-style2 li a:focus:before {
          color: #f7a500; }

/* footer-list3 */
.footer-list-style3 {
  margin: 0; }
  .footer-list-style3 li {
    list-style-type: none;
    padding: 6px 0; }
    .footer-list-style3 li:first-child {
      padding-top: 0; }
    .footer-list-style3 li a {
      font-size: 15px;
      font-weight: 400; }
      .footer-list-style3 li a:before {
        content: '\f105';
        font-weight: 700;
        font-family: Font Awesome\ 5 Free;
        color: #6f6f6f;
        padding-right: 8px;
        -moz-transition-duration: .3s;
        -ms-transition-duration: .3s;
        -webkit-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s; }
      .footer-list-style3 li a:hover {
        color: #14212B; }
        .footer-list-style3 li a:hover:before {
          color: #14212B; }

/* footer-list4 */
.footer-list-style4 {
  margin: 0; }
  .footer-list-style4 li {
    list-style-type: none;
    color: #6f6f6f;
    padding: 6px 0; }
    .footer-list-style4 li:last-child {
      margin-bottom: 0;
      padding-bottom: 0; }
    .footer-list-style4 li:first-child {
      padding-top: 0; }
    .footer-list-style4 li a {
      position: relative;
      padding-left: 25px;
      color: #14212B;
      transition: all .5s ease; }
      .footer-list-style4 li a:hover {
        color: #f7a500; }
      .footer-list-style4 li a:before {
        position: absolute;
        content: '';
        background: #f7a500;
        width: 10px;
        height: 1px;
        top: 9px;
        left: 0;
        transition: all .5s ease; }
      .footer-list-style4 li a:after {
        position: absolute;
        content: '';
        background: #f7a500;
        width: 10px;
        height: 1px;
        left: 3px;
        top: 12px;
        transition: all .5s ease; }
      .footer-list-style4 li a:hover:after {
        left: 0; }
      .footer-list-style4 li a:hover:before {
        left: 5px; }

/* footer-list5 */
.footer-list-style5 {
  margin: 0; }
  .footer-list-style5 li {
    list-style-type: none;
    color: #616161;
    padding: 6px 0; }
    .footer-list-style5 li:first-child {
      padding-top: 0; }
    .footer-list-style5 li:last-child {
      padding-bottom: 0; }
    .footer-list-style5 li a {
      font-size: 15px;
      font-weight: 600;
      color: #616161; }
      .footer-list-style5 li a:hover {
        color: #14212B; }
        .footer-list-style5 li a:hover:before {
          color: #14212B; }

/* recent post style1*/
.footer-recent-post {
  margin: 15px 0; }

.footer-recent-post-thumb {
  float: left;
  width: 25%; }

.footer-recent-post-content {
  float: left;
  width: 75%;
  padding-left: 10px; }
  .footer-recent-post-content a {
    display: block;
    color: rgba(0, 0, 0, 0.7);
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin-top: -5px; }
    .footer-recent-post-content a:hover {
      color: #fff; }
  .footer-recent-post-content span {
    font-size: 13px;
    font-weight: 300;
    color: #fff; }

/* recent post style2*/
.footer-post {
  margin-bottom: 0; }
  .footer-post > li {
    float: left;
    width: 100%;
    margin-bottom: 25px; }
    .footer-post > li:last-child {
      margin-bottom: 0; }
  .footer-post .post-date {
    max-width: 70px;
    width: 100%;
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    background: #e0ebf3;
    padding: 10px 0 15px 0px; }
  .footer-post .p-date {
    display: block;
    font-size: 22px;
    padding-bottom: 8px; }
  .footer-post .p-month {
    display: block;
    line-height: 10px; }
  .footer-post .post-info {
    width: 100%;
    max-width: 270px;
    float: left;
    padding-left: 20px; }
  .footer-post .post-author {
    font-weight: normal;
    font-size: 12px;
    padding: 0px;
    display: inline-block;
    color: #14212B; }
  .footer-post .post-meta li {
    font-weight: normal;
    font-size: 12px;
    padding: 0px;
    display: inline-block;
    color: #14212B; }
    .footer-post .post-meta li i {
      color: #6f6f6f;
      margin: 0 5px; }

@media screen and (max-width: 1199px) {
  .footer-post .post-info {
    max-width: 215px; } }
@media screen and (max-width: 991px) {
  .footer-post .p-date {
    font-size: 20px;
    padding-bottom: 5px; }
  .footer-post > li {
    width: 50%;
    margin-bottom: 0; } }
@media screen and (max-width: 767px) {
  .footer-post > li {
    width: 100%;
    margin-bottom: 20px; }
  .footer-post .post-info {
    max-width: 70%; }
  .footer-post .p-date {
    font-size: 18px;
    padding-bottom: 5px; }
  .footer-post .post-date {
    max-width: 60px; } }
/*footer-top-bar*/
.footer-top-bar {
  background: #14212B;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

/*footer style2*/
footer h3.footer-title-style2 {
  margin-bottom: 28px; }

h3.footer-title-style2:after {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin-top: 15px; }

/*footer style3*/
.footer-title-style3 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 28px;
  color: #fff; }
  .footer-title-style3:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #f7a500;
    position: absolute;
    bottom: 0;
    left: 20px; }
  .footer-title-style3:before {
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }

/*footer style4*/
.footer-title-style4:after {
  margin-left: auto;
  margin-right: auto; }

h3.footer-title-style4 {
  margin-bottom: 20px; }

/*footer style5*/
h3.footer-title-style5 {
  color: #fff; }
  h3.footer-title-style5:after {
    background: #fff; }

/*footer style6*/
footer h3.footer-title-style6 {
  margin-bottom: 28px;
  color: #636363; }

h3.footer-title-style6:after {
  width: 100%;
  height: 1px;
  background: #d0d0d0;
  margin-top: 15px; }

/*footer style7*/
footer h3.footer-title-style7 {
  margin-bottom: 30px;
  padding-bottom: 20px; }
  footer h3.footer-title-style7:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 18px;
    height: 1px;
    margin: 0 0 0;
    width: 70px;
    margin: 10px 0;
    background-color: #f7a500; }
  footer h3.footer-title-style7:before {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #f7a500;
    background: #f7a500;
    margin-bottom: 10px; }

@media screen and (max-width: 767px) {
  footer {
    padding-top: 30px; }

  .footer-bar {
    margin-top: 30px; }

  .footer-subscribe .butn {
    line-height: 22px; } }
/*footer style9*/
.footer-style9 {
  padding: 0;
  color: #616161; }
  .footer-style9 > .container {
    padding: 120px 15px; }
  .footer-style9 .footer-bar {
    margin-top: 0;
    background: #fff;
    border-top: 1px solid #ededed;
    color: #616161; }
  .footer-style9 .footer-list-style3 li {
    color: #616161; }
    .footer-style9 .footer-list-style3 li:last-child {
      padding-bottom: 0; }
    .footer-style9 .footer-list-style3 li a {
      color: #616161; }
      .footer-style9 .footer-list-style3 li a:hover {
        color: #f7a500; }
        .footer-style9 .footer-list-style3 li a:hover:before {
          color: #f7a500; }
  .footer-style9 address {
    line-height: 28px; }

footer h3.footer-title-style9 {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 20px; }
  footer h3.footer-title-style9:after {
    position: absolute;
    content: '';
    background: #f7a500;
    width: 55px;
    height: 1px;
    bottom: 2px; }
  footer h3.footer-title-style9:before {
    position: absolute;
    content: '';
    background: #f7a500;
    width: 55px;
    height: 1px;
    bottom: 0px; }

@media screen and (max-width: 1199px) {
  .footer-style9 > .container {
    padding: 90px 15px; } }
@media screen and (max-width: 991px) {
  .footer-style9 > .container {
    padding: 70px 15px; } }
@media screen and (max-width: 767px) {
  footer h3.footer-title-style9 {
    margin-bottom: 15px;
    padding-bottom: 15px; } }
/*footer style10*/
footer.footer-style10 {
  padding-top: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.075); }

.footer-style10 > .container {
  padding-top: 90px;
  padding-bottom: 90px; }

footer.footer-style10 h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 1;
  position: relative; }
  footer.footer-style10 h3:after {
    content: none; }

.footer-style10 .footer-top-bar {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075); }
.footer-style10 .footer-bar {
  margin-top: 0;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.075);
  color: rgba(0, 0, 0, 0.8); }
  .footer-style10 .footer-bar p {
    margin-top: 5px; }

footer.footer-style10 ul {
  margin-bottom: 0; }
footer.footer-style10 li {
  margin-bottom: 10px; }
  footer.footer-style10 li:last-child {
    margin-bottom: 0; }
  footer.footer-style10 li a {
    color: #5e6973; }
    footer.footer-style10 li a:hover {
      color: #f7a500; }

.footer-style10 .social-icons ul {
  margin: 0;
  padding: 0; }
.footer-style10 .social-icons li {
  display: inline-block;
  margin-right: 1px;
  margin-bottom: 0; }
  .footer-style10 .social-icons li:last-child {
    margin-right: 0; }
  .footer-style10 .social-icons li a {
    font-size: 14px;
    height: 35px;
    line-height: 36px;
    width: 35px;
    background: #efefef;
    border-radius: 4px;
    display: inline-block;
    text-align: center; }
    .footer-style10 .social-icons li a:hover {
      background: #f7a500;
      color: #fff; }

@media screen and (max-width: 1199px) {
  .footer-style10 > .container {
    padding-top: 70px;
    padding-bottom: 70px; } }
@media screen and (max-width: 767px) {
  .footer-style10 > .container {
    padding-top: 50px;
    padding-bottom: 50px; }

  footer.footer-style10 h3 {
    margin-bottom: 20px; } }
/*footer title style12*/
.footer-style12 {
  padding: 60px 0 0 0; }
  .footer-style12 .footer-topbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.075);
    padding-bottom: 50px;
    margin-bottom: 60px; }
  .footer-style12 h3 {
    color: #ddd; }
    .footer-style12 h3:after {
      content: none; }
  .footer-style12 h5 {
    color: #ddd; }
  .footer-style12 .footer-bar {
    margin-top: 55px; }

@media screen and (max-width: 991px) {
  .footer-style12 {
    padding: 50px 0 0 0; }
    .footer-style12 .footer-topbar {
      padding-bottom: 50px;
      margin-bottom: 50px; }
    .footer-style12 .footer-bar {
      margin-top: 40px; } }
@media screen and (max-width: 575px) {
  .footer-style12 h3 {
    margin-bottom: 25px; } }
/*footer title style10*/
footer .footer-title-style10 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 20px; }
  footer .footer-title-style10:after {
    position: absolute;
    content: '';
    background: #f7a500;
    width: 40px;
    height: 1px;
    left: 10px;
    top: 40px; }
  footer .footer-title-style10:before {
    position: absolute;
    content: '';
    background: #f7a500;
    width: 40px;
    height: 1px;
    bottom: 0px;
    left: 0;
    top: 35px; }

@media screen and (max-width: 991px) {
  footer .footer-title-style10 {
    margin-bottom: 20px; } }
@media screen and (max-width: 767px) {
  footer .footer-title-style10 {
    font-size: 18px;
    margin-bottom: 15px; } }
/*footer style11*/
.footer-style11 {
  background: #f7fbfe;
  color: #14212B; }
  .footer-style11 .footer-bar {
    background: #f7fbfe;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: #14212B; }

.footer-title-style11 {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 700; }
  .footer-title-style11:after {
    content: none; }

@media screen and (max-width: 991px) {
  .footer-title-style11 {
    margin-bottom: 20px;
    font-size: 20px; } }
@media screen and (max-width: 767px) {
  .footer-title-style11 {
    margin-bottom: 15px;
    font-size: 18px; } }
/*footer style12*/
.footer-title-style12 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 1;
  position: relative; }
  .footer-title-style12:after {
    content: none; }

@media screen and (max-width: 767px) {
  .footer-title-style12 h3 {
    margin-bottom: 20px; } }
/*footer app*/
.footer-app li {
  display: inline-block;
  margin-right: 10px; }
  .footer-app li:last-child {
    margin-right: 0; }

/* footer demo-14 */
.footer-block3 ul {
  margin-bottom: 0; }
  .footer-block3 ul li {
    font-size: 14px;
    padding: 5px 0;
    font-weight: 600; }
.footer-block3 h3 {
  font-family: Montserrat,sans-serif; }

footer .footer-icon3 ul li {
  display: inline-block;
  margin-left: 20px;
  font-size: 20px; }
  footer .footer-icon3 ul li a:hover {
    color: #f7a500; }

.footer-block3 h3:after {
  content: none; }

.footer-title-style15 {
  font-size: 16px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase; }

footer h3.footer-title-style15:after, footer h3.footer-style:after {
  content: none; }

.footer-map {
  width: 100%;
  height: 150px;
  vertical-align: top; }

/* footer-style13 */
.footer-style13 .contact-icon .icon i {
  background: #FFFFFF;
  width: 60px;
  height: 60px;
  margin: 0px 14px 0px 0px;
  border-radius: 50%;
  justify-content: center;
  display: flex;
  align-items: center; }

/*footer-style14*/
.footer-style14 .top-inner .logos {
  position: relative;
  display: inline-block;
  background: rgba(255, 255, 255, 0.07);
  padding: 54px 40px 54px 40px;
  margin-bottom: 35px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  text-align: center;
  max-width: 320px; }

@media screen and (max-width: 1199px) {
  .footer-style14 .top-inner .logos {
    padding: 45px 45px 45px 45px; } }
/* ===================================
    Copy Elements
====================================== */
pre[class*="language-"] {
  max-height: 45vh;
  height: 100%;
  margin: 35px 0 15px 0;
  padding-top: 0; }

.html-code {
  background-color: #fbfbfb;
  position: relative;
  box-shadow: inset 0 0 0 1px #dde1e6, 0 3px 5px rgba(0, 0, 0, 0.15);
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #ededed; }
  .html-code:before {
    color: #c8dfab;
    content: "•••";
    font-size: 30px;
    left: 24px;
    letter-spacing: 4px;
    line-height: 12px;
    position: absolute;
    top: 24px; }

.copy-element {
  position: absolute;
  top: -50px;
  right: 100px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out; }

.source-element {
  position: absolute;
  top: -50px;
  right: 15px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out; }

.html-code .copy-element {
  top: 15px;
  right: 30px; }
.html-code:hover .copy-element, .html-code:hover .source-element {
  opacity: 1; }

.box-hover:hover .copy-element, .box-hover:hover .source-element {
  opacity: 1; }

.copy-element > a, .source-element > a {
  border-radius: 0.25rem;
  background: #dde1e6;
  color: #777 !important;
  display: inline-block;
  padding: 5px 15px;
  font-size: 14px;
  text-transform: capitalize;
  cursor: pointer !important;
  font-weight: 600; }

.copy-element > a:hover, .source-element > a:hover {
  background: #f7a500;
  color: #fff !important; }

.copy-clipboard {
  cursor: pointer;
  padding: 5px 15px; }

.white-popup-block {
  background-color: #fbfbfb;
  position: relative;
  max-width: 650px;
  box-shadow: inset 0 0 0 1px #dde1e6, 0 3px 5px rgba(0, 0, 0, 0.15);
  padding: 60px 30px 30px 30px;
  border-radius: 5px;
  margin: 40px auto;
  border: 1px solid #ededed; }
  .white-popup-block.popup-copy.mfp-hide {
    display: block !important;
    height: 0;
    position: absolute;
    z-index: -1;
    padding: 0;
    opacity: 0;
    margin: 0; }
  .white-popup-block:before {
    color: #c8dfab;
    content: "•••";
    font-size: 30px;
    left: 24px;
    letter-spacing: 4px;
    line-height: 12px;
    position: absolute;
    top: 24px; }
  .white-popup-block:hover .copy-element {
    opacity: 1; }
  .white-popup-block .copy-element {
    top: 45px;
    right: 30px; }

.box-hover {
  position: relative; }
  .box-hover .container {
    position: relative; }

.g-font-size-default {
  font-size: 1rem !important; }

.g-font-size-70x {
  font-size: 70% !important; }

.g-font-size-75x {
  font-size: 75% !important; }

.g-font-size-80x {
  font-size: 80% !important; }

.g-font-size-85x {
  font-size: 85% !important; }

.g-font-size-90x {
  font-size: 90% !important; }

.g-font-size-95x {
  font-size: 95% !important; }

.g-font-size-0 {
  font-size: 0; }

.g-font-size-5 {
  font-size: 0.35714rem !important; }

.g-font-size-8 {
  font-size: 0.57143rem !important; }

.g-font-size-9 {
  font-size: 0.64286rem !important; }

.g-font-size-10 {
  font-size: 0.71429rem !important; }

.g-font-size-11 {
  font-size: 0.78571rem !important; }

.g-font-size-12 {
  font-size: 0.85714rem !important; }

.g-font-size-13 {
  font-size: 0.92857rem !important; }

.g-font-size-14 {
  font-size: 1rem !important; }

.g-font-size-15 {
  font-size: 1.07143rem !important; }

.g-font-size-16 {
  font-size: 1.14286rem !important; }

.g-font-size-17 {
  font-size: 1.21429rem !important; }

.g-font-size-18 {
  font-size: 1.28571rem !important; }

.g-font-size-20 {
  font-size: 1.42857rem !important; }

.g-font-size-22 {
  font-size: 1.57143rem !important; }

.g-font-size-23 {
  font-size: 1.64286rem !important; }

.g-font-size-24 {
  font-size: 1.71429rem !important; }

.g-font-size-25 {
  font-size: 1.78571rem !important; }

.g-font-size-26 {
  font-size: 1.85714rem !important; }

.g-font-size-27 {
  font-size: 1.92857rem !important; }

.g-font-size-28 {
  font-size: 2rem !important; }

.g-font-size-30 {
  font-size: 2.14286rem !important; }

.g-font-size-32 {
  font-size: 2.28571rem !important; }

.g-font-size-33 {
  font-size: 2.35714rem !important; }

.g-font-size-35 {
  font-size: 2.5rem !important; }

.g-font-size-36 {
  font-size: 2.57143rem !important; }

.g-font-size-38 {
  font-size: 2.71429rem !important; }

.g-font-size-40 {
  font-size: 2.85714rem !important; }

.g-font-size-42 {
  font-size: 3rem !important; }

.g-font-size-45 {
  font-size: 3.21429rem !important; }

.g-font-size-46 {
  font-size: 3.28571rem !important; }

.g-font-size-48 {
  font-size: 3.42857rem !important; }

.g-font-size-50 {
  font-size: 3.57143rem !important; }

.g-font-size-55 {
  font-size: 3.92857rem !important; }

.g-font-size-56 {
  font-size: 4rem !important; }

.g-font-size-60 {
  font-size: 4.28571rem !important; }

.g-font-size-65 {
  font-size: 4.64286rem !important; }

.g-font-size-70 {
  line-height: 70px;
  font-size: 5rem !important; }

.g-font-size-75 {
  font-size: 5.35714rem !important; }

.g-font-size-76 {
  font-size: 5.42857rem !important; }

.g-font-size-80 {
  font-size: 5.71429rem !important; }

.g-font-size-86 {
  font-size: 6.14286rem !important; }

.g-font-size-90 {
  font-size: 6.42857rem !important; }

.g-font-size-120 {
  font-size: 8.57143rem !important; }

.g-font-size-200 {
  line-height: 210px;
  font-size: 14.28571rem !important; }

.g-font-size-180 {
  font-size: 12.85714rem !important; }
.pl-1-6 {
    padding: 1.4rem;
}
@media (min-width: 576px) {
  .g-font-size-20--sm {
    font-size: 1.42857rem !important; }
  .g-font-size-25--sm {
    font-size: 1.78571rem !important; }
  .g-font-size-40--sm {
    font-size: 2.85714rem !important; }
  .g-font-size-50--sm {
    font-size: 3.57143rem !important; }
  .g-font-size-240--sm {
    font-size: 17.14286rem !important; } }

@media (min-width: 768px) {
  .g-font-size-default--md {
    font-size: 1rem; }
    .g-font-size-10--md {
    font-size: 0.60714rem !important; }
  .g-font-size-12--md {
    font-size: 0.85714rem !important; }
  .g-font-size-16--md {
    font-size: 1.14286rem !important; }
  .g-font-size-18--md {
    font-size: 1.28571rem !important; }
  .g-font-size-20--md {
    font-size: 1.42857rem !important; }
  .g-font-size-24--md {
    font-size: 1.71429rem !important; }
  .g-font-size-25--md {
    font-size: 1.78571rem !important; }
  .g-font-size-26--md {
    font-size: 1.85714rem !important; }
  .g-font-size-27--md {
    font-size: 1.92857rem !important; }
  .g-font-size-28--md {
    font-size: 2rem !important; }
  .g-font-size-30--md {
    font-size: 2.14286rem !important; }
  .g-font-size-32--md {
    font-size: 2.28571rem !important; }
  .g-font-size-35--md {
    font-size: 2.5rem !important; }
  .g-font-size-36--md {
    font-size: 2.57143rem !important; }
  .g-font-size-40--md {
    font-size: 2.85714rem !important; }
  .g-font-size-45--md {
    font-size: 3.21429rem !important; }
  .g-font-size-46--md {
    font-size: 3.28571rem !important; }
  .g-font-size-48--md {
    font-size: 3.42857rem !important; }
  .g-font-size-50--md {
    font-size: 3.57143rem !important; }
  .g-font-size-55--md {
    font-size: 3.92857rem !important; }
  .g-font-size-56--md {
    font-size: 4rem !important; }
  .g-font-size-60--md {
    font-size: 4.28571rem !important; }
  .g-font-size-65--md {
    font-size: 4.64286rem !important; }
  .g-font-size-70--md {
    font-size: 5rem !important; }
  .g-font-size-75--md {
    font-size: 5.35714rem !important; }
  .g-font-size-76--md {
    font-size: 5.42857rem !important; }
  .g-font-size-90--md {
    font-size: 6.42857rem !important; }
  .g-font-size-130--md {
    font-size: 9.28571rem !important; } }

@media (min-width: 992px) {
  .g-font-size-18--lg {
    font-size: 1.28571rem !important; }
    .g-font-size-24--lg {
    font-size: 1.55714rem !important; }
  .g-font-size-26--lg {
    font-size: 1.85714rem !important; }
  .g-font-size-35--lg {
    font-size: 2.5rem !important; }
  .g-font-size-36--lg {
    font-size: 2.57143rem !important; }
  .g-font-size-75--lg {
    font-size: 5.35714rem !important; }
  .g-font-size-76--lg {
    font-size: 5.42857rem !important; }
  .g-font-size-420--lg {
    font-size: 30rem !important; }
.pl-1-6 {
    padding: 3rem;
}
}

.text-iwc{--bs-text-opacity:1;color:#f7a500 !important}

 .navbar-nav li.active2 > a {color: #f7a500 !important; }
navbar-nav li > ul > li.active2 > a {color: #f7a500 !important; }

 .u-label {
  display: inline-block;
  padding: .35rem .58rem;
  font-size: .9rem;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  color: #f7a500;
  /* Label Size
  ------------------------------------*/
  /* Label Styles
  ------------------------------------*/
  /* Label Num
  ------------------------------------*/ }
.u-label {
  display: inline-block;
  padding: .35rem .58rem;
  font-size: .9rem;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  color: #f7a500;
    z-index: 1000;
  /* Label Size
  ------------------------------------*/
  /* Label Styles
  ------------------------------------*/
  /* Label Num
  ------------------------------------*/ }

.u-label:empty {
  display: none; }

.btn .u-label {
  position: relative;
  top: -1px; }

.u-label-default {
  background-color: #777; }

.u-label-default[href]:hover, .u-label-default[href]:focus {
  background-color: #555; }

.u-label-primary {
  background-color: #5cb85c; }

.u-label-primary[href]:hover, .u-label-primary[href]:focus {
  background-color: #55b555; }

.u-label-success {
  background-color: #5cb85c; }

.u-label-success[href]:hover, .u-label-success[href]:focus {
  background-color: #55b555; }

.u-label-info {
  background-color: #5bc0de; }

.u-label-info[href]:hover, .u-label-info[href]:focus {
  background-color: #53bddc; }

.u-label-warning {
  background-color: #f0ad4e; }

.u-label-warning[href]:hover, .u-label-warning[href]:focus {
  background-color: #efa945; }

.u-label-danger {
  background-color: #d9534f; }

.u-label-danger[href]:hover, .u-label-danger[href]:focus {
  background-color: #d74b47; }

.u-label.g-rounded-10 {
  padding: .35rem .7rem; }

.u-label--sm {
  font-size: .8rem; }

.u-label--lg {
  font-size: 1.1rem; }

.u-label.u-label-with-icon {
  padding: .5rem .85rem; }

.u-label.u-label-with-icon i {
  margin-right: .5rem; }

.u-label-num {
  min-width: 2rem;
  height: 2rem;
  padding: 0 .35rem;
  line-height: 2rem; }

.u-label-num.u-label--sm {
  min-width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem; }

.u-label-num.u-label--lg {
  min-width: 2.2rem;
  height: 2.2rem;
  line-height: 2.2rem; }
.g-mb-10 {margin-bottom: 0.71429rem !important;}
.g-mb-minus-10 {margin-top: -0.71429rem !important;}
.g-mt-minus-5 {margin-top: -0.35714rem !important; }
.g-mt-minus-10 {margin-top: -0.71429rem !important;}
.g-mt-minus-20 {margin-top: -1.09857rem;}
.g-mt-minus-25 {margin-top: -1.29857rem;}
.g-mt-minus-30 {margin-top: -3.09857rem;}
.list-style-square {list-style-type: square;}
.g-bg-ctc-opacity-0_5 {
  background-color: rgba(166, 34, 70, 0.5) !important; }
.g-bg-ctc-opacity-1 {
  background-color: rgb(166, 34, 70) !important; }
.g-color-white-opacity-0_5 {
  color: rgba(255, 255, 255, 0.8) !important; }
  .g-ml-minus-20 {
    margin-left: -1.42857rem !important; }
    .update {
    position: absolute;
    top:8px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);

  }

    .g-rounded-3 {border-radius: 3px !important; border:1px; border-color: #000}
    .g-bg-white-opacity-0_5 {
  background-color: rgba(247, 165, 0, 0.5) !important; }
.g-bg-green-opacity-0_5 {
  background-color: rgb(20, 33, 43) !important; }
.g-bg-blue-opacity-0_5 {
  background-color: rgba(0, 39, 98, 0.35) !important; }
.g-color-white-opacity-0_5 {color: rgba(255, 255, 255, 0.8) !important; }
.g-bg-white-opacity-0_5--after::after {
  background-color: rgba(255, 255, 255, 0.8) !important; }
.g-color-black-opacity-0_5 {
  color: rgba(14, 14, 14, 0.8) !important; }
  .g-py-3 {
    padding-top: 0.21429rem !important;
    padding-bottom: 0.21429rem !important; }
    .g-pos-rel {position: relative !important; }
    .g-top-minus-1 {top: -0.07143rem; }
.g-ml-5 {margin-left: 5.35714rem !important; }
.g-top-minus-20 {top: -3.5rem; }
.g-top-minus-20-box {top: 3.4rem; }

.g-minus-35-box{ margin-left: -2.85714rem !important; }
.g-top-minus-35 {  margin-left: 3.17143rem !important;}

  .blog-grids4 .blog-grid-text-termin {
    padding: 3px 20px 22px 20px;
    position: relative; }
.bg-iwc {background-color:#f7a500;}

@media (max-width: 767px) {
    .navbar-nav li > ul > li.current > a, .navbar-nav li > ul > li.active > a {color: #000 !important; }
    .navbar-nav li > ul > li.active2 > a {color: #f7a500 !important; }
    .border-white{border-color:rgba(14, 14, 14, 0.8)!important}
.fixwith {float: left; width: 146px;}
    .g-pos-abs {position: absolute !important; }
    .g-top-minus-20 {  top: 0.97143rem; }
    .g-ml-minus-35 {  margin-left: 12.85714rem !important; }
    .g-pb-minus { bottom: -1.5rem; !important; }
    .g-pb-plus { top: 1.5rem; !important; }
    .g-top-minus-30 {  margin-left: 4.87143rem !important;}
    .g-top-minus-35-dm {  margin-left: 2.57143rem !important;}
    .g-top-minus-35-ueu {  margin-left: 6.57143rem !important;}
    .g-top-minus-35-vst {  margin-left: 6.47143rem !important;}
    .g-top-minus-35-tl {  margin-left: 6.87143rem !important;}
    .g-top-minus-35-tld {  margin-left: 7.27143rem !important;}
    .g-top-minus-35-tle {  margin-left: 7.37143rem !important;}
    .g-top-minus-35-rb {  margin-left: 2.17143rem !important;}
    .g-top-minus-35-rab {  margin-left: 0.87143rem !important;}
    .g-top-minus-35-rast {  margin-left: 3.27143rem !important;}
    .g-top-minus-35-zw {  margin-left: 5.27143rem !important;}
    .g-top-minus-35-zr {  margin-left: 4.87143rem !important;}
    .g-top-minus-35-ser {  margin-left: 5.27143rem !important;}
    .g-top-minus-35-chh {  margin-left: 4.87143rem !important;}
    .g-top-minus-35-chr {  margin-left: 7.07143rem !important;}
    .g-top-minus-35-mbs {  margin-left: 1.57143rem !important;}
    .g-top-minus-35-mdm {  margin-left: 0.10143rem !important;}
    .g-top-minus-35-mmn {  margin-left: 1.88143rem !important;}
    .g-ml-minus-45 {  top: -3.97143rem; }
    .g-color-white-opacity-0_5 {color: rgba(14, 14, 14, 0.8) !important; }
    .g-top-minus-20-box {top: 3.0rem; }

}
@media (min-width: 768px) {
    .navbar-nav li > ul > li.current > a, .navbar-nav li > ul > li.active > a {color: #000 !important; }
    .navbar-nav li > ul > li.active2 > a {color: #f7a500 !important; }
    .border-white{border-color:rgba(14, 14, 14, 0.8)!important}
.fixwith {float: left; width: 10px;}
    .g-pos-abs {position: absolute !important; }
    .g-top-minus-20 {  top: 1.07143rem; }
    .g-ml-minus-35 {  margin-left: 13.85714rem !important; }
    .g-pb-minus { bottom: -1.5rem; !important; }
    .g-pb-plus { top: 1.5rem; !important; }
    .g-top-minus-30 {  margin-left: 5.87143rem !important;}
    .g-top-minus-35 {  margin-left: 3.97143rem !important;}
    .g-top-minus-35-dm {  margin-left: 3.47143rem !important;}
    .g-top-minus-35-ueu {  margin-left: 7.57143rem !important;}
    .g-top-minus-35-vst {  margin-left: 7.47143rem !important;}
    .g-top-minus-35-tl {  margin-left: 7.87143rem !important;}
    .g-top-minus-35-tld {  margin-left: 8.37143rem !important;}
    .g-top-minus-35-tle {  margin-left: 8.37143rem !important;}
    .g-top-minus-35-rb {  margin-left: 3.07143rem !important;}
    .g-top-minus-35-rab {  margin-left: 1.97143rem !important;}
    .g-top-minus-35-rast {  margin-left: 4.37143rem !important;}
    .g-top-minus-35-zw {  margin-left: 6.37143rem !important;}
    .g-top-minus-35-zr {  margin-left: 5.97143rem !important;}
    .g-top-minus-35-ser {  margin-left: 6.27143rem !important;}
    .g-top-minus-35-chh {  margin-left: 5.57143rem !important;}
    .g-top-minus-35-chr {  margin-left: 7.77143rem !important;}
    .g-top-minus-35-mbs {  margin-left: 2.17143rem !important;}
    .g-top-minus-35-mdm {  margin-left: 1.00143rem !important;}
     .g-top-minus-35-mmn {  margin-left: 2.68143rem !important;}
    .g-ml-minus-45 {  top: 1.07143rem; }
    .g-color-white-opacity-0_5 {color: rgba(14, 14, 14, 0.8) !important; }
    .g-top-minus-20-box {top: 3.0rem; }
}
@media (min-width: 992px) {
     .navbar-nav li > ul > li.current > a, .navbar-nav li > ul > li.active > a {color: #eaeaea !important; }
    .navbar-nav li > ul > li.active2 > a {color: #f7a500 !important; }
    .border-white{border-color: rgb(255, 255, 255) !important}
    .g-color-white-opacity-0_5 {color: rgba(255, 255, 255, 0.8) !important; }
    .fixwith {float: left; width: 80px;}
  .g-pos-abs {position: absolute !important; }
    .g-pos-rel--lg {position: relative !important; }

  .g-top-minus-20 {  top: 1.57143rem; }
  .g-ml-minus-35 {  margin-left: -2.75714rem !important;}
    .g-top-minus-30 {  margin-left: 5.87143rem !important;}
   .g-top-minus-35-dm {  margin-left: 3.57143rem !important;}
    .g-top-minus-35-tl {  margin-left: 2.87143rem !important;}
    .g-top-minus-35-tld {  margin-left: 1.87143rem !important;}
    .g-top-minus-35-tle {  margin-left: 1.87143rem !important;}
    .g-top-minus-35-rb {  margin-left: 1.17143rem !important;}
    .g-top-minus-35-rab {  margin-left: 1.57143rem !important;}
    .g-top-minus-35-rast {  margin-left: 4.17143rem !important;}
    .g-top-minus-35-ueu {  margin-left: 6.07143rem !important;}
    .g-top-minus-35-vst {  margin-left: 5.77143rem !important;}
    .g-top-minus-35-zw {  margin-left: 4.47143rem !important;}
    .g-top-minus-35-zr {  margin-left: 4.07143rem !important;}
    .g-top-minus-35-ser {  margin-left: 1.07143rem !important;}
    .g-top-minus-35-chh {  margin-left: 0.87143rem !important;}
    .g-top-minus-35-chr {  margin-left: 3.07143rem !important;}
    .g-top-minus-35-mbs {  margin-left: 1.27143rem !important;}
    .g-top-minus-35-mdm {  margin-left: 0.08143rem !important;}
    .g-top-minus-35-mmn {  margin-left: 1.88143rem !important;}
    .g-ml-minus-45 {  top: 0.0rem !important; }
    .g-top-minus-20-box {top: 3.4rem; }
    .g-top-minus-20-box-dm {top:-3.4rem; }

  .update {
    position: absolute;
    top:8px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);

  }
.mt-lg-4{margin-top:3.5rem!important}
.blog-grid-text2 {margin: 0px; }
}

@media only screen and ( min-width: 600px ) and ( max-width: 800px )  {
    .starhight {
        display: block;
        margin: auto;
        max-width: 65%;
        height: auto;
    }
}
@media only screen and ( min-width: 768px ) and ( max-width: 1024px )  {
    .starhight {
        display: block;
        margin: auto;
        max-width: 70%;
        height: auto;
    }
}
@media only screen and ( min-width: 1050px ) and ( max-width: 1400px )  {
    .starhight {
        display: block;
        margin: auto;
        max-width: 70%;
        height: auto;
    }
}
#wrapper {min-height: calc(100vh - 30.7em );}
footer {position:relative; width:100vw;}
.blog-grids4 {
    border: 1px solid rgba(247, 165, 0, 0.58);
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.1); }
.blog-gridsnews {
    border: 1px solid rgba(247, 165, 0, 0.58);
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.1); }
.blog-gridsnews-alert {
    border: 1px solid rgb(193, 39, 45);
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.1); }
.blog-gridsnews-blue {
    border: 1px solid rgb(0, 98, 51, 0.35);
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px 0 rgba(50, 50, 50, 0.1); }
.blog-grids4 .sepratar {
    border: 1px solid #f7a500;
    width: 50px;
    margin: 5px 1px -3px 1px;  }
.blog-grids4 .sepratar2 {
    border: 1px solid rgba(0, 0, 0, 0.24);
    width: 50px;
    margin: 5px 1px -3px 1px;  }

a > i {padding-right:1px;}

.u-list-inline {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.border-color-iwc {border-color:#f7a500 !important;}
tr.table-region1 td {background-color: #ffd40c; color:black; padding: 15px}
tr.table-region2 td {background-color: #d09e07; color:black; padding: 15px}
tr.table-region3 td {background-color: #bd9f14; color:black; padding: 15px}
tr.table-region4 td {background-color: #ceae4e; color:black; padding: 15px}
tr.table-region5 td {background-color: #ede748; color:black; padding: 15px}
tr.table-region6 td {background-color: #f8d73f; color:black; padding: 15px}
tr.table-region7 td {background-color: #f4df7c; color:black; padding: 15px}
.form-control { min-height: 46px; border-color: rgba(35, 35, 35, 0.37); }



.form-control::placeholder { color: #c8c7c7; opacity: 1; }
.form-control:focus {
  color: #495057;
  background-color: #ffffff;
  border-color: #f7a500;
  outline: 0;
  box-shadow: none;
    border-radius: 10px;
}


.quform-element > label {

  font-weight: normal;
  padding-bottom: 5px;
  margin-bottom: 0;
  color: rgba(20, 33, 43, 0.75);
  font-weight: 500; }
input:focus, textarea:focus, select:focus, .form-select:focus {
  border: 1px solid #f7a500;
  outline: none;
  box-shadow: none; }

input[type="file"] {
	display: block;
	margin-top: 1em;
	padding: 1em;
	border: thin dotted;
	background: #fff;
    border-radius: 10px;
}
.error {background: rgb(247, 165, 0); color: black;}
.error::placeholder {background: rgb(247, 165, 0); color: #495057;}
.error:focus {
  color: black;
  background-color: #f7a500;
  border-color: rgba(0, 0, 0, 0.24);
  outline: 0;
  box-shadow: none;
    border-radius: 10px;
}


#dateiListefemale,#dateiListemale,#dateiListepuppy
#thumbnailListefemale {
	padding-left: 1.5em;
}

#thumbnailListefemale li {
	display: inline;
}

#thumbnailListefemale img {
	max-width: 100px;
	max-height: 100px;
	margin: 0.5em;
	border: thin solid #ccc;

}
#thumbnailListemale li {
	display: inline;
}

#thumbnailListemale img {
	max-width: 100px;
	max-height: 100px;
	margin: 0.5em;
	border: thin solid #ccc;
}
#thumbnailListepuppy li {
	display: inline;
}

#thumbnailListepuppy img {
	max-width: 100px;
	max-height: 100px;
	margin: 0.5em;
	border: thin solid #ccc;
}