body{
  font-family: 'Spartan', sans-serif;
  transition: 2s;
  color: #626161;

}
img{
  max-width: 100%;
}
p{
  font-size: 15px;
  line-height: 35px;
}
.heading-font{
	font-family: 'Spartan', sans-serif;
	color: #117DAB;
	font-size: 24px;
	line-height: 45px;
	font-weight: 800;
	font-style: italic;
}
h1{
  font-family: 'Cinzel', serif;
  font-size: 50px;
  font-weight: 600;
}
h2{
  font-size: 40px;
  font-weight: 300;
  line-height: 55px;
}
h3{
  font-size: 20px;
  font-weight: 300;
}
h4{
  font-size: 20px;
  font-weight: 300;
}
h6{
  font-weight: 500;
}
ul{
	list-style-type: none;
	padding: 0;
}
hr{
	border: solid 1px #5f5f5f
}
.logo{
  padding: 10px 0;
}

.navbar{
  padding: 5px 10px!important;
  background-color: #fdfdfd;
  border-bottom: 4px solid #f2f2f2;
  text-align: center
}
.navbar img{
	width: 200px;
}
.navbar a{
	font-weight: 600;
	color: #fff;
	font-size: 14px;
	margin-left: 10px;
}
nav i{
	font-size: 25px;
}
ul i{
	color: #117DAB;
	font-size: 26px;
}

#bold p{
	font-weight: 600;
}
.active-link{
  background-color: #333;
}

.home-banner{
	background-image: url(../images/banner.JPG);
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	padding: 90px 0;
	color: #fff;
    text-align: center;
    border-bottom: solid 4px #040404
}
.home-banner p{
	font-size: 25px;
	font-weight: 100;
}
.home-banner a{
	color: #fff;

}
.banner-text{
	background-color: rgba(0, 0, 0, 0.7);
	padding: 40px;
	border-radius: 60px;
}
.small-banner{
	background-position: center center;
	background-size: cover;
	padding: 80px 0;
	color: #fff;
    text-align: center;
    border-bottom: solid 4px #040404;
    background-color: #117DAB
}
.small-banner h1{
	background-color: rgba(0, 0, 0, 0.7);
	padding: 40px;
	border-radius: 60px;
}
.btn-light{
	background-color: #117DAB;
	color: #fff;
	border: none;
	padding: 10px 30px;
	font-size: 16px;
	border-radius: 0;
	font-weight: 600;
}
.btn-light:hover{

}
.btn-outline{
	border: solid 2px #fff;
	border-radius: 40px;
	padding: 15px 25px;
	color: white;
}
.btn-outline:hover{
	background-color: white;
	color: #333;
}
.service-home{
  padding: 100px 0;
  text-align: center;
}
.service-home h2{
}
.service-home-title hr{
	border: solid #117DAB 3px;
	margin-bottom: 50px;
	width: 50px;
}
.service-home hr{
	border: solid #117DAB 3px;
	width: 50px;
}
.service-home .btn-light{
  margin: 50px 0 0 0;
}
.service-home .block{
	border: solid 10px #ffffff;
}
.block i{
	margin-bottom: 15px;
}
.block{
  min-height: 650px;
  padding: 50px 30px;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.social-banner i{
  font-size: 25px;
  margin: 0 10px;
}

.4-block{
	padding: 100px 0;
	margin-bottom: 100px!important;
	background-image: url(../images/granite2.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.left-block-top{
	height: 400px;
	background-color: #117DAB;
	padding: 60px;
	color: white;
}
.left-block-top p{
	font-size: 30px;
	font-weight: 100;
	line-height: 50px;
	color: white;
}
.left-block-btm{
	height: 400px;
	background-image: url(../images/img-1.jpeg);
	background-position: center center;
	background-size: cover;
}
.right-block-top{
	height: 400px;
	background-image: url(../images/img-2.jpeg);
	background-position: center center;
	background-size: cover;
}
.right-block-btm{
	height: 400px;
	background-color: #777777;
	padding: 60px;
	margin-bottom: 100px;
}
.right-block-btm p{
	font-size: 30px;
	color: #fff;
	font-weight: 100;
	line-height: 50px;
}
.white-btn{
	color: #fff;
	border: solid white 2px;
}
.white-btn:hover{
	background-color: #fff;
	border: solid white 2px;
}
.padding-0{
    padding-right:0;
    padding-left:0;
}

.cta-btm{
	margin-top: 100px;
	text-align: center;
	padding: 150px 0;
	background-image: url(../images/banner-2.jpg);
	background-position: center center;
	background-size: cover;
	color: #fff
}
.cta-btm img{
	padding-bottom: 20px;
}
.cta-btm h2{
	font-size: 30px;
	font-weight: 700;
}
.btm-text h2{
	text-align: center;

}
.btm-text hr{
	border: solid 1px #e3e3e3;
	margin-bottom: 30px;
}
.btm-text{
	padding: 100px 0;
	background-image: url(../images/granite2.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
ul li{
	padding: 10px 0;
}
.feature-background{
	padding: 100px 0;
	background-position: center bottom;
	background-size: cover;
	color: white;
	text-align: center
}
.feature-text{
	background-color: rgba(0, 0, 0, 0.7);
	padding: 60px;
	border-radius: 50px;
}
.news{
	text-align: center;
	padding: 100px 40px;
	background-image: url(../images/news-img.jpeg);
	background-position: center center;
	background-size: contain;
	color: white;
	margin-top: 20px;
	-webkit-box-shadow: 5px 5px 12px -4px rgba(0,0,0,0.56);
	box-shadow: 5px 5px 12px -4px rgba(0,0,0,0.56);
}
.actived{
	background-color: #117DAB;
	color: white;
}
.actived:hover{
	background-color: #117DAB;
	color: white;
}
footer{
	background-color: #111;
	padding: 100px;
	color: #fff;
}
footer p{
	font-size: 14px;
	line-height: 25px
}
.copyright{
	background-color: #000;
	color: #fff;

}
.copyright a{
	color: #fff;
	font-size: 12px;
	display: inline-block;
}
.copyright i{
	font-size: 20px;
	color: grey
}
.copyright p{
	color: #fff;
	font-size: 12px;
	padding-top: 10px
}
.black-home{
	background-color: #117DAB;
	color: #fff;
	padding: 100px 0;
}
.black-home hr{
	border: solid white 1px;
}
.black-home i{
	color: white;
}
.black-home a{
	color: #fff;
	text-decoration: underline;
}
.acreds{
	padding: 50px 0;
}
.services{
	padding: 100px 0;
	background-image: url(../images/granite2.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.services hr{
	border: solid 1px #f5f8ff
}
.services a{
	margin-bottom: 50px;
}
.left-image-block{
	background-color: #f8f8f8;
	display: flex;
	align-items: center;
}
.split-text{
	padding: 100px;
}
.split-image{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}
.contact-block{
	padding: 100px 0;
	background-image: url(../images/granite2.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.map iframe{
	width: 100%;
	height: 500px;
}

.service-content{
	padding: 60px 0;
}

@media (max-width: 1200px) {
 	.navbar a{
	 	font-size: 13px!important;
 	}
 	.social-banner i{
	 	margin: 0;
 	}

}
@media only screen and (max-width: 987px) {
	 h1{
		font-size: 30px;
	}
  h2{
    font-size: 30px;
  }
  .home-banner{
    padding: 20px;
  }
  .right-block-btm{
    margin-bottom: 0;
  }
  .split-text{
    padding: 10px;
  }
	.map iframe{
		margin-bottom: 40px;
	}
	.copyright .social-banner{
		display: none;
	}
 	.navbar-nav{
	 	font-size: 16px!important;
 	}
  .navbar-nav i{
    display: none;
  }
  .banner-text{
    margin: 10px;
  }
	.left-block-top p{
		font-size: 20px;
		font-weight: 100;
		line-height: 40px;
		color: #fff;
	}
	.right-block-btm p{
		font-size: 20px;
		font-weight: 100;
		line-height: 40px;
		color: #fff;
	}
	.btm-text h3{
		padding-top: 20px;
	}
	.acreds{
		text-align: center;
	}
	footer{
		text-align: center;
    padding: 40px;
	}
  .float-right{
    display: none!important;
  }
	.copyright{
		text-align: center;
	}
	.example-image{
		width: 350px;
	}
	.gallery{
		text-align: center;
	}
	.contact-block{
		text-align: center;
	}
	.btm-text{
		text-align: center;
	}
	.black-home{
		text-align: left;
    padding: 40px;
	}
}
