/*body {
background: #efefef;
margin: 0;
padding: 0;
border: none;
text-align: center;
font: normal 13px Verdana, sans-serif;
color: #222;
}
#navi {
height: 50px;
margin-top: 50px;
}*/
.swrapper {
  /* background: #8446f7; 
  position: relative;
  width: 50%;
  box-shadow: 2px 2px 5px #b6b6b6, -2px -2px 2px #ffffff;*/
}
 
 .search-icong{  color: #000; z-index:99999999999999;
  font-size: 18px;
  cursor: pointer;
  line-height: 70px;
  width: 70px;
  text-align: center; display: flex;
  max-width: calc(100% - 200px);
  margin: 0 auto;
  height: auto;
  align-items: center;
  justify-content: space-between;}

 
.swrapper #show-search:checked ~ .search-icong i::before {
  content: "\f00d";
}

  .search-box {
 /* position: absolute;
  right:0px;
  height: 100%;
  
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease; */
  /*max-width: calc(100% - 50px);*/
    opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  position: fixed;
   height:40px;
    width: 100%;
	max-width:320px;
    float: none;
    right: 0px;
    padding-right: 0px;
    margin: 0px;
    display: inline-block;
    z-index: 99999999999999999;
}
.swrapper #show-search:checked ~ .search-box {
  opacity: 1;
  pointer-events: auto;
}
.search-box input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 17px;
  color: #000;
  background: #ffff;
  padding: 0 100px 0 15px;
}
.search-box input::placeholder {
  color: #545252;
}
.search-box .go-icon {
  position: absolute;
  display: flex;
  right: 10px;
  top: 50%;
  align-items: center;
  transform: translateY(-50%);
  line-height: 60px;
  width: 51px;
  height: 50px;
  justify-content: center;
  border: none;
  outline: none;
  color: #000;
  font-size: 20px;
  border-radius: 50%;
  cursor: pointer;
  background: transparent;
}
.swrapper input[type="checkbox"] {
  display: none;
}
 
@font-face {
	font-family: 'Gill Sans MT';
	src: url('./33535gillsansmt.eot');
	src: local('33535gillsansmt'), url('./33535gillsansmt.woff') format('woff'), url('./3535gillsansmt.ttf') format('truetype');
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_1416">Text with this font applied</p> */
.fontsforweb_fontid_1416 {
	font-family: 'Gill Sans MT' !important;
}

/* Font downloaded from FontsForWeb.com */
.1formcs {
	font-family: "3Gill Sans MT" !important;
	color: #003399;
	margin-bottom: 6px;
	padding-bottom: 15px;
}


@font-face {
	font-family: 'CinzelRegular';
	src: url('./CinzelRegular.eot');
	src: local('CinzelRegular'), url('./CinzelRegular.woff') format('woff'), url('./CinzelRegular.ttf') format('truetype');
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_24225">Text with this font applied</p> */
.fontsforweb_fontid_24225 {
	font-family: 'CinzelRegular' !important;
}

#menu {
background-image:url(bg.png)
text-align: center;
line-height: 66px;
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #426d9c), color-stop(40%, #0f67a1), color-stop(100%, #1384d1));
background: -moz-linear-gradient(top, #426d9c, #0f67a1, #1384d1);
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
line-height: 50px;

margin: 0 auto;
padding: 0;*/
}
/*#content {
width: 750px;
margin: 0 auto;
margin-bottom: 25px;
padding: 30px 0;
text-align: left;
}
ul {
padding: 0;
}
ul li {
list-style-type: none;
display: inline;
margin-right: 15px;
}
ul li a {
color: #fff;
text-decoration: none;
text-shadow: 1px 1px 1px #000;
padding: 3px 7px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-webkit-transition-property: color, background;
-webkit-transition-duration: 0.5s, 0.5s;
}
ul li a:hover {
background: #01458e;
color: #ff0;
-webkit-transition-property: color, background;
-webkit-transition-duration: 0.5s, 0.5s;
}*/
.ff_menu_wrapper {
    position: relative;
}
.ff_menu_wrapper .ff_menu_overlay:before {
    content: "";
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: -10px;
    height: 100%;
    width: 25px;
    background: #016ea6;
    -webkit-transform: skew(-20deg, 0);
    -moz-transform: skew(-20deg, 0);
    -ms-transform: skew(-20deg, 0);
    transform: skew(-20deg, 0);
}
.ff_menu_wrapper .ff_menu_overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    width: 95%;
    background-color: #016ea6;
    height: 100%;
}
.default {
	position:relative;
	/*top:0px;*/
	width:100%; 
	margin:auto;
	
	/*  background: linear-gradient(to bottom, rgba(0,0,0,.8) 0% , rgba(0,0,0,0) 99%, rgba(0,0,0,0) 100%);*/
    /* background: linear-gradient(to 
	/*background: rgba(255, 255, 255, .8);*/
	/* 
	height: 1px !important;*/
	z-index:999999;
	left: -1px;
	/*background-color: rgb(225, 225, 225,.8);
box-shadow: 0 5px 20px #888;
-webkit-box-shadow: 0 5px 20px #888;
-moz-box-shadow: 0 5px 20px #888;*/
}
.defaulth {
	position:absolute;
	top:0px;
	width:100%;
	/* 
	height: 1px !important;*/
	z-index:101;
	
	left: -1px;
	/*background-color: rgb(225, 225, 225,.8);
box-shadow: 0 5px 20px #888;
-webkit-box-shadow: 0 5px 20px #888;
-moz-box-shadow: 0 5px 20px #888;*/
}
.fixed {
width:100%;
height: 100px;
position: fixed !important;
top: 0px;
background: rgba(255, 255, 255, 1);
/*left: 0;*/
/*background-image:url(bg.png);*/
/*box-shadow: 0 0 40px #222;
-webkit-box-shadow: 0 0 40px #222;
-moz-box-shadow: 0 0 40px #222;
z-index:9999999999;*/
z-index:999999999999 ;
-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.75);
box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.75);
}
 @media only screen and (min-width: 620px) and (max-width: 767px){
.fixed {
width:100%;
height: 90px;
position: relative;
top: 0px;
/*left: 0;*/
/*background-image:url(bg.png);*/
/*box-shadow: 0 0 40px #222;
-webkit-box-shadow: 0 0 40px #222;
-moz-box-shadow: 0 0 40px #222;*/
z-index:9999999999;


}

}
@media only screen and (max-width: 619px) {
.fixed {
width:100%;
height: 90px;
position: relative;
top: 0px;
/*left: 0;*/
/*background-image:url(bg.png);*/
/*box-shadow: 0 0 40px #222;
-webkit-box-shadow: 0 0 40px #222;
-moz-box-shadow: 0 0 40px #222;*/
z-index:9999999999;


}

}

/*@media only screen and (min-width: 768px) and (max-width: 984px) {
.containerli, .jumbotron .container { width: 100%;   max-width: 100%
float:none; text-align:center; }
.defaulth {
 position:relative;  
	width:100%;
	top:0px;
	margin-left:auto;
	margin-right:auto;
	 
 
	z-index:99999999999999 ;
 background-color: rgb(0, 38, 57,1);
}
.fixed {
width:100%;
height: 140px;
position: relative;
top: 0px;
/*left: 0;*/
/*background-image:url(bg.png);*/
/*box-shadow: 0 0 40px #222;
-webkit-box-shadow: 0 0 40px #222;
-moz-box-shadow: 0 0 40px #222;*/*/
/*z-index:9999999999;


}*/
/*.default {
 top:10px;*/
 /*position:relative;  
	width:100%;
	top:0px;
	margin-left:auto;
	margin-right:auto;
	 

	z-index:99999999999999 ;
background-color: rgb(255, 255, 255,1);*/
/*box-shadow: 0 5px 20px #888;
-webkit-box-shadow: 0 5px 20px #888;
-moz-box-shadow: 0 5px 20px #888;*/
/*}}*/

 @media only screen and (min-width: 620px) and (max-width: 767px) {

  .defaulth {
 position:relative;  
	width:100%;
	top:0px;
	margin-left:auto;
	margin-right:auto;
	height:auto; 
	
	 background-color: rgb(0, 38, 57,1);
	
	 
 
	z-index:99999999999999 ;
	/*background-color: rgb(255, 255, 255, 0.5);
box-shadow: 0 5px 20px #888;
-webkit-box-shadow: 0 5px 20px #888;
-moz-box-shadow: 0 5px 20px #888;*/
}
 .default {
 position:relative;  
	width:100%;
	top:0px;
	margin-left:auto;
	margin-right:auto;
	height:auto; 
	
	
	
	 
 
	z-index:99999999999999 ;
	/*background-color: rgb(255, 255, 255, 0.5);
box-shadow: 0 5px 20px #888;
-webkit-box-shadow: 0 5px 20px #888;
-moz-box-shadow: 0 5px 20px #888;*/
}}
 @media only screen and (max-width: 619px) {

 
  .defaulth {
 position:relative;  
	width:100%;
	top:0px;
	margin-left:auto;
	margin-right:auto;
	 height:auto; 
	 
 /*background-color: rgb(0, 38, 57,1);*/
	z-index:99999999999999 ;
	/*background-color: rgb(255, 255, 255, 0.5);
box-shadow: 0 5px 20px #888;
-webkit-box-shadow: 0 5px 20px #888;
-moz-box-shadow: 0 5px 20px #888;*/
}
 .default {
 position:relative;  
	width:100%;
	top:0px;
	margin-left:auto;
	margin-right:auto;
	 height:auto; 
	/* background-color:rgb(21,21,21,1);*/
/* background:var(--main-colorbg,.1);*/
	z-index:99999999999999 ;
	/*background-color: rgb(255, 255, 255, 0.5);
box-shadow: 0 5px 20px #888;
-webkit-box-shadow: 0 5px 20px #888;
-moz-box-shadow: 0 5px 20px #888;*/
}}
