html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body {
    background: #13130C;
    overflow-x: hidden;
}
footer {
    background: #F7F7F7;
}
#footer-placeholder {
    height: 50px;
}
.content-wrapper {
    max-width: 1280px;
    margin: auto;
}

@media screen and (max-width: 1920px) {
    #footer-placeholder {
        height: 108px;
    }
}
@media screen and (max-width: 1024px) {
    #footer-placeholder {
        height: 48px;
    }
}
@media screen and (max-width: 820px) {
    #footer-placeholder {
        height: 22px;
    }
}
@media screen and (max-width: 768px) {
    #footer-placeholder {
        height: 0;
    }
}
@media screen and (max-width: 767px) {
    #footer-placeholder {
        height: 100px;
    }
}
/* ABOUT US */

.about-us {
    padding: 100px 66px 0;
    align-items: center;
    position: relative;
}
.au-image {
    padding: 0;
    padding-right: 20px;
}
.au-image img {
    max-width: 566px;
    width: 100%;
}
.au-content {
    padding: 0;
    padding-left: 20px;
}
.au-our-team {
    padding: 100px 66px 0;
    align-items: center;
}
.ot-image {
    padding: 0;
    padding-left: 20px;
}
.ot-image img {
    max-width: 566px;
    width: 100%;
}
.ot-content {
    padding: 0;
    padding-right: 20px;
}

.about-us-title h2, .au-our-team-title h2 {
    font-family: 'Montserrat-Bold';
    font-size: 50px;
    margin-bottom: 30px !important;
}
.about-us p, .au-our-team p {
    font-family: 'Montserrat-Regular';
    color: #f5f5f5;
    line-height: 2;
    margin-bottom: 0 !important;
    font-size: 16px;
}

@media screen and (max-width: 912px) {
    .about-us {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .au-our-team {
        display: flex;
        width: 100%;;
        margin: 0;
    }
    .ot-image {
        order: 1;
    }
    .ot-content {
        order: 2;
    }
    .au-content, .ot-content {
        width: 100%;    
        padding: 0;
        margin-top: 50px;  
    }
    .about-us-content p, .au-our-team-content p {
        text-align: center;  
    }
    .au-image, .ot-image { 
        width: 100%;
        padding: 0;
    }
    .about-us-title h2, .au-our-team-title h2 {
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .about-us, .au-our-team {
        padding: 100px 30px 0;
    }
    .about-us-title h2, .au-our-team-title h2 {
        font-size: 40px;
    }
}
@media screen and (max-width: 280px) {
    .about-us-title h2, .au-our-team-title h2 {
        font-size: 30px;
    }
}
/* OUR FEATURES */
.our-features {
    padding: 100px 66px 0;
}
.our-features-title h2 {
    font-family: 'Montserrat-Bold';
    font-size: 50px;
    margin-bottom: 30px !important;
}
.our-features p {
    font-family: 'Montserrat-Regular';
    color: #f5f5f5;
    line-height: 2;
    margin-bottom: 0 !important;
    font-size: 16px;
}
.our-features-title h2, .our-features p {
    text-align: center;
}
.our-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.of-content {
    padding: 0;
    margin: auto;
}
.of-features {
    display: flex;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 50px;
    padding: 0;
}
.off-boxes {
    margin: auto;
    padding: 20px;
    position: relative;
    border: solid 2px #ECBB00 !important;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 32%;
}
.off-boxes:first-child {
    margin-left: 0;
}
.off-boxes:last-child {
    margin-right: 0;
}
.off-boxes img {
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    max-width: 155px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}
.off-boxes-content-title h3 {
    font-family: 'Montserrat-SemiBold';
    font-size: 24px;
    margin-bottom: 30px;
}
.off-boxes-content {
    background: linear-gradient(0deg, #0000 0%, #3b3a22 70%);
    border-radius: 20px;
    text-align: center;
    padding: 120px 30px 30px;
    flex-grow: 1;
}
@media screen and (max-width: 1024px) { 
    .off-boxes-content {
        padding: 120px 15px 15px;
    }
}
@media screen and (max-width: 912px) {
    .our-features {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .of-features {
       display: block !important;
    }
    .of-features:last-child {
        margin-top: 50px !important;
    }
    .off-boxes {
        width: 70%;
        height: auto;
        margin-bottom: 150px !important;
    }
    .off-boxes:first-child {
        margin-top: 50px !important;
        margin: auto;
    }
    .off-boxes:last-child {
        margin-bottom: 0 !important;
        margin: auto;
    }
    .off-boxes img{
        top: -100px !important;
        margin-bottom: 0 !important;
        max-width: 200px;
    }
    .of-content {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .our-features {
        padding: 100px 30px 0;
    }
    .our-features-title h2 {
        font-size: 40px;
    }
    .off-boxes img{
        top: -90px !important
    }
    .off-boxes {
        width: 100%;  
    }
}
@media screen and (max-width: 393px) {
    .off-boxes img{
        max-width: 180px;
    }
}
@media screen and (max-width: 280px) {
    .our-features-title h2 {
        font-size: 30px;
    }
    .off-boxes img{
        top: -60px !important;
        max-width: 130px;
    }
}
/* OUR PRICES */
.our-prices {
    padding: 100px 66px 0;
}
.our-prices-title h2 {
    font-family: 'Montserrat-Bold';
    font-size: 50px;
    margin-bottom: 30px !important;
    text-align: center;
}
.our-prices-title h3 {
    font-family: 'Montserrat-Bold';
    font-size: 30px;
    margin-bottom: 30px !important;
    background-image: linear-gradient( 228deg, #F3903F 60%, #FDC70C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.our-prices p {
    font-family: 'Montserrat-Regular';
    color: #f5f5f5;
    line-height: 2;
    margin-bottom: 0 !important;
    font-size: 16px;
    text-align: center;
}
.op-content {
    margin: auto;
    padding: 0;
}
.our-prices-rates {
    margin: 50px auto 0;
}
.our-prices-rates-navigation a {
    background-color: #ECBB00 !important;
}
.our-prices-rates-content {
    margin-bottom: 150px;
}
.our-prices-rates-content:last-child {
    margin-bottom: 0;
}
.op-rates-boxes {
    border: solid 2px #ECBB00;
    padding: 20px;
    border-radius: 20px;
    width: 32%;
    margin: auto;
}
.op-rates-boxes:first-child {
    margin-left: 0;
}
.op-rates-boxes:last-child {
    margin-right: 0;
}
.op-rates-boxes:last-child {
    margin-right: 0;
}
.op-rates-boxes-bg {
    background: linear-gradient(0deg, #0000 0%, #3b3a22 70%);
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-radius: 20px;
}
.op-rates-boxes .op-rates-boxes-title {
    font-family: 'Montserrat-Bold';
    color: #000;
    font-size: 30px;
    text-align: center;
    background-image: linear-gradient( 1deg, #F3903F -40%, #FDC70C);
    background-size: 100%;
    border-radius: 20px 20px 0 0;
    padding: 10px 50px;
    margin-bottom: 0;
    line-height: 1;
}
.op-rates-boxes .op-rates-boxes-title .title-label{
    font-size: 20px;
}
.our-prices-rates .op-rates-boxes-bg p {
    font-family: 'Montserrat-SemiBold';
    color: #f5f5f5;
    line-height: 1.2;
    margin-bottom: 0 !important;
    font-size: 20px;
    text-align: center;
    padding: 10px 50px;
    border-bottom: 1px solid #3b3a22;
}
.our-prices-rates .op-rates-boxes-bg p span{
    font-size: 16px;
}
.our-prices-rates .op-rates-boxes-bg p:last-child {
    text-align: center;
    border-bottom: none;
    padding-bottom: 30px;
}
.our-prices-rates .op-rates-boxes-bg p a {
    font-family: 'Montserrat-SemiBold';
    font-size: 16px;
    background: #ECBB00 !important;
    border-color: #ECBB00 !important;
    color: #000;
}
.our-prices-rates .op-rates-boxes-bg p a:active {
    color: #000;
}
@media screen and (max-width: 1024px) {
    .op-rates-boxes .op-rates-boxes-title {
        font-size: 25px;
    }
    .op-rates-boxes .op-rates-boxes-title span:first-child {
        font-size: 20px !important;
    }
    .op-rates-boxes .op-rates-boxes-title .title-label,
    .our-prices-rates .op-rates-boxes-bg p span {
        font-size: 16px;
    }
}
@media screen and (max-width: 912px) {
    .our-prices-rates-content {
        margin-bottom: 100px;
    }
    .op-rates-boxes .op-rates-boxes-title {
        padding: 10px 20px;
    }
    .our-prices-rates .op-rates-boxes-bg p {
        padding: 10px 20px;
    }
}
@media screen and (max-width: 820px) {
    .our-prices {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .op-rates-boxes {
        width: 70%;
        margin: auto;
        margin-bottom: 50px;
    }
    .op-rates-boxes:first-child {
        margin: auto;
        margin-bottom: 50px;
    }
    .op-rates-boxes:last-child {
        margin: auto;
    }
}
@media screen and (max-width: 767px) {
    .our-prices {
        padding: 100px 30px 0;
    }
    .our-prices-rates-box {
        display: block !important;
    }
    .op-rates-boxes {
        width: 100%;
        margin: 0 auto 20px;
    }
}
/* CONTACT US */
.contact-us {
    padding-top: 100px;
    padding-bottom: 50px;
    position: relative;
}
.contact-us-title h2 {
    font-family: 'Montserrat-Bold';
    font-size: 50px;
    margin-bottom: 30px !important;
}
.cu-content {
    margin: auto;
    text-align: center;
    margin-bottom: 100px;
}
.cu-form {
    margin: auto;
    display: flex;
    z-index: 2;
}
.cu-left, .cu-right {
    width: 50%;
    flex-grow: 1;
}
.cu-left {
    background-image: linear-gradient( 1deg, #F3903F -40%, #FDC70C);
    color: #f5f5f5;
    padding: 50px;
    border-radius: 40px 0 0 40px;
}
.cu-right {
    background: #3B3A22;
    color: #f5f5f5;
    padding: 50px;
    border-radius: 0 40px 40px 0;
}
.contact-us p{
    font-family: 'Montserrat-Regular';
    color: #f5f5f5;
    line-height: 2;
    margin-bottom: 0 !important;
    font-size: 16px;
    text-align: center;
}
.contact-us-content-wrapper {
    display: flex;
    margin-bottom: 50px;
    align-items: center;
}
.contact-us-content-wrapper p {
    padding: 0 75px 0 40px;
}
.contact-us-content-wrapper:last-child {
    margin-bottom: 0;
}
.contact-us-content img {
    max-width: 36px;
    width: 100%;
    margin: 0 !important;
}
.contact-us-content p {
    font-family: 'Montserrat-Medium';
    color: #fff;
    font-size: 16px;
    line-height: 1.5 !important;
    margin-bottom: 0 !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.contact-us-form input {
    font-family: 'Montserrat-Regular';
    color: #f5f5f5;
    font-size: 20px;
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #f5f5f5;
    margin-bottom: 10px;
    padding: 10px 0;
}
.contact-us-form label {
    font-family: 'Montserrat-Regular';
    width: 100% !important;
    margin-bottom: 0;
    align-items: center;
}
label, input[type="checkbox"] {
    display: flex;
    margin-right: 10px;
    margin-bottom: 0;
    height: 30px;
    font-size: 16px;
    width: 5%;
}
.contact-us-form  input::placeholder {
    font-family: 'Montserrat-Regular';
    color: #f5f5f5 ;
    font-size: 16px;
}
.contact-us-form .contact-send {
    background: #ECBB00;
    width: 150px;
    height: 70px;
    display: block;
    margin: 30px auto 0;
}
.contact-us-form .contact-send:active {
    background: #ECBB00;
    border-color: #ECBB00;
}
.contact-us-form .contact-send p {
    font-family: 'Montserrat-Bold';
    color: #000;
    font-size: 20px;
    margin-bottom: 0 !important;
}
.contact-us-title h3 {
    font-family: 'Montserrat-SemiBold';
    font-size: 40px;
    margin-bottom: 30px !important;
}
.cu-map {
    position: absolute;
    display: inline-block;
    padding: 0;
    top: 667px;
    z-index: 1;
    max-width: 1304px;
    width: 100%;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(59, 58, 34, 0.7);
}
.privacy-policy {
    text-decoration: underline;
    color: #f5f5f5;
}
.privacy-policy:hover {
    color: #f5f5f5;
}
.privacy-policy p {
    font-family: 'Montserrat-Regular' !important;
    font-size: 18px !important;
    margin-bottom: 0 !important;
    text-align: center;
    margin-top: 20px;
}
@media screen and (max-width: 1920px) {
    .cu-map {
        top: 725px;
    }
}
@media screen and (max-width: 1024px) { 
    .contact-us-title h1 {
        font-size: 30px;
    }
    .cu-form {
        width: 80%;
    }
    .contact-us-content-wrapper p {
        padding: 0 0 0 40px;
    }
    .cu-map {
        top: 764px;
    }
}
@media screen and (max-width: 912px) { 
    .contact-us {
        padding-top: 100px;
    }
    .cu-form {
        width: 90%;
    }
    .cu-map {
        top: 807px;
    }
    .contact-us-content-wrapper p {
        padding: 0 0 0 20px;
    }
}
@media screen and (max-width: 820px) { 
    .contact-us p {
        font-size: 14px;
    }
    .cu-map {
        top: 810px;
    }
}
@media screen and (max-width: 768px) { 
    .cu-left, .cu-right {
        padding: 50px 40px;
    }
}
@media screen and (max-width: 767px) {
    .contact-us {
        padding: 100px 30px 0;
    }
    .cu-form {
        display: block;
        margin: 0;
        width: 100%;
    }
    .cu-left, .cu-right {
        width: 100%;
        padding: 30px 40px;
    }
    .cu-left {
        border-radius: 40px 40px 0 0;
    }
    .cu-right {
        border-radius: 0 0 40px 40px;
    }
    .cu-right p {
        font-size: 18px !important;
    }
    .contact-us-content img {
        width: 9%;
    }
    .contact-us-title {
        text-align: center;
    }
    .contact-us-content-wrapper {
        margin-bottom: 30px;
    }
    .contact-us-form input {
        margin-bottom: 0;
    }
    .cu-map img {
        display: none !important;
    }
    .cu-content {
        margin-bottom: 50px;
    }
} 
@media screen and (max-width: 393px) {
    .contact-us p {
        font-size: 14px;
    }
    .cu-left, .cu-right {
        padding: 30px;
    }
}
@media screen and (max-width: 360px) {
    .cu-left, .cu-right {
        padding: 30px 20px;
    }
}
@media screen and (max-width: 280px) {
    .contact-us-title h1 {
        font-size: 20px;
    }
    .contact-us p {
        font-size: 10px;
    }
    .contact-us-form  input::placeholder {
        font-size: 10px;
    }
    .contact-us-form input {
        padding: 10px 0;
    }
    .contact-us-form .contact-send {
        height: 45px;
    }
    .contact-us-formorm .contact-send p {
        font-size: 15px;
    }
    .contact-us-content-wrapper p {
        padding: 0 0 0 10px;
    }
    label, input[type="checkbox"] {
        font-size: 14px;
    }
    .privacy-policy p {
        font-size: 14px !important;
    }
    .cu-right p {
        font-size: 14px !important;
    }
}
/* FOOTER */
.footer {
    position: relative;
}
.footer-promo-banner {
    z-index: 1;
}
.footer-promo-banner-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-image: linear-gradient(to right, #EEbb0c, 85%, #F3903F);
}
.footer-promo-banner-image {
    height: 113px;
}
.footer-promo-banner-image img {
    width: 100%;
    height: 100%;
    max-width: 740px;
    max-height: 113px;
}
.footer-promo-banner-content {
    width: 100%;
}
.footer-promo-banner-content p {
    font-family: 'Montserrat-Medium';
    font-size: 40px;
    line-height: 1.2;
    color: #f5f5f5;
    float: left;
    width: 100%;
    margin-left: 20%;
    margin-top: 15px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.footer-form {
    display: flex;
}
.form-group input {
    margin-bottom: 0 !important;
    padding: 15px;
    border-color: #13130C;
}
.footer-form input::placeholder {
    color: #13130C;
    font-size: 20px;
}
.form-group {
    width: 550px;
    margin-right: 30px;
}
.footer-form button {
    width: 20%;
    height: 55px;
    font-size: 20px !important;
    font-weight: 600 !important;
    background: #ECBB00 !important;
    border-color: #ECBB00 !important;
}
.footer-info-navigation {
   display: flex;
   margin: auto;
   padding: 80px 0;
}
.footer-info-navigation-wrapper {
    margin-right: 20%;
}
.footer-info-navigation-wrapper:last-child {
    margin-right: 0;
}
.footer-info-navigation-title p {
    font-family: 'Montserrat-SemiBold';
    color: #13130C;
    font-size: 25px;
}
.footer-info-navigation-text p {
    font-family: 'Montserrat-Regular';
    color: #13130C;
    font-size: 20px;
    margin-bottom: 0 !important;
}
.footer-info-navigation-text ul {
    list-style: none;
    padding: 0;
}
.footer-info-navigation-text ul li a {
    font-family: 'Montserrat-Regular';
    font-size: 20px;
    color: #13130C;
    text-decoration: none;
}
.footer-info-navigation-text ul li a:hover {
    text-decoration: underline;
    color: #0044CC;
}
.footer-info-navigation-image {
    margin-bottom: 30px;
}
.footer-info-navigation-image img {
    margin-left: 0 !important;
}
.footer-info-navigation-socials {
    margin-top: 30px;
}
.footer-info-navigation-socials ul {
    display: flex;
    list-style: none;
    padding: 0;
}
.footer-info-navigation-socials ul li {
    margin-right: 10%;
}
.footer-info-navigation-socials ul li:last-child {
    margin-right: 10%;
}
.footer-info-navigation-socials ul li a i {
    color: #13130C;
    text-decoration: none;
}
@media screen and (max-width: 2000px) {
    .footer-promo-banner-content p {
        margin-left: 10%;
    }
}
@media screen and (max-width: 1920px) {
    .form-group input {
        padding: 10px;
    }
    .footer-form button {
        width: 15%;
        height: 45px;
        font-size: 15px !important;
    }
    .footer-info-navigation-title p {
        font-size: 20px;
    }
    .footer-info-navigation-text p, .footer-info-navigation-text ul li a {
        font-size: 16px;
    }
    .footer-info-navigation-wrapper {
        margin-right: 19%;
    }
    .footer-promo-banner-content p {
        font-size: 35px;
        width: 100%;
    }
}
@media screen and (max-width: 1731px) {
    .footer-info-navigation-wrapper {
        margin-right: 18%;
    }
    .footer-promo-banner-content p {
        font-size: 30px;
        width: 100%;
    }
}
@media screen and (max-width: 1600px) {
    .footer-info-navigation-wrapper {
        margin-right: 17%;
    }
    .form-group {
        width: 500px;
    }
}
@media screen and (max-width: 1450px) {
    .footer-promo-banner-content p {
        width: 100%;
        margin-left: 0;
    }
}
@media screen and (max-width: 1440px) {
    .footer-info-navigation-wrapper {
        margin-right: 20%;
    }
    .fa-2xl {
        font-size: 1.8em !important;
    }
    .form-group {
        width: 450px;
    }
}
@media screen and (max-width: 1366px) {
    .footer-promo-banner-content p {
        width: 60%;
        margin-left: 20%;
    }
}
@media screen and (max-width: 1280px) { 
    .form-group {
        width: 400px;
    }
    .footer-info-navigation {
        padding: 80px 0;
    }
}
@media screen and (max-width: 1266px) { 
    .form-group {
        width: 400px;
    }
    .footer-info-navigation {
        padding: 80px 0;
    }
    .footer-promo-banner-content p {
        width: 75%;
    }
}
@media screen and (max-width: 1133px) { 
    .footer-promo-banner-content p {
        width: 80%;
        margin-left: 10%;
    }
}
@media screen and (max-width: 1031px) { 
    .footer-promo-banner-content p {
        width: 90%;
        margin-right: 10%;
    }
}
@media screen and (max-width: 1024px) { 
    .form-group input {
        padding: 5px;
    }
    .form-group {
        width: 350px;
        margin-right: 20px;
    }
    .footer-form input::placeholder {
        color: #13130C;
        font-size: 14px;
    }
    .footer-form button {
        width: 20%;
        height: 37px;
        font-size: 14px !important;
    }
    .footer-info-navigation-text p, 
    .footer-info-navigation-text ul li a {
        font-size: 12px;
    }
    .fa-2xl {
        font-size: 1.5em !important;
    }
    .footer-promo-banner-content p {
        font-size: 20px;
        width: 70%;
        margin-left: 15%;
        margin-top: 0;
    }
}
@media screen and (max-width: 912px) { 
    .footer-info-navigation-wrapper {
        margin-right: 0;
        width: 30%;
    }
    .form-group {
        width: 300px;
    }
    .footer-promo-banner-content p {
        margin-top: 15px;
    }
}
@media screen and (max-width: 820px) { 
    .footer-info-navigation-title p {
        font-size: 17px;
    }
    .form-group {
        width: 250px;
    }
    .footer-info-navigation {
        display: block;
        width: 80%;
    }
    .footer-info-navigation-wrapper {
        display: inline-block;
        width: 40%;
        vertical-align: top;
    }
    .footer-info-navigation {
        padding: 100px 0;
    }
}
@media screen and (max-width: 768px) { 
    .footer-promo-banner-content p {
        width: 80%;
        margin-left: 10%;
    }
}
@media screen and (max-width: 767px) { 
    .footer-info-navigation-title p {
        font-size: 16px;
    }
    .fa-2xl {
        font-size: 1.2em !important;
    }
    .footer-promo-banner-content {   
        position: absolute;
        top: 9%;
        right: 0;
        transform: translate(0, -80%);
        z-index: 2;
        background-image: linear-gradient(to right, #EEbb0c, #F3903F);
        padding: 25px 0;
        width: 100%;
    }
    .footer-promo-banner-image {
        display: none;
    }
    .footer-promo-banner-content p {
        font-size: 16px;
        width: 60%;
        text-align: center;
        float: none;
        margin: auto;
    }
} 
@media screen and (max-width: 420px) { 
    .footer-info-navigation-wrapper {
        width: 49%;
    }
}
@media screen and (max-width: 375px) { 
    .footer-info-navigation-title p {
        font-size: 14px;
    }
    .footer-info-navigation-wrapper {
        width: 49%;
    }
}
@media screen and (max-width: 280px) { 
    .footer-info-navigation-title p {
        font-size: 11px;
    }
    .form-group {
        width: 150px;
    }
    .footer-form button {
        width: 25%;
    }
    .footer-info-navigation-socials {
        margin-top: 0;
    }
    .fa-2xl {
        font-size: 0.9em !important;
    }
}
