/*
 * Responsee CSS - v5 - 2018-01-06
 * https://www.myresponsee.com
 * Copyright 2018, Vision Design - graphic zoo
 * Free to use under the MIT license.
*/
* {  
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  margin:0;	
}
body {
  background:none repeat scroll 0 0 #ffffff;
  font-size:16px;
  font-family:'Roboto', sans-serif;
  color:#333;
}
h1,h2,h3,h4,h5,h6 {
color: #0e2898;
    font-weight: 600;
    line-height: 1.3;
    margin: 0.5rem 0;
    font-family: 'Roboto', sans-serif;
   /* text-shadow: 2px 1px 1px #e4e4e4  */
}
#frig{
    padding:10px 0 10px 0;
}

#kfg{
  line-height:20px!important;  
}
#kfg a{
    line-height:20px!important;
}
section ol{padding-left:1rem;} /*.aside-nav ol{padding-left:5px;} */
section ol li{list-style-type: decimal !important;margin-left:5px;}
.aside-nav ol li{list-style-type: decimal !important;margin-left:15px;}
#bandesk{
    display:block;
}
#banmob{
    display:none;
}

@media only screen and (max-width: 600px) {
  #bandesk{
    display:none;
}
#banmob{
    display:block;
}
}

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: /*rgba(20,20,20,0.8)*/#363e3d;
    min-height: 26px;
    font-size: 15px;
    color: #fff;
    line-height: 26px;
    padding: 15px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a{
    color: #efefef!important;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    border-radius: 15px;
    line-height: 20px;
    background: red;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: transparent;
    color: #fff;
    border:1px solid white;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}

/*pagination start on internal isp*/
.pager {
    margin-top:1rem;
    text-align:center;
}

.pager a{
  color: black!important;
  /*float: left;*/
  font-size:22px!important;
  padding: 8px 14px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
}

/*.pager a:active{
  background-color: #00bcd4!important;
  color: white!important;
  border: 1px solid #00bcd4;
}

.pager a:hover:not(.active) {background-color: #00bcd4;color:white!important;}
pagination end on internal isp */

#cookieConsent a.cookieConsentOK:hover {
    background-color: transparent;
}
/*Cookie Consent End*/
#beng{
    padding: 10px 5px 5px 5px;
    background: #262626;
    color: #e5e5e5;
}
#beng #benk p{text-align: center; font-size: 15px; text-justify: inter-word;}
#beng #benk a{font-size:15px;color:#b2f8ff;}
#gope{
    margin:1.5rem 0 2rem 0;
}
#nio{
    text-align:center;
    margin:1em 0 1em 0;
}
.aside-nav li{
    clear:both;
}
/* css for sidebar widgets start*/
.aarc {  
  cursor: pointer;
  text-align: left;
  outline: none;
  transition: 0.4s;
}
.aarc:after {
  content: '\f0d7';
  font-family: FontAwesome;
  font-style: normal;
    color: #fff;
    font-weight: bold;
    float: right;
    /* margin-left: 5px; */
    margin-right: 1rem;
}


.aarc.active:after {
  content: "\f0d8";
}

.aside-nav #grel li a{
    float: left;
    padding: 2px;
    cursor: pointer;
    line-height: 24px;
    font-size: 16px;
    font-family: 'Roboto',sans-serif;
	}
.pemp {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/*css for sidebar widgets end */
.stef li a{
    text-align:left;
	color:#ededed!important;
	cursor:pointer !important;
	font-size:15px;
}
.stef{padding:0px!important;}
#beld{margin-bottom:0.5em;font-weight:600;}
/*#frest{
    padding: 1em 0 1em 0;
    background: #2b4c61;
    color: white;
}
#frest h1{
    color: white;
}*/
#snec{
    font-weight:600;
    height: 10rem;
    line-height: 9rem;
    margin: -0.5rem 0 0rem 0;
    background:#cf30cf;
    width:100;
    text-align:center;
    color:white;
}
@media only screen and (max-width: 600px) {
#snec{
    font-size:32px;
}
}
h1 {font-size:35px;}
h2 {font-size:25px;}  
h3 {font-size:25px;padding: 10px 0 10px 0;}  
h4 {font-size:23px;}  
h5 {font-size:23px;}  
h6 {font-size:23px;}
p{margin: 0em 0 1em 0; text-align:justify;}    
a, a:link, a:visited, a:hover, a:active {
	font-size:18px;
  text-decoration:none;
  color:#0e2898;
  font-family: 'Roboto', sans-serif;
  transition:color 0.20s linear 0s;
  -o-transition:color 0.20s linear 0s;
  -ms-transition:color 0.20s linear 0s;
  -moz-transition:color 0.20s linear 0s;
  -webkit-transition:color 0.20s linear 0s;
}  
a:hover {color:#0e2898;font-family: 'Roboto', sans-serif;}
p,li,dl,blockquote,table,kbd {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
}
.prtl,.lirtl {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  text-align: right;
}

b,strong {font-weight:700; font-family: 'Roboto', sans-serif;}
.text-center {text-align:center!important; font-family: 'Roboto', sans-serif;}
.text-right {text-align:right!important; font-family: 'Roboto', sans-serif;}
img {
  border:0;
  display:block;
  height:auto;
  max-width:100%;
  width:auto;
}
/* css for toqs scrolling start */

.examper{
    background-color: #fbfbfb;
    padding: 0.01em 16px;
    margin: 20px 0;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
}
.examper h4{
    text-align:center;
}
.textin{
    width: auto;
    background-color: #fff;
    padding: 8px 12px;
    word-wrap: break-word;
	margin-top: 16px!important;
    margin-bottom: 16px!important;
}

.textin ul, .textin li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.textin ul {
  margin: 2em 0;
}

.textin li {
  margin: 1em;
  margin-left: 3em;
}

.textin ul li:before {
  content: '\f006';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #0074D9;
}

/* css for toqs scrolling end */

.examp {
    background-color: #f1f1f1;
    padding: 0.01em 16px;
    margin: 20px 0;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
}
.examp2 {
    background-color: #ffffff;
    padding: 1.01em 16px;
    margin: 20px 0;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
    border-radius: 10px;
}
.textinside {
    width: auto;
    background-color: #fff;
    padding: 8px 12px;
    border-left: 4px solid #4CAF50;
    word-wrap: break-word;
	margin-top: 16px!important;
    margin-bottom: 16px!important;
}
.owl-item img, .full-img {
  max-width: none;
  width:100%;
}
/* custom css start*/
#scre{
	margin-top:2.5rem;
}
#geper{
	margin:1em 0 1.5em 0;
}
#cemg{
	padding-top:20px;
	padding-left: 10px;
}
#cemt{
	text-align:center;
}
#sife{
	margin-top:20px;
	text-align:center;
}
#sifer{
	text-align:center;
}
.owl-item #spec img{
 border-bottom: 2px solid lightgrey;
}
.spec{
   /* margin-bottom: 3rem;*/
    padding: 10px 0 10px 0;
	position: relative;
	min-height: 120px
}
#cris h1{
	color:#2c2c2c;
}
@media only screen and (max-width: 600px) {
  #cris h1{
	font-size:28px;
}
}
/* custom css end */
/*custom css for carsoual */

#wit{
padding:10px 15px 10px 15px;
border:1px solid orangered;
}
#listing ul{
padding-top:15px;
padding-left:0px;
}
#listing{
	margin:5px;
}
#listing ul li{
    padding: 0px!important;
    float: left;
    cursor: pointer;
    line-height: 32px;
    font-size: 15px;
    font-family: 'Roboto',sans-serif;
    padding-left: 13px!important;
}
#gaper{
margin: 30px 0 10px 0;
}
@media screen and (max-width: 600px) {
  #gape {
   margin-top:1rem;
  }
}
#gape tbody tr td a strong{color:white;}
#gape tbody tr td a {color:#333;font-family: 'Roboto', sans-serif;}
#listing ul li:hover{
color:cornflowerblue;
cursor:pointer;
}
.owl-dots{
    display:none;
}
@media only screen and (max-width: 600px) {
  #listing ul li{
	  font-size: 15px;
  }
}
@media only screen and (max-width: 600px) {
  #mobhide{
	  display:none;
  }
}
.owl-carousel .owl-item {
    background: white;
}
#fbot{
    border-top: 0.5px dotted grey;
	background:#363e3d;
	line-height:1.5em;
	color:white;
}
#fbot .line p{
	line-height:3.5rem;
}
#fbot .line a{
	color:white;
}
#bbot{
    background:#363e3d;
    color:white;
}
#bbot p{
    text-align:center;
    margin-bottom:-5px;
}
#bbot a{
    color:white;
}
#listing ul li:before {
  content: "\f0da"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color:orangered;
  
}
#pame{
	margin:10px 0px 40px 0px; 
}
#wit p, #wit h4, #wit h5{
color:#efefef;
}
#wit #gip{
    border-radius: 5px;
    background: #fcfcfc;
    margin: 5% 30% 5% 30%;
}
#wit #gip a{
color:red;
line-height:40px;
padding:20px 10px 20px 10px;
}
/* css box */
/*css for color block*/
#pid{
padding-left:5px;
padding-right:5px;
	}
.checked {
  color: orange;
}
#sep1{
margin: 3px;
text-align:center;
color:white;
line-height:40px;
padding: 1.8em 0em 1.8em 0em;
}
#sep2{
padding:10px 10px 0px 10px ;
}
#str{
padding:0 10px 5px 10px ;
margin-bottom:10px;
}

/*end css for block */
/*css for color block*/
#pid{
padding-left:5px;
padding-right:5px;
	}
.checked {
  color: orange;
}
#sep1{
text-align:center;
color:white;
line-height:32px;
padding: 1.8em 0em 1.8em 0em;
}
#sep2{
padding:10px 10px 0px 10px ;
}
#str{
padding:0 10px 5px 10px ;
margin-bottom:10px;
}
#headc{
margin: 10px 0 30px 0;
text-align:center;
font-size:2.5rem;
color:#333;
font-weight:bold;
    display: inline-block;
    padding-bottom: 9px;
    border-bottom: 3px solid #2c2c2c;
    position: relative;
}
#headc2{
margin: 1.5rem 0 1rem 0;
text-align:center;
font-size:2.5rem;
color:#333;
font-weight:bold;
    display: inline-block;
    padding-bottom: 9px;
    border-bottom: 3px solid #2c2c2c;
    position: relative;
	}
#headc3{
margin: 1.5rem 0 1.5rem 0;
text-align:center;
font-size:1.8rem;
color:#333;
font-weight:bold;
display: inline-block;
padding-bottom: 9px;
border-bottom: 3px solid #2c2c2c;
position: relative;
	}	
	#big{
	font-size:24px;
	}
@media only screen and (max-width: 600px){
#headc{
text-align:center;
font-size:1.6rem;
}
#headc2{
text-align:center;
font-size:1.6rem;
margin-bottom:1em;
}
#headc3{
text-align:center;
font-size:1.6rem;
margin-bottom:1em;
}

.title_1:after {
   
	}
}
/* css for speedtest tool */
.hep{
   /* margin-top:1em!important;*/
}
	#startStopBtn{
    top: 20px;
    margin: 0 auto;
    position: relative;
    color: #ffffff;
    background-color:#0053f9;
    border: 0.05em solid #0053f9;
    border-radius: 0.3em;
    transition: all 0.3s;
    box-sizing: border-box;
    width: 270px;
    padding: 10px 0;
   /* height: 50px;*/
    font-size: 24px;
    /* font-weight: 600; */
     line-height: 1.8; 
    cursor: pointer;
    box-shadow: 0 0 0 rgba(0,0,0,0.1), inset 0 0 0 rgba(0,0,0,0.1);
	}
	#startStopBtn:hover{
	    color:#0053f9;
    background-color:#fff;
    border: 0.05em solid #0053f9;
		/*box-shadow: 0 0 2em rgba(0,0,0,0.1), inset 0 0 1em rgba(0,0,0,0.1);*/
	}
	#startStopBtn.running{
		background-color:#FF3030;
		border-color:#FF6060;
		color:#FFFFFF;
	}
	#startStopBtn:before{
		content:"Start Speed Test";
	}
	#startStopBtn.running:before{
		content:"Abort";
	}
	section ul{
		list-style: none;
         padding: 0;
	}
	section ul li {
		margin:5px;
  padding-left: 1.3em;
}
    section ul li:before {
  content: "\f0da"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color:orangered;
  text-shadow: 1px 1px 1px #000000;
}
.bten{
    color: white;
    border-radius: 5px;
    font-size: 18px;
    background: #e68e0c;
    box-shadow: 3px 3px #e4e4e4;
    padding: 10px 10px 10px 10px;
    border: 2px solid #e68e0c;
	}
	
 @media screen and (max-width: 600px) {
	    .bten{
	width: 100%;
    color: white;
    border-radius: 5px;
    font-size: 18px;
    margin: 5px 0 5px 0;
    background: #e68e0c;
    padding: 15px 10px 15px 10px;
    border: 2px solid #e68e0c;
	    }
	}
	#test{
		margin-top:3em;
		margin-bottom:2em;
	}
	div.testArea{
		display:inline-block;
		width:16em;
		height:12.5em;
		position:relative;
		box-sizing:border-box;
	}
	div.testName{
		position:absolute;
		top:-0.9em; left:0;
		width:100%;
		font-size:1.4em;
		z-index:9;
	}
	div.meterText{
		position:absolute;
		bottom:1.55em; left:0;
		width:100%;
		font-size:2.5em;
		z-index:9;
	}
	div.meterText:empty:before{
		content:"0.00";
	}
	div.unit{
		position:absolute;
		bottom:2em; left:0;
		width:100%;
		z-index:9;
	}
	div.testArea canvas{
		position:absolute;
		top:0; left:0; width:100%; height:100%;
		z-index:1;
	}
	div.testGroup{
		display:inline-block;
	}


/*css for speedtest tool end*/
/* tititle css */

.title_1:after {
position: absolute;
    font-family: fontawesome;
    display: block;
    margin-left: 48%;
    margin-top: -3px!important;
    padding: 0 5px;
    font-size: 18pt;
    color: #ff4500;
    content: '\f02d';
    font-weight: 300;
    background-color: white;
}
.title_2:after {
    position: absolute;
    font-family: fontawesome;
    display: block;
    margin-left: 45%;
    margin-top: -3px!important;
    padding: 0 5px;
    font-size: 18pt;
    color: #ff4500;
    content: '\f02d';
    font-weight: 300;
    background-color: white;
}

* title css end */

@media only screen and (max-width: 600px) {
  #simp {
margin-bottom:0px!important;
padding-bottom:0px!important;
}
#selectnav1{
margin-bottom:0px!important;
padding-bottom:0px!important;
}
}
/* tititle css */
/***
Bootstrap Line Tabs by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/

/* Tabs panel */
.tabbable-panel {
  border:1px solid #eee;
  padding: 10px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #fbcdcf;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #f3565d;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
/* ============ FAQ============= */
#listing ul {
    list-style:none;
}
.faqs dl { margin-bottom: 20px }
.faqs dl, .faqs dt, .faqs dd { padding: 0; margin: 0; }
.faqs { padding-top: 20px; padding-top: 20px; border: 1px solid #eee; padding: /*20px*/ 0px; }
.faqstitle { color: #fff; font-size: 20px; padding-bottom: 25px; line-height: 0; padding-top: 25px; background: #011e4f; padding-left: 20px; padding-right: 20px; font-family: 'Roboto', sans-serif; font-weight: bold; }
/*.faqs dt { font-size: 18px;font-weight:600; background: url(https://testmyinternetspeed.org/images/plus.png) 0 4px no-repeat; padding: 3px 0 15px 30px; position: relative; }*/

.faqs dt {
    font-size: 18px;
    font-weight: 600;
    /* background: url(https://testmyinternetspeed.org/images/plus.png) 0 4px no-repeat; */
    color: #333;
	border-left:3px solid orangered;
    background: #ebebeb;
    padding: /*10px 0 10px 30px;*/10px 0 10px 8px;
position: relative;
}
.faqs dt:hover { cursor: pointer }
.faqs dd { padding: /*0 0 5px 30px*/8px 0 12px 10px;font-size: 18px; font-family: 'Roboto',sans-serif; line-height: 1.8; display: block!important;}
.faqs .hover { color: /*#0E8FAB*/#555; }
.faqsicon { float: left; margin-top: -9px !Important; padding-right: 10px; font-size: 18px; }
/* ============ OTHER ============= */
	.vc_row{
	margin-bottom:0px!important;
	}

/*custom css for carsoual end */
.owl-nav div {font-family: "mfg";}  
table {
  background:none repeat scroll 0 0 #fff;
  border:1px solid #f0f0f0;
  border-collapse:collapse;
  border-spacing:0;
  text-align:left;
  width:100%;
  font-family: 'Roboto', sans-serif;
  box-shadow: 5px 5px 5px 2px #e4e4e4
}
table tr td, table tr th {padding:0.625rem; font-family: 'Roboto', sans-serif;}
table tfoot, table thead,table tr:nth-of-type(2n) {background:none repeat scroll 0 0 #f0f0f0;}
th,table tr:nth-of-type(2n) td {border-right:1px solid #fff;}
td {border-right:1px solid #f0f0f0;}
.size-960 .line,.size-1140 .line,.size-1280 .line,.size-1520 .line {
  margin:0 auto;
  padding:0 1.625rem/* 0 0.625rem */;
  font-family: 'Roboto', sans-serif;
  line-height:3.5rem;
}
/*footer wheat class */
#wheat{
    color:white;
    cursor:pointer;
}
/*footer wheat class end */
#btop{
    padding-top: 5px;
    padding-bottom: 5px;
	}
	#bgtop{
		background:#363e3d;
	}
	#btop ul li{
		color:#f7f7f7;
    list-style-type:none;
	font-size:15px;
	}
	.faqstitle2{
		    color: white;
    padding-bottom: 10px;
		text-align:center;
	}
	@media only screen and (max-width: 600px) {
  .faqstitle2{
		text-align:center;
	}
}
hr {
  font-family: 'Roboto', sans-serif;
  border: 0;
  border-top: 1px solid #e5e5e5;
  clear:both;  
  height:0; 
  margin:2.5rem auto;
}
li {padding:0; font-family: 'Roboto', sans-serif;}
ul,ol {padding-left:1.25rem;}
blockquote {
font-family: 'Roboto', sans-serif;
  border:2px solid #f0f0f0;
  padding:1.25rem;
}
cite {
font-family: 'Roboto', sans-serif;
  color:#999;
  display:block;
  font-size:0.8rem;
}
cite:before {content:"— ";}
dl dt {font-weight:700;font-family: 'Roboto', sans-serif;}
dl dd {margin-bottom:0.625rem;font-family: 'Roboto', sans-serif;}
dl dd:last-child {margin-bottom:0;font-family: 'Roboto', sans-serif;}
abbr {cursor:help;}
abbr[title] {border-bottom:1px dotted;font-family: 'Roboto', sans-serif;}
kbd {
  background: #152732 none repeat scroll 0 0;
  color: #fff;
  padding: 0.125rem 0.3125rem;
}
code, kbd, pre, samp {font-family: 'Roboto', sans-serif;}
mark {
  background: #F3F8A9 none repeat scroll 0 0;
  padding: 0.125rem 0.3125rem;
}
.size-960 .line {max-width:59.75rem;}
.size-1140 .line {max-width:71rem;}
.size-1280 .line {max-width:85rem;}
.size-1520 .line {max-width:95rem;}
.size-960.align-content-left .line,.size-1140.align-content-left .line,.size-1280.align-content-left .line,.size-1520.align-content-left .line {margin-left:0;}
form {line-height:1.4;}
nav {
  display:block;
  width:100%;
  background:#ffffff;/*#152732;*/
  border-bottom: 4px solid #0e2898;
}
.line:after, nav:after, .center:after, .box:after, .margin:after, .margin2x:after {
  clear:both;
  content:".";
  display:block;
  height:0;
  line-height:0;
  overflow: hidden;
  visibility:hidden;
}
.top-nav ul {padding:0; background:#ffffff;}
.top-nav ul ul {
  position:absolute;
  background:#152732;
}
.top-nav li {
  float:left;
  list-style:none outside none;
  cursor:pointer;
}
.top-nav li a {
  color:#444; 
  display:block;
  font-size:18px;
  padding:1.25rem;
  font-weight:600;
}
.top-nav li ul li a {
  background:none repeat scroll 0 0 #152732;
  min-width:100%;
  padding:0.625rem;
}
.top-nav li a:hover, .aside-nav li a:hover {background:#fff;}
.top-nav li ul {display:none;}
.top-nav li ul li,.top-nav li ul li ul li {
  float:none;
  list-style:none outside none;
  min-width:100%;
  padding:0;
}
.count-number {
  background: rgba(153, 153, 153, 0.25) none repeat scroll 0 0;
  border-radius: 10rem;
  color: #fff;
  display: inline-block;
  font-size: 0.7rem;
  height: 1.3rem;
  line-height: 1.3rem; 
  margin: 0 0 -0.3125rem 0.3125rem;
  text-align: center;
  width: 1.3rem;
}
ul.chevron .count-number {display:none;}
ul.chevron .submenu > a:after, ul.chevron .sub-submenu > a:after,ul.chevron .aside-submenu > a:after, ul.chevron .aside-sub-submenu > a:after {
  content:"\f004";
  display:inline-block;
  font-family:mfg;
  font-size:0.7rem;
  margin:0 0.625rem;
}
.top-nav .active-item a {background:#fff;}
.aside-nav > ul > li.active-item > a:link,.aside-nav > ul > li.active-item > a:visited {
  background:#fff;
  color:#333;
}
@media screen and (min-width:769px) {
  .aside-nav .count-number {
	  margin-left:-1.25rem;	
	  float:right;	
  }
  .top-nav li:hover > ul {
	  display:block;
	  z-index:10;
  }  
  .top-nav li:hover > ul ul {
    left:100%;
    margin:-2.5rem 0;
    width:100%;
  } 
}
.aside-nav #gres li a:hover {
    background: #ffffff;
}
.nav-text,.aside-nav-text {display:none;}
.aside-nav a,.aside-nav a:link,.aside-nav a:visited,.aside-nav li > ul,.top-nav a,.top-nav a:link,.top-nav a:visited {
  transition:background 0.20s linear 0s;
  -o-transition:background 0.20s linear 0s;
  -ms-transition:background 0.20s linear 0s;
  -moz-transition:background 0.20s linear 0s;
  -webkit-transition:background 0.20s linear 0s;
}
.aside-nav #gres li a, .aside-nav #gris li a:link, .aside-nav #gris li a:visited{
    color: #444;
    display: block;
    font-size: 1rem;
    padding: 0.25rem;
    font-family: 'Roboto', sans-serif;
	}
	.aside-nav #gres li a{
	float: left;
    cursor: pointer;
    line-height: 24px;
    font-size: 15px;
    font-family: 'Roboto',sans-serif;
    padding-left: 13px!important;
	}
	.aside-nav #gres li a:before{
  content: "\f0da"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color:orangered;
  font-weight: 600;
  font-size: 13px;
	}
.aside-nav ul {
  background:#fff; 
  padding:5px;
}
.aside-nav h5 {
    clear: both;
   /* margin: -2px 0 -2px 0;*/
    text-align: left;
    padding-left:1rem;
    line-height: 3.5rem;
    font-size:20px;
    font-weight:normal;
    color: white;
    background: #141c53;
    border-radius: 10px;

}
.aside-nav{
    margin-top:1rem;
}
.aside-nav li {
  list-style:none outside none;
  cursor:pointer;
}
.aside-nav li a,.aside-nav li a:link,.aside-nav li a:visited {
  color:#444;
  display:block;
  font-size:1rem;
  padding:1.25rem;
  font-family: 'Roboto', sans-serif;
}
.aside-nav > ul > li:last-child a {border-bottom:0 none;}
.aside-nav li > ul {
  height:0;
  display:block;
  position:relative;
  background:#f4f4f4;
  border-left:solid 1px #f2f2f2;
  border-right:solid 1px #f2f2f2;
  overflow:hidden;
  font-family: 'Roboto', sans-serif;
}
.aside-nav li ul ul {
  border:0;
  background:#fff;
}
.aside-nav ul ul a {padding:0.625rem 1.25rem;}
.aside-nav li a:link, .aside-nav li a:visited {color:#333;}
.aside-nav li li a:hover, .aside-nav li li.active-item > a, .aside-nav li li.aside-sub-submenu li a:hover {
  color:#fff;
  background:#2b4c61;
}
.aside-nav > ul > li > a:hover {color:#fff;}
.aside-nav li li a:link, .aside-nav li li a:visited {background:none;}
.aside-nav .show-aside-ul, .aside-nav .active-aside-item {height:auto;} 
nav.breadcrumb-nav {
  background:#fff;
  margin:0.625rem 0;
}
nav.breadcrumb-nav ul {
  list-style:none;
  padding:0;
}
nav.breadcrumb-nav ul li {float:left;}
nav.breadcrumb-nav ul li a:hover {text-decoration:underline;}
.breadcrumb-nav i {color:#B6C900;}
nav.breadcrumb-nav ul li:after {
  content:"/";
  margin:0 9px;
  color:#c8c7c7;
}
nav.breadcrumb-nav ul li:last-child:after {content:"";}
.slide-content, .slide-nav {
  transition:all 0.10s linear 0s;
  -o-transition:all 0.10s linear 0s;
  -ms-transition:all 0.10s linear 0s;
  -moz-transition:all 0.10s linear 0s;
  -webkit-transition:all 0.10s linear 0s;
}
.slide-content {
  float:left;
  width:calc(100% - 60px);  
}
.aside-nav.slide-nav {
  background:#1c3849;
  bottom:0; 
  right:0;
  top:0;
  margin-right:-180px;     
  overflow-y:auto;
  padding-top:0.625rem;
  position:fixed;
  width:240px;
  z-index:2;
}
.aside-nav.slide-nav > ul {
	font-family: 'Roboto', sans-serif;
  background:#1c3849;
  opacity:0;
  transition:all 0.20s linear 0s;
  -o-transition:all 0.20s linear 0s;
  -ms-transition:all 0.20s linear 0s;
  -moz-transition:all 0.20s linear 0s;
  -webkit-transition:all 0.20s linear 0s;
}
.aside-nav.slide-nav li a, .aside-nav.slide-nav li a:link, .aside-nav.slide-nav li a:visited {
  color:#fff;
  display:block;
  font-size:0.9rem;
  padding:0.625rem 1.25rem;
  border-bottom:0;
}
.aside-nav.slide-nav li a:hover {
  background:#152732!important;
  color:#fff!important;
}
.aside-nav.slide-nav li > ul {
  background:#2b4c61;
  border-left:0;
  border-right:0;
}
.aside-nav.slide-nav li > ul ul {
  background:#456274;
  border-left:0;
  border-right:0;
}
.slide-nav-button {
  background:#152732;
  cursor:pointer;
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  width:60px;
  z-index:3;
}
.active-slide-nav .slide-content {margin-left:-240px;}
.active-slide-nav .slide-nav {margin-right:60px;}
.slide-to-left .slide-content {float:right;}
.slide-to-left .slide-nav {
  left:0;
  margin-right:0; 
  margin-left:-180px;    
}
.slide-to-left .slide-nav-button {left:0;}
.slide-to-left.active-slide-nav .slide-content {
  margin-right:-240px;
  margin-left:0;
}
.slide-to-left.active-slide-nav .slide-nav {
  margin-right:0;
  margin-left:60px;
}
.active-slide-nav .slide-nav ul {opacity:1;}
.nav-icon {
  padding:0.9rem;
  width:100%;
}
.nav-icon:after,.nav-icon:before,.nav-icon div {
  background-color:#fff;
  border-radius:3px;
  content:'';
  display:block;
  height:3px;
  margin:6px 0;
  transition:all 0.2s ease-in-out;
  -moz-transition:all 0.2s ease-in-out;
  -webkit-transition:all 0.2s ease-in-out;
}
.active-slide-nav .nav-icon:before {
  transform:translateY(9px) rotate(135deg);
  -moz-transform:translateY(9px) rotate(135deg);
  -webkit-transform:translateY(9px) rotate(135deg);
}
.active-slide-nav .nav-icon:after {
  transform:translateY(-9px) rotate(-135deg);
  -moz-transform:translateY(-9px) rotate(-135deg);
  -webkit-transform:translateY(-9px) rotate(-135deg);
}
.active-slide-nav .nav-icon div {
  transform:scale(0);
  -moz-transform:scale(0);
  -webkit-transform:scale(0);  
}
.active-slide-nav {overflow-x:hidden;} 
.padding {
  display:list-item;
  list-style:none outside none;
  padding:0.625rem;
}
.margin,.margin2x {display: block;}
.margin {margin:0 -0.625rem;}
.margin2x {margin:2rem -1.25rem;}
@media screen and (max-width: 600px) {
  .margin2x {margin:0rem -1.25rem;}
}
.line {clear:left;}
.line .line {padding:0;}
.hide-xxl {display:none!important;}
.box {
  background:none repeat scroll 0 0 #fff;
  display:block;
  
  /*padding:1.25rem;*/
  width:100%;
}
.margin-bottom {margin-bottom:0.5rem;/*margin-bottom:1.25rem;*/}
.margin-bottom2x {margin-bottom:2.5rem;}
.s-1,.s-2,.s-five,.s-3,.s-4,.s-5,.s-6,.s-7,.s-8,.s-9,.s-10,.s-11,.s-12,.m-1,.m-2,.m-five,.m-3,.m-4,.m-5,.m-6,.m-7,.m-8,.m-9,.m-10,.m-11,.m-12,.l-1,.l-2,.l-five,.l-3,.l-4,.l-5,.l-6,.l-7,.l-8,.l-9,.l-10,.l-11,.l-12,.xl-1,.xl-2,.xl-five,.xl-3,.xl-4,.xl-5,.xl-6,.xl-7,.xl-8,.xl-9,.xl-10,.xl-11,.xl-12,.xxl-1,.xxl-2,.xxl-five,.xxl-3,.xxl-4,.xxl-5,.xxl-6,.xxl-7,.xxl-8,.xxl-9,.xxl-10,.xxl-11,.xxl-12 {
  float:left;
  position:static;
}
.xxl-offset-1 {margin-left:8.3333%;}
.xxl-offset-2 {margin-left:16.6666%;}
.xxl-offset-five {margin-left:20%;}
.xxl-offset-3 {margin-left:25%;}
.xxl-offset-4 {margin-left:33.3333%;}
.xxl-offset-5 {margin-left:41.6666%;}
.xxl-offset-6 {margin-left:50%;}
.xxl-offset-7 {margin-left:58.3333%;}
.xxl-offset-8 {margin-left:66.6666%;}
.xxl-offset-9 {margin-left:75%;}
.xxl-offset-10 {margin-left:83.3333%;}
.xxl-offset-11 {margin-left:91.6666%;}
.xxl-offset-12 {margin-left:100%;} 
.margin > .s-1,.margin > .s-2,.margin > .s-five,.margin > .s-3,.margin > .s-4,.margin > .s-5,.margin > .s-6,.margin > .s-7,.margin > .s-8,.margin > .s-9,.margin > .s-10,.margin > .s-11,.margin > .s-12,
.margin > .m-1,.margin > .m-2,.margin > .m-five,.margin > .m-3,.margin > .m-4,.margin > .m-5,.margin > .m-6,.margin > .m-7,.margin > .m-8,.margin > .m-9,.margin > .m-10,.margin > .m-11,.margin > .m-12,
.margin > .l-1,.margin > .l-2,.margin > .l-five,.margin > .l-3,.margin > .l-4,.margin > .l-5,.margin > .l-6,.margin > .l-7,.margin > .l-8,.margin > .l-9,.margin > .l-10,.margin > .l-11,.margin > .l-12,
.margin > .xl-1,.margin > .xl-2,.margin > .xl-five,.margin > .xl-3,.margin > .xl-4,.margin > .xl-5,.margin > .xl-6,.margin > .xl-7,.margin > .xl-8,.margin > .xl-9,.margin > .xl-10,.margin > .xl-11,.margin > .xl-12,
.margin > .xxl-1,.margin > .xxl-2,.margin > .xxl-five,.margin > .xxl-3,.margin > .xxl-4,.margin > .xxl-5,.margin > .xxl-6,.margin > .xxl-7,.margin > .xxl-8,.margin > .xxl-9,.margin > .xxl-10,.margin > .xxl-11,.margin > .xxl-12 {padding:0 0.625rem;}
.margin2x > .s-1,.margin2x > .s-2,.margin2x > .s-five,.margin2x > .s-3,.margin2x > .s-4,.margin2x > .s-5,.margin2x > .s-6,.margin2x > .s-7,.margin2x > .s-8,.margin2x > .s-9,.margin2x > .s-10,.margin2x > .s-11,.margin2x > .s-12,
.margin2x > .m-1,.margin2x > .m-2,.margin2x > .m-five,.margin2x > .m-3,.margin2x > .m-4,.margin2x > .m-5,.margin2x > .m-6,.margin2x > .m-7,.margin2x > .m-8,.margin2x > .m-9,.margin2x > .m-10,.margin2x > .m-11,.margin2x > .m-12,
.margin2x > .l-1,.margin2x > .l-2,.margin2x > .l-five,.margin2x > .l-3,.margin2x > .l-4,.margin2x > .l-5,.margin2x > .l-6,.margin2x > .l-7,.margin2x > .l-8,.margin2x > .l-9,.margin2x > .l-10,.margin2x > .l-11,.margin2x > .l-12,
.margin2x > .xl-1,.margin2x > .xl-2,.margin2x > .xl-five,.margin2x > .xl-3,.margin2x > .xl-4,.margin2x > .xl-5,.margin2x > .xl-6,.margin2x > .xl-7,.margin2x > .xl-8,.margin2x > .xl-9,.margin2x > .xl-10,.margin2x > .xl-11,.margin2x > .xl-12,
.margin2x > .xxl-1,.margin2x > .xxl-2,.margin2x > .xxl-five,.margin2x > .xxl-3,.margin2x > .xxl-4,.margin2x > .xxl-5,.margin2x > .xxl-6,.margin2x > .xxl-7,.margin2x > .xxl-8,.margin2x > .xxl-9,.margin2x > .xxl-10,.margin2x > .xxl-11,.margin2x > .xxl-12 {padding:0 1.25rem;}
/* custom test*/

.margin-bottom>.s-1,.margin-bottom>.s-2,.margin-bottom>.s-five,.margin-bottom>.s-3,.margin-bottom>.s-4,.margin-bottom>.s-5,.margin-bottom>.s-6,.margin-bottom>.s-7,.margin-bottom>.s-8,.margin-bottom>.s-9,.margin-bottom>.s-10,.margin-bottom>.s-11,.margin-bottom>.s-12,
.margin-bottom>.l-1,.margin-bottom>.l-2,.margin-bottom>.l-five,.margin-bottom>.l-3,.line>.l-4,.line>.l-5,.line>.l-6,.line>.l-7,.line>.l-8,.line>.l-9,.line>.l-10,.margin-bottom>.l-11,.margin-bottom>.l-12{padding:0 1.25rem;}
/*custom test end*/

.s-1 {width:8.3333%;}
.s-2 {width:16.6666%;}
.s-five {width:20%;}
.s-3 {width:25%;}
.s-4 {width:33.3333%;}
.s-5 {width:41.6666%;}
.s-6 {width:50%;}
.s-7 {width:58.3333%;}
.s-8 {width:66.6666%;}
.s-9 {width:75%;}
.s-10 {width:83.3333%;}
.s-11 {width:91.6666%;}
.s-12 {width:100%;}
.m-1 {width:8.3333%;}
.m-2 {width:16.6666%;}
.m-five {width:20%;}
.m-3 {width:25%;}
.m-4 {width:33.3333%;}
.m-5 {width:41.6666%;}
.m-6 {width:50%;}
.m-7 {width:58.3333%;}
.m-8 {width:66.6666%;}
.m-9 {width:75%;}
.m-10 {width:83.3333%;}
.m-11 {width:91.6666%;}
.m-12 {width:100%;}
.l-1 {width:8.3333%;}
.l-2 {width:16.6666%;}
.l-five {width:20%;}
.l-3 {width:25%;}
.l-4 {width:33.3333%;}
.l-5 {width:41.6666%;}
.l-6 {width:50%;}
.l-7 {width:58.3333%;}
.l-8 {width:66.6666%;}
.l-9 {width:75%;}
.l-10 {width:83.3333%;}
.l-11 {width:91.6666%;}
.l-12 {width:100%;}
.xl-1 {width:8.3333%;}
.xl-2 {width:16.6666%;}
.xl-five {width:20%;}
.xl-3 {width:25%;}
.xl-4 {width:33.3333%;}
.xl-5 {width:41.6666%;}
.xl-6 {width:50%;}
.xl-7 {width:58.3333%;}
.xl-8 {width:66.6666%;}
.xl-9 {width:75%;}
.xl-10 {width:83.3333%;}
.xl-11 {width:91.6666%;}
.xl-12 {width:100%;}
.xxl-1 {width:8.3333%;}
.xxl-2 {width:16.6666%;}
.xxl-five {width:20%;}
.xxl-3 {width:25%;}
.xxl-4 {width:33.3333%;}
.xxl-5 {width:41.6666%;}
.xxl-6 {width:50%;}
.xxl-7 {width:58.3333%;}
.xxl-8 {width:66.6666%;}
.xxl-9 {width:75%;}
.xxl-10 {width:83.3333%;}
.xxl-11 {width:91.6666%;}
.xxl-12 {width:100%;}
.right {float:right;}
.left {float:left;} 

@media screen and (max-width:1366px) {
  .hide-xxl,.hide-l,.hide-m,.hide-s {display:initial!important;}
  .hide-xl {display:none!important;}
  .size-960,.size-1140,.size-1280,.size-1520 {max-width:1366px;}
  .xxl-offset-1,.xxl-offset-2,.xxl-offset-five,.xxl-offset-3,.xxl-offset-4,.xxl-offset-5,.xxl-offset-6,.xxl-offset-7,.xxl-offset-8,.xxl-offset-9,.xxl-offset-10,.xxl-offset-11,.xxl-offset-12 {margin-left:0;}
  .xl-offset-1 {margin-left:8.3333%;}
  .xl-offset-2 {margin-left:16.6666%;}
  .xl-offset-five {margin-left:20%;}
  .xl-offset-3 {margin-left:25%;}
  .xl-offset-4 {margin-left:33.3333%;}
  .xl-offset-5 {margin-left:41.6666%;}
  .xl-offset-6 {margin-left:50%;}
  .xl-offset-7 {margin-left:58.3333%;}
  .xl-offset-8 {margin-left:66.6666%;}
  .xl-offset-9 {margin-left:75%;}
  .xl-offset-10 {margin-left:83.3333%;}
  .xl-offset-11 {margin-left:91.6666%;}
  .xl-offset-12 {margin-left:100%;} 
  .xxl-1 {width:8.3333%;}
  .xxl-2 {width:16.6666%;}
  .xxl-five {width:20%;}
  .xxl-3 {width:25%;}
  .xxl-4 {width:33.3333%;}
  .xxl-5 {width:41.6666%;}
  .xxl-6 {width:50%;}
  .xxl-7 {width:58.3333%;}
  .xxl-8 {width:66.6666%;}
  .xxl-9 {width:75%;}
  .xxl-10 {width:83.3333%;}
  .xxl-11 {width:91.6666%;}
  .xxl-12 {width:100%;}
  .s-1 {width:8.3333%;}
  .s-2 {width:16.6666%;}
  .s-five {width:20%;}
  .s-3 {width:25%;}
  .s-4 {width:33.3333%;}
  .s-5 {width:41.6666%;}
  .s-6 {width:50%;}
  .s-7 {width:58.3333%;}
  .s-8 {width:66.6666%;}
  .s-9 {width:75%;}
  .s-10 {width:83.3333%;}
  .s-11 {width:91.6666%;}
  .s-12 {width:100%}
  .m-1 {width:8.3333%;}
  .m-2 {width:16.6666%;}
  .m-five {width:20%;}
  .m-3 {width:25%;}
  .m-4 {width:33.3333%;}
  .m-5 {width:41.6666%;}
  .m-6 {width:50%;}
  .m-7 {width:58.3333%;}
  .m-8 {width:66.6666%;}
  .m-9 {width:75%;}
  .m-10 {width:83.3333%;}
  .m-11 {width:91.6666%;}
  .m-12 {width:100%}
  .l-1 {width:8.3333%;}
  .l-2 {width:16.6666%;}
  .l-five {width:20%;}
  .l-3 {width:25%;}
  .l-4 {width:33.3333%;}
  .l-5 {width:41.6666%;}
  .l-6 {width:50%;}
  .l-7 {width:58.3333%;}
  .l-8 {width:66.6666%;}
  .l-9 {width:75%;}
  .l-10 {width:83.3333%;}
  .l-11 {width:91.6666%;}
  .l-12 {width:100%;}
  .xl-1 {width:8.3333%;}
  .xl-2 {width:16.6666%;}
  .xl-five {width:20%;}
  .xl-3 {width:25%;}
  .xl-4 {width:33.3333%;}
  .xl-5 {width:41.6666%;}
  .xl-6 {width:50%;}
  .xl-7 {width:58.3333%;}
  .xl-8 {width:66.6666%;}
  .xl-9 {width:75%;}
  .xl-10 {width:83.3333%;}
  .xl-11 {width:91.6666%;}
  .xl-12 {width:100%;}
}

@media screen and (max-width:1140px) {
  .hide-xxl,.hide-xl,.hide-m,.hide-s {display:initial!important;}
  .hide-l {display:none!important;}
  .size-960,.size-1140,.size-1280,.size-1520 {max-width:1140px;}
  .xl-offset-1,.xl-offset-2,.xl-offset-five,.xl-offset-3,.xl-offset-4,.xl-offset-5,.xl-offset-6,.xl-offset-7,.xl-offset-8,.xl-offset-9,.xl-offset-10,.xl-offset-11,.xl-offset-12 {margin-left:0;}
  .l-offset-1 {margin-left:8.3333%;}
  .l-offset-2 {margin-left:16.6666%;}
  .l-offset-five {margin-left:20%;}
  .l-offset-3 {margin-left:25%;}
  .l-offset-4 {margin-left:33.3333%;}
  .l-offset-5 {margin-left:41.6666%;}
  .l-offset-6 {margin-left:50%;}
  .l-offset-7 {margin-left:58.3333%;}
  .l-offset-8 {margin-left:66.6666%;}
  .l-offset-9 {margin-left:75%;}
  .l-offset-10 {margin-left:83.3333%;}
  .l-offset-11 {margin-left:91.6666%;}
  .l-offset-12 {margin-left:100%;}
  .xxl-1 {width:8.3333%;}
  .xxl-2 {width:16.6666%;}
  .xxl-five {width:20%;}
  .xxl-3 {width:25%;}
  .xxl-4 {width:33.3333%;}
  .xxl-5 {width:41.6666%;}
  .xxl-6 {width:50%;}
  .xxl-7 {width:58.3333%;}
  .xxl-8 {width:66.6666%;}
  .xxl-9 {width:75%;}
  .xxl-10 {width:83.3333%;}
  .xxl-11 {width:91.6666%;}
  .xxl-12 {width:100%;} 
  .xl-1 {width:8.3333%;}
  .xl-2 {width:16.6666%;}
  .xl-five {width:20%;}
  .xl-3 {width:25%;}
  .xl-4 {width:33.3333%;}
  .xl-5 {width:41.6666%;}
  .xl-6 {width:50%;}
  .xl-7 {width:58.3333%;}
  .xl-8 {width:66.6666%;}
  .xl-9 {width:75%;}
  .xl-10 {width:83.3333%;}
  .xl-11 {width:91.6666%;}
  .xl-12 {width:100%;}
  .s-1 {width:8.3333%;}
  .s-2 {width:16.6666%;}
  .s-five {width:20%;}
  .s-3 {width:25%;}
  .s-4 {width:33.3333%;}
  .s-5 {width:41.6666%;}
  .s-6 {width:50%;}
  .s-7 {width:58.3333%;}
  .s-8 {width:66.6666%;}
  .s-9 {width:75%;}
  .s-10 {width:83.3333%;}
  .s-11 {width:91.6666%;}
  .s-12 {width:100%}
  .m-1 {width:8.3333%;}
  .m-2 {width:16.6666%;}
  .m-five {width:20%;}
  .m-3 {width:25%;}
  .m-4 {width:33.3333%;}
  .m-5 {width:41.6666%;}
  .m-6 {width:50%;}
  .m-7 {width:58.3333%;}
  .m-8 {width:66.6666%;}
  .m-9 {width:75%;}
  .m-10 {width:83.3333%;}
  .m-11 {width:91.6666%;}
  .m-12 {width:100%}
  .l-1 {width:8.3333%;}
  .l-2 {width:16.6666%;}
  .l-five {width:20%;}
  .l-3 {width:25%;}
  .l-4 {width:33.3333%;}
  .l-5 {width:41.6666%;}
  .l-6 {width:50%;}
  .l-7 {width:58.3333%;}
  .l-8 {width:66.6666%;}
  .l-9 {width:75%;}
  .l-10 {width:83.3333%;}
  .l-11 {width:91.6666%;}
  .l-12 {width:100%;}
}
 
@media screen and (max-width:768px) {
  .size-960,.size-1140,.size-1280,.size-1520 {max-width:768px;}
  .hide-xxl,.hide-xl,.hide-l,.hide-s {display:initial!important;}
  .hide-m {display:none!important;}
  nav {
    display:block;
    cursor:pointer;
    line-height:3;
  }
  .top-nav li a {background:none repeat scroll 0 0 #ffffff;}
  .top-nav > ul {
    height:0;
    max-width:100%;
    overflow:hidden;
    position:relative;
    z-index:999;
  }
  .top-nav > ul.show-menu,.aside-nav.minimize-on-small > ul.show-menu {height:auto;}
  .top-nav ul ul {
    left:0;
    margin-top:0;
    position:relative;
    right:0;
  } 
  .top-nav li ul li a {min-width:100%;}
  .top-nav li {
    float:none;
    list-style:none outside none;
    padding:0;
  }
  .top-nav li a {
    color:#444;
    display:block;
    padding:1.25rem 0.625rem;
    text-align:center;
    text-decoration:none;
  }
  .top-nav li a:hover {
    background:none repeat scroll 0 0 #ffffff;
    color:#000;
  }
  .top-nav li ul,.top-nav li ul li ul {
    display:block;  
    overflow:hidden; 
    height:0;   
  } 
  .top-nav > ul ul.show-ul {
    display:block;
    height:auto;  
  }
  .top-nav li ul li a {
    background:none repeat scroll 0 0 #2b4c61;
    padding:0.625rem;
  }
  .top-nav li ul li ul li a { background:none repeat scroll 0 0 #456274;font-family: 'Roboto', sans-serif;}
  .nav-text {
    color:#000;
    display:block;
    font-size:1.2rem;
    line-height:3;
    margin:0rem;
    max-width:100%;
    text-align:center;
    vertical-align:middle;
	
  }
  .nav-text:after {
    content:"\f008";
    font-family:"mfg";
    font-size:1.1rem;
    margin-left:0.5rem;
    text-align:right;
  }
  .l-offset-1,.l-offset-2,.l-offset-five,.l-offset-3,.l-offset-4,.l-offset-5,.l-offset-6,.l-offset-7,.l-offset-8,.l-offset-9,.l-offset-10,.l-offset-11,.l-offset-12,
  .xl-offset-1,.xl-offset-2,.xl-offset-five,.xl-offset-3,.xl-offset-4,.xl-offset-5,.xl-offset-6,.xl-offset-7,.xl-offset-8,.xl-offset-9,.xl-offset-10,.xl-offset-11,.xl-offset-12,
  .xxl-offset-1,.xxl-offset-2,.xxl-offset-five,.xxl-offset-3,.xxl-offset-4,.xxl-offset-5,.xxl-offset-6,.xxl-offset-7,.xxl-offset-8,.xxl-offset-9,.xxl-offset-10,.xxl-offset-11,.xxl-offset-12 {margin-left:0;}
  .m-offset-1 {margin-left:8.3333%;}
  .m-offset-2 {margin-left:16.6666%;}
  .m-offset-five {margin-left:20%;}
  .m-offset-3 {margin-left:25%;}
  .m-offset-4 {margin-left:33.3333%;}
  .m-offset-5 {margin-left:41.6666%;}
  .m-offset-6 {margin-left:50%;}
  .m-offset-7 {margin-left:58.3333%;}
  .m-offset-8 {margin-left:66.6666%;}
  .m-offset-9 {margin-left:75%;}
  .m-offset-10 {margin-left:83.3333%;}
  .m-offset-11 {margin-left:91.6666%;}
  .m-offset-12 {margin-left:100%;}
  .xxl-1 {width:8.3333%;}
  .xxl-2 {width:16.6666%;}
  .xxl-five {width:20%;}
  .xxl-3 {width:25%;}
  .xxl-4 {width:33.3333%;}
  .xxl-5 {width:41.6666%;}
  .xxl-6 {width:50%;}
  .xxl-7 {width:58.3333%;}
  .xxl-8 {width:66.6666%;}
  .xxl-9 {width:75%;}
  .xxl-10 {width:83.3333%;}
  .xxl-11 {width:91.6666%;}
  .xxl-12 {width:100%;}
  .xl-1 {width:8.3333%;}
  .xl-2 {width:16.6666%;}
  .xl-five {width:20%;}
  .xl-3 {width:25%;}
  .xl-4 {width:33.3333%;}
  .xl-5 {width:41.6666%;}
  .xl-6 {width:50%;}
  .xl-7 {width:58.3333%;}
  .xl-8 {width:66.6666%;}
  .xl-9 {width:75%;}
  .xl-10 {width:83.3333%;}
  .xl-11 {width:91.6666%;}
  .xl-12 {width:100%;} 
  .l-1 {width:8.3333%;}
  .l-2 {width:16.6666%;}
  .l-five {width:20%;}
  .l-3 {width:25%;}
  .l-4 {width:33.3333%;}
  .l-5 {width:41.6666%;}
  .l-6 {width:50%;}
  .l-7 {width:58.3333%;}
  .l-8 {width:66.6666%;}
  .l-9 {width:75%;}
  .l-10 {width:83.3333%;}
  .l-11 {width:91.6666%;}
  .l-12 {width:100%;}
  .s-1 {width:8.3333%;}
  .s-2 {width:16.6666%;}
  .s-five {width:20%;}
  .s-3 {width:25%;}
  .s-4 {width:33.3333%;}
  .s-5 {width:41.6666%;}
  .s-6 {width:50%;}
  .s-7 {width:58.3333%;}
  .s-8 {width:66.6666%;}
  .s-9 {width:75%;}
  .s-10 {width:83.3333%;}
  .s-11 {width:91.6666%;}
  .s-12 {width:100%}
  .m-1 {width:8.3333%;}
  .m-2 {width:16.6666%;}
  .m-five {width:20%;}
  .m-3 {width:25%;}
  .m-4 {width:33.3333%;}
  .m-5 {width:41.6666%;}
  .m-6 {width:50%;}
  .m-7 {width:58.3333%;}
  .m-8 {width:66.6666%;}
  .m-9 {width:75%;}
  .m-10 {width:83.3333%;}
  .m-11 {width:91.6666%;}
  .m-12 {width:100%}
}

@media screen and (max-width:480px) {
  .size-960,.size-1140,.size-1280,.size-1520 {max-width:480px;}
	#beld {font-size: 20px}
  .aside-nav li a {text-align: center;}
  .minimize-on-small .aside-nav-text {
    background:#152732 none repeat scroll 0 0;
    color:#fff;
    cursor:pointer;
    display:block;
    font-size:1.2rem;
    line-height:3;
    max-width:100%;
    padding-right:0.625rem;
    text-align:center;
    vertical-align:middle;
  }
  .aside-nav-text:after {
    content:"\f008";
    font-family:"mfg";
    font-size:1.1rem;
    margin-left:0.5rem;
    text-align:right;
  }
  .aside-nav.minimize-on-small > ul {
    height:0;
    overflow:hidden;
  }
  .hide-xxl,.hide-xl,.hide-l,.hide-m {display:initial!important;}
  .hide-s {display:none!important;}
  .count-number {margin-right:-1.25rem;} 
  .m-offset-1,.m-offset-2,.m-offset-five,.m-offset-3,.m-offset-4,.m-offset-5,.m-offset-6,.m-offset-7,.m-offset-8,.m-offset-9,.m-offset-10,.m-offset-11,.m-offset-12,
  .l-offset-1,.l-offset-2,.l-offset-five,.l-offset-3,.l-offset-4,.l-offset-5,.l-offset-6,.l-offset-7,.l-offset-8,.l-offset-9,.l-offset-10,.l-offset-11,.l-offset-12,
  .xl-offset-1,.xl-offset-2,.xl-offset-five,.xl-offset-3,.xl-offset-4,.xl-offset-5,.xl-offset-6,.xl-offset-7,.xl-offset-8,.xl-offset-9,.xl-offset-10,.xl-offset-11,.xl-offset-12,
  .xxl-offset-1,.xxl-offset-2,.xxl-offset-five,.xxl-offset-3,.xxl-offset-4,.xxl-offset-5,.xxl-offset-6,.xxl-offset-7,.xxl-offset-8,.xxl-offset-9,.xxl-offset-10,.xxl-offset-11,.xxl-offset-12 {margin-left:0;}
  .s-offset-1 {margin-left:8.3333%;}
  .s-offset-2 {margin-left:16.6666%;}
  .s-offset-five {margin-left:20%;}
  .s-offset-3 {margin-left:25%;}
  .s-offset-4 {margin-left:33.3333%;}
  .s-offset-5 {margin-left:41.6666%;}
  .s-offset-6 {margin-left:50%;}
  .s-offset-7 {margin-left:58.3333%;}
  .s-offset-8 {margin-left:66.6666%;}
  .s-offset-9 {margin-left:75%;}
  .s-offset-10 {margin-left:83.3333%;}
  .s-offset-11 {margin-left:91.6666%;}
  .s-offset-12 {margin-left:100%;}
  .xxl-1 {width:8.3333%;}
  .xxl-2 {width:16.6666%;}
  .xxl-five {width:20%;}
  .xxl-3 {width:25%;}
  .xxl-4 {width:33.3333%;}
  .xxl-5 {width:41.6666%;}
  .xxl-6 {width:50%;}
  .xxl-7 {width:58.3333%;}
  .xxl-8 {width:66.6666%;}
  .xxl-9 {width:75%;}
  .xxl-10 {width:83.3333%;}
  .xxl-11 {width:91.6666%;}
  .xxl-12 {width:100%;} 
  .xl-1 {width:8.3333%;}
  .xl-2 {width:16.6666%;}
  .xl-five {width:20%;}
  .xl-3 {width:25%;}
  .xl-4 {width:33.3333%;}
  .xl-5 {width:41.6666%;}
  .xl-6 {width:50%;}
  .xl-7 {width:58.3333%;}
  .xl-8 {width:66.6666%;}
  .xl-9 {width:75%;}
  .xl-10 {width:83.3333%;}
  .xl-11 {width:91.6666%;}
  .xl-12 {width:100%;}
  .l-1 {width:8.3333%;}
  .l-2 {width:16.6666%;}
  .l-five {width:20%;}
  .l-3 {width:25%;}
  .l-4 {width:33.3333%;}
  .l-5 {width:41.6666%;}
  .l-6 {width:50%;}
  .l-7 {width:58.3333%;}
  .l-8 {width:66.6666%;}
  .l-9 {width:75%;}
  .l-10 {width:83.3333%;}
  .l-11 {width:91.6666%;}
  .l-12 {width:100%;}
  .m-1 {width:8.3333%;}
  .m-2 {width:16.6666%;}
  .m-five {width:20%;}
  .m-3 {width:25%;}
  .m-4 {width:33.3333%;}
  .m-5 {width:41.6666%;}
  .m-6 {width:50%;}
  .m-7 {width:58.3333%;}
  .m-8 {width:66.6666%;}
  .m-9 {width:75%;}
  .m-10 {width:83.3333%;}
  .m-11 {width:91.6666%;}
  .m-12 {width:100%}
  .s-1 {width:8.3333%;}
  .s-2 {width:16.6666%;}
  .s-five {width:20%;}
  .s-3 {width:25%;}
  .s-4 {width:33.3333%;}
  .s-5 {width:41.6666%;}
  .s-6 {width:50%;}
  .s-7 {width:58.3333%;}
  .s-8 {width:66.6666%;}
  .s-9 {width:75%;}
  .s-10 {width:83.3333%;}
  .s-11 {width:91.6666%;}
  .s-12 {width:100%}
}  
.center {
  float:none;
  margin:0 auto;
  display:block;
}

@media only screen and (max-width: 600px) {
h1 {font-size:30px;}
h2 {font-size:22px;}  
h3 {font-size:20px;padding: 10px 0 10px 0;}  
h4 {font-size:18px;}  
h5 {font-size:16px;}  
h6 {font-size:14px;}
}

/*css for table dropdown*/
.thead{
    padding: 10px 0;
    cursor: pointer;
    text-align: left;
    outline: none;
    transition: 0.4s;
}

.thead:after {
  content: '\f067';
  font-family: FontAwesome;
  font-style: normal;
    color: #000;
    font-size:22px;
    font-weight: 500;
    float: right;
    /* margin-left: 5px; */
    margin-right: 0.5rem;
}

.thead.active:after {
  content: "\f068";
}

.tbody {
 /* padding: 0 18px;*/
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
/*css end for table dropdown*/

/*Ad Css start her */
.google_ads_frame1{
    max-width:270px!important;
}
.adsbygoogle iframe{width:100%!important;}

/*Ad css end here*/
.gti{
    border-bottom:1px dashed lightgrey;
    text-align: center;
}

.whiting{color:white;}
.jiti{
    padding-top:2%;
    height:100%!important;
    text-align:center!important;
    clear:both;
}


#head {
    background: none repeat scroll 0 0 rgba(0, 30, 34, 0.85);
    padding: 9rem 0 5rem;
    text-align: center;
}

@media screen and (max-width:600px){
.spec{
    min-height:90px;
}
#startStopBtn {
    top: 10px;
    height:auto;
    padding:10px 0;
}
}

.centr2 a{

    text-transform:uppercase;
    padding:5px 12px;
/*    -webkit-animation: blink 1.25s linear infinite;
	-moz-animation: blink 1.25s linear infinite;
	-ms-animation: blink 1.25s linear infinite;
	-o-animation: blink 1.25s linear infinite;
	 animation: blink 1.25s linear infinite;
*/
}
.centr2 a:hover{
    animation:none;
}
/*
@-webkit-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@-moz-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@-o-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
*/