@import "font-awesome.css";
body {
	font-family: 'Open Sans', sans-serif;/* font-family:'Roboto Slab', serif; font-family: 'Roboto', sans-serif; */
}
a {
	outline: none;
	text-decoration: none;
}
ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	padding-right: 0px;
}
img {
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
}
h1 {
	font-size: 30px;
}
h1.title {
	position: relative;
	color: #393939;
	font-weight: bold;
	padding-bottom: 30px;
}
h1.title:before {
	position: absolute;
	content: '';
	top: 64%;
	left: 46%;
	height: 4px;
	width: 75px;
	background: #0067a2;
}
h2.title {
	position: relative;
	color: #393939;
	font-weight: bold;
	font-size: 27px;
	padding-bottom: 30px;
}
h2.title:before {
	position: absolute;
	content: '';
	top: 64%;
	left: 0px;
	height: 4px;
	width: 60px;
	background: #ece7e7;
}
h3.title {
	position: relative;
	color: #393939;
	font-weight: bold;
	padding-bottom: 50px;
}
h3.title:before {
	position: absolute;
	content: '';
	top: 50%;
	left: 46%;
	height: 4px;
	width: 65px;
	background: #0067a2;
}
.nopadding {
	padding-left: 0;
	padding-right: 0;
}
.no-paddingleft {
	padding-left: 0;
}
.no-paddingright {
	padding-right: 0;
}
p {
	line-height: 24px;
}
#wrapper {
	overflow: hidden;
}
header {
	position: relative;
}
.head-add {
	padding: 15px 0;
	posiion:relative;
}
.main-header {
	color: #fff;
	background: #000;
	padding: 7px 92px 40px;
}
.head-add:before {
position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: -94px;
    top: -36px;
    border-bottom: 181px solid #fff;
    border-left: 79px solid transparent;
}
.container-fluid {
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}
.header-add .add-icon {
	float: left;
	height: 44px;
	width: 44px;
	border-radius: 50%;
	border: 1px solid #7e7e7e;
	text-align: center;
	margin-right: 24px;
	line-height: 44px;
}
.header-add .add-icon i {
	font-size: 24px;
	color: #000;
}
.add {
	margin-top: 35px;
}
.header-add h5 {
	color: #000;
	font-size: 14px;
}
.header-add h5 span {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	display: inline-block;
}
/* menubar */
.menubar {
	background-color: #0067a2;
	position: absolute;
	top: 132px;
	left: 99px;
	width: 84%;
	z-index: 999;
}
.navbar ul li a {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.nav > li > a {
	padding: 10px 10px;
}
.navbar-nav > li {
	float: left;
	padding: 0 21px;
}
ul.links {
	margin-top: 20px;
}
ul.links li {
	display: inline-block;
	padding: 0px 2px;
	float: right;
}
ul.links li a {
	color: #fff;
}
ul.links li a i {
	font-size: 27px;
}
/******** banner ********/
.banner-img h1 {
	background: rgba(0, 0, 0, 0.3);
	padding: 20px;
	position: absolute;
	font-family: 'Roboto', serif;
	content: '';
	bottom: 14%;
	left: 9%;
	z-index: 99999;
	color: #e6e6e6;
	font-weight: bold;
	text-transform: uppercase;
}
.flexslider {
	position: relative;
}
/************ welcome-wrap **************/
.welcome-wrap {
	padding: 60px 0;
}
.welcome-wrap span {
	color: #0067a2;
	font-size: 18px;
	font-style: italic;
	display: inline-block;
	padding-bottom: 10px;
}
/******************
    SERVICES 
******************/	
/* testing */
figure.snip0016 {
	font-family: 'Raleway', Arial, sans-serif;
	color: #fff;
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	background: #000000;
	text-align: left;
}
figure.snip0016 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
figure.snip0016 img {
	max-width: 100%;
	opacity: 1;
	width: 100%;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure.snip0016 figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px 3em;
	width: 100%;
	height: 100%;
}
figure.snip0016 figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 100%;
	border-left: 4px solid rgba(255, 255, 255, 0.8);
	content: '';
	opacity: 0;
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
figure.snip0016 h2, figure.snip0016 p {
	margin: 0 0 5px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s, transform 0.35s;
}
figure.snip0016 h2 {
	word-spacing: -0.15em;
	font-weight: 300;
	text-transform: uppercase;
	-webkit-transform: translate3d(30%, 0%, 0);
	transform: translate3d(30%, 0%, 0);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
figure.snip0016 h2 span {
	font-weight: 800;
}
figure.snip0016 p {
	font-weight: 200;
	-webkit-transform: translate3d(0%, 30%, 0);
	transform: translate3d(0%, 30%, 0);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
figure.snip0016 a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	color: #ffffff;
}
figure.snip0016:hover img {
	opacity: 0.3;
}
figure.snip0016:hover figcaption h2 {
	opacity: 1;
	-webkit-transform: translate3d(0%, 0%, 0);
	transform: translate3d(0%, 0%, 0);
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
figure.snip0016:hover figcaption p {
	opacity: 0.9;
	-webkit-transform: translate3d(0%, 0%, 0);
	transform: translate3d(0%, 0%, 0);
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
figure.snip0016:hover figcaption::before {
	background: rgba(255, 255, 255, 0);
	left: 30px;
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.block {
	margin-bottom: 30px;
}
.service-detail h3 {
	position: absolute;
	color: #fff;
	top: 45%;
	left: 15px;
	font-size: 30px;
	font-weight: 600;
	line-height: 36px;
}
figure.snip0016:hover .service-detail h3 {
	display: none !important;
	opacity: 0px
}
.service-detail h2:hover {
}
/* banner btn */
.button {
	border-radius: 75px;
	color: #fff;
	background: #0067a2;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 15px;
	width: 240px;
	transition: all 0.5s;
	cursor: pointer;
}
a.gallery .button {
	margin-top: 10px;
}
.button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}
.button span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}
.button:hover span {
	padding-right: 25px;
}
.button:hover span:after {
	opacity: 1;
	right: 0;
}
.service-detail h2 {
	font-size: 30px;
	font-weight: 600;
	line-height: 36px;
}
/***** testimonials open ******/
.section3 {
	margin: 70px 0 50px;
		background: url(../images/testi-bg.jpg) no-repeat;
	position: relative;
		z-index: 9;
	background-size:cover;
}
.testi-view {

	color: #ece7e7;
	padding: 7% 13% 7%;

}
.section3:before {
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -9;
}
.testi-view h2 {
	color: #ece7e7;
	text-align: left;
}
.testi-view p {
	padding: 46px 0 31px;
}
.testi-view i {
	text-align: left;
}
.testi-view span {
	font-size: 20px;
	font-weight: bold;
	color: #ece7e7;
}
.quote-wrap {
	background-color: #020200;
	padding: 8% 13%;
}
.quote-wrap h2 {
	color: #ece7e7;
}
#subber2 .btn {
	background: #0f6cb6;
	padding: 10px 30px;
	color: #fff;
	margin-top: 20px;
}
/***** testimonials close ******/
/**/
.testi-view .owl-nav {
	margin-top: 40px;
	display: inline-block;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
	float: right;
	padding: 0px 3px;
}
/* gallery-wrap */
.gallery1 .gallery-detail {
	margin-bottom: 0;
}
.gallery-detail {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.gallery-block .gallery-detail a:hover img {
	transform: scale(1.5);
	transition: all linear 0.25s;
}
.gallery-block .gallery-detail:hover .mask-overlay {
	opacity: 1;
	top: 0%;
	transform: translateY(0);
}
.mask-overlay {
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	position: absolute;
	top: -100%;
	transform: scale(1.5);
	transition: all 0.5s ease 0s;
	width: 100%;
	z-index: 100;
	opacity: 0;
}
.mask-overlay:before {
	color: #efefef;
	content: "\f00e";
	font-family: "FontAwesome";
	font-size: 30px;
	left: 47%;
	line-height: 40px;
	position: absolute;
	top: 47%;
	text-align: center;
}
/********** contact-box **************/
.contact-box {
	background-color: #0067a2;
	padding: 60px 30px 40px;
	color: #fff;
}
.contact-box a {
	border: 2px solid #fff;
	padding: 15px 60px;
	color: #fff;
	border-radius: 75px;
	font-size: 24px;
}
.contact-box:hover a {
	color: #0067a2;
	background-color: #fff;
	transition: all linear 0.25s;
}
/*******************/
/* footer-top */
.footer-top {
	background: #202020;
	padding: 50px 0px 10px;
}
.footer-map {
	margin-left: 56px;
}
.footer-item {
	color: #f2f2f2;
}
.footer-item h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	color: #fff;
}
.footer-item ul.address li {
	padding-bottom: 15px;
}
.footer-item ul.address li i {
	padding-right: 10px;
}
.media-icon {
	background: #f1f1f1;
	border-radius: 50%;
	text-align: center;
	line-height: 25px;
	padding-left: 7px;
	float: left;
	margin-right: 20px;
	height: 25px;
	width: 25px;
}
.footer-item ul.address li a{
    	font-family: 'Open Sans', sans-serif;

}
.media-icon i {
	color: #dedbdb;
}
/* quick links */
.footer-item ul.links li {
	padding-bottom: 12px;
	position: relative;
	padding-left: 20px;
	color: #dedbdb;
}
.item-gap {
	padding-left: 50px;
}
.footer-item ul li a {
	color: #f2f2f2;
	font-size: 17px;
}
.footer-item ul.address li:hover .media-icon {
	background: #fff;
}
.footer-item p {
	margin-bottom: 30px;
	line-height: 24px;
}
.footer-item a.read-btn {
	color: #fff;
}
.footer-item ul li:hover a i {
	color: #158ed3;
	transition: all linear 0.25s;
}
.footer-item ul.links li:before {
	position: absolute;
	font-family: "FontAwesome";
	content: '\f101';
	left: 0;
	top: 0px;
	color: #dedbdb;
	font-size: 14px;
}
.footer-item h3 {
	text-transform: uppercase;
	margin-bottom: 30px;
	color: #fff;
}
/* footer-last */
.footer-last {
	border-top: 1px solid #fff;
	color: #fff;
}
ul.quick-links {
	margin-top: 10px;
}
ul.quick-links li {
	display: inline-block;
	border-right: 1px solid #fff;
	padding: 2px 20px;
}
ul.quick-links li a {
	color: #fff;
}
.footer-item p span {
	color: #fff;
	text-transform: uppercase;
}
.footer-item span {
	text-transform: uppercase;
}
.footer-logo img {
	text-align: center;
	margin: 0 auto;
}
.footer-logo p {
	padding-top: 20px;
}
p.about-us {
	padding-top: 20px;
}
.footer-item span {
	color: #0b8cd6;
	display: inline-block;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
}
/* Scroll up */

.scrollup {
	background: url(../images/icon_top.png) no-repeat;
	bottom: 50px;
	display: none;
	height: 40px;
	opacity: 0.6;
	position: fixed;
	right: 48px;
	text-indent: -9999px;
	width: 40px;
	z-index: 999;
}
/* main menu */
.main-menu {
	background: url(../images/menu-bg.jpg) no-repeat;
	position: relative;
	padding: 100px 70px 70px;
	background-size: cover;
	margin-bottom: 60px;
}
.main-menu:before {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.main-menu p {
	font-size: 20px;
	color: #ff3202;
}
.main-menu p a {
	color: #fff;
}
.main-menu p a:hover {
	transition: all linear 0.25s;
	color: #ffa500;
}
.main-menu h1 {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	padding-bottom: 20px;
	font-size: 34px;
	font-weight: bold;
}
/******************
      About Page
******************/
.about-wrap {
	background-color:#f6f6f7;
}
.about-wrap p {
	line-height: 24px;
}
.about-detail {
	background-color: #f6f6f7;
	padding: 30px 50px 30px;
}
ul.lists li {
	padding-bottom: 10px;
	position: relative;
	padding-left: 20px;
}
ul {
	padding-left: 0;
}
ul.lists li:before {
	position: absolute;
	content: '\f068';
	font-family: 'FontAwesome';
	color: #abde28;
	left: 0;
	top: 0;
}
.about-detail h2 {
	padding: 6px 0 15px;
}
.work .title h1 {
	margin-bottom: 20px !important;
}
.work p {
	line-height: 24px;
}
h1.title {
	padding-bottom: 30px;
	text-transform: uppercase;
	font-weight: bold;
}
.gallery-block {
	margin-bottom: 30px;
}
.gallery-block a .category {
	font-size: 18px;
}
.we-work h2.title:before{
	display:none;
	
}
/**/
.features-section {
	position: relative;
	padding: 70px 0;
}
.feature-block {
	position: relative;
	margin-bottom: 30px;
}
.feature-block .inner-box:before {
	position: absolute;
	right: -16px;
	top: 0;
	height: 100%;
	width: 2px;
	background-color: #eeeeee;
	content: "";
}
.feature-block .inner-box {
	position: relative;
	text-align: center;
	padding: 35px 24px 20px;
}
.feature-block .icon-box {
	position: relative;
	display: inline-block;
	font-size: 40px;
	line-height: 1em;
	color: #e00010;
	margin-bottom: 40px;
}
.inner-box .text {
	font-size: 15px;
	line-height: 27px;
}
.feature-block h3 {
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 700;
	margin-bottom: 30px;
}
/*****************
	Contact Page
****************/
.contact-page-section {
	position: relative;
	padding-bottom: 30px;
}
.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}
.contact-page-section .sec-title {
	float: left;
	margin-right: 110px;
}
.sec-title {
	position: relative;
	margin-bottom: 60px;
}
.sec-title .title {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #777777;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.sec-title h2 {
	position: relative;
	display: block;
	font-size: 36px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 700;
	padding-bottom: 25px;
}
.sec-title h2:before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 80px;
	background-color: #ff9f14;
	content: "";
	display: inline-block;
}
.contact-page-section .heading-box .text {
	position: relative;
	padding-top: 20px;
}
.contact-page-section .heading-box .text p {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	font-weight: 400;
}
/**/
.contact-page-section .contact-info {
	position: relative;
}
.contact-page-section .contact-info li {
	position: relative;
	font-size: 15px;
	line-height: 24px;
	color: #777777;
	font-weight: 400;
	padding-left: 70px;
	min-height: 50px;
	margin-bottom: 55px;
}
.contact-page-section .contact-info li .icon {
	position: absolute;
	left: 0;
	top: 0;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 48px;
	border: 1px dashed #fbb908;
	color: #222222;
	font-size: 24px;
}
.contact-page-section .contact-info li strong {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #1f2a30;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
}
.contact-page-section .contact-info li p {
	font-size: 15px;
	line-height: 24px;
	color: #777777;
	font-weight: 400;
}
/*************
Services Page
*************/
/* Accordion Style tab links */
.tablink {
	background-color: #095ba1;
	color: white;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	font-size: 17px;
	width: 33%;
	text-transform: uppercase;
	font-weight: bold;
}
.tablink:hover {
	background-color: #0000ff;
}
/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
	color: #000;
	display: none;
	padding: 100px 0px;
	height: 100%;
}
#Home {
	background-color: red;
}
#News {
	background-color: green;
}
#Contact {
	background-color: blue;
}
#About {
	background-color: orange;
}
/**/
.services-content h3 {
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 20px;
	color: #0f6cb6;
}
.services-content img {
	margin-bottom: 30px;
	margin-top: 20px;
}
.services-content p {
	color: #000;
}
ul.lists li {
	color: #000;
	position: relative;
	padding-bottom: 10px;
	padding-left: 20px;
}
ul.lists li:before {
	position: absolute;
	font-family: "FontAwesome";
	content: '\f101';
	top: 0;
	left: 0;
	color: #0f6cb6;
}
.serv-detail h3 {
	padding: 20px 0;
	font-weight: 600;
}
.serv-wrap {
	padding-bottom: 60px;
}
/* responsive */
.footer-button {
  background: #0e0e0e none repeat scroll 0 0;
  border-top: 1px solid #252525;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 999999;
}
.footer-bar {
  margin: 0;
  overflow: hidden;
  padding-left: 0;
}
.footer-bar li {
  border-right: 1px solid #252525;
  float: left;
  list-style: outside none none;
  padding: 8px 0;
  text-align: center;
  width: 25%;
}
.footer-bar li a {
  color: #fff;
  display: block;
  text-decoration: none;
}
.footer-bar li {
  list-style: outside none none;
  text-align: center;
}
.footer_bar li i {
  font-size: 18px;
}
.footer-button ul.footer-bar li:last-child{
	border-right: none;
}
