.home{
	background-image: url("image/top-bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 3px 39px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 39px -8px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 39px -8px rgba(0,0,0,0.75);
}
.home-overlay{
	background-color:#0000004f; 
}

/*navbar*/

.custom-navbar .navbar-brand {
	margin-bottom: 20px;
}

@media(min-width: 992px) {
	.custom-navbar .navbar-brand {
		margin-bottom: 0;
	}
}

.custom-navbar .custom-nav-links li{
	margin-left: 0;
}
.custom-navbar ul li a{
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}
@media(max-width: 992px) {
	.nav-divider{
		display: none;
	}
}
.custom-navbar .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
	color: #fff;
	/*border: .5px solid #8a8686;*/
	background-color: #80808052;
}
.custom-navbar{
	background-color: #000000cf;
	padding: 20px;
}
.nav-divider{
	font-size: 4px;
	color: #fff;
	vertical-align: middle;
	padding: 18px;
}
.social-icon {
	margin-top: 20px;
}

@media(min-width: 992px) {
	.social-icon {
		margin-top: 0;
	}
}

.social-icon ul {
	border-style: solid;
	border-color: #d6d0d063;
	border-width: 1px;
	margin: 0;
	padding: 0;
}

.social-icon li {
	display: inline-block;
	list-style: none;
}

.social-icon li a {
	width: 40px;
	padding: 10px 0;
	display: inline-block;
	text-align: center;
}

.social-icon li a:hover {
	background: #00000059;
}

/*home content*/

.home-content{
	color: #fff;
	padding-top: 200px;
	padding-bottom: 100px;
}
@media(min-width: 992px) {
	.home-content{
		padding-left: 150px;
		padding-right: 150px;
	}
}
.home-content h1{
	font-size: 90px;
	font-family: 'Alegreya', serif;
}
.home-content h1:after{
	content: ""; 
	display: block; 
	margin: 0 auto; 
	width: 20%;
	padding: 15px 0; 
	border-bottom: 1.5px solid #efd1a5fc;
}
.home-content h5{
	font-size: 30px;
	font-family: 'Archivo Narrow', sans-serif;
	padding-top: 25px;
}
.home-button{
	margin-top: 100px;
}
.home-button a{
	font-size: 20px;
	color: #fff;
	border-style: solid;
	border-width: 1.2px;
	border-color: #f9e0b25e;
	display: inline-block;
	padding:15px 70px 15px 70px;
}
.home-button a:hover{
	text-decoration: none;
	background-color: #31303078;
}


/*section1*/

.sec1{
	background-image: url('image/white_wall.png');
	
}
.sec1-left-img{
	height: 120px;
	width: 120px;
	border-radius: 100%;	
}

.gray-border {
	border-radius: 100%;
	border: 10px solid #ccc;
}
.white-border {
	border-radius: 100%;
	border: 10px solid #fff;
}

.sec1-left-quote p{
	font-size: 20px;
	color: #bb231bf5;
	display: block;
	font-style: italic;
}
.sec1-left-quote i{
	color: #8080806b;
	display: block;
}
.sec1-right-img{
	width: 100%;
	border-style: solid;
	border-color: #fff;
	border-width: 15px;
	-webkit-box-shadow: 0px 5px 14px -5px rgba(128,123,128,1);
	-moz-box-shadow: 0px 5px 14px -5px rgba(128,123,128,1);
	box-shadow: 0px 5px 14px -5px rgba(128,123,128,1);
}
.sec1 h3{
	font-family: 'Alegreya', serif;
	font-size: 60px;
	letter-spacing: 3px;
}
.sec1 h4{
	font-size: 16px;
	color: #bb231bf5;
}
.sec1 p{
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 20px;
	letter-spacing: 1px;
	margin: 0;
}
.sec1 h6{
	font-size: 30px;
	font-family: 'Alegreya', serif;
	margin-top: 40px;
	margin-bottom: 20px;
}
.sec1 h5{
	border-top: 1px solid #8080806b;
	border-bottom: 1px solid #8080806b;
	padding: 10px 0 10px 0;
	color: #524f4fcf;
}


/*section-2*/

.sec2{
	background-image: url("image/sec2.jpg");
	background-position: center;
}
.sec2-shadow {
	-webkit-box-shadow: 2px 17px 66px 8px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 17px 66px 8px rgba(0,0,0,0.75);
	box-shadow: 2px 17px 66px 8px rgba(0,0,0,0.75);
}
.sec2-right {
	background: #fff;
}
.sec2-description {
	background: url('image/sec2.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 130px;
	height: 190px;
}
.sec2-left-img {
	background: url('image/sec2a.jpg');
	background-size: cover;
}
.sec2-carousel {
	background-color: #dcdcdc;
	padding: 10px 0;
}
.sec2-carousel {
	overflow: visible;
	position: relative;
}
.sec2-carousel .owl-nav button.owl-prev, .sec2-carousel .owl-nav button.owl-next {
	position: absolute;
	font-size: 20px;
	font-weight: 800;
	top: 33%;
	color: #e48000;
}
.sec2-carousel .owl-prev {
	left: 20px;
}
.sec2-carousel .owl-next {
	right: 20px;
}
.sec2-carousel .border {
	margin: 5px 0;
	border-radius: 100%;
	background-color: #fff;
	padding: 5px;
	display: inline-block;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
.sec2-carousel .img-slider .sec2-carousel-img {
	height: 80px;
	width: 80px;
	border-radius: 100%;
	display: inline-block;
}
.sec2-icon li{
	list-style: none;
	display: inline-block;
	color: red;
}
.sec2-png{
	width: 100%;
	background-position: center;
}
.sec2 h3{
	font-size: 20px;
}
.sec2 h4{
	font-size: 15px;
	color: red;
}
.sec2 p{
	font-size: 13px;
}


/*section-3*/

.sec3{
	background-image: url("image/sec3.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}
@media(min-width: 992px) {
	.sec3-overlay{
		padding-bottom: 50px;
	}
}
.sec3 .sec3-left h4{
	font-family: 'Alegreya', serif;
	font-size: 30px;
	color: #fff;
	margin: 0;
}
.sec3 .sec3-left h3{
	font-family: 'Alegreya', serif;
	font-size: 70px;
	color: #fff;
	margin: 0;
}
.sec3 .sec3-left h5{
	color:#c78126;
	font-size:18px;
}
.sec3 .sec3-left p{
	font-size: 14px;
	color: #b1a9a9;
	margin: 0;
}
.sec3 .sec3-left h2{
	font-family: 'Alegreya', serif;
	font-size: 40px;
	color: #d4af57;
	margin: 0;
}
.sec3 .sec3-left i{
	color: #888383;
}
.sec3-overlay{
	background-color: #1f1e1ead;
}
.sec3-right-img{
	height: 60px;
	width: 60px;
	border-radius: 100px;
	display: inline-block;
	border: 3px #a9a5a5 solid;
	padding: 5px;
}
.sec3-right {
	background-color: #ece6e6;
	padding: 20px;
	height: 600px;
	margin-top: 20px;
}
@media (min-width: 992px) {
	.sec3-right {
		height: 100%;
		margin-top: 0;
	}
}
/*.sec3-right{
	border: 1px dashed #c1bfbf;
	outline: 13px solid #ece6e6;
}*/
.sec3-right-bottom h2{
	color: #000;
	font-size: 35px;
}
.sec3-right-bottom a{
	padding: 10px 40px 10px 40px;
	color: black;
	border-style: solid;
	border-width: 1px;
}
.sec3-right-bottom a:hover{
	text-decoration: none;
	background-color: #d6a53878;
}
.sec3-right-bottom p{
	font-size: 18px;
}


/*section-4*/
.sec4 {
	background-image: url('image/white_wall.png');
}
.sec4-top-img{
	width: 30%;
}
.sec4-left-img{
	height: 80px;
	width: 80px;
	border-radius: 100%;
	display: inline-block;
	background-color: #fff;
	padding: 5px;
}
.sec4-middle{
	width: 100%;
	height: 400px;
	display: inline-block;
	background-color: #fff;
	padding: 15px;
	-webkit-box-shadow: 0px 5px 14px -5px rgba(128,123,128,1);
	-moz-box-shadow: 0px 5px 14px -5px rgba(128,123,128,1);
	box-shadow: 0px 5px 14px -5px rgba(128,123,128,1);
}

@media(min-width: 992px) {
	.sec4-middle {
		width: 100%;
		height: 100%;
		display: inline-block;
	}
}

.sec4-middle-img {
	background: url('image/sec2a.jpg');
	background-size: cover;
	background-position: center;
	height: 100%;
}
.sec4 h2{
	font-family: 'Alegreya', serif;
	font-size: 80px;
	margin: 0;
}
.sec4-left-bottom p{
	color: #bd3d3d;
}
.sec4-left-bottom a{
	padding: 10px 40px 10px 40px;
	color: #bd3d3d;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
}
@media only screen and (min-width: 992px) {
	.sec4-left-bottom a{
		margin-top: 30px;
	}
}
.sec4-left-bottom a:hover{
	text-decoration: none;
	background-color: #d6a53878;
}

.dotted-border {
	border: 1px dashed #c1bfbf;
	height: 100%;
}
.sec4-right {
	background-color: #ece6e6;
	padding: 20px;
	height: 600px;
	margin-top: 20px;
}
@media (min-width: 992px) {
	.sec4-right {
		height: 100%;
		margin-top: 0;
	}
}
.sec4-right h3{
	font-size: 50px;
	margin: 0;
}
.sec4-right h6{
	margin: 0;
	color: #bd3d3d;
}
.sec4-right-bottom h1{
	font-size: 60px;
	color:#bd3d3d; 
	margin: 0;
}
.sec4-right-bottom p{
	border:1px solid gray;
	padding: 2px 7px;
	display: inline-block;
	font-size: 14px;
}

.sec4-right-item {
	height: 33.33333333%;
	text-align: center;
	position: relative;
}

.vertical-middle {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.separator {
	width: 100%;
	height: 1px;
	background: #dcd5d5;
}


/*Footer*/

.footer{
	background-image: url('image/footer.jpg');
}
.footer-overlay{
	background-color: #b32d2d94;
}
.footer-content{
	text-decoration: none;
	padding: 10px 20px;
}
.footer-content ul li a{
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	padding: 10px 15px 12px 10px;
}
.footer-content ul li a:hover{
	text-decoration: none;
	color: #efd1a5fc;
	/*background-color: #80463957;*/
}
.footer-content ul{
	list-style: none;
	padding: 0;
	border:2px dashed #eca263;
	background-color: #82362426;
}
.footer-content ul li{
	display: inline-block;
}
