*, ::after, ::before
{
    box-sizing: border-box;
}


html 
{
  scroll-behavior: smooth;
}

body
{
    margin: 0;
}

.main-menu-container
{
    background: #c6c6c6f7;
    box-shadow: 0 0 4px 2px #cab2b2;
}

.logo-area
{
    padding:20px !important;
}

.logo-area img
{
    width: 100%;
}

.menu-list
{
    color:#1a3585;
    font-size: 20px;
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: 1;
}

.menu-list ul
{
    list-style: none;
    padding: 20px;
    margin: 0;
    display: inline-flex;
    position: absolute;
    right: 0;
}

.menu-list ul li
{
    padding: 0px 10px;
    cursor: pointer;
    transition: 0.5s ease all;
    color:#1a3585;
}

.menu-list ul li:hover,.menu-list ul li.active
{
    color:#fff;
}

.mobile-menu
{
    color:#1a3585;
    font-size: 20px;
    align-items: center;
    font-weight: 600;
    line-height: 1;
    font-size: 25px;
    display: none;
}

.mobile-menu i
{
    position: absolute;
    right: 0;
    padding: 0 10px;
}


.jumbotron img
{
    width:100%;
}

.svg-container
{
    position: absolute;
    top: 12rem;
    left: 19rem;
}


.svg-container .circle1
{
    position: absolute;
    z-index: 1;
}

.svg-container .circle2
{
    position: absolute;
    left: 21rem;
}

.svg-container img
{
    width: 50%;
    position: relative;
    z-index: 1;
    left: 12rem;
    top: 8rem;
}

.about-company-area
{
    background-image: url('../images/background.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
}

.about-company-area .content-area
{
    margin-top:14%;
    margin-bottom:17%;
    padding:15px;
}

.about-company-area .content-area h1
{
    font-family: 'Bebas Neue', cursive;
    color:#fff;
    text-transform: uppercase;
    font-size: 3.5rem;
}

.about-company-area .content-area p
{
    color: #ffff;
    font-size: 1.5rem;
    line-height: 1.5;
}

.facility-area
{
    background:#153186;
}

.facility-area .facility-heading
{
    padding-top:20px;
}

.facility-area .facility-heading h1
{
    padding:20px;
    text-align: center;
    font-family: 'Bebas Neue', cursive;
    color:#fff;
    text-transform: uppercase;
    font-size: 3.5rem;
}

.icon-1-area,
.icon-2-area,
.icon-3-area,
.icon-4-area,
.icon-5-area,
.icon-6-area
{
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding:20px !important;
}

.icon-2-area,
.icon-4-area,
.icon-6-area
{
    margin-top: 5%;
}

.icon-1-area .background-img,
.icon-2-area .background-img,
.icon-3-area .background-img,
.icon-4-area .background-img,
.icon-5-area .background-img,
.icon-6-area .background-img
{
    background: #4a4b46;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.icon-1-area img,
.icon-2-area img,
.icon-3-area img,
.icon-4-area img,
.icon-5-area img,
.icon-6-area img
{
    width:100%;
}

.icon-4-area img
{
    padding: 20px;
}

.icon-1-area h3,
.icon-2-area h3,
.icon-3-area h3,
.icon-4-area h3,
.icon-5-area h3,
.icon-6-area h3
{
    font-size: 15px;
    padding-top: 10px;
    color: #9b9894;
    font-family: 'Bebas Neue', cursive;
    text-align: center;
    width: 100%;
}

.icon-1-area p,
.icon-2-area p,
.icon-3-area p,
.icon-4-area p,
.icon-5-area p,
.icon-6-area p
{
    color: #fff;
    text-align: center;
    width: 100%;
}

.contact-area
{
    background-image: url('../images/contact-background.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    height: 650px;
}

.form-container h2
{
    position: absolute;
    top: 14rem;
    left: 25rem;
    color: #fff;
    font-family: 'Bebas Neue', cursive;
}

.form-container form
{
    position: absolute;
    top: 18rem;
    left: 21rem;
}

.form-container form input,
.form-container form textarea
{
    width: 300px;
    padding: 5px;
    margin-bottom: 5px;
}

.form-container form input:focus,
.form-container form textarea:focus
{
    border:none;
    box-shadow: none;
    outline: none;
}

.email-info-container
{
    position: absolute;
    top: 34rem;
    left: 26rem;
}

.email-info-container h3
{
    font-size: 1rem;
    color: #fff;
    margin-bottom: 0;
    margin-top: 5px;
    text-align: center;
    font-family: 'Bebas Neue', cursive;
}

.email-info-container p
{
    margin-bottom: 0;
    color:#fff;
    text-align: center;
}

.circle2-text-container
{
    position: absolute;
    left: 51rem;
    top: 9rem;
}

.circle2-text-container h1
{
    color: #173282;
    font-size: 46px;
    font-family: 'Bebas Neue', cursive;
    text-align: center;
    margin-bottom: 0;
}

.circle2-text-container p
{
    color:#4b4a47;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
}

.gallary-area
{
    height: 750px;
    overflow: hidden;
}

.testimonial-area .testimonial-heading
{
    padding:20px;
}

.testimonial-area .testimonial-heading h1
{
    color:#173282;
    text-align: center;
    font-family: 'Bebas Neue', cursive;
}

.review-slider
{
    padding-bottom:5%;
}

.card-review
{
    background: #173282;
    border-radius: 8px;
    text-align: center;
    margin: 5px;
    height: 280px !important;
}

.card-review img
{
    height:110px;
    width:110px;
    border-radius:50%;
    position:relative;
    top:-50px;
}

.card-review h3
{
    font-family: 'Bebas Neue', cursive;
    font-size: 18px;
    color: #F7F7F7;
}

.card-review p
{
    font-size: 14px;
    line-height: 18px;
    color: #F7F7F7;
}

.review-slider .slick-track
{
    margin-top:3rem !important;
}

.review-slider .slick-slide img
{
    display: initial !important;
}


button.hst-loader
{
    background-color: transparent;
    height: 40px;
    border: 1px solid #fff;
    margin-left: 0px;
    padding: 0px 24px;
    line-height: 40px;
    text-transform: capitalize;
    width: auto;
    margin-top: 10px;
    border-radius: 30px;
    color: #fff;
    display: none;
    
}


.modal-content
{
    background-image: -moz-linear-gradient( 180deg, rgb(43 44 41) 0%, rgb(42 43 40) 0%, rgb(42 43 39) 0%, rgb(43 44 41) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(43 44 41) 0%, rgb(42 43 40) 0%, rgb(42 43 39) 0%, rgb(43 44 41) 100%);
    background-image: -ms-linear-gradient( 1180deg, rgb(43 44 41) 0%, rgb(42 43 40) 0%, rgb(42 43 39) 0%, rgb(43 44 41) 100%);
}

#donateBtn,#newsletter_sign,#contactBtn
{
    border: 1px solid #fff;
    background-color: transparent;
    margin-left: 0px;
    padding: 8px 31px;
    margin-top: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    text-transform: capitalize;
    display: inline-block;
    text-align: center;
    border-radius: 20px;
    color: #fff;
}

#newsletter_sign
{
    background:#1a3585;
    border: 1px solid #173282;
}

#donateBtn:hover,#newsletter_sign:hover,#contactBtn:hover
{
    background-color: #fff;
    color:#000;
    border: 1px solid #fff;
}

.donate-form h1,.contact-form h1
{
    color:#fff;
    text-align: center;
    font-family: 'Bebas Neue', cursive;
}

.footer-area
{
    background:#c8c8c8;
}

.footer-area .footer-container
{
    padding:20px 10px;
}

.footer-area .footer-container .right-footer
{
    padding:10px;
}

.footer-area .footer-container .right-footer img
{
    width: 60%;
}

.footer-area .footer-container .right-footer p
{
    margin-top:1rem;
    color:#173282;
    font-size: 18px;
    text-align: justify;
    line-height: 1.5;
}

.copyright p 
{
    text-align: center;
    font-weight: 600;
    color:#173282;
}

.center-footer,.left-footer
{
    padding:20px 10px;
}

.center-footer p
{
    margin-top:1rem;
    color:#173282;
    font-size: 18px;
    text-align: justify;
    line-height: 1.5;
}

.center-footer form input
{
    border:none;
    box-shadow: none;
    outline: none;
}

.center-footer form input:focus
{
    border:none;
    box-shadow: none;
    outline: none;
}

.left-footer .mail-container,.left-footer .number-container,.left-footer .social-media
{
    margin-top:1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.left-footer .social-media
{
    margin-top: 2rem;
}

.left-footer .mail-container span,.left-footer .number-container span
{
    color:#173282;
    font-size: 16px;
    text-align: justify;
    line-height: 1;
    font-weight: 600;
    margin-left: 5px;
}

.left-footer .social-media span
{
    color:#173282;
    font-size: 16px;
    text-align: justify;
    line-height: 1;
    font-weight: 600;
}

.left-footer .mail-container i,.left-footer .number-container i
{
    background: #173282;
    padding: 10px;
    font-size: 20px;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 2px 1px #c8c8c8;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-footer .social-media i
{
    background: #173282;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 2px 1px #c8c8c8;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}

.scroll-top
{
    position: fixed;
    z-index: 10000;
    font-size: 24px;
    color: #fff;
    bottom: 0;
    right: 20px;
    background: #173283;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.5s ease all;
    text-align: center;
    display: none;
}

.scroll-top:hover
{
    box-shadow: 0 0 5px 1px #4a4b46;
}

.scroll-top i
{
    vertical-align: middle;
}

/* media queries */

@media only screen and (min-width: 1200px) 
{
    .logo-area img
    {
        width: 80%;
    }
}


@media(max-width:1200px) and (min-width:992px)
{
    .contact-area
    {
        height: 493px;
    }

    .form-container form
    {
        top: 15rem;
        left: 14rem;
    }

    .form-container h2
    {
        top: 11rem;
        left: 18rem;
    }

    .circle2-text-container
    {
        left: 38rem;
        top: 7rem;
    }

    .svg-container
    {
        top: 9rem;
        left: 10rem;
    }

    .about-company-area .content-area
    {
        margin-top: 12%;
    }

    .facility-area .facility-heading h1
    {
        padding:0;
    }

    .icon-1-area .background-img, .icon-2-area .background-img, .icon-3-area .background-img, .icon-4-area .background-img, .icon-5-area .background-img, .icon-6-area .background-img
    {
        height: 125px;
        width: 125px;
    }

    .email-info-container
    {
        display: none;
    }
}

@media(max-width:992px) and (min-width:768px)
{
    .menu-list
    {
        font-size:25px;
        color:#e2d7d7;
    }

    .menu-list ul
    {
        display: inline-block;
        top: -1px;
        background: #1a3585;
        max-width: 100%;
        text-align: center;
        opacity: 0;
        pointer-events: none;
        z-index: 1000;
    }

    .menu-list ul li
    {
        padding: 5px 10px;
        color:#e2d7d7;
    }

    .mobile-menu
    {
        display: flex !important;
    }

    .contact-area
    {
        height: 493px;
    }

    .svg-container
    {
        top:9rem;
        left:9rem;
    }

    .svg-container svg
    {
        height: 300px;
        width: 300px;
    }

    .svg-container svg circle
    {
        cx: 150;
        cy: 150;
        r: 140;
    }

    .svg-container .circle2
    {
        left:15rem;
    }

    .svg-container img
    {
        left: 9rem;
        top: 7rem;
    }

    .about-company-area .content-area
    {
        margin-top: 7%;
        margin-bottom: 6%;
    }

    .form-container h2
    {
        top: 12rem;
        left: 13rem;
    }

    .circle2-text-container
    {
        left: 28rem;
        top: 5rem;
    }

    .open-form
    {
        color: #fff;
        position: absolute;
        top: 15rem;
        left: 15.5rem;
        font-size: 18px;
    }

    .form-container form
    {
        display: none;
    }

    .contact-area
    {
        height: 371px;
    }

    .email-info-container
    {
        display: none;
    }

    .footer-area .footer-container .right-footer img
    {
        width: 35%;
    }
}

@media(max-width:250px)
{
    .menu-list
    {
        font-size:18px;
        color:#e2d7d7;
    }

    .menu-list ul
    {
        display: inline-block;
        top: -1px;
        background: #1a3585;
        max-width: 100%;
        text-align: center;
        opacity: 0;
        pointer-events: none;
        z-index: 1000;
    }

    .menu-list ul li
    {
        padding: 5px 10px;
        color:#e2d7d7;
    }

    .mobile-menu
    {
        display: flex !important;
    }
    .svg-container svg
    {
        height: 100px;
        width: 100px;
    }

    .svg-container svg circle
    {
        cx: 50;
        cy: 50;
        r: 40;
    }

    .svg-container
    {
        left: 2rem;
        top: 4rem;
    }

    .svg-container .circle2
    {
        left: 4.5rem;
    }

    .svg-container img
    {
        left: 3rem;
        top: 2rem;
        width: 45%;
    }

    .about-company-area .content-area h1
    {
        font-size: 1rem;
        margin-bottom: 0;
    }

    .about-company-area .content-area p
    {
        font-size: 0.5rem;
        margin-bottom:0;
    }

    .about-company-area .content-area
    {
        margin-top: 5%;
        margin-bottom: 5%;
        padding: 5px;
        width: 60%;
    }

    .gallary-area
    {
        height: 129px;
    }

    .form-container form
    {
        display: none;
    }

    .circle2-text-container
    {
        left: 8rem;
        top: 1.5rem;
    }

    .circle2-text-container h1
    {
        font-size: 15px;
    }

    .circle2-text-container p
    {
        margin-bottom: 0;
        font-size: 9px;
    }

    .form-container h2
    {
        top: 3.5rem;
        left: 3.5rem;
        font-size: 12px;
        margin-bottom: 0;
    }

    .open-form
    {
        color: #fff;
        position: absolute;
        top: 4.5rem;
        left: 4rem;
        font-size: 9px;
    }

    .contact-area
    {
        height: 116px;
    }

    .email-info-container
    {
        display: none;
    }

    .logo-area img
    {
        width: 60%;
    }

    .center-footer, .left-footer
    {
        padding: 0 10px;
    }
    .footer-area .footer-container .right-footer img
    {
        width: 40%;
    }

    .scroll-top
    {
        bottom:5px;
        right: 10px;
    }

    .facility-area .facility-heading h1
    {
        padding:8px;
        font-size: 2.5rem;
    }

    .icon-1-area .background-img, .icon-2-area .background-img, .icon-3-area .background-img, .icon-4-area .background-img, .icon-5-area .background-img, .icon-6-area .background-img
    {
        height: 100px;
        width: 100px;
        padding: 20px;
    }

    .donate-form h1, .contact-form h1
    {
        font-size: 1.5rem;
    }
}

@media(max-width:280px) and (min-width:251px)
{
    .menu-list
    {
        font-size:20px;
        color:#e2d7d7;
    }

    .menu-list ul
    {
        display: inline-block;
        top: -1px;
        background: #1a3585;
        max-width: 100%;
        text-align: center;
        opacity: 0;
        pointer-events: none;
        z-index: 1000;
    }

    .menu-list ul li
    {
        padding: 5px 10px;
        color:#e2d7d7;
    }

    .mobile-menu
    {
        display: flex !important;
    }

    .svg-container svg
    {
        height: 120px;
        width: 120px;
    }

    .svg-container svg circle
    {
        cx: 60;
        cy: 60;
        r: 50;
    }

    .svg-container
    {
        left: 3rem;
        top: 4rem;
    }

    .svg-container .circle2
    {
        left: 4.5rem;
    }

    .svg-container img
    {
        left: 3.5rem;
        top: 2.5rem;
        width: 45%;
    }

    .about-company-area .content-area h1
    {
        font-size: 1rem;
        margin-bottom: 0;
    }

    .about-company-area .content-area p
    {
        font-size: 0.5rem;
        margin-bottom:0;
    }

    .about-company-area .content-area
    {
        margin-top: 7%;
        margin-bottom: 7%;
        padding: 8px;
        width: 60%;

    }

    .gallary-area
    {
        height: 155px;
    }

    .form-container form
    {
        display: none;
    }

    .circle2-text-container
    {
        left: 9.5rem;
        top: 1.5rem;
    }

    .circle2-text-container h1
    {
        font-size: 15px;
    }

    .circle2-text-container p
    {
        margin-bottom: 0;
        font-size: 9px;
    }

    .form-container h2
    {
        top: 4rem;
        left: 4rem;
        font-size: 12px;
        margin-bottom: 0;
    }

    .open-form
    {
        color: #fff;
        position: absolute;
        top: 5rem;
        left: 4.5rem;
        font-size: 9px;
    }

    .contact-area
    {
        height: 134px;
    }

    .email-info-container
    {
        display: none;
    }

    .logo-area img
    {
        width: 60%;
    }

    .center-footer, .left-footer
    {
        padding: 0 10px;
    }
    .footer-area .footer-container .right-footer img
    {
        width: 40%;
    }

    .scroll-top
    {
        bottom:5px;
        right: 10px;
    }

    .facility-area .facility-heading h1
    {
        padding:8px;
        font-size: 2.5rem;
    }

    .icon-1-area .background-img, .icon-2-area .background-img, .icon-3-area .background-img, .icon-4-area .background-img, .icon-5-area .background-img, .icon-6-area .background-img
    {
        height: 100px;
        width: 100px;
        padding: 20px;
    }

    .donate-form h1, .contact-form h1
    {
        font-size: 1.5rem;
    }
}

@media(max-width:370px) and (min-width:281px)
{
    .menu-list
    {
        font-size:20px;
        color:#e2d7d7;
    }

    .menu-list ul
    {
        display: inline-block;
        top: -1px;
        background: #1a3585;
        max-width: 100%;
        text-align: center;
        opacity: 0;
        pointer-events: none;
        z-index: 1000;
    }

    .menu-list ul li
    {
        padding: 5px 10px;
        color:#e2d7d7;
    }

    .mobile-menu
    {
        display: flex !important;
    }

    .svg-container svg
    {
        height: 150px;
        width: 150px;
    }

    .svg-container svg circle
    {
        cx: 75;
        cy: 75;
        r: 65;
    }

    .svg-container
    {
        left: 3rem;
        top: 5rem;
    }

    .svg-container .circle2
    {
        left: 6.5rem;
    }

    .svg-container img
    {
        left: 4.5rem;
        top: 3.5rem;
    }

    .about-company-area .content-area h1
    {
        font-size: 1rem;
        margin-bottom: 0;
    }

    .about-company-area .content-area p
    {
        font-size: 0.8rem;
        margin-bottom:0;
    }

    .about-company-area .content-area
    {
        margin-top: 6%;
        margin-bottom: 5%;
        padding: 9px;
        width: 60%;
    }

    .gallary-area
    {
        height: 198px;
    }

    .form-container form
    {
        display: none;
    }

    .circle2-text-container
    {
        left: 12.5rem;
        top: 1.5rem;
    }

    .circle2-text-container h1
    {
        font-size: 15px;
    }

    .circle2-text-container p
    {
        margin-bottom: 0;
        font-size: 12px;
    }

    .form-container h2
    {
        top: 5rem;
        left: 5.5rem;
        font-size: 15px;
        margin-bottom: 0;
    }

    .open-form
    {
        color: #fff;
        position: absolute;
        top: 6rem;
        left: 6rem;
        font-size: 12px;
    }

    .contact-area
    {
        height: 154px;
    }

    .email-info-container
    {
        display: none;
    }

    .logo-area img
    {
        width: 60%;
    }

    .center-footer, .left-footer
    {
        padding: 0 10px;
    }
    .footer-area .footer-container .right-footer img
    {
        width: 40%;
    }

    .scroll-top
    {
        bottom:5px;
        right: 10px;
    }
}

@media(max-width:415px) and (min-width:369px)
{
    .menu-list
    {
        font-size:20px;
        color:#e2d7d7;
    }

    .menu-list ul
    {
        display: inline-block;
        top: -1px;
        background: #1a3585;
        max-width: 100%;
        text-align: center;
        opacity: 0;
        pointer-events: none;
        z-index: 1000;
    }

    .menu-list ul li
    {
        padding: 5px 10px;
        color:#e2d7d7;
    }

    .mobile-menu
    {
        display: flex !important;
    }

    .svg-container svg
    {
        height: 180px;
        width: 180px;
    }

    .svg-container svg circle
    {
        cx: 90;
        cy: 90;
        r: 80;
    }

    .svg-container .circle2
    {
        left:8rem;
    }

    .svg-container
    {
        top: 4.5rem;
        left: 3rem;
    }

    .svg-container img
    {
        left: 5.5rem;
        top: 4rem;
    }

    .about-company-area .content-area h1
    {
        font-size: 1.5rem;
    }

    .about-company-area .content-area p
    {
        font-size: 1rem;
        line-height: 1;
        margin-bottom: 0;
    }

    .about-company-area .content-area
    {
        margin-top: 2%;
        margin-bottom: 5%;
        padding: 8px;
        width: 70%;
    }

    .gallary-area
    {
        height: 219px;
    }

    .email-info-container
    {
        display: none;
    }

    .form-container form
    {
        display: none;
    }

    .circle2-text-container
    {
        left: 13rem;
        top: 2.5rem;
    }

    .circle2-text-container h1
    {
        font-size: 15px;
    }

    .circle2-text-container p
    {
        margin-bottom: 0;
        font-size: 14px;
    }

    .form-container h2
    {
        top: 6rem;
        left: 6.5rem;
        font-size: 15px;
        margin-bottom: 0;
    }

    .open-form
    {
        color: #fff;
        position: absolute;
        top: 7rem;
        left: 7rem;
        font-size: 12px;
    }

    .contact-area
    {
        height: 185px;
    }

    .logo-area img
    {
        width:60%;
    }

    .footer-area .footer-container .right-footer img
    {
        width: 40%;
    }

    .center-footer, .left-footer
    {
        padding: 0 10px;
    }

    .scroll-top
    {
        bottom:5px;
        right: 10px;
    }
}

@media(max-width:480px) and (min-width:416px)
{
    .menu-list
    {
        font-size:25px;
        color:#e2d7d7;
    }

    .menu-list ul
    {
        display: inline-block;
        top: -1px;
        background: #1a3585;
        max-width: 100%;
        text-align: center;
        opacity: 0;
        pointer-events: none;
        z-index: 1000;
    }

    .menu-list ul li
    {
        padding: 5px 10px;
        color:#e2d7d7;
    }

    .mobile-menu
    {
        display: flex !important;
    }

    .svg-container svg
    {
        height: 180px;
        width: 180px;
    }

    .svg-container svg circle
    {
        cx: 90;
        cy: 90;
        r: 80;
    }

    .svg-container .circle2
    {
        left:8rem;
    }

    .svg-container
    {
        top: 6rem;
        left: 5rem;
    }

    .svg-container img
    {
        left: 4.5rem;
        top: 4rem;
    }

    .about-company-area .content-area h1
    {
        font-size: 1.5rem;
    }

    .about-company-area .content-area p
    {
        font-size: 1.2rem;
        line-height: 1;
        margin-bottom: 0;
    }

    .about-company-area .content-area
    {
        margin-top: 2%;
        margin-bottom: 6%;
        padding: 8px;
        width: 60%;
    }

    .gallary-area
    {
        height: 260px;
    }

    .email-info-container
    {
        display: none;
    }

    .form-container form
    {
        display: none;
    }

    .circle2-text-container
    {
        left: 17rem;
        top: 3.5rem;
    }

    .circle2-text-container h1
    {
        font-size: 15px;
    }

    .circle2-text-container p
    {
        margin-bottom: 0;
        font-size: 14px;
    }

    .form-container h2
    {
        top: 7rem;
        left: 7.5rem;
        font-size: 18px;
        margin-bottom: 0;
    }

    .open-form
    {
        color: #fff;
        position: absolute;
        top: 8.5rem;
        left: 8rem;
        font-size: 15px;
    }

    .contact-area
    {
        height: 231px;
    }

    .logo-area img
    {
        width: 60%;
    }

    .center-footer, .left-footer
    {
        padding: 0 10px;
    }

    .scroll-top
    {
        bottom: 5px;
        right: 10px;
    }

    .footer-area .footer-container .right-footer img
    {
        width: 40%;
    }
}

@media(max-width:514px) and (min-width:481px)
{
    .menu-list
    {
        font-size:25px;
        color:#e2d7d7;
    }

    .menu-list ul
    {
        display: inline-block;
        top: -1px;
        background: #1a3585;
        max-width: 100%;
        text-align: center;
        opacity: 0;
        pointer-events: none;
        z-index: 1000;
    }

    .menu-list ul li
    {
        padding: 5px 10px;
        color:#e2d7d7;
    }

    .mobile-menu
    {
        display: flex !important;
    }
}

@media(max-width:545px) and (min-width:515px)
{
    .menu-list
    {
        font-size:18px;
        color:#e2d7d7;
    }

    .menu-list ul
    {
        display: inline-block;
        top: -1px;
        background: #1a3585;
        max-width: 100%;
        text-align: center;
        opacity: 0;
        pointer-events: none;
        z-index: 1000;
    }

    .menu-list ul li
    {
        padding: 5px 10px;
        color:#e2d7d7;
    }

    .mobile-menu
    {
        display: flex !important;
    }   

    .svg-container svg
    {
        height: 180px;
        width: 180px;
    }

    .svg-container svg circle
    {
        cx: 90;
        cy: 90;
        r: 80;
    }

    .svg-container .circle2
    {
        left:8rem;
    }

    .svg-container
    {
        top: 7rem;
        left: 8rem;
    }

    .svg-container img
    {
        left: 4.5rem;
        top: 4rem;
    }

    .about-company-area .content-area h1
    {
        font-size: 1.5rem;
    }

    .about-company-area .content-area p
    {
        font-size: 1.2rem;
        line-height: 1;
        margin-bottom: 0;
    }

    .about-company-area .content-area
    {
        margin-top: 9%;
        margin-bottom: 11%;
        padding: 8px;
        width: 67%;
    }

    .gallary-area
    {
        height: 298px;
    }

    .email-info-container
    {
        display: none;
    }

    .form-container form
    {
        display: none;
    }

    .circle2-text-container
    {
        left: 19.5rem;
        top: 3.5rem;
    }

    .circle2-text-container h1
    {
        font-size: 15px;
    }

    .circle2-text-container p
    {
        margin-bottom: 0;
        font-size: 14px;
    }

    .form-container h2
    {
        top: 9rem;
        left: 9.5rem;
        font-size: 15px;
        margin-bottom: 0;
    }

    .open-form
    {
        color: #fff;
        position: absolute;
        top: 10rem;
        left: 10rem;
        font-size: 12px;
    }

    .contact-area
    {
        height: 256px;
    }

    .logo-area img
    {
        width: 60%;
    }

    .footer-area .footer-container .right-footer img
    {
        width: 40%;
    }
}

@media(max-width:571px) and (min-width:546px)
{
    .menu-list
    {
        font-size:25px;
        color:#e2d7d7;
    }

    .menu-list ul
    {
        display: inline-block;
        top: -1px;
        background: #1a3585;
        max-width: 100%;
        text-align: center;
        opacity: 0;
        pointer-events: none;
        z-index: 1000;
    }

    .menu-list ul li
    {
        padding: 5px 10px;
        color:#e2d7d7;
    }

    .mobile-menu
    {
        display: flex !important;
    }   
}

@media(max-width:610px) and (min-width:572px)
{
    .menu-list
    {
        font-size:25px;
        color:#e2d7d7;
    }

    .menu-list ul
    {
        display: inline-block;
        top: -1px;
        background: #1a3585;
        max-width: 100%;
        text-align: center;
        opacity: 0;
        pointer-events: none;
        z-index: 1000;
    }

    .menu-list ul li
    {
        padding: 5px 10px;
        color:#e2d7d7;
    }

    .mobile-menu
    {
        display: flex !important;
    }

    .svg-container svg
    {
        height: 180px;
        width: 180px;
    }

    .svg-container svg circle
    {
        cx: 90;
        cy: 90;
        r: 80;
    }

    .svg-container .circle2
    {
        left:8rem;
    }

    .svg-container
    {
        top: 9rem;
        left: 10rem;
    }

    .svg-container img
    {
        left: 4rem;
        top: 4rem;
    }

    .about-company-area .content-area h1
    {
        font-size: 1.5rem;
    }

    .about-company-area .content-area p
    {
        font-size: 1.5rem;
        line-height: 1.5;
        margin-bottom: 0;
    }

    .about-company-area .content-area
    {
        margin-top: 4%;
        margin-bottom: 4%;
        padding: 15px;
    }

    .gallary-area
    {
        height: 347px;
    }

    .email-info-container
    {
        display: none;
    }

    .form-container form
    {
        display: none;
    }

    .circle2-text-container
    {
        left: 20rem;
        top: 2.5rem;
    }

    .circle2-text-container h1
    {
        font-size: 26px;
    }

    .circle2-text-container p
    {
        margin-bottom: 0;
        font-size: 22px;
    }

    .form-container h2
    {
        top: 9rem;
        left: 9rem;
        font-size: 26px;
        margin-bottom: 0;
    }

    .open-form
    {
        color: #fff;
        position: absolute;
        top: 11rem;
        left: 10rem;
        font-size: 22px;
    }

    .contact-area
    {
        height: 290px;
    }

    .logo-area img
    {
        width: 60%;
    }

}

@media(max-width:667px) and (min-width:611px)
{
    .menu-list
    {
        font-size:20px;
        color:#e2d7d7;
    }

    .menu-list ul
    {
        display: inline-block;
        top: -1px;
        background: #1a3585;
        max-width: 100%;
        text-align: center;
        opacity: 0;
        pointer-events: none;
        z-index: 1000;
    }

    .menu-list ul li
    {
        padding: 5px 10px;
        color:#e2d7d7;
    }

    .mobile-menu
    {
        display: flex !important;
    }

    .svg-container svg
    {
        height: 180px;
        width: 180px;
    }

    .svg-container svg circle
    {
        cx: 90;
        cy: 90;
        r: 80;
    }

    .svg-container .circle2
    {
        left:8rem;
    }

    .svg-container
    {
        top: 9rem;
        left: 10rem;
    }

    .svg-container img
    {
        left: 4rem;
        top: 4rem;
        width:45%;
    }

    .about-company-area .content-area h1
    {
        font-size: 1.5rem;
    }

    .about-company-area .content-area p
    {
        font-size: 1.5rem;
        line-height: 1.5;
        margin-bottom: 0;
    }

    .about-company-area .content-area
    {
        margin-top: 4%;
        margin-bottom: 5%;
        padding: 15px;
    }

    .gallary-area
    {
        height: 362px;
    }

    .email-info-container
    {
        display: none;
    }

    .form-container form
    {
        display: none;
    }

    .circle2-text-container
    {
        left: 22rem;
        top: 3.5rem;
    }

    .circle2-text-container h1
    {
        font-size: 26px;
    }

    .circle2-text-container p
    {
        margin-bottom: 0;
        font-size: 22px;
    }

    .form-container h2
    {
        top: 10rem;
        left: 10rem;
        font-size: 26px;
        margin-bottom: 0;
    }

    .open-form
    {
        color: #fff;
        position: absolute;
        top: 12rem;
        left: 11rem;
        font-size: 22px;
    }

    .contact-area
    {
        height: 307px;
    }

    .footer-area .footer-container .right-footer img
    {
        width: 40%;
    }

    .logo-area img
    {
        width: 60%;
    }
}

@media(max-width:731px) and (min-width:671px)
{
    .menu-list
    {
        font-size:20px;
        color:#e2d7d7;
    }

    .menu-list ul
    {
        display: inline-block;
        top: -1px;
        background: #1a3585;
        max-width: 100%;
        text-align: center;
        opacity: 0;
        pointer-events: none;
        z-index: 1000;
    }

    .menu-list ul li
    {
        padding: 5px 10px;
        color:#e2d7d7;
    }

    .mobile-menu
    {
        display: flex !important;
    }

    .svg-container svg
    {
        height: 180px;
        width: 180px;
    }

    .svg-container svg circle
    {
        cx: 90;
        cy: 90;
        r: 80;
    }

    .svg-container .circle2
    {
        left:8rem;
    }

    .svg-container
    {
        top: 8rem;
        left: 13rem;
    }

    .svg-container img
    {
        left: 4.5rem;
        top: 4rem;
        width:40%;
    }

    .about-company-area .content-area h1
    {
        font-size: 1.5rem;
    }

    .about-company-area .content-area p
    {
        font-size: 1.5rem;
        line-height: 1.5;
        margin-bottom: 0;
    }

    .about-company-area .content-area
    {
        margin-top: 4%;
        margin-bottom: 5%;
        padding: 15px;
    }

    .gallary-area
    {
        height: 362px;
    }

    .email-info-container
    {
        display: none;
    }

    .form-container form
    {
        display: none;
    }

    .circle2-text-container
    {
        left: 23rem;
        top: 3.5rem;
    }

    .circle2-text-container h1
    {
        font-size: 26px;
    }

    .circle2-text-container p
    {
        margin-bottom: 0;
        font-size: 22px;
    }

    .form-container h2
    {
        top: 10rem;
        left: 11rem;
        font-size: 26px;
        margin-bottom: 0;
    }

    .open-form
    {
        color: #fff;
        position: absolute;
        top: 12rem;
        left: 12rem;
        font-size: 20px;
    }

    .contact-area
    {
        height: 307px;
    }

    .footer-area .footer-container .right-footer img
    {
        width: 40%;
    }

    .logo-area img
    {
        width:60%;
    }
}

@media(max-width:740px) and (min-width:732px)
{
    .menu-list
    {
        font-size:25px;
        color:#e2d7d7;
    }

    .menu-list ul
    {
        display: inline-block;
        top: -1px;
        background: #1a3585;
        max-width: 100%;
        text-align: center;
        opacity: 0;
        pointer-events: none;
        z-index: 1000;
    }

    .menu-list ul li
    {
        padding: 5px 10px;
        color:#e2d7d7;
    }

    .mobile-menu
    {
        display: flex !important;
    }

    .svg-container svg
    {
        height: 180px;
        width: 180px;
    }

    .svg-container svg circle
    {
        cx: 90;
        cy: 90;
        r: 80;
    }

    .svg-container .circle2
    {
        left:8rem;
    }

    .svg-container
    {
        top: 11rem;
        left: 13rem;
    }

    .svg-container img
    {
        left: 4.5rem;
        top: 4rem;
        width:40%;
    }

    .about-company-area .content-area h1
    {
        font-size: 1.5rem;
    }

    .about-company-area .content-area p
    {
        font-size: 1.5rem;
        line-height: 1.5;
        margin-bottom: 0;
    }

    .about-company-area .content-area
    {
        margin-top: 4%;
        margin-bottom: 5%;
        padding: 15px;
    }

    .gallary-area
    {
        height: 362px;
    }

    .email-info-container
    {
        display: none;
    }

    .form-container form
    {
        display: none;
    }

    .circle2-text-container
    {
        left: 26rem;
        top: 3.5rem;
    }

    .circle2-text-container h1
    {
        font-size: 26px;
    }

    .circle2-text-container p
    {
        margin-bottom: 0;
        font-size: 22px;
    }

    .form-container h2
    {
        top: 10rem;
        left: 12rem;
        font-size: 26px;
        margin-bottom: 0;
    }

    .open-form
    {
        color: #fff;
        position: absolute;
        top: 12rem;
        left: 13rem;
        font-size: 20px;
    }

    .contact-area
    {
        height: 307px;
    }

    .footer-area .footer-container .right-footer img
    {
        width: 40%;
    }
}

@media(max-width:770px) and (min-width:741px)
{
    .menu-list
    {
        font-size:25px;
        color:#e2d7d7;
    }

    .menu-list ul
    {
        display: inline-block;
        top: -1px;
        background: #1a3585;
        max-width: 100%;
        text-align: center;
        opacity: 0;
        pointer-events: none;
        z-index: 1000;
    }

    .menu-list ul li
    {
        padding: 5px 10px;
        color:#e2d7d7;
    }

    .mobile-menu
    {
        display: flex !important;
    }

    .logo-area img
    {
        width: 60%;
    }
}

@media(max-width:810px) and (min-width:771px)
{
    .menu-list
    {
        font-size:25px;
        color:#e2d7d7;
    }

    .menu-list ul
    {
        display: inline-block;
        top: -1px;
        background: #1a3585;
        max-width: 100%;
        text-align: center;
        opacity: 0;
        pointer-events: none;
        z-index: 1000;
    }

    .menu-list ul li
    {
        padding: 5px 10px;
        color:#e2d7d7;
    }

    .mobile-menu
    {
        display: flex !important;
    }

    .logo-area img
    {
        width: 60%;;
    }
}

@media(max-width:860px) and (min-width:811px)
{
    .menu-list
    {
        font-size:25px;
        color:#e2d7d7;
    }

    .menu-list ul
    {
        display: inline-block;
        top: -1px;
        background: #1a3585;
        max-width: 100%;
        text-align: center;
        opacity: 0;
        pointer-events: none;
        z-index: 1000;
    }

    .menu-list ul li
    {
        padding: 5px 10px;
        color:#e2d7d7;
    }

    .mobile-menu
    {
        display: flex !important;
    }

    .logo-area img
    {
        width: 60%;
    }
}

@media(max-width:960px) and (min-width:861px)
{
    .menu-list
    {
        font-size:25px;
        color:#e2d7d7;
    }

    .menu-list ul
    {
        display: inline-block;
        top: -1px;
        background: #1a3585;
        max-width: 100%;
        text-align: center;
        opacity: 0;
        pointer-events: none;
        z-index: 1000;
    }

    .menu-list ul li
    {
        padding: 5px 10px;
        color:#e2d7d7;
    }

    .mobile-menu
    {
        display: flex !important;
    }
    
    .logo-area img
    {
        width: 60%;
    }

    .svg-container img
    {
        left: 6.5rem;
        top: 6rem;
    }

    .svg-container
    {
        top: 11rem;
        left: 13rem;
    }

    .about-company-area .content-area
    {
        margin-bottom: 10%;
    }

    .contact-area
    {
        height: 459px;
    }

    .form-container h2
    {
        top: 16rem;
        left: 16rem;
    }

    .open-form
    {
        top: 18rem;
        left: 18.5rem;
    }

    .circle2-text-container
    {
        left: 35rem;
        top: 5rem;
    }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 2) 
{ 
    .menu-list
    {
        font-size:20px;
        color:#e2d7d7;
    }

    .menu-list ul
    {
        display: inline-block;
        top: -1px;
        background: #1a3585;
        max-width: 100%;
        text-align: center;
        opacity: 0;
        pointer-events: none;
        z-index: 1000;
    }

    .menu-list ul li
    {
        padding: 5px 10px;
        color:#e2d7d7;
    }

    .mobile-menu
    {
        display: flex !important;
    }

    .svg-container svg
    {
        height: 180px;
        width: 180px;
    }

    .svg-container svg circle
    {
        cx: 90;
        cy: 90;
        r: 80;
    }

    .svg-container .circle2
    {
        left:8rem;
    }

    .svg-container
    {
        top: 4.5rem;
        left: 3rem;
    }

    .svg-container img
    {
        left: 5.5rem;
        top: 4rem;
    }

    .about-company-area .content-area h1
    {
        font-size: 1.5rem;
    }

    .about-company-area .content-area p
    {
        font-size: 1rem;
        line-height: 1;
        margin-bottom: 0;
    }

    .about-company-area .content-area
    {
        margin-top: 2%;
        margin-bottom: 5%;
        padding: 8px;
        width: 70%;
    }

    .gallary-area
    {
        height: 219px;
    }

    .email-info-container
    {
        display: none;
    }

    .form-container form
    {
        display: none;
    }

    .circle2-text-container
    {
        left: 13rem;
        top: 2.5rem;
    }

    .circle2-text-container h1
    {
        font-size: 15px;
    }

    .circle2-text-container p
    {
        margin-bottom: 0;
        font-size: 14px;
    }

    .form-container h2
    {
        top: 6rem;
        left: 6.5rem;
        font-size: 15px;
        margin-bottom: 0;
    }

    .open-form
    {
        color: #fff;
        position: absolute;
        top: 7rem;
        left: 7rem;
        font-size: 12px;
    }

    .contact-area
    {
        height: 185px;
    }

    .logo-area img
    {
        width:60%;
    }

    .footer-area .footer-container .right-footer img
    {
        width: 40%;
    }

    .center-footer, .left-footer
    {
        padding: 0 10px;
    }

    .scroll-top
    {
        bottom:5px;
        right: 10px;
    }
}


#loading
{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff 
    url('../images/loader-2_food.gif') no-repeat center;
    z-index:100000;
    top:0;
}
