﻿
/**************css for header menu part*************/


.pageUp {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 1000;
    opacity: 0;
}
.fusion-text img {
    
    width: 100%;
    aspect-ratio: 4 / 5;
}
.affix.pageUp {
    opacity: 1;
}

.mymenu {
    margin-left: 12%;
}

.dataTables_filter {
    float: right;
}

.kokilafont {
    font-family: Kokila;
}

    .kokilafont li a {
        font-family: Kokila;
        font-size: 22px !important;
        font-weight: 600 !important;
        line-height: 0;
    }

.form-inline {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.multiselect-container > li > a {
    padding: 0;
    font-size: 13px;
}

.btn-group > .btn:first-child {
    margin-left: 0;
    width: 100%;
    overflow: hidden;
    padding: 16px 0;
}

.multiselect-selected-text {
    margin-top: -10px;
    display: block;
    margin-bottom: 7px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #e31e24;
}

.multiselect-selected-text b.caret {
    margin-left: 0;
    opacity: 0;
}

.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 200px;
    width: 100%;
    overflow: auto;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    float: left;
}

.myspace {
    width: 100%;
    float: left;
    max-height: 80px;
    min-height: 75px;
    font-family: Kokila !important;
    /* background-color: #000; */
    color: #000;
    /* padding-top: 11px; */
    /* box-shadow: #000 0 0 5px; */
    text-align: center;
}

    .myspace h4 {
        margin-bottom: 0;
        color: #e31e24;
        font-size: 24px;
    }

    .myspace label {
        font-size: 18px;
    }

.mobivrn {
    display: none;
}

.deskvrn {
    display: block;
}

.mobiplus {
    float: right;
    font-size: 20px;
    position: absolute;
    top: 0;
    z-index: 30;
    color: #fff;
    right: 0;
    border-left: #fff solid 2px;
    padding: 6px 10px;
}

.myimage {
    float: left;
    width: 17%;
    margin: 0 10px 10px 0;
}

.headImg {
    height: 150px;
}

.logotxt {
    margin: 0px;
    font-weight: 600;
    color: #E31E24;
    font-size: 35px;
    margin-top: 30px;
    margin-left: -45px;
}

.logoqut {
    background: none;
    border: none;
    font-size: 28px;
    margin: 0px;
    font-weight: 600;
    color: #5F5D5D;
}

.myphoto {
    width: 75%;
    margin: 10px auto;
    text-align: center;
    /*border: #000 solid 1px;
    box-shadow: #000 0 0 5px;*/
}

    .myphoto img {
        height: 250px;
    }


.MultiMenu #dvMenuBind > li {
    display: inline-block;
    border-right: 2px solid #fff;
}

.top_menu {
    /*background: #fff;*/
    /*background:url(../Image/head.jpg);*/
    /*background-size:100%;*/
    padding: 8px 0px;
}

#dvMenuBind li {
    float: left;
    /*background: url(../images/line.jpg) 0 5px no-repeat;*/
}

/*#dvMenuBind li.first-child {
        float: left;
        background: none;
    }*/


#dvMenuBind > li > .sub1 > li {
    margin: 0;
    border-top: 1px solid white;
    padding: 5px;
    position: relative;
    width: 100%;
    background: #e31e24;
}

    #dvMenuBind > li > .sub1 > li a {
        position: relative;
        color: #fff;
        font-size: 18px;
        display: block;
        font-family: Kokila;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        transition: all .2s ease-out;
        left: 0;
        text-transform: capitalize;
    }

        #dvMenuBind > li > .sub1 > li a:hover {
            color: #000;
            text-decoration: none;
            background: none;
            -webkit-transition: all .2s ease-out;
            -moz-transition: all .2s ease-out;
            transition: all .2s ease-out;
        }



    #dvMenuBind > li > .sub1 > li > .sub2 {
        position: absolute;
        left: 100%;
        top: -2%;
        /*top: 0%;*/
        width: 100%;
        z-index: 2;
        display: none;
        background: #ffffff;
        /*padding: 10px 0px;*/
        z-index: 21;
        /*border: 1px solid #00A10F;*/
        list-style: none;
        padding: 0px;
    }

        #dvMenuBind > li > .sub1 > li > .sub2 > li {
            margin: 0;
            border-top: 1px solid #00A10F;
            position: relative;
            width: 100%;
            background: #fff;
        }

            #dvMenuBind > li > .sub1 > li > .sub2 > li > a {
                color: #337AC6;
            }

.SubMenu .log_btn {
    /*border: 1px solid;*/
    border-radius: 0 10px 0 10px;
    padding: 6px 25%;
    box-shadow: 1px 2px 5px 0px rgb(240, 188, 185);
    background-color: #e31e24;
    height: auto;
    width: auto;
}

.SubMenu {
    position: relative;
}

ul.userhovr {
    position: absolute;
    background-color: #fff;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    box-shadow: #000 0 0 5px;
    top: 100%;
    z-index: 50;
    display: none;
}

    ul.userhovr li {
        padding-left: 5px;
        line-height: 30px;
        border-bottom: #f5f5f5 solid 1px;
    }

        ul.userhovr li a {
            display: block;
            font-size: 13px;
        }

            ul.userhovr li a:hover {
                color: red;
            }

.SubMenu:hover ul.userhovr {
    display: block;
}

@media(max-width: 767px) {
    #dvMenuBind > li > .sub1 > li > .sub2 {
        position: absolute;
        left: 30%;
        top: 100%;
        width: 100%;
        z-index: 2;
        display: none;
        background: #ffffff;
        /*padding: 10px 0px;*/
        z-index: 21;
        border: 1px solid #00A10F;
        list-style: none;
        padding: 0px;
    }

    .logotxt {
        margin-left: 0;
    }
}
/************** Social icon ***************/
.SocialList {
    margin-top: 10px;
    text-align: center;
}

.widgetSocialList {
    float: right;
}

    .widgetSocialList li {
        display: inline-block;
        float: left;
        margin-left: 10px;
        line-height: 30px;
    }

.widgetSocialList {
    list-style: none;
    padding: 0;
    margin-top: 50px;
}

    .widgetSocialList li a {
        background-color: #3a93ef;
        /* background-color: #000000; */
        border-radius: 50%;
        color: #fff;
        display: table-cell;
        height: 30px;
        position: relative;
        text-align: center;
        transition: all .5s ease 0s;
        vertical-align: middle;
        width: 30px;
    }

        .widgetSocialList li a::before {
            color: #fff;
            display: inline-block;
            font-family: FontAwesome;
            font-size: 18px;
            text-rendering: auto;
        }

        .widgetSocialList li a.facebook::before {
            content: "\f09a";
        }

        .widgetSocialList li a.facebook {
            background-color: #47649E;
        }

        .widgetSocialList li a.twitter::before {
            content: "\f099";
        }

        .widgetSocialList li a.twitter {
            background-color: #5EA9DD;
        }

        .widgetSocialList li a.google-plus::before {
            content: "\f0d5";
        }

        .widgetSocialList li a.google-plus {
            background-color: #DC4B3E;
        }

        .widgetSocialList li a.instagram::before {
            content: "\f16d";
        }

        .widgetSocialList li a.instagram {
            background-color: #325C86;
        }

        .widgetSocialList li a.pinterest::before {
            content: "\f0d2";
        }

        .widgetSocialList li a.pinterest {
            background-color: #BD081C;
        }

        .widgetSocialList li a.linkedin::before {
            content: "\f0e1";
        }

        .widgetSocialList li a.linkedin {
            background-color: #1060a6;
        }

@media(min-width:768px) {
    .SocialList {
        float: right;
        margin-top: 0;
    }
}

@media(max-width:767px) {
    .marginTop100 {
        margin-top: 10px;
    }

    .widgetSocialList {
        margin-top: 20px;
    }
}


/************Index welcome part**************/

.heading1 {
    font-size: 27px;
    font-weight: 500;
    color: #e31e24;
    text-align: center;
}

.Content p {
    text-align: center;
    font-size: 16px;
}

.datafile img {
    background: #f9f9f9;
}



/*************Index Gallery part************/
.Galler_data h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

.Activity_data {
    border: 1px solid #E31E24;
    padding: 10px;
}

    .Activity_data .item img {
        text-align: center;
        width: 100%;
    }

.Activity_text {
    padding: 10px;
}

    .Activity_text p {
        text-align: justify;
        font-size: 16px;
    }

.heading2 {
    font-size: 30px;
    font-weight: 500;
    color: #e31e24;
    text-align: left;
}

.latest-events .events {
    margin: 8px auto;
}


/*.Events {
    background: rgba(255,242,216,.3);
}*/



.events a {
    font-size: 18px;
    font-weight: 400;
    color: #545454;
}

.full_img {
    float: left;
    margin-top: 20px;
}

.index_news {
    border: 1px solid #E31E24;
    padding: 10px;
    width: 100%;
    float: left;
    background-color: #fff;
}

    .index_news ul {
        height: 250px;
        overflow: hidden;
    }

        .index_news ul li {
            position: relative;
            padding-left: 85px;
            text-align: justify;
            margin-bottom: 20px;
            line-height: 20px;
            float: none;
            min-height: 100px;
        }

.textimg {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 20px;
    display: block;
}

.index_news ul li span {
    font-size: 14px !important;
}

.index_news ul li a {
    font-size: 16px;
    font-weight: 600;
}

/*.Publication_data img {
    width: 100%;
    display: block;
}*/
.mymenuleft {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

    .mymenuleft h4 {
        text-align: left;
        background-color: #e31e24;
        color: #fff;
        border-bottom: #fff solid 1px;
        padding: 10px 5px;
        margin: 0;
    }

    .mymenuleft li {
        text-align: left;
        border-top: #fff solid 1px;
        background-color: #58595b;
        width: 100%;
        float: none;
    }

        .mymenuleft li a {
            color: #fff;
            display: block;
        }

            .mymenuleft li a:hover, .mymenuleft li.active a, .mymenuleft li.active a:hover, .mymenuleft li.active a:focus {
                color: #000 !important;
            }

.fade.in {
    opacity: 1;
    display: block;
}

.fade {
    opacity: 0;
    transition: .5s ease;
    display: none;
}
/***************pages style of News and events***********/
.navstyl > li {
    width: 50%;
}

    .navstyl > li > a {
        width: 100%;
        background: #848484;
        color: #fff;
        font-size: 22px;
        font-weight: 600;
    }

        .navstyl > li > a:hover, .navstyl > li > a:focus {
            text-decoration: none;
            background-color: #333;
            border-color: none;
        }

    .navstyl > li.active a, .navstyl > li.active > a:hover, .navstyl > li.active > a:focus {
        width: 100%;
        background: #E31E24;
        color: #fff;
    }


.trangle:before {
}

/*.navstyl > li.active::after {
            content: '';
            width: 21px;
            display: block;
            margin: 1px 0px;
            border-top: 21px solid transparent;
            float: right;
            position: relative;
            left: 100%;
            position: absolute;
            bottom: -1%;
            border-bottom: 21px solid transparent;
            border-left: 25px solid #E31E24;
        }*/

.tabdata h4 {
    margin: 5px;
    font-size: 20px;
    font-weight: 600;
    color: #E31E24;
}

.tabdata .mnth {
    font-size: 16px;
    font-weight: normal;
}

.tabdata .date {
    font-size: 16px;
    font-weight: normal;
}

.contentbox {
    border-bottom: 1px solid;
}

/***************Inner pages style start***********/
.pageheading1 {
    background-color: #00A10F;
    margin-bottom: 20px;
}

    .pageheading1 h1 {
        margin: 0;
        color: #fff;
        font-size: 24px;
        line-height: 40px;
        padding: 0 15px;
        text-align: center;
    }


.page-header {
    border-bottom: 0 none;
    margin: inherit;
    padding-bottom: inherit;
}

    .page-header h2 {
        font-family: 'Open Sans', sans-serif;
        border-top: 2px solid #000000;
        /*color: #00A10F;*/
        font-size: 24px;
        line-height: 28px;
        /*margin-bottom: 35px !important;
    margin-top: 10px;
    padding: 20px 0 0;*/
        position: relative;
        text-align: center;
        text-transform: inherit;
        font-weight: 400;
        margin-bottom: 25px;
        padding: 8px 0px 5px;
        background: #878787;
        color: #ffffff;
    }

        .page-header h2::before {
            background: #FFF2D8 none repeat scroll 0 0;
            content: "";
            height: 5px;
            left: 49%;
            margin-left: -40px;
            position: absolute;
            top: -1px;
            width: 100px;
        }

.Section_One p {
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    word-spacing: 3px;
    /*line-height: 22px;*/
}

.paddingTop0 {
    padding-top: 0 !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: transparent;
}

.contentbg {
    /*background: #fff;*/
    width: 100%;
    float: left;
    padding: 15px;
    /*box-shadow: 0px 0px 5px -1px #ddcfcf;*/
}

.subpoint {
    font-size: 18px;
    margin: 5px auto;
    font-weight: 600;
    color: #E31F25;
    margin: 0px;
}

.heightset {
    min-height: 226px;
}

.headline2 {
    position: relative;
    font-size: 28px;
    padding: 10px;
    background: #E31E24;
    /*background: linear-gradient(#f5f5f5, #e5e5e5);*/
    box-shadow: 0 -1px 0 rgba(255,255,255,.8) inset;
    text-shadow: 0 1px 0 #fff;
    margin: 0px auto;
    color: #fff;
}

    .headline2:before,
    .headline2:after {
        position: absolute;
        left: 0;
        bottom: -14px;
        content: '';
        border-top: 15px solid #E31E24;
        border-left: 15px solid transparent;
    }

    .headline2:before {
        border-top: 15px solid #E31E24;
        border-right: 15px solid transparent;
        border-left: none;
        left: auto;
        right: 0;
        bottom: -14px;
    }

ul.advisorylist {
    text-align: left;
    padding-top: 10px;
}

.advisorylist li {
    color: #58595b;
    display: block;
    padding-left: 20px;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
}

    .advisorylist li:before {
        position: absolute;
        left: 60px;
        display: block;
        font-family: FontAwesome;
        content: '\f138';
        color: #58595b;
        transition: all 0.2s linear 0s;
        -webkit-transition: all 0.2s linear 0s;
        -moz-transition: all 0.2s linear 0s;
        -o-transition: all 0.2s linear 0s;
    }

    .advisorylist li:hover {
        text-indent: 5px;
    }



.headline3 {
    position: relative;
    font-size: 28px;
    padding: 10px;
    background: #E31E24;
    /* background: linear-gradient(#f5f5f5, #e5e5e5); */
    box-shadow: 0 -1px 0 rgba(255,255,255,.8) inset;
    text-shadow: 0 1px 0 #fff;
    margin: 0px auto;
    color: #fff;
    display: fiex;
}

    .headline3:before,
    .headline3:after {
        position: absolute;
        left: 0;
        bottom: -14px;
        content: '';
        border-top: 15px solid #E31E24;
        border-left: 15px solid transparent;
    }

    .headline3:before {
        border-top: 15px solid #E31E24;
        border-right: 15px solid transparent;
        border-left: none;
        left: auto;
        right: 0;
        bottom: -14px;
    }

.headline4 {
    position: relative;
    font-size: 28px;
    padding: 10px;
    background: #E31E24;
    /*background: linear-gradient(#f5f5f5, #e5e5e5);*/
    box-shadow: 0 -1px 0 rgba(255,255,255,.8) inset;
    text-shadow: 0 1px 0 #fff;
    margin: 20px auto;
    color: #fff;
    display: inline-block;
}

    .headline4:before,
    .headline4:after {
        position: absolute;
        left: 0;
        bottom: -14px;
        content: '';
        border-top: 15px solid #E31E24;
        border-left: 15px solid transparent;
    }

    .headline4:before {
        border-top: 15px solid #E31E24;
        border-right: 15px solid transparent;
        border-left: none;
        left: auto;
        right: 0;
        bottom: -14px;
    }

.cordination {
    width: 100%;
    float: left;
    border: 1px solid red;
}

.newtblstyl > thead > tr > th {
    background: #999;
    color: #fff;
}

.newtblstyl > thead > tr > th, .newtblstyl > tbody > tr > td {
    padding: 3px;
    text-align: left;
}

.kishorimg img {
    margin-bottom: 10px;
}

.advisory_list {
    width: 100%;
    float: left;
    margin: 30px auto;
}

.member_list h6 {
    font-size: 14px;
    font-weight: 600;
    color: #e31e24;
}



.committe {
    background: #fff;
    float: left;
    margin: 2px;
    padding: 5px;
    width: 100%;
    border: 1px solid red;
    text-align: center;
}

    .committe h4 {
        margin: 0px;
    }

    .committe:hover {
        /*box-shadow: 0px 0px 10px 0px red;*/
        box-shadow: 0px 0px 10px 0px #f38787;
    }


.Section_Three .Lt .Title {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    color: #00A10F;
    text-align: left;
    padding: 0% 0% 1%;
    line-height: 22px;
    font-weight: 400;
}

.Section_Three .Lt p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #58595b;
    text-align: justify;
    padding: .5% 0%;
    line-height: 24px;
}

.Section_Three p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #58595b;
    text-align: justify;
    padding: .5% 0%;
    line-height: 24px;
}

.Section_Three .Rt {
    width: 100%;
}

.ColorR {
    color: #E31F25;
}

/**************Form Page style***************/

/*IPAD STYLES*/

@media screen and (max-width: 640px) {
    table[class=containerClass] {
        width: 400px !important;
    }

    .index_news {
        height: auto !important;
    }

    img[class=boxImageWidth] {
        width: 36px;
        height: 459px;
    }

    img[class=boxImageWidth2] {
        width: 35px;
        height: 459px;
    }

    table[class=footer] {
        width: auto;
        clear: both;
    }

    table[id=footer2] {
        float: left;
    }

    td[class=padd] {
        padding-left: 22px !important;
    }

    td[class=topPadd] {
        padding-top: 15px !important;
    }
}

@media only screen and (max-width: 480px) {
    table[class=containerClass] {
        width: 300px !important;
    }

    table[class=footer] {
        width: auto;
        clear: both;
    }

    <br > table[id=footer2] {
        float: left;
    }

    td[class=padd] {
        padding-left: 22px !important;
    }

    td[class=topPadd] {
        padding-top: 15px !important;
    }
}




/***********aim- Objective***********/

.parallax {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    /*padding: 15% 0;*/
    padding: 5% 0;
    position: relative;
}



.mission_box {
    margin: 20px 0px;
    padding: 10px;
    background: rgba(255,255,255,.9);
    position: relative;
    height: 210px;
    box-shadow: 1px 0px 4px 9px rgba(0,161,15,.6);
}

    .mission_box h3 {
        text-align: center;
        color: #000;
        font-size: 28px;
        font-weight: bold;
        margin: 5px;
    }

    .mission_box ul li::before {
        content: "\f054";
        /*color: #EEC60C;*/
        color: #00A10F;
        font-family: FontAwesome;
        display: inline-block;
        margin-right: 5px;
    }

    .mission_box ul li {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        color: #58595b;
        text-align: justify;
        padding: 0 0 2%;
        padding: 0 0 1%;
        line-height: 24px;
        /*line-height: 1.2em;
    font-size: 18px;
    color: #000;*/
    }



/************Publications***********/

.vdo {
    border: 1px solid #393939;
    padding: 0;
    margin-bottom: 15px;
}

.ah {
    background-color: #FFF2D8;
    font-size: 16px;
    height: 40px;
    line-height: 20px;
    padding: 5px 0;
    text-align: center;
}

    .ah span {
        color: #393939;
        vertical-align: middle;
        text-align: center;
    }

.publi_book img {
    text-align: center;
}

/********************Activity section Singing pages***************/

.signing_box {
    margin: 20px 0px;
    padding: 10px;
    background: rgba(255,255,255,.9);
    position: relative;
    height: 260px;
    color: #58595b;
    box-shadow: 1px 0px 4px 9px rgba(0,161,15,.6);
}

    .signing_box h3 {
        text-align: center;
        color: #000;
        font-size: 28px;
        font-weight: bold;
        margin: 5px;
    }

    .signing_box ul li::before {
        content: "\f054";
        /*color: #EEC60C;*/
        color: #00A10F;
        font-family: FontAwesome;
        display: inline-block;
        margin-right: 5px;
    }

    .signing_box ul li {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        color: #58595b;
        text-align: justify;
        padding: 0 0 2%;
        padding: 0 0 1%;
        line-height: 24px;
        /*line-height: 1.2em;
    font-size: 18px;
    color: #000;*/
    }

.middle_head {
    font-size: 28px;
    margin-bottom: 22px;
    margin-top: 0px;
}

@media(max-width: 767px) {
    .signing_box {
        position: relative;
        height: auto;
    }
}

.painting_box {
    margin: 20px 0px;
    padding: 10px;
    background: rgba(255,255,255,.9);
    position: relative;
    height: 355px;
    color: #58595b;
    box-shadow: 1px 0px 4px 9px rgba(0,161,15,.6);
}

.story_box {
    margin: 20px 0px;
    padding: 10px;
    background: rgba(255,255,255,.9);
    position: relative;
    height: 285px;
    color: #58595b;
    box-shadow: 1px 0px 4px 9px rgba(0,161,15,.6);
}

@media(max-width: 767px) {
    .painting_box {
        position: relative;
        height: auto;
    }

    .story_box {
        position: relative;
        height: auto;
    }
}

.compt_grop h4 {
    font-size: 16px;
}

.note {
    padding: 20px 40px;
}

    .note ul {
        padding-left: 0px;
        list-style: none;
        font-size: 16px;
    }

.compt_grop ul li:before {
    content: none;
    background: none;
}

/**************Results pages**********/
.result_data tbody tr td h2 {
    font-size: 22px;
    margin: 0px;
    font-weight: 600;
    color: green;
}

.result_data tbody tr td h3 {
    font-size: 18px;
    margin: 4px auto;
}

.result_data tbody tr td p {
    font-size: 16px;
    padding-bottom: 0px;
    line-height: 14px;
}

/***********Contact us pages********/
.styled-input {
    /*float: left;*/
    margin: 1.5% 0 1rem;
    position: relative;
    border-bottom: 1px solid #757575;
    width: 100%;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.inputt:focus ~ span, textarea:focus ~ span {
    width: 100%;
    -webkit-transition: all 0.075s ease;
    transition: all 0.075s ease;
}

.inputt ~ span, textarea ~ span {
    display: block;
    width: 0;
    height: 3px;
    background: red;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.125s ease;
    transition: all 0.125s ease;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.inputt:focus ~ label, textarea:focus ~ label, .inputt:valid ~ label, textarea:valid ~ label {
    color: red;
    top: -1.90rem;
    -webkit-transition: all 0.125s ease;
    transition: all 0.125s ease;
}

.styled-input label {
    color: #999;
    padding: 0%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    pointer-events: none;
}

.contact_information .fa {
    color: red;
}

.contact_information .ci_box .con_head {
    font-size: 16px;
    margin-left: 0px;
}

.contact_information .ci_box span {
    margin-left: 32px;
    font-size: 14px;
}

.contact_information .ci_no span {
    font-size: 16px;
    position: absolute;
    margin: 0px 8px;
}

.contact_information .ci_email span {
    font-size: 16px;
    position: absolute;
    margin: 0px 5px;
}

@media(max-width:767px) {
    .contact_information .ci_box .con_head {
        font-size: 16px;
    }

    .contact_information .ci_box span {
        margin-left: 30px;
        font-size: 12px;
    }

    .contact_information .ci_no span {
        font-size: 14px;
        position: absolute;
        margin: 0px 8px;
    }

    .contact_information .ci_email span {
        font-size: 14px;
        position: absolute;
        margin: 0px 5px;
    }

    .styled-input {
        margin: 3.5% 0 1rem;
    }
}

@media(max-width:420px) {
    .styled-input {
        margin: 6.5% 0 1rem;
    }
}

/*******************Footer gallery part***********/

.Section_Six {
    width: 100%;
}
/*************common style********/
.pagesection {
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    word-spacing: 3px;
    /*font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #58595b;
    text-align: justify;
    padding: 0 0 2%;
    line-height: 28px;
    padding: 0 0 1%;
    line-height: 24px;*/
}

/*************Styles of gallery pages***********/
.page {
    width: 100%;
    margin: 0% auto;
    padding: 4% 0% 2%;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.19);
}

    .page .title {
        color: #9d0a0e;
        font-family: 'Open Sans', sans-serif;
        font-size: 28px;
        font-weight: 500;
        text-transform: uppercase;
        transition: all 0.3s ease 0s;
    }

        .page .title::after {
            background: #d3a647 none repeat scroll 0 0;
            content: "";
            display: block;
            height: 2px;
            left: 0;
            margin: 5px 0 25px;
            top: 0;
            width: 100px;
        }

.light_box {
    width: 100%;
}

    .light_box .gallery_box {
        width: 100%;
    }

        .light_box .gallery_box .thum {
            width: 100%;
            text-align: center;
        }

            .light_box .gallery_box .thum img {
                width: 100%;
                text-align: center;
            }

        .light_box .gallery_box .title {
            width: 100%;
            text-align: center;
            color: #666666;
            font-family: 'Open Sans', sans-serif;
            font-size: 14px;
            padding: 5% 0%;
            height: 70px;
            line-height: 22px;
            text-transform: inherit;
        }


/*******************style of testimonial pages*************/
.testimonial_box {
    width: 100%;
    background: #fff;
    color: #fff;
    float: left;
    box-shadow: 0px 0px 2px 3px rgba(0,161,15,.5);
}

.testi_txt {
    background: #00A10F;
    color: #fff;
    padding: 10px;
}

    .testi_txt p {
        color: #fff;
    }

.testi_all {
    width: 100%;
    float: left;
    padding: 10px 0px;
}

    .testi_all p {
        color: #58595b;
    }

/*****************style of login page***********/
.Login_part {
    background: #fff;
    /*box-shadow: 0px 0px 1px 2px #ddd;*/
    box-shadow: 0 2px 15px rgba(0,0,0,.1);
    padding: 0px 20px;
    margin: 30px 0px;
    border-radius: 5px;
}

    /*.login_btn {
    box-shadow: 0 2px 15px rgba(0,0,0,.1);
}*/

    .Login_part .Login_heading h1 {
        text-align: center;
    }

.Login_heading p {
    text-align: center;
}

.Login_heading h3 {
    margin: 0px;
}

.log_btn {
    background: #E31E24 !important;
    color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    border: none;
    font-weight: 500;
    border-radius: 0 10px !important;
    padding: 10px 20px;
    cursor: pointer;
}

.log-checkbox {
    width: 20px;
    height: 20px;
    position: relative;
    padding: 0px;
    float: left;
    border: 1px solid #cecece;
    background: #fff;
    margin: 2px 3px 0px 0px;
    border-radius: 3px;
}
/*.log-checkbox span {
    top: 50%;
    left: 50%;
    height: 5px;
    width: 10px;
    margin: -3px 0 0 -5px;
    border: 0 solid #1eb4e1;
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
    border-width: 0 0 2px 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}*/

/**********************Common Styles for pages*************/

.btn-primary {
    background: #e31e24;
    border-radius: 0px;
    color: #ffffff;
    border-color: red;
    position: relative;
    z-index: 1;
}

    .btn-primary::after {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        height: 100%;
        width: 0%;
        background: #ea0001;
        z-index: -1;
        transition: all 0.5s linear 0s;
        -moz-transition: all 0.5s linear 0s;
        -webkit-transition: all 0.5s linear 0s;
        -o-transition: all 0.5s linear 0s;
    }

    .btn-primary:hover::after {
        width: 100%;
    }

    .btn-primary:hover {
        background: #000;
        color: #ffffff;
        border-color: #000;
    }

    .btn-primary.focus, .btn-primary:focus {
        color: #fff;
        background-color: #000;
        border-color: #000;
    }

        .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary.focus:active, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
            color: #fff;
            background-color: #000;
            border-color: #000;
        }

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
    outline: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}






/*************Button style**************/
.btnstyl {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #ffffff;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 8px;
    border-radius: 5px;
    border: 2px solid #E31E24;
}


    .btnstyl::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #000;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .btnstyl:hover, .btnstyl:focus, .btnstyl:active {
        color: white;
    }

        .btnstyl:hover::before, .btnstyl:focus::before, .btnstyl:active::before {
            -webkit-transform: scale(1);
            transform: scale(1);
        }


.btnpostion {
    position: relative;
    bottom: 100px;
    padding: 8px 20px;
    left: 50px;
}





/***************Footer section**************/

.embed-heading {
    background: #e31e24;
    cursor: pointer;
    color: #ffffff;
}

.embed-responsive-16by3 {
    padding-bottom: 20%;
}


.footer-section {
    background: #4b4b4b;
    color: #ffffff;
    padding: 20px 0px;
}

.footer-menu ul li {
    padding: 3px;
}

    .footer-menu ul li a {
        color: #fff;
        font-size: 16px;
    }

.footer_bottom {
    background: #212121;
    color: #fff;
    line-height: 50px;
    width: 100%;
    float: left;
}
/*******style of Margin and Padding*******/
.paddingNone {
    padding: 0px;
}

.paddingAll20 {
    padding: 20px;
}

.paddingAll30 {
    padding: 30px;
}

.marginLeftMinus30 {
    margin-left: -35px !important;
}

.paddingAll40 {
    padding: 40px;
}

.paddingLeft20 {
    padding-left: 20px;
}

.paddingLeft30 {
    padding-left: 30px;
}

.paddingTopBottom10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.paddingTopBottom20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding0 {
    padding: 0;
}

.paddingTopBottom30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.marginRight10 {
    margin-right: 5px;
}

.marginLeft20 {
    margin-left: 20px;
}

.marginLeft30 {
    margin-left: 30px;
}

.marginNone {
    margin: 0;
}

.marginBottom0 {
    margin-bottom: 0;
}

.marginTop5 {
    margin-top: 5px;
}

.marginTop0 {
    margin-top: 0px !important;
}

.marginTop10 {
    margin-top: 10px;
}

.marginTop15 {
    margin-top: 15px;
}

.marginTop20 {
    margin-top: 20px;
}

.marginTop30 {
    margin-top: 30px;
}

.marginTop50 {
    margin-top: 50px;
}

.marginTop60 {
    margin-top: 60px;
}

marginTop70 {
    margin-top: 70px;
}

.marginTop80 {
    margin-top: 80px;
}

.marginTop100 {
    margin-top: 100px;
}

.marginBottom5 {
    margin-bottom: 5px;
}

.marginBottom10 {
    margin-bottom: 10px;
}

.marginBottom15 {
    margin-bottom: 15px;
}

.marginBottom20 {
    margin-bottom: 20px;
}

.marginBottom30 {
    margin-bottom: 30px;
}

.marginLeft5 {
    margin-left: 5px;
}

.marginLeft10 {
    margin-left: 10px;
}

.marginLeft15 {
    margin-left: 15px;
}

.marginLeft20 {
    margin-left: 20px;
}

.marginLeft30 {
    margin-left: 30px;
}

.marginLeft50 {
    margin-left: 50px;
}

.marginRight5 {
    margin-right: 5px;
}

.marginRight10 {
    margin-right: 10px;
}

.marginRight15 {
    margin-right: 15px;
}

.marginRight20 {
    margin-right: 20px;
}

.marginRight30 {
    margin-right: 30px;
}

.marginTopBottom10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.marginTopBottom15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.marginTopBottom20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.marginTopBottom30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.marginLeftRight10 {
    margin-left: 10px;
    margin-right: 10px;
}

.owl-controls clickable {
    margin-top: 63px;
}

.marginLeftRight15 {
    margin-left: 15px;
    margin-right: 15px;
}

.marginLeftRight20 {
    margin-left: 20px;
    margin-right: 20px;
}

.marginLeftRight30 {
    margin-left: 30px;
    margin-right: 30px;
}

.paddingNone {
    padding: 0px;
}

.paddingLeft0 {
    padding-left: 0px;
}

.mydashbox {
    width: 100%;
    float: left;
    text-align: center;
    box-shadow: #000 0 0 7px;
    color: #e31e24;
    margin-bottom: 25px;
}

    .mydashbox a {
        display: block;
        padding: 8%;
        color: #e31e24;
    }

    .mydashbox h3 {
        margin-top: 10px;
    }

.leftmenu {
    width: 100%;
    float: left;
    box-shadow: #000 0 0 5px;
}

    .leftmenu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        border-top: #e31e24 solid;
    }

        .leftmenu ul li {
            float: none;
            padding-left: 35px;
            position: relative;
            line-height: 30px;
            border-top: #e31e24 solid 1px;
        }

            .leftmenu ul li .fa {
                position: absolute;
                left: 10px;
                line-height: 30px;
            }

            .leftmenu ul li a {
                display: block;
            }

                .leftmenu ul li a:hover {
                    color: #E31E24;
                }

.myprofile {
    width: 100%;
    float: left;
    padding: 20px;
    padding-top: 0;
    box-shadow: #000 0 0 10px;
}

.myboxshadw {
    line-height: 30px;
    float: left;
    font-size: 16px;
    width: 100%;
    border-bottom: #efefef solid 1px;
}

.mybordr {
    width: 100%;
    float: left;
    margin: 15px 0;
    height: 3px;
    background-color: #58595b;
}

.padding10 {
    padding: 10px;
}

.paddingTop10 {
    padding-top: 10px;
}

.paddingTop15 {
    padding-top: 15px;
}

.paddingTop20 {
    padding-top: 20px;
}

.paddingTop30 {
    padding-top: 30px;
}

.paddingBottom10 {
    padding-bottom: 10px;
}

.paddingBottom15 {
    padding-bottom: 15px;
}

.paddingBottom20 {
    padding-bottom: 20px;
}

.paddingBottom30 {
    padding-bottom: 30px;
}

.paddingLeft5 {
    padding-left: 5px !important;
}

.paddingLeft10 {
    padding-left: 10px;
}

.paddingLeft15 {
    padding-left: 15px;
}

.paddingLeft20 {
    padding-left: 20px;
}

.paddingLeft30 {
    padding-left: 30px;
}

.paddingRight5 {
    padding-right: 5px !important;
}

.padddingRight0 {
    padding-right: 0px;
}

.paddingRight10 {
    padding-right: 10px;
}

.paddingRight15 {
    padding-right: 15px;
}

.paddingRight20 {
    padding-right: 20px;
}

.paddingRight30 {
    padding-right: 30px;
}

.employee-active-2 {
    width: 100%;
    float: left;
}

    .employee-active-2 ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .employee-active-2 ul li {
            float: left;
            width: 47%;
            margin: 0 5px;
        }

            .employee-active-2 ul li a {
                background-color: #00A10F;
                padding: 10px 0;
                margin-top: 5px;
                text-decoration: none;
                display: block;
                width: 100%;
                text-align: center;
                color: #000;
            }

.mydivactv {
    display: block;
    position: relative;
    padding-left: 10px;
    padding: 2px 10px;
    background-color: #E31E24;
    color: #fff !important;
    line-height: 35px;
}

    .mydivactv:before {
        content: "\f0da";
        font-family: fontAwesome;
        position: absolute;
        font-size: 68px;
        top: 3px;
        right: -23px;
        opacity: 0;
        color: #e31e24;
    }

    .mydivactv:hover:before, .mydivactv:focus:before {
        opacity: 1;
    }

.mydiv {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}

    .mydiv li {
        line-height: 30px;
        background-color: #ececec;
        margin-bottom: 2px;
        float: none;
        border-bottom: none;
    }

        .mydiv li a {
            padding: 6px 10px;
            display: block;
            margin: 0;
        }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #ffffff;
    background: #e31e24;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: none !important;
}

@media screen and (max-width:768px) {
    .employee-active-2 ul li {
        float: left;
        width: 100%;
    }

    .employee-active ul li {
        float: left;
        width: 100%;
    }

    .employee-active-four ul li {
        float: none;
        width: 100%;
        margin: 0 5px;
    }

    .btnpostion {
        position: relative;
        bottom: 65px;
        padding: 8px 20px;
        left: 30px;
    }
}

@media screen and (max-width:420px) {

    .btnpostion {
        position: relative;
        bottom: 5px;
        padding: 8px 20px;
        left: 10px;
    }
}

.table-flow {
    width: 100%;
    overflow-x: scroll;
}

.myblok {
    position: relative;
    display: -webkit-box;
    font-family: Kokila;
}

.myimgbox {
    width: 100%;
    float: left;
}

.myplus {
    position: absolute;
    top: 40%;
    right: 0;
}

.boxcontent {
    width: 100%;
    float: left;
    font-family: Kokila;
}

    .boxcontent p {
        font-family: Kokila !important;
        font-size: 19px;
    }

.gallery {
    padding: 0px;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    font-family: Kokila;
    box-shadow: #000 0 0 7px;
}

.gallery a h4 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.hindifont {
    font-family: Kokila !important;
}

.gallery:hover {
    box-shadow: #E31E24 0 0 7px;
}

.gallery a {
    display: block;
    padding: 4px;
}

.gallery img {
    height: 140px;
}

.gallery ul {
    list-style: none;
}

    .gallery ul li {
        display: inline;
    }

    .gallery ul img {
        border: 5px solid #E31E24;
        padding: 5px;
    }

    .gallery ul a:hover img {
        border: 5px solid #ccc;
        color: #fff;
        padding: 5px;
    }

    .gallery ul a:hover {
        color: #fff;
    }

.Heading h3 {
    margin-top: 0px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #ffffff !important;
    background: #E31E24 none repeat scroll 0% 0%;
    border: 0px solid #ddd;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
    cursor: default;
    margin: 0px;
}

.nav-stacked > li.active::after {
    content: '';
    width: 21px;
    display: block;
    margin: 1px 0px;
    border-top: 19px solid transparent;
    float: right;
    position: relative;
    left: 100%;
    position: absolute;
    bottom: -1%;
    border-bottom: 21px solid transparent;
    border-left: 23px solid #E31E24;
}

.scrollimg {
    width: 100%;
    float: left;
    position: fixed;
    bottom: 0;
    left: 0;
}

.awardbg {
    width: 100%;
    float: left;
    background-color: red;
    color: #fff;
    padding: 10px 0;
    margin-bottom: 20px;
}

    .awardbg ul li {
        float: none;
    }

.galleryimg {
    width: 100%;
    float: left;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    box-shadow: #000 0 0 7px;
    margin-top: 30px;
    background-color: #fff;
}

    .galleryimg a {
        color: #e31e24;
    }

    .galleryimg h4 {
        font-size: 16px;
    }

.glryimg {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-bottom: 15px;
}

.glryimgzoom {
    width: 100%;
    float: left;
    transition: all 0.5s ease-in;
}

    .glryimgzoom img {
        height: 200px;
    }

.galleryimg a:hover {
    color: #3b3d94;
}

    .galleryimg a:hover .glryimgzoom {
        transform: scale(1.1) translateZ(0);
    }

.downloadboxbg {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 15px;
    border-radius: 3px;
    margin-top: 20px;
}

    .downloadboxbg ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .downloadboxbg ul li {
            float: none;
        }

            .downloadboxbg ul li a {
                color: #fff;
                float: right;
                background-color: #e31e24;
                padding: 6px 14px;
                border-radius: 30px;
            }

.homemenu {
    width: 100%;
    float: left;
    text-align: center;
}

    .homemenu ul {
        margin: 0;
        padding: 0;
    }

        .homemenu ul li {
            display: inline-block;
            border-right: 2px solid #fff;
            position: relative;
        }

            .homemenu ul li a {
                display: block;
                padding: 0px 10px;
                text-transform: capitalize;
                font-size: 14px;
                color: #ffffff;
                line-height: 40px;
                letter-spacing: 0.2px;
            }

            .homemenu ul li:hover ul {
                display: block;
            }

            .homemenu ul li ul {
            }

                .homemenu ul li ul li {
                    float: none;
                    width: 100%;
                    border: 0;
                }

                    .homemenu ul li ul li a {
                        color: #fff;
                        background-color: #e31e24;
                    }

.section-padding {
    padding: 30px 0 10px 0;
}

.about-text h3 {
    color: #444444;
    line-height: 1.4;
    border-left: #ed3237 solid 2px;
    padding-left: 20px;
    font-weight: 800;
    text-align: left;
}