html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;

	font-family: 'Open Sans', sans-serif;

	letter-spacing: 0.3px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*************/
.sec-pad{

	padding: 50px 0px;
}

.sec-pad p{

	line-height: 1.5em;

	float: left;
}

.sec-pad h1, .sec-pad h2, .sec-pad h3,
.sec-pad h4, .sec-pad h5, .sec-pad h6{

	line-height: 1.2em;
}

a, a:hover, a:focus, a:active{

	text-decoration: none;

	transition-duration: 1s;
    -webkit-transition-duration: 1s;
}

h2.sec-hed{

	position: relative;

	float: left;

	color: #2e2e2e;

	font-size: 26px;

	font-weight: 700;

	text-transform: uppercase;

	margin-bottom: 30px;

	clear: both;
}

h2.sec-hed:before{

    content: "";

    position: absolute;

    width: 60px;

    height: 15px;

    top: -18px;

    background-image: url(../images/red-line-top.png);

    background-repeat: no-repeat;

    background-size: cover;
}

h2.sec-hed:after{

    content: "";

    position: absolute;

    width: 100%;

    height: 3px;

    left: 0;

    bottom: -10px;

    background-color: #75afdc;
}

/**/

section.inner-banner{

	position: relative;

	float: left;

	width: 100%;

	height: 300px;

	background-size: cover;

	background-position: center;

	background-repeat: no-repeat;

	border-bottom: 5px solid #e02b26;
}

section.inner-banner .inner-hed{

	position: absolute;

	bottom: 85px;

	border: 2px solid #fff;

	padding: 5px 25px;

	left: 50%;

	transform: translateX(-50%);
}

section.inner-banner h2{

	position: relative;

	float: left;

	color: #fff;

	font-size: 26px;

	font-weight: 700;

	text-transform: uppercase;

	text-align: center;

	clear: both;
}

section.inner-pge{

	position: relative;

	float: left;

	width: 100%;

	background-color: #f9f9f9;
}

section.inner-pge .fill{

	position: relative;

	float: left;

	width: 100%;

	padding: 50px;

	background-color: #fff;

	margin-top: -50px;

	border-radius: 5px;
}

section.inner-pge .fill p{

	line-height: 1.5em;

	margin-bottom: 10px;

	text-align: justify;
}

/**************/


header{

	position: absolute;

	top: 20px;

	left: 0;

	right: 0;

	z-index: 9;
}

header.navbar-fixed-top{

	box-shadow: 0px 1px 3px #333;

	background-color: #fff;

	transition: all 1s ease;
}

header .navbar-default{

	position: relative;

	float: left;

	width: 100%;

	margin-bottom: 0px;

	border: 0px solid #e0e0e0;

	border-radius: 0px;

	background-color: transparent;
}

header .navbar-default .nav-top{

	position: relative;

	width: 100%;

	text-align: right;

/*	margin: 10px 0px;*/

	margin-top: 0px;
}

header .navbar-default .nav-top ul{

	width: calc(100% - 200px);

	float: right;

	background-color: #2e2e2e;

	border-radius: 0px 5px 0px 44px;

	padding-right: 5px;
}

header .navbar-default .nav-top li{

	display: inline-block;

	position: relative;

	padding-left: 30px;

	margin: 13px 15px 13px 0px;

	font-size: 14px;

	line-height: 1.3em;

	color: #7ba0bd;
}

header .navbar-default .nav-top li span{

	position: absolute;

	left: 0;

	width: 20px;

	height: 20px;

	background-size: 20px;

	background-repeat: no-repeat;
}

header .navbar-default .nav-inn{

	position: relative;

	float: left;

	width: 100%;

	background-color: #fff;

	border-radius: 5px;
}

header .navbar-default .navbar-brand{

	padding: 0px;

	height: unset;

	max-width: 150px;

	margin: 5px;

	margin-left: 10px !important;
}

header .navbar-default .navbar-brand img{

	width: 100%;
}

header .navbar-default .navbar-nav{

	margin-right: 0px !important;
}

header .navbar-default li{

	transition: all .25s ease;
}

header .navbar-default li a{

	font-size: 16px;

	color: #2e2e2e !important;

	padding: 16px 10px;

	text-transform: uppercase;

	font-weight: 700;
} 

header .navbar-default .navbar-nav>li>a:hover,
header .navbar-default .navbar-nav>li>a:focus{

	background-image: url(../images/red-line.png);

	background-size: 75px;

	background-position: 0px 35px;

	background-repeat: no-repeat;
}

header .navbar-default li .dropdown-menu li a{

	padding: 10px 10px;
}

/**/

section.banner{

	position: relative;

	float: left;

	width: 100%;

	border-bottom: 5px solid #e02b26;
}

section.banner .item {

    width: 100%;

    height: 700px;

    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
}

section.banner .item .fill{

	position: absolute;

	left: 0;

	right: 0;

	top: 0;

	bottom: 0;

	background-color: rgba(0,0,0,0.3);
}

section.banner .item  .carousel-caption{

	position: absolute;

	bottom:  50%;

	left: 50%;

	right: unset;

	transform: translate(-50%, 60%);
}

section.banner .item .carousel-caption h2{

	color: #fff;

	font-size: 70px;

	font-family: 'Noto Serif', serif;
}

section.banner .item .carousel-caption h2:before{

    content: "";

    position: absolute;

    width: 130px;

    height: 32px;

    top: -30px;

    background-image: url(../images/red-line-top.png);

    background-repeat: no-repeat;

    background-size: cover;
}

/**/

section.abt-serv{

	position: relative;

	float: left;

	width: 100%;

}

section.abt-serv .abt-serv-inn{

	position: relative;

	float: left;

	width: 100%;

	background-color: #fff;

	margin-top: -60px;

	border-radius: 5px;

	padding: 60px 60px 40px 60px;

	box-shadow: 0px 0px 5px #00000020;

	background-image: url(../images/bg-1.png);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: 0% 100%;
}

section.abt-serv .abt-serv-inn .abt{

	position: relative;

	float: left;

	padding: 40px 15px;
}


section.abt-serv .abt-serv-inn .abt p{

	text-align: justify;

	float: left;

	line-height: 1.5em;
}

section.abt-serv .abt-serv-inn .abt a.btn{

	position: relative;

	float: left;

	background-color: #2e2e2e;

	color: #fff;

	margin-top: 30px;

	padding: 7px 25px;
}

section.abt-serv .abt-serv-inn .abt a.btn:hover{

	background-color: #e23e3a;
}

section.abt-serv .abt-serv-inn .serv .each-serv{

	position: relative;

	float: left;

	width: 100%;

	padding-top: 100%;

	background-color: #e23e3a;

	text-align: center;

	margin-bottom: 20px;
}

section.abt-serv .abt-serv-inn .serv figure.each-serv{

	background-size: cover;
}

section.abt-serv .abt-serv-inn .serv .each-serv .serv-inn{

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;
}

section.abt-serv .abt-serv-inn .serv .each-serv .serv-inn .contain{

	position: absolute;

	left: 50%;

	bottom: 50%;

	transform: translate(-50%, 50%);
}

section.abt-serv .abt-serv-inn .serv .each-serv .serv-inn img{

	width: 50px;
}

section.abt-serv .abt-serv-inn .serv .each-serv .serv-inn h3{

	color: #fff;

	text-transform: uppercase;

	margin-top: 15px;

	line-height: 1.5em;
}

/**/

section.clients{

	position: relative;

	float: left;

	width: 100%;

	background-color: #f5f5f5;
}

section.clients .left{

	position: relative;

	float: left;

	background-color: #e23e3a;

	padding: 120px 10px 30px 10px;

	min-height: 400px;
}

section.clients .left:before{

	content: "";

	position: absolute;

	left: -1000px;

	top: 0;

	bottom: 0;

	width: 1000px;

	background-color: #e23e3a;
}

section.clients .left h2.sec-hed{

	color: #ffffff;
}

section.clients .left h2.sec-hed:before{

	background-image: url(../images/white-line-top.png);
}

section.clients .left p{

	color: #fff;
}

section.clients .right{

	position: relative;

	float: left;

	background-color: #f5f5f5;

	min-height: 400px;
}

section.clients .right .owl-carousel{

	position: absolute;

	right: 0;

	top: 50%;

	transform: translateY(-50%);
}

/**/

section.news{

	position: relative;

	float: left;

	width: 100%;

	padding: 90px 0px 50px 0px;

	background-image: url(../images/bg-2.png);
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}


section.news h2.sec-hed{

	float: none;

	width: 142px;

	margin: 0 auto;

	margin-bottom: 45px;
}

section.news .item{

	display: block;

	padding: 30px 15px;

	border: 1px solid #eee;

	max-height: 400px;

	overflow: hidden;
}

section.news .item .item-inn{

	
}

section.news .item p.date{

	color: #999;

	float: none;
}

section.news .item h3{

	font-size: 30px;

	color: #2e2e2e;

	margin: 10px 0px;
}

section.news .item p.news-cont{

	float: none;

	text-align: justify;

	color: #333;
}

section.news a.btn{

	display: block;

	padding: 7px 25px;

	background-color: #222;

	width: 150px;

	float: none;

	margin: 0 auto;

	margin-top: 30px;

	color: #fff;
}

section.news a.btn:hover{

	background-color: #e23e3a;
}

/**/

section.gallery{

	position: relative;

	float: left;

	width: 100%;

	padding: 60px 0px 30px 0px;

	background-color: #f9f9f9;
}

section.gallery h2.sec-hed{

	float: none;

	width: 260px;

	margin: 0 auto;

	margin-bottom: 45px;
}

section.gallery .image-sec{

	position: relative;

	float: left;

	width: 100%;
}

section.gallery .fig-box{

	padding: 0px;

	overflow: hidden;

	background-color: #000;
}

section.gallery .fig-box img{

	width: 100%;

	max-width: unset;

	-webkit-transition: opacity 0.35s,
	-webkit-transform 0.35s;
    transition: opacity 0.35s,
     transform 0.35s;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}

section.gallery .fig-box:hover img{

	width: 100%;

	max-width: unset;

	-webkit-transition: opacity 0.35s,
	-webkit-transform 0.35s;
    transition: opacity 0.35s,
     transform 0.35s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

section.gallery a.btn{

	display: block;

	padding: 7px 25px;

	background-color: #222;

	width: 150px;

	float: none;

	margin: 0 auto;

	margin-top: 30px;

	color: #fff;
}

section.gallery a.btn:hover{

	background-color: #e23e3a;
}

/**/

footer{

	position: relative;

	float: left;

	width: 100%;

	background-image: url(../images/footer-bg.png);

	background-position: center;

	background-repeat: no-repeat;

	background-size: cover;

	border-top: 5px solid #e02b26;
}

footer:before{

	content: "";

	position: absolute;

	left: 0;

	right: 0;

	top: 0;

	bottom: 0;

	background-color: rgba(34,34,34,0.9);
}

footer h4{

	font-weight: 600;

	font-size: 18px;

	margin-bottom: 20px;

	color: #fff;

	text-transform: uppercase;
}

footer .left{

	position: relative;

	float: left;

	background-color: #222;
}

footer .left:before{

	content: "";

	position: absolute;

	left: -1000px;

	top: 0;

	bottom: 0;

	width: 1000px;

	background-color: #222;
}

footer .left a.logo{

	display: block;

	width: 150px;

	margin-bottom: 20px;
}

footer .left a.logo img{

	width: 100%;
}

footer .left p{

	color: #b7b7b7;

	font-weight: 100;

	font-size: 14px;
}

footer .left ul.social{

	float: left;

	margin-top: 30px;
}

footer .left ul.social li{

	display: inline-block;

	margin-right: 20px;
}

footer .left ul.social li img{

	width: 25px;
}

footer .left ul.social li:hover img{

	opacity: 0.4;
}

footer .right{

	position: relative;

	float: left;

	min-height: 250px;

	padding: 50px 10px 10px 10px;
}

footer .right .footer-top{

	margin-bottom: 45px;
}

footer .right .footer-top li {

    position: relative;

    padding-left: 40px;

    margin: 0px 0px;

    font-size: 14px;

    font-weight: 600;

    line-height: 1.8em;

    color: #7ba0bd;
}

footer .right .footer-top li span {

    position: absolute;

    top: 10px;

    left: 0;

    width: 30px;

    height: 30px;

    background-size: 30px;

    background-repeat: no-repeat;
}

footer .right .footer-top li em{

	width: 100%;

	float: left;

	color: #fff;

	font-size: 13px;
}

footer .right li{

	margin-bottom: 10px;
}

footer .right li a{

	color: #b7b7b7;

	font-size: 14px;

	text-transform: capitalize;

	line-height: 1.3em;
}

footer .right li a:hover{

	color: #678297;
}

footer .sub-footer{

	background-color: #111;

	padding: 20px 0px;
}

footer .sub-footer .left,
footer .sub-footer .right{

	min-height: unset;

	padding: 0px 10px;
}

footer .sub-footer p{

	color: #666;

	font-size: 14px;

	line-height: 1.5em;
}

footer .sub-footer .design p{

	float: right;
}

/******************************/


section.abt-pge figure{

	float: left;

	padding-right: 30px;

	padding-bottom: 30px;

	border-radius: 3px;

	overflow: hidden;
}

section.abt-pge figure img{

	width: 100%;
}

section.abt-pge h3{

	position: relative;

	font-size: 20px;

	font-weight: 700;

	color: #222;

	text-transform: uppercase;

	margin-bottom: 40px;

	text-align: center;
}

section.abt-pge h3:after{

	content: "";

	position: absolute;

	left: 50%;

	transform: translateX(-50%);

    bottom: -10px;

    height: 5px;

	width: 100px;

	background-image: url(../images/red-line.png);
    background-size: 75px;
    background-repeat: no-repeat;
}

section.abt-pge ul{

	padding-left: 40px;
}

section.abt-pge ul li{

	position: relative;

    margin: 14px 0px;

    line-height: 1.5em;
}


section.abt-pge ul li:before{

	content: "";

    position: absolute;

    left: -35px;

    top: 10px;

    height: 4px;

    width: 24px;

    background-image: url(../images/red-line.png);

    background-size: 100%;
    
    background-repeat: no-repeat;
}

/**/

section.serv-pge h2{

	position: relative;

	font-size: 30px;

	font-weight: 700;

	color: #4b79af;

	text-transform: uppercase;

	margin-bottom: 40px;

	text-align: center;
}

section.serv-pge h3{

	position: relative;

	font-size: 20px;

	font-weight: 700;

	color: #222;

	text-transform: uppercase;

	margin-bottom: 40px;

	text-align: center;
}

section.serv-pge h3:after{

	content: "";

	position: absolute;

	left: 50%;

	transform: translateX(-50%);

    bottom: -10px;

    height: 5px;

	width: 100px;

	background-image: url(../images/red-line.png);
    background-size: 75px;
    background-repeat: no-repeat;
}


section.serv-pge .serv-inn{

	display: block;

	float: left;

	border: 1px solid #eee;

	padding: 15px;

	margin-bottom: 15px;

	height: 240px;

	overflow: hidden;

	background-image: url(../images/bg-3.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 100% 60%;

    box-sizing: border-box;
}

section.serv-pge .serv-inn:hover{

	border: 1px solid #ffb0b0;
}

section.serv-pge .serv-inn h4{

	font-size: 18px;

	font-weight: 600;

	color: #4079af;

	text-transform: uppercase;

	margin-bottom: 10px;

	text-align: center;

}

section.serv-pge .serv-inn p{

	text-align: center;

	color: #333;
}

/**/

section.serv-deta-pge h3{

	position: relative;

    float: left;
    
    width: 100%;

	font-size: 20px;

	font-weight: 700;

	color: #222;

	text-transform: uppercase;

	margin-bottom: 40px;

	text-align: center;
}

section.serv-deta-pge h3:after{

	content: "";

	position: absolute;

	left: 50%;

	transform: translateX(-50%);

    bottom: -10px;

    height: 5px;

	width: 100px;

	background-image: url(../images/red-line.png);
    background-size: 75px;
    background-repeat: no-repeat;
}


section.serv-deta-pge figure img{

	width: 100%;
}

section.serv-deta-pge ul{

	padding-left: 40px;
}

section.serv-deta-pge ul li{

	position: relative;

	margin: 14px 0px;

	line-height: 1.5em;

}

section.serv-deta-pge ul li:before{

    content: "";

    position: absolute;

    left: -35px;

    top: 10px;

    height: 4px;

    width: 24px;

    background-image: url(../images/red-line.png);

    background-size: 100%;

    background-repeat: no-repeat;
}

/**/

section.gal-pge .fig-box{

	margin-bottom: 20px;

	border-radius: 30px;

	overflow: hidden;

	border-radius: 30px;
}

section.gal-pge .fig-box img{

	width: 100%;
}

/**/

section.news-pge .item{

	margin-bottom: 20px;
}


section.news-pge .item .item-inn{

	display: block;

	padding: 30px 15px;

	border: 1px solid #eee;

	max-height: 400px;

	overflow: hidden;
	
}

section.news-pge .item p.date{

	color: #999;

	float: none;
}

section.news-pge .item h3{

	font-size: 30px;

	color: #2e2e2e;

	margin: 10px 0px;
}

section.news-pge .item p.news-cont{

	float: none;

	text-align: justify;

	color: #333;
}

/**/

section.news-deta-pge .item figure{

	float: left;

	padding-right: 20px;

	padding-bottom: 15px;
}

section.news-deta-pge .item figure img{

	width: 100%;
}

section.news-deta-pge .item p.date{

	color: #999;

	float: none;
}

section.news-deta-pge .item h3{

	font-size: 30px;

	color: #2e2e2e;

	margin: 10px 0px;
}

section.news-deta-pge .item p.news-cont{

	float: none;

	text-align: justify;

	color: #333;
}

/**/

section.clients-pge figure{

	position: relative;

	float: left;

	width: 100%;

	margin-bottom: 20px;
}

section.clients-pge figure img{

	width: 100%;
}

/**/

section.contact-pge .left li {

    position: relative;

    float: left;

    width: 100%;

    padding-left: 40px;

    margin: 0px 0px;

    font-size: 14px;

    font-weight: 600;

    line-height: 1.8em;

    color: #7ba0bd;

    margin-bottom: 15px;
}

section.contact-pge .left li span {

    position: absolute;

    top: 10px;

    left: 0;

    width: 30px;

    height: 30px;

    background-size: 30px;

    background-repeat: no-repeat;
}

section.contact-pge .left li em {

    width: 100%;

    float: left;

    color: #333;

    font-size: 13px;
}

section.contact-pge .left ul.social {

    float: left;

    margin-top: 15px;
    
    margin-bottom: 10px;
}

section.contact-pge .left ul.social li {

    display: inline-block;

    width: unset;

    margin-right: 20px;

    padding-left: 0px;
}

section.contact-pge .left ul.social li:first-child{

	padding-left: 40px;
}

section.contact-pge .left li img{

	width: 25px;
}

section.contact-pge .left li:hover img{

	opacity: 0.4;
}

section.contact-pge .right li{

	margin-bottom: 15px;
}

section.contact-pge .right li input,
section.contact-pge .right li textarea{

	width: 100%;

	padding: 7px;

    border: 1px solid transparent;
    
    border-bottom: 1px solid #bbcfdc;

    background-color: #f9f9f9;
}

section.contact-pge .right li textarea{

	min-height: 150px;
}

section.contact-pge .right .btn{

	display: block;

	position: relative;

	float: left;

    width: 150px;

    padding: 7px 25px;

    background-color: #222;

    margin-top: 30px;

    color: #fff;

    margin-left: 10px;
}

section.contact-pge .right .btn:hover{

	background-color: #e23e3a;
}

section.contact-pge  .map{

	position: relative;

	float: left;

	width: 100%;

	margin-top: 40px;
}

section.contact-pge  .map iframe{

	width: 100%;

	height: 350px;
}






}



