
h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
html, body{
   font-family: 'Open Sans', sans-serif;
   font-size: 100%;
   background:#f4f6f4; 
	overflow-x:hidden !important;
}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.header{
	background: url(../images/banner.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	min-height:900px;
	margin-top: 76px;
}
.header_top{
	padding-top:30%;
	text-align: center;
}	
.header_top h1{

  font-size: 4em;
  text-transform: uppercase;
  font-weight: 100;
  margin-bottom: 0.5em;
  color:#ffffff;
  font-family: 'Oswald', sans-serif;
  	text-shadow: 2px 2px #333;
 

}
.header_top h2{
  color: #fff;
  font-weight: 100;
  font-size: 2.1em;
  text-transform: uppercase;
  line-height: 1.5em;
   font-family: 'Oswald', sans-serif;
  	text-shadow: 2px 2px #333;
}
.header_bottom{
	background:#2cb149;
	position: relative;
}
.header-home{
	background: rgba(255, 255, 255, 0.92);
	z-index: 999;
	
}
.logo{
	float: left;
	display: inline-block;
	background: none;
    margin-bottom: 0;
	padding: 5px 22px 4px 22px;
}
span.secondary {
  margin-left: 4px;
  text-transform: uppercase;
  letter-spacing: 10px;
  color: #ffffff;
  display: block;
  margin-bottom: 7px;

}
span.main {
  color: #ffffff;
  display: block;
  text-transform: uppercase;
  font-size:30px;
  line-height: 30px;
}
.top-nav{
	float: right;
	margin: 1.7em 4em 0 0;
}
.top-nav ul{
	padding: 0;
	margin: 0;
}
.top-nav ul li{
	display: inline-block;
	font-size: 16px;
	font-weight: bold
}
.top-nav ul li a{
  color: #1f1a17;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -moz-transition: 0.5s all;
  padding: 18px 10px 10px 10px;
		font-size: 16px;
}
.top-nav ul li.active a, .top-nav ul li a:hover{
	color:#009dbc;
	background: transparent;
	
	font-size: 16px;
}
.border-side{
	position: absolute;
	border-right: 1px solid #FFF;
	height: 200px;
	top: 51%;
	right: 9%;
}
.fixed{
	position: fixed;
	top: 0;
	width: 100%;
	margin: 0 auto;
	left:0;
}
.top-nav span.menu{
	display:none;	
}
.top-nav span.menu:before{
	content:url("../images/menu.png");
	cursor:pointer;	
	width:100%;
}
/*----responsive-menu-start---*/
@media(max-width:768px){
.top-nav ul li{
	display:block;
	float:none;
	margin: 1.5em 0.7em;
	padding: 0 0;
	text-align: center;
}
.top-nav ul li a{
	color:#000;
	border: none;
}
	
.top-nav ul li a:hover{
	color:#ccc;
	border: none;
}
.top-nav ul{
	display:none;
	background:#f5f5f5;
	position:absolute;
	width:100%;
	z-index: 999;
	left: 0%;
	margin: 0em 0em;
}
.top-nav span.menu{
	display: block;
	width: 100%;
	position:relative;
	padding: 1.1em 1em 0.5em;
	text-align: right;
}
.top-nav ul li  span{
	display: none;
}
}
.hexagon_box {
  padding-top: 86px;
  text-align: center;
}
.effect-1 {
  opacity: 1;
  -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.hexagon_box ul {
  padding:0;
  list-style: none;
  display: inline-block;
  margin:0;

}
.hexagon_box ul li {
  float: left;
  padding: 0 15px;
	margin-top: 32px
}
.hexagon, .bg_DarckGrayColor .hexagon {
  width: 250px;
  height: 175px;
  background:#312934;
  position: relative;
  overflow: visible;
  box-sizing: border-box;
}
.hexagon:before {
  content: "";
  position: absolute;
  top: -96px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 250px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 96px solid #312934;
}
.hexagon .icon, .bg_DarckGrayColor .hexagon .icon {
  float: none;
  width: 100%;
  text-align: center;
  opacity: 1;
}
.hexagon:after {
  content: "";
  position: absolute;
  bottom: -96px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right:250px solid transparent;
  border-top: 96px solid #312934;
}
.hexagon_box ul:last-child {
  margin-top: 0px;
  margin-bottom: 146px;
}




.hexagon2_box {
  padding-top: 86px;
  text-align: center;
  margin-top: 86px;
}

.hexagon2_box ul {
  padding:0;
  list-style: none;
  display: inline-block;
  margin:0;

}
.hexagon2_box ul li {
  float: left;
  padding: 0 15px;
  margin-top: 32px
}
.hexagon2, .bg_DarckGrayColor .hexagon2 {
  width: 100%;
  height: 175px;
  background:#009dbc;
  position: relative;
  overflow: visible;
  box-sizing: border-box;
padding-top: 32px;
}
.hexagon2:before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  
}
.hexagon2 .icon, .bg_DarckGrayColor .hexagon2 .icon {
  float: none;
  width: 100%;
  text-align: center;
  opacity: 1;
}
.hexagon2:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;

}
.hexagon2_box ul:last-child {
  margin-top: 0px;

}



.link{
  background: #F00;
  margin: 14px 26px;
  box-shadow: none;
  position: relative;
  color: #fff;
  border: none;
  z-index: 2;
  padding:8px 12px 8px 12px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 1.3em;
	font-family: 'Oswald', sans-serif;
text-shadow: 2px 2px #333;
}


.btn.btn-primary:hover, .btn.btn-normal:hover {
  background:none;
  margin: 14px 26px;
  box-shadow: none;
  text-transform: uppercase;
  position: relative;
  color: #f5f5f5;
  border: none;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 1.3em;
}


.feature:hover i, .desc:hover .more {
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.grid_1{
 	padding:2em 0;
}
.desc{
	padding:2em;
	background:#009dbc;
	text-align:center;
}
.desc h4{
	color:#fff;
	font-size: 1.3em;
	text-transform:uppercase;
	margin-bottom: 20px;
	font-family: 'Oswald', sans-serif;
	
}
.desc p{
	color: #fff;
	line-height: 1.5em;
	margin-bottom: 1em;
}
.box_6:hover .desc{
	background:#0e4494;
}
.box_5{
	background:#f0f0f0;
	padding:5em 0;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}
.grid_2 h3{
  text-align: center;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: 3em;
}
.grid_2{
	margin-bottom:4em;
}
.team{
	background: url(../images/banner1.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	min-height:600px;
	text-align: center;
	padding-top: 8em;
	margin-bottom:0px;
	margin-top: 1px;
	
}
.team h3{
	color:#fff;
	margin-bottom:1em;
	text-transform:uppercase;
	font-size:3em;
}



.team2{
	background: url(../images/banner2.jpg) no-repeat center top;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	
	text-align: center;
	padding-top: 4em;
	padding-bottom: 1em
	
	
}


.team2a{
	background: url(../images/banner4.jpg) no-repeat center top;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	
	text-align: center;
	padding-top: 4em;
	padding-bottom: 1em
	
	
}

.team2a h3{
	color:#000;
	margin-bottom:1em;
	text-transform:uppercase;
	font-size:3em;
}



.team2 h3{
	color:#fff;
	margin-bottom:1em;
	text-transform:uppercase;
	font-size:3em;
}



.team3{
	background: url(../images/banner3.jpg) no-repeat center top;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	
	text-align: center;
	padding-top: 4em;
	padding-bottom: 4em
	
	
}
.team3 h3{
	color:#fff;
	margin-bottom:1em;
	text-transform:uppercase;
	font-size:3em;
}



.img-wrapper a {
	border-radius: 200px;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	-o-border-radius: 200px;
	display: inline-block;
}
.img-wrapper a img {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: 5px solid #009dbc;
	border-radius: 200px;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	-o-border-radius: 200px;
	width: 104px;
	height: 104px;
}
.img-wrapper a:hover img {
	border-color:#312934;
}
.img-wrapper a + a {
	margin-left: 14px;
}
.team .blockquote1 {
	margin-top: 32px;
}
.blockquote1 .block_info {
	color: #fff;
}
.blockquote1 .heading {
	display: block;
	text-transform: uppercase;
	margin-bottom: 1em;
}
span.heading{
	font-size:1em;
}
.blockquote1 .author {
	display: block;
	margin-top: 15px;
	letter-spacing: 0;
}
.blockquote1 .author a{
	color:#fff;
}
.blockquote1 .author a:hover{
	text-decoration:none;
	color:#009dbc ;
}
.students{
	background:#009dbc;
	padding:8em 0;
	margin-top: 1px;
}
.students h3{
	color:#fff;
	text-transform:uppercase;
	font-size:3em;
	text-align:center;
	margin-bottom:1em;
}
address {
	overflow: hidden;
	float: left;
	margin: 0 30px 0 0;
}
i.quote {
	color: #fff;
	font-size: 4em;
	padding: 25px 0 0 0;
	overflow: hidden;
}
.extra-wrap p{
	color:#fff;
	line-height:1.8em;
}
p.m_2{
	margin-top:1em;
}
p.m_2 a{
	color:#fff;
	font-weight:300;
}
p.m_2 a:hover{
	color:#312934;
	text-decoration:none;
}
/*--footer--*/
.footer{
	background:#00539f;
	padding:2em 0;

}
ul.list1{
	padding:0;
	list-style:none;
}
ul.list1 h3{
	color:#fff;
	text-transform:uppercase;
	margin-bottom: 1em;
}
ul.list1 li a{
	color:#fff;
	font-size: 0.85em;
	line-height:2.5em;
	text-transform:uppercase;
}
ul.list1 li a:hover{
	text-decoration:none;
	color:#ccc;
}
ul.socials {
	padding: 0;
	list-style: none;
	margin-bottom: 1em;
}
ul.socials li {
	display: inline-block;
}
.socials li a i.fb {
	margin-right: 5px;
	height: 40px;
	width: 40px;
	display: inline-block;
	color: #fff;
	background: none;
	text-align: center;
	line-height:42px;
	font-size: 20px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	background: #4d53be;
}
.socials li a i.fb:hover{
   background:#4147B0;
}
.socials li a i.tw {
	margin-right: 5px;
	height: 40px;
	width: 40px;
	display: inline-block;
	color: #fff;
	background: none;
	text-align: center;
	line-height:42px;
	font-size: 20px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	background:#00aeef;
}
.socials li a i.tw:hover{
   background:#02A8E7;
}


.socials li a i.in {
	margin-right: 5px;
	height: 40px;
	width: 40px;
	display: inline-block;
	color: #fff;
	background: none;
	text-align: center;
	line-height:42px;
	font-size: 20px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	background:#007bb6 ;
}
.socials li a i.in:hover{
   background:#11658d;
}



.socials li a i.ins {
	margin-right: 5px;
	height: 40px;
	width: 40px;
	display: inline-block;
	color: #fff;
	background: none;
	text-align: center;
	line-height:42px;
	font-size: 20px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	background:#d23256;
}
.socials li a i.ins:hover{
   background:#b51b3e;
}

ul.list2{
	padding:0;
	list-style:none;
}
.phone {
	color:#009dbc;
	margin-bottom:20px;
}
ul.list2 li{
	color:#fff;
	font-size:1.1em;
}
ul.list2 li a{
	color:#fff;
}
ul.list2 li a:hover{
	text-decoration:none;
	color:#ccc;
}
.copy{
	text-align:center;
	padding:1em 0;
	background:#fff;


}
.copy p{
	color:#00539f;
}
.copy p a{
	color:#009dbc;
}
.copy p a:hover{
	color:#fff;
	text-decoration:none;
}
/*--about--*/
.header_about{
	background: url(../images/banner.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	min-height:300px;
}
.box_1 h3 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: 3em;
  text-align: center;
}
.box_3 p{
	color: #999;
	line-height: 1.8em;
}
.about_banner{
	margin-bottom:2em;
}
.grid_3{
	background:#009dbc;
    padding:4em 0;
}
.grid_3 h3{
	color:#fff;
	text-transform:uppercase;
	font-size:3em;
	text-align:center;
	margin-bottom:1em;
}
.view {
  	overflow: hidden;
   	position: relative;
   	text-align: center;
   	cursor:pointer;
}
.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.view-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}


.about-grid h4{
	margin-top:2em;
		 width: 100%;
}
.about-grid h4 a{
	color:#000;
	text-transform:uppercase;
	font-size: 22px ; 

}
.about-grid h4 a:hover{
	text-decoration:none;
	color:#5599ba;

}
.about-grid p{
	color: #000;
	font-size:0.95em;
	line-height: 1.8em;
	font-weight: 300;
	 width: 100%;
}


.advantages{
	padding:8em 0;
}
ul.service_grid{
	padding:0;
	list-style:none;
}
.about_box1{
	margin-bottom:3em;
}
.feature {
  padding-left: 120px;
  position: relative;
}
.feature i {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100px;
  height: 100px;
  line-height: 101px;
  text-align: center;
  background:#312934;
  font-size: 3em;
  color: #fff;
}
.feature h4 {
  color: #000;
  font-size:1.1em;
  text-transform: uppercase;
}
.feature p {
  color: #999;
  font-size:0.95em;
  line-height: 1.8em;
}
h3.m_3{
	color:#000;
	text-align:center;
	font-size: 2em;
    text-transform:uppercase;
	margin-bottom:2em;
}
ul.span_1{
	margin-bottom:2em;
}
ul.about_box{
	padding:0;
	list-style:none;
}
ul.about_box li.box_img{
	width:20%;
	float:left;
	margin-right:5%;
}
ul.about_box li.box_desc{
	overflow:hidden;
	color:#999;
	font-size: 0.95em;
	line-height:1.5em;
}
ul.about_box h4{
	margin-top: 1em;
    color: #999;
    font-size: 0.95em;
}
/*--services--*/
.grid_4 {
	padding:2em 0;
}
.about-grid h3{
	font-size:1.1em;
	text-transform:uppercase;
	margin-top:1em;
}
.about-grid h3 a{
	color:#000;
}
.about-grid h3 a:hover{
	color:#0b9dbc;
	text-decoration:none;
}
p.service_desc{
	color:#000;
}

.service_desc{
   font-size: 0.95em;
    font-weight: 300;
    line-height: 1.8em;
	
}
.service_box{
	margin-bottom:1em;
	text-align: center;
	align-content: center;
	align-items: center
	
}


.service_box li{
	font-size: 14px
	
}

.service_box p{
	
	padding-bottom: 12px
}

/*--blog--*/
.blog_box h3{
	font-size:1.3em;
	text-transform:uppercase;
	margin-top:1em;
}
.blog_box h3 a{
	color:#000;
}
.blog_box h3 a:hover{
	color:#5599ba;
	text-decoration:none;
}
.blog_box p{
	font-size: 0.95em;
	color:#999;
	line-height:1.8em;
	margin-bottom: 2em;
}
.links{
	padding:0.5em 0;
}
.links ul{
	padding:0;
	list-style:none;
}
.links ul li {
	display: inline-block;
	margin-right: 20px;
	color:#999;
}
i.blog-icon{
	color:#312934;
	margin-right: 10px;
}
/* Button 3d */
.btn1 {
	border: none;
    cursor: pointer;
	  padding: 20px 20px;
	  display: inline-block;
	  margin: 15px 0 0;
	  text-transform: uppercase;
	  letter-spacing: 1px;
	  outline: none;
	  position: relative;
	  -webkit-transition: all 0.3s;
	  -moz-transition: all 0.3s;
	  transition: all 0.3s;
	  width: 34%;
	  text-align: center;
	  color: #fff;
}
.btn-8c:hover {
	-webkit-transform: rotateY(15deg);
	-moz-transform: rotateY(15deg);
	-ms-transform: rotateY(15deg);
	transform: rotateY(15deg);
	text-decoration:none;
	background:#312934;
	color:#fff;
}
.btn1:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-8 {
	display: block;
	background:#009dbc;
	outline: 1px solid transparent;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.span2{
	margin-bottom:5em;
}
h1.blog_head{
	font-size:3em;
	text-transform: uppercase;
	color:#000;
	text-align:center;
	margin-bottom:1.5em;
}
.pagination{
	padding-left:15px;
	margin-top:5em;
}
.pagination ul{
	padding:0;
	list-style:none;
}
.pagination ul li {
	display: inline-block;
	margin-right: 8px;
}
.pagination ul li span.pagenav, .pagination ul li .span.border {
	border-color:#312934;
	background:#312934;
	color:#fff;
	text-shadow: none;
}
.pagination ul li .pagenav, .pagination ul li .border {
	text-transform: none;
	background: #ffffff;
	color: #c9c9c9;
	text-shadow: none;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	border: 1px solid #d3d3d3;
	box-shadow: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	padding:8px 15px;
}
.pagination ul li a.pagenav:hover, .pagination ul li a.border:hover {
	border-color:#009dbc;
	background:#009dbc;
    text-shadow: none;
    color:#fff;
}
a.mask {
	text-decoration: none;
	overflow: hidden;
	display: block;
}
img.zoom-img:hover {
	-webkit-transform: scale(1.15);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.15);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
	overflow: hidden;
}
img.zoom-img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}
/*--blog-single--*/
.comment {
	margin-top:1em;
}
.comment h2 {
	color: #000;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: 2em;
}
ul.comment-list {
	border: 1px solid #dedddd;
	padding: 20px;
	list-style:none;
	margin: 20px;
}
ul.comment-list img {
	float: left;
	width: 17%;
	margin-right: 20px;
}
ul.comment-list .desc1 {
	float: left;
	width: 80%;
	margin: 0;
}

ul.comment-list .desc1 h5{
	font-size:1.3em;
}
ul.comment-list .desc1 h5 a {
	color:#000;
}
ul.comment-list .desc1 h5 a:hover {
	text-decoration:none;
	color:#5599ba;
}





ul.comment-list .desc2 h5{
	font-size:1.3em;
}
ul.comment-list .desc2 h5 a {
	color:#000;
}
ul.comment-list .desc2 h5 a:hover {
	text-decoration:none;
	color:#5599ba;
}



.extra {
	color: #4D606E;
	line-height: 1.8em;
	margin: 10px 0;
}
.desc1 p {
	color: #999;
	line-height: 1.8em;
	text-align: justify
}


.desc2 p {
	color: #666;
	line-height: 1.8em;
	text-align: justify;
	font-size: 14px
}


.reply{
	margin-top:1em;
}
.reply a {
	color: #000;
	text-transform:uppercase;
}
.reply a:hover{
	text-decoration:none;
	color:#2cb149;
}
.comments-area {
	margin-top: 4em;
}
.comments-area h3 {
	font-size:2em;
	color: #000;
	text-transform: uppercase;
	margin-bottom:1em;
}
.comments-area p {
	position: relative;
	padding: 8px 0;
	margin: 0;
}
.comments-area label {
  display: block;
  font-weight: 100;
  color: #999;
}
.comments-area span {
	color: red;
	position: absolute;
	left: 8px;
	top: 42px;
	font-size: 2em;
}
.comments-area input[type="text"] {
	padding: 15px 15px;
	width: 55%;
	color: #999;
	border: 1px solid #eee;
	background: none;
	outline: none;
	display: block;
}
.comments-area textarea {
	padding:15px 15px;
	width: 70%;
	color: #999;
	outline: none;
	height: 150px;
	display: block;
	border: 1px solid #eee;
	background:none;
}
.comments-area input[type="submit"], .contact_right input[type="submit"]{
	-webkit-appearance: none;
	cursor: pointer;
	border: none;
	outline: none;
	background: none;
	text-transform: uppercase;
	color:#fff;
}
label.btn1.btn2.btn-8.btn-8c {
	width: 20%;
}
/*--contact--*/
.contact {
	margin-top: 4em;
}
.map iframe{
	width:100%;
	min-height:500px;
	border:none;
	padding:0 15px;
	
}
.contact_left h3, .contact_right h3{
	padding: 0 0 0.8em 0;
	margin: 0;
	color:#000;
	text-transform:uppercase;
}
.contact_left p{
	color:#999;
    line-height:1.8em;
}
.text-fild {
	width: 48%;
	margin-right: 4%;
	float: left;
}
.msg-fild{
	margin:2em 0;
}
.text-fild span, .msg-fild span, .message-fild span{
	color:#999;
}
.text-fild input[type="text"], .msg-fild input[type="text"], .message-fild textarea {
	padding: 0.8em;
	width: 100%;
	outline: none;
	color:#999;
	border: 1px solid #DAD8D8;
}
.message-fild textarea{
	height:110px;
	resize:none;
}
.text-fild:nth-child(2) {
	margin: 0;
}
a:hover, a:focus {
	text-decoration:none !important;
}
/*--responsive design--*/
@media (max-width:1024px){
.header {
	min-height:550px;
}
.header_top {
	padding-top:10em;
}
.logo {
	padding: 0.5em 1em 1.7em;
}
.top-nav {
	margin: 2.3em 1em 0 0;
}
.box_1 h3, .grid_2 h3, .team h3, .students h3, .grid_3 h3{
    margin-bottom:1em;
}
.feature i {
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 2.5em;
}
.box_1 p {
	margin-bottom: 3em;
}
.grid_1, .students, .footer, .grid_3, .advantages, .grid_4 {
	padding: 5em 0;
}
.desc h4 {
	margin-bottom: 10px;
}
.desc{
	padding:1em;
}
.grid_2 {
	margin-bottom: 5em;
}
	
	.grid_12 {
	margin-bottom: 5em;
}
	
	
.team {
	min-height: 520px;
	padding-top: 5em;
}
.info{
	margin-top:4.5em;
}
.info img{
	width: 70%;
	margin: 0 auto;
}
.view .mask, .view .content {
	width: 206px;
	height: 217px;
}
h3.m_3 {
	margin-bottom: 1em;
}
.btn1 {
	padding: 14px 22px;
}
h1.blog_head {
	margin-bottom:1em;
}
label.btn1.btn2.btn-8.btn-8c {
	width:22%;
	text-align:center;
}
.header_about {
	min-height: 200px;
}
.header_top h1 {
  font-size: 3em;
}
	
	
.hexagon:before {
  top: -70px;
  border-left: 200px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 70px solid #312934;
}
.hexagon, .bg_DarckGrayColor .hexagon {
  width: 200px;
  height: 120px;
}
figure.icon img {
  width: 65px;
}
.hexagon:after {
  bottom: -70px;
  border-left: 0px solid transparent;
  border-right: 200px solid transparent;
  border-top: 70px solid #312934;
}
.btn.btn-primary, .btn.btn-normal {
  font-size: 1em;
}
.grid_2 h3, .team h3, .students h3, .box_1 h3, .grid_3 h3{
  font-size: 2.5em;
}
h3.m_3 {
  font-size:1.8em;
}  
}
@media (max-width:930px){
.hexagon, .bg_DarckGrayColor .hexagon {
  width: 180px;
  height: 100px;
}	
figure.icon img {
  width: 50px;
}
.btn.btn-primary, .btn.btn-normal {
  margin: 5px 0;
}  
.hexagon:before {
  top: -60px;
  border-left: 180px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 60px solid #312934;
}
.hexagon:after {
  bottom: -60px;
  border-left: 0px solid transparent;
  border-right: 180px solid transparent;
  border-top: 60px solid #312934;
}
.grid_1, .students, .footer, .grid_3, .advantages, .grid_4 {
  padding: 3em 0;
}
.desc p {
  font-size: 14px;
}
address img{
  width:80%;
}
i.quote {
  padding: 0;
}
.socials li a i.fb, .socials li a i.tw, .socials li a i.in, .socials li a i.ins {
  margin-right:2px;
  height: 30px;
  width: 30px;
  line-height: 25px;
  font-size: 20px;
  padding-top:2px
}  
ul.list2 li {
  font-size: 1em;
}
.span_2 {
  margin-bottom: 3em;
}
.blog_box {
  text-align:center;
  margin-bottom: 3em;in
}
.blog_box img{
  display:inline-block;
}
.btn1 {
  padding: 15px 20px;
  width: 24%;
  margin: 0 auto;
}
.span2 {
  margin-bottom: 0;
}
.pagination {
  padding-left: 15px;
  margin-top: 0em;
}
.comment h2, .comments-area h3{
  font-size: 1.6em;
}
.message-fild textarea {
  margin-bottom: 2em;
}
h1.blog_head {
  font-size: 2.5em;
}
}
@media (max-width:768px){
.header {
  min-height: 400px;
}	
.header_top h1 {
  font-size: 2em;
}
.header_top h2 {
  font-size: 1em;
}  
.header_top {
  padding-top: 8em;
}
span.secondary {
  font-size: 12px;
}
.top-nav span.menu {
  padding: 8px 0 0 0;
}
.top-nav ul li.active a, .top-nav ul li a:hover {
  background:none;
}
span.main {
  font-size: 3.5em;
  line-height: 20px;
}
span.secondary {
	margin-left: 4px;
}
.top-nav {
	margin: 1em 1em 0 0;
}
.top-nav ul {
	margin-top:20px;
}
.box_6{
	text-align:center;
	margin-bottom:2em;
}
.box_6 img{
	display:inline;
}
.grid_2 {
	margin-bottom: 2em;
}
.desc h4 {
  font-size: 1.1em;
}  
.team {
  min-height: 410px;
  padding-top: 3em;
}
address {
  margin: 0;
}
address img {
  width: 72%;
}
.extra-wrap p {
  line-height: 1.5em;
  font-size: 15px;
}
i.quote {
  font-size: 3em;
}  
ul.list1 h3 {
  font-size: 1.1em;
}
.about-grid p {
  font-size: 15px;
  line-height: 1.5em;
}
.map iframe {
  min-height:300px;
}
.team .blockquote1 {
  margin-top:20px;
}
.blockquote1 .block_info {
  font-size: 15px;
}
.socials li a i.fb, .socials li a i.tw .socials li a i.in {
	margin-right: 5px;
	height: 30px;
	width: 30px;
	line-height: 25px;
	font-size: 20px;
}
.info img {
	width: 45%;
	margin: 0 auto;
}
.feature {
	margin-bottom: 3em;
}
.info {
	margin-top: 3.5em;
}
a.mask{
	text-align:center;
}
a.mask img{
	display:inline-block;
}
.blog_box {
	margin-bottom: 3em;
}
.btn1 {
	width:22%;
}
.pagination {
	padding-left: 15px;
	margin-top: 0;
}
label.btn1.btn2.btn-8.btn-8c {
	width: 28%;
}
.contact_left {
	margin-bottom: 3em;
}
.extra-wrap {
	overflow: hidden;
}
.grid_2 h3, .team h3, .students h3, .box_1 h3, .grid_3 h3 {
  font-size: 2em;
}
.top-nav ul li a {
  padding: 0;
}
.hexagon_box ul li {
  padding: 0 5px;
}
.hexagon_box ul:last-child {
  margin-bottom: 65px;
}
.hexagon, .bg_DarckGrayColor .hexagon {
  width: 160px;
  height: 90px;
  margin-bottom:42px
}
figure.icon img {
  width: 40px;
}
.btn.btn-primary, .btn.btn-normal {
  font-size: 0.85em;
}
.hexagon:before {
  top: -60px;
  border-left: 160px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 60px solid #312934;
}
.hexagon:after {
  bottom: -60px;
  border-left: 0px solid transparent;
  border-right: 160px solid transparent;
  border-top: 60px solid #312934;
}
}
@media (max-width:640px){
.desc {
  width: 64%;
  margin: 0 auto;
}
ul.list1 li a {
  line-height: 2em;
}  
.col-sm-3 {
  width: 50%;
  float: left;
}
ul.list1 {
  margin-bottom: 2em;
}
address {
  width: 34%;
}
.about-grids {
  text-align: center;
}
.footer{
  padding:3em 0 0 0;
}
.header {
  min-height: 340px;
}
.service_box {
  margin-bottom: 0;
	text-align: center;
	align-content: center;
	align-items: center
}
.grid_4{
	padding:3em 0 0 0;
}
h1.blog_head {
  font-size: 2em;
}
.pagination {
  margin-bottom: 4em;
}
.comment {
  margin-top: 3em;
}
.desc1 p {
  line-height: 1.5em;
  font-size: 14px;
}
.comment h2, .comments-area h3 {
  font-size: 1.3em;
}
.comments-area input[type="text"] {
  padding: 10px;
  width: 80%;
}
.comments-area textarea {
  padding: 10px;
  width: 90%;
}
.comments-area, .contact{
  margin: 3em 0;
}
label.btn1.btn2.btn-8.btn-8c {
  width: 30%;
}    
.header_top {
  padding-top: 6em;
}
.view-first img {
	display: inline-block;
}
.view .mask, .view .content {
	width: 560px;
}
.about-grid {
	margin-bottom: 3em;
}
.grid_3{
	padding:5em 0 0;
}
.btn1 {
	width: 26%;
}
ul.comment-list img {
	width: 17%;
}
ul.comment-list .desc1 {
	width: 78%;
}
	
	
ul.comment-list .desc2 {
	width: 98%;
}
	
	
label.btn1.btn2.btn-8.btn-8c {
	width: 34%;
}
}
@media (max-width:480px){
.header {
  min-height:270px;
}
.header_top h1 {
  font-size: 1.3em;
}
span.main {
  font-size: 2.5em;
  line-height: 15px;
}
span.secondary {
  letter-spacing: 5px;
}
.header_top {
  padding-top:5em;
}
.header_top h2 {
  font-size: 0.85em;
}
.logo {
	padding: 0.5em 1em 1em;
}
.top-nav {
	margin: 0.6em 1em 0 0;
}
.top-nav span.menu {
  padding: 6px 0 0 0;
}
.hexagon, .bg_DarckGrayColor .hexagon {
  width: 100px;
  height: 60px;
}
figure.icon img {
  width: 85px;
}
.btn.btn-primary, .btn.btn-normal {
  font-size: 12px;
}
.hexagon:before {
  top: -40px;
  border-left: 100px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 40px solid #312934;
}
.hexagon:after {
  bottom: -40px;
  border-left: 0px solid transparent;
  border-right: 100px solid transparent;
  border-top: 40px solid #312934;
}
.btn.btn-primary, .btn.btn-normal {
  font-size: 12px;
  margin: 0;
	white-space: normal
}
	
	.btn.btn-primary, .btn.btn-normal:hover {
  font-size: 12px;
  margin: 0;
	white-space: normal
}
.hexagon_box ul li {
  padding: 0 2px;
}
.hexagon_box ul:last-child {
  margin-bottom: 38px;
}
.hexagon_box {
  padding-top: 35px;
}
.grid_2 h3, .team h3, .students h3, .box_1 h3, .grid_3 h3 {
  font-size: 1.6em;
}
.desc {
	width:93.5%;
}
.about_banner {
  margin-bottom: 1em;
}
.box_3 p {
  font-size: 0.95em;
}
.grid_3 {
  padding: 3em 0 0;
}
.about-grid h4 {
  margin-top: 1em;
}
.about-grid {
  margin-bottom: 2em;
}
.feature {
  margin-bottom: 2em;
  padding-left: 90px;
}
.feature p {
  font-size: 0.95em;
  line-height: 1.5em;
}
h3.m_3 {
  font-size: 1.5em;
}
ul.span_1 {
  margin-bottom: 1em;
}
.blog_box h3 {
  font-size:1.1em;
}  
.btn1 {
  padding: 12px 20px;
}
.blog_box p {
  margin-bottom: 1em;
}  
h1.blog_head {
  font-size: 1.5em;
}
.map iframe {
  min-height:200px;
}
.contact_left h3, .contact_right h3 {
  padding: 0 0 0.5em 0;
  font-size: 1.3em;
}
.top-nav ul {
	margin-top: 16px;
}
.view .mask, .view .content {
	width: 420px;
}
.service_box{
	margin-bottom:0;
	
}
.btn1 {
	width: 37%;
}
ul.comment-list .desc1 {
	width: 76%;
}
.comments-area input[type="text"] {
	padding:10px;
	width: 75%;
}
.comments-area textarea {
	padding:10px;
	width: 90%;
}
label.btn1.btn2.btn-8.btn-8c {
	width: 47%;
}
.header_about {
	min-height: 150px;
}
}
@media (max-width:320px){
.header {
  min-height:210px;
}
span.main {
  font-size: 2em;
  line-height: 27px;
}
.header_top h1 {
  font-size: 1.2em;
}
.header_top h2 {
  font-size: 12px;
}
.header_top {
	padding-top:3em;
}
span.secondary {
	display: none;
}
.logo{
	padding:10px;
}
.container {
	padding:0 10px;
}
.hexagon, .bg_DarckGrayColor .hexagon {
  width: 85px;
  height: 35px;
}
.hexagon:before {
  top: -30px;
  border-left: 44px solid transparent;
  border-right: 41px solid transparent;
  border-bottom: 30px solid #312934;
}
.hexagon:after {
  bottom: -30px;
  border-left: 46px solid transparent;
  border-right: 40px solid transparent;
  border-top: 30px solid #312934;
}
figure.icon img {
  width: 20px;
}
.btn.btn-primary, .btn.btn-normal {
  font-size: 11px;
  margin: 0;
  padding: 0;
}
.hexagon_box {
  padding-top:2em;
}
.box_6 {
  padding: 0;
  margin-bottom: 1em;
}
.top-nav {
  margin: 0;
}
.grid_2 h3, .team h3, .students h3, .box_1 h3, .grid_3 h3 {
  font-size: 1.3em;
}
blockquote {
  padding:0 !important;
}  
.team {
  padding-top: 2em;
  min-height: 350px;
}
.top-nav span.menu {
	padding:8px 10px 0 0;
}
.top-nav ul {
	margin-top: 4px;
}
.grid_1 {
	padding:2em 0;
}
.feature i {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 2em;
}
.feature {
	padding-left: 70px;
}
.box_2 {
	margin-bottom: 0em;
}
.desc {
	width:100%;
}
.img-wrapper a img {
	width: 75px;
	height: 75px;
}
.blockquote1 .author {
  margin-top: 5px;
}  
.students {
  padding: 2em 0;
}
.blockquote1 .heading {
  margin-bottom: 8px;
}
.desc h4 {
  font-size: 1em;
}
.blockquote1 .author a {
  font-size: 13px;
}
.col-sm-3 {
  padding:2px;
}
i.quote {
	font-size: 2em;
}
.socials li a i.fb, .socials li a i.tw, .socials li a i.in {
  margin-right: 0px;
  height: 40px;
  width: 40px;
  line-height: 42px;
  font-size: 15px;
}
.footer{
	padding:2em 0 0 0;
}
.feature h4 {
  font-size: 0.95em;
}  
.extra-wrap {
	overflow: inherit;
}
.students{
	padding:3em 0;
}
.grid_3 {
	padding: 2em 0 0;
}
.about-grid h4 {
	margin-top: 1em;
}
.grid_4{
	padding:2em 0;
}
.advantages{
	padding:3em 0 1em;
}
.btn1 {
	width: 51%;
	padding: 10px;
}
.span2 {
	margin-bottom: 0em;
}
.pagination ul li {
	line-height: 3em;
}
.comment {
	margin-top: 0;
}
ul.comment-list {
	padding: 10px;
}
ul.comment-list .desc1 {
	width: 100%;
	float: none;
}
.comments-area {
	margin-top: 3em;
}
label.btn1.btn2.btn-8.btn-8c {
	width: 60%;
	padding: 10px;
	font-size: 14px;
}
.map iframe {
	min-height:200px;
}
.contact {
	margin-top: 2em;
}
.text-fild {
	width: 100%;
	margin-right: 0;
	float: none;
}
ul.list1 li a {
  line-height: 1.8em;
  font-size: 13px;
}
ul.socials {
  margin-bottom: 10px;
}
ul.list2 li {
  font-size: 0.95em;
}
.copy p {
  font-size: 14px;
}
.top-nav ul li {
  margin: 10px;
}  
.about_banner, .box_3, .span_3{
  padding: 0;
}
.box_3 p {
  font-size: 14px;
}
.span_2 {
  margin-bottom: 2em;
  padding: 0;
}
.about-grid p {
  font-size: 14px;
  
}
.about-grid h3 {
  font-size: 1em;
}  
.blog_box {
  margin-bottom: 2em;
  padding: 0;
}
.blog_box h3 {
  font-size: 1em;
}
.about-grid {
  margin-bottom: 1em;
}
.btn1 {
  width: 40%;
  padding: 8px;
}
.pagination {
  margin-bottom:1em;
}
.pagination {
  padding-left: 0;
}
.pagination ul li {
  margin-right: 2px;
}
.pagination ul li .pagenav, .pagination ul li .border {
 padding: 5px 10px;
}
ul.comment-list .desc1 h5 {
  font-size: 1.1em;
}
	
	
ul.comment-list .desc2 h5 {
  font-size: 1.1em;
}
.extra {
  line-height: 1.5em;
  margin: 5px 0;
  font-size: 14px;
}
label.btn1.btn2.btn-8.btn-8c {
  width: 45%;
}
.comments-area, .contact{
  margin:2em 0 0 0;
}
.contact_left {
  margin-bottom:2em;
  padding: 0;
}
.contact_left p {
  font-size: 15px;
}
.contact_right, .contact_left, .map iframe{
  padding: 0;
}
.header_about {
  min-height: 100px;
}
ul.comment-list .desc1 {
	float: left;
	width: 100% !important;
	margin: 0;
}
.desc1 p{
	float: left;
	width: 100%;
	margin: 0;
}
	
.message-fild textarea {
  margin-bottom: 1em;
}
}







.border-line {
  display: block;
  height: 7px;
  background: #53565a;
  margin: 0 0 15px;
  position: relative; }

.border-line:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 40px;
    background: rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 767px) {
    .border-line {
      margin: 0 0 10px;
      height: 5px; }
    .border-line:before {
      width: 25px; } }


.grid-isotope-static, .grid-isotope {
    padding: 0 0 1px;
    position: relative;
	
}
.grid-isotope-static .grid-item, .grid-isotope .grid-item {
    padding: 0 20px;
}
.grid-isotope-static > *, .grid-isotope > * {
    position: relative;
    z-index: 2;
}
.grid-isotope-static > *::before, .grid-isotope > *::before {
    border: 1px solid #ccc;
    bottom: -1px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: -1px;
    top: 0;
    z-index: -1;
}
.grid-isotope-static .gradient-component, .grid-isotope .gradient-component {
    max-width: 90.63%;
    min-height: 310px;
    padding: 0 0 20px;
}


.grid-isotope-static .gradient-component, .grid-isotope .gradient-component li{
 
	font-size: 14px
}


@media screen and (max-width: 767px) {
.grid-isotope-static .gradient-component, .grid-isotope .gradient-component {
    max-width: 100%;
    min-height: 188px;
}
}



.grid-isotope-static .gradient-component2, .grid-isotope .gradient-component2 {
    max-width: 90.63%;
    min-height: 120px;
    padding: 0 0 20px;
}

.grid-isotope-static .gradient-component2, .grid-isotope .gradient-component2 li{
 
	font-size: 14px
}



@media screen and (max-width: 767px) {
.grid-isotope-static .gradient-component2, .grid-isotope .gradient-component2 {
    max-width: 100%;
    min-height: 200px;
}
}



@media screen and (max-width: 320px) {

.desc1 p {
	float: left;
	width: 100% !important;
	margin: 0;
}

}


.grid-isotope-static .gradient-component4, .grid-isotope .gradient-component4 {
    max-width: 98.63%;
    min-height: 180px !important;
    padding: 0 0 20px;
}

.grid-isotope-static .gradient-component4, .grid-isotope .gradient-component4 p{
	padding-bottom: 12px; font-size: 15px;
	text-align: justify;
	
}






.grid-isotope-static .gradient-component4, .grid-isotope .gradient-component4 li{
 
	font-size: 14px;
	content: "• ";
  color: #0b9dbc;
	

	
}



.grid-isotope-static .gradient-component, .grid-isotope .gradient-component li{
 
	font-size: 14px;
	content: "• ";
  color: #0b9dbc;
	

	
}

@media screen and (max-width: 767px) {
.grid-isotope-static .gradient-component4, .grid-isotope .gradient-component4 {
    max-width: 100%;
    min-height: 200px;
}
}




.all-btn-wrap {
    text-align: center;
}
.all-btn-wrap::before {
    display: none;
}
.all-btn-holder {
    display: table;
    height: 100%;
    margin: 0 auto;
    text-align: center;
}
.all-btn-holder .all-btn {
    display: table-cell;
    vertical-align: middle;
}
.grid-isotope-static {
    padding-top: 40px;
}
.grid-isotope-static .all-btn-wrap {
    margin-top: 55px;
}
@media screen and (max-width: 767px) {
.grid-isotope-static {
    padding-top: 20px;
}
.grid-isotope-static .all-btn-wrap {
    margin-top: 25px;
}
}




ul.nav-tabs {
    border: medium none;
    font-size: 0;
    letter-spacing: -4px;
    line-height: 0;
    margin: 0;
    padding: 0 0 46px;
    text-align: center;
}
ul.nav-tabs li {
    display: inline-block;
    float: none;
    font-size: 16px;
    letter-spacing: normal;
    line-height: 41px;
    margin: 0;
    padding: 0 10px;
    vertical-align: top;
}
ul.nav-tabs li::before {
    display: none;
}
ul.nav-tabs a {
    border: 3px solid #939598;
    border-radius: 0;
    color: #b1babf;
    display: block;
    line-height: inherit;
    margin: 0;
    padding: 0 5px;
    position: relative;
    transition: all 0.3s ease 0s;
    width: 225px;
}
ul.nav-tabs a:focus {
    text-decoration: none;
}
ul.nav-tabs a:hover {
    border-color: #c01818;
    color: #000;
    text-decoration: none;
}
ul.nav-tabs .active a:focus, ul.nav-tabs .active a:hover, ul.nav-tabs .active a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 3px solid #0b9dbc;
    color: #000;
}
ul.nav-tabs .active a:focus::after, ul.nav-tabs .active a:hover::after, ul.nav-tabs .active a::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0b9dbc;
    content: "";
    height: 0;
    left: 50%;
    margin: 3px 0 0 -10px;
    position: absolute;
    top: 100%;
    width: 0;
}
@media screen and (max-width: 1023px) {
ul.nav-tabs {
    padding: 0 0 25px;
}
ul.nav-tabs li {
    font-size: 14px;
    line-height: 34px;
    padding: 0 5px;
}
ul.nav-tabs a {
    width: 170px;
}
}
@media screen and (max-width: 767px) {
ul.nav-tabs {
    display: table;
    margin: 0 -20px 20px;
    padding: 0;
    table-layout: fixed;
    width: calc(100% + 40px);
}
ul.nav-tabs li {
    display: table-cell;
    line-height: 36px;
    padding: 0;
    vertical-align: top;
}
ul.nav-tabs a {
    background: #939598 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    line-height: 36px;
    width: 100%;
}
ul.nav-tabs a:hover {
    border: medium none;
    color: #fff;
}
ul.nav-tabs .active a:focus, ul.nav-tabs .active a:hover, ul.nav-tabs .active a {
    background: #c01818 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
}
ul.nav-tabs .active a:focus::after, ul.nav-tabs .active a:hover::after, ul.nav-tabs .active a::after {
    margin: 0 0 0 -10px;
}
}
.modal.static {
    background: #3a3a3c none repeat scroll 0 0;
    display: block;
    position: relative;
}
.breadcrumbs {
    font-size: 14px;
    font-weight: 300;
    left: 61px;
    margin: 0 0 25px;
    position: absolute;
    top: 24px;
}
.hero.auto .breadcrumbs {
    position: static;
}




.bg-image {
    background-image: url("/img/nwco/backgrounds/red-logo-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-light-gray-right, .bg-gray-right, .bg-dark-red-right, .bg-dark-gray-right, .bg-red-right {
    position: relative;
}
.bg-light-gray-right::before, .bg-gray-right::before, .bg-dark-red-right::before, .bg-dark-gray-right::before, .bg-red-right::before {
    background-color: #0b9dbc;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: -9999px;
    top: 0;
}
.bg-light-gray-left, .bg-gray-left, .bg-dark-red-left, .bg-dark-gray-left, .bg-red-left {
    position: relative;
}
.bg-light-gray-left::before, .bg-gray-left::before, .bg-dark-red-left::before, .bg-dark-gray-left::before, .bg-red-left::before {
    background-color: #0b9dbc;
    bottom: 0;
    content: "";
    left: -9999px;
    position: absolute;
    right: 0;
    top: 0;
}
.bg-dark-gray, .bg-red-right, .bg-red-left, .bg-dark-red, .bg-red, .bg-gray {
    background-color: #333333;
    color: #fff;
}
.bg-dark-gray h1, .bg-dark-gray h2, .bg-dark-gray h3, .bg-dark-gray h4, .bg-dark-gray h5, .bg-dark-gray h6, .bg-red-right h1, .bg-red-right h2, .bg-red-right h3, .bg-red-right h4, .bg-red-right h5, .bg-red-right h6, .bg-red-left h1, .bg-red-left h2, .bg-red-left h3, .bg-red-left h4, .bg-red-left h5, .bg-red-left h6, .bg-dark-red h1, .bg-dark-red h2, .bg-dark-red h3, .bg-dark-red h4, .bg-dark-red h5, .bg-dark-red h6, .bg-red h1, .bg-red h2, .bg-red h3, .bg-red h4, .bg-red h5, .bg-red h6, .bg-gray h1, .bg-gray h2, .bg-gray h3, .bg-gray h4, .bg-gray h5, .bg-gray h6 {
    color: #fff;
}
.bg-dark-gray h1 a, .bg-dark-gray h2 a, .bg-dark-gray h3 a, .bg-dark-gray h4 a, .bg-dark-gray h5 a, .bg-dark-gray h6 a, .bg-red-right h1 a, .bg-red-right h2 a, .bg-red-right h3 a, .bg-red-right h4 a, .bg-red-right h5 a, .bg-red-right h6 a, .bg-red-left h1 a, .bg-red-left h2 a, .bg-red-left h3 a, .bg-red-left h4 a, .bg-red-left h5 a, .bg-red-left h6 a, .bg-dark-red h1 a, .bg-dark-red h2 a, .bg-dark-red h3 a, .bg-dark-red h4 a, .bg-dark-red h5 a, .bg-dark-red h6 a, .bg-red h1 a, .bg-red h2 a, .bg-red h3 a, .bg-red h4 a, .bg-red h5 a, .bg-red h6 a, .bg-gray h1 a, .bg-gray h2 a, .bg-gray h3 a, .bg-gray h4 a, .bg-gray h5 a, .bg-gray h6 a {
    text-decoration: none;
}
.bg-dark-gray h1 a:hover, .bg-dark-gray h2 a:hover, .bg-dark-gray h3 a:hover, .bg-dark-gray h4 a:hover, .bg-dark-gray h5 a:hover, .bg-dark-gray h6 a:hover, .bg-red-right h1 a:hover, .bg-red-right h2 a:hover, .bg-red-right h3 a:hover, .bg-red-right h4 a:hover, .bg-red-right h5 a:hover, .bg-red-right h6 a:hover, .bg-red-left h1 a:hover, .bg-red-left h2 a:hover, .bg-red-left h3 a:hover, .bg-red-left h4 a:hover, .bg-red-left h5 a:hover, .bg-red-left h6 a:hover, .bg-dark-red h1 a:hover, .bg-dark-red h2 a:hover, .bg-dark-red h3 a:hover, .bg-dark-red h4 a:hover, .bg-dark-red h5 a:hover, .bg-dark-red h6 a:hover, .bg-red h1 a:hover, .bg-red h2 a:hover, .bg-red h3 a:hover, .bg-red h4 a:hover, .bg-red h5 a:hover, .bg-red h6 a:hover, .bg-gray h1 a:hover, .bg-gray h2 a:hover, .bg-gray h3 a:hover, .bg-gray h4 a:hover, .bg-gray h5 a:hover, .bg-gray h6 a:hover {
    text-decoration: underline;
}
.bg-dark-gray a:not([class]), .bg-red-right a:not([class]), .bg-red-left a:not([class]), .bg-dark-red a:not([class]), .bg-red a:not([class]), .bg-gray a:not([class]) {
    color: #fff;
    text-decoration: underline;
}
.bg-dark-gray a:hover:not([class]), .bg-red-right a:hover:not([class]), .bg-red-left a:hover:not([class]), .bg-dark-red a:hover:not([class]), .bg-red a:hover:not([class]), .bg-gray a:hover:not([class]) {
    text-decoration: none;
}
.bg-dark-gray {
    background: #333333 none repeat scroll 0 0;
}
.bg-red {
    background-color: #0b9dbc;
}
.bg-dark-red {
    background-color: #75160d;
}
.bg-gray {
    background-color: #53565a;
}
.bg-light-gray {
    background-color: #e6e7e8;
}
.bg-light-gray-left::before, .bg-light-gray-right::before {
    background-color: #e6e7e8;
}
.bg-dark-gray-left, .bg-dark-gray-right {
    color: #fff;
}
.bg-dark-gray-left h1, .bg-dark-gray-left h2, .bg-dark-gray-left h3, .bg-dark-gray-left h4, .bg-dark-gray-left h5, .bg-dark-gray-left h6, .bg-dark-gray-right h1, .bg-dark-gray-right h2, .bg-dark-gray-right h3, .bg-dark-gray-right h4, .bg-dark-gray-right h5, .bg-dark-gray-right h6 {
    color: #fff;
}
.bg-dark-gray-left h1 a, .bg-dark-gray-left h2 a, .bg-dark-gray-left h3 a, .bg-dark-gray-left h4 a, .bg-dark-gray-left h5 a, .bg-dark-gray-left h6 a, .bg-dark-gray-right h1 a, .bg-dark-gray-right h2 a, .bg-dark-gray-right h3 a, .bg-dark-gray-right h4 a, .bg-dark-gray-right h5 a, .bg-dark-gray-right h6 a {
    text-decoration: none;
}
.bg-dark-gray-left h1 a:hover, .bg-dark-gray-left h2 a:hover, .bg-dark-gray-left h3 a:hover, .bg-dark-gray-left h4 a:hover, .bg-dark-gray-left h5 a:hover, .bg-dark-gray-left h6 a:hover, .bg-dark-gray-right h1 a:hover, .bg-dark-gray-right h2 a:hover, .bg-dark-gray-right h3 a:hover, .bg-dark-gray-right h4 a:hover, .bg-dark-gray-right h5 a:hover, .bg-dark-gray-right h6 a:hover {
    text-decoration: underline;
}
.bg-dark-gray-left a:not([class]), .bg-dark-gray-right a:not([class]) {
    color: #fff;
    text-decoration: underline;
}
.bg-dark-gray-left a:hover:not([class]), .bg-dark-gray-right a:hover:not([class]) {
    text-decoration: none;
}
.bg-dark-gray-left::before, .bg-dark-gray-right::before {
    background: #333333 none repeat scroll 0 0;
}
.bg-dark-red-left, .bg-dark-red-right {
    color: #fff;
}
.bg-dark-red-left h1, .bg-dark-red-left h2, .bg-dark-red-left h3, .bg-dark-red-left h4, .bg-dark-red-left h5, .bg-dark-red-left h6, .bg-dark-red-right h1, .bg-dark-red-right h2, .bg-dark-red-right h3, .bg-dark-red-right h4, .bg-dark-red-right h5, .bg-dark-red-right h6 {
    color: #fff;
}
.bg-dark-red-left h1 a, .bg-dark-red-left h2 a, .bg-dark-red-left h3 a, .bg-dark-red-left h4 a, .bg-dark-red-left h5 a, .bg-dark-red-left h6 a, .bg-dark-red-right h1 a, .bg-dark-red-right h2 a, .bg-dark-red-right h3 a, .bg-dark-red-right h4 a, .bg-dark-red-right h5 a, .bg-dark-red-right h6 a {
    text-decoration: none;
}
.bg-dark-red-left h1 a:hover, .bg-dark-red-left h2 a:hover, .bg-dark-red-left h3 a:hover, .bg-dark-red-left h4 a:hover, .bg-dark-red-left h5 a:hover, .bg-dark-red-left h6 a:hover, .bg-dark-red-right h1 a:hover, .bg-dark-red-right h2 a:hover, .bg-dark-red-right h3 a:hover, .bg-dark-red-right h4 a:hover, .bg-dark-red-right h5 a:hover, .bg-dark-red-right h6 a:hover {
    text-decoration: underline;
}
.bg-dark-red-left a:not([class]), .bg-dark-red-right a:not([class]) {
    color: #fff;
    text-decoration: underline;
}
.bg-dark-red-left a:hover:not([class]), .bg-dark-red-right a:hover:not([class]) {
    text-decoration: none;
}
.bg-dark-red-left::before, .bg-dark-red-right::before {
    background-color: #75160d;
}
.bg-gray-right, .bg-gray-left {
    color: #fff;
}
.bg-gray-right h1, .bg-gray-right h2, .bg-gray-right h3, .bg-gray-right h4, .bg-gray-right h5, .bg-gray-right h6, .bg-gray-left h1, .bg-gray-left h2, .bg-gray-left h3, .bg-gray-left h4, .bg-gray-left h5, .bg-gray-left h6 {
    color: #fff;
}
.bg-gray-right h1 a, .bg-gray-right h2 a, .bg-gray-right h3 a, .bg-gray-right h4 a, .bg-gray-right h5 a, .bg-gray-right h6 a, .bg-gray-left h1 a, .bg-gray-left h2 a, .bg-gray-left h3 a, .bg-gray-left h4 a, .bg-gray-left h5 a, .bg-gray-left h6 a {
    text-decoration: none;
}
.bg-gray-right h1 a:hover, .bg-gray-right h2 a:hover, .bg-gray-right h3 a:hover, .bg-gray-right h4 a:hover, .bg-gray-right h5 a:hover, .bg-gray-right h6 a:hover, .bg-gray-left h1 a:hover, .bg-gray-left h2 a:hover, .bg-gray-left h3 a:hover, .bg-gray-left h4 a:hover, .bg-gray-left h5 a:hover, .bg-gray-left h6 a:hover {
    text-decoration: underline;
}
.bg-gray-right a:not([class]), .bg-gray-left a:not([class]) {
    color: #fff;
    text-decoration: underline;
}
.bg-gray-right a:hover:not([class]), .bg-gray-left a:hover:not([class]) {
    text-decoration: none;
}
.bg-gray-right::before, .bg-gray-left::before {
    background-color: #53565a;
}







.breadcrumbs {
    font-size: 14px;
    font-weight: 300;
    left: 61px;
    margin: 0 0 25px;
    position: relative;
    top: 4px;
}

.breadcrumbs > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.breadcrumbs > ul::before, .breadcrumbs > ul::after {
    content: " ";
    display: table;
}
.breadcrumbs > ul::after {
    clear: both;
}
.breadcrumbs > ul > li {
    float: left;
    margin: 0 10px 0 0;
    position: relative;
}
.breadcrumbs > ul > li > a {
    display: inline-block;
    vertical-align: top;
}


.breadcrumbs > ul .icon-chevron-right {
    display: inline-block;
    margin-left: 7px;
    vertical-align: middle;
}
.breadcrumbs a {
    color: #000;
    text-decoration: none;
}
.breadcrumbs a:hover {
    text-decoration: underline;
	color: #c00 !important
}
.breadcrumbs a:focus {
    text-decoration: none;
}
@media screen and (max-width: 1319px) {
.breadcrumbs {
    left: 42px;
}
}
@media screen and (max-width: 1023px) {
.breadcrumbs {
    display: none;
    font-size: 12px;
    margin: 0 0 15px;
}
}


#sirala8 {
    border: 0 solid #666;
    display: inline-block;
    height: 290px;
    margin-bottom: 22px;
    margin-right: 16px;
    margin-top: 2px;
    padding-left: 0;
    vertical-align: text-top;
    width: 210px;
}



.hexagon_box12 li {
	
	border: 1px solid #666;
    display: inline-block;
    height:80px;
	padding: 4px;

    vertical-align: text-top;
    width: 49%;
	list-style: none;
	margin-bottom: 22px;
	
	
	
}



#sirala {
  
    margin-top: 12px;
	margin-left: 200px
	
	
}

#sirala img {
	border: 1px solid #ccc;
	width: 10%
}


@media (max-width: 468px) {
#sirala img {
	border: 1px solid #ccc;
	width: 30% !important; 
	margin-bottom: 12px; margin-right: 6px !important;
	margin-left: 0px !important;
	left: 0px !important
}
}


@media (max-width: 468px) {
#sirala {
  
    margin-top: 12px !important;
	margin-left: 0px !important
	
	
}
}




@media (max-width: 1228px) {
#sirala img {
	border: 1px solid #ccc;
	width: 20% !important; 
	margin-bottom: 12px; margin-right: 6px !important;
	margin-left: 0px !important;
	left: 0px !important
}
}


@media (max-width: 1228px) {
#sirala {
  
    margin-top: 12px !important;
	margin-left: 0px !important
	
	
}
}





.col-sm-4 ul li {
    /* Text color */
    color: black;
    list-style-type: none;
	
}

.col-sm-4 ul li:before {
    /* Unicode bullet symbol */
  
content: "•   ";
color: #0b9dbc;
	margin-left: -22px
}



#liste li {
    /* Text color */
    color: black;
  
	padding-bottom: 12px;
	
}



.download-section {
  font-size: 16px; }
  .download-section .row > *:first-child {
    padding-right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .download-section .row > *:first-child .bg-red {
      margin: 0 10px 0 -14px;
      width: calc(100% + 20px); }


  .download-section .row > *:first-child > * {
    min-height: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    padding-top: 15px;
    padding-bottom: 12px; }
  .download-section .image {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    position: relative;
    width: 210px;
    text-align: center;
    height: 100%;
    padding: 0 15px; }
    .download-section .image img {
      position: absolute;
      top: 50%;
      left: calc(50% + 20px);
      width: 150px;
      height: auto;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      border: 4px solid #B1BABF; }
  .download-section .text {
    font-weight: 300;
    padding: 5px 20px 5px 40px; }
    .download-section .text time {
      display: block;
      margin: 0 0 15px; }
  .download-section .popup-holder {
    right: 20px; }
    .download-section .popup-holder .opener {
      background: #000 url(/img/nwco/icons/icon-share.png) center center no-repeat;
      background-size: auto 56%; }
  .download-section h3 {
    font-size: 30px;
    margin: 0 0 3px;
    font-weight: normal; }
    .download-section h3 a {
      text-decoration: none !important; }
      .download-section h3 a:hover {
        text-decoration: underline !important; }
  .download-section p {
    margin: 0; }


  @media screen and (max-width: 1023px) {
    .download-section h3 {
      font-size: 18px; }
    .download-section .image {
      width: 160px;
      padding: 0 10px; }
      .download-section .image img {
        width: 130px; } }


  @media screen and (max-width: 767px) {
    .download-section .container {
      padding: 0; }
    .download-section .row > *:first-child {
      padding-right: 20px;
	  }
      .download-section .row > *:first-child .bg-red {
        margin: 0;
        width: 100%; }
    .download-section h3 {
      font-size: 16px;
      margin: 0; }
    .download-section .text {
      padding: 5px 35px 5px 35px; }
      .download-section .text p {
        display: none; }
    .download-section .image {
      width: auto;
      max-width: 50%;
      margin: 0 -10px 0 0;
      padding: 0 0 0 35px; }
      .download-section .image img {
        max-width: 100%;
        max-height: 100%;
        position: static;
        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%); }
    .download-section .btn-wrap {
      padding-left: 35px; } }


.bg-dark-gray {
  background: #333333; }

.bg-red {
  background-color: #aa3536; }

.bg-dark-red {
  background-color: #75160D; }

.bg-gray-gradient {
  background: #e6e7e9;
  background: -webkit-linear-gradient(top, #e6e7e9 0%, #b1babf 100%);
  background: linear-gradient(to bottom, #e6e7e9 0%, #b1babf 100%); }

.bg-red-gradient {
  background: #9a1712;
  background: -webkit-linear-gradient(top, #9a1712 0%, #c01818 35%, #c01818 100%);
  background: linear-gradient(to bottom, #9a1712 0%, #c01818 35%, #c01818 100%); }

.bg-gray {
  background-color: #53565a; }

.bg-gray2 {
  background-color: #939598; }

.bg-light-gray {
  background-color: #e6e7e8; }

.bg-light-gray-left:before,
.bg-light-gray-right:before {
  background-color: #e6e7e8; }

.bg-dark-gray-left,
.bg-dark-gray-right {
  color: #fff; }
  .bg-dark-gray-left h1, .bg-dark-gray-left h2, .bg-dark-gray-left h3, .bg-dark-gray-left h4, .bg-dark-gray-left h5, .bg-dark-gray-left h6,
  .bg-dark-gray-right h1,
  .bg-dark-gray-right h2,
  .bg-dark-gray-right h3,
  .bg-dark-gray-right h4,
  .bg-dark-gray-right h5,
  .bg-dark-gray-right h6 {
    color: #fff; }
    .bg-dark-gray-left h1 a, .bg-dark-gray-left h2 a, .bg-dark-gray-left h3 a, .bg-dark-gray-left h4 a, .bg-dark-gray-left h5 a, .bg-dark-gray-left h6 a,
    .bg-dark-gray-right h1 a,
    .bg-dark-gray-right h2 a,
    .bg-dark-gray-right h3 a,
    .bg-dark-gray-right h4 a,
    .bg-dark-gray-right h5 a,
    .bg-dark-gray-right h6 a {
      text-decoration: none; }
      .bg-dark-gray-left h1 a:hover, .bg-dark-gray-left h2 a:hover, .bg-dark-gray-left h3 a:hover, .bg-dark-gray-left h4 a:hover, .bg-dark-gray-left h5 a:hover, .bg-dark-gray-left h6 a:hover,
      .bg-dark-gray-right h1 a:hover,
      .bg-dark-gray-right h2 a:hover,
      .bg-dark-gray-right h3 a:hover,
      .bg-dark-gray-right h4 a:hover,
      .bg-dark-gray-right h5 a:hover,
      .bg-dark-gray-right h6 a:hover {
        text-decoration: underline; }
  .bg-dark-gray-left a:not([class]),
  .bg-dark-gray-right a:not([class]) {
    color: #fff;
    text-decoration: underline; }
    .bg-dark-gray-left a:not([class]):hover,
    .bg-dark-gray-right a:not([class]):hover {
      text-decoration: none; }
  .bg-dark-gray-left:before,
  .bg-dark-gray-right:before {
    background: #333333; }

.bg-dark-red-left,
.bg-dark-red-right {
  color: #fff; }
  .bg-dark-red-left h1, .bg-dark-red-left h2, .bg-dark-red-left h3, .bg-dark-red-left h4, .bg-dark-red-left h5, .bg-dark-red-left h6,
  .bg-dark-red-right h1,
  .bg-dark-red-right h2,
  .bg-dark-red-right h3,
  .bg-dark-red-right h4,
  .bg-dark-red-right h5,
  .bg-dark-red-right h6 {
    color: #fff; }
    .bg-dark-red-left h1 a, .bg-dark-red-left h2 a, .bg-dark-red-left h3 a, .bg-dark-red-left h4 a, .bg-dark-red-left h5 a, .bg-dark-red-left h6 a,
    .bg-dark-red-right h1 a,
    .bg-dark-red-right h2 a,
    .bg-dark-red-right h3 a,
    .bg-dark-red-right h4 a,
    .bg-dark-red-right h5 a,
    .bg-dark-red-right h6 a {
      text-decoration: none; }
      .bg-dark-red-left h1 a:hover, .bg-dark-red-left h2 a:hover, .bg-dark-red-left h3 a:hover, .bg-dark-red-left h4 a:hover, .bg-dark-red-left h5 a:hover, .bg-dark-red-left h6 a:hover,
      .bg-dark-red-right h1 a:hover,
      .bg-dark-red-right h2 a:hover,
      .bg-dark-red-right h3 a:hover,
      .bg-dark-red-right h4 a:hover,
      .bg-dark-red-right h5 a:hover,
      .bg-dark-red-right h6 a:hover {
        text-decoration: underline; }
  .bg-dark-red-left a:not([class]),
  .bg-dark-red-right a:not([class]) {
    color: #fff;
    text-decoration: underline; }
    .bg-dark-red-left a:not([class]):hover,
    .bg-dark-red-right a:not([class]):hover {
      color: #B1BABF; }
  .bg-dark-red-left:before,
  .bg-dark-red-right:before {
    background-color: #75160D; }

.bg-gray-right,
.bg-gray-left {
  color: #fff; }
  .bg-gray-right h1, .bg-gray-right h2, .bg-gray-right h3, .bg-gray-right h4, .bg-gray-right h5, .bg-gray-right h6,
  .bg-gray-left h1,
  .bg-gray-left h2,
  .bg-gray-left h3,
  .bg-gray-left h4,
  .bg-gray-left h5,
  .bg-gray-left h6 {
    color: #fff; }
    .bg-gray-right h1 a, .bg-gray-right h2 a, .bg-gray-right h3 a, .bg-gray-right h4 a, .bg-gray-right h5 a, .bg-gray-right h6 a,
    .bg-gray-left h1 a,
    .bg-gray-left h2 a,
    .bg-gray-left h3 a,
    .bg-gray-left h4 a,
    .bg-gray-left h5 a,
    .bg-gray-left h6 a {
      text-decoration: none; }
      .bg-gray-right h1 a:hover, .bg-gray-right h2 a:hover, .bg-gray-right h3 a:hover, .bg-gray-right h4 a:hover, .bg-gray-right h5 a:hover, .bg-gray-right h6 a:hover,
      .bg-gray-left h1 a:hover,
      .bg-gray-left h2 a:hover,
      .bg-gray-left h3 a:hover,
      .bg-gray-left h4 a:hover,
      .bg-gray-left h5 a:hover,
      .bg-gray-left h6 a:hover {
        text-decoration: underline; }
  .bg-gray-right a:not([class]),
  .bg-gray-left a:not([class]) {
    color: #fff;
    text-decoration: underline; }
    .bg-gray-right a:not([class]):hover,
    .bg-gray-left a:not([class]):hover {
      text-decoration: none; }
  .bg-gray-right:before,
  .bg-gray-left:before {
    background-color: #53565a; }

@media screen and (min-width: 1024px) {
  .col-med-1, .col-med-2, .col-med-3, .col-med-4, .col-med-5 {
    float: left;
    width: 18%;
    position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right:24px;
	}
    .col-med-1:before, .col-med-1:after, .col-med-2:before, .col-med-2:after, .col-med-3:before, .col-med-3:after, .col-med-4:before, .col-med-4:after, .col-med-5:before, .col-med-5:after {
      content: " ";
      display: table; }
    .col-med-1:after, .col-med-2:after, .col-med-3:after, .col-med-4:after, .col-med-5:after {
      clear: both; }
  .col-med-2 {
    width: 40%; }
  .col-med-3 {
    width: 60%; }
  .col-med-4 {
    width: 80%; }
  .col-med-5 {
    width: 100%; } }



.btn {
  display: inline-block;
  vertical-align: top;
  font-size: 19px;
  line-height: 24px;
  border: 2px solid #fff;
  margin: 5px;
  border-radius: 0;
  position: relative;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  text-align: center;
  overflow: hidden;
  min-width: 160px;
  padding: 13px 25px;
  color: #fff;
  white-space: normal;
  font-family: "open_sans", Helvetica, Arial, sans-serif !important; }
  

  .btn.red {
    border-color: #0b9dbc;
    background: #0b9dbc;
    color: #fff; }
  .btn.white {
    background: #fff;
    color: #0b9dbc; }
  .btn.transparent {
    background: none; }
    .btn.transparent.icon-play:before {
      content: "»";
      font-size: 24px;
      right: 7px; }
    .btn.transparent.icon-play:hover:before {
      right: 0px; }
    @media screen and (max-width: 767px) {
      .btn.transparent.icon-play:before {
        font-size: 16px; }
      .btn.transparent.icon-play:hover:before {
        right: 1px; } }
    .btn.transparent.red {
      color: #0b9dbc; }
    .btn.transparent:hover {
      background: none; }
  .btn span:not([class]) {
    display: inline-block;
    -webkit-transition: all 0.3s;
            transition: all 0.3s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    width: 100%;
    height: 100%; }
  .btn [class^="icon-"], .btn [class*=" icon-"] {
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 52px;
    font-size: 150%;
    left: 0;
    top: -100%;
    -webkit-transition: all 0.3s;
            transition: all 0.3s; }
    @media screen and (max-width: 767px) {
      .btn [class^="icon-"], .btn [class*=" icon-"] {
        line-height: 34px; } }
  .btn.icon:hover span:not([class]) {
    -webkit-transform: translateY(300%);
        -ms-transform: translateY(300%);
            transform: translateY(300%); }
  .btn.icon:hover [class^="icon-"], .btn.icon:hover [class*=" icon-"] {
    top: 0; }

.btn-indent {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px; }
  @media screen and (max-width: 767px) {
    .btn-indent {
      display: block; } }

.btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 26px 20px;
  min-height: 100%; }
  .btn-wrap .btn-arrow {
    display: block;
    max-width: 100%; }
    @media screen and (max-width: 767px) {
      .btn-wrap .btn-arrow {
        max-width: 160px; } }
  .no-padding .btn-wrap {
    margin-left: 20px; }

.btn-arrow {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 30px 12px 0;
  text-decoration: none !important;
  max-width: 180px;
  color: #fff; }
  .btn-arrow:after {
    font-size: 20px;
    -webkit-transition: -webkit-transform 0.3s ease;
            transition: transform 0.3s ease;
    content: "»";
    position: absolute;
    bottom: 12px;
    right: 4px;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .btn-arrow.one-line:after {
    bottom: -7px; }
    @media screen and (max-width: 1319px) {
      .btn-arrow.one-line:after {
        bottom: -5px; } }
    @media screen and (max-width: 767px) {
      .btn-arrow.one-line:after {
        bottom: -3px; } }
  .btn-arrow:hover {
    text-decoration: none;
    color: #fff; }
    .btn-arrow:hover:after {
      -webkit-transform: translateX(8px);
          -ms-transform: translateX(8px);
              transform: translateX(8px); }
  @media screen and (max-width: 1319px) {
    .btn-arrow {
      font-size: 20px; }
      .btn-arrow:after {
        font-size: 32px; } }
  @media screen and (max-width: 767px) {
    .btn-arrow {
      font-size: 18px;
      max-width: 160px; }
      .btn-arrow:after {
        font-size: 28px; } }

.btn-link, main .nav-category .head a,
.nav-category .head a, main .nav-category ul a,
.nav-category ul a, .open-close h3 a, .footer-list a {
  display: inline-block;
  vertical-align: top;
  padding: 1px 0;
  position: relative;
  font-weight: bold;
  color: #0b9dbc;
  font-size: 14px; }
  .btn-link.large,
  .nav-category .head a.large,
  .nav-category ul a.large, .open-close h3 a.large, .footer-list a.large {
    font-size: 18px;
    font-weight: normal; }
  p .btn-link, p
  .nav-category .head a,
  .nav-category .head p a, p
  .nav-category ul a,
  .nav-category ul p a, p .open-close h3 a, .open-close h3 p a, p .footer-list a, .footer-list p a {
    font-size: inherit; }
  @media screen and (max-width: 767px) {
    .btn-link, main .nav-category .head a,
    .nav-category .head a, main .nav-category ul a,
    .nav-category ul a, .open-close h3 a, .footer-list a {
      font-size: 12px; } }
  .btn-link:before,
  .nav-category .head a:before,
  .nav-category ul a:before, .open-close h3 a:before, .footer-list a:before, .btn-link:after,
  .nav-category .head a:after,
  .nav-category ul a:after, .open-close h3 a:after, .footer-list a:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #0b9dbc;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
            transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px); }
  .btn-link:before,
  .nav-category .head a:before,
  .nav-category ul a:before, .open-close h3 a:before, .footer-list a:before {
    top: 0;
    -webkit-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
            transform: translateY(-7px); }
  .btn-link:after,
  .nav-category .head a:after,
  .nav-category ul a:after, .open-close h3 a:after, .footer-list a:after {
    bottom: 0;
    -webkit-transform: translateY(7px);
        -ms-transform: translateY(7px);
            transform: translateY(7px); }
  .btn-link:focus,
  .nav-category .head a:focus,
  .nav-category ul a:focus, .open-close h3 a:focus, .footer-list a:focus {
    text-decoration: none; }
  .btn-link:hover,
  .nav-category .head a:hover,
  .nav-category ul a:hover, .open-close h3 a:hover, .footer-list a:hover {
    text-decoration: none !important; }
    .btn-link:hover:before,
    .nav-category .head a:hover:before,
    .nav-category ul a:hover:before, .open-close h3 a:hover:before, .footer-list a:hover:before, .btn-link:hover:after,
    .nav-category .head a:hover:after,
    .nav-category ul a:hover:after, .open-close h3 a:hover:after, .footer-list a:hover:after {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
  .btn-link.white,
  .nav-category .head a.white,
  .nav-category ul a.white, .open-close h3 a.white, .footer-list a.white {
    color: #fff; }
    .btn-link.white:before,
    .nav-category .head a.white:before,
    .nav-category ul a.white:before, .open-close h3 a.white:before, .footer-list a.white:before, .btn-link.white:after,
    .nav-category .head a.white:after,
    .nav-category ul a.white:after, .open-close h3 a.white:after, .footer-list a.white:after {
      background: #fff; }
  .btn-link.black,
  .nav-category .head a.black,
  .nav-category ul a.black, .open-close h3 a.black, .footer-list a.black {
    color: #000; }
    .btn-link.black:before,
    .nav-category .head a.black:before,
    .nav-category ul a.black:before, .open-close h3 a.black:before, .footer-list a.black:before, .btn-link.black:after,
    .nav-category .head a.black:after,
    .nav-category ul a.black:after, .open-close h3 a.black:after, .footer-list a.black:after {
      background: #000; }
  .btn-link.gray,
  .nav-category .head a.gray,
  .nav-category ul a.gray, .open-close h3 a.gray, .footer-list a.gray {
    color: #53565a; }
    .btn-link.gray:before,
    .nav-category .head a.gray:before,
    .nav-category ul a.gray:before, .open-close h3 a.gray:before, .footer-list a.gray:before, .btn-link.gray:after,
    .nav-category .head a.gray:after,
    .nav-category ul a.gray:after, .open-close h3 a.gray:after, .footer-list a.gray:after {
      background: #53565a; }
  p .btn-link, p
  .nav-category .head a,
  .nav-category .head p a, p
  .nav-category ul a,
  .nav-category ul p a, p .open-close h3 a, .open-close h3 p a, p .footer-list a, .footer-list p a {
    margin: -1px 0; }



.service-box_body {
	color:#FFF;
	padding-top:22px
	}
	
