a.white-btn {
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff;
	display: block;
	font-size: 0.85em;
	margin-top: 1.25em;
	padding: 0.625em 1.25em;
	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;
}
a.white-btn:hover {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
}
a.color-btn, form.customform button.color-btn {
	background: none;
	border: 1px solid #001925;
	border-radius: 3px;
	color: #001925;
	display: block;
	font-size: 0.85em;
	padding: 0.625em 1.25em;
	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;
}
a.color-btn:hover, form.customform button.color-btn:hover {
	border: 1px solid #92c500;
	color: #92c500;
}
#topbar {
	/*background: none repeat scroll 0 0 #012232;
	border-bottom: 1px solid #001925;*/
	padding: 0.3125em 0;
	position: static;
}
#topbar p {
	color: #fff;
	font-size: 0.75em;
	opacity: 0.5;
	position: relative;
	top: 2px;
}
#topbar p strong {
	font-weight: 600;
}
#topbar i {
	color: #ffffff;
	font-size: 1.1em;
	opacity: 0.5;
	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;
}
#topbar i:hover {
	color: #92c500;
	cursor: pointer;
	opacity: 1;
}
.container {
	width:83.3333%;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	position: static;
}
.rownav{
	margin-left: -15px;
	margin-right: -15px;
	
}
.transition {
    -webkit-transform: scale(1.6); 
    -moz-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
	z-index:10;
	position: relative;
}
/*00283a */
/*83232d */


/* accordion */
.accordion {
	padding:7px 0 0;
	margin:0 0 28px;
	border-bottom:1px solid #e4e4e4;
}
.accordion .opener {
	display:block;
	background:#fbfbfb url(../img/arrows.png) no-repeat 100% 14px;	
	border:1px solid #e4e4e4;
	border-width:1px 1px 0 1px;
	color:#000;
	padding:8px 14px 9px;
	font:300 16px/21px "Oswald", Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.accordion .active .opener {
	border-top:3px solid #8dc03d;
	border-bottom:1px solid #f0f0f0;
	padding-top:6px;
	background: url(../img/arrows.png) no-repeat 100% 11px;
}
.accordion p {margin:0 0 22px;}
.accordion .active .slide {display:block;}
.accordion .slide {
	display:none;
	overflow:hidden;
	background:#000;
	border:1px solid #e4e4e4;
	border-width:0 1px;
	padding:15px 15px 7px;
}
.accordion li.active .opener {
	border-top:3px solid #8dc03d;
	background:#fbfbfb url(../img/arrows.png) no-repeat 100% -19px;
}
.accordion li a { outline: none }
.toggles-holder { margin-top:7px; margin-bottom:28px;}
.accordion.toggle-holder { padding:0; margin-bottom:-1px;}
.accordion a.opener.active {
	border-top:3px solid #8dc03d;
	padding-top:6px;
	background:#000 url(../img/arrows.png) no-repeat 100% -19px;
}

nav {
	position: static;
	background-color : transparent;
	border-radius: 15px;
	/*background: none repeat scroll 0 0;	
	background-image: url(../img/topmenu.jpg);
   background-repeat: repeat;*/

}
.solid-color{
	background: none repeat scroll 0 0 #475266;
border-bottom: 4px solid #c4d6ef;	
}
header {
	/*border-bottom: 4px solid rgba(0, 40, 58, 0.53);*/
	position: static;
	width: 100%;
	z-index: 10;
}
p.logo {
	color: #fff;
	font-size: 1.7em;
	font-weight: 300;
	position: relative;
	text-transform: uppercase;
	top: 0.625em;
}
p.logo strong {
	font-weight: 700;
}

.top-nav li a {
	/*border-top: 2px solid #c4d6ef;*/
	color: #fff;
	font-size: 0.95em;
	font-weight: 600;
	/*padding: 2.1em 1.5em 2.5em;*/
	text-transform: uppercase;
	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;
}
.top-nav li a:hover, .top-nav li.active-item a {
	background: none repeat scroll 0 #c4d6ef;
	border-top: 2px solid 101f78;
	color: black;
	position: relative;
}

/*.top-nav li a {
	border-top: 2px solid #f5f5f5;
	color: #fff;
	font-size: 0.95em;
	font-weight: 600;
	padding: 2.1em 1.5em 2.5em;
	text-transform: uppercase;
	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;
}
.top-nav li a:hover, .top-nav li.active-item a {
	background: none repeat scroll 0 0 #f5f5f5;
	border-top: 2px solid white;
	color: black;
	position: relative;
}*/
.popbox {
    display: none;
    position: absolute;
    z-index: 99999;
    padding: 10px;
    background: #EEEFEB;
    color: #000000;
    border: 1px solid #4D4F53;
    margin: 0px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
    box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#carousel .text {
	position: absolute;
	top: 30%;
	z-index: 10;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.item {
	overflow: hidden;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.prev-arrow, .next-arrow {
	background: none repeat scroll 0 0 #989898;
	cursor: pointer;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-right: 1px;
	text-align: center;
	width: 30px;
	display:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.content{
	color: black;
	size:3.5px;
}
#carousel .text h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-size: 2.5em;
	font-weight: 300;
	margin: 1px 0;
	max-width: 700px;
	padding: 10px 20px;
	width: 100%;
}
#carousel .text p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: none repeat scroll 0 0 transparent;
	color: #fff;
	max-width: 600px;
	padding: 10px 20px;
	font-size: 1em;
	width: 100%;
}
#carousel .owl-theme .owl-controls {
	background: none repeat scroll 0 0 rgba(0, 40, 58, 0.53);
	bottom: 0;
	margin: 0;
	padding: 0.625em 0;
	position: absolute;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#carousel img{
	height:84vh;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.owl-theme .owl-controls .owl-page span {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 3px solid rgba(0, 40, 58, 0.57);
	height: 18px;
	margin: 0 0.3125em;
	opacity: 1;
	width: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: none repeat scroll 0 0 #92c500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#first-block {
	background: none repeat scroll 0 0 #00283a;
	padding: 3em 2em;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#first-block h1 {
	color: #fff;
	font-size: 2em;
	font-weight: 300;
	margin-top: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#first-block p {
	color: #6c7c84;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}
#features {
	background: none repeat scroll 0 0 #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 6em 2em;
	position: relative;
	text-align: center;
	z-index: 2;
	
}
#features i {
	background: none repeat scroll 0 0 #9e319e;
	border-radius: 100px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3) inset;
	color: #fff;
	display: inline-block;
	font-size: 2em;
	height: 100px;
	line-height: 100px;
	text-align: center;
	width: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#features h3 {
	font-size: 1em;
	font-weight: 600;
	margin: 1.25em 0;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#features p {
	color: #777;
	font-size: 0.85em;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#about-us {	
	background: none repeat scroll 0 0 #ccc8c7;
	color:#fff;
	clear: both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:84vh;
	/*font-size: 1.18em;*/
}


#about-us:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
	height:12vh;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#about-us article {
	padding: 2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
article h2 {
	font-size: 4em;
	font-weight: 900;
	letter-spacing: -2px;
	line-height: 0.9;
	margin: 0 0 0.625em 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
article h1, article h2, article h3, article h4, article h5, article h6 {
	color: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.18em;
}
.media-container {
  /*overflow: hidden;*/
}
.media-container video, .media-container img {
  display: block;
  height: 100%;
  max-width: none;
  min-width: 100%;
  width: auto;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
article p, article li {
	color: #fff;
	font-size: 1.18em;
	opacity: 0.7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
article ul {
	padding: 1.25em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
article ul li {
	list-style-type: none;
	margin: 0.625em 0;
	padding: 0 0 0 1em;
	font-family:"Verdana, Arial, Helvetica, sans-serif";
}
article ul li:before {
	background: #989898 none repeat scroll 0 0;
	color: #fff;
	content: "\f006";
	display: inline-block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	height: 20px;
	line-height: 20px;
	margin-left: -1em;
	margin-right: 0.625em;
	text-align: center;
	width: 20px;
}
.about-us-icons i {
	border: 2px solid #92c500;
	border-radius: 100px;
	color: #92c500;
	display: block;
	float: left;
	font-size: 1.6em;
	height: 60px;
	line-height: 60px;
	margin-right: 0.625em;
	text-align: center;
	width: 60px;
	font-family:"Verdana, Arial, Helvetica, sans-serif";
	
}
.about-us-icons {
	display: block;
	margin-top: 2em;
	font-family:"Verdana, Arial, Helvetica, sans-serif";
}
h2.section-title:after {
	background: #dedede none repeat scroll 0 0;
	content: "";
	display: block;
	height: 1px;
	margin: 0.31225em auto 0;
	position: relative;
	width: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2.section-title {
	color: #dedede;
	font-size: 3.8em;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 0 0 1.25em;
	text-align: center;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#our-work {
	/*background: none repeat scroll 0 0 #fff;*/
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 1em 2em;
	position: relative;
	z-index: 2;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:84vh;
	 background: url(../img/banner2.png) no-repeat;
}
#our-work:after {clear: both;
	content: ".";
	display: block;
	/*height: 50vh;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*line-height: 0;*/
	visibility: hidden;}
.tab-item {
	/*background: #fff none repeat scroll 0 0;*/
	margin-top: 0.25em;
	padding: 1em 0;
	font-family:"Verdana, Arial, Helvetica, sans-serif";
}
.our-work-container {
	display: block;
	/*height: 100%;*/
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.imgzoom{
	width:100%;
	height:250px;
}
.our-work-text {
	background: #00283a none repeat scroll 0 0;
	bottom: 0;
	display: block;
	left: 0;
	opacity: 0;
	padding: 1.25em;
	position: absolute;
	right: 0;
	text-align: center;
	transition: opacity 0.20s linear 0s;
	-o-transition: opacityd 0.20s linear 0s;
	-ms-transition: opacity 0.20s linear 0s;
	-moz-transition: opacity 0.20s linear 0s;
	-webkit-transition: opacity 0.20s linear 0s;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.our-work-container:hover > .our-work-text {
	opacity: 1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.our-work-text h4 {
	color: #fff;
	font-size: 1em;
	font-weight: 600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.our-work-text p {
	color: #fff;
	font-size: 0.8em;
	opacity: 0.7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tab-nav {
	display: table;
}
a.tab-label, a.tab-label:link, a.tab-label:visited {
	background: #00283a none repeat scroll 0 0;
	color: #fff;
	display: block;
	font-size: 1em;
	padding: 0.625em 1.25em;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.tab-label:hover, a.tab-label.active-btn {
	background: #c4d6ef;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#services:after {
	clear: both;
	content: ".";
	display: block;
	/*height: 12vh;*/
	line-height: 0;
	visibility: hidden;
	/*height:100vh;*/
}
/*
#services {
	background: #6f9600 none repeat scroll 0 0;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 0 0;
}*/	
#services h2 {
	color: #fff;
	margin: 0 0 0.15em;
}
#services h2.section-title:after {
	background: #fff none repeat scroll 0 0;
}
#services i {
	background: none repeat scroll 0 0 #fff;
	border-radius: 80px;
	color: #6f9600;
	display: block;
	float: left;
	font-size: 1.8em;
	/*height: 80px;
	line-height: 80px;*/
	margin-right: 0.625em;
	text-align: center;
	width: 80px;
}
.service-text {
	display: table;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#services h3 {
	color: #fff;
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#services p {
	color: #fff;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#latest-news {
	background: #f3f3f3 none repeat scroll 0 0;
	box-shadow: 0px -10px 9px -11px rgba(0, 0, 0, 0.5);
	padding: 6em 2em;
	position: relative;
	z-index: 3;
}
.news-date {
	background: #6f9600 none repeat scroll 0 0;
	clear: both;
	color: #fff;
	display: block;
	float: none;
	height: 125px;
	padding: 0.625em 0;
	text-align: center;
	width: 100%;
}
.day {
	font-size: 2.5em;
	font-weight: 700;
}
.month, .year {
	font-size: 0.85em;
}
.news-text {
	background: #fff none repeat scroll 0 0;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	height: 125px;
	padding: 0.625em 1.25em;
}
.news-text p {
	color: #777;
	font-size: 0.85em;
}


#contact {
	/*background: none repeat scroll 0 0 #fff;*/
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 1em 2em;
	position: relative;
	z-index: 2;
	height:84vh;
	
}
#contact:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
	height:12vh;
}
#contact input, #contact textarea {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 3px;
}
form.customform button.color-btn {
	height: auto;
	margin-top: 0;
}
#contact h2 {
	margin: 0 0 1.25em;
	color: white;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 700;
}
#contact h3 {
	color: #2d333c;	
	font-size: 1em;	
	margin: 0 0 0.625em;
	
}
#contact p {
	font-size: 0.85em;
	font-style: normal;
	line-height: 2em;
}
#contact p strong {
	font-weight: 700;
}
#contact i {
	background: #e0e0e0 none repeat scroll 0 0;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	line-height: 26px;
	margin: 0.625em;
	text-align: center;
	width: 26px;
}
#map-block {
  filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);    
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
}
footer {
	background: none repeat scroll 0 0 #00283a;
	height:32px;
	padding-top: 3.4px;
	/*position:static;
	height:auto;
	width:auto;
	bottom:0;
    padding-bottom: 0px;*/
	
}
footer p, footer a:visited, footer a, footer a:hover {
	color: #6c7c84;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
@media screen and (max-width: 768px) {
  header {
  	position: static;
	width: 100%;
	z-index: 10;
  }
  .top-nav li a {
  	background: #05374e none repeat scroll 0 0;
  }
  #carousel .text {
  	font-size: 0.8em;
  	top: 20%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  }
  .owl-controls.clickable {
  	display: none!important;
  }
  .right {
  	float: none;
  }
  .social.right {
  	float: right;
  }
  #about-us article {
  	padding: 4em 2.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  }
  #about-us:after {
	height:12vh;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#our-work:after {
	height:12vh;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#services:after {
	height:12vh;
}

  .imgzoom{
	  height:100%;
  }
  .imgzoom1{width:100%;}
}
@media screen and (max-width: 480px) {
  #topbar {
  	line-height: 1.625em;
  	text-align: center;
  }
  .social.right {
  	float: none;
  }
  p.logo, p.nav-text {
  	text-align: center;
  }
 .imgzoom{
	  height:100%;
  }
  .imgzoom1{width:100%;}
  #about-us:after {
	height:0vh;
	}
#our-work:after {
	height:10vh;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#services:after {
	height:12vh;
}
#carousel .text {
  	font-size: 0.8em;
  	top: 20%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  }
}