/**********************
DEFAULT
***********************/

body {
	padding-top: 90px;
	font-family: 'Crimson Text', serif;
	font-size: 15px;
	color: #000;
	line-height: 1.7;
}

ul, ol {
	padding: 0;
	margin: 0;
}
.img-inpg img {
	width:100%;
}
.social-list li {
	display: inline-block;
}

.social-list a {
	padding: 20px;
	color: #fff;
	text-decoration: none;
}

p {
	margin: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, label, button, .btn {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	margin: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	display: block;
}

h1, .h1 {
	font-size: 50px;
}

h2 {
	font-size: 25px;
}

h2.section-title {
	color: #000;
	    margin-bottom: -30px;
}

h2.section-title:after {
	display: block;
	content: '';
	width: 100%;
	height: 19px;
	background: url('../img/svg/separator.svg') center center no-repeat;
	margin-top: 30px;
}

h5 {
	font-size: 15px;
	letter-spacing: 0.2em;
}

section {
	position: relative;
}

section:nth-child(odd){
	background-color: #fff;
}

section:nth-child(even){
	background-color: #fff;
}

blockquote {
	padding: 0;
	margin: 0;
	border: 0;
}

form {
	text-align: left;
}

label {
	font-weight: normal;
}

button, .btn {
	font-size: 15px;
}

.form-group {
	margin: 0;
}

.form-control {
	background-color: #eee;
    color: #888888;
    border: 1px solid #bdbdbd;
    border-radius: 0;
    transition: all 0.3s ease-out;
    margin-bottom: 10px;
}

.form-control:focus {
	border-color: #ffffff;
	box-shadow: none;
}

/**********************
NAVBAR
***********************/

.navbar {
	font-family: 'Montserrat', sans-serif;
}

.navbar .btns-img {
	max-width: 200px;
    float: right;
    margin: 40px 0 5px 0;
}

.navbar .btns:hover {
	font-weight: 600;
	text-decoration: none;
    background-color: #67be54;
    transition: all 0.3s;
    border: 1px solid #67be54;
}


.navbar-default {
	background-color: #000;
}

.navbar-default .img1 {
	max-width: 250px;
	margin-top: 10px;
}

.navbar-default .phone { 
	margin-top: 15px;
	font-size:16px; 
	color:#fff; 
	float: right;
	letter-spacing: 2px;
}

.navbar-default .phone a:link { font-size: 16px; font-weight: 500; color:#fff; letter-spacing: 2px; text-decoration: none; }
.navbar-default .phone a:visited { font-size: 16px; font-weight: 500; color:#fff; letter-spacing: 2px; text-decoration: none; }
.navbar-default .phone a:hover { font-size: 16px; font-weight: 500; color:#fff; letter-spacing: 2px; text-decoration: none; -webkit-transition: all 0.3s ease-in-out; }
.navbar-default .phone a:active { font-size: 16px; font-weight: 500; color:#fff; letter-spacing: 2px; text-decoration: none; }

.navbar-default .fa { 
	margin-top: 22px;
	font-size:20px; 
	color:#000; 
	padding: 4px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    margin-top: 25px;
}

.navbar-brand {
	height: 90px;
	padding: 23px 0;
}

.navbar-brand img {
	max-height: 130px;
	margin-top: -12px;
}

.navbar-default .navbar-nav>li>a {
	font-size: 15px;
	color: #fff;
	background:#868686 !important;
	padding: 5px 20px;
	text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:active {
	color: #000!important;
	font-weight: 600;
	background:#999!important;
	-webkit-transition: all 0.3s ease-in-out;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
	color: #00c7fc;
	background-color: transparent;
}

.navbar-default .navbar-toggle {
	margin-top: 28px;
	margin-bottom: 28px;
	border: 0;
	border-radius: 0;
}

.navbar-default .navbar-toggle .icon-bar {
	background: #707070;
}

.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

.navbar-default .navbar-toggle:focus .icon-bar, 
.navbar-default .navbar-toggle:hover .icon-bar {
	background: #00c7fc;
}
/************************************
Drop Down CSS
*************************************/
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus,
.navbar-nav > li.active > a {
	color: #ffe600;
	background: transparent;
}

.navbar-nav > li > .dropdown-menu {
	margin-top: -5px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.navbar ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0 !important;
	background:#fff;
	padding: 15px 10px 15px 10px;
    width: 253px;

}

.navbar ul li a { 
    color: #ff6600;
    text-decoration:none;
}

.navbar ul li a:hover {
    color: #ff6600;
    text-decoration:none;
}
.navbar ul ul li
{
	float:none;
}

.navbar ul ul a
{
	line-height:120%;
	padding:10px 15px;
}
.navbar ul ul ul
{
	top:0;
	left:100%
}
.navbar ul li:hover > ul
{
	display:block
}
/**********************
HOME SECTION
**********************/

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
}

.home-content {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: #ffffff;
}

.home-content .h1,
.home-content h2 {
	margin-top: 45px;
}

.home-content .cta-container {
	margin-top: 54px;
}



.home-content .btn-default {
	background-color: transparent;
	border: 1px solid #ffffff;
}

.home-content .btn-default:hover,
.home-content .btn-default.active.focus, 
.home-content .btn-default.active:focus, 
.home-content .btn-default.active:hover, 
.home-content .btn-default:active.focus, 
.home-content .btn-default:active:focus, 
.home-content .btn-default:active:hover {
	background: #ffffff;
	color: #231f20;
	border-color: #ffffff;
}

.home-content .btn-primary {
	background-color: #00c7fc;
}

.home-content .btn-primary:hover,
.home-content .btn-primary.active.focus, 
.home-content .btn-primary.active:focus, 
.home-content .btn-primary.active:hover, 
.home-content .btn-primary:active.focus, 
.home-content .btn-primary:active:focus, 
.home-content .btn-primary:active:hover {
	background: #ffffff;
	color: #00c7fc;
	border-color: #00c7fc;
}

.down-icon {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	padding: 45px 15px 15px;
}

.down-arrow {
	animation: scrollDown 2s infinite;
}

@keyframes scrollDown {
	0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
	40% {
    transform: translateY(-30px);
  }
	60% {
    transform: translateY(-15px);
  }
}

/*********
Slider
*************/

#slider1_container {
	visibility: hidden;
	position: relative;
	margin: 0 auto;
	top: 0px;
	left: 0px;
	width: 1300px;
	height: 500px;
	overflow: hidden;
}
#slider1_container .jssorl-009-spin {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-align:center;
	background-color:rgba(0,0,0,0.7);
}
#slider1_container .jssorl-009-spin img {
	margin-top:-19px;
	position:relative;
	top:50%;
	width:38px;
	height:38px;
}
.slideimg {
	position: absolute;
	left: 0px; 
	top: 0px; 
	width: 1300px; 
	height: 500px; 
	overflow: hidden;
}
.jssorb031 {
	position:absolute;
	bottom:12px;
	right:12px;
}
.jssorb031 .i {
	width:16px;
	height:16px;
	position:absolute;
	cursor:pointer;
}
.jssorb031 .i .svgin {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.jssora051 {
	width:55px;
	height:55px;
	top:0px;
}
.jssora051 svg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.jssorb031 .i .b {fill:#000;fill-opacity:0.5;stroke:#fff;stroke-width:1200;stroke-miterlimit:10;stroke-opacity:0.3;}
.jssorb031 .i:hover .b {fill:#fff;fill-opacity:.7;stroke:#000;stroke-opacity:.5;}
.jssorb031 .iav .b {fill:#fff;stroke:#000;fill-opacity:1;}
.jssorb031 .i.idn {opacity:.3;}

.caption1 {
	position: absolute;
    top: 36%;
    left: 28%;
    width: 561px;
	padding:20px 20px 27px 20px;
    background-color: rgba(0,85,212,0.8);
    font-weight: 300;
    line-height: 1.2;
    text-align: center;
	font-family: 'Crimson Text', serif;
    z-index: 2;
	color:#000;
}
.caption1 p{
	font-family: 'Crimson Text', serif;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-shadow: 1px 2px 3px #333;
}
.caption1 h2 {
	font-family: 'Crimson Text', serif;
	color: #fff;
	font-weight: 500;
	text-shadow: 1px 2px 3px #333;
}

.caption1 img {
	width: 120%;
	margin-top: 10px;
	margin-left: -30px;
}

.caption2 {
	position: absolute;
    top: 36%;
    left: 27.5%;
    width: 580px;
	padding:20px 20px 27px 20px;
    background-color: rgba(0,85,212,0.8);
    font-weight: 300;
    line-height: 1.2;
    text-align: center;
	font-family: 'Crimson Text', serif;
    z-index: 2;
	color:#000;
}
.caption2 p{
	font-family: 'Crimson Text', serif;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
    text-shadow: 1px 2px 3px #333;	
}
.caption2 h2 {
	font-family: 'Crimson Text', serif;
	font-weight: 500;
	color: #fff;
    text-shadow: 1px 2px 3px #333;
}

.caption2 img {
	width: 120%;
	margin-top: -5px;
	margin-left: -60px;
}



.caption3 {
	position: absolute;
    top: 36%;
    left: 23%;
    width: 704px;
	padding:20px 20px 27px 20px;
    background-color: rgba(0,85,212,0.8);
    font-weight: 300;
    line-height: 1.2;
    text-align: center;
	font-family: 'Crimson Text', serif;
    z-index: 2;
	color:#000;
}
.caption3 p{
	font-family: 'Crimson Text', serif;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
    text-shadow: 1px 2px 3px #333;
}
.caption3 h2 {
	font-family: 'Crimson Text', serif;
	font-weight: 500;
	color: #fff;
    text-shadow: 1px 2px 3px #333;
}

.caption3 img {
	width: 120%;
	margin-top: -5px;
	margin-left: -60px;
}

.btns1:link {
	margin: 0 0 5px 0;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    color: #fff;
	font-size: 14px;
	text-decoration: none;
    background-color: #000 ;
    transition: all 0.3s;
    outline: none;
    box-shadow: none;
    border: 1px solid #000;
	border-radius: 5px;
    display: inline-block;
}

.btns1:visited {
	margin: 0 0 5px 0;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    color: #fff;
	font-size: 14px;
	text-decoration: none;
    background-color: #000 ;
    transition: all 0.3s;
    outline: none;
    box-shadow: none;
    border: 1px solid #000;
	border-radius: 5px;
    display: inline-block;
}

.btns1:hover {
	margin: 0 0 5px 0;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    color: #000;
	font-size: 14px;
	text-decoration: none;
    background-color: #fff ;
    transition: all 0.3s;
    outline: none;
    box-shadow: none;
    border: 1px solid #fff;
	border-radius: 5px;
    display: inline-block;
}

.btns1:active {
	margin: 0 0 5px 0;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    color: #fff;
	font-size: 14px;
	text-decoration: none;
    background-color: #000 ;
    transition: all 0.3s;
    outline: none;
    box-shadow: none;
    border: 1px solid #000;
	border-radius: 5px;
    display: inline-block;
}

.btns2:link {
	margin: 0 0 5px 0;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    color: #000;
	font-size: 14px;
	text-decoration: none;
    background-color: #fff;
    transition: all 0.3s;
    outline: none;
    box-shadow: none;
    border: 1px solid #fff;
	border-radius: 5px;
    display: inline-block;
}

.btns2:visited {
	margin: 0 0 5px 0;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    color: #000;
	font-size: 14px;
	text-decoration: none;
    background-color: #fff;
    transition: all 0.3s;
    outline: none;
    box-shadow: none;
    border: 1px solid #fff;
	border-radius: 5px;
    display: inline-block;
}

.btns2:hover {
	margin: 0 0 5px 0;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    color: #fff;
	font-size: 14px;
	text-decoration: none;
    background-color: #000;
    transition: all 0.3s;
    outline: none;
    box-shadow: none;
    border: 1px solid #000;
	border-radius: 5px;
    display: inline-block;
}

.btns2:active {
	margin: 0 0 5px 0;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    color: #000;
	font-size: 14px;
	text-decoration: none;
    background-color: #fff;
    transition: all 0.3s;
    outline: none;
    box-shadow: none;
    border: 1px solid #fff;
	border-radius: 5px;
    display: inline-block;
}

.btns3 {
	margin: 0 1px;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    color: #ffffff;
	font-size: 14px;
	text-decoration: none;
    background-color: #549a1e;
    transition: all 0.3s;
    outline: none;
    box-shadow: none;
    border: 1px solid #549a1e;
    display: inline-block;
}

.btns3:hover {
	margin: 0 1px;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    color: #ffffff;
	text-decoration: none;
    background-color: #7D7D7D;
    transition: all 0.3s;
    outline: none;
    box-shadow: none;
    border: 1px solid #7D7D7D;
    display: inline-block;
}

.btnsA {
	margin: -61px 45px 0 0;
    text-align: center;
    padding: 9px;
    box-sizing: border-box;
    color: #ffffff;
	font-size: 14px;
	text-decoration: none;
    background-color: #008142;
    transition: all 0.3s;
    outline: none;
    box-shadow: none;
    border: 1px solid #008142;
	border-radius: 5px;
    display: inline-block;
	font-weight: 600;
}

.btnsA:hover {
	margin: -61px 45px 0 0;
    text-align: center;
    padding: 9px;
    box-sizing: border-box;
    color: #ffffff;
	font-size: 14px;
	text-decoration: none;
    background-color: #353538;
    transition: all 0.3s;
    outline: none;
    box-shadow: none;
    border: 1px solid #353538;
	border-radius: 5px;
    display: inline-block;
	font-weight: 600;
}

.btnsB {
	margin-top: 7px;
    text-align: center;
    padding: 9px;
    box-sizing: border-box;
    color: #ffffff;
	font-size: 14px;
	text-decoration: none;
    background-color: #fa0000;
    transition: all 0.3s;
    outline: none;
    box-shadow: none;
    border: 1px solid #fa0000;
	border-radius: 5px;
    display: inline-block;
	font-weight: 600;
}

.btnsB:hover {
	margin-top: 7px;
    text-align: center;
    padding: 9px;
    box-sizing: border-box;
    color: #ffffff;
	font-size: 14px;
	text-decoration: none;
    background-color: #353538;
    transition: all 0.3s;
    outline: none;
    box-shadow: none;
    border: 1px solid #353538;
	border-radius: 5px;
    display: inline-block;
	font-weight: 600;
}

.btnsC {
	margin-top: 16px;
    text-align: center;
    padding: 9px;
    box-sizing: border-box;
    color: #ffffff;
	font-size: 14px;
	text-decoration: none;
    background-color: #fa0000;
    transition: all 0.3s;
    outline: none;
    box-shadow: none;
    border: 1px solid #fa0000;
	border-radius: 5px;
    display: inline-block;
	font-weight: 600;
}

.btnsC:hover {
	margin-top: 16px;
    text-align: center;
    padding: 9px;
    box-sizing: border-box;
    color: #ffffff;
	font-size: 14px;
	text-decoration: none;
    background-color: #353538;
    transition: all 0.3s;
    outline: none;
    box-shadow: none;
    border: 1px solid #353538;
	border-radius: 5px;
    display: inline-block;
	font-weight: 600;
}


/**********************
HISTORY SECTION
***********************/
p {
	margin-bottom:15px;
}
ul, ol {
	margin-left: 30px;
	margin-bottom:15px;
}
#history , #innerpage {
    padding: 50px 0 50px 0;
	background-color: #fff;
}
#innerpage h2 {
	margin-bottom:15px;
	margin-top:15px;
	color: #000;	
	text-transform: none;
}

#innerpage p {
	margin-bottom:15px;
	color: #000;
} 

#innerpage a:link { color: #000; text-decoration: none; }
#innerpage a:visited { color: #000; text-decoration: none; }
#innerpage a:hover { color: #ff6600; text-decoration: none; -webkit-transition: all 0.3s ease-in-out; }
#innerpage a:active { color: #000; text-decoration: none; }



.history-content {
	text-align: center;
}

.history-content p.spc {
	margin-top: 0px;
	color: #000;
}

.history-content a:link { color: #000; text-decoration: none; }
.history-content a:visited { color: #000; text-decoration: none; }
.history-content a:hover { color: #549a1e; text-decoration: none; -webkit-transition: all 0.3s ease-in-out; }
.history-content a:active { color: #000; text-decoration: none; }


/**********************
PORTFOLIO SECTION
***********************/

.project {
	position: relative;
	width: 320px;
	/*height: 555px; */
	overflow: hidden;
	outline: none;
}

.project:hover .description {
	transform: translateY(-100%);
}

.project img {
	width: 100%;
}


.project .description {
	position: absolute;
	width: 100%;
	height: 370px;
	padding: 61px 33px 54px;
	background: #04a3ce;
	color: #ffffff;
	text-align: center;
	transition: all .3s ease-out;
}

.project .description p {
	margin-top: 65px;
}

.project .description .social-list {
	margin-top: 54px;
}
.bannerimage {
	width:100%;
	margin-top: 64px;
}
/**********************
SERVICES SECTION
***********************/

#services {
	padding: 50px 0 50px 0;
	background: url(../img/bg03a.jpg) center center no-repeat;
}

.service {
	background: #ffffff;
	padding: 30px 30px 30px;
	text-align: center;
	box-shadow: 5px 5px 5px rgba(0,0,0,.4);
}


.service .separator {
	width: 30px;
	height: 2px;
	background-color: #000;
	margin: 25px auto 0;
}

.service h5 {
	margin-top: 20px;
	color: #8e511c;
	letter-spacing: 2px;
	font-weight: 600;
}

.service p {
	color: #000;
	margin-top: 20px;
}
.service a:link { color: #000; text-decoration:none; }
.service a:visited { color: #000; text-decoration:none; }
.service a:hover { color: #ea661e; text-decoration:none; -webkit-transition: all 0.3s ease-in-out; }
.service a:active { color: #000; text-decoration:none; }

/**********************
CLIENTS SECTION
***********************/

#clients {
	padding: 50px 0 50px 0;
	background: url(../img/bg01.jpg) center center no-repeat;
}

#clients h2 {
	margin-bottom: -65px;
	color: #fff;
}

#clients p {
	color: #fff;
}

.clients-content {
	text-align: center;
}

.clients-content blockquote {
	color: #231f20;
	font-size: 15px;
	margin-top: 37px;
}

.clients-content blockquote footer {
	margin-top: 25px;
	color: #fff;
}

.clients-content blockquote footer:before {
	content: '';
}

.clients-logs-container {
	margin-top: 115px;
	text-align: center;
}

/**********************
CONTACT SECTION
***********************/

#contact {
	padding: 50px 0 50px 0;
    background: #eaeaea;
}

.contact-subsection {
	border: 1px solid #bdbdbd;	
	padding: 10px 30px 30px;
    overflow: hidden;
    background: #ffffff;
    text-align: center;
    box-shadow: 5px 5px 5px rgba(0,0,0,.4)
}

.contact-subsection h2 {
	text-transform: none;
}

#about-subsection {
	padding: 30px 40px 54px;
    background: #ffffff;
    text-align: center;
    box-shadow: 5px 5px 5px rgba(0,0,0,.4);
}

/* #about-subsection h2:after {
	display: block;
	content: '';
	width: 30px;
	height: 2px;
	background-color: #00c7fc;
	margin: 46px auto 0;
} */

#about-subsection a:link { color: #000!important; text-decoration: none!important; }
#about-subsection a:visited { color: #000!important; text-decoration: none!important; }
#about-subsection a:hover { color: #000!important; text-decoration: none!important; }
#about-subsection a:active { color: #000!important; text-decoration: none!important; }

#about-subsection ul {
	margin-top: 24px;
}

#about-subsection ul li {
	color: #000;
	text-align: left;
	margin-top: 10px;
}

#about-subsection p {
	color: #000;
	text-align: centre;
}

#form-subsection {
	padding: 30px 40px 40px;
	overflow: hidden;
	background: #ffffff;
    text-align: center;
    box-shadow: 5px 5px 5px rgba(0,0,0,.4);
}

#form-subsection h2 {
	margin-bottom: 30px;
}

#form-subsection textarea,
#formsubsection textarea {
	line-height: 59px;
}

#form-subsection a:link { color: #000!important; text-decoration: none!important; }
#form-subsection a:visited { color: #000!important; text-decoration: none!important; }
#form-subsection a:hover { color: #000!important; text-decoration: none!important; }
#form-subsection a:active { color: #000!important; text-decoration: none!important; }

#form-subsection1 {
	padding: 40px 40px 40px;
	overflow: hidden;
	background: #ffffff;
    text-align: center;
    box-shadow: 5px 5px 5px rgba(0,0,0,.4);
	margin: 30px 0 30px 115px;
	width: 80%;
}

#form-subsection1 h2 {
	margin-bottom: 30px;
}

#form-subsection1 textarea,
#formsubsection1 textarea {
	line-height: 59px;
}

#form-subsection1 a:link { color: #000!important; text-decoration: none!important; }
#form-subsection1 a:visited { color: #000!important; text-decoration: none!important; }
#form-subsection1 a:hover { color: #000!important; text-decoration: none!important; }
#form-subsection1 a:active { color: #000!important; text-decoration: none!important; }

.service .fa{
    font-size: 70px;
    color: #8e511c;
}

/**********************
FOOTER SECTION
***********************/

#footer {
	background: #999;
	color: #ffffff;
	padding-top: 50px;
	margin-top: -7px;
}

#footer .copyright {
	font-family: 'Montserrat', sans-serif;
}

#footer .social-list {
	float: right;
}

footer a:link{ color:#fff; text-decoration: none; }
footer a:visited{ color:#fff; text-decoration: none; }
footer a:hover{ color:#353538; text-decoration: none; -webkit-transition: all 0.3s ease-in-out;}
footer a:active{ color:#fff; text-decoration: none; }

footer .footer-map { width:100%; height:200px; }

footer .up-footer {
	padding-bottom: 35px;
}

footer .up-footer h2 {
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 15px;
  text-transform: uppercase;
  color: #353538;
}
footer .up-footer p {
  color: #ffffff;
  letter-spacing: 1px;
}
footer .up-footer img {
  /*margin-top: 20px;*/
}

footer .up-footer .QL {
  margin-left: 15px;
}

footer .up-footer .QL1 {
  margin-left: 35px;
}

footer .up-footer ul.navigation {
  margin: 0;
  padding: 0;
}
footer .up-footer ul.navigation li {
  list-style: none;
  margin-bottom: 5px;
}
footer .up-footer ul.navigation li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-family: 'Roboto', sans-serif;
  color: rgba(255, 255, 255, 0.9);
}
footer .up-footer ul.navigation li a:hover {
  color: #ffba00;
}

footer .up-footer .LS {
  margin-left: 110px;
}

footer .up-footer .info-widget p {
  margin-bottom: 5px;
  display:flex;
}
footer .up-footer .info-widget p i {
  color: #ce0a11;
  margin-right:5px;
}
footer .up-footer .info-widget p.first-par {
  margin-bottom: 20px;
}

footer .up-footer .fa {
	color: #008142;
}

footer p.copyright {
  padding: 25px 0;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  text-align: center;
  margin: 0;
  background: #000;
}

footer p.copyright a:link{ color:#fff; text-decoration: none; }
footer p.copyright a:visited{ color:#fff; text-decoration: none; }
footer p.copyright a:hover{ color:#fff; text-decoration: none; }
footer p.copyright a:active{ color:#fff; text-decoration: none; }

/**********************
HELPER CLASSES
***********************/

.is-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.grabbable {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.grabbing { 
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#calltoaction {
	padding: 0 0 40px 0;
	background: url(../img/bg01.jpg) center center no-repeat;
}

#calltoaction p {
    font-size: 35px;
}

#calltoaction .btns {
	margin: 5px 0 5px 0;
    text-align: center;
    padding: 9px;
    box-sizing: border-box;
    color: #fff;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
    background-color: #008142;
    transition: all 0.3s;
    outline: none;
    box-shadow: none;
    border: 1px solid #008142;
	border-radius: 5px;
    display: inline-block;
	font-weight: 600;
}

#calltoaction .btns:hover {
	margin: 5px 0 5px 0;
    text-align: center;
    padding: 9px;
    box-sizing: border-box;
    color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #353538;	
    transition: all 0.3s;
    outline: none;
    box-shadow: none;
    border: 1px solid #353538;
    display: inline-block;
	font-weight: 600;
}

.textcenter {
	text-align: center;
}

#owl-example .item {
	margin-bottom:10px;
}
#owl-example .item img {
    width: 100%;
    display: inline-block!important;
    margin: 10px;
    color: #FFF;
    text-align: center;
    box-shadow: 5px 5px 5px rgba(0,0,0,.4);
}
.roofimg {
	width: 25%;
	float: left;
	margin-right: 15px;
}



/**********************
RESPONSIVE
***********************/

@media only screen and (max-width: 1199px) {
	.navbar-brand {
		height: 50px;
		padding: 0;
	}
	.navbar-default .navbar-nav>li>a {
		padding: 10px 15px;
	}
	
	#about-subsection, #form-subsection {
		padding: 95px 70px 70px;
		min-height: 560px;
	}

	.navbar ul ul {
        list-style-type: none!important;
}

	.btnsC {
    margin: -55px 230px 0 0;
	}
	
	.btnsC:hover {
    margin: -55px 230px 0 0;
	}
	
	#main-navbar {
		margin-bottom: 10px;
	}
	
	.navbar-brand img {
    max-height: 130px;
    margin-top: 10px;
	}
	
	#footer {
		margin-top: -7px;
	}
	
	.bannerimage {
    margin-top: 111px;
	}
	
}

@media only screen and (max-width: 991px) {

	/**********************
	SERVICES SECTION
	***********************/
    .service:not(first-of-type) {
        margin-top: 0;
    }
	
	.service {
	padding: 20px;
	}
	
	.caption {
		display:none;
	}
    /**********************
	CONTACT SECTION
	***********************/

.img1 {display:none;}
	#about-subsection, #form-subsection {
		padding: 80px;
		min-height: auto;
	}

	#form-subsection {
		margin-top: 55px;
	}
	
	.caption1, .caption2, .caption3  {
		display: none;
	}
	
	#slider1_container {
	margin-top: 185px;
}
	
	.bannerimage {
		margin-top: 185px;
	}
	
	#history, #innerpage {
    padding: 0 0 30px 0;
	}
	
	.navbar ul ul {
        list-style-type: none!important;
	}

	#form-subsection1 {
    margin: 30px 0 30px 0;
    width: 100%;
	}
	
	.btnsC {
    margin: -55px 230px 0 0;
	}
	
	.btnsC:hover {
    margin: -55px 230px 0 0;
	}
	
	.navbar-default .img1 {
    width: 30%;
    margin-top: 30px;
    margin-left: 90px;
}

	.navbar-default .phone {
    margin-top: 10px;
	}
	
	.navbar-brand img {
    max-height: 130px;
    margin-top: 10px;
	}
	
	h2.section-title {
    margin-top: 20px;
	}
	
	#calltoaction {
	padding: 0 0 50px 0;
	margin: -20px 0 20px 0;
	}
	
	#contact {
    margin-top: -60px;
	}
	
	#about-subsection, #form-subsection {
    padding: 30px 30px;
	}
	
	#footer {
		margin-top: -7px;
	}
	
	footer .up-footer .LS {
    margin-left: 0px;
	}
	
	footer .up-footer .QL {
    margin-left: 0px;
	}
	
	footer .up-footer .QL1 {
    margin-left: 18px;
	}
	.navbar-default .fa {
    margin-top: 0;
	}
}

@media only screen and (max-width: 767px) {
	
	/**********************
	DEFAULT
	***********************/

	h1, h2, h3, h4, h5, h6 {
		line-height: 1.5;
	}

	/**********************
	NAVBAR
	***********************/

	.navbar-default .navbar-nav {
		text-align: left;
		margin-left:15px;
	}

	.navbar-default .navbar-nav>li>a {
		padding: 10px 0;
	}
	
	.navbar ul ul {
	left:20% !important; /*change as per the width of menu */
	top:50%;
}
.navbar-collapse.in {
    overflow-y: visible;
}

	/**********************
	HOME SECTION
	***********************/
	
	.home-content {
		transform: translateY(-55%);
	}
	
	.home-content .h1,
	.home-content h2 {
		font-size: 42px;
	}

	/**********************
	SERVICES SECTION
	***********************/
    
	#services {
		margin-bottom: 30px;
	}
	
	.service {
        padding: 10px;
    }

	/**********************
	CLIENTS SECTION
	***********************/
	.single-client-container:not(first-of-type) {
		margin-top: 60px;
	}

	/**********************
	CONTACT SECTION
	***********************/

	#about-subsection, #form-subsection {
		padding: 30px 30px;
		min-height: auto;
	}


	/**********************
	FOOTER SECTION
	***********************/
	#footer {
		text-align: center;
		margin-top: -7px;
	}

	#footer .social-list {
		float: none;
		margin-top: 45px;
	}
	
	.caption1, .caption2, .caption3  {
		display: none;
	}
	
	footer .up-footer h2 {
	text-align: left;
	}
	
	footer .up-footer .QL {
    margin-left: 0px;
}
	
	footer .up-footer .QL1 {
	margin-left: 22px;
	text-align: left;
}
	
	footer .up-footer p {
    text-align: left;
	}
	
	#slider1_container {
	margin-top: 134px;
}
	
	.bannerimage {
		margin-top: 134px;
	}
	
	#history, #innerpage {
    padding: 0 0 30px 0;
	}
	
	.navbar ul ul {
        list-style-type: none!important;
	}

	#owl-example .item img {
    margin: 0;
	}
	
	#form-subsection1 {
    margin: 30px 0 30px 0;
    width: 100%;
	}
	
	.navbar-default .img1 {
		width: 50%;
		margin-top: 30px;
		margin-left: 90px;
	}
	.navbar .btns-img {
		float: none;
	}
	.navbar-default .phone {
		float:none;
		margin-top: 10px;
	}
	
	.navbar-default .btns {
    margin-top: -10px;
	}
	
	.navbar-brand img {
    max-height: 130px;
    margin-top: 10px;
	}
	
	h2.section-title {
    margin-top: 20px;
	}
	
	#calltoaction {
	padding: 0 0 10px 0;
	margin: 0 0 30px 0;
	}
	
	#calltoaction p {
    font-size: 25px;
	}
	
	#calltoaction .btns {
    margin: 5px 0 40px 0;
	}
	
	#contact {
		margin-top: 0;
	}
	
	footer .up-footer .LS {
    margin-left: 0px;
	}

}

@media only screen and (max-width: 575px) {

	/**********************
	HOME SECTION
	***********************/

	.home-content .btn {
		display: block;
		margin: 0 auto;
	}

	.home-content .btn-primary {
		margin-top: 30px;
	}
	
	.caption1, .caption2, .caption3  {
		display: none;
	}
	
	.history-content p.spc {
        margin-bottom: -20px;
	}
	
	#clients {
    padding: 50px 0 0 0;
	}
	
	#contact {
    margin-top: -39px;
	}
	
	footer .up-footer h2 {
	text-align: left;
	}
	
	footer .up-footer .QL {
    margin-left: 0px;
}
	
	footer .up-footer .QL1 {
	margin-left: 22px;
	text-align: left;
}
	
	footer .up-footer p {
    text-align: left;
	}
	
	#slider1_container {
	margin-top: 134px;
}
	
	.bannerimage {
		margin-top: 134px;
	}
	
	#history, #innerpage {
    padding: 0 0 30px 0;
	}
	
	.navbar ul ul {
        list-style-type: none!important;
	}
	
	#owl-example .item img {
    margin: 0;
	}
	
	#form-subsection1 {
    margin: 30px 0 30px 0;
    width: 100%;
	}
	
	.btnsC {
    margin: 10px 230px 0 0;
	}
	
	.btnsC:hover {
    margin: 10px 230px 0 0;
	}
	
	.navbar-default .img1 {
    width: 50%;
    margin-top: 30px;
    margin-left: 90px;
}

	.navbar-default .phone {
    margin-top: 40px;
	}
	
	.navbar-default .btns {
    margin-top: -10px;
	}
	
	.navbar-brand img {
    max-height: 90px;
    margin-top: 10px;
	}
	
	h2.section-title {
    margin-top: 20px;
	}
	
	#calltoaction {
	padding: 0 0 10px 0;
	margin: 20px 0 30px 0;
	}
	
	#calltoaction p {
    font-size: 25px;
	}
	
	#calltoaction .btns {
    margin: 5px 0 40px 0;
	}
	
	#contact {
		margin-top: -20px;
		margin-bottom: -18px;
	}
	
	footer .up-footer .LS {
    margin-left: 0px;
	}
}
@media only screen and (max-width: 475px){
.navbar-brand img {
    max-height: 100%;
    margin-top: 10px;
}
}