 @charset "utf-8";
/* CSS Document */
@font-face {
    font-display: swap;
    font-family: Metropolis-Regular;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Metropolis-Regular.woff2) format("woff2"),url(../fonts/Metropolis-Regular.woff) format("woff"),url(../fonts/Metropolis-Regular.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Metropolis-Medium;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Metropolis-Medium.woff2) format("woff2"),url(../fonts/Metropolis-Medium.woff) format("woff"),url(../fonts/Metropolis-Medium.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Metropolis-Bold;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Metropolis-Bold.woff2) format("woff2"),url(../fonts/Metropolis-Bold.woff) format("woff"),url(../fonts/Metropolis-Bold.ttf) format("truetype")
}

@font-face {
    font-display: swap;
    font-family: Metropolis-Black;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/Metropolis-Black.woff2) format("woff2"),url(../fonts/Metropolis-Black.woff) format("woff"),url(../fonts/Metropolis-Black.ttf) format("truetype")
}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

body{ font:16px/0.875em Metropolis-Regular,Arial, Helvetica, sans-serif; line-height:2em; color:#596267; background-color: #fff;}
img{ border:none; max-width: 100%; height: auto;}
a{ transition:all 0.3s ease; outline:none;color: #42a466;text-decoration: none;}
.top{background: #333;height: 32px;line-height:32px;width: 100%;color: #999;font-size: 13px;}
.top a{color: #999}
.top a:hover{color: #42a466}
.top span{padding-left: 15px;}
#header .logo{ margin-top: 18px; }
#header .logo img{max-width: 250px}
#header{ margin-top: 0;width: 100%; background: #fff;padding: 10px 0}
#header .menu{ position: relative; padding-right: 50px; }
#header .menu ul{ margin: 0; padding: 0 35px 0 0; list-style: none; text-align: right; }
#header .menu li{ display: inline-block;  text-transform: uppercase;}
#header .menu li a{ color: #333; font-size: 16px; display: block; padding: 24px 16px; font-weight: 600}
#header .menu li a:hover,#header .menu li.active a{ color: #42a466; text-decoration: none; }
#header .menu li.active ul li a{color: #fff}
#header .subnav ul{display: none;text-align: left;background: #333;border-radius: 5px;0}
#header .subnav ul li{text-transform:capitalize;display: block;}
#header .subnav ul{position: absolute;top: 70px;left: 280px;z-index: 9999;padding:0;}
#header .subnav ul li a{border:none;padding:5px 20px;display: block;color: #fff;font-weight: 100;font-size: 13px;border-bottom: 1px solid rgba(0,0,0,.075)}
#header .subnav ul li a:hover{color: #fff;background: #42a466}
#header .search{ position: absolute; right:  15px; top:20px; }
#header .searchform{ z-index: 999; position: absolute;  top: 22px; right: 0; background: #fff;border: 1px solid #42a466; border-top-width: 2px; box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2); padding: 10px; width: 272px;}
#header .searchbut{ width: 32px; height: 32px;display: block !important; border-radius: 50%;color: #ccc; background: #efefef; padding:0; line-height: 32px; text-align: center; outline: none; }
#header .searchbutopen{ background: #42a466; }

#header .searchbut i{transform: rotate(0deg);transition:all 0.3s ease;}
#header .searchbutopen i{transform: rotate(180deg);}
#header .searchbut:hover{ color: #fff;  background: #42a466;}
.dropdown-menu::before{border:18px solid transparent; border-bottom-color: #ff4200; content: "";position: absolute; margin-top: -46px; margin-left: -18px; left: 50%;}
.dropdown-menu{background: #ff4200;border: none; border-radius: 0;padding: 10px 0; margin-left: -91px; margin-top: 0; left: 50%;z-index: 9999}
.dropdown-menu > li{display:block; text-transform: capitalize; margin: 0; padding: 0;}
.sf-menu .dropdown-menu > li > a {
  display: block;
  font-size: 13px !important;
  font-weight: 700;
  position: relative;
  text-indent: 5px;
  padding: 5px 15px !important;
  overflow: hidden;
  clear: both; color:#fff; display: block;
}

.sf-menu .dropdown-menu > li > a:hover,
.sf-menu .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ff4200;
  background-color: transparent;
  background: #fff;
}
.dropdown-menu > .active > a,
.dropdown-menu > .sfHover > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .sfHover > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .sfHover > a:focus {
  color: #f15a5a;
  text-decoration: none;
  outline: 0;
  background-color: transparent;
}
.is-sticky #header{ z-index: 3;box-shadow:0 2px 4px #ccc;padding: 0}
.is-sticky #header .menu li a{ }
.is-sticky #header .logo{ margin-top: 10px; }
.is-sticky #header .search{ top: 17px; }
.is-sticky #header .searchform{ top: 16px; }
#header .search-txt{ border: 1px solid #42a466; height: 34px; padding: 6px 12px; width: 211px; display: inline-block; float: left; }
.btn-search{ background: #6a6969;color: #fff; height: 34px; border-radius: 0; }
.btn-search:hover{ background:#42a466; color: #fff;  }
.dropdown{ display: none; }
@media (max-width: 767px){
  .top{height: auto; line-height: 20px; padding: 10px 0; }
  .top .col-md-5{display: none}
  .top .col-md-7{width: 100%;text-align: center}
  #header .logo{ margin-top: 8px; margin-bottom: 8px; }
  #header .searchform{ top: 9px; }
  #header .search{ top: 10px; }
  .is-sticky #header{  height: 55px;  }
  .is-sticky #header .logo img{ height:35px; }
 .is-sticky #header a.searchbut{ width: 34px; height: 34px; line-height: 34px; }
 .is-sticky #header .searchform{ top: 10px; }
}

@media (min-width: 992px) and (max-width: 1199px){
  #header .menu li a{ padding-left: 12px; padding-right: 12px; }
}
@media (min-width: 768px) and (max-width: 991px){
   #header .menu li a{ padding-left: 3px; padding-right: 4px; font-size: 12px; }
   .top{height: auto; line-height: 20px; padding: 10px 0; }
  .top .col-md-5{display: none}
  .top .col-md-7{width: 100%;text-align: center}
}
#offcanvas-toggler{float: right; padding-right: 30px; font-size: 32px; padding-top: 12px; outline: none; color: #333;}
a:hover#offcanvas-toggler{ color: #41a265; }
.menu .open {
  -webkit-animation: spMenuFadeInUp 400ms;
  animation: spMenuFadeInUp 400ms;
  display: block;
}
@-webkit-keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

 .offcanvas-menu {
  -webkit-transition: opacity 400ms cubic-bezier(0.7,0,0.3,1), right 400ms cubic-bezier(0.7,0,0.3,1);
  transition: opacity 400ms cubic-bezier(0.7,0,0.3,1), right 400ms cubic-bezier(0.7,0,0.3,1);
}
 .body-innerwrapper:after {
  right: 0;
}
 .offcanvas-menu {
  right: -280px;
}
.offcanvas .offcanvas-menu {
  right: 0;
}
.body-innerwrapper:after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  background: rgba(0,0,0,0.8);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  z-index: 999;
}
.offcanvas {
  width: 100%;
  height: 100%;
  position: relative;
}
.offcanvas .body-innerwrapper:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.offcanvas .offcanvas-menu {
  opacity: 1;
}
.offcanvas .offcanvas-menu ul.nav-child li {
  padding-left: 10px;
}
.menu .nav-child.small {
  font-size: inherit;
}
.offcanvas-menu {
  padding-top: 50px;
  width: 280px;
  height: 100%;
  background: #fff;
  color: #999;
  position: fixed;
  top: 0;
  opacity: 0;
  z-index: 9999;
  overflow-y: scroll;
}
.close-offcanvas{ font-size: 20px; position: absolute; border: 2px solid #eee;border-radius: 50%;
    color: #000;
    font-size: 12px;
    height: 30px; width: 30px; text-align: center; right: 15px; top: 10px;}
a.close-offcanvas:hover{ background:#42a466; color: #fff;  }
.mobilemenu{ list-style: none; margin: 0; padding: 0; }
.mobilemenu li a{ color: #3f464a; display: block; padding:10px 15px; text-transform: uppercase; text-decoration: none;}
.mobilemenu li a:hover{ background: #e1e2e3; }
.mobilemenu li.active a{ background: #42a466;  color: #fff; }

@media (max-width: 767px){
  .min-center{ max-width:420px; margin:0 auto 20px;}.min-center img{ width:100%; height:auto;}
}

#footer{ padding: 2% 0 0.6%; background: #292929 ; font-size: 12px; text-align: center; color: #999; }
#footer .f-logo{ max-width: 20%; margin: 0 auto; }
#footer .navlist{  margin-top: 8px; }
#footer .navlist i{ padding-left: 10px; }
#footer i{ color: #42a466; padding-left: 5px; padding-right: 5px; font-size: 14px;}
#footer a{color: #999; }
#footer a:hover{ color:#42a466; text-decoration: none;}
#footer .copyright{ border-top: 1px solid #383838; margin-top: 10px; padding-top: 8px; padding-bottom: 15px; }
@media (min-width: 768px){
.txt-right{ text-align: right; }
}
#gotop{ position: fixed;bottom:0;right:0; width:210px; height:40px; z-index:99999;
_bottom:auto;
_position:absolute;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}

.cd-top {
  position:absolute; bottom:15px; right:15px;
  height: 50px; line-height: 50px;
  width: 50px;
  background:#474747 url(../images/cd-top-arrow.svg) no-repeat center center;
  overflow: hidden; color:#fff; text-align:center;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  cursor:pointer; text-indent: 99999px;border-radius: 50%;
}
.cd-top:hover {
background:#666 url(../images/cd-top-arrow.svg) no-repeat center center;
}
.b-live{ line-height:50px; background:#42a466; display:block; color:#fff;border-radius:5px 0 0 5px; text-align:center;text-decoration:none; outline:none;width: 50px;padding:0 5px;height:45px;position: fixed;right: 0;top: 50%;margin-top: -20px;}
.b-live a{ color: #fff; text-decoration: none; font-size: 16px; outline: none;}
.b-live i{ font-size: 24px;}
.b-live:hover{background: #5dc583}
.cd-top.cd-is-visible {visibility: visible;opacity: 1;}


}
#footernav{display: none}
@media (min-width: 768px){
#footernav {
    display: none;
}
}
@media (max-width: 768px){
.cd-top,.b-live{display: none}

}