@charset "utf-8";
/* CSS Document */
/*Sticky Header For Mobile device*/
.sticky .nav_wrapper{ box-shadow:#333 2px 2px 10px; height: 40px;}
.sticky .nav_wrapper #logo img{ width:40%; transition:width ease-in-out .3s;}
.sticky .nav_wrapper .responsive-nav{ position:relative; top:-3px; transition:top ease .3s;}


/*Sticky Header For Mobile device*/

nav { width: 100%; }
.nav_wrapper {
  position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    transition: top .5s ease-out;
    background: #f39712;
    border-bottom: #000 4px solid;
    height: 150px;
    z-index: 12;
}

.scroll { top: -90px; }

.no-scroll {
  top: 0;
  z-index: 9999;
}

.iconbtn {
  padding: 10px 1%;
  margin: 5px;
  color: #fff;
  text-decoration: none;
  font-family: sans-serif;
  transition: all 0.1s ease;
}

.iconbtn:hover { transition: all 0.1s ease; }

main {
  max-width: 800px;
  margin: 0 auto;
}

main p {  1.2em;
}
.nav_wrapper #logo{ position:absolute; left:0px; top:0;}
.nav_wrapper #logo img {
    width: 100%;
    padding: 3px 0px 0px 13px;
}

#login {
    position: relative;
    margin: 0px;
    height: 30px;
    width: 25px;
    float: right;
    right:77px;}
	
#login i{font-size: 26px; color:#0287cc !important;}

#search {
  float: right;
  font-size: 30px;
  padding: 12px 0px !important;
  line-height:16px;
  color: #fff;
  margin: 0;
  font-weight: 700;
}

#search:hover { color: #efa666; }

.search_box {
  clear: both;
  width: 100%;
  background: #83b242;
  padding: 0;
  margin: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.1s ease-in-out;
}

.search_box.active {
  height: auto;
  padding: 15px 0;
}

.search_box input {
  width: 80%;
  font-size: 13px;
  margin: 0 0 0 15px;
  padding: 10px;
  border: none;
  background: #fff;
}

.search_box input:focus { outline: none; }

.search_box input.search_icon {
  clear: both;
  width: 10%;
  height: auto;
  padding: 10px;
  margin: 0;
  margin-left: -5px;
  border: none;
  color: #fff;
  cursor: pointer;
  background: #0c3b54;
  opacity: 1;
  transition: all 0.1s ease;
}
.search_box input.search_icon:hover { background: #efa666; }
#search i{ color:#394494; font-size:20px;}
#search i:hover {color: #394494; transition:all ease .3s;}


/*Social*/
#social {
  float: right;
  font-size: 30px;
  padding: 12px 0px !important;
  line-height:16px;
  color: #000;
  margin: 0;
  font-weight: 700;  
  right:95px !important;
  position:absolute;
}

#social i{ color:#0287cc; font-size:20px;}
#social i:hover {color: #0287cc; transition:all ease .3s;}

#social:hover { color: #262626; }

.search_box {
  clear: both;
  width: 100%;
  background: #394494;
  padding: 0;
  margin: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.1s ease-in-out;
}

.social_box.active {
  height: auto;
  padding: 15px 0px !important;
  visibility: visible;
  text-align: center;
}

.social-nav.active .facebook{}

.social-bytes span.facebook a i{border-radius:50%; color:#fff; padding:13px 0px; background:#4e71a8; margin:0px 2px 0px 0px; line-height:15px; width:40px;height:40px;
  font-size: 20px; text-align:center; }
.social-bytes span.twitter a i{border-radius:50%; color:#fff; padding:13px 0px; background:#1cb7eb; margin:0px 2px 0px 0px; line-height:15px; width:40px;height:40px;
  font-size: 20px; text-align:center;}
.social-bytes span.linkedin a i{border-radius:50%; color:#fff; padding:13px 0px; background:#1686b0; margin:0px 2px 0px 0px; line-height:15px; width:40px;height:40px;
  font-size: 20px; text-align:center;}
.social-bytes span.youtube a i{border-radius:50%; color:#fff; padding:13px 0px; background:#ca3737; margin:0px 2px 0px 0px; line-height:15px; width:40px;height:40px;
  font-size: 20px; text-align:center;}
.social-bytes span.sitemap a i{border-radius:50%; color:#fff; padding:13px 0px; background:#0083c0; margin:0px 2px 0px 0px; line-height:15px; width:40px;height:40px;
  font-size: 20px; text-align:center;}
.social-bytes span.subscribe a i{border-radius:50%; color:#fff; padding:13px 0px; background:#ff8a00; margin:0px 2px 0px 0px; line-height:15px; width:40px;height:40px;
  font-size: 20px; text-align:center; }

/**/
.mobmenu-link { display: none; }

.spinner-master input[type=checkbox] { display: none; }

.mobmenu {
  width: 100%;
  height: auto;
  background: #2f3b3f;
  transition: all 0.3s ease;
}

.mobmenu ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  position: relative;
  display: inline-block;
}

.mobmenu > li > ul.sub_menu {
  min-width: 10em;
  padding: 4px 0;
  background-color: #f4f4f4;
  border: 1px solid #fff;
}

.mobmenu ul li { padding: 0px; }

.mobmenu > ul > li { display: inline-block; }

.mobmenu ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 26px;
	text-transform: none;
	font-weight: 600;
}

.mobmenu ul li a.selected {
    border-radius: 0px;
    padding: 8px 21px !important;
    margin-left: -10px;
}
.mobmenu ul li a.selected i{margin-right:15px !important; font-size: 16px;}

.mobmenu ul li a i{ margin-right:15px; font-size: 16px; width: 15px;}

.mobmenu ul li a:hover {
  background: #efa666;
  color: #fff;
  transition:all ease .3s;
}

.mobmenu ul li.hover > a {
  background: #efa666;
  color: #fff;
}

.mobmenu ul li > a { padding: 8px 10px; }

.mobmenu ul ul {
  display: none;
  position: absolute;
  top: 100%;
  min-width: 160px;
  background: #39484d;
}

.mobmenu ul li:hover > ul { display: block; }

.mobmenu ul ul > li { position: relative; }

.mobmenu ul ul > li a {
  padding: 10px 15px;
  height: auto;
  background: #39484d;
}

.mobmenu ul ul > li a:hover {
  background: #04344d;
  color: #fff;
}

.mobmenu ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}

#hero {
  width: 100%;
  height: auto;
  background: #e8ebf0;
  margin: 70px 0 20px 0;
}

#hero img {
  width: 100%;
  height: auto;
}

footer {
  width: 100%;
  background: #0099cc;
  padding: 10px;
  color: #fff;
  margin-top: 40px;
}

footer a {
  color: #fff;
  text-decoration: none;
}
 @media all and (max-width:1000px) {

.example-header .container { width: 100%; }

#search { 
padding: 0;
right: 12px !important;
position: absolute;
color: #84B23C;}

#social { 
padding: 0;
right: 10px !important;
position: absolute;
color: #84B23C;
position: absolute;
right: 85px!important;}

.responsive-nav {
    float: right;
    width: 26% !important;
}
.spinner-master * {
  transition: all 0.3s;
  box-sizing: border-box;
}

.spinner-master {
  position: relative;
  margin: 5px;
  height: 30px;
  width: 70px;
  float: right;
  right: 38px;
}

.spinner-master label {
  cursor: pointer;
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 40px;
  left: 0;
}

.spinner-master .spinner {
  position: absolute;
  height: 11px;
  width: 100%;
  padding: 0;
  background-color: #394494;
}
.spinner-master .spinner > :hover{
background-color:#db7417;	
}
.spinner-master .diagonal.part-1 {
  position: relative;
  float: left;
}

.spinner-master .horizontal {
  position: relative;
  float: left;
  margin-top: 3px;
}
.Logo{
	    padding-top: 160px;
}

.spinner-master .diagonal.part-2 {
  position: relative;
  float: left;
  margin-top: 3px;
}

.spinner-master input[type=checkbox]:checked ~ .spinner-spin > .horizontal { opacity: 0; }

.spinner-master input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-1 {
  transform: rotate(135deg);
  -webkit-transform: rotate(140deg);
  margin-top: 10px;
}

.spinner-master input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-2 {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-138deg);
   margin-top: -23px;
}

a.mobmenu-link {
  display: block;
  color: #fff;
  float: left;
  text-decoration: none;
  padding: 10px 16px;
  font-size: 1.5em;
}

a.mobmenu-link:hover { color: #efa666; }

a.mobmenu-link:after {
  content: "\2630";
  font-weight: normal;
}

a.mobmenu-link.active:after { content: "\2715"; }

.mobmenu {
  clear: both;
  min-width: inherit;
  float: none;
}

.mobmenu,
.mobmenu > ul ul {
  overflow: hidden;
  max-height: 0;
  background-color: #1c1f7d;
}

.mobmenu > li > ul.sub-menu {
  padding: 0px;
  border: none;
}

.mobmenu.active,
.mobmenu > ul ul.active { max-height: 55em; max-height:55em; top: 100px; position: relative; /*height: 224px;*/  overflow: scroll;}

.mobmenu ul { display: inline; }

.mobmenu li,
.mobmenu > ul > li { display: block; border-bottom: #394494 1px solid; }

.mobmenu > ul > li:last-of-type a { border: none; }

.mobmenu li a {
  color: #fff;
  display: block;
  padding: 0.8em;
  position: relative;
}

.mobmenu li.has-submenu > a:after {
  content: '+';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-size: 1.7em;
  padding: 3px 10px;
}

.mobmenu li.has-submenu > a.active:after { content: "-"; }

.mobmenu ul ul > li a {
  background-color: #0670a7;
  padding: 10px 18px 10px 30px;
}

.mobmenu ul li a:hover {
  background: #04344d;
  color: #fff;
}

.mobmenu ul li.hover > a {
  background: #b9b182;
  color: #fff;
}

.mobmenu ul ul,
.mobmenu ul ul ul {
  display: inherit;
  position: relative;
  left: auto;
  top: auto;
  border: none;
}

.search_box {
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 10;
}
.social_box {
position: absolute;
top: 45px;
left: 0;
z-index: 10;
background:#97e8f2;
width: 100%;
height: 40px;
visibility:hidden;
transition:all 0.1s ease-in-out;
text-align:center;
}


.search_box input { width: 70%; }

.search_box input.search_icon { width: 22%; }

#hero { height: 200px; }
;
}