@font-face {
	font-family: clash-display;
	src: url(../fonts/clash-display/ClashDisplay-Bold.otf);
	font-weight: 600;
}
@font-face {
	font-family: clash-display;
	src: url(../fonts/clash-display/ClashDisplay-Medium.otf);
	font-weight: 500;
}
@font-face {
	font-family: clash-display;
	src: url(../fonts/clash-display/ClashDisplay-Regular.otf);
	font-weight: 400;
}
h1,h2,h3,h4,h5,h6{
    font-family: clash-display !important;
}
p,a {
    font-family: clash-display !important;
    font-weight: 400;
}
img {
    width: 100%;
}
a:hover{
    text-decoration:none !important;
}

.navbar {
    background-color: #00000062;
    position: fixed;
    padding:0px 7% !important;
    width: 100%;
}
.navbar-light .navbar-toggler {
    border: none;
    color: #fff;
}
.navbar-light .navbar-toggler:focus {
    border: none;
    box-shadow: none;
}
.navbar-fixed-top.scrolled-inner {
    background-color: #fff !important;
    transition: background-color 200ms linear;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
    position: fixed;
    z-index: 999;
}
.navbar-fixed-top.scrolled-inner .navbar-brand {
    width: 150px;
}
.navbar-fixed-top.scrolled-inner .nav-link {
    color: #000 !important;
}
.navbar-light .navbar-nav .nav-link {
    color:#000;
}

.navbar-brand {
    width: 195px;
   margin: 5px 0;
    transition: 200ms linear;
}
.navbar-light .navbar-nav .nav-link {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #000;
    padding: 9px 25px 9px !important;
}
.banner .form-box {
    margin-top: 50px;
    background-color: #fff;
    border-radius: 10px;
    padding:40px 8% 50px;
    box-shadow: 1px 1px 11px 2px #0000001a;
}
.forms-wrapper {
    padding-top:10%;
    padding-bottom: 10%;
    width:50%;
    margin: auto;
    display: block;
}
.form-control{
    margin-bottom: 20px; 
}
.forms-wrapper input, .forms-wrapper select{
    width: 100%;
    height: 40px;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 8px;
    margin-bottom: 15px;
    outline: none;
}
.form-control:focus {
    border: none !important;
    box-shadow: 0 0 5px 0 #00000025;
}
.forms-wrapper h3{
    text-align: center;
    padding-bottom: 10px;
}
.navbar-light .navbar-nav .nav-link{
    color:#fff;
}
.logo img {
    width: 255px;
    height: 100px;
    object-fit: contain;
    padding-bottom: 20px;
}
.socials i {
    color: #DBB55F;
    background: #EEEEEE;
    padding: 10px;
    font-size: 27px;
    height: 48px;
    width: 48px;
    margin: auto;
    text-align: center;
    border-radius: 10px;
}
.quk{
    display: flex;
    flex-direction: column;
}
.footer {
    padding-top: 60px;
    box-shadow: 0px -20px 56px 0px #4d4d4d24;
}
.footer h4{
    color: #dbb55f;
}
.footer a, .footer p {
    color: #1C1C1CB2;
    text-decoration: none;
    margin-bottom: 0;
    padding-bottom: 20px;
}
.copy{
    text-align: center;
    margin-bottom: 0;
    padding-top: 40px;

}
.foot-add-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 8px;
}
.quk a{
    padding-bottom: 10px !important;
}
.application-form{
    width: 100% !important;
}
.forms-wrapper button {
    background: #dbb55f;
    border: navajowhite;
    color: #fff;
    padding: 5px 20px;
    margin: auto;
    display: block;
    border-radius: 5px;
}
form {
    background: #d9eaffa8;
    padding: 30px;
    border-radius: 15px;
}

/*/ === banner css ends === /*/


@media only screen and (max-width:767px){
    .forms-wrapper {
        padding-top: 22%;
        padding-bottom: 20%;
    }
    .forms-wrapper input, .forms-wrapper select{
        margin-bottom: 10px;
    }
    .forms-wrapper {
        width: 100%;
    }
}

