﻿html,
body {
    height: 100%;
}

.carousel,
.item,
.active {
    height: 100%;
}
.col-md-4.back {
    padding-top: 30px;
    padding-bottom: 26px;
    background:  linear-gradient(to left, #71B280, #134E5E);

}

.layer1{
    padding: 40px;
    margin: -30px;
    opacity: 0.7;
    background-color: black;
}

.carousel-inner {
    height: 100%;
}
.rownext{
    margin-top: -35px;
}
.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

footer {
    margin: 50px 0;
}
.dark{
    color: white;
    width: 100%;
    height: 100%;
    background-color: black;
    position: absolute;
    opacity: 0.5;
}
.navbar{
    padding: 10px;
}
.slider-heading{
    color: e7e7e7;
    font-size: 48px;
    font-weight: 700;
}
.carousel-caption{
    margin-bottom: 12%;
}
.slider-para{
    font-size: 18px;
}
#nav1 > li{
    font-size: 16px;
    color: white;
    font-weight: 700;
}

#nav1 > li:hover{
    color: black;
}
.a-wrap{
    background: #134E5E;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #71B280, #134E5E);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #71B280, #134E5E); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: white;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: -60px;
}
.s-wrap{
    background: white;
    color: black;
    padding-top: 50px;
    padding-bottom: 50px;
    
}
.i-wrap{
    background: #3a6186;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #89253e, #3a6186);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #89253e, #3a6186); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: black;
    padding-top: 50px;
    padding-bottom: 50px;
}
.i-wrap > h2{
    color: white;
}
.i-wrap .col-md-4{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: white;
    border-left: 1px solid black;
    border-right: 1px solid black;
    
}
.i-wrap .upper{
    margin-bottom: -37px;
}
.t-wrap{
	background: #fff;
    color: black;
    padding-top: 50px;
}
.c-wrap{
	background: white;
    color: black;
    padding-top: 50px;
    padding-bottom: 50px;
}
.f-wrap{
	background-color: #181818;
    color: black;
    padding-top: 50px;
    padding-bottom: 50px;
}
.test-wrap{
	background-color: #f7f7f7;
    color: black;
    padding-top: 50px;
    padding-bottom: 50px;
}
.ab-content{
	background-color: white;
	color:black;
	padding: 30px;
	cursor: pointer;
	transition: box-shadow 0.3s;
}
.ab-content:hover{
	box-shadow: 5px 5px 50px;
}
.ab-icon{
	color: #166967;
	font-size: 50px;
	margin-bottom: 20px;
}
.ab-icon:hover{
	color: #54B07F;
}
.s-content{
	color: #777;
}
.s-icon{
	color: #166967;
	font-size: 30px;
	margin-top: 5px;
}
.s-icon:hover{
	color: #54B07F;
}
.a-icon{
	color: #166967;
	font-size: 20px;
	margin-top: 5px;
}
.a-icon:hover{
	color: #54B07F;
}
.green-hover{
	color: black;
	font-size: 20px;
	font-weight: 600;
	cursor: pointer;
	transition: color 0.3s;
}
.green-hover:hover{
	color: #54B07F;
}
.card{
	transition: box-shadow 0.3s;
	padding: 15px;
}
.card:hover{
	box-shadow: 2px 2px 30px;
}
.input{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 20px;
}
.right-border{
	border-right: #DCDCDC solid 1px;
}
.copy{
	background-color: black;
	color: white;
	padding: 30px;
	line-height: 10px;
}
.foot > a{
	text-decoration: none;
	color: #00D46E;
}
.foot>a:hover{
	color: #24796C;
}
.foot-link > a{
	text-decoration: none;
	display: block;
	color: white;
	border-bottom: #363636 solid;
	padding: 10px;
	transition: color 0.5s;
}
.foot-link > a:hover{
	color: #00D46E;
}
.f-icon{
	margin-top: 10px;
	margin-left: 3px;
	margin-right: 3px;
	color: #aaa;
	font-size: 30px;
	transition: color 0.5s;
	cursor: pointer;
}
.f-icon:hover{
	color: #00D46E;
}
.af-icon{
	margin-left: 5px;
	margin-right: 5px;
	color: #00e477;
	font-size: 21px;
	transition: color 0.5s;
	cursor: pointer;
}
.af-icon:hover{
	color: #00a94d;
}
.af-lg-icon{
    margin-left: 5px;
	margin-right: 5px;
	color: #00e477;
	font-size: 27px;
	transition: color 0.5s;
	cursor: pointer;
}
.af-lg-icon:hover{
    color: #00a94d;
}
.top-margin{
	margin-top: 100px;
}
.article{
    font-size: 16px;
    line-height: 30px;
}
.article-heading{
    font-size: 23px;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 30px;
}
.margin{
	padding-left: 100px;
	padding-right: 100px;
}
.test{
    background-color: #f7f7f7;
}



@media only screen and (max-width: 786px) {
    .slider-heading{
		color: e7e7e7;
		font-size: 25px;
		font-weight: 700;
	}
    #services .col-md-10{
        text-align: center;
    }
    #services .col-md-2{
        font-size: 50px;
    }
    #industries .col-md-10{
        text-align: center;
    }
    #industries .col-md-2{
        text-align: center;
        font-size: 50px;
    }
    .back{
        margin-top: 15px;
    }
    .f-wrap .col-md-3{
        margin-top: 30px;
    }
    .copy{
        line-height: 18px;
    }
    .s-wrap a p{
        text-align: center;
    }
    .i-wrap a p{
        text-align: center;
    }
}
