﻿@charset "utf-8";
/*@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Roboto+Condensed:400,500,600,700');*/


.home5 .rs-toolbar {
    /*background: #37a8b7;*/
    background: #00677a;
}

    .home5 .rs-toolbar .toolbar-share-icon {
        margin-right: 15px;
    }

        .home5 .rs-toolbar .toolbar-share-icon ul li a {
            color: #fff;
            font-size: 14px;
        }

            .home5 .rs-toolbar .toolbar-share-icon ul li a:hover {
                color: #92278f;
            }

/*.home5 .rs-toolbar .rs-search {
        color: #fff;
        font-size: 14px;
    }

        .home5 .rs-toolbar .rs-search:hover {
            color: #92278f;
        }*/

/*.home5 .rs-header .logo-area {
    padding-top: 23px;
}*/
.rs-header .rs-menu-toggle {
    color: #fff !important;
}

    .rs-header .rs-menu-toggle:hover {
        color: #ff3115 !important;
    }

.rs-header .menu-area .rs-menu li.current_page_item > a,
.rs-header-2 .menu-area .rs-menu li.current_page_item > a,
.rs-header-3 .menu-area .rs-menu li.current_page_item > a,
.rs-header-4 .menu-area .rs-menu li.current_page_item > a,
.rs-header .menu-area .rs-menu li.current-menu-item > a,
.rs-header-2 .menu-area .rs-menu li.current-menu-item > a,
.rs-header-3 .menu-area .rs-menu li.current-menu-item > a,
.rs-header-4 .menu-area .rs-menu li.current-menu-item > a,
.rs-header .menu-area .rs-menu li.active > a,
.rs-header-2 .menu-area .rs-menu li.active > a,
.rs-header-3 .menu-area .rs-menu li.active > a,
.rs-header-4 .menu-area .rs-menu li.active > a,
.rs-header .menu-area .rs-menu li a:hover,
.rs-header-2 .menu-area .rs-menu li a:hover,
.rs-header-3 .menu-area .rs-menu li a:hover,
.rs-header-4 .menu-area .rs-menu li a:hover {
    color: #ff3115 !important;
}

.rs-header-2 {
    position: absolute;
    width: 100%;
    z-index: 999;
}

    .rs-header-2 .menu-area {
        padding: 30px 0;
    }

        .rs-header-2 .menu-area .rs-menu .nav-menu {
            text-align: right;
        }

            .rs-header-2 .menu-area .rs-menu .nav-menu > li > a {
                color: #ffffff;
            }

                .rs-header-2 .menu-area .rs-menu .nav-menu > li > a:hover {
                    color: #ff3115;
                }



.home5 .rs-header .main-menu .rs-menu ul {
    /*text-align: right;
    margin-right: 6%;*/
    /*border-radius: 19px;*/
   margin-left: 6%;
    z-index: 30;
}

.home5 .rs-header .main-menu .rs-menu > ul > li > a:hover {
    /*color: #00bcd4;*/
    color: white;
}


.home5 .rs-header .main-menu .rs-menu ul li a:hover,
.home5 .rs-header .main-menu .rs-menu ul li.active a,
.home5 .rs-header .main-menu .rs-menu ul li.current-menu-item > a:hover {
    /*color: #92278f !important;*/
    color: #fff !important;
    font-weight: bold;
    z-index: 1;
}

.home5 .rs-header .main-menu .rs-menu ul li.current-menu-item > a {
    color: #fff !important;
    font-weight: bold;
    z-index: 1;
}

.home5 .rs-header .main-menu .nav-expander {
    font-size: 20px;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: block;
    color: #92278f;
    position: absolute;
    right: 15px;
    top: 26px;
}

    .home5 .rs-header .main-menu .nav-expander:hover {
        transform: scale(1.1);
        color: #ff3115;
    }

.home5 .rs-header .sticky {
    background: #fff;
}

.instructor-home .rs-header .main-menu .rs-menu > ul > li > a {
    color: #505050;
}
.home5 .rs-footer {
    color: #756d6d;
}

.menu-sticky.sticky {
    background: #111111;
    position: fixed !important;
    top: 0px;
    z-index: 999;
    margin: 0 auto !important;
    padding: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-name: sticky-animation;
    animation-name: sticky-animation;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .menu-sticky.sticky .main-menu {
        position: static;
    }

.rs-header-2 .menu-sticky1.sticky1 .nav-menu > li > a {
    height: 80px;
    line-height: 80px;
}

#nav-close {
    transition: all 0.3s ease 0s;
}

    #nav-close:hover {
        background-color: #ff3115;
        border-color: #ff3115;
        color: #fff;
    }

@-webkit-keyframes sticky-animation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes sticky-animation {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.slider .slide-content {
    position: absolute;
    left: 0;
    top: -4%;
    color: #fff;
    width: 100%;
    height: 100%;
    /*z-index: 8;*/
}

    .slider .slide-content .slider-title {
        font-size: 36px;
        color: #fff;
        margin-bottom: 15px;
        -webkit-animation-duration: 1.4s;
        animation-duration: 1.4s;
        text-transform: uppercase;
        text-align: left;
    }

    .slider .slide-content .slider-desc {
        font-weight: 500;
        margin-bottom: 30px;
        font-size: 20px;
    }

#rs-slider .slide-content .sl-readmore-btn {
    border: 2px solid #101010;
    background: #101010;
    display: inline-block;
    padding: 12px 25px;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s ease 0s;
}

html,
body {
    font-size: 16px;
    color: #505050;
    font-family: 'Roboto Condensed', sans-serif;
    vertical-align: baseline;
    line-height: 26px;
    font-weight: 400;
    overflow-x: hidden;
    margin-left: 1px;
    margin-right: 1px;
}

p {
    margin: 0 0 12px;
    font-size: 18px;
    font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #212121;
    margin: 0 0 20px;
    font-weight: 700;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

a {
    color: #f8f9fa;
    transition: all 0.3s ease 0s;
    text-decoration: none !important;
    outline: none !important;
}

    a:active,
    a:hover {
        text-decoration: none;
        outline: 0 none;
        color: white;
    }

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
    /*height: auto;*/
}

::selection {
    background: #ff3115;
    text-shadow: none;
    color: #ffffff;
}

.sec-spacer {
    padding: 100px 0;
}

.sec-color {
    background-color: #f9f9f9;
}

.home5 .sec-title h2 {
    color: #50505a;
}

.home5 .sec-title:after {
    background: #92278f;
}

.home5 .sec-title.white-text p {
    color: #ffffff;
}

.sec-title-2 {
    position: relative;
}

    .sec-title-2 h2 {
        position: relative;
        font-size: 30px;
        line-height: 24px;
        margin-bottom: 25px;
        padding-bottom: 26px;
        text-transform: uppercase;
    }

        .sec-title-2 h2:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            height: 3px;
            width: 100px;
            background: #ff3115;
        }

    /*.sec-title-2 .view-more {
        position: absolute;
        right: 0;
        bottom: 0;
    }

        .sec-title-2 .view-more a {
            font-weight: 700;
            font-size: 14px;
        }*/

    .sec-title-2.text-center h2:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .sec-title-2.text-right h2:after {
        left: auto;
        right: 0;
    }

    /*.sec-title-2.text-right .view-more {
        right: auto;
        left: 0;
    }*/

    .sec-title-2 p {
        margin-bottom: 0;
        font-size: 16px;
    }
    .nav-menu > li > a {
    font-size: 14px;
    font-weight: 600;
}

.home1 .logo-area {
    padding-top: 3px;
}

.home1 .rs-menu li i {
    margin-right: 0;
    color: #ff3115;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
}

    .home1 .rs-menu li i:hover {
        color: #e41f05;
    }

.home1 .menu-area .rs-menu > ul > li > a {
    color: #bbbbbb;
}

    .home1 .menu-area .rs-menu > ul > li > a:hover,
    .home1 .menu-area .rs-menu li.current_page_item > a {
        color: #ff3115 !important;
    }

.home1 .menu-area {
    background: #212121;
}
.shagun-logo h2 {
    font-size: 47px;
    font-family: -webkit-body;
    color: #434aa7;
}

    .shagun-logo h2 span {
        font-size: small;
        margin-left: 25px;
    }
    .emblem {
    width: 243px;
    margin-top: 6px;
    float: left;
}

.shagun-logo {
    width: 100%;
    float: right;
    /*margin-top: 10px;*/
    /*margin-left: -25px;*/
    margin-top: 19px -1px;
}

.col4 {
    display: -webkit-box;
    font-size: 11px;
    margin-left: 2%;
}

.col2 {
    margin-left: -7%;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
 .rs-footer a {
    color: #f8f9fa;
    transition: all 0.3s ease 0s;
    text-decoration: none !important;
    outline: none !important;
}

 .access-type ul {
    display: -webkit-box;
}
 .lang {
    display: -webkit-box;
    font-size: 11px;
}
 .lang ul {
    margin-right: 7%;
}