/*
 Table Of Contents
 1.) Eric Meyer's Reset
 2.) Global Typography
	 2.0.1) Font Face
	 2.0.2) Global Headings
	 2.0.3) Form Elements
	 2.0.4) List styles
	 2.0.5) General Text Formatting
	 2.0.6) Link elements
	 2.0.7) Table Elements
	 2.0.8) Button Styles
	 2.0.9) Sprite Icons
	 2.1.0) 960 Grid Style
 3.) Site Wide Content
 4.) Header Style
 5.) Footer Style
 ===============================================*/

/*
 1.) Eric Meyer's Reset
 ----------------------------------------*/
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	font-family: 'Roboto', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*{
	box-sizing:border-box;
}

*{
   outline: 0;
}


/*
 1.) Global Typography
 ----------------------------------------*/
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 100%;
}
body {
	font-size: 62.5%;
	font-family: 'Roboto', sans-serif;
}
/*
 2.0.1) Font Face
 -----------------------------*/
/*Put Your font face Styles here*/

/*
 2.0.2) Global Headings
 -----------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #161e21;
}
h1 {
	font-size: 48px;
	line-height: 0.875;
	margin: 0 0 0.4375em 0;
	text-align:  center;
}
h2 {
	/* font-size: 32px; */
	font-size: 3.2em;
	line-height: 1.3125;
	margin: 0 0 0.65625em 0;
}
h3 {
	/* font-size: 24px; */
	font-size: 2.4em;
	line-height: 0.875;
	margin: 0 0 0.875em 0;
}
h4 {
	/* font-size: 21px; */
	font-size: 2.1em;
	line-height: 1;
	margin: 0 0 1em 0;
}
h5 {
	/* font-size: 18px; */
	font-size: 1.8em;
	line-height: 1.16667;
	margin: 0 0 1.16667em 0;
}
h6 {
	/* font-size: 14px; */
	font-size: 1.4em;
	line-height: 1.5;
	margin: 0 0 1.5em 0;
}
/*
 2.0.3) Form Elements
 -----------------------------*/
button, input, optgroup, select, textarea {
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: inherit;
	background: #fff;
	border: 1px solid #ccc;
	font-family: 'Roboto', sans-serif;
}
input {
	line-height: normal;
}
input:focus, select:focus, textarea:focus, button:focus {
	border: 1px #888 solid;
	outline: 0;
}
input[type="checkbox"], input[type="radio"] {
	padding: 0;
	border: none;
}
button, input[type="button"], input[type="reset"], input[type="submit"], input[type="file"] {
	-webkit-appearance: none;
	cursor: pointer;
	line-height: normal;
	overflow: visible;
}
button[disabled], input[disabled] {
	cursor: default;
	color: #999;
	border-color: #ccc;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
/*
 2.0.4) List Styles
 ---------------------------------*/
ul, ol, dl {
	font-size: 100%;
	line-height: 1.5;
}
li, dt {
	line-height: 1.5em;
}
dl {
	margin: 0 0 1em 0;
}
dd {
	margin: 0 0 1em 0.8em;
}
ul {
	list-style-type: disc;
	margin: 0 0 1em 0;
}
ol {
	list-style-type: decimal;
	margin: 0 0 1em 0;
}
ul ul, ol ul {
	list-style-type: circle;
	margin-top: 0;
}
ol ol {
	list-style-type: lower-latin;
	margin-top: 0;
}

/*
 2.0.5) General Text Formatting
 -----------------------------------*/
p {
	font-size: 100%;
	line-height: 1.5;
}
blockquote, cite, q, var, dfn {
	font-style: italic;
}
blockquote {
	background: transparent;
	color: #666666;
}
small {
	/* font-size: 12px; */
	font-size: 85.71429%;
	line-height: 1.75;
}
pre, code, kbd, tt, samp, var {
	font-size: 100%;
}
pre {
	font-size: 100%;
	line-height: 1.5;
	margin: 0 0 1.5em 0;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
pre, code {
	color: #880000;
}
kbd, samp, var {
	color: #666666;
	font-weight: bold;
}
acronym, abbr {
	border-bottom: 1px #aaa dotted;
	font-variant: small-caps;
	cursor: help;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/*
 2.0.6) Link style
 -------------------------*/
a {
	/* color: #4d87c7; */
	/* text-decoration: none; */
}
a:hover, a:focus {
	color: #4d87ff;
	text-decoration: none;
}
a:active {
	outline: none;
}

/*
 2.0.7) Table Elements
 --------------------------*/
table {
	width: 100%;
	border-collapse: collapse;
	color: #444444;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	margin: 0 0 1.35714em 0;
}
caption {
	font-variant: small-caps;
}
th, td {
	line-height: 1.5em;
	vertical-align: top;
	padding: 0.71429em 0.5em;
}
th *:first-child, td *:first-child {
	margin-top: 0;
}
thead th {
	text-align: left;
	color: #000;
	border-bottom: 2px #000 solid;
}
tbody th {
	text-align: left;
	border-top: 1px solid #ccc;
}
tbody td {
	text-align: left;
	border-top: 1px solid #ccc;
}

/*
 2.0.8) Button Styles
 -------------------------*/
.btn, input.btn, button.btn {
	display: inline-block;
	font-size: 12px;
	color: #000;
	line-height: normal;
	vertical-align: middle;
	padding: 0 5px;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	border: 1px solid #ccc;
	background: #eee;
}
.btn:hover, .btn:focus , input.btn:hover, input.btn:focus, button.btn:hover, button.btn:focus{
	color: #4d87ff;
	border: 1px solid #888;
}
/*
 2.0.9) Sprite Icons
 -------------------------*/
[class^="icon-"], [class*="icon-"] {
	background-image: url(../images/sprite.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	height: 14px;
	line-height: 14px;
	margin-top: 1px;
	vertical-align: text-top;
	width: 14px;
}
/*
 2.1.0) Grid Style
 -------------------------*/
/*
	Variable Grid System (Fluid Version).
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/ & 960 Fluid - http://www.designinfluences.com/

	Licensed under GPL and MIT.
*/



/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.container{
    max-width: 1400px;
    width: 100%;
    padding: 0 10px; 
    margin: 0 auto;
}
img{
	max-width: 100%;
	width: auto;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
}
a {
	text-decoration: none;
	transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
}
/*
 3.) Site Wide Content
 ------------------------------*/
#wrapper {
}

/*
 4.) Header Styles
 ------------------------------*/
.top-menu ul li a{
    position: relative;
}
.top-menu ul li a::after {
    content: "";
    position: absolute;
    height: 5px;
    width: 10px;
    left: 0;
    top:48px;
    transition: width 2ms;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
}
.top-menu ul li a:hover::after{
	width: 100%;
	background:#82bd0d;
}
.user-icon:after{
	display: none !important;
}
.dropdown-content a::after{
	display: none;
}
#header{

}
header{
	width: 100%;
    background:#fff;
    position: absolute;
    top: 0; 
    left: 0;
    z-index: 2;  
}
.menu{
	display: flex;
	flex-wrap: nowrap;
}
.logo{
	padding: 5px 0;
}
.logo img{
	height: 60px;
}
.top-menu{  
    margin: 0 auto;
    display: flex;
	justify-content: center;
	align-items: center;
}
.top-menu a{
 	float: right;
} 
.menu-list{
	margin: 0;
}
.top-menu li{
    list-style-type: none;
	display: inline-block;
	padding: 0px 10px;
}
.top-menu ul li a{
    text-decoration: none;
    font-size: 16px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.8;
    transition: all 0.3s ease-in-out ;
}
.top-menu ul li a.active {
  color: #000;
}
.top-menu ul li a:hover{
	color: #82bd0d;
}
.right-menu{
	width: 15%;
	padding: 6px 6px;
	margin: 0 auto;
}
.right-menu a{
  color: #fff;
  font-size: 18px;
  padding: 20px 6px;
}
.right-menu a i{
	color: #fff;
	font-size: 18px;
}
.right-menu a:hover{
	color: #B7950B;
}
.dropdown {
  float: left;
  overflow: hidden;
}
.dropdown .dropbtn {
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  outline: none;
  background: none;
  padding: 4px 0px;
  margin: 0;
  color: #000;
}
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: none;
}
.dropdown-content {
  display: none;
  position: absolute;
  background:#fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;}
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left !important;
  font-size: 14px !important;
  border-bottom: 1px solid #ccc;
}
.dropdown-content a:hover {
  background-color: #2f496b;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.login-formbtn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 68px;
}
.login-formbtn .fa{
	color: #22577A;
	font-size: 20px;
}
.mob-res-menu{
	display: none;
	width: 40px;
	height: 24px;
	position: absolute;
	top:50%;
	right:15px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.mob-res-menu span{
	height: 2px;
	width: 100%;
	display: inline-block;
	background: #22577A;
	margin-top: 12px;
	
}
.mob-res-menu.active-menu span{
	height:0;
}
.mob-res-menu.active-menu span:after{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	bottom:11px;
}
.mob-res-menu.active-menu span:before{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 11px;
}
.mob-res-menu span:after,
.mob-res-menu span:before{
	position: absolute;
	left: 0;
	top: 0;
	height:2px;
	width: 100%;
	content: "";
	background: #22577A;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
}
.mob-res-menu span:after{
	top: auto;
	bottom: 0;
}
/*
 5.) Footer Styles
 ------------------------------*/
#footer{

}
footer{
	background: #000; 
}
.footer-menu{
	padding: 20px;
	color: #fff;
	position: relative;
}
.footer-menu span{
	font-size: 12px;
	margin: 10px;
}
.footer-menu p{
	font-size: 12px;
	margin: 10px;
}
.footer-menu p a{
	color: #fff !important;
}
.footer-menu span a{
	color: #f9d342;
}
.footer-social{
	position: absolute;
    right: 30px;
    top: 25px;
}
.footer-social a{
	color: #fff;
}
.footer-social span i{
	font-size: 40px;
}
.w-100{
	width: 100% !important;
}