@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
}
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: none;
}

.navbar-toggler-icon { 
	display: inline-block; 
	width: 1.2em; 
	height: 1.1em;
	vertical-align: middle;
	background-image: var(--bs-navbar-toggler-icon-bg);
	background-repeat: no-repeat; 
	background-position: center; 
	background-size: 100%; 
}

.navbar-toggler { 
	padding: 5px 10px; 
	border-radius: 2px;
	position: static;
	background-color: #fff;
	display: inline-block;
}

.banner{
		background-image: url('../images/banner2.webp');
		background-position: center; 
		background-repeat: no-repeat; 
		background-size: cover; 
		background-attachment: scroll; 
		width: 100%;
		height: 600px;
	}


.modal-form-banner{
	background-image:url(../images/banner3.webp);
	background-size: cover;
	background-position: center;
	height:100%;
	width:100%;
	position:relative;
	display: flex;
	justify-content: center;
	align-items: flex-end; 

}

.modal button.close {
    position: absolute;
    right: 0px;
    top: 8px;
}
.modal-header .close {
    font-size: 30px !important;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    margin-right: 10px !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 4px;
}
.theme-color::before {
    position: absolute;
    left: 50%;
    top: 0%;
    content: "";
    height: 100%;
    border-radius: 0px;
    width: 50%;
    z-index: 0;
    background:#1f524d;
}

@media (max-width: 991.98px){

	.banner{
		height: 450px;
	}

	#content{
		width: 100%;
	}
	/* Overview */
	.box-1{position: relative; width: 100%;}
	.box-2{position: relative; width: 100%; right: 0; left: 0; display: block;}

	.overlay-banner{
		padding: 20px 0px;
	}

	.modal-form-banner {
        height: 250px;
    }
    .navbar-collapse{
    	padding-top: 20px;
    }
    
    .theme-color::before {
        position: absolute;
        right: 0%;
        left: 0%;
        top: 58%;
        content: "";
        height: 62%;
        background-color: #1f524d;
        border-radius: 0px;
        width: 100%;
        z-index: -1;
    }
    .overview{
    	padding-bottom:60px;
    }
    .highlights{
    	padding-top:60px;
    }
    	
}

@media (max-width: 767.98px){
	.owl-dots{
	    display: none !important;
	}

	.theme-color::before {
        position: absolute;
        right: 0%;
        left: 0%;
        top: 52.5%;
        content: "";
        height: 62%;
        background-color: #1f524d;
        border-radius: 0px;
        width: 100%;
        z-index: -1;
    }
    
    .box-icon{
    	padding-left:70px;
    }
}