.nav-link{
	padding: 0px 18px !important;
	color: #303131;
	font-family: font-family: "Nunito", sans-serif;
	font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.8px;
}
.nav-link:hover, .nav-active{
	color: #ed1566;
}
nav{
	background: #fff;
	padding: 15px 0px !important;
}
.navbar-brand img{
	max-width: 300px;
}
.nav-space{
	margin-top: 96px;
}
.banner{
	background: url(../images/home-banner.jpg);
	background-size: cover;
	background-position: center;
	min-height: 900px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.overlay{
	background: rgb(39,58,78);
	opacity: 0.5;
	position: absolute;
	height: 100%;
	width: 100%;
}
.banner .col{
	z-index: 999;
}
.banner h1, .banner h2, .banner p{
		color: #FAFAFA;
}
.banner h1{
	font-size: 60px;
}
.banner h6{
	font-size: 20px;
}
.banner p{
	letter-spacing: 0.55em;
}
.banner .btn{
	border-radius: 0px;
	border-color: #fff;
	width: 150px;
}
.banner .btn:hover{
	background-color: rgb(39,58,78) !important;
	border-color: rgb(39,58,78) !important;
}
/*about us*/
.font_2{
	color: rgb(153, 94, 122);
	font-size: 65px;
}
.font_velbet{
	color: rgb(153, 94, 122);
}
.gray-bg{
	background: rgb(240,243,246);
}
.text-justify{
	text-align: justify;
}
.pr-0{
	padding-right: 0px;
}
.pl-0{
	padding-left: 0px;
}
.content{
	padding: 70px;
}
#about-us img{
	position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: right;
}
.btn-purple{
	color: #995E7A;
	font-size: 14px;
	font-style: normal;
    font-weight: 700;
    border-color: #995E7A;
    border-radius: 0px;
}
.btn-purple:hover{
	border: 1px #995E7A solid;
	background: #995E7A;
	color: #fff;
}
#stuff h2{
	font-size: 36px;
}
#stuff h2, #stuff h3{
	color: rgb(153, 94, 122);
}
/*services*/
#services h2{
	font-size: 44px;
}
.custom-container{
	max-width: 1000px;
	margin: 0px auto;
}
/*portfolio*/
.portfolio-banner-1{
	background: url(../images/portfolio-banner-1.avif);
}
.portfolio-banner-2{
	background: url(../images/portfolio-banner-2.avif);
}
.portfolio-banner-3{
	background: url(../images/portfolio-banner-3.avif);
}
.portfolio-banner-4{
	background: url(../images/portfolio-banner-4.avif);
}
.portfolio-banner-1, .portfolio-banner-2, .portfolio-banner-3, .portfolio-banner-4{
	background-size: cover;
	background-position: center;
	min-height: 588px;
	position: relative;
}
#portfolio .btn{
	border-color: #fff;
	border-radius: 0px;
}
#portfolio .btn:hover{
	background: #ed1566;
	border-color: #ed1566;
}
/*testimonial*/
.testimonial span{
	font-size: 68px;
    color: red;
    text-align: center;
    display: block;
    line-height: 50px;
}
#what-clients-say h3{
	font-family: "Nunito", sans-serif;
	font-size: 20px;
	font-weight: bold;
}
#what-clients-say .designation{
	font-size: 16px;
	font-weight: lighter;
}
.text-grey{
	color: #757575;
}
/*clients*/
#clients h2{
	font-size: 38px;
}
/*contact*/
.form-control, .form-control:focus, .form-control:active, .form-control:hover{
	border-radius: 0px;
	border: 1px #000 solid;
	background: transparent;
}
form button.btn{
	background: rgb(153, 94, 122);
	border-radius: 0px;
	color: #fff;
}
form button.btn:hover{
	background: #000;	
	color: #fff;
}
#contact-us p{
	font-size: 18px;
}
#contact-us img{
	position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Cormorant", serif;
}
p{
	font-family: "Nunito", sans-serif;
	font-size: 18px;
	color: #303131;
}
.text-red{
	color: #ed1566;
}
footer p{
	font-size: 16px;
	font-weight: lighter;
}

@media only screen and (max-width: 991px){
	.navbar-brand img {
	    max-width: 250px;
	}
	.navbar-toggler:hover, .navbar-toggler:focus{
		box-shadow: none;
	}
	.nav-link{
		padding: 10px 20px !important;
	}
	.nav-item{
		border-bottom: 1px #995E7A solid;
	}
	.nav-item:last-child{
		border-bottom: 0px;
	}
	/*contact*/
	#contact-us img{
		position: static;
	}
	.content {
	    padding: 50px 20px;
	}
	.font_2{
		font-size: 50px;
	}
	.custom-container{
		padding: 0px 15px;
		max-width: 720px;
	}
	#about-us img{
		position: static;
	}
	.banner{
		min-height: 100vh;
	}
	.banner p {
	    letter-spacing: 0.20em;
	}
	.banner h1 {
	    font-size: 46px;
	}
}
@media only screen and (max-width: 767px){
	.custom-container{
    	max-width: 540px;
    }
    nav{
    	box-shadow: 0px -12px 20px;
    }
    .navbar-brand{
    	width: calc(100% - 80px);
    }
    .navbar-brand img{
    	width: 100%;
    }
    .nav-space {
	    margin-top: 88px;
	}
}
@media (min-width: 992px) {
   #portfolio .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: calc(25% - 10px);
        margin: 5px;
    }
    .custom-container{
    	max-width: 960px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px){
	.nav-link{
		padding: 0px 10px !important;
	}
}