header {
    background-color: #fff!important;
}

header .uk-navbar-nav > li > a {
    color: #211539;
}

header .uk-navbar-nav > li > a {
    color: #211539!important;
}

header .lang-btn {
    color: #211539!important;
}

header .lang-btn i {
    border-top-color: #211539!important;
}

.hero-section .hero-image {
    max-width: 480px;
    position: relative;
    bottom: -140px;
    transform: rotate(1deg);
}



#req-form-section {
    padding: 32px 32px;
    border-radius: 16px;
    background-color: #fff;
}

#req-form-section .iti__selected-dial-code, #req-form-section .iti__country-name {
    color: #000!important;
}

#req-form-section h4 {
    color: #171717;
}

#req-form-section form {
    padding: 0;
}

#req-form-section input[type="text"],
#req-form-section input[type="tel"],
#req-form-section input[type="email"] {
	background: #F4F3FB;
	border-color: #F4F3FB !important;
	padding: 10px 20px;
	transition: border-color .35s ease;
}

#req-form-section input[type="text"]::placeholder,
#req-form-section input[type="tel"]::placeholder,
#req-form-section input[type="email"]::placeholder {
	color: #9FA6A3;
}

#req-form-section input[type="text"]:focus,
#req-form-section input[type="tel"]:focus,
#req-form-section input[type="email"]:focus {
	border-color: #dddddd !important;
}

#req-form-section input[type="submit"] {
	width: 187px;
	height: 48px;
	margin: 10px auto 0 auto;
	border-radius: 36px;
	display: block;
	background-color: #B7150D;
	transition: all 0.35s ease;
}

#req-form-section input[type="submit"]:hover {
	background-color: #c22018;
}


@media (max-width: 767px) {
    #req-form-section {
        margin-top: 28px;
        margin-left: 0;
    }

    .hero-section .hero-image {
        max-width: 340px;
        position: relative;
        bottom: -40px;
        transform: rotate(0deg);
    }
    
    .hero-section .gb-shape.gb-shape-1 {
        display: none;
    }
}


