* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
    font-family: 'Poppins', sans-serif;
}

body {
    min-height: 100vh;
}

.banner {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px 100px;
    background: url(images/bg.jpg);
    border-radius: 10px;
    background-size: cover;
}

.bannercontent {
    text-align: center;
    max-width: 800px;
    line-height: 1.5;
}

.bannercontent h2 {
    color: white;
    font-size: 4em;
}

.bannercontent p,
.bannercontent a {
    color: white;
}

.btn {
    font-size: 1em;
    display: inline-block;
    text-decoration: none;
    background: red;
    padding: 10px 30px;
    margin-top: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: 0.5s;
    color: #fff;
}

.btn:hover {
    letter-spacing: 6px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 80px;
    z-index: 1000;
}

header.sticky {
    background: #fff;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

header .headercontainer {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    padding: 5px 20px;
    max-width: 100%;
}

header .logo {
    font-size: 2em;
    text-decoration: none;
    font-weight: 700;
    color: white;
}

header.sticky .logo {
    color: #000;
}

header span {
    color: red;
}

header .navigation {
    display: flex;

}

header .navigation li {
    list-style: none;
}

header .menubar {
    display: none;
    width: 32px;
    height: 32px;
    background-image: url("images/menu.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

header.sticky .menubar {
    filter: invert(1);
}


header .navigation a {
    text-decoration: none;
    margin-left: 20px;
    font-size: 1em;
    font-weight: 100;
    color: white;
}

header.sticky .navigation a {
    color: #000;
}

header .navigation a:hover {
    color: red;
}


.about {
    padding: 80px;
    margin-top: 40px;
}

.row {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;

}

.row .col50 {
    position: relative;
    width: 48%;
}



.titletext {
    padding: 10px;
    font-size: 2.5rem;
    font-weight: 600;
}

.titletext span {
    color: red;
    font-size: 1.5em;
    font-weight: 700;
}

.about p {
    font-size: 1.7rem;
    font-weight: 300;
}

.row .col50 .imgbox {
    position: relative;
    width: 100%;
    height: 200px;

}

.row .col50 .imgbox img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    min-height: 100%;
    object-fit: cover;

}

.menu {
    padding: 80px;
    margin-top: 40px;
}

.title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.title p {
    font-size: 1.7rem;
    font-weight: 300;
    max-width: 600px;
    text-align: center;
}

.menu .content {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 40px;
}

.menu .content .box {
    width: 340px;
    margin: 20px;
    border: 15px solid #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.menu .content .box .imgbox {
    position: relative;
    width: 100%;
    height: 300px;
}

.menu .content .box .imgbox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu .content .box .text {
    padding: 15px 5px;
}

.menu .content .box h3 {
    font-weight: 600;
}

.expert {
    padding: 80px;
}


.expert .content {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 40px;
}

.expert .content .box {
    width: 240px;
    margin: 20px;
    border: 15px solid #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);

}

.expert .content .box .imgbox {
    position: relative;
    width: 100%;
    height: 250px;
}

.expert .content .box .imgbox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.expert .content .box .text {
    padding: 10px 0.5px;
}

.expert .content .box .text h3 {
    font-weight: 600;
}

.testimonial {
    padding: 100px;
    background: url(images/bg2.jpg);
    background-size: cover;
}

.white .titletext,
.white p {
    color: #fff;
}

.testimonial .content {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 40px;

}

.testimonial .content .box {
    width: 340px;
    margin: 20px;
    padding: 40px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.testimonial .content .box .imgbox {
    position: relative;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial .content .box .imgbox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial .content .box .text {
    text-align: center;
    font-style: italic;
}

.testimonial .content .box .text h3 {
    margin-top: 10px;
    font-size: 1em;
    font-weight: 600;
    color: red;
}

.contact {
    padding: 80px;
    background: url(images/bg3.jpg);
    background-size: cover;
}


.contact .contactform {
    width: 500px;
    height: auto;
    background-color: #fff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
    padding: 75px 50px;
}

.contact .contactform h3 {
    font-size: 1.2em;
    margin-bottom: 20px;
    font-weight: 500;
}

.contact .contactform .inputbox {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.contact .contactform .inputbox input,
.contact .contactform .inputbox textarea {
    width: 100%;
    border: 1px solid #555;
    padding: 10px;
    resize: none;
    font-size: 1em;
    font-weight: 300;
}

.contact .contactform .inputbox textarea {
    min-height: 120px;
}

.contact .contactform .inputbox input[type="submit"] {
    display: inline-block;
    font-size: 1em;
    font-weight: 500;
    width: 100px;
    color: white;
    background: red;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.5s;
    border: none;
    cursor: pointer;
}

.copyrighttext {
    padding: 8px 70px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
}

.copyrighttext p {
    font-size: 1em;
    font-weight: 500;
}

.copyrighttext a {
    color: red;
    text-decoration: none;
}


@media (max-width: 1300px) {


    .row {
        align-items: center;
        flex-direction: column;
    }

    .row .col50 {
        width: 100%;
        margin-bottom: 60px;
        text-align: center;
    }

    .row .col50 .imgbox {
        height: 110px;
    }


    .menu {
        margin-top: 120px;
    }

}

@media (max-width:992px) {
    header .navigation {
        display: none;

    }

    header .menubar {
        display: block;
    }

    header .menubar.active {
        background-image: url(images/close.svg);
        filter: invert(1);
    }

    header.sticky .menubar.active {
        background-image: url(images/close.svg);
        filter: invert(0);
    }

    header .navigation.active {
        position: absolute;
        top: 50px;
        right: -85px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: #fff;
        width: 102vw;
        height: 100vh;
    }

    header .navigation.active li {
        margin: 20px;
    }

    header .navigation.active a {
        color: #000;
        font-size: 1rem;
        font-weight: 500;
    }

    header .navigation.active a:hover {
        color: red;
    }

    .bannercontent h2 {
        color: white;
        font-size: 3rem;
    }
}

@media (max-width: 768px) {


    .bannercontent h2 {
        font-size: 2.5rem;
        margin-top: 70px;
    }

    .about p {
        font-size: 1.5rem;
        font-weight: 300;
    }
}



@media (max-width: 600px) {
    .banner {
        min-height: 73vh;
        padding: 10px 50px;
    }

    .bannercontent {
        width: 400px;
    }

    .bannercontent h2 {
        font-size: 1.6rem;
        margin-top: 10px;
    }

    .bannercontent p,
    .bannercontent a {
        font-size: 0.9em;
        margin-top: 1rem;
    }

    header {
        padding: 10px 30px;
    }

    header .logo {
        font-size: 1.2rem;
    }

    header .navigation.active {
        width: 130vw;
    }

    .btn {
        font-size: 0.6em;
        margin: 20px 0 20px;
    }

    .about {
        padding: 20px 50px;
        margin-top: 60px;

    }

    .about p {
        font-size: 0.9rem;
        font-weight: 300;
    }



    .row {
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    .row .col50 {
        width: 100%;
        margin-bottom: 40px;
    }


    .titletext {
        width: 100%;
    }

    .row .col50 {
        font-size: 0.9em;
    }



    .menu {
        padding: 20px 50px;
    }

    .menu .content .box {
        width: 238px;
    }

    .menu .content .box .imgbox {
        height: 211px;
    }

    .titletext,
    p {
        justify-content: center;
        flex-direction: column;
        width: 100%;
        text-align: center;
    }

    .menu .title p {
        font-size: 0.9em;
    }

    .menu .content .box h3 {
        font-size: 0.9em;
    }

    .expert {
        padding: 20px 50px;
    }

    .expert .title p {
        font-size: 0.9em;
    }


    .expert .content .box {
        width: 225px;
    }

    .expert .content .box .imgbox {
        height: 225px;
    }

    .expert .title .titletext {
        font-size: 2em;
    }



    .white p {
        font-size: 0.9em;
    }

    .expert .content .box .text h3 {
        font-size: 0.9em;
    }

    .testimonial {
        padding: 20px 50px;
    }

    .testimonial .white .titletext p {
        font-size: 0.9em;
    }

    .testimonial .content .box {
        width: 200px;
    }

    .testimonial .content .box .imgbox {
        width: 60px;
        height: 60px;
    }

    .testimonial .content .box .text p {
        font-size: 0.9em;
        width: 181px;
    }

    .testimonial .content .box .text h3 {
        font-size: 0.9em;
    }

    .title p {
        font-size: 0.9rem;
    }

    .contact {
        padding: 20px 50px;
    }

    .contact .title .titletext p {
        font-size: 0.9em;
        text-align: center;
    }

    .contact .contactform {
        width: 100%;
    }

    .contact .contactform h3 {
        font-size: 1em;
    }

    .contact .contactform .inputbox input,
    .contact .contactform .inputbox textarea {
        font-size: 0.9em;
    }

    .contact .contactform .inputbox input[type="submit"] {
        font-size: 0.9em;
        width: 86px;
    }

    .copyrighttext {

        border: none;
    }

    .copyrighttext p {
        font-size: 0.9em;
        width: 100%;
    }


}