﻿body {
}
.heading-1 {
    display:block;
    font-size: 45px;
    color: #f75700;
    text-shadow: 1px 1px 1px lightgrey;
    padding:5px 0px 10px 0px;
    font-weight:500;
}
    .heading-1 span {
        color: #606060;
    }

.heading-2 {
    font-size: 25px;
    color: #f75700;
    text-shadow: 1px 1px 1px lightgrey;
    font-weight: 500;
    display: block;
    padding: 10px 15px 10px 30px;
    border-bottom: 1px solid #e9e9e9;
}

    .heading-2 span {
        color: #606060;
    }
.section-rs {
    padding-top: 30px;
    padding-bottom: 30px;
}
.copyrights1 {
    float: right;
    width: 100%;
}
.img-new{
    width:auto;
    max-height:291px;
}
    .copyrights1 p {
        margin: 0px 0px 3px 0px;
        padding: 0px 0px 0px 0px;
        text-align: right !important;
    }

        .copyrights1 p a {
            color: #f75700;
        }

            .copyrights1 p a :hover {
                color: #f7b205;
            }

.profile-tab {
}

    .profile-tab ul {
        padding-left: 0px !important;
        margin-top: 10px !important;
    }

    .profile-tab li {
        list-style: none;
        margin-bottom: 1px !important;
        background: #E9E9DB;
    }

        .profile-tab li:hover {
            background-color: #4d0a91;
            color: #fff;
        }

        .profile-tab li a {
            padding: 7px 20px 7px 20px;
            text-decoration: none;
            line-height: 19px !important;
        }

    .profile-tab a {
        display: block;
        text-align: justify;
        font-size: 14px !important;
        color: #404040;
        font-weight: normal !important;
    }

        .profile-tab a:hover {
            color: #fff;
        }

.profile-cont {
    padding: 10px 10px 10px 10px;
    color: #404040;
}

    .profile-cont h4 {
        font-size: 16px;
        display: block;
        padding: 5px 0px 0px 10px;
    }

    .profile-cont p {
        font-size: 15px;
        padding: 10px 10px 10px 10px;
        text-align: justify;
    }

        .profile-cont p span {
            display: block;
            padding: 3px 0px 3px 0px;
        }
        .profile-cont p span b{
            font-weight:500;
        }


.header-cont {
    color: #fff;
}

    .header-cont a:hover {
        color: #fff;
    }

.header-read {
    color: #fff;
}

    .header-read :hover {
        color: #4c1864;
    }

.rs-contant {
    padding: 5px 10px 5px 10px;
    color: #404040;
}

    .rs-contant h3 {
        font-size: 16px;
        padding: 5px 0px 5px 0px;
    }

    .rs-contant p {
        font-size: 15px;
        padding: 5px 0px 5px 0px;
    }

    .rs-contant b {
        font-size: 15px;
        font-weight: 500;
        padding: 5px 0px 7px 0px;
    }
    .rs-contant ol {
        padding: 3px 10px 1px 20px;
    }
    .rs-contant ol li {
        font-size: 15px;
        
    }

.about-cont {    
    color: #0f192d;
    padding:10px 10px 10px 10px;
}
    .about-cont h5 {
        font-weight: 400;
    }
    .about-cont p {
        padding:2px 7px 2px 7px!important;
        font-size: 16px;
        margin:0!important;
    }
    .about-cont ol {
        padding: 3px 10px 1px 20px;
    }
        .about-cont ol li {
            font-size: 15px;
            padding:1px 0px 1px 5px;
        }

.model_head {
    background: #1f7def;
    color: #fff;
    padding-bottom: 10px;
    padding-top: 10px;
}

.model_size {
    width: 100%;
    max-width: 700px !important;
}

.modal-title {
    font-size: 18px;
    text-align: center !important;
    font-weight: 400;
    align-items: center;
}

.modal-body p {
    text-align: center;
    font-size: 17px;
    color: #444;
}
.eme {
    cursor: pointer;
    font-size: 15px !important;
    color: rgb(255, 255, 255) !important;
    text-align: center;
    background-color: #f4543c;
    height: 220px !important;
    padding: 10px 10px 10px 10px !important;
    border-radius: 4px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    font-weight: 400 !important;
}

    .eme:hover {
        background-color: #444;
    }
    .our-project{
        padding:20px 0px 20px 0px;
        color:#fff;
    }
.our-project ul{
    margin:0;
    padding:0;
}
.our-project li{
    font-size:16px;
    padding:2px 0px 2px 0px;
    display:block;
}
.accad {
    height: auto;
    padding-bottom: 18px !important;
}

    .accad p {
        font-size: 16px !important;
        display: block;
        line-height: 20px;
        text-align: justify;
        padding-right: 20px;
        color: #404040 !important;
    }

        .accad p b {
            font-size: 16px !important;
            padding-top: 0px;
            display: block;
            line-height: 20px;
            text-align: justify;
            color: #ff0000 !important;
            display: inline-block;
            font-weight: normal !important;
        }


    .accad a {
        color: rgb(255, 255, 255);
        text-decoration: none;
        display: block;
        font-size: 15px !important;
        text-align: left;
        padding: 0px 15px 0px 15px;
        line-height: 20px;
    }

        .accad a:hover {
            color: rgb(255, 255, 255);
        }

        .accad a:link, .accad a:visited {
            background: none;
        }

    .accad ul {
        padding-left: 0px !important;
        margin-top: 10px !important;
    }

    .accad li {
        list-style: none;
        margin-bottom: 2px !important;
        background: #f4543c;
        padding: 4px 8px 4px 8px !important;
        vertical-align: middle;
        color: rgb(255, 255, 255) !important;
        border-radius: 2px;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

        .accad li a {
            text-align: justify;
            padding: 4px 20px 4px 20px;
            text-decoration: none;
            font-size: 15px !important;
            font-weight: normal !important;
            line-height: 19px !important;
        }

        .accad li:hover {
            background-color: #444;
            -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
            -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
            box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
        }
