`body {
    padding: 'Lato',sans-serif;
    margin: 0;
    line-height: 30px;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    color: #333;
    min-height: 641px;
    overflow-x: hidden;
    font-weight: 400
}

p {
    padding: 0 0 15px;
    margin: 0;
    line-height: 30px;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    color: #333;
    text-align: justify;
    font-weight: 400
}

img {
    border: 0
}

ol, li, ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.clear {
    clear: both
}

.responsive-img {
    width: 100%;
    height: auto
}

#myModalenquiry {
    background: rgba(0,0,0,0.6)
}

.bareacont {
    overflow: hidden
}

ul, li, ol {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

.pleft {
    padding-left: 0 !important
}

.pright {
    padding-right: 0 !important
}

ol li {
    list-style: decimal;
    color: #333;
    font-size: 13px;
    line-height: 25px;
    text-align: end
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    box-shadow: 0 0 15px rgba(0,0,0,0.3)
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 48px;
    height: 48px;
    border: none;
    text-indent: 100%;
    background: url(../images/ui.totop.png) no-repeat left top;
    z-index: 70
}

#toTopHover {
    background: url(../images/ui.totop.png) no-repeat left -48px;
    width: 48px;
    height: 48px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0)
}

#toTop:active, #toTop:focus {
    outline: none
}

.slider8 .slick-prev {
    right: 60px;
    z-index: 50;
    top: 0;
    width: 35px !important;
    height: 35px !important;
    display: block !important;
    background: url(../images/arrow-right1.png) left top no-repeat !important
}

.slider8 .slick-next {
    right: 4px;
    z-index: 50;
    top: 0;
    width: 47px !important;
    height: 47px !important;
    display: block !important;
    background: url(../images/arrow-left1.png) left top no-repeat !important
}

.other::before {
    content: "";
    border-width: 80px 1700px 0 0;
    border-style: solid;
    border-color: #fff transparent transparent;
    position: absolute;
    margin: -2px 0 0 -55px;
    transition: .5s;
    top: 0;
    z-index: 500;
    color: #FFF
}

.nav_menutop {
    float: right;
    margin-right: 5px;
    margin-top: 17px
}

    .nav_menutop > ul {
        margin: 0;
        padding: 0;
        text-align: left
    }

        .nav_menutop > ul > li {
            display: inline-block;
            vertical-align: top;
            font-size: 15px;
            font-weight: 500;
            margin-left: 12px;
            position: relative
        }

            .nav_menutop > ul > li i {
                float: right;
                margin-top: 8px
            }

            .nav_menutop > ul > li > a {
                color: #000;
                font-weight: 600;
                font-size: 15px;
                padding: 5px 9px;
                font-family: 'Open Sans',sans-serif
            }

            .nav_menutop > ul > li:hover > a {
                color: #4fb051;
                border-bottom: 7px solid #4fb051;
                padding-bottom: 15px
            }

            .nav_menutop > ul > li > ul {
                display: none;
                position: absolute;
                left: -1px;
                top: 46px;
                background: #fff;
                width: 250px;
                padding: 15px;
                z-index: 9;
                box-shadow: 0 0 10px rgba(0,0,0,0.2);
                display: inline-block;
                vertical-align: top;
                visibility: hidden;
                opacity: 0;
                transition: all .4s ease-in;
                transform: translateX(50px)
            }

            .nav_menutop > ul > li:hover > ul {
                visibility: visible;
                opacity: 1;
                transform: translateX(0)
            }

            .nav_menutop > ul > li > ul > li {
                display: inline-block;
                vertical-align: top;
                font-size: 13px;
                font-weight: 600;
                padding: 8px 0;
                width: 100%;
                line-height: 20px;
                border-bottom: 1px solid #CCC;
                transition: .5s;
                transition: .5s
            }

                .nav_menutop > ul > li > ul > li:hover {
                    color: #FFF;
                    background: #4fb051 !important;
                    transition: .5s
                }

                .nav_menutop > ul > li > ul > li:before {
                    background: #4747af !important;
                    color: #FFF !important
                }

                .nav_menutop > ul > li > ul > li:last-child {
                    border-bottom: 0
                }

                .nav_menutop > ul > li > ul > li:hover {
                    padding-left: 0
                }

                .nav_menutop > ul > li > ul > li a {
                    color: #000;
                    transition: .5s;
                    font-family: 'Open Sans',sans-serif
                }

                .nav_menutop > ul > li > ul > li:hover > a {
                    color: #fff;
                    padding-left: 15px;
                    transition: .5s
                }

#dl-menu {
    display: none
}

.sticky {
    position: fixed;
    top: 0;
    width: 100% !important;
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: both;
    background-color: #fff;
    z-index: 460;
    padding-bottom: 0
}

    .sticky .nav_menutop {
        margin-top: 10px
    }

    .sticky .homebt {
        margin: 14px 0 0
    }

    .sticky .logtop {
        top: -3px
    }

    .sticky .logo {
        margin-top: 0; /*width:135px*/
    }

.logo {
    float: left;
    margin-top: 7px;
    position: absolute
}

.fr {
    float: right
}

.fl {
    float: left
}

.signbt {
    font-size: 14px;
    color: #252525;
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    text-decoration: none;
    margin: 0 25px 0 0;
    padding: 0;
    float: right
}

    .signbt:hover {
        color: #4747af
    }

    .signbt img {
        margin-right: 4px
    }

.sociali {
    float: right;
    margin: 0 0 0 2px
}

.topspace {
    width: 100%;
    height: 10px
}

.topar {
    padding-top: 0;
    padding-bottom: 0;
    text-align: right
}

.fa1 {
    padding: 4px 0;
    font-size: 15px;
    width: 41px;
    height: 45px;
    text-align: center;
    text-decoration: none;
    margin: 3px 3px 0 0;
    transition: .5s;
    float: left;
    background-color: #fff !important;
    color: #000 !important;
    line-height: 35px !important;
    font-size: 17px !important
}

    .fa1:hover {
        opacity: 1;
        color: #FFF;
        transition: .5s;
        background-color: #50b051 !important;
        color: #000 !important
    }

.socialar {
    float: right;
    margin: 0 20px 0 0
}

.marblue {
    background-color: #fff;
    padding: 0;
    min-height: 63px
}

.homebt {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    float: right;
    padding: 0;
    margin: 21px 0 0;
    text-align: center
}

    .homebt a {
        color: #000;
        margin-top: 0;
        font-size: 22px
    }

        .homebt a:hover {
            color: #4fb051
        }

.logtop {
    position: relative;
    top: -7px;
    width: 100%
}

.slider1 .slick-dots {
    bottom: 0;
    z-index: 500;
    display: none !important
}

    .slider1 .slick-dots li.slick-active button::before {
        opacity: 1;
        color: #9bb9be
    }

    .slider1 .slick-dots li button::before {
        font-size: 11px;
        color: #c7d8db
    }

    .slider1 .slick-dots li:hover button::before {
        color: #09b8c3
    }

    .slider1 .slick-dots li {
        margin: 0 3px
    }

.slider1 {
    margin-bottom: 0 !important
}

    .slider1 .slick-prev {
        left: 0;
        z-index: 50;
        top: 60%;
        width: 62px !important;
        height: 35px !important;
        display: block !important;
        background: url(../images/arrow-right1.png) left top no-repeat !important
    }

        .slider1 .slick-prev:hover {
            opacity: .7
        }

    .slider1 .slick-next:hover {
        opacity: .7
    }

    .slider1 .slick-next {
        right: 0;
        z-index: 50;
        top: 60%;
        width: 62px !important;
        height: 35px !important;
        display: block !important;
        background: url(../images/arrow-left1.png) left top no-repeat !important
    }

    .slider1 .slick-slide img {
        max-height: 400px
    }

.slider2 {
    float: left !important
}

    .slider2 .slick-dots {
        bottom: -50px;
        z-index: 500;
        display: block !important
    }

        .slider2 .slick-dots li.slick-active button::before {
            opacity: 1;
            color: #477e05
        }

        .slider2 .slick-dots li button::before {
            font-size: 11px;
            color: #999
        }

        .slider2 .slick-dots li:hover button::before {
            color: #477e05
        }

        .slider2 .slick-dots li {
            margin: 0 3px
        }

.slider2 {
    margin-bottom: 0 !important
}

    .slider2 .slick-prev {
        left: 0;
        z-index: 50;
        top: 60%;
        width: 62px !important;
        height: 35px !important;
        display: none !important;
        background: url(../images/arrow-right1.png) left top no-repeat !important
    }

        .slider2 .slick-prev:hover {
            opacity: .7
        }

    .slider2 .slick-next:hover {
        opacity: .7
    }

    .slider2 .slick-next {
        right: 0;
        z-index: 50;
        top: 60%;
        width: 62px !important;
        height: 35px !important;
        display: none !important;
        background: url(../images/arrow-left1.png) left top no-repeat !important
    }

.vertical-center-2 {
    width: 800px !important
}

.slider3 .slick-dots {
    bottom: 0;
    z-index: 500;
    display: none !important
}

    .slider3 .slick-dots li.slick-active button::before {
        opacity: 1;
        color: #9bb9be
    }

    .slider3 .slick-dots li button::before {
        font-size: 11px;
        color: #c7d8db
    }

    .slider3 .slick-dots li:hover button::before {
        color: #09b8c3
    }

    .slider3 .slick-dots li {
        margin: 0 3px
    }

.slider3 {
    margin-bottom: 0 !important
}

    .slider3 .slick-prev {
        right: 64px;
        z-index: 50;
        top: -7%;
        width: 43px !important;
        height: 33px !important;
        display: block !important;
        background: url(../images/arrow-right2.png) left top no-repeat !important
    }

        .slider3 .slick-prev:hover {
            opacity: .7
        }

    .slider3 .slick-next:hover {
        opacity: .7
    }

    .slider3 .slick-next {
        right: 13px;
        z-index: 50;
        top: -7%;
        width: 43px !important;
        height: 33px !important;
        display: block !important;
        background: url(../images/arrow-left2.png) left top no-repeat !important
    }

.slider4 .slick-dots {
    bottom: -60px;
    z-index: 500;
    display: block !important
}

    .slider4 .slick-dots li.slick-active button::before {
        opacity: 1;
        color: #50b051
    }

    .slider4 .slick-dots li button::before {
        font-size: 11px;
        color: #bebebe
    }

    .slider4 .slick-dots li:hover button::before {
        color: #50b051
    }

    .slider4 .slick-dots li {
        margin: 0
    }

.slider4 {
    margin-bottom: 0 !important
}

    .slider4 .slick-prev {
        left: 0;
        z-index: 50;
        top: 60%;
        width: 62px !important;
        height: 35px !important;
        display: none !important;
        background: url(../images/arrow-right1.png) left top no-repeat !important
    }

        .slider4 .slick-prev:hover {
            opacity: .7
        }

    .slider4 .slick-next:hover {
        opacity: .7
    }

    .slider4 .slick-next {
        right: 0;
        z-index: 50;
        top: 60%;
        width: 62px !important;
        height: 35px !important;
        display: none !important;
        background: url(../images/arrow-left1.png) left top no-repeat !important
    }

.slider5 {
    padding: 0 30px;
    margin-top: 15px
}

    .slider5 .slick-dots {
        bottom: 0;
        z-index: 500;
        display: none !important
    }

        .slider5 .slick-dots li.slick-active button::before {
            opacity: 1;
            color: #9bb9be
        }

        .slider5 .slick-dots li button::before {
            font-size: 11px;
            color: #c7d8db
        }

        .slider5 .slick-dots li:hover button::before {
            color: #09b8c3
        }

        .slider5 .slick-dots li {
            margin: 0 3px
        }

.slider5 {
    margin-bottom: 0 !important
}

    .slider5 .slick-prev {
        left: -10px;
        z-index: 50;
        top: 37%;
        width: 36px !important;
        height: 36px !important;
        display: block !important;
        background: url(../images/arrow-right3.png) left top no-repeat !important
    }

        .slider5 .slick-prev:hover {
            opacity: .7
        }

    .slider5 .slick-next:hover {
        opacity: .7
    }

    .slider5 .slick-next {
        right: -10px;
        z-index: 50;
        top: 37%;
        width: 36px !important;
        height: 36px !important;
        display: block !important;
        background: url(../images/arrow-left3.png) left top no-repeat !important
    }

header {
    position: absolute;
    z-index: 500;
    left: 0;
    right: 0;
    
}

.toptrans {
    background: #9BC5FF;
}

.icomeno {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    float: right;
}

    .icomeno li {
        width: auto;
        height: auto;
        padding: 0 9px;
        margin: 0;
        display: inline-block;
        color: #fff;
        font-size: 15px;
        transition: .5s;
        border-right: 1px solid #fff;
        
    }

        .icomeno li:last-child {
            border-right: 0
        }

        .icomeno li a {
            color: #FFF;
            text-decoration: none
        }

        .icomeno li i {
            font-size: 14px;
            margin-right: 3px
        }

        .icomeno li:hover {
            color: #fff;
            transition: .5s
        }

.searchbt {
    background-color: #1c6912;
    color: #fff;
    height: 43px;
    float: right;
    line-height: 43px !important;
    padding: 0px 15px;
    margin-top: -3px
}

    .searchbt i {
        color: #fff;
        font-size: 25px
    }

    .searchbt:hover {
        background-color: #333;
        color: #fff
    }

        .searchbt:hover i {
            color: #fff
        }

.applybt {
    background-image: linear-gradient(to right, #4fb051, #8cc34b);
    height: 50px;
    line-height: 50px;
    color: #FFF;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 20px;
    float: right
}

    .applybt:hover {
        color: #FFF;
        background-color: #ab1009
    }

    .applybt img {
        margin-left: 5px
    }

.newblue {
    background-image: linear-gradient(to right, #4fb051, #8cc34b);
    color: #FFF;
    padding: 65px 0 65px;
    margin: 0;
}

.anim-typewriter {
    animation: typewriter 4s steps(44) 1s 1 normal both,blinkTextCursor 500ms steps(44) infinite normal
}

@keyframes typewriter {
    from {
        width: 0
    }

    to {
        width: 24em
    }
}

@keyframes blinkTextCursor {
    from {
        border-right-color: rgba(255,255,255,.75)
    }

    to {
        border-right-color: transparent
    }
}

.ih1 {
    color: #FFF !important;
    font-size: 18px;
    height: 18px;
    font-family: 'Open Sans',sans-serif !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center !important;
    font-weight: 600 !important
}

    .ih1 .wrap {
        color: #FFF !important;
        font-size: 18px !important;
        font-family: 'Open Sans',sans-serif !important;
        padding: 0 !important;
        margin: 0 !important;
        font-weight: 400 !important;
        text-align: left !important;
        font-weight: 600 !important
    }

.whitearea {
    padding: 60px 0;
    background-color: #D1E8FA;
}

h1 {
    color: #292929;
    font-weight: 700;
    font-size: 35px;
    font-family: 'Raleway',sans-serif;
    padding: 0 0 15px;
    margin: 0
}

.abouthead {
    color: #f12f25;
    font-size: 23px;
    font-weight: 700;
    padding: 0 0 20px;
    margin: 0 0 25px;
    border-bottom: 1px solid #e1e1e1
}

    .abouthead:after {
        position: absolute;
        left: 0;
        bottom: -2px;
        content: '';
        width: 102px;
        height: 3px;
        background-color: #f23229
    }

.points li {
    text-align: left;
    background: url(../images/reddot.png) 0 12px no-repeat;
    line-height: 27px;
    padding: 0 0 0 22px;
    margin: 5px 0 20px;
    text-transform: capitalize;
}

h3 {
    color: #292929;
    font-size: 21px;
    font-weight: 700;
    line-height: 28px;
    padding: 0 0 10px;
    margin: 0;
}

.sbox img {
    margin: 0 0 10px
}

.sbox p {
    color: #4c4c4c;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 35px
}

.readbt1 {
    border: 1px solid #666;
    float: left;
    padding: 7px 30px;
    color: #666;
    font-size: 16px;
    text-transform: uppercase;
    transition: .5s;
    font-weight: 600;
    margin-top: 10px
}

    .readbt1:hover {
        border: 1px solid #4fb051;
        transition: .5s;
        color: #4fb051
    }

.coursesarea {
    background: url(../images/coursbg.jpg) center top no-repeat;
    background-size: cover;
    padding: 45px 0 55px;
    margin: 0
}

    .coursesarea h1 {
        color: #000;
        text-align: center
    }

#container {
    margin: 35px 0 15px !important;
    width: 100%;
    text-align: center
}

    #container ul {
        list-style: none;
        list-style-position: outside;
        text-align: center;
        width: 100%
    }

        #container ul.menu li {
            display: inline-block;
            margin-right: 0;
            margin-bottom: -1px;
            font-weight: 600;
            font-family: 'Raleway',sans-serif;
            font-size: 20px;
            padding: 7px 25px;
            border-radius: 5px;
            background: #eee;
            position: relative;
            color: #292929;
            cursor: pointer;
            opacity: 1;
            text-transform: capitalize;
            margin-right: 7px
        }

            #container ul.menu li:hover {
                background-color: #f5f5f5
            }

            #container ul.menu li.active {
                background: #4fb051;
                top: 0;
                color: #fff;
                font-weight: 600;
                font-family: 'Raleway',sans-serif
            }

.content {
    margin: 0;
    padding: 0;
    margin-top: 42px;
    height: auto;
    width: 100%
}

    .content.new {
        display: block
    }

    .content.most {
        display: none
    }

    .content.three {
        display: none
    }

.detailmenu li {
    background-color: #fff !important;
    text-transform: uppercase !important;
    font-size: 16px !important
}

    .detailmenu li:hover {
        background-color: #164283 !important;
        color: #FFF !important
    }

    .detailmenu li.active {
        background-color: #164283 !important;
        color: #FFF !important
    }

.detailcontent {
    margin-top: 33px !important
}

.crimg {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 5px 0px 5px 0px;
    border-radius: 10px;
    margin: 0;
    text-align: center;
    background-image: linear-gradient(to right, #4fb051, #8cc34b);
    transition: .3s
}

    .crimg:hover {
        background-color: #4d8708;
        transition: .3s
    }

    .crimg img {
        width: 100%;
        min-height: 201px;
        padding: 0;
        margin: 0;
        transition: .3s
    }

    .crimg:hover img {
        opacity: .5;
        transition: .3s
    }

.crinner {
    background-color: #FFF;
    padding: 8px;
    margin: 0 0 25px;
    height: 110px
}

    .crinner h3 {
        color: #000;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        padding: 0 0 6px;
        margin: 0
    }

    .crinner p {
        color: #4c4c4c;
        font-size: 14px;
        line-height: 22px;
        text-align: center
    }

.cr01 {
    background-color: #2baeb3;
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    line-height: 17px;
    text-align: center;
    padding: 6px 0;
    width: 33.3%;
    float: left
}

    .cr01 span {
        font-size: 13px;
        font-weight: 400
    }

.cr02 {
    background-color: #404272;
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    line-height: 17px;
    text-align: center;
    padding: 6px 0;
    width: 33.3%;
    float: left
}

    .cr02 span {
        font-size: 13px;
        font-weight: 400
    }

.cr03 {
    background-color: #fd5656;
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    line-height: 17px;
    text-align: center;
    padding: 6px 0;
    width: 33.3%;
    float: left
}

    .cr03 span {
        font-size: 13px;
        font-weight: 400
    }

.crimghome {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 5px 5px 5px 5px;
    border-radius: 10px;
    margin: 0;
    text-align: center;
    background-image: linear-gradient(to right, #4fb051, #8cc34b);
    transition: .3s
}

    .crimghome:hover {
        background-color: #4d8708;
        transition: .3s
    }

    .crimghome img {
        width: 100%;
        min-height: 201px;
        padding: 0;
        margin: 0;
        transition: .3s
    }

    .crimghome:hover img {
        opacity: .5;
        transition: .3s
    }

.crinnerhome {
    background-color: #FFF;
    padding: 8px;
    margin: 0 0 25px;
    height: 80px
}

    .crinnerhome h3 {
        color: #000;
        font-size: 22px;
        font-weight: 600;
        text-align: center;
        padding: 0 0 6px;
        margin: 0
    }

.crinner p {
    color: #4c4c4c;
    font-size: 14px;
    line-height: 22px;
    text-align: center
}


.countbg {
    background: url(../images/girlbg.jpg) center top no-repeat;
    background-size: cover;
    padding: 130px 0 100px;
    margin: 0
}

.countbox {
    background-color: #FFF;
    padding: 27px;
    margin: 0 0 30px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    color: #174283;
    font-size: 50px;
    font-weight: 700;
    font-family: 'Raleway',sans-serif;
    line-height: 47px;
    transition: .5s
}

    .countbox:hover {
        box-shadow: 0 0 30px rgba(0,0,0,0.3);
        transition: .5s
    }

    .countbox span {
        font-size: 18px;
        color: #292a36;
        font-family: 'Raleway',sans-serif
    }

    .countbox img {
        float: left;
        margin: 6px 17px 0 0
    }

.videobg {
    background: url(../images/videobg.jpg) center top no-repeat;
    background-size: cover;
    padding: 175px 0;
    margin: 0
}

    .videobg h1 {
        color: #FFF;
        text-align: center
    }

    .videobg p {
        color: #FFF;
        text-align: center
    }

.vidbor {
    padding: 10px 50px 0
}

.vidbt {
    background-image: linear-gradient(to right, #4fb051, #8cc34b);
    width: 67px;
    height: 67px;
    line-height: 67px;
    color: #000;
    display: table !important;
    text-align: center;
    margin: 20px auto 25px !important;
    border-radius: 50%;
    transition: .5s;
    box-shadow: 0 0 15px rgba(0,0,0,0.6) !important
}

    .vidbt:hover {
        background-color: #fff;
        transition: .5s
    }

    .vidbt i {
        font-size: 23px;
        color: #fff;
        line-height: 67px !important
    }

    .vidbt:hover i {
        font-size: 23px;
        color: #4d8708;
        line-height: 67px !important
    }

.newsev {
    background-image: linear-gradient(to right, #4fb051, #8cc34b);
    padding: 35px 15px;
    margin: 0;
    min-height: 500px
}

    .newsev h2 {
        color: #FFF;
        padding-bottom: 30px;
        padding-left: 10px
    }

.testar {
    background-color: #EDEDED;
    padding: 40px 50px;
    margin: 0;
    min-height: 500px
}

h2 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    padding: 0 0 15px;
    margin: 0
}

.newb {
    background-color: #FFF;
    padding: 17px;
    margin: 0
}

    .newb h3 {
        font-size: 20px;
        font-weight: 600
    }

    .newb p {
        font-size: 13px;
        color: #303030;
        line-height: 20px
    }

.neimg {
    width: 100%;
    height: 170px;
    overflow: hidden;
    padding: 0;
    margin: 0 0 15px
}

    .neimg img {
        width: 100%;
        min-height: 170px;
        padding: 0;
        margin: 0
    }

.readbtnews {
    background-color: #ededed;
    font-weight: 600;
    color: #000;
    transition: .5s;
    font-size: 13px;
    text-transform: uppercase;
    padding: 2px 20px;
    float: left
}

    .readbtnews:hover {
        background-color: #4fb051;
        color: #fff;
        transition: .5s
    }

.newdate {
    background-color: #4fb051;
    text-align: center;
    width: 63px;
    padding: 6px 0 10px;
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    position: absolute;
    z-index: 50;
    right: 0;
    bottom: 0;
    line-height: 24px
}

    .newdate span {
        font-size: 17px;
        font-weight: 600
    }

.testinner {
    margin-top: 10px;
    background-color: #FFF;
    padding: 30px 55px 60px;
    font-size: 16px;
    line-height: 28px;
    color: #303030;
    text-align: center;
}

.testimg {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    padding: 0;
    margin: -40px auto 0;
    display: table;
    border: 3px solid #FFF
}

.cname {
    background-image: linear-gradient(to right, #4fb051, #8cc34b);
    color: #FFF;
    font-size: 17px;
    text-align: center;
    padding: 0 40px;
    display: table;
    margin: 15px auto 0;
    border-radius: 30px;
    line-height: 26px
}

.couimg {
    width: 100%;
    height: 190px;
    padding: 0;
    margin: 0 0 12px;
    overflow: hidden
}

    .couimg img {
        width: 100%;
        min-height: 190px;
        padding: 0;
        margin: 0;
        transition: .5s
    }

    .couimg:hover img {
        transition: .5s;
        transform: scale(0.9)
    }

.slider5 h3 {
    padding-bottom: 0;
    text-align: center
}

.slider5 p {
    padding-bottom: 0;
    text-align: center
}

.othertext {
    padding: 25px 0
}

    .othertext h1 {
        padding: 75px 0 20px;
        text-transform: uppercase;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 45px
    }

.bluebt {
    background-color: #174283;
    color: #FFF;
    padding: 9px 38px;
    margin: 15px 0 0;
    float: left;
    font-size: 17px;
    text-transform: uppercase;
    transition: .5s
}

    .bluebt:hover {
        background-color: #4fb051;
        color: #FFF;
        transition: .5s
    }

.redarea {
    background: #FFFFFF;
    Color: #1c6912;
    font-size: 27px;
    font-weight: 600;
    line-height: 105px
}

.applybt2 {
    background-image: linear-gradient(to right, #4fb051, #8cc34b);
    color: #fff;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    font-family: 'Raleway',sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 55px;
    margin: 28px 0 0;
    text-decoration: none;
    float: right
}

    .applybt2:before {
        background-color: #980b04 !important;
        color: #fff !important
    }

footer {
    background: #9BC5FF url(../images/footer-bg.jpg) center bottom/100% auto no-repeat;
    background-size: cover;
    padding: 0 0 50px;
    margin: 0;
    color: #FFF;
    font-size: 15px;
    line-height: 26px
}

    footer p {
        color: #FFF;
        font-size: 15px;
        line-height: 26px
    }

h4 {
    color: #FFF;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Raleway',sans-serif;
    padding: 50px 0 12px;
    margin: 0
}

.flinke {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0
}

    .flinke li {
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        display: block
    }

        .flinke li a {
            width: auto;
            height: auto;
            padding: 0;
            margin: 0;
            display: block;
            color: #fff;
            font-size: 15px;
            line-height: 26px
        }

            .flinke li a:hover {
                color: #fff
            }

            .flinke li a i {
                font-size: 12px;
                margin-right: 4px;
                color: #fff
            }

.flinke1 {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0
}

    .flinke1 li {
        width: 25%;
        height: auto;
        padding: 0;
        margin: 0;
        display: block;
        float: left
    }

        .flinke1 li a {
            width: auto;
            height: auto;
            padding: 0;
            margin: 0;
            display: block;
            color: #FFF;
            font-size: 15px;
            line-height: 26px
        }

            .flinke1 li a:hover {
                color: #fff
            }

            .flinke1 li a i {
                font-size: 12px;
                margin-right: 4px;
                color: #fff
            }

.subinput {
    background-color: #FFF;
    color: #5e5e5e;
    font-size: 15px;
    padding: 0 0 0 15px;
    margin: 0;
    height: 48px;
    width: 100%;
    border: 0;
    margin: 10px 0 0 0
}

.subbt {
    background-image: linear-gradient(to right, #4fb051, #8cc34b);
    color: #FFF;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    padding: 10px 35px;
    float: right;
    border: 0;
    margin: 5px 0 0;
    transition: .5s
}

    .subbt:hover {
        background-color: #ffe116;
        color: #000;
        transition: .5s
    }

.fright {
    text-align: right;
    padding-top: 25px
}

    .fright a {
        color: #4fb051
    }

        .fright a:hover {
            color: #ffe116
        }

.fleft {
    padding-top: 25px
}

.new01 {
    width: 100%;
    height: 650px;
    background-color: #060
}

.vertical-center-2 {
    width: 100% !important;
    display: block !important;
    float: left !important
}

.openBtn {
    background: #f1f1f1;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer
}

    .openBtn:hover {
        background: #bbb
    }

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #000;
    background-color: rgba(0,0,0,0.9);
    animation-name: slideInDown;
    animation-duration: 1s;
    animation-fill-mode: both
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin: auto
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: #fff
}

    .overlay .closebtn:hover {
        color: #ccc
    }

.overlay input[type=text] {
    padding: 15px 15px 15px 20px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    float: left;
    width: 80%;
    background: #fff;
    color: #000
}

    .overlay input[type=text]:hover {
        background: #f1f1f1
    }

.overlay button {
    float: left;
    width: 20%;
    padding: 17px;
    background: #4fb051;
    font-size: 22px;
    border: none;
    cursor: pointer;
    color: #FFF;
    border: 2px solid #FFF;
    transition: .5s
}

    .overlay button:hover {
        background: #000;
        transition: .5s
    }

.modal-header .close {
    color: #fff;
    border-radius: 50%;
    opacity: 1;
    width: 25px;
    height: 25px;
    font-size: 23px;
    background-color: #666;
    font-weight: 400;
    display: block;
    z-index: 500;
    position: relative;
    padding-bottom: 12px;
    top: 0;
    right: 1px;
    transition: .5s
}

    .modal-header .close:hover {
        color: #fff;
        border-radius: 50%;
        opacity: 1;
        font-size: 23px;
        background-color: #333;
        font-weight: 400;
        display: block;
        z-index: 500;
        position: relative;
        transition: .5s
    }

#myModal {
    background: rgba(0,0,0,0.6)
}

.modal-header {
    border: 0 !important
}

.work12 {
    margin-top: -40px
}

.pop-input {
    width: 100%;
    height: 35px;
    border: 1px solid #CCC;
    padding: 0 0 0 13px;
    margin: 0 0 10px;
    font-size: 13px;
    font-family: 'Open Sans',sans-serif;
    transition: .5s
}

    .pop-input:focus {
        border: 1px solid red;
        transition: .5s
    }

.pop-textarea {
    width: 100%;
    height: 120px;
    border: 1px solid #CCC;
    padding: 4px 0 0 13px;
    margin: 0;
    font-size: 13px;
    font-family: 'Open Sans',sans-serif;
    transition: .5s
}

    .pop-textarea:focus {
        border: 1px solid red;
        transition: .5s
    }

.h4 {
    color: #000;
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Raleway',sans-serif;
    margin-top: -30px;
    background-color: #F0F0F0;
    padding: 7px 12px
}

.modal-open .modal {
    background: rgba(0,0,0,0.8) !important
}

.callname {
    box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
    padding: 25px;
    font-size: 22px;
    font-family: 'Raleway',sans-serif;
    font-weight: 600;
    color: red;
    margin-top: 10px;
    margin-bottom: 10px
}

    .callname span {
        color: #51ad00
    }

.modal-backdrop {
    display: none !important
}

.vidpop {
    margin: -50px 0 0
}

.modal-dialog {
    margin: 85px auto 80px !important
}

.inner-banner {
    width: 100%;
    height: 450px;
    padding: 0;
    margin: 0;
    background: #D1E8FA;
}

.innertext {
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    text-align: center
}

    .innertext .thead {
        font-family: 'Abril Fatface',cursive;
        font-size: 59px;
        margin-top: 115px;
        text-shadow: 3px 3px 3px rgba(0,0,0,0.4)
    }

.backmarea {
    background-color: #fcd405;
    padding: 5px 35px;
    margin: 40px auto 0;
    border-radius: 3px;
    min-width: 250px;
    left: 0;
    right: 0;
    display: table
}

.backmenu1 {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0
}

    .backmenu1 li {
        padding: 0;
        margin: 0;
        display: inline-block;
        color: #000;
        font-size: 14px;
        font-weight: 600
    }

        .backmenu1 li:after {
            content: '/';
            color: #000;
            font-size: 13px;
            padding: 0 8px
        }

        .backmenu1 li:last-child:after {
            display: none
        }

        .backmenu1 li a {
            padding: 0;
            margin: 0;
            color: #000;
            font-size: 14px;
            display: inline-block;
            font-weight: 600
        }

            .backmenu1 li a:hover {
                color: #4fb051
            }

.abright {
    padding: 51px 15px 0 30px
}

.tab {
    float: left;
    background-color: #174182;
    width: 23%;
    height: auto
}

    .tab button {
        display: block;
        background-color: inherit;
        color: #fff;
        padding: 10px 16px;
        width: 100%;
        border: none;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: .3s;
        font-size: 17px;
        font-weight: 600;
        border-bottom: 1px solid #2f548f
    }

        .tab button:hover {
            background-color: #f2372e
        }

        .tab button.active {
            background-color: #f2372e
        }

.tabcontent {
    float: left;
    padding: 0 0 0 35px;
    width: 77%;
    border-left: none;
    height: auto
}

    .tabcontent p {
        line-height: 27px;
        color: #4e4e4e
    }

.space10 {
    width: 100%;
    height: 10px
}

.space20 {
    width: 100%;
    height: 20px
}

.space30 {
    width: 100%;
    height: 30px
}

.space40 {
    width: 100%;
    height: 40px
}

.space50 {
    width: 100%;
    height: 50px
}

.space60 {
    width: 100%;
    height: 60px
}

.space70 {
    width: 100%;
    height: 70px
}

.space80 {
    width: 100%;
    height: 80px
}

.space90 {
    width: 100%;
    height: 90px
}

.space10 {
    width: 100%;
    height: 10px
}

.teamimg {
    width: 188px;
    height: 188px;
    padding: 0;
    margin: 0 30px 20px 0;
    border-radius: 50%;
    float: left;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border: 5px solid #FFF
}

.conform {
    background-color: #214377;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    padding: 42px;
    margin: 0
}

.contin {
    width: 100%;
    height: 40px;
    padding: 0 0 0 15px;
    color: #000;
    font-size: 15px;
    font-family: Arial,Helvetica,sans-serif;
    border: 0
}

.contab .td1 {
    padding-right: 15px
}

.conttext {
    width: 100%;
    height: 230px;
    padding: 0 0 0 15px;
    color: #000;
    margin-top: 6px;
    font-size: 15px;
    font-family: Arial,Helvetica,sans-serif;
    border: 0
}

.conbts {
    background-color: #fcd405;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 40px;
    float: left;
    border: 0;
    margin: 15px 0 0;
    border-radius: 40px;
    transition: .5s
}

    .conbts:hover {
        background-color: #4fb051;
        color: #fff;
        transition: .5s
    }

.bluearea {
    background-color: #e1edff;
    padding: 50px 0;
    margin: 0
}

.coursmenu {
    list-style: none;
    list-style-position: outside;
    text-align: center;
    width: 100%;
    margin: 15px 0 40px
}

    .coursmenu li {
        display: inline-block;
        margin-right: 0;
        margin-bottom: -1px;
        font-weight: 600;
        font-family: 'Raleway',sans-serif;
        font-size: 20px;
        position: relative;
        color: #292929;
        cursor: pointer;
        opacity: 1;
        text-transform: capitalize
    }

        .coursmenu li a {
            display: inline-block;
            margin-right: 0;
            margin-bottom: -1px;
            font-weight: 600;
            font-family: 'Raleway',sans-serif;
            font-size: 19px;
            padding: 7px 25px;
            border-radius: 5px;
            background: #fff;
            position: relative;
            color: #292929;
            cursor: pointer;
            opacity: 1;
            text-transform: capitalize;
            margin-right: 7px
        }

            .coursmenu li a:hover {
                background-color: #4fb051;
                color: #FFF
            }

    .coursmenu .active {
        background: #4fb051;
        top: 0;
        color: #fff;
        font-weight: 600;
        font-family: 'Raleway',sans-serif
    }

.detailinner {
    padding: 27px;
    margin: 0;
    background-color: #FFF;
    text-align: left
}

    .detailinner h3 {
        font-size: 25px !important;
        line-height: 32px;
        padding-bottom: 15px;
        text-align: left
    }

    .detailinner p {
        color: #4c4c4c
    }

.courseimgar {
    padding: 0 30px 20px 0
}

.greybt {
    margin: 0 0 0 10px
}

.greytable td {
    text-align: left;
    vertical-align: top
}

.greytable .greytd {
    background-color: #f2f2f2;
    padding: 13px 5px
}

.darkblur {
    background-color: #174283;
    padding: 35px 0;
    margin: 14px 0 0
}

    .darkblur h1 {
        text-align: center;
        text-transform: uppercase;
        color: #FFF;
        font-size: 35px;
        font-weight: 700;
        padding: 0 0 15px;
        margin: 0;
        font-family: 'Raleway',sans-serif
    }

    .darkblur h2 {
        font-family: 'Raleway',sans-serif;
        text-align: center;
        color: #FFF;
        font-size: 30px;
        font-weight: 700;
        padding: 0 0 15px;
        margin: 0
    }

    .darkblur h4 {
        font-family: 'Raleway',sans-serif;
        text-align: center;
        color: #FFF;
        font-size: 22px;
        line-height: 28px;
        font-weight: 700;
        padding: 0 0 15px;
        margin: 0;
        text-transform: capitalize
    }

    .darkblur h3 {
        text-transform: uppercase;
        font-size: 18px;
        font-family: 'Raleway',sans-serif
    }

    .darkblur h5 {
        font-family: 'Raleway',sans-serif;
        text-align: center;
        color: #8cb2ec;
        font-size: 18px;
        font-weight: 600;
        padding: 0 0 15px;
        margin: 0
    }

.how-to-enroll {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0
}

    .how-to-enroll li {
        width: 25%;
        height: auto;
        padding: 20px;
        margin: 20px 0 0;
        float: left;
        text-align: center;
        min-height: 390px
    }

        .how-to-enroll li:nth-child(1) {
            background-color: #d1dae8
        }

        .how-to-enroll li:nth-child(2) {
            background-color: #fff
        }

        .how-to-enroll li:nth-child(3) {
            background-color: #d1dae8
        }

        .how-to-enroll li:nth-child(4) {
            background-color: #fff
        }

        .how-to-enroll li img {
            margin: 55px auto 23px;
            padding: 0;
            display: table
        }

        .how-to-enroll li p {
            font-size: 15px;
            line-height: 24px;
            text-align: center;
            color: #000
        }

        .how-to-enroll li .num {
            color: rgba(23,66,131,0.1);
            font-size: 85px;
            font-weight: 700;
            text-transform: uppercase;
            position: absolute;
            margin: 0 0 0 -5px;
            font-family: 'Raleway',sans-serif
        }

.finput {
    width: 100%;
    height: 49px;
    background-color: #FFF;
    color: #444;
    font-size: 15px;
    padding: 0 0 0 15px;
    margin: 0 0 16px;
    border: 0
}

.formar {
    padding: 0 35px
}

.fsubmit {
    background-color: #4fb051;
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    height: 49px;
    line-height: 49px;
    text-align: center;
    border: 0;
    text-transform: uppercase;
    display: block;
    width: 100%;
    transition: .5s
}

    .fsubmit:hover {
        background-color: #0a2b5d;
        color: #FFF;
        transition: .5s
    }

.wbox {
    background-color: #FFF;
    min-height: 350px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    padding: 30px
}

.whitear {
    padding: 32px 23px;
    color: #2d2d2d;
    font-weight: 700;
    font-size: 18px;
    text-align: center
}

    .whitear h1 {
        color: #4fb051;
        padding: 0 0 10px;
        margin: 0;
        font-size: 34px;
        text-transform: uppercase;
        font-family: 'Raleway',sans-serif
    }

    .whitear img {
        margin: 20px 0
    }

.gallbox {
    position: relative;
    width: 100%
}

.image {
    display: block;
    width: 100%;
    height: auto
}

.overlay01 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(252,212,5,0.5);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease
}

.plusicon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 56px;
    height: 56px;
    background: url(../images/plusicon.jpg) 0 0 no-repeat;
    z-index: 5;
    animation-name: fadeInRight;
    animation-duration: 1s;
    animation-fill-mode: both
}

.gallbox:hover .overlay01 {
    height: 100%
}

.text {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    line-height: 56px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    background-color: #092e67
}

.read1 {
    color: #fff;
    background-image: linear-gradient(to right, #4fb051, #8cc34b);
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    padding: 4px 30px;
    margin: 5px auto;
    display: table;
    transition: .5s
}

    .read1:hover {
        color: #fff;
        background-color: #4fb051;
        transition: .5s
    }

.htbox {
    box-shadow: 1px 1px 15px rgba(0,0,0,0.2)
}


.iconmenu {
    width: auto;
    padding: 0;
    height: auto;
    margin: 0;
}

    .iconmenu li {
        width: 16.6%;
        float: left;
        padding: 0;
        height: auto;
        margin: 0;
        text-align: center;
        list-style: none;
    }

        .iconmenu li a img {
            width: 42%;
            height: auto;
            margin: 0 0 16px 0;
            transition: 0.5s;
        }

        .iconmenu li:hover a img {
            transition: 0.5s;
            transform: rotate(360deg);
        }

        .iconmenu li a {
            padding: 0;
            margin: 0;
            font-size: 18px;
            font-weight: bold;
            color: #fff;
        }

.rate01 {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    color: #1c6912;
    text-align: center;
}

.loc {
    font-size: 12px;
    font-weight: 600;
    padding: 7px 0;
    margin: 0;
    color: #1c6912;
    text-align: center;
    text-transform: capitalize;
}

.inner-banner {
    width: 100%;
    height: 200px;
}

.logb {
    border: 1px solid #9BC5FF;
    padding: 25px;
    margin: 0 0 0 0;
    transition: 0.5s;
}

    .logb h2 {
        font-size: 24px;
    }

    .logb strong {
        color: #575757;
    }

.gbt2 {
    background-image: linear-gradient(to right, #000, #030303);
    color: #FFFFFF;
    font-size: 17px;
    text-transform: uppercase;
    padding: 8px 30px;
    margin: 5px 0 0 0;
    float: left;
    border: 0;
}

    .gbt2:hover {
        background: #333333 !important;
        color: #fff;
    }

.inputcont {
    width: 100%;
    padding-left: 12px;
    height: 42px;
    font-size: 14px;
    margin-bottom: 16px;
    border: 1px solid #D9D9D9;
    margin-top: -3px;
}

.inputcontsearch {
    width: 90%;
    padding-left: 12px;
    height: 42px;
    font-size: 14px;
    margin-bottom: 16px;
    border: 1px solid #D9D9D9;
    margin-top: -3px;
    float: right;
}

.logb label {
    color: #030303;
    font-weight: 500;
}

.backlink {
    width: auto;
    height: auto;
    padding: 0;
    margin: -15px 0 43px 0;
    position: relative;
    z-index: 5;
}

    .backlink li {
        width: auto;
        height: auto;
        padding: 0 30px 0 0;
        margin: 0;
        display: inline-block;
        color: #1c7701;
        font-size: 14px;
        text-decoration: none;
        float: left;
    }

        .backlink li a::after {
            content: "";
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-left: 5px solid #1c7701;
            position: absolute;
            padding: 0;
            margin: 5px 0 0 12px;
        }

        .backlink li a {
            width: auto;
            height: auto;
            padding: 0;
            margin: 0;
            color: #333333;
            font-size: 14px;
            text-decoration: none;
        }

            .backlink li a:hover {
                color: #1c7701;
            }

input:focus {
    box-shadow: 0 0 10px #C3C3C3;
}

.points {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 20px 0;
    display: inline-block;
}

    .points li {
        width: 100%;
        height: auto;
        padding: 0 0 0 16px;
        font-size: 13px;
        line-height: 30px;
        margin: 0;
        float: left;
        display: inline-block;
        background: url(../images/red-dot.jpg) 0 14px no-repeat;
        width: 30%;
        float: left;
    }

.gcolor {
    color: #030303 !important;
}

.mar01 {
    margin-bottom: 0;
    margin-top: -5px;
}





/*the container must be positioned relative:*/
.custom-select {
    position: relative;
    font-family: Arial;
}

    .custom-select select {
        display: none; /*hide original SELECT element:*/
    }

.select-selected {
    background-color: #4fb051;
    width: 100%;
}

    /*style the arrow inside the select element:*/
    .select-selected:after {
        position: absolute;
        content: "";
        top: 14px;
        right: 10px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #fff transparent transparent transparent;
    }

    /*point the arrow upwards when the select box is open (active):*/
    .select-selected.select-arrow-active:after {
        border-color: transparent transparent #fff transparent;
        top: 7px;
    }

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #4fb051;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    max-height: 240px;
    overflow: scroll;
    overflow-x: hidden;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}


.sideh3 {
    font-size: 18px !important;
}

.green1 {
    color: #4fb051;
}

.textbox {
    width: 100%;
    height: 80px;
    border: 1px solid #CDCDCD;
    padding: 35px;
}

.vertical-menu a {
    color: black; /* Black text color */
    display: block; /* Make the links appear below each other */
    padding: 10px; /* Add some padding */
    text-decoration: none; /* Remove underline from links */
}

    .vertical-menu a:hover {
        background-color: #ccc; /* Dark grey background on mouse-over */
    }

    .vertical-menu a.active {
        background-color: #4CAF50; /* Add a green color to the "active/current" link */
        color: white;
    }

.paging {
    padding: 8px;
    margin: 2px;
    background: lightgray;
    border: solid 1px #666;
    color: black;
    font-weight: bold
}

.pagingactive {
    padding: 8px;
    margin: 2px;
    background: #000;
    border: solid 1px #666;
    color: #fff;
    font-weight: bold
}

.knimage {
    padding: 5px 5px 5px 5px;
    border-radius: 10px;
    margin: 0;
    text-align: center;
    background-image: linear-gradient(to right, #4fb051, #8cc34b);
    transition: .3s;
}


.Repeater, .Repeater td, .Repeater td {
    border: 1px solid #ccc;
}

    .Repeater td {
        background-color: #eee !important;
    }

    .Repeater th {
        background-color: #6C6C6C !important;
        color: White;
        font-size: 10pt;
        line-height: 200%;
    }

    .Repeater span {
        color: black;
        font-size: 10pt;
        line-height: 200%;
    }

.page_enabled, .page_disabled {
    padding: 8px;
    display: inline-block;
    height: 40px;
    min-width: 20px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #ccc;
}

.page_enabled {
    background-color: #eee;
    color: #000;
}

.page_disabled {
    background-color: #6C6C6C;
    color: #fff !important;
}
 
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}
.filledRatingStar {
    background-image: url(Images/FilledStar.png);
}

.emptyRatingStar {
    background-image: url(Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(Images/SavedStar.png);
}

table {
    border-collapse: collapse;
    border: 1px solid #9BC5FF;
}

td, th {
    border: 1px solid #9BC5FF;
    padding: 0.5rem;
    text-align: left;
}