﻿body, #form1 {
    margin: 0;
    padding: 0;
}

header, section, footer {
    display: block;
    float: left;
    width: 100%;
    height: auto;
}

.carousel-item img {
    width: 100%;
    height:560px;
}

.contactno h6, .contactno h5, .contactno h4 {
    padding: 5px;
    margin: 15px 0px 5px 0px;
    width: 100%;
    text-align: right;
    color: #e0ddda;
    text-align: center;
    font-weight: lighter;
}

    .contactno h6 a {
        font-size: small;
        color: white;
        text-decoration: none;
    }

.contactno .fa {
    font-weight: bold;
    font-size: 25px;
    color: white;
}
/*Menus */
.menus .navbar {
    position: relative;
    margin: 10px 0px;
    padding: 5px 0px;
}

    .menus .navbar a {
        border: 1px solid #1901ba;
        float: left;
        font-size: 18px;
        color: white;
        text-align: center;
        padding: 10px 16px;
        font-weight: lighter;
        text-decoration: none;
        text-transform: capitalize;
    }

.menus .subnav {
    float: left;
    overflow: hidden;
}

    .menus .subnav .subnavbtn {
        font-size: 18px;
        border: 1px solid #1901ba;
        outline: none;
        color: white;
        padding: 10px 16px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
        font-weight: lighter;
        text-transform: capitalize;
    }

    .menus .navbar a:hover, .menus .subnav:hover .subnavbtn {
        background-color: #1901ba;
    }

.menus .subnav-content {
    display: none;
    position: absolute;
    left: 0;
    background-color: #1d0c90;
    width: 100%;
    z-index: 1;
}

    .menus .subnav-content a {
        float: left;
        color: white;
        text-decoration: none;
        border: none;
    }

        .menus.subnav-content a:hover, .menus .subnav-content a:visited {
            background-color: #eee;
            color: black;
        }

.menus .subnav:hover .subnav-content {
    display: block;
    height: 50px;
}

.bg-blue {
    background-color: #1d0c90;
}

.no-border {
    border: none!important;
}

.lknav .navbar-light .navbar-nav .active > .nav-link,
.lknav .navbar-light .navbar-nav .nav-link.active,
.lknav .navbar-light .navbar-nav .nav-link.show,
.lknav .navbar-light .navbar-nav .show > .nav-link,
.lknav .navbar-light .navbar-nav .nav-link {
    border-right: 1px solid #0f0169;
    float: left;
    font-size: 18px;
    color: white;
    text-align: center;
    padding: 2px 10px;
    font-weight: lighter;
    text-decoration: none;
    text-transform: capitalize;
}

    .lknav .navbar-light .navbar-nav .nav-link:focus,
    .lknav .navbar-light .navbar-nav .nav-link:hover {
        background: #1d0c90;
        color: #ff6a00;
    }

/*head*/
.logo h2, .logo h1 {
    color: #ff6a00;
    margin: 0px 0px;
    padding: 10px 0px;
    font-weight: 900;
    line-height: 40px;
    text-transform: uppercase;
}

    .logo h2 span, .logo h1 span {
        color: #f7f7f7;
        font-weight: 100;
        font-size: 39px;
    }

.logo-wraper a img {
    height: 100px;
    margin-top: 7px;
}

.logo-text {
    display: block;
}
/*other*/
.title {
    margin: 40px 0px 50px 0px;
    position: relative;
    width: 100%;
    text-align: center;
    font-weight: bolder;
}

    .title::after {
        content: '';
        position: absolute;
        bottom: -30px;
        height: 2px;
        width: 50px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 0;
        border-bottom: 2px solid #2154cf;
    }

    .title span {
        font-size: 18px;
        margin-bottom: 15px;
        color: #626c84;
        text-align: center;
        display: block;
        font-weight: 400 !important;
        line-height: normal;
    }

.service-wraper {
    margin-bottom: 55px;
}

.box img {
    max-width: 100%;
    display: block;
}

.box p, .box h4, .box a {
    text-align: justify;
    width: 100%;
}

.service-wraper .c-wraper {
    padding: 15px;
    background: #353bf3ba;
    border: 1px solid #1d0c90;
    width: 100%;
    display: block;
    text-align: center;
    min-height:125px;
}

.box .c-wraper a {
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 18px;
    color: #91faff;
}

.box h4 {
    color: #1d0c90;
    margin: 10px 0px;
}

.form-control-borderless {
    border: none;
}

    .form-control-borderless:hover, .form-control-borderless:active, .form-control-borderless:focus {
        border: none;
        outline: none;
        box-shadow: none;
    }
/*footer*/
.bg-footer {
    background: #130670;
    padding: 35px 0px;
}

    .bg-footer p {
        color: #fff;
        margin: 30px 0px 0px 0px;
    }

.bg-footer-top {
    margin-top: -80px;
    background: #0e0748;
}

.position-relative {
    position: relative;
}

.footer-social-icon {
    position: absolute;
    right: 0;
    top: -65px;   
    position: absolute;
    left: auto;
    top: -65px;
    background: #130670;
    padding: 25px 25px 0px 25px;
    border-radius: 10px 10px;
}
/*Media CSS*/
@media only screen and (max-width: 547px) {
    .lknav .navbar-light .navbar-nav .active > .nav-link,
    .lknav .navbar-light .navbar-nav .nav-link.active,
    .lknav .navbar-light .navbar-nav .nav-link.show,
    .lknav .navbar-light .navbar-nav .show > .nav-link,
    .lknav .navbar-light .navbar-nav .nav-link {
        border-right: 1px none #1901ba;
        width: 100%;
    }

    .logo h2, .logo h1 {
        text-align: center;
    }

        .logo h2 span, .logo h1 span {
            text-align: center;
        }

    .logo a img {
        margin: 0px auto;
        display: initial;
    }

    .logo-wraper {
        text-align: center;
    }

    .service-wraper .c-wraper {
        margin-bottom: 15px;
    }

    .navbar-toggler {
        background: #ff6a00;
        padding-top: 10px;
        width: 100%;
    }

        .navbar-toggler span {
            float: left;
        }

        .navbar-toggler strong {
            font: 900;
            color: #1d0c90;
            font-size: 25px;
        }

   
    .contactno h6, .contactno h5, .contactno h4 {
        margin-top:5px;
    }
}
