/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

body {
    font-family: 'Roboto', sans-serif !important;
} */

.default {
    background-color: #101010 !important;
    padding: 0;
    /* position: relative; */
    top: 0;
}

.default .row {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.logo {
    margin-top: 0;
}

.logo img {
    width: 65px;
}

#menu {
    margin: 0;
}

.gallery {
    height: 500px;
    position: relative;
}

.headerLine {
    background: url(../images/final_banner2.png) center center no-repeat;
    /* background: url(../images/shutterstock_1752392144.webp) center center no-repeat; */
}

.headerLine:after {
    display: none;
}

.banner-text {
    position: absolute;
    left: 10%;
    top: 60%;
    transform: translateY(-50%);
}

.banner-text h2 {
    color: #fff;
    font-size: 45px;
}

.banner-text p {
    color: #fff;
    font-size: 20px;
}

.go-contact-btn,
.go-contact-btn:focus,
.go-contact-btn:hover {
    padding: 10px;
    width: 150px;
    text-align: center;
    color: #fff;
    background: #ed1b24;
    text-transform: uppercase;
    border-radius: 5px;
    display: block;
    font-size: 20px;
    text-decoration: none;
}

.key-points-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
}

/* .point {
    background: #101010;
}

.point:nth-child(2) {
    background: #2e2e2e;
} */

.point-content-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    width: max-content;
    padding: 40px 0;
    margin: auto;
}

.point-img {
    width: 70px;
}

.point-heading {
    color: #000;
    font-size: 22px;
    /* margin-bottom: 20px; */
}

.point-description {
    color: #fff;
    font-size: 17px;
}

.pt-5 {
    padding-top: 3.5rem;
}

.pb-5 {
    padding-bottom: 3.5rem;
}

.img-fluid {
    max-width: 100%;
}

.text-end {
    text-align: end;
}

.mb-3 {
    margin-bottom: 20px;
}

.custom-rows {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.highlights,
.manage-sec{
    background: #F3F6F0;
}
.pro-service-sec {
    background: #F3F6F0;
}
.corporate-sec,
.highlights,
.visa-sec {
    padding: 25px 0;
}

.line5:before {
    display: none;
}

.line5 {
    background-attachment: fixed;
}

.Ama {
    margin-top: 100px;
}

.card {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 10px;
    overflow: hidden;
    /* box-shadow: 9px 8px 7px -3px rgba(0, 0, 0, 0.36);
    -webkit-box-shadow: 9px 8px 7px -3px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 9px 8px 7px -3px rgba(0, 0, 0, 0.36); */
    /* background: #101010 !important; */
    cursor: pointer;
    margin-bottom: 15px;
}

.card-image {
    overflow: hidden;
}

.card-image img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 300ms ease-in-out;
}

.card:hover .card-image img {
    transform: scale(1.1);
}

.card-content {
    padding: 10px;
}

.card-title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    color: #000;
}

a .card-title,
a.card-title:hover {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    color: #000;
}

a:hover,
a:focus {
    text-decoration: none;
}

.d-block {
    display: block;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.burger-btn {
    display: none;
    margin-left: auto;
    margin-right: 0;
    width: max-content;
    cursor: pointer;
    color: #fff;
    font-size: 30px;
}

.close {
    display: none;
    margin: 10px 0 20px 0;
    color: #000;
    opacity: 1;
}

.burger-btn div:not(:last-child) {
    margin-bottom: 8px;
}

.c-col {
    background: #e5e9ed;
    border-radius: 10px;
    padding: 10px 15px;
}

.line5:after {
    display: none;
}

.forma,
.cont {
    margin: 0;
}

.contact-section {
    background: #e5e9ed;
}

.contact-row {
    display: grid;
    grid-template-columns: 1fr 2fr;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    margin-top: 25px;
}

.cont {
    padding: 30px;
    background: #000;
    color: #fff;
}

.cont .fa {
    color: #fff;
}

.forma {
    padding: 30px;
}

.contact-row-form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.contact-row-form input,
.contact-row-form input:hover,
.contact-row-form textarea,
.contact-row-form textarea:hover {
    background: none !important;
    border: none;
    border-bottom: 1px solid rgb(112, 112, 112);
    border-radius: 0;
    margin: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.name,
.email {
    width: calc(50% - 10px);
}

.email {
    margin-left: 10px;
}

.contact-row-form input:focus,
.contact-row-form textarea:focus {
    border-bottom: 1px solid #000;
    margin: 0;
}

.contact-row-form #button,
.contact-row-form #button:hover,
.contact-row-form #button:focus {
    border: none;
}

.section-head {
    margin-bottom: 25px;
    margin-top: 0;
}


@media screen and (max-width: 900px) {
    .slicknav_menu {
        display: none;
    }

    #menuF {
        opacity: 1 !important;
    }

    #menu {
        display: block;
    }


    .mob-flex-1 {
        flex: 1;
    }

    .custom-rows {
        grid-template-columns: 1fr 1fr;
    }

    .mob-reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .card {
        margin-bottom: 15px;
    }

}

@media screen and (max-width: 600px) {

    .burger-btn {
        display: block;
    }

    .navmenu {
        position: fixed;
        top: 0;
        right: -400px;
        width: 300px;
        background: #fff;
        height: 100vh;
        padding: 20px;
        /* display: none; */
        transition: all 350ms ease-in-out;
    }

    .navmenu #menu {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .navmenu #menu li:not(:last-child) {
        margin-bottom: 30px;
    }

    .navmenu #menu li {
        border-right: 0;
        padding: 0;
    }

    .navmenu #menu li a,
    .navmenu #menu li a:hover {
        color: #000;
    }

    .navmenu #menu li a.active,
    .navmenu #menu li a.active:hover {
        color: #ed1b24;
    }

    .close {
        display: block;
    }

    .key-points-row {
        grid-template-columns: 1fr;
    }

    .mob-text-start {
        text-align: start;
    }

    .Ama {
        margin-top: 100px !important;
    }

    .custom-rows {
        grid-template-columns: 1fr;
    }

    .Ama h3 {
        font-size: 35px;
    }

    .point-content-wrapper {
        margin-left: 0;
    }

    .contact-row {
        grid-template-columns: 1fr;
    }

    .contact-row-form {
        grid-template-columns: 1fr;
    }

    .contact-row-form .Subject,
    .contact-row-form .Message,
    .contact-row-form .cBtn {
        grid-column: 1/2;
    }

    .contact-row-form input,
    .contact-row-form input:hover,
    .contact-row-form input:focus,
    .contact-row-form textarea,
    .contact-row-form textarea:hover,
    .contact-row-form textarea:focus {
        width: 100% !important;
        margin: 0;
    }

}