@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
.gif
{
    -webkit-filter: brightness(0.2); /* Safari 6.0 - 9.0 */
    filter: brightness(0.2);
}
.banner 
{
    position: relative;
    width: 100%;
    height: 100vh;
    background: #3475ca;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.75;
}
.banner .content
{
    position: relative;
    max-width: 750px;
    text-align: center;
}
.banner .content h2
{
    color: #fff;
    font-size: 60px;
}
.banner .content p
{
    color: #fff;
    margin-top: 40px;
    font-size: 18px;
}
.banner header
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10000;
}
.banner header .logo
{
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.banner header .toggle
{
    position: relative;
    width: 100px;
    height: 120px;
    background: url("../img/logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}
.buttondoc {
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    background: #1F4F87;
    padding: 15px 30px 15px 30px;
    margin-top: 60px;
    border-radius: 7px;
    display: inline-block;
    border: none;
    transition: all 0.4s ease 0s;
}
.buttondoc:hover {
    text-shadow: 0px 0px 6px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    transition: all 0.4s ease 0s;
}

.buttonemail {
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    background: #12222d;
    padding: 15px 50px 15px 50px;
    margin-top: 20px;
    border-radius: 7px;
    display: inline-block;
    border: none;
    transition: all 0.4s ease 0s;
}
.buttonemail:hover {
    text-shadow: 0px 0px 6px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    transition: all 0.4s ease 0s;
}

 .about
{
    position: relative;
    width: 100%;
    display: flex;
}
.about .contentBx
{
    background: #1F4F87;
    padding: 150px 100px 150px 100px;
    width: 50%;
    -webkit-box-shadow: 10px 0px 23px -9px rgba(247,243,233,0.46);
    -moz-box-shadow: 10px 0px 23px -9px rgba(247,243,233,0.46);
    box-shadow: 10px 0px 23px -9px rgba(247,243,233,0.46);
}
.heading
{
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.text
{
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
}
.text2
{
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 1px;
}
.text3
{
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin: 4% 25% 3% 25%;
    letter-spacing: 1px;
}
.about .imgBx
{
    background: #f7f3e9;
    width: 50%;
    background-size: contain;
    background-position: center;
    display: flex;
}
.about .imgBx img
{
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.services
{
    background: #12222d;
    padding: 100px;
    text-align: center;
}
.services .container
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 60px;
}
.services .container .serviceBx
{
    position: relative;
    background: #fff;
    width: 350px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 60px;
    transition: all 0.4s ease 0s;
}
.services .container .serviceBx img
{
    max-width: 100px;
}
.services .container .serviceBx h2
{
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1px;
}

.technology
{
    background:#459CF9;
    width: 100%;
    padding: 100px;
    padding-top: 400px;
    margin-top: -300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.technology .contentBx
{
    max-width: 800px;
}
.technology .imgBx
{
    max-width: 250px;
}
.technology .imgBx img
{
    max-width: 100%;
}

.joinUs
{
    background: #12222d;
    padding: 100px;
    text-align: center;
}
.joinUs .imgBx
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 80px;
}
.joinUs .imgBx img
{
    max-width: 200px;
    margin: 20px;
    opacity: 0.25;
    cursor: pointer;
}
.joinUs .imgBx img:hover
{
    opacity: 1;
}

.contact
{
    padding: 100px;
    background: #1F4F87;
    text-align: center;
}

@media (max-width: 991px)
{
    .banner
    {
        padding: 50px;
    }
    .banner header
    {
        padding: 20px 50px;
    }
    .banner .content h2
    {
        padding-top: 50px;
        font-size: 36px;
    }
    .banner .content p
    {
        font-size: 16px;
    }

    .about
    {
        flex-direction: column;
    }
    .about .contentBx, .about .imgBx
    {
        width: 100%;
        padding: 50px;
        min-height: 400px;
        text-align: center;
    }
    .about .imgBx
    {
        background: #12222d;
    }

    .services
    {
        padding: 50px;
    }
    .services .container
    {
       justify-content: center;
       margin-top: 20px;
    }
    .services .container .serviceBx
    {
        margin: 20px;
        width: 300px;
        height: 350px;
    }

    .technology
    {
        padding: 50px;
        padding-top: 300px;
        justify-content: center;
        flex-direction: column;
    }
    .technology .imgBx
    {
        margin-top: 40px;
        max-width: 250px;
    }
    .technology .imgBx img
    {
        margin-top: 40px;
        max-width: 250px;
    }

    .joinUs
    {
        padding: 50px;
    }
    .joinUs .imgBx
    {
        justify-content: center;
    }
    .joinUs .imgBx img
    {
        opacity: 1;
    }

    .text3
    {
        margin: 4% auto 3% auto;
    }

    .contact
    {
        padding: 50px;
    }
}
