@font-face {
    font-family: 'Raleway';
    src: url(../font/static/Raleway-ExtraLight.ttf);
    font-weight: 200;
}

@font-face {
    font-family: 'Raleway';
    src: url(../font/static/Raleway-Light.ttf);
    font-weight: 300;
}

@font-face {
    font-family: 'Raleway';
    src: url(../font/static/Raleway-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: 'Raleway';
    src: url(../font/static/Raleway-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: 'Raleway';
    src: url(../font/static/Raleway-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: 'Raleway';
    src: url(../font/static/Raleway-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: 'Raleway';
    src: url(../font/static/Raleway-ExtraBold.ttf);
    font-weight: 800;
}

@font-face {
    font-family: 'Raleway';
    src: url(../font/static/Raleway-Black.ttf);
    font-weight: 900;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway';
    color: #555;
}

h5 {
    font-weight: 600;
    color: #555;
}

p {
    font-family: 'Raleway';
    font-size: 14px;
    line-height: 23px;
    color: black;
    font-weight: 500;
}

.phead {
    color: #A62315;
    font-size: 20px;
}

strong {
    color: #4E4E4E;
}

body {
    font-family: 'Raleway';
    position: relative;
    background-color: #ECECEC;
}


/*===== underlines start =====*/

.underline {
    border-bottom: 2px solid #fc3a3a;
    padding-bottom: 7px;
}


/*===== underlines ends =====*/


/*===== navbar starts =====*/

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    /*left:-100%;*/
    left: -10rem;
    /* 10rem is the min-width of dropdown-menu */
    margin-top: -6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

nav li {
    font-weight: 600;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 13px;
}

.header{
    background-color: #fff;
    }
.header .logo-grey {
    display: none;
}

.header .nav-link {
    color: rgb(87 86 86) !important;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1;
    box-shadow: 0px 0px 11px #e8e8e8;
    z-index: 99;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.sticky .logo-white {
    display: none;
}

.sticky .logo-grey {
    display: inline-block;
}

.sticky .nav-link {
    color: rgb(87 86 86) !important;
}

.sticky .underline1 {
    display: none;
}

@media only screen and (max-device-width: 768px) {
    .header {
        position: static;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        background-color: #fff;
    }

    .header .logo-white {
        display: none;
    }

    .header .logo-grey {
        display: inline-block;
    }

    .header .underline1 {
        display: none;
    }

    .header .nav-item .nav-link {
        color: grey !important;
    }
    .header .logo-grey img{
            width: 225px !important;
    }

    .text-box h3 {
        font-size: 1em;
    }

    .sticky {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        background-color: #fff;
        border-bottom: 1px solid #f1f1f1;
        box-shadow: 0px 0px 11px #e8e8e8;
        z-index: 99;
        -webkit-animation: sticky 0.5s;
        -moz-animation: sticky 0.5s;
        -o-animation: sticky 0.5s;
        animation: sticky 0.5s;
        transition: transform .5s ease;
    }
    
    .greenbg {
    color: rgb(255, 255, 255);
    background-color: rgba(103, 174, 115, 0.61);
    padding: 0px 20px;
    letter-spacing: 0px;
    font-weight: 300;
    font-size: 35px !important;
    text-transform: none;
    line-height: 70px;
}

.yellowbg {
    color: rgb(255, 255, 255);
    background-color: rgba(243, 156, 18, 0.74);
    text-align: inherit;
    line-height: 20px;
    border-width: 0px;
    margin: 0px;
    padding: 10px;
    letter-spacing: 0px;
    font-weight: 800;
    font-size: 13px !important;
    min-height: 0px;
}

.transbg {
    color: rgb(255, 255, 255);
    padding: 0px 20px;
    letter-spacing: 0px;
    font-weight: 300;
    font-size: 35px !important;
    text-transform: none;
    line-height: 30px;
}

}


/*====courses page navbar===*/
.header1 {
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
}

.header1 .logo-white {
    display: none;
}

.header1 .nav-link {
    color: white !important;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1;
    box-shadow: 0px 0px 11px #e8e8e8;
    z-index: 99;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.sticky .logo-white {
    display: none;
}

.sticky .logo-grey {
    display: inline-block;
}

.sticky .nav-link {
    color: rgb(87 86 86) !important;
}

.sticky .underline1 {
    display: none;
}

@media only screen and (max-device-width: 768px) {
    .header1 {
        position: static;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        background-color: #fff;
    }

    .header1 .logo-white {
        display: none;
    }

    .header1 .logo-grey {
        display: inline-block;
    }

    .header1 .underline1 {
        display: none;
    }

    .header1 .nav-item .nav-link {
        color: grey !important;
    }

    .text-box h3 {
        font-size: 1em;
    }

    .sticky {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        background-color: #fff;
        border-bottom: 1px solid #f1f1f1;
        box-shadow: 0px 0px 11px #e8e8e8;
        z-index: 99;
        -webkit-animation: sticky 0.5s;
        -moz-animation: sticky 0.5s;
        -o-animation: sticky 0.5s;
        animation: sticky 0.5s;
        transition: transform .5s ease;
    }


}


/*===== navbar ends =====*/

/*===== carousel starts =====*/

.greenbg {
    color: rgb(255, 255, 255);
    background-color: rgba(103, 174, 115, 0.61);
    padding: 0px 20px;
    letter-spacing: 0px;
    font-weight: 300;
    font-size: 50px;
    text-transform: none;
    line-height: 70px;
}

.yellowbg {
    color: rgb(255, 255, 255);
    background-color: rgba(243, 156, 18, 0.74);
    text-align: inherit;
    line-height: 20px;
    border-width: 0px;
    margin: 0px;
    padding: 10px;
    letter-spacing: 0px;
    font-weight: 800;
    font-size: 20px;
    min-height: 0px;
}

.transbg {
    color: rgb(255, 255, 255);
    padding: 0px 20px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 100px;
    text-transform: none;
    line-height: 100px;
}

.carousel-control-next,
.carousel-control-prev {
    width: 5%;
}

.text-box {
    position: absolute;
    top: 50%;
    left: 10%;
    right: 15%;
    color: #000;
    transform: translateY(-50%);
}

.text-box h3 {
    color: white;
    text-transform: uppercase;
    font-weight: 200;
}

.text-box h3 strong {
    font-weight: 700;
}

/*===== carousel ends =====*/


/*===== footer starts =====*/

footer {
    background-color: #2B2B2B;
}

footer h5 {
    color: white;
}

footer p {
    margin-bottom: 10px;
    font-size: 13px;
    color: white;
}

footer li a {
    color: white;
    font-weight: 500;
}

footer li a:hover {
    color: #BBB;
    text-decoration: none;
    font-weight: 500;
}

footer li p a {
    color: white;
    font-weight: 500;
}

footer li p a img {
    margin-left: 5px;
    margin-right: 10px;
}


.clear-fix {
    clear: both;
}

.tab-red{
    padding: 15px 10px;
    background-color: #FC3A3A;
    color: white;
}

.tab-red a{
    color: white;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
}

.tab-white{
    padding: 15px 10px;
    background-color: white;
    color: #929292;
    border-bottom: 1px solid #929292;
}

.tab-white a{
    color: #929292;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
}


.nobod{
    border: 0px !important;
}

.red {
    color: #A62315;
}

.tablinks{
    border: 0px;
    background-color: white;
    color: black;
    padding: 8px 16px;
}
.tab1 button.active{
    color: #FC3A3A;
}

.socialbar{
    background-color:#FC3A3A;
}
.socialbar a{
    color:white;
}