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

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

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

        #navbar a:hover {
            margin-left: 0px
        }

.navbar img {
    width: 70px;
    height: 70px
}

#about_dropdown {
    width: 500px;
    color:#0080e7;
    background-color: #053e7c;
}
.dropdown .logindropdown {
    color: #000;
    background-color: #0080e7;
    margin-left:0px;
}

#navicon_block a {
    color: #fff;
    text-decoration: none;
}

.appointment {
    color: #fff;
    /*  background-color: #ee2501;*/
    border: 2px solid #ee2501;
    padding: 10px;
}

/*#navicon_block {
    color: #fff;
    text-decoration:none;
}*/
#head_img {
    width: 100%;
    height: auto;
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0)), url('../images/newbanner.jpg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
}

.top_heading h1 {
    color: #fff;
    text-align: right;
    padding-top: 100px;
    padding-right: 10px;
    font-size: 50px;
    font-weight: bolder;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
/*about us*/
#aboutus {
    margin-top: 100px;
    width: 100%;
    height: 300px;
}

    #aboutus h6 {
        color: #ee2501;
    }

    #aboutus h2 {
        font-weight: 700;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }

    #aboutus p {
        text-align: justify;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 16px;
    }

#services_section {
    width: 100%;
    height: auto;
    background-attachment: fixed;
    background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url('../images/head2.jpg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    width: 100%;
}

    #services_section .card_content {
        margin-top: 57px;
        border-radius: 50px 0px 70px 10px;
        padding: 10px;
        background-image: linear-gradient(#0080e7,#0080e700 10%);
    }

.card_content img {
    margin-left: -35px;
}

.card_number h4 {
    background-color: #8080802b;
    padding: 10px;
    color: #000;
}
/*.card_section i {
    margin-left: 44px;
    color: #0080e7;
    font-size: 20px;
}*/
.card_section img {
    width: 100%;
    height: 60px;
}

.card_section a {
    font-size: 16px;
    color: #0080e7;
}

.card_section h4 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
}

.card_section .about_para {
    color: #000;
    font-size: 16px;
    text-align: justify;
    font-family: 'Roboto Condensed', sans-serif;
}
/*about_company*/
#about_company {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
}

    #about_company h6 {
        color: #ee2501;
        text-transform: uppercase;
    }

    #about_company h2 {
        font-weight: 600;
        font-size: 30px;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }

    #about_company p {
        color: #000;
        text-align: justify;
        font-family: 'Roboto Condensed', sans-serif;
    }

.aboutus {
    border: 2px solid #0080e7;
    background-color: #0080e7;
    color: #fff;
    text-decoration: none;
    padding: 14px 33px;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}

    .aboutus:hover {
        border: 2px solid #0080e7;
        background-color: #fff;
        color: #0080e7;
        text-decoration: none;
        padding: 14px 33px;
        font-size: 20px;
        font-weight: 600;
        text-decoration: none;
        padding: 14px 33px;
    }

.aboutmission {
    border: 2px solid #0080e7;
    color: #0080e7;
    text-decoration: none;
    padding: 14px 33px;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}

    .aboutmission:hover {
        background-color: #0080e7;
        color: #fff;
        text-decoration: none;
        padding: 14px 33px;
    }

.company_img {
    width: 100%;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 300px;
    padding: 10px;
}

#Process {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
}

    #Process h6 {
        color: #ee2501;
        text-transform: uppercase;
        text-align: left;
    }

    #Process h2 {
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }

    #Process a {
        text-decoration-color: none;
        text-decoration-line: none;
        color: #0080e7;
        font-size: 18px;
        font-weight: 600;
    }

    #Process h3 {
        font-weight: 600;
    }

    #Process p {
        margin-top: 20px;
        font-size: 18px;
        font-family: 'Roboto Condensed', sans-serif;
    }
/*  services card*/
#service_card {
    /* width: 100%;
    height: auto;
    background-attachment: fixed;
    background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url('../images/head2.jpg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    width: 100%;*/
    margin-bottom: 100px;
}

    #service_card h6 {
        color: #0080e7;
        text-align: center;
        margin-top: 20px;
        padding-top: 40px;
        text-transform: uppercase;
    }

    #service_card h2 {
        color: #000;
        text-align: center;
        padding-top: 40px;
    }

    #service_card h4 {
        font-size: 25px;
        text-align: center;
        text-transform: capitalize;
    }

.servicecard_img {
    margin-left: 100px;
    height: 80px;
}

#projects {
    margin-bottom: 100px;
}

    #projects h6 {
        color: #ee2501;
        font-weight: 600;
        text-align: center;
    }

    #projects h2 {
        text-align: center;
    }

.span_div {
    margin-left: 330px;
    margin-bottom: 24px;
    margin-top: 24px;
}

#projects span {
    border-right: 1px solid #ee2501;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
    font-weight: 600;
}

    #projects span:hover {
        color: #ee2501;
    }

#projects img:hover {
    opacity: 0.4;
}

#service_card {
    width: 100%;
}

    #service_card h6 {
        color: #ee2501;
        text-align: center;
    }

.card_content {
    background: linear-gradient(to right, #2980b9, #6dd5fa, #ffffff);
}
/*-----------------aboutpage--------------*/
#aboutpage {
    margin-top: 100px;
    width: 100%;
    height: auto;
}

.top_heading_about h1 {
    color: #fff;
    text-align: right;
    padding-top: 103px;
    padding-right: 112px;
    font-size: 65px;
}

#aboutpage p {
    text-align: justify;
}

#aboutpage i {
    color: #ee2501;
}

#aboutpage h2 {
    font-size: 30px;
}

.our_team {
}

.our_client h2 {
    text-transform: capitalize;
    text-align: center;
    font-size: 36px;
    padding-bottom: 10px;
    padding: 20px;
}

.our_client p {
    text-align: justify;
    padding-bottom: 50px;
    font-family: 'Roboto Condensed', sans-serif;
}

#client_project {
    margin-top: 100px;
    background-image: linear-gradient(#0080e738,#0080e7b0);
    height: 300px;
    background-repeat: no-repeat;
    padding: 69px;
}

    #client_project h6 {
        color: #000;
        font-size: 25px;
        margin-left: 10px;
    }

.client_icon {
    color: #0080e7;
    font-size: 35px;
    margin-left: 37px;
}

#client {
    margin-bottom: 60px;
    margin-top: 100px;
    box-sizing: border-box;
    /*    box-shadow: 2px 2px 3px 3px #0080e7;*/
    padding: 50px;
}

#counter {
    color: #ee2501;
    font-size: 35px;
    margin-left: 20px;
    font-weight: bold;
}

#client img {
    width: 60%;
    opacity: 0.8;
    height: 50px;
}
/*business page*/
#business_table {
    width: 100%;
    margin-top: 100px;
}
    #business_table th {
        font-size: 22px;
        text-align: center;font-weight:bold;
    }
#business_table td{
    color:#000;
    font-size:20px;text-align:center;
}
#businessimg p{
    text-align:justify;
    padding:15px;
}
#businessimg h2{
    font-size:36px;
    padding:15px;
}
#businessimg img {
    width: 100%;
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);

}

}
/*CONTACT PAGE*/
#contact {
    margin-top: 100px;
    margin-bottom: 100px;
}

    #contact i {
        background-color: #0080e7;
        color: #fff;
        margin-bottom: 80px;
        padding: 14PX 17PX;
        border-radius: 50%;
        font-size: 26px;
    }


    #contact a {
        text-decoration: none;
    }

    #contact h6 {
        font-size: 14px;
        color: #717a60;
        padding-left: 20px;
    }

    #contact h4 {
        font-size: 20px;
        color: #000;
        padding-left: 20px;
    }

.adjustform {
    border: 1px solid #0080e7;
    padding: 50px;
}

    .adjustform a {
        margin-left: 300px;
    }
/*    legal page*/
#document{
    margin-top:100px;
    margin-bottom:100px;
    width:100%;
}
#document img{
border:2px solid #0080e7;
}
/*-------------footer---------*/
#footer {
    background-color: rgb(0 0 0 / 95%);
}

    #footer p {
        color: #fff;
        text-align: justify;
        word-spacing: 0.5px;
    }

    #footer h5 {
        color: #fff;
    }

    #footer a {
        color: #fff;
        text-decoration: none;
    }

        #footer a:hover {
            color: #ee2501;
        }

.footericon {
    color: #ee2501;
    padding: 10px 10px;
    font-size: 15px;
    margin-right: 15px;
}

    .footericon:hover {
        color: #fff;
    }

.copyright {
    margin-top: 50px;
    margin-left: 20px;
}

.footer_image {
    width: 100px;
    height: 100px
}

@media screen and (max-width: 425px) {
    #slider img {
        width: 100%;
        height: 351px;
    }

    #about_company {
        padding: 23px;
    }

        #about_company h6 {
            margin-top: 1165px;
        }

    .aboutus {
        padding: 10px 23px;
        font-size: 12px;
    }

    .aboutmission {
        padding: 10px 23px;
        font-size: 12px;
    }

    .company_img {
        margin-top: 52px;
    }

    #about_company h6 {
        margin-left: 128px;
    }

    .span_div {
        margin-left: 31px;
    }

    #projects span {
        font-size: 11px;
    }
    /* footer*/
    .copyright {
        margin-top: 100px;
        margin-left: 0px
    }
    /* terms command condition*/
    #head_img {
        background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url(../images/newbanner.jpg);
        height: 230px;
    }

    .top_heading h1 {
        text-align: right;
        padding-top: 41px;
        padding-right: 45px;
        font-size: 43px;
    }

    #aboutus {
        margin-top: 1px;
    }

    #about_company {
        width: 100%;
        margin-top: -119px;
    }

        #about_company h2 {
            font-size: 38px;
            padding-top: 19px;
            padding-bottom: 10px;
        }

        #about_company h6 {
            margin-left: 96px;
        }

    #Process h6 {
        margin-left: 96px;
    }

    #Process h2 {
        font-size: 38px;
        padding-top: 19px;
        padding-bottom: 10px;
        padding-left: 37px;
    }

    #Process p {
        margin-top: 8px;
        font-size: 16px;
        padding: 17px;
    }

    #Process a {
        margin-left: 21px;
    }
    /*  about use page*/
    #client_project h6 {
        color: #000;
        font-size: 17px;
        margin-left: 24px;
    }

    #counter {
        font-size: 23px;
    }

    #client_project {
        padding: 11px;
    }

    #client {
        margin-top: -12px;
        padding: 18px;
    }

    .top_heading_about h1 {
        padding-top: 62px;
        padding-right: 98px;
        font-size: 55px;
    }
    /*    contcat page*/
    #contact {
        margin-top: 61px;
    }

        #contact i {
            padding: 12PX 16PX;
            margin-left: 70px;
            margin-top: 51px;
            margin-top: 51px;
            margin-top: 51px;
        }

    .adjustform {
      
        margin-top: 100px;
    }

    #contact h6 {
        padding-left: 0px;
    }

    #contact h4 {
        padding-left: 0px;
    }

    #contact i {
       
        margin-bottom: 0px;
        padding: 14PX 17PX;
      margin-top:10px;
        font-size: 20px;
    }
}
