body
{
    font-family: Roboto;
    font-size: 15px;
    line-height: 27px;
    color: #696666;
    font-weight: 300;
    overflow-x: hidden;
    background-color: #FFF;
}
h4, h5, h6, h1, h2, h3
{
    line-height: 27px;
    font-weight: 300;
    margin: 0px;
    padding: 0px;
}
ul
{
    padding: 0px;
    margin: 0px;
}
a, a:hover
{
    color: #ED2814;
    text-decoration: none;
}

/*menu_div css start*/

div#overlay
{
    display: none;
}
.menu_div
{
    background: #f3f3f3;
    border-bottom: 2px solid #ff0000;
}
a#toggle
{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    right: 20px;
    border-radius: 2px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: #fff;
    text-align: center;
    color: #9F0B00;
    display: none;
    transition: all ease-out 0.3s;
    font-size: 110%;
}
a#toggle i
{
   /* position: relative;
    top: 50%;
    transform: translateY(-50%);*/
    line-height: 30px;
}
#menu ul
{
    margin: 0;
    padding: 0;
    text-align: right;
}
#menu ul li
{
    display: inline-block;
    position: relative;
}
#menu > ul > li > a
{
    display: inline-block;
    padding: 26px 0px 26px 30px;
    text-decoration: none;
    font-size: 100%;
    cursor: pointer;
    color: #fff;
    font-weight: 400;
}
#menu ul li a:hover, #menu ul li a:focus, #menu ul li a:active
{
    background: none;
    color: #ffb9b3;
    outline: none;
}
#menu > ul > li > a > i, #menu > ul > li > ul > li > a > i
{
    margin-right: 5px;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}
.right_menu_dropdown ul
{
    left: auto !important;
    right: 0px;
}
#menu ul li ul
{
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    position: absolute;
    top: 100%;
    left: 18px;
    min-width: 200px;
    max-width: 500px;
    z-index: 9999;
    text-align: left;
    white-space: nowrap;
    z-index: 9999;
    text-align: left;
    border-top: 2px solid #9F0B00;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, -webkit-transform 0.35s;
    -ms-transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, -15px, 0);
    -moz-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    -o-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
    box-shadow: rgb(140, 140, 140) 0px 3px 9px;
}
#menu ul li:hover > ul
{
    display: block;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    opacity: 1;
    padding: 0;
}
#menu ul li ul ul
{
    left: 100%;
    top: 0;
}
#menu ul li ul li
{
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}
#menu ul li ul li:last-child
{
    border-bottom: none;
}
#menu ul li ul li a
{
    background: #fff !important;
    border-left: none;
    border-right: none;
    border-bottom: none;
    font-size: 90%;
    border-top: none !important;
    text-align: left;
    padding: 7px 15px;
    color: #9F0B00 !important;
    display: block;
    font-weight: 400;
}
#menu ul li ul li a:hover
{
    color: #fff !important;
    background: #9F0B00 !important;
}
#menu ul li ul li a:before
{
    display: none;
}
#menu .active_txt a
{
    background: none; /* color: #fff; */
    color: #ffb9b3;
    position: relative;
    border-top: none;
}
/*menu_div css end*/

/*header and banner css start*/

.res_logo
{
    /* margin-top: 0; */
    /* z-index: 1; */
    position: absolute;
    z-index: 1;
    background: #fff;
    /* top: -1px; */
    padding:10px;
}

.res_logo a
{
       display: block; 
}

.res_logo img
{
  /*  border-radius: 5%;*/
}

.fixed-header
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    box-shadow: rgb(140, 140, 140) 0px 3px 9px;
    z-index: 100;
}

.fixed-header .res_logo
{
    /* margin-top: 10px; */
    /* margin-bottom: 12px; */
    box-shadow: rgb(140, 140, 140) 0px 3px 9px;
}

/*.fixed-header .res_logo a
{
    width: 40%;
    display: block;
}*/

.fixed-header #menu > ul > li > a
{
    /*padding: 27px 0px 20px 30px;*/
}

.menu
{
    /*background: #111;*/
    background: #9F0B00;
    min-height: 80px;
    margin-bottom: 0;
    border-radius: 0px;
    border:none;
}
.menu .navbar-nav > li > a
{
    font-size: 110%;
    color: #fff;
    padding: 30px 19px 30px 19px;
}
.dropdown-toggle
{
    position: absolute !important;
    right: 0;
    top: 38px !important;
    padding: 0 !important;
}
.fixed-header .dropdown-toggle
{
    top: 48px !important;
}
.menu .navbar-default
{
    background: none;
    border: none;
    margin: 0px;
}
.caret-up
{
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}
.navbar-collapse.collapse
{
    padding: 0px;
}
.menu .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .menu .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus
{
    background: none;
    color: #fff;
}
.dropdown-menu
{
    width: 190px;
}
.dropdown-menu > li > a
{
    color: #ED2814;
    padding: 6px 20px;
    line-height: 22px;
    white-space: normal;
}
.dropdown-menu
{
    top: 80%;
}
/*.fixed-header .res_logo img {
    width: 70%;
}*/
.fixed-header .navbar-nav > li > a
{
    padding: 40px 19px;
}
.menu .nav > li > a:hover, .menu .nav > li > a:focus
{
    background: none;
    color: #fff;
}
.banner
{
    position: relative;
}
/*header and banner css start*/
/*about us css start*/

.aboutus
{
    background-image: url(../img/about_bg.png);
    background-repeat: repeat;
    padding-top: 80px;
    padding-bottom: 100px;
    position: relative;
}
/*.about_circle h2 {
    width: 200px;
    height: 200px;
    border: 2px solid #ED2814;
    border-radius: 50%;
    font-size: 250% !important;
    color: #333;
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 44px;
    display: inline-block;
    margin-bottom: 30px;
}*/
.about_txt
{
    font-size: 100%;
    line-height: 30px;
    width: 60%;
    margin: 0px auto 0px;
}
/*.about_txt p {
    margin: 40px auto 0px;
    padding-left: 105px;
    padding-right: 105px;
}*/
.aboutus:before
{
    content: '';
    position: absolute;
    bottom: -77px;
    left: 0;
    height: 43%;
    width: 51%;
    background: #fff;
    -webkit-transform: skew(0deg, 6deg);
    -moz-transform: skew(0deg, 6deg);
    -ms-transform: skew(0deg, 6deg);
    -o-transform: skew(0deg, 6deg);
    transform: skew(0deg, 6deg);
    border-top: 2px solid #9F0B00;
}
.aboutus:after
{
    content: '';
    position: absolute;
    bottom: -76px;
    right: 0;
    height: 43%;
    width: 50%;
    background: #fff;
    -webkit-transform: skew(0deg, -6.1deg);
    -moz-transform: skew(0deg, -6.1deg);
    -ms-transform: skew(0deg, -6.1deg);
    -o-transform: skew(0deg, -6.1deg);
    transform: skew(0deg, -6.1deg);
    border-top: 2px solid #9F0B00;
}

/*about us css end*/
/*main title css start*/

.heading h2
{
    font-size: 300%;
    color: #333;
    padding-bottom: 75px;
    z-index: 1;
    position: relative;
}
/*main title css end*/
/*about award and core values css end*/
.about_sushrut
{
    position: relative;
    background-color: #9F0B00;
    padding-bottom: 50px;
}

.about_sushrut:before
{
    content: '';
    width: 50%;
    position: absolute;
    top: 1px;
    left: 0px;
    background-color: #fff;
    bottom: 1px;
}

.about_award
{
    padding-top: 80px;
    padding-bottom: 90px;
}

/*.about_sushrut {
    padding-top: 80px;
    padding-bottom: 80px;    
    
    border-top: 1px solid #9F0B00;
    border-bottom: 1px solid #9F0B00;
    overflow: hidden;
}*/

.about_sushrut .about_img img
{
    margin-top: 15%;
}


.about_award .res_about_txt p:first-child , .core_values .res_about_txt p:first-child
{
    padding-top: 80px;
}

.sushrut_info
{
    padding-left: 40px;
}
.sushrut_info h2
{
    color: #fff;
    font-size: 300%;
    z-index: 1;
    position: relative;
    margin: 50px 0px 40px;
    line-height: 45px;
}

.res_about_txt .heading h2
{
    color: #fff;
}

.about_sushrut p
{
    padding-bottom: 25px;
    text-align: justify;
    color: #fff;
}
.core_values
{
    background-image: url(../img/about_bg.png);
    background-repeat: repeat;
    padding-top: 90px;
    padding-bottom: 70px;
    position: relative;
}
.core_values::before
{
    content: "";
    background: url(../img/border-2.png);
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 5px;
}

.core_values p
{
    padding-right: 20px;
}

.about_award img 
{
  border: 2px solid #E0E0E0;  
 }
.core_values img
{
   height: auto; display: inline;
    border: 2px solid #E0E0E0;
}

.about_award img
{
  /*  margin-top: 12px;*/
}

.core_values img
{
    margin-top: 8px;
}

.core_values .owl-pagination
{
    display: none;
}

.core_values .owl-buttons
{
    position: absolute;
    top: 50%;
    width: 100%;
}

.core_values .owl-theme .owl-controls .owl-buttons div
{
    background: #fff;
    margin-top: 0;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0;
    opacity: 1;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    border-radius: 0;
    position: absolute;
    color: #F31D39;
}

.core_values .owl-prev
{
    left: 0px;
}

.core_values .owl-next
{
    right: 0px;
}

.core_values .owl-theme .owl-controls .owl-buttons div:hover
{
    background: #F31D39;
    color: #fff;
}

/*about award and core values css end*/
/*Congratulations and winner css start*/

.winn
{
    padding: 65px 0 65px;
}
.winn h3
{
    font-size: 270%;
} 
.winners
{
    padding-top: 90px;
    padding-bottom: 90px;
    background: #FFFFFF; /*background: #F5F5F5;*/
}
.winners .nav-tabs 
{
    border-bottom: none;
    /* background: #f7f8f4; */
    /* text-align: center; */
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
}
.winners .nav-tabs>li 
{
    float: none;
    margin-bottom: 0;
    display: inline-block;
}
.winners .nav>li>a 
{
    padding: 15px 70px 15px 70px;
    border-radius: 0;
    font-weight: 500;
    color: #9F0B00;
    cursor: pointer;
}
.winners .nav-tabs>li.active>a, .winners .nav-tabs>li.active>a:hover, .winners .nav-tabs>li.active>a:focus 
{
    background-color: #9F0B00;
    border: 1px solid #9F0B00;
    color: #fff;
    cursor: default;
}
.winners .nav>li>a:hover, .winners .nav>li>a:focus 
{
   background:transparent;
   border-color:transparent;
}
.winners .tab-content 
{
    padding: 20px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 14.4px;
    border-top: 2px solid #9F0B00;
}
.winners .tab-content h4
{
    font-weight: 500;
    color: #333;
    margin-bottom: 20px; 
}
.winners .winnerlistdiv
{
    margin-bottom:10px;
}
.winners .tab-content .winnersname
{
   /* width: 200px;
    float: left; 
    padding-right:20px;*/
    position:relative;
}
.winners .tab-content .winnersname strong
{
    font-weight: 500;
    display: block;
    color: #4C4C4C;
    line-height: 24px; 
}
.winners .tab-content .winnersname b
{
    position: absolute;
    right: 0px;
    top: 0;   
}
/*.winners .winnerlistdiv 
{
    display: flex;
    margin-bottom:10px;
}*/
/*Congratulations and winner css end*/
/*Award Categories css start*/

.categories
{
    padding-top: 85px;
    padding-bottom: 70px;
    text-align: center;
}
.categories_div
{
    float: none;
    display: inline-table;
    width: 32%;
}
.restmenuwrap
{
    box-shadow: inset 0 0 0 8px #fff, inset 0 0 0 11px #eee, 0 4px 20px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
    pointer-events: auto;
    padding: 22px 20px 22px 26px;
    background: linear-gradient(141deg, #FFFFFF 0%, #F3F3F3 80%);
    opacity: 1;
    height: 245px;
    margin-top: 45px;
    margin-bottom: 22px;
    text-align: left;
}
.ribbon
{
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    margin-bottom: 18px;
    margin-top: -45px;
    right: 0;
}
.ribbon h3
{
    display: inline-block;
    height: auto;
    line-height: 15px;
    width: 100%;
    padding: 15px 10px 15px 10px;
    position: relative;
    left: 0;
    top: 0;
    color: #fff;
    border-radius: 0px 0px 0 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    font-size: 110%;
    margin: 0;
    line-height: 25px;
    text-align: center;
    font-weight: 400;
}
.blue_patch
{
    border-top: 1px solid #ED2814;
    border-bottom: 1px solid #ED2814;
    background: #ED2814;
}
.ribbon h3::before
{
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -11px;
    z-index: -10;
    border: 5px solid;
    display: none;
}
.ribbon .blue_patch::before
{
    border-color: #a61c0c transparent transparent transparent;
}
.ribbon h3::before
{
    left: 0;
}
.restitem p
{
    margin-bottom: 10px;
}
/*Award Categories css end*/
/*media center css start*/

.media
{
    background-image: url(../img/about_bg.png);
    background-repeat: repeat;
    padding-top: 95px;
    padding-bottom: 110px;
    position: relative;
}
.media::before
{
    content: "";
    background: url(../img/border-2.png);
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 5px;
}
div.tab-container
{
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #fff;
    margin-top: 20px; /* margin-left: 50px; */
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
    opacity: 1;
}
div.tab-menu
{
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}
div.tab-menu div.list-group
{
    margin-bottom: 0;
    border-right: 1px solid #e6e6e6;
}
div.tab-menu div.list-group > a.active, div.tab-menu div.list-group > a.active .glyphicon, div.tab-menu div.list-group > a.active .fa
{
    background-color: #9F0B00;
    background-image: #5A55A3;
    color: #ffffff;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus
{
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #94410B;
}
div.tab-menu div.list-group > a
{
    margin-bottom: 0;
}
div.tab-menu div.list-group > a .glyphicon, div.tab-menu div.list-group > a .fa
{
    color: #9F0B00;
}
div.tab-menu div.list-group > a:first-child
{
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}
div.tab-menu div.list-group > a:last-child
{
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}
.list-group-item h4
{
    font-size: 190%;
    display: block;
    padding-bottom: 10px;
}
.media div.tab-content
{
    background-color: #ffffff;
    padding-left: 0;
    padding-top: 26px;
}
.media div.tab div.tab-content:not(.active)
{
    display: none;
}
.media .news_box
{
    padding: 0;
    overflow-y: scroll;
    height: 420px;
}

.tab-content .box_event
{
    background: #fff;
    height: auto;
    overflow: hidden;
    border-bottom: 4px solid #9F0B00;
    border-left: 1px solid #F5F5F5;
    border-right: 1px solid #F5F5F5;
    border-top: 1px solid #F5F5F5;
}
.box_event .thumbnail
{
    padding: 0px;
    border: none;
    margin-bottom: 0px;
}
.box_event .thumbnail img
{
    width: 100%;
    height: 192px;
}
.tab-content .caption
{
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    bottom: 0px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background: #fff;
    padding-top: 36px;
    height: 212px;
    text-align: center;
}
.tab-content .caption:hover
{
    bottom: 40px;
}
.tab-content .date_circle
{
    width: 80px;
    background: #fff;
    border-radius: 50%;
    color: #ED2E1B;
    padding-top: 7px;
    padding-bottom: 10px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto 0;
    top: -36px;
    z-index: 9;
}
.tab-content .text_circle
{
    font-size: 90%;
    word-break: break-word;
    color: #fff;
    background: #336633;
    width: 80%;
    margin: 0 auto;
    border-radius: 50%;
    padding-top: 13px;
    padding-bottom: 12px;
    line-height: 19px;
    text-align: center;
    font-weight: normal;
    line-height: 19px;
}
.tab-content .caption h4
{
    color: #444;
    font-size: 120%;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
}
.tab-content .caption .txt_desp
{
    color: #616060;
    font-size: 90%;
    line-height: 22px;
    margin-bottom: 0;
    margin-top: 17px;
    height: 126px;
}
.tab-content .read_btn
{
    background: #336633;
    color: #fff;
    padding-top: 9px;
    padding-bottom: 11px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
    font-size: 90%;
}
.tab-content .read_btn:hover
{
    background: #9F0B00;
    color: #fff;
}
.tab_content_inn .read_btn
{
    background: #333;
    color: #fff;
    padding: 9px 10px;
    border-radius: 4px;
    font-size: 90%;
}
.tab_content_inn .read_btn:hover
{
    background: #ED2814;
    color: #fff;
}
#innews-container, #press-container
{
    text-align: center;
    height: auto;
    width: 80%;
}
#innews-container
{
    margin: 30px auto 0;
}
#press-container
{
    margin: 30px auto 0;
}
#innews-container i, #press-container i
{
    font-size: 160%;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    margin-right: 5px;
    margin-left: 5px;
}
#innews-container i:hover, #press-container i:hover
{
    color: #333;
}
#innews a, #press a
{
    color: #333333;
    font-size: 100%;
}
#innews li, #press li
{
    padding: 10px 20px 15px 15px;
    text-align: left;
    border: 1px solid #9F0B00;
    margin-bottom: 18px;
}
#innews li.state, #press li.state
{
    font-size: inherit;
    margin: 0;
}
#innews span.author, #press span.author
{
    font-weight: 500;
    color: #9F0B00;
    display: inline-block;
    width: 100%;
    font-size: 120%;
    margin-bottom: 3px;
}
#innews span.hour, #press span.hour
{
    font-weight: 500;
    color: #565656;
    display: inline-block;
    width: 100%;
    font-size: 105%;
    margin-bottom: 6px;
}
#innews-infos-triangle, #press-infos-triangle
{
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 15px 16px 15px;
    border-color: transparent transparent #D21604 transparent;
    margin: 6px auto 0;
}
#innews-infos, #press-infos
{
    margin: auto;
    padding: 20px 12px 20px;
    color: #5A5A5A;
    box-shadow: 0px 2px 8px 1px rgba(221, 27, 66, 0.5);
}
#innews-infos .infos-hour, #press-infos .infos-hour
{
    font-size: 160%;
    font-weight: 700;
    margin-top: 34px;
    margin-bottom: 4px;
}
#innews-infos h4, #press-infos h4
{
    color: #F2F2F2;
    font-weight: 500;
}
#innews-infos .infos-text, #press-infos .infos-text
{
    text-align: left;
    font-size: 100%;
    line-height: 27px;
}
div.tab-menu div.list-group > a.active:after
{
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #9F0B00;
}
.tab-content ul.thumbnails
{
    margin-bottom: 0px;
    padding: 0px;
}
.tab-content .pager li a
{
    background-color: #223C78;
    border-radius: 15px;
    padding: 6px 15px 8px;
    border: 2px solid #fff;
    margin-bottom: 0;
}
.tab-content .pager li a:hover
{
    background-color: #E74C3C;
}
.tab-content .pager li
{
    padding-left: 0px;
}
.tab-content .pager li a i
{
    color: #fff;
}
.tab-content li
{
    list-style-type: none;
    padding-left: 22px;
    padding-right: 0px;
}
.list-group-item
{
    padding: 44px 8px;
    border: none;
}
.tab-content .control-box
{
    text-align: right;
    margin: 17px 0 0;
    position: absolute;
    right: 0;
    top: -35px;
    width: auto;
}
.tab-content .carousel-control
{
    background: #666;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px 0px;
    position: static;
    height: 30px;
    width: 15px;
    background: #FFF;
}
/*media center css end*/
/*photo and video gallery css start*/

.gallery
{
    padding-top: 90px;
    padding-bottom: 90px;
    background-image: url(../img/about_bg.png);
    background-repeat: repeat;
}
.tabs-menu
{
    clear: both;
    padding: 0;
    margin: 0;
    list-style-type: none;
    color: #ffffff;
    border-radius: 0;
    border: none; /* border-top: 1px solid #e6e6e6;     border-left: 1px solid #e6e6e6;     border-right: 1px solid #e6e6e6;*/
}
.tabs-menu li
{
    float: left;
    width: 20%;
}
.tabs-menu1 li
{
    float: none;
    width: auto;
    display: inline-table;
}
.tabs-menu li.active a
{
    background: #9F0B00;
    color: #fff;
}
.tab_content, .tab_content_inn
{
    display: none;
}
.tab_content.active, .tab_content_inn.active
{
    display: block;
}



.tabs-menu1 li.active a
{
    background: none;
    color: #9F0B00;
}

.tabs-menu1 li.active:after
{
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -3px;
    border-bottom: 2px solid #9F0B00;
}

.tabs-menu li a
{
    padding: 0;
    display: block;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    line-height: 24px;
    color: #9F0B00;
    padding: 15px 70px 15px 70px;
}
.tabs-menu strong
{
    /*  font-size: 18px;*/
    font-weight: 500;
}
.gallery_tab
{
    border-top: 3px solid #9F0B00;
    background-color: #fff;
    margin-top: 2px;
    width: auto;
    padding: 0;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.tabs-menu1
{
    clear: both;
    padding: 0;
    margin: 15px 15px 15px 15px;
    list-style-type: none;
    border-bottom: none; /* background: #F2F2F2; */ /* text-align: center; */
    border-bottom: 3px solid #F2F2F2;
}
.tab_div
{
    padding-top: 20px;
    padding-left: 15px;
    padding-bottom: 20px;
    padding-right: 15px;
}
.tabs-menu1 li a
{
    padding: 10px;
    display: block;
    color: #000000;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    font-weight: 400;
}
#portfolio
{
    width: 100%;
}
.portfolio-content
{
    display: inline;
    width: 100%;
}
.portfolio-menu
{
    display: inline;
    float: left;
    width: 100%;
    background: #F2F2F2;
    padding-left: 0;
}
.portfolio-menu ul
{
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}
.portfolio-menu ul li
{
    cursor: pointer;
    display: inline-block;
    font-size: 110%;
    margin: 0 0px;
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    color: #ED2814;
    padding: 15px 70px 15px 70px;
    border-radius: 2px;
}
.portfolio-menu ul li.active
{
    background: #111111;
    color: #fff;
}
.portfolio-container
{
    display: inline;
    float: left;
    margin-top: 1px;
    width: 100%;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-top: 2px solid #111;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}
.single-portfolio
{
    display: inline;
    float: left;
    padding: 9px;
    width: 25%;
    position: relative;
}
#mixit-container .mix
{
    display: none;
}
.portfolio-sec-hover
{
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
    transition: all 0.3s ease;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    padding: 5px;
}
.single-portfolio:hover .portfolio-sec-hover
{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.portfolio-title
{
    text-align: center;
    font-size: 100%;
    color: #fff;
}
.portfolio-sec-hover > span
{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.corner-top-left:before
{
    background-color: #fff;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 52px;
}
.corner-top-left:after
{
    background-color: #fff;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
    height: 52px;
}
.corner-top-right:before
{
    background-color: #fff;
    content: "";
    height: 1px;
    right: 0;
    position: absolute;
    top: 0;
    width: 52px;
}
.corner-top-right:after
{
    background-color: #fff;
    content: "";
    right: 0;
    position: absolute;
    top: 0;
    width: 1px;
    height: 52px;
}
.corner-bottom-left:before
{
    background-color: #fff;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 52px;
}
.corner-bottom-left:after
{
    background-color: #fff;
    content: "";
    left: 0;
    position: absolute;
    bottom: 0;
    width: 1px;
    height: 52px;
}
.corner-bottom-right:before
{
    background-color: #fff;
    content: "";
    height: 1px;
    right: 0;
    position: absolute;
    bottom: 0;
    width: 52px;
}
.corner-bottom-right:after
{
    background-color: #fff;
    content: "";
    right: 0;
    position: absolute;
    bottom: 0;
    width: 1px;
    height: 52px;
}
.portfolio-sec-hover-inner
{
    position: absolute;
    bottom: 45px;
    width: 100%;
    text-align: center;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.portfolio-sec-hover-inner a
{
    /*color: #fff;*/
    font-size: 200%;
    font-weight: bold;
}
.youtube
{
    position: relative;
    color: #E22C29;
}
.youtube i
{
    line-height: 0.5em;
    background: #fff;
    border-radius: 100px;
}
.btn-container
{
    margin-top: 30px;
}
.btn1
{
    position: relative;
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    padding: 7px 15px;
    border-radius: 30px;
    background-color: #008641;
}
.btn1:hover
{
    padding-right: 50px;
    color: #fff;
}
.btn1:hover i
{
    color: #fff;
    right: 18px;
    visibility: visible;
    opacity: 1;
}
.btn1 i
{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
/*photo and video gallery css end*/
/*testimonial css start*/

.testimonials
{
  /*  background-image: url(../img/about_bg.png);
    background-repeat: repeat;*/
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
.testimonials .tabbable-panel
{
    padding-top: 20px;
}
.testimonials div.tab-content
{
    padding-left: 0;
    padding-bottom: 15px;
    padding-right: 0;
    padding-top: 44px;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-top: 2px solid #9F0B00;
}

.testimonials #testimonial_slider
{
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.testimonials .tab-content li
{
    padding-left: 0px;
}
.testimonials .nav-tabs
{
    /* background: #111111;*/
    background: none;
}
.testimonials .nav-tabs > li
{
    float: none;
    display: inline-block;
    width: auto;
    text-align: center;
}
.testimonials .nav-tabs > li.active > a, .testimonials .nav-tabs > li.active > a:hover, .testimonials .nav-tabs > li.active > a:focus
{
    background: #9F0B00;
    color: #fff;
    border: none;
    margin-right: 0;
    border-radius: 0;
}
.testimonials .nav > li > a
{
    padding: 15px 70px 15px 70px;
    color: #9F0B00;
    background: none;
    border: none;
    font-weight: 500;
}

.testimonials .owl-pagination
{
    display: none;
}

.testimonials .owl-buttons
{
    position: absolute;
    top: 26%;
    width: 100%;
}

.testimonials .owl-theme .owl-controls .owl-buttons div
{
    background: #F31D39;
    margin-top: 0;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0;
    opacity: 1;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    border-radius: 0;
    position: absolute;
    color: #fff;
}

.testimonials .owl-prev
{
    left: -58px;
}

.testimonials .owl-next
{
    right: -58px;
}

.testimonials .owl-theme .owl-controls .owl-buttons div:hover
{
    background: #111111;
}

.testimonials .tab-content .item
{
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}

.testimonials .recent-causes .thumb
{
    width: 100%;
    height: auto;
    text-align: center;
}

.testimonials .recent-causes .thumb img
{
    display: inline;
    width: 100%;
    height: 100%;
}

/*testimonial css end*/
/*video css start*/

#brvideo a
{
    color: #008641;
    padding: 14px;
    display: inline-block;
    border: 1px solid #c6bdbd;
    text-decoration: none !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#brvideo a:hover, #brvideo a.selected
{
    color: #fff;
    background-color: #008641;
    border: 1px solid #008641;
    box-shadow: 0 1px 2px #666;
    -webkit-box-shadow: 0 1px 2px #666;
    -moz-box-shadow: 0 1px 2px #666;
}
#divData a a.selected
{
    background-color: #FCDADA !important;
    border: 1px solid #ff0000 !important;
}
.thumb-img
{
    float: left;
    margin-right: 15px;
}
.title-dv
{
    line-height: 22px;
    font-size: 100%;
    font-weight: 400;
}
#divTest a
{
    color: #111111;
    padding: 14px;
    display: inline-block;
    border: 1px solid #c6bdbd;
    text-decoration: none !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}
#divTest a:hover, #divTest a.selected
{
    color: #fff;
    background-color: #ED2814;
    border: 1px solid #ED2814;
    box-shadow: 0 1px 2px #666;
    -webkit-box-shadow: 0 1px 2px #666;
    -moz-box-shadow: 0 1px 2px #666;
}
#divTest a a.selected
{
    background-color: #FCDADA !important;
    border: 1px solid #ff0000 !important;
}
#brvideo a
{
    width: 31%;
    margin-bottom: 30px;
    margin-left: 5px;
    margin-right: 5px;
}
#divTest a
{
    width: 31%;
    margin-bottom: 30px;
    margin-left: 9px;
    margin-right: 9px;
}
/*video css end*/
/*social media icon start*/

.social_media_icon
{
    padding-top: 50px;
    padding-bottom: 50px;
}
.social_media_icon a
{
    display: inline-block;
    margin-right: 8px;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #fff;
    font-size: 130%;
    font-weight: 400;
    border: 1px solid transparent;
}
.social_media_icon a i
{
    line-height: 58px;
}
.social_media_icon .facebook
{
    background: #3B5998;
}
.social_media_icon .facebook:hover
{
    color: #3B5998;
    border: 1px solid #3B5998;
    background: #fff;
}
.social_media_icon .GooglePlus
{
    background: #DC493C;
}
.social_media_icon .GooglePlus:hover
{
    color: #DC493C;
    border: 1px solid #DC493C;
    background: #fff;
}
.social_media_icon .Twitter
{
    background: #2CAAE1;
}
.social_media_icon .Twitter:hover
{
    color: #2CAAE1;
    border: 1px solid #2CAAE1;
    background: #fff;
}
.social_media_icon .Youtube
{
    background: #E22C29;
}
.social_media_icon .Youtube:hover
{
    color: #E22C29;
    border: 1px solid #E22C29;
    background: #fff;
}
.social_media_icon .Linkedin
{
    background: #007BB6;
}
.social_media_icon .Linkedin:hover
{
    color: #007BB6;
    border: 1px solid #007BB6;
    background: #fff;
}
/*social media icon end*/
/*subscription_form css start*/

.subscription_form
{
    background-image: url(../img/sub_bg.jpg);
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.subscription_form input[type="text"]
{
    width: 80%;
    border: 1px solid #cccccc;
    border-radius: 2px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000;
    background: #fff;
    padding-right: 10px;
}
.subscribe_btn
{
    background: #fff;
    border: 1px solid #fff;
    outline: none;
    color: #9F0B00;
    font-size: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    border: none;
    font-weight: 400;
}
.subscribe_btn:hover
{
    background: #9F0B00;
    color: #fff;
}
/*subscription_form css end*/
/*footer css start*/

.footer
{
    background: #111;
    position: relative;
    border-top: 3px solid #9f0b00;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 100%;
}
.footer .container
{
    padding: 20px 0 20px;
    color: #fff;
}
.map_bg
{
    background-image: url("../img/map-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.footer span
{
    color: #fff;
    display: inline-block;
    line-height: 28px;
    clear: both;
    width: 100%;
}
.fb_iframe_widget, #twitter-widget-0
{
    width: 100% !important;
    height: 300px !important;
}
.footer .ida_txt
{
    font-weight: 700;
    color: #F6544A;
    padding-bottom: 13px;
    display: inline-block;
}
.copy
{
    background-color: #9F0B00;
    color: #fff;
    font-size: 100%;
    line-height: 45px;
    text-align: center;
}
.gototop
{
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #fff;
    position: absolute;
    margin-left: -30px;
    top: -35px;
    border-radius: 50%;
}
.gototop i
{
    color: #9f0b00;
    line-height: 70px;
}
.footer a, .footer a:hover
{
    color: #fff;
}
.footer h5 a
{
    color: #fff;
    padding: 0 0 10px 0;
    font-size: 16px; /*font-weight: 400;*/
    text-decoration: none;
}
.footer h5 a:before
{
    font-family: fontawesome;
    content: "\f105";
    margin-right: 8px;
    font-size: 90%;
    color: #fff;
}
/*footer css end*/

/******************************************
                   Contact Us
*****************************************/

.sub_title
{
    font-size: 20px;
    color: #56509F;
    padding-top: 20px;
    padding-bottom: 20px;
}

.add_txt
{
    color: #A7A7A7;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.inpute_box
{
    width: 100%;
    height: 40px;
    color: #A7A7A7;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #E8E8E8;
    outline: none;
    margin-top: 20px;
}

.inpute_box:focus, .textarea_box:focus
{
    border-top: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    border-bottom: 2px solid #333;
}

.textarea_box
{
    width: 100%;
    height: 220px;
    color: #A7A7A7;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #E8E8E8;
    outline: none;
    font-size: 15px;
    margin-top: 20px;
    padding-top: 10px;
}

textarea
{
    resize: none;
}
.read_btn
{
   /* background: #333;*/
   background:#d64136;
    color: #fff;
    padding-top: 9px;
    padding-bottom: 11px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
    font-size: 90%;
}
.read_btn:hover, .read_btn:focus
{
    background:#c9584f;
    color: #fff;
    text-decoration:none;
}
.modal .modal-title
{
    font-size: 130%;
    font-weight: 500;
    color: #ED2814;
}
/*****************************************
                //Contact Us
*****************************************/