a.white-btn {
	border: none;
	background-color: #000000;
	
	color: #fff;
	display: block;
	font-size: 1.1em;
	margin-top: 0.7em;
	padding: 0.4em 0.7em;
	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 {
	background: none;
	border: 1px solid #ff0000;
	border-radius: 3px;
	color: #ff0000;
	display: block;
	font-size: 1.5em;
	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 #ff0000;
	color: #ff0000;
}
#topbar {
	background: none repeat scroll 0 0 #e60000;
	border-bottom: 1px solid #ff0000;
	padding: 0.2em 0;
}
#topbar p {
	Float: right;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	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: #e60000;
	cursor: pointer;
	opacity: 1;
}

	
nav {
	background: none repeat scroll 0 0 #000000;
}
header {
	border-bottom: 4px solid rgba(0, 40, 58, 0.53);
	position: fixed;
	width: 100%;
	z-index: 10;
}
nav img {
	margin-top: 1.2em;
	margin-left: 4px;
}
	
p.logo {
	color: #fff;
	font-size: 1.7em;
	font-weight: 300;
	position: relative;
	text-transform: uppercase;
	top: -1.0em;
	margin-left: 27px;
}
p.tag {
	color :  #f2f2f2;
	margin-top: -2.4em;
	margin-left: 27px;
}
}
p.logo strong {
	font-weight: 700;
}
.top-nav li a {
	margin-top: -3em;
	border-top: 2px solid #e60000;
	color: #fff;
	font-size: 0.95em;
	font-weight: 600;
	padding: 1em 1em 1em;
	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 #000000;
	border-top: 2px solid #e60000;
	color: #e60000;
	position: relative;
}
#carousel .text {
	position: absolute;
	top: 40%;
	z-index: 10;
}
.item {
	overflow: hidden;
	width: 100%;
}
.prev-arrow, .next-arrow {
	background: none repeat scroll 0 0 #00283a;
	cursor: pointer;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-right: 1px;
	text-align: center;
	width: 30px;
}

#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%;
}
.owl-theme .owl-controls .owl-page span {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 3px solid rgba(0, 0, 0, 0.57);
	height: 18px;
	margin: 0 0.3125em;
	opacity: 1;
	width: 18px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: none repeat scroll 0 0 #e60000;
}
#first-block {
	background: none repeat scroll 0 0 #e60000;
	padding: 3em 2em;
	text-align: center;
}
#first-block h1 {
	color: #fff;
	font-size: 1.7em;
	font-weight: 500;
	margin-top: 0;
}
#first-block p {
	color: #fff;
	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: 2em 2em;
	position: relative;
	text-align: center;
	z-index: 2;
}

.row::after {
  content: "";
  clear: both;
  padding-bottom: 1px;
  display: block;
}

#features i {
	background: none repeat scroll 0 0 #e60000;
	border-radius: 20px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3) inset;
	color: #fff;
	display: inline-block;
	font-size: 2em;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 50px;
}
#features h3 {
	padding-bottom: 1.5em;
	font-weight: 600;
}

#features h2 {
	font-size: 1em;
	font-weight: 600;
	margin: 1.25em 0;
	text-transform: uppercase;
}

#features hr {
	padding-top: 5px;
}


#features h4 {
	font-size: 1em;
	font-weight: 600;
	margin: 1.25em 0;
	text-transform: uppercase;
}

#features p {
	color: #fff;
	font-size: 0.85em;
	line-height: 1.5em;
}
#about-us {
	background: none repeat scroll 0 0 #000000;
	clear: both;
}
#about-us:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.about {
	margin: 1em 0;
	padding: 1.5em;
	color: #fff;
	
}

article h1, article h2, article h3, article h4, article h5, article h6 {
	color: #fff;
}
.container {
  overflow: hidden;
}

.about p {
	color: #fff;
	font-size: 0.9em;
	
}
.about p span {
	
	font-size: 2.5em;
	
	text-transform: uppercase;
}
.about p span b {
	
	font-weight: bold;
	color: #e60000;
	text-transform: uppercase;
}

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;
}
h2.section-title {
	color: #000;
	font-size: 3.8em;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 0 0 1.25em;
	text-align: center;
	text-transform: uppercase;
}
#our-work {
	background: none repeat scroll 0 0 #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 3em 2em;
	position: relative;
	z-index: 2;
}
.tab-item {
	background: #fff none repeat scroll 0 0;
	margin-top: 1.25em;
	padding: 1.25em 0;
}
.our-work-container {
	display: block;
	height: 100%;
	position: relative;
}
.our-work-text {
	background: #000000 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%;
}
.our-work-container:hover > .our-work-text {
	opacity: 1;
}
.our-work-text h4 {
	color: #fff;
	font-size: 1em;
	font-weight: 600;
}
.our-work-text p {
	color: #fff;
	font-size: 0.8em;
	opacity: 0.7;
}
.tab-nav {
	display: table;
}
a.tab-label, a.tab-label:link, a.tab-label:visited {
	background: #000000 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;
}
a.tab-label:hover, a.tab-label.active-btn {
	background: #ff0000;
	color: #fff;
}
#services {
	background: #000000 none repeat scroll 0 0;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 3em 2em;
}
#services h2 {
	color: #fff;
	margin: 0 0 1.25em;
}
#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;
	margin-left: 1em;
}
#services h3 {
	color: #fff;
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
}
#services p {
	color: #fff;
	font-size: 0.8em;
}

#contact {
	background: none repeat scroll 0 0 #000000;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 2em 2em;
	position: relative;
	z-index: 2;
}

#contact p.logof {
	color: #fff;
	font-size: 1.7em;
	font-weight: 300;
	position: relative;
	text-transform: uppercase;
	margin-top: -20px;
	
}
 #contact p.tagf {
	color :  #f2f2f2;
	margin-top: -10px;
	margin-left: -8em;
}


#contact h2 {
	margin: 0 0 10px;
	color: #ffffff;
	font-size: 2em;
}

#contact p {
	font-size: 0.85em;
	font-style: normal;
	line-height: 2em;
}
#contact p strong {
	font-weight: 700;
}


footer {
	background: none repeat scroll 0 0 #000000;
	padding: 1em 0;
}
footer p, footer a:visited, footer a, footer a:hover {
	color: #fff;
	font-size: 0.8em;
}
@media screen and (max-width: 768px) {
  header {
  	position: relative;
  }
  
  .top-nav li a {
  	color: #fff;
	font-size: 0.95em;
	font-weight: 600;
	padding: 0.5em 1em 2.5em;
  }
 
  .owl-controls.clickable {
  	display: none!important;
  }
  .right {
  	float: none;
  }
  #topbar {
	
	border-bottom: none;
	
}
.top-nav li a:hover, .top-nav li.active-item a {
	color: #e60000;
	background: none;
	border-top: 2px solid #000000;
  
}
a.white-btn {
	width: 110%;
	font-size: 17px;
	margin-top: 1em;
	padding: 0.5em 1em;
	
}
 .about {
	margin: 1em 0;
	padding: 1.2em;
	color: #fff;
	
}
.about p span {
	
	font-size: 1.9em;
	
}
}
@media screen and (max-width: 480px) {
  #topbar {
  	line-height: 10px;
  	text-align: center;
  }
 
 
  p.nav-text {
	  padding: 10px;
  }
  nav img {
	height: 50%;
	width: auto;
	margin-top: 10px;
	margin-left: 4px;

}
p.logo {
	color: #fff;
	font-size: 1.2em;
	font-weight: 300;
	
	top: -1.0em;
	margin-left: 17px;
}
p.tag {
	
	margin-top: -1em;
	margin-left: 7px;
}
}
