html, body, div, span, object, iframe, p, blockquote, h1, h2, h3, h4, h5, h6, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 13px;
	vertical-align: baseline;
	background: transparent;
	line-height:1.9em;
}
body {
    font-family: 'Montserrat', 'Lora', serif;
    font-weight: 500;
    font-size: 6rem;
    line-height: 1.6;
	color: #333;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
nav ul {
	list-style: none
}
ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold
}
del {
	text-decoration: line-through
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}
input, select {
	vertical-align: middle
}
a {
	text-decoration: none;
	outline: none;
	color: #333;
}
a:hover, a:focus, a:active {
	text-decoration: none;
	outline: none;
	color: #009494;
}
img {
	max-width: 100%;
}
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}
.capitalize {
	text-transform: capitalize;
}
.mb60 {
	margin-bottom: 60px;
}
/* Form control style */

input, .input, select, textarea, input:focus, select:focus, textarea:focus, .form-control {
	border: 1px solid #ddd;
	background-color: #fff;
	min-height: 35px;
	padding: 7px 10px;
	outline: none;
	border-radius: 0;
	box-shadow: none;
}
select, select.form-control, select:focus, select:active, select.form-control:focus, select.form-control:active {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: url(../images/down-arow-select.png) right center no-repeat #fff;
	padding: 7px 38px 7px 10px;
}
select::-moz-focusring, select.form-control::-moz-focusring {
 color: transparent;
 text-shadow: 0 0 0 #000;
}
input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: none;
}



/*Custom*/
.page-title-lg{
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 18px;
    line-height: 1.5em;
}

.page-title{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: normal;
    line-height: 1.5em;
}

.page-description{
    font-weight: 500;
}

.page-list{
    margin: 0;
    padding-left: 30px;
}

.page-list > li{
    list-style-type: circle !important;
    font-weight: 500;
}

.mt-1{margin-top: 10px;}
.mt-2{margin-top: 20px;}
.mt-3{margin-top: 30px;}
.mt-4{margin-top: 40px;}
.mt-5{margin-top: 50px;}




.service-bullet{
    padding:0;
    list-style-type:none;
}

.service-bullet li{
    margin-bottom:30px;
}
.service-bullet li:last-child{
    margin-bottom:0px;
}

.service-bullet li h4{
    font-weight:700;
    text-transform: uppercase;
}

.foot-info{
    display: flex;
    flex-wrap: wrap;
}
.foot-info .item{
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 33.33%;
    position: relative;
}

.foot-info .item .page-title{
    margin-bottom: 20px !important;
}

.foot-info .item ul{
    margin:0;
    padding: 0;
}

.foot-info .item ul li{
    display: inline;
    padding: 0 5px;
}

.foot-info .item::before{
    content: "";
    position: absolute;
    height: 80%;
    width: 1px;
    background-color: #ddd;
    left: 0;
}
.foot-info .item:first-child:before{
    display: none;
}

.foot-info .page-description span{
    color: #888;
}

.foot-last{
    background-color: rgba(0, 0, 0, 0.8);
    padding:40px 20px;
}

.foot-last p{
    text-align: center;
    color: #ddd;
}

.foot-last p a{
    transition: all 0.5s ease;
    color: #009494;
}

.foot-last p a:hover{
    color: #3db3b3;
}


.carousel-inner>.item{
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.carousel-inner>.item img{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}



/* button style */
button, .btn-default {
	background: #fff;
	border: 1px solid #d0d9df;
	padding: 7px 12px;
	color: #333;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}
button:hover, .btn-default:hover, button:active, .btn-default:active, button:focus, .btn-default:focus, button.active, .btn-default.active {
	background: #009494;
	border: 1px solid #009494;
	color: #fff;
	border-bottom-color: #cc6f03;
}
button.light:hover, .btn-default.light:hover, button.light:active, .btn-default.light:active {
	border-color: #333;
	color: #333;
}
button.light, .btn-default.light {
	border-color: #fff;
	background: none;
	color: #fff;
}
/*primary button*/

.btn-primary {
	background: #009494;
	border: none;
	border-bottom: 2px solid #cc6f03;
	padding: 7px 12px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary.active {
	background: #444;
	border-bottom-color: #333;
}
button i, .btn-default i, .btn-primary i {
	margin-right: 5px;
}
/* button small - large - medium */
button.small, .btn-default.small, .btn-primary.small {
	font-size: 12px;
	border-width: 2px;
	padding: 7px 12px;
}
button.medium, .btn-default.medium, .btn-primary.medium {
	font-size: 16px;
	border-width: 3px;
	padding: 16px 25px;
}
button.large, .btn-default.large, .btn-primary.large {
	font-size: 20px;
	border-width: 4px;
	padding: 20px 36px;
}
/* floating*/
.float-left {
	float: left !important;
}
.float-right {
	float: right !important;
}
.relative {
	position: relative;
}
/* Home Page */
.header {
	position: relative;
	clear: both;
	z-index: 214748;
	background: #f4f5f7;
}
.header-top {
	position: relative;
	clear: both;
	width: 100%;
	padding: 20px 0 0 0;
}
.c-care {
	text-align: right;
	margin-top: 30px;
}

.header-top img{
    width: 100%;
    max-width: 520px;
}

/* NAVIGATION */
.navigation {
	position: relative;
	width: 100%;
	clear: both;
	background: rgba(245,245,245,0.8);
}
.navigation.bgnav {
	background: url(../images/nagbg.jpg) center top no-repeat fixed;
	background-size: 100%;
}
.navigation.whitenav {
	background: #fff;
}
.navigation.sticky {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: #fff;
	border-bottom: 1px solid #ddd;
}
.main-nav {
	float: left;
	font-size: 0;
	width: 100%;
	text-align: center;
	background: rgba(0,0,0,0.8);
	border-radius:0;
	-webkit-border-radius:0;
	position: absolute;
	left: 0;
	top: 0;
}
.main-nav ul {
	margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-nav ul>li {
	display: inline-block;
	border-left: 1px solid #666;
    margin: 0;
}
.main-nav ul>li:last-child {
    border-right: 1px solid #666;
}

.main-nav ul>li a {
    display: block;
    transition: all 0.5s ease;
	color: #fff;
	text-transform: uppercase;
	padding: 0 21px;
	line-height: 45px;
	height: 45px;
	position: relative;
}
.main-nav ul>li a:hover, .main-nav ul>li:hover > a, .main-nav ul>li:active > a, .main-nav ul>li:focus > a, .main-nav ul>li.active > a {
	text-decoration: none;
	background: #009494;
	color: #fff;
}
.main-nav ul>li ul {
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
	background: rgba(0,0,0,0.8);
	position: absolute;
	top: 140px;
	height: auto;
	padding: 0;
	z-index: 999;
	min-width: 240px;
	box-shadow: 0 0 3px rgba(0,0,0,.1);
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
}
.main-nav ul>li ul li {
    width: 100%;
	white-space: nowrap;
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	text-align: left;
	border-left: none;
	border-top: 1px solid #666;
}
.main-nav ul>li ul li a {
	width: 100%;
	height: 42px;
	line-height: 42px;
	text-transform: capitalize;
}
.main-nav ul>li ul li>ul {
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
	position: absolute;
	left: 100%;
	top: 20px;
}
.main-nav ul>li ul li:hover>ul {
	top: 0;
}
.main-nav ul>li:hover>ul {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	top: 100%;
}
.responsive-menu-open {
	font-size: 21px;
	color: #353537;
	padding: 0 24px;
	line-height: 96px;
	height: 64px;
	float: right;
	display: none;
}
.header.transparent .responsive-menu-open {
	color: #fff;
}
.responsive-menu {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 100%;
	min-width: 100%;
	background: #fff;
	z-index: 2147483647;
	padding: 24px;
	overflow-y: scroll;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
}
.responsive-menu.open {
	left: 0;
}
.responsive-menu-close {
	position: absolute;
	top: 24px;
	right: 24px;
	font-size: 24px;
	color: #009494;
}
.responsive-nav ul>li a {
	font-size: 16px;
	color: #353537;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 36px;
}
.responsive-nav ul>li.active>a {
	color: #ff4229;
}
.responsive-menu .navigation-button {
	float: none;
	display: block;
	text-align: center;
	margin-left: 0;
}
.responsive-menu ul li ul {
	padding-left: 20px;
}
.responsive-menu ul li ul li {
	list-style: outside circle;
}
.no-scroll {
	overflow: hidden !important;
}

@media all and (max-width: 991px) {
.main-nav {
	display: none;
}
.responsive-menu-open {
	display: inline-block;
}
}

@media all and (max-width: 768px) {
.navigation .navigation-button {
	display: none;
}
.responsive-menu-open {
	padding-right: 22px;
}
}
/* ++++++++++++++++++ BANNER DESIGN ++++++++++++++ */
.home-banner {
	position: relative;
	clear: both;
}
.home-banner img {
	width: 100%;
}
.home-banner .carousel-indicators {
	text-align: right;
}
.main-container {
	position: relative;
	width: 100%;
	background: #f4f5f7;
}
.message-box, .page-container {
	position: relative;
	width: 100%;
	padding: 30px 40px 30px 40px;
	background: #fff;
	overflow: hidden;
	clear: both;
    border:1px solid #ddd;
    border-radius: 10px;
}
.message {
	float: left;
	width: 65%;
	border-right: 1px solid #000;
	padding-right: 30px;
}
.associat {
	float: right;
	width: 35%;
	padding-left: 30px;
}
.message-box h2 {
	font-size: 20px;
	color: #e22835;
	margin-bottom: 10px;
}
.associat ul {
	padding-left: 15px;
}
.associat ul li {
	display: list-item;
	list-style: circle outside;
}
.product-box {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
	clear: both;
}
.product-box .title {
	font-size: 20px;
	color: #e22835;
	margin-bottom: 10px;
	display: block;
}
.product-list {
	display: block;
	margin-left: -10px;
	margin-right: -10px;
	overflow: hidden;
}
.product-list .product-item {
	width: 160px;
	padding: 10px;
	float: left;
	text-align: center;
	white-space:normal !important;
}
.product-list .product-item a {
	display: block;
}
.product-list .product-item img {
	width: 100%;
	border: 2px solid #fff;
	-webkit-box-shadow: 0 0px 2px 1px rgba(0,0,0,0.2);
	box-shadow: 0 0px 2px 1px rgba(0,0,0,0.2);
}
.product-list .product-item h3 a {
	color: #e22835;
	margin-bottom: 5px;
}
.product-list .product-item p {
	font-size: 13px;
}
.service-box {
	position: relative;
	width: 100%;
	padding: 30px 40px;
	background: #fff;
	overflow: hidden;
	clear: both;
	z-index: 100;
	-webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px 1px rgba(0,0,0,0.2);
	margin-bottom: 30px;
}
.service-box .maintanance {
	float: left;
	width: 65%;
	border-right: 1px solid #000;
	padding-right: 30px;
}
.service-box .detail {
	float: right;
	width: 35%;
	padding-left: 30px;
}
.service-box h2 {
	font-size: 20px;
	color: #e22835;
	margin-bottom: 10px;
}
.service-box .detail p {
	color: #570208;
}
.service-box p.small {
	font-size: 90%;
	line-height: 1.2;
}
.innerpage{
	padding-top: 80px;
	padding-bottom: 30px;
	min-height: 400px;
}


/*footer */
.footer {
	display: block;
	width: 100%;
}
.footer-top {
	text-align: center;
	display: block;
	width: 100%;
	background: #f4f5f7;
}
.custom-service, .callus, .follow-us {
	float: left;
	width: 33%;
	padding-top: 0 15px;
	text-align: center;
	margin-bottom: 20px;
}
.callus {
	width: 34%;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
}
.footer-top h2 {
	font-size: 20px;
	color: #e22835;
	margin-bottom: 5px;
}
.footer-top p {
	font-size: 11px;
	color: #333;
	margin-bottom: 5px;
}
.follow-us ul {
	text-align: center;
}
.follow-us ul li {
	display: inline-block;
	margin: 3px;
}
.footer-bottom {
	background: rgba(0,0,0,0.8);
	padding: 10px 0;
	color: #fff;
}
.footer-bottom > .container{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 15px;
}
.footer-bottom > .container p:first-child {
	font-size: 16px;
}
.footer-bottom > .container p:last-child {
	font-size: 13px;
	margin-top: 10px;
}
.footer-bottom > .container p:last-child a{
	color: #009494;
	font-weight: 600;
}
/*Login page */
.login-sec {
	padding: 30px 0;
}
.login-form, .reg-form {
	width: 600px;
	margin: 20px auto;
	max-width: 90%;
	overflow: hidden;
	border: 1px solid #ddd;
	padding: 30px;
}
.login-form .form-rw, .reg-form .form-rw {
	display: block;
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}
.login-form label, .reg-form label {
	padding-top: 5px;
	text-align: right;
}
.login-form .submit, .reg-form .submit {
	background: #f7941f;
	color: #fff;
	font-weight: 700;
	border-color: #f7941f;
	padding: 5px 15px;
	margin-right: 5px;
	display: inline-block;
	float: left;
}
.reg-form .reset {
	background: #66cc66;
	color: #fff;
	font-weight: 700;
	border-color: #66cc66;
	padding: 5px 15px;
	margin-right: 5px;
	display: inline-block;
	float: left;
}
.login-form .sn-link, .reg-form .sn-link {
	background: #fff;
	color: #333;
	font-weight: 700;
	border: 1px solid #ddd;
	padding: 7px 15px;
	margin-right: 5px;
	display: inline-block;
	float: left;
}
.login-form .sn-link:hover, .reg-form .sn-link:hover {
	background: #f7941f;
	color: #fff;
	border-color: #f7941f;
}
.login-form .fp-link, .reg-form .fp-link {
	float: left;
	padding-top: 5px;
	font-style: italic;
	font-size: 16px;
}
.captchaimg {
	float: right;
	border: 1px solid #785152;
	max-width: 100%;
}
.captchaimg img {
	float: right;
	width: 100%;
}
.page-container h2 {
	font-size: 24px;
	color: #e22835;
	margin-bottom: 15px;
}
.page-container p {
	font-weight: 400;
	margin-bottom: 15px;
}

.page-container a{
	color: #e22835;
}
.page-container a:hover{
	color: #009494;
}
.project-table{
	position: relative;
	margin:10px 0 30px 0;
	border-collapse: collapse;
	width: 100%;
}
.project-table th{
	border: 1px solid #666;
	padding:5px 10px;
	background: #555;
	color: #fff;
    font-size: 13px;
}
.project-table td{
	border: 1px solid #ddd;
	padding:5px 10px;
    font-size: 13px;
    text-transform: capitalize;
}
.project-table td p{
	margin-bottom: 0;
}
.project-table tr{
	transition: all 0.5s ease;
}
.project-table tr:nth-child(2n+0){
	background: #f1f1f1;
}
.project-table tr:hover, .project-table tr:active{
	background: #009494;
    color:white;
}
#map{
	width: 100%;
	height: 220px;
}
.page-title{ font-weight: 700;}
.sub-title{
	font-size: 16px;
	color: #009494;
	font-weight: 700;
}
.default-list{
	 padding-left: 15px;
	 margin-bottom: 30px;
}
.default-list li{
	display: list-item;
	list-style: outside none circle;
	margin-bottom: 5px;
}
.divider{
	clear: both;
	min-height: 30px;
}
.ctitle{
	font-size: 18px;
	color: #e22835;
	font-weight: 700;
	text-transform: uppercase;
}
.form-row{
	display: block;
}
.form-row label{
	margin-bottom: 5px;
}
.form-row input, .form-row textarea{
	margin-bottom: 10px;
}
.carousel-indicators li {
	border:1px solid #009494;
    height: 13px !important;
    width: 13px !important;
}
.carousel-indicators .active{
	background-color: #009494;
}
.str_wrap {
	overflow:hidden;
	width:100%;
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;  
	background:none;
	white-space:nowrap;
	padding-bottom:20px;
}
.str_wrap a {
	position:relative;
}
.str_wrap a span{
	position:absolute;
	top:15px;
	left:0;
	width:100%;
	text-align:center;
	color:#444;
}
.str_wrap a img{
	border:1px solid #ddd;
	padding:2px;
	background:#fff;
	margin:5px;
	width:160px;	
	}

.str_wrap.str_active {
	/* background:#f1f1f1; */
}

.str_move { 
	white-space:nowrap;
	position:absolute; 
	top:0; 
	left:0;
	cursor:move;
}
.str_move_clone {
	display:inline-block;
	display:inline;
	zoom:1;
	vertical-align:top;
	position:absolute; 
	left:100%;
	top:0;
}
.str_vertical .str_move_clone {
	left:0;
	top:100%;
}
.str_down .str_move_clone {
	left:0;
	bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
	white-space:normal;
	width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}
.str_wrap img {
	max-width:none !important;	
}


/*  */
.responsive-menu-open{
    padding: 10px !important;
    line-height: 0 !important;
    height: auto !important;
}

.mobile-menu-c{
    display: none;
    justify-content:space-between; 
    align-items:center;
    padding: 15px 0;
}

@media screen and (max-width: 991px) {
    .header-top{
        display: none;
    }
    .mobile-menu-c{
        display: flex;
    }

    .main-container{
        padding-top: 0px !important;
    }

    .carousel-inner>.item{
        border-radius: 10px !important;
    }

    .foot-info{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px 0;
    }

    .foot-info .item{
        width: 100%;
        padding: 25px 20px;
    }

    .foot-info .item::before{
        display: none;
    }

    .contact-us-panner{
        margin-top: 30px;
    }
}