@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

@font-face {
    font-family: Bagnard;
    src: url(fonts/Bagnard.otf);
}

:focus {
    outline: none;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    font-size: 62.5%
}

a {
    text-decoration: none
}

body,
button,
input {
    font-family: 'Roboto', sans-serif;
}

p {
    text-align: justify-all;
}

/* head */

header {
    display: inline-block;
    width: 100%;
    margin-bottom: 7rem;
    overflow: hidden;
    background-color: #ffffff;
    position: fixed;
    z-index: 30;
    top: 0;
    padding: 3rem 2rem 2rem 2rem;
}

.logo {
    margin-left: 10rem;
}

.logo img {
    width: 4.4rem;
    float: left;
    margin-right: 2.2rem;
}

.logo h1 {
    font-size: 1.8rem;
    font-weight: normal;
    font-style: normal;
    color: #333333;
    float: left;
    font-family: Bagnard, sans-serif;
    height: 3.8rem;
    display: flex;
    align-items: center;
    margin-right: 2rem;
    margin-top: 1rem;
    border-right: 0.2rem solid #afafaf;
}

.logo p {
    font-size: 1.4rem;
    font-style: normal;
    color: #8e8e8e;
    float: left;
    height: 4.4rem;
    font-weight: 400;
    margin-top: .67rem;
    display: flex;
    align-items: center;
}

.menu_options {
    float: right;
    margin-right: 17rem;
    height: 4.4rem;
    display: flex;
    align-items: center;
}

.menu_options a {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    margin-right: 3rem;
    color: #000000;
    height: 4.4rem;
    display: flex;
    align-items: center;
}

.menu_options a:hover {
    text-decoration: underline;
    color: #f18949;
}

.super_sec {
    height: 35rem;
    margin-bottom: 6rem;
    display: inline-block;
    margin-top: 10rem;
}

.super_sec h1 {
    font-size: 3.6rem;
    font-weight: 600;
    font-style: normal;
    text-align: left;
    color: #212120;
    width: 40%;
    float: left;
    margin-left: 11rem;
    margin-top: 10%;
}

.super_sec img {
    float: right;
    width: 40%;
}

.about_us {
    padding-left: 11rem;
    display: inline-block;
    width: 100%;
    margin-bottom: -2rem;
}

.about_us h3 {
    font-size: 4.8rem;
    font-style: normal;
    color: #000000;
    float: left;
    margin-right: 1rem;
    font-weight: 500;
}

.about_us hr {
    border: 0.03rem solid #D8D8D8;
    margin-top: 4rem;
}

.about_us_sub {
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.about_us_sub1 {
    float: left;
    margin-right: 8rem;
    margin-bottom: 4rem;
}

.about_us_sub1 h4 {
    font-weight: 600;
    font-size: 2.4rem;
    margin-bottom: 1rem;
}

.about_us_sub1 p {
    font-size: 1.8rem;
    color: #434343;
    font-weight: 400;
}

.about_us_sub1 ul {
    font-size: 1.8rem;
    margin-left: 1.5rem;
    color: #434343;
}

.Services {
    padding-left: 11rem;
    display: inline-block;
    width: 100%;
    margin-bottom: 2rem;
}

.Services h3 {
    font-size: 4.8rem;
    font-style: normal;
    color: #000000;
    float: left;
    margin-right: 1rem;
    font-weight: 500;
}

.Services hr {
    border: 0.03rem solid #D8D8D8;
    margin-top: 4rem;
}

.servs_sub {
    display: inline-block;
    margin-top: 2rem;
    margin-bottom: 8rem;
    margin-right: 6rem;
}

.servs_sub h4 {
    font-weight: 600;
    font-size: 2.4rem;
    margin-bottom: 1rem;
}

.servs_sub p {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 3rem;
    width: 50%;
    float: left;
    margin-right: 6rem;
    color: #424242;
    text-align: justify;
}

.servs_sub img {
    width: 40%;
}

.Services h5 {
    font-size: 3.6rem;
    color: #212120;
    width: 50%;
    line-height: 4.2rem;
    float: left;
    margin-right: 3rem;
}

.servs_sub_right {
    width: 40%;
    float: left;
}

.servs_sub_right h4 {
    font-weight: 600;
    font-size: 2.4rem;
    margin-bottom: 1rem;
    margin-top: -5rem;
}

.servs_sub_right p {
    font-weight: 400;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    line-height: 3rem;
    color: #424242;
    text-align: justify;
}

.why_us {
    padding-left: 11rem;
    display: inline-block;
    width: 100%;
}

.why_us h3 {
    font-size: 4.8rem;
    font-style: normal;
    color: #000000;
    float: left;
    margin-right: 1rem;
    font-weight: 500;
}

.why_us hr {
    border: 0.03rem solid #D8D8D8;
    margin-top: 4rem;
}

.why_us img {
    float: right;
    width: 25%;
    margin-top: -5rem;
    margin-right: 12rem;
}

.why_us_sub {
    display: inline-block;
    margin-top: 2rem;
    float: left;
    margin-bottom: 3rem;
    margin-right: 6rem;
}

.why_us_sub p {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 3rem;
    width: 100%;
    margin-right: 6rem;
    color: #424242;
    margin-bottom: 4rem;
}

.why_us_sub h4 {
    font-weight: 600;
    font-size: 2.4rem;
    width: auto;
    margin-bottom: 2rem;
}

.why_us_sub ul {
    font-size: 1.8rem;
    margin-left: 1.5rem;
    color: #434343;
    display: inline-block;
    width: 50%;
}

.why_us_sub li {
    margin-bottom: .8rem;
}

.Clients {
    padding-left: 11rem;
    display: inline-block;
    width: 100%;
    margin-bottom: -2rem;
}

.Clients h3, .Contact h3 {
    font-size: 4.8rem;
    font-style: normal;
    color: #000000;
    float: left;
    margin-right: 1rem;
    font-weight: 500;
}

.Clients hr, .Contact hr {
    border: 0.03rem solid #D8D8D8;
    margin-top: 4rem;
}

.Clients_imgs_sub {
    display: inline-block;
    margin-top: 3rem;
    margin-bottom: 8rem;
    margin-right: 6rem;
    z-index: 0;
    position: relative;
}

.Clients_imgs_sub img {
    float: left;
    margin-right: 2rem;
    width: 20rem;
    margin-bottom: 4rem;
}

.Contact {
    padding-left: 11rem;
    display: inline-block;
    width: 100%;
}

.Contact_form {
    background: #012051;
    width: 100%;
    margin-top: 1rem;
    padding: 4rem;
}

.Contact_form form {
    display: inline-block;
    margin-left: 7.5rem;
    margin-top: 2rem;
}

.input_11 {
    display: flex;
}

.input_12 {
    display: flex;
}

.Contact_form_txt1 input {
    border: none;
    background: none;
    width: 60rem;
    margin-right: 4rem;
    margin-bottom: 3rem;
    color: #ffffff;
    font-weight: 400;
    font-family: Roboto, sans-serif !important;
    padding: 1rem 0;
    border-bottom: solid 0.1rem #ffffff;
}

.Contact_form_txt2 input {
    border: none;
    background: none;
    width: 97%;
    margin-right: 4rem;
    margin-bottom: 4rem;
    color: #ffffff;
    font-weight: 400;
    box-sizing: border-box;
    font-family: Roboto, sans-serif !important;
    padding: 1rem 0;
    border-bottom: solid 0.1rem #ffffff;
}

.Contact_form_txt1 input::placeholder,
.Contact_form_txt2 input::placeholder {
    font-size: 1.8rem;
    color: #ffffff;
    font-weight: 400;
}

.Contact_form_txt2_send input {
    width: 97%;
    border-radius: 10rem;
    padding: 1.5rem;
    border: none;
    color: #ffffff;
    font-weight: 400;
    font-size: 1.8rem;
    background: #f18949;
    cursor: pointer;
    margin-bottom: 1rem;
}

.help_i {
    padding: 4rem;
    display: inline-block;
    width: 100%;
}

.help_i_left {
    float: left;
    margin-left: 4rem;
}

.help_i h3 {
    font-size: 2.4rem;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 1.5rem;
}

.help_i p {
    font-weight: 400;
    color: #424242;
    font-size: 1.8rem;
    text-align: justify;
}

.help_i a {
    float: right;
    margin-right: 8rem;
}

.help_i a img {
    width: 6rem;
}

@media screen and (max-width: 1200px) {
    .logo {
        margin-left: 4rem;
    }

    .menu_options {
        margin-right: 4rem;
    }

    .super_sec h1 {
        margin-left: 5rem;
    }

    .about_us,
    .Services,
    .why_us,
    .Clients,
    .Contact {
        padding-left: 5rem;
    }

    .Contact_form {
        display: table;
        margin: auto;
    }

    .Contact_form form {
        margin-left: 2rem;
    }

    .Contact_form_txt2_send input {
        width: 100%;
    }

    .input_11,
    .input_12 {
        display: inline;
    }

    .Contact_form_txt1 input,
    .Contact_form_txt2 input {
        width: 100%;
        display: inline-block !important;
    }

    .servs_sub p {
        width: 90%;
        margin-bottom: 4rem;
    }

    .servs_sub img {
        width: 90%;
        display: table;
        margin: auto;
    }

    .Services h5 {
        width: 90%;
        text-align: center;
        margin-bottom: 6rem;
    }

    .servs_sub_right {
        width: 90%;
    }

    .why_us_sub p {
        width: 90%;
    }

    .why_us img {
        float: none;
        width: 90%;
        display: table;
        margin-top: 3rem;
        margin-right: auto;
        margin-left: auto;
    }

    .help_i_left {
        float: none;
        text-align: center;
        margin-bottom: 4rem;
    }

    .help_i a {
        float: none;
        display: table;
        margin: auto;
    }
}


@media screen and (max-width: 1050px) {
    html {
        font-size: 60%;
    }

    .logo {
        display: table;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 3rem;
    }

    .menu_options {
        float: none;
        display: table;
        margin: auto;
    }

    .menu_options a {
        display: inline-block;
    }

    .super_sec {
        margin-top: 20rem;
        margin-bottom: 4rem;
    }
}


@media screen and (max-width: 600px) {
    html {
        font-size: 55%;
    }

    .about_us,
    .Services {
        padding-left: 0;
        margin-bottom: 3rem;
    }

    .menu_options a {
        margin-right: 2rem;
    }

    .about_us h3,
    .Services h3,
    .why_us h3 {
        text-align: center;
        float: none;
        margin-left: 0;
    }

    .about_us_sub1,
    .servs_sub {
        display: table;
        margin: auto;
        float: none;
        text-align: center;
        margin-bottom: 2rem;
    }

    .servs_sub_right,
    .why_us_sub {
        float: none;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

    .why_us_sub ul {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

    .servs_sub h4,
    .servs_sub_right h4,
    .why_us_sub h4 {
        margin-top: 2rem;
    }

    .Clients h3 {
        margin-bottom: 1rem;
        float: none;
    }

    .why_us_sub h4 {
        text-align: center;
    }

    .servs_sub p,
    .servs_sub_right p,
    .why_us_sub p {
        width: 90%;
        text-align: justify;
        float: none;
        display: table;
        margin-right: auto;
        margin-left: auto;
    }

    .servs_sub_right h4 {
        width: 90%;
        text-align: center;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

    .why_us {
        padding: 0;
    }


    hr {
        display: none;
    }

    .Services h5 {
        width: 100%;
    }


    .super_sec {
        display: table;
    }

    .super_sec img {
        width: 70%;
        float: none;
        display: table;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 3rem;
    }

    .super_sec h1 {
        width: 80%;
        text-align: center;
        margin-bottom: 6rem;
        margin-top: 0;
    }


}

@media screen and (max-width: 500px) {

    html {
        font-size: 50%;
    }

    .logo {
        margin-bottom: 1rem;
    }

    .logo h1 {
        border: none;
    }

    .logo img {
        margin-left: 20%;
    }

    .logo p {
        display: block;
        text-align: center;
    }

    .Clients h3 {
        text-align: center;
    }

    .Contact h3 {
        text-align: center;
        float: none;
    }
}

.active {
    font-size: 14px;
    color: #f18949 !important;
    text-decoration: underline;
    line-height: 50px;
}