﻿body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

#navbar {
    background-color: transparent;
    box-sizing: border-box;
    box-shadow: 1px 1px 3px #808080;
    margin-top: 0px;
    background-color: #053e7c;
}

    #navbar a {
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        margin-left: 10px
    }

        #navbar a:hover {
            color: #17a2b8;
            margin-left: 0px
        }

.navbar img {
    width: 67px;
    height: 60px
}

#about_dropdown {
    width: 500px;
    background-color: #053e7c;
}

#header_text {
    text-align: justify;
    margin-left: 10px;
}

.header_img {
    width: 100%;
    height: 700px;
    margin-top: 0px;
    background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),url('../images/about us.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}



    .header_img p {
        color: #fff;
        font-size: 18px;
        text-align: justify;
        padding-left: 10px;
        font-family: 'Bookman Old Style';
    }

.header_div {
    background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4));
    width: 600px;
    height: 285px;
    padding: 19px;
    margin-top: -540px;
    margin-left: 78px;
    padding-left: 45px;
    border-top: 7px solid #053e7c;
}

    .header_div h1 {
        color: #fff;
        font-size: 55px;
        font-weight: 900;
        font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
        animation: example ease-in-out 3s infinite;
        padding: 10px;
    }

section a {
    padding: 12px 30px;
    border-radius: 4px;
    outline: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    margin-left: 5px;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all 0.5s ease;
}

section .btone {
    background: #fff;
    color: #000;
}

section .bttwo {
    background: #053e7c;
    color: #fff;
}

section .btone:hover {
    background: #00b894;
    color: #fff;
}

section .bttwo:hover {
    background: #fff;
    color: #000;
}

/*---------welcome section--------*/
#welcome {
    width: 100%;
    margin-top: 300px;
    margin-bottom: 100px;
}

.welcome_img {
    width: 100%;
    margin-bottom: 25px;
}

#welcome h2 {
    padding-bottom: 15px;
    color: #053e7c;
    font-size: 36px;
    text-align: left;
    padding-left: 18px;
}

    #welcome h2::after {
        content: '';
        background: linear-gradient(45deg,#cd3700 0%, #cd3700 40%, #cd3700 0%, #cd3700 60%, #cd3700 50%, #cd3700 100%);
        display: block;
        height: 4px;
        width: 45%;
        margin-left: 86px;
        margin-top: 15px;
        margin-bottom: 15px;
        animation: testimonial ease 3s infinite;
    }

#welcome p {
    padding-bottom: 15px;
    color: #808080;
    font-size: 18px;
    line-height: 1.5;
    padding: 18px;
    text-align: justify;
    font-family: 'Bookman Old Style';
}

#welcome a {
    text-decoration: none;
    color: #ffffff;
    background-color: #cd3700;
    border: 2px solid;
    border-radius: 5px 10px 60px 25px;
    padding: 13px 20px;
    text-align: center;
    margin-left: 14px
}
/*--------help section-------*/
#Help_section {
    width: 100%;
}

    #Help_section h3 {
        color: #053e7c;
        font-size: 36px;
        border-right: 5px solid #053e7c;
        padding: 25px;
    }

.help_top {
    margin-bottom: 30px;
}

    .help_top p {
        text-align: justify;
        font-family: 'Bookman Old Style';
    }

#Help_section img {
    width: 100%;
    height: 200px;
    margin-top: -30px;
}

.help_section_div {
    background-image: linear-gradient(#17a2b83b,#0062cc21);
    height: 300px;
    width: 100%;
    margin-bottom: 300px;
}

    .help_section_div h4 {
        color: #cd3700;
        text-align: center;
        padding-top: 80px;
        font-size: 30px;
        text-transform: capitalize;
    }

.card_section {
    margin-top: 80px;
    animation: card;
    animation: image ease-in 3s alternate;
}

@keyframes image {
    from {
    
        transform: scale(80%)
    }

    to {
        transform: scale(100%);
    }
}

.card_section i {
    font-size: 50px;
    color: #053e7c;
    margin-left: 71px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 50%;
}

    .card_section i:hover {
        font-size: 60px;
    }

.card_section h5 {
    text-align: center;
    color: #444444;
    text-transform: uppercase;
    padding-top: 10px;
    text-align: center;
    color: #000;
    padding-bottom: 10px;
}

.card_section p {
    text-align: justify;
    padding-bottom: 10px;
    color: #000;
    font-family: 'Bookman Old Style';
}

/*-------services section-------*/
#services {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

    #services a {
        text-decoration: none;
    }

    #services h2 {
        color: #053e7c;
        text-align: center;
        font-size: 36px;
        margin-bottom: 50px;
        animation: testimonial ease 3s infinite;
    }



    .services_card img {
        width: 100%;
        height: 250px;
        margin-bottom: 30px;
    }

        .services_card img:hover {
            border: 1px groove #007bff;
            border-radius: 5px 60px 25px;
            padding: 10px;
        }

    .services_card h5 {
        text-align: center;
        color: #cd3700;
        font-size: 16px;
        font-weight: bold;
    }

.services_card p {
    padding-top: 5px;
    padding: 10px;
    text-align: justify;
    font-family: 'Bookman Old Style';
}
/*-------team------*/
#team {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
}

    #team h6 {
        text-align: center;
        padding: 20px;
        color: #cd3700;
    }

    #team h2 {
        text-align: center;
        color: #053e7c;
        margin-bottom: 100px;
        animation: testimonial ease 3s infinite;
    }

    #team img {
        width: 100%;
        height: 300px;
    }

.overlay {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
}

.container:hover .overlay {
    opacity: 1;
}
/*--------companies section--------*/
#client h2 {
    text-align: center;
    color: #053e7c;
    text-transform: capitalize;
    margin-bottom: 50px;
    margin-top: 50px;
    animation: testimonial ease 3s infinite;
}

.companies {
    width: 100%;
    margin-bottom: 100px;
    box-shadow: 1px 1px 10px #1258DC;
}
/*-------Testimonials Section ------*/
#testimonials {
    width: 100%;
    margin-top: 100px;
    height: auto;
}

    #testimonials h6 {
        text-align: center;
        padding: 20px;
        color: #cd3700;
    }

    #testimonials h2 {
        text-align: center;
        color: #053e7c;
        margin-bottom: 100px;
        animation: testimonial ease 3s infinite;
    }

@keyframes testimonial {
    from {
        transform: scale(50%);
    }

    to {
        transform: scale(100%);
    }
}


.quot {
    color: #808080;
    font-size: 20px;
}

.team {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #555;
}

.profile {
    padding: 70px 10px 10px;
    background-image: linear-gradient(#17a2b836,#1258dc54);
}

.user {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.profile img {
    top: -60px;
    position: absolute;
    left: calc(50% - 50px);
}

.profile h3 {
    font-size: 20px;
    margin-top: 15px;
    color: #007bff;
}

#testimonials span {
    font-size: 12px;
    color: #333;
}

blockquote {
    font-size: 16px;
    line-height: 30px;
}

    blockquote::before {
        content: '“';
        font-size: 50px;
        color: #007bff;
        position: relative;
        line-height: 20px;
        bottom: -15px;
        right: 5px;
    }

    blockquote::after {
        content: '“';
        font-size: 50px;
        color: #007bff;
        position: relative;
        line-height: 10px;
        bottom: -15px;
        right: 5px;
    }

.profile:hover {
    box-shadow: 20px 0 15px 2px #cd3700cf;
    cursor: pointer;
    transition: 0.5s;
    transition: width 2s, height 4s;
}
/*---------------------------------about us page--------------------------------------*/

#about {
    width: 100%;
    margin-top: 200px;
}
    #about h2 {
        padding-bottom: 15px;
        color: #17a2b8;
        font-size: 50px;
        text-align: center;
        animation: testimonial ease 3s infinite;
    }


    #about img {
        width: 100%;
       
    }

        #about img:hover {
            box-shadow: 2px 2px 2px 2px #00008B;
            opacity: 0.4;
        }



    #about h2 {
        font-size: 36px;
        font-weight: 600;
        text-transform: capitalize;
        color: #053e7c;
        font-family: "Poppins", sans-serif;
    }



    #about h2::after {
        content: '';
        background: linear-gradient(45deg,#cd3700 0%, #cd3700 40%, #cd3700 0%, #cd3700 60%, #cd3700 50%, #cd3700 100%);
        display: block;
        height: 4px;
        width: 80%;
        margin-left: 120px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    #about h3 {
        font-size: 26px;
        font-weight: 600;
        text-transform: capitalize;
        color: #053e7c;
        padding: 10px;
        padding-top: 3px;
        text-align: left;
        font-family: "Poppins", sans-serif;
    }

    #about p {
        font-size: 18px;
        color: #000;
        padding: 10px;
        text-align: justify;
        font-family: 'Bookman Old Style';
    }

#about a {
    background-color: #cd3700;
    display: inline-block;
    min-width: 175px;
    height: 48px;
    color: #ffffff;
    border-radius: 5px;
    padding: 12px 30px;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/*choose_us section*/
#choose_us {
    width: 100%;
    margin-top: 100px;
}

    #choose_us h3 {
        font-size: 26px;
        font-weight: 600;
        text-transform: capitalize;
        color: #053e7c;
        padding: 10px;
        padding-top: 3px;
        text-align: left;
        font-family: "Poppins", sans-serif;
    }

    #choose_us p {
        font-size: 18px;
        color: #000;
        padding: 10px;
        text-align: justify;
        font-family: 'Bookman Old Style';
    }

    #choose_us img {
        width: 100%;
       
    }

#about img:hover {
    box-shadow: 2px 2px 2px 2px #00008B;
    opacity: 0.4;
}

@keyframes about {
    from {
        transform: scale(80%);
    }

    to {
        transform: scale(100%);
    }
}
/*numbers*/
#numbers {
    width: 100%;
    margin-top: 100px;
    box-shadow: 1px 1px 10px #1258DC;
    margin-bottom: 100px;
    padding-left: 121px;
    background-image: url('../images/numbers.gif');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
}

    #numbers i {
        margin-top: 10px;
        font-size: 50px;
        color: #053e7c;
        padding-bottom: 10px;
        margin-left: 16px;
    }

    #numbers h3 {
        padding-top: 10px;
        font-size: 65px;
        color: #cd3700;
        font-weight: 700;
        padding-bottom: 10px;
    }



    #numbers h5 {
        padding-top: 10px;
        font-size: 30px;
        color: #080707;
        font-weight: bolder;
        text-transform: uppercase;
        padding-bottom: 10px;
    }

/*---------------------------------Business page--------------------------------------*/
#about_bg {
    width: 100%;
    height: 700px;
    margin-top: 0px;
    margin-bottom:100px;
    background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),url('../images/about_header.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 400px;

}
.top_headings {
    background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4));
    width: 500px;
    height: 285px;
    padding: 19px;
    margin-top: -783px;
    margin-left: 78px;
    padding-left: 45px;
    border-top: 7px solid #053e7c;
}
    .top_headings h1 {
        color: #fff;
        font-size: 55px;
        font-weight: 900;
        font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
        animation: example ease-in-out 3s infinite;
        padding: 10px;
        margin-top: 72px;
        margin-left: 56px;
    }

#level_image {
    margin-bottom: 100px;
    margin-top: 234px;
}
    #level_image h2 {
    
        color: #053e7c;
        text-align: center;
        font-size: 36px;
        margin-bottom: 60px;
       
    }
    #level_image p {
        font-family: 'Bookman Old Style';
        text-align: justify;
        padding: 10px;
    }

    #level_image img {
        width: 100%;
        height: 300px;
     
    }

#level_income {
    width: 100%;
    margin-top:100px;
    
}
    #level_income h2 {
        color: #053e7c;
        text-align: center;
        font-size: 36px;
        margin-bottom: 60px;
    }

    #level_income img {
        width: 100%;
        height: 207px;
        padding: 45px;
    }
 
    #level_income h4 {
        color: #cd3700;
        padding-bottom: 0px;
        text-align: center;
        font-weight: bolder;
    }
    #level_income p {
        color: #000;
      
        text-align: justify;
        font-family: 'Bookman Old Style';
    }
    /*table*/

.table_heading {
    text-align: center;
    padding-bottom: 15px;
    margin-left: 30px;
    font-size:22px;
    text-transform:uppercase;
}

.table_bg tr {
    background-color: #053e7c;
    color: #fff;
}
.table_bg td{
 color:#053e7c;
 font-weight:600;

}

#income_card {
    border: 3px groove #00008B;
    border-radius: 5px 60px 25px;
  /*  background-color: #0093E9;*/
    /*background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);;*/
    margin-bottom: 100px;
}

/*------------------legel page--------------------*/
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    #myImg:hover {
        opacity: 0.2;
    }

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* end legel page*/
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}
/*-------------contact page-----------*/
#getin {
    width: 100%;
    margin-top: 200px;
    height: auto;
}

    #getin h2 {
        color: #17a2b8;
    }

    #getin p {
        color: #000;
        font-family: 'Bookman Old Style';
    }

    #getin h5 {
        color: #cd3700;
    }

.contact-grid {
    padding: 20px;
    margin: 20px;
}

.contact_form {
    height: 350px;
    background-image: linear-gradient(#00008b9c, #17a2b8e6);
}

#form_btn {
    color: #fff;
    background-color: #cd3700;
    border: 1px solid #cd3700;
    border-radius: 20px;
}

.contact_icon {
    margin-top: 0px;
}

    .contact_icon h4 {
        color: #000;
        font-weight: 700;
    }

    .contact_icon a {
        text-decoration: none;
        background-color: #17a2b8;
        padding: 10px 20px;
        text-align: center;
        color: #17a2b8;
        font-size: 23px;
    }


        .contact_icon a:hover {
            color: #17a2b8;
            text-decoration: none;
            font-size: 25px;
            background-color: #fff;
        }

    .contact_icon a {
        display: inline-block;
        width: 30px;
        height: 32px;
        text-align: center;
        font-size: 18px;
        padding: 2px 3px;
        color: #fff;
        border: 1px solid #cad2d9;
        border-radius: 50%;
        margin-right: 1px;
    }

.contact_formhead {
    font-size: 18px;
    color: #fff;
    padding-top: 10px;
}

.contact_div h2 {
    font-size: 40px;
    color: #000;
}

.contact-para {
    text-align: justify;
    color: #74757b;
    line-height: 1.5;
    font-family: 'Bookman Old Style';
}
/*-----terms command conditions--------*/


#terms {
    background-image: radial-gradient(#cd37006b,#053e7c03);
    margin-top: 150px;
    padding: 27px;
}
/*--------privacy_policy page---------*/
#privacy_policy {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
    background-image: radial-gradient(#cd370052,#053e7c03);
    padding: 27px;
}

    #privacy_policy span {
        color: rgba(0,0,0,0.8);
        font-size: 25px;
        font-weight: bold;
    }

        #privacy_policy span:hover {
            color: #d1b168;
        }

.privacy_bullets {
    color: #cd3700;
}

#privacy_policy h2 {
    width: 100%;
    color: #053e7c;
    font-size: 30px;
    text-align: center;
    padding-bottom: 20px;
    margin-top: 172px
}

#privacy_policy h3 {
    font-size: 18px;
}

#privacy_policy p {
    color: #5e5e5e;
    font-size: 18px;
    padding: 10px;
    text-align: justify;
    font-family: 'Bookman Old Style';
}
/*-----------footer section-----------*/
#footer {
    width: 100%;
    margin-top: 100px;
    height: auto;
    background-image: linear-gradient(#153d8b,#010102);
    color: #fff;
}

    #footer.footer-info h3 {
        font-size: 26px;
        margin: 0 0 10px 0;
        padding: 2px 0 2px 0;
        line-height: 1;
        font-weight: 600;
        letter-spacing: 3px;
        color: #fff;
    }

    #footer.footer-info p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
        font-family: 'Bookman Old Style';
        color: #fff;
    }

    #footer .footer_link h4 {
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 12px;
    }

#footer_logo {
    width: 49%;
    height: 59px;
}

.social_icon {
    margin-left: 462px;
}

.facebook_icon {
    color: rgb(24, 119, 242);
    font-size: 20px;
}

.instagram_icon {
    color: #bc2a8d;
    font-size: 20px;
}

.link_icon {
    color: #0072b1;
    font-size: 20px;
}

.twitter_icon {
    color: #1DA1F2;
    font-size: 20px;
}

.youtube_icon {
    color: rgb(255, 0, 0);
    font-size: 20px;
}



#copyright {
    color: #a9a9a9;
}

    #copyright span {
        color: #d1b168;
        text-transform: uppercase;
    }

.up_arrow {

}

    .up_arrow i {
        background-color: #fff;
        border: 1px solid #fff;
        border-radius: 50%;
        color: #00008B;
        margin-left: 1230px;
        position: sticky;
        margin-top: -60px;
        font-size: 41px;
        padding: 2px 8px;
    }

@media screen and (max-width:425px) {
    /*-------header section------*/

    #about_dropdown {
        width: 225px;
        background-color: #053e7c;
        margin-left: -13px
    }

    .header_div h1 {
        color: #fff;
        font-size: 35px;
    }

    .header_img {
        height: 299px;
        margin-top: 0px;
    }


    .header_div {
        width: 407px;
        height: 258px;
        padding: 19px;
        margin-top: -270px;
        margin-left: 10px;
        padding-left: 45px;
    }
    /*-----welcome section-----*/
    .welcome_img {
        width: 100%;
        margin-bottom: 25px;
        margin-top: 25px;
    }

    #welcome {
        margin-top: 100px;
    }

        #welcome a {
            margin-left: 25px;
        }
    /*-----help section-----*/
    #Help_section {
        margin-top: -135px;
    }

        #Help_section h3 {
            border-right: none;
        }

    .help_top p {
        padding: 11px
    }

    .card_section {
        margin-bottom: 31px;
        margin-top: 6px;
        margin-left: 55px;
    }

    .help_section_div h4 {
        
        font-size: 20px;
    }

        /*---services section---*/
        .services_card img {
        margin-bottom: 5px;
    }

    .adjust_mobile {
        margin-top: 0px;
    }

    #services h2 {
        margin-top: 960px;
    }

    /*  team section*/
    #team {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 50px;
    }

        #team img {
            height: 200px;
            padding: 5px;
        }

        #team h6 {
            padding: 14px;
        }

        #team h2 {
            margin-bottom: 35px;
        }
    /* companies section*/
    #companies {
        height: 150px;
    }

    .companies {
        margin-top: 0px;
        margin-left: 7px;
        margin-bottom: 20px;
    }

    .adjust_mobile {
        padding-top: 40px;
    }
    /*------testimonial---------*/
    .profile {
        margin-bottom: 84px;
    }
    /* ------------  about us page-------*/
    #about h2::after {
        width: 79%;
        margin-left: 61px;
    }

    #about_bg {
        height: 299px;
        margin-top: 0px;
    }

    #about h3 {
        padding-bottom: 5px;
        text-align: center;
        margin-top: -126px;
    }

    #about a {
        margin-bottom: 20px;
        margin-left: 100px;
    }

    #choose_us h3 {
        margin-top: 50px;
    }
    /* -----footer section------*/
    #footer {
        margin-top: 0px;
    }

    .social_icon {
        margin-left: 98px;
    }
    /*----- bussiness page------*/
    #adjust_business {
        margin-left: 10px;
    }

    .top_headings {
        width: 407px;
        height: 258px;
        padding: 19px;
        margin-top: -680px;
        margin-left: 10px;
        padding-left: 45px;
    }
    #level_image {
     
        margin-top: 121px;
    }
        /*footer*/
        .up_arrow i {
        background-color: #fff;
        border: 1px solid #fff;
        border-radius: 50%;
        color: #00008B;
        margin-left: 179px;
        margin-top: -40px;
        font-size: 30px;
        padding: 2px 5px;
    }
    /*  contact page*/
    #getin h2 {
        margin-top: -41px;
        text-align: left;
        margin-left: 15px;
        margin-top: -115px;
    }

    #getin p {
        padding: 17px;
        text-align: justify;
    }

    .adjust_form {
        margin-top: 40px;
    }

    .contact_icon h4 {
        font-weight: 600;
        text-align: center;
    }

    .contact_icon a {
        margin-right: -7px;
        margin-left: 45px;
    }
/*
terms command conditions*/

    .top_headings h1 {
         font-size: 32px;
    }
    #terms {
        margin-top: 64px;
    }










}

