
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
input[type='number'] {
    -moz-appearance:textfield;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}
img {
    width: 100%;
}

ul{
    list-style: none;
    padding: 0;
}

a{
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a:hover{
    text-decoration: none;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a:focus{
    text-decoration: none;
}


header{
   margin: 0px;
}
.header-top{
    margin: 0px;
    border-bottom: 1px solid #ededed;
}
.top-left{
    float: left;
    height: 37px;
}
.top-left ul{
    margin: 0px;
}
.top-left ul li{
    float: left;
    border-right: 1px solid #ededed;
    color: #878787;
    font-weight: 600;
    font-size: 12px;
    padding: 10px 15px;
}
.top-left ul li span{
    color: #434343;
    margin-left: 4px;
}
.top-left ul li span a{
    color: #434343;
}
.top-left ul li span a:hover{
    color: #21917b;
}
.top-right{
    float: right;
    padding: 0px 8px;
    height: 37px;
    border-right: 1px solid #ededed;
    border-left: 1px solid #ededed;
}
.top-social{
    margin: 0px;
}
.top-social ul{
    margin: 0px;
}
.top-social ul li{
    margin: 0px;
    float: left;
}
.top-social ul li a{
    margin: 0px;
    color: #b2b2b2;
    padding: 9px;
    float: left;
}
.fb:hover{
    color: #4867AA;
}
.tw:hover{
    color: #44c3f8;
}
.in:hover{
    color: #0177B5;
}
.header-main{
    margin: 18px 0 0;
}
.header-main-left{
    float: left;
}
.logo-icon{
    width: 60px;
    height: 64px;
    margin-right: 6px;
    float: left;
    background-image: url("../img/logo.png");
}
.header-main-left h1{
    color: #7a7a7a;
    float: left;
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    margin: 12px 0 0;
    text-transform: uppercase;
 }
.header-main-left h1 span{
    color: #df494a;
}
.header-main-left h2{
    color: #7a7a7a;
    float: left;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 21px;
    margin: 13px 0 0;
    text-transform: uppercase;
 }
.header-main-left h2 span{
    color: #df494a;
 }
.header-main-right{
    float: right;
    margin-top: 15px;
}
.valid{
    /*margin: -8px 0 15px;*/
}
.menu{
    margin: 0px 0 0;
}
.menu{
    margin: 0px;
}
.menu li{
    float: left;
    position: relative;
    height: 46px;
    border-left: 1px solid #d9d9d9;
}
.menu li a{
    color: #434343;
    font-size: 12px;
    font-weight: 600;
    padding: 14px 22px;
    text-transform: uppercase;
    margin-top: 0px;
    float: left;
    height: 46px;
}
.menu li a:hover{
    color: #42b596;
}
.menu li a:focus{
    color: #434343;
}
.active2{

    background: rgba(227,227,227,1);
    background: -moz-linear-gradient(top, rgba(227,227,227,1) 0%, rgba(245,245,245,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(227,227,227,1)), color-stop(100%, rgba(245,245,245,1)));
    background: -webkit-linear-gradient(top, rgba(227,227,227,1) 0%, rgba(245,245,245,1) 100%);
    background: -o-linear-gradient(top, rgba(227,227,227,1) 0%, rgba(245,245,245,1) 100%);
    background: -ms-linear-gradient(top, rgba(227,227,227,1) 0%, rgba(245,245,245,1) 100%);
    background: linear-gradient(to bottom, rgba(227,227,227,1) 0%, rgba(245,245,245,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#f5f5f5', GradientType=0 );

}
.cme{
    color: #1969db;
}
.cme:focus{
    color: #1969db;
}
.cme img {
    float: left;
    margin-top: -24px;
    padding: 0 0px 0 0px;
    width: auto;
    position: absolute;
}
.member-login{
    background-color: #df494a;
    border-radius: 2px;
    color: #fff;
    float: left;
    font-size: 13px;
    font-weight: 600;
    height: 37px;
    padding: 9px 16px;
    text-transform: uppercase;
}
.member-login:hover{
    background-color: #ca393a;
    color: #fff;
}
.member-login:focus{
    background-color: #df494a;
    color: #fff;
}
.user_login{
    background-color: #f5f5f5;
    border-radius: 2px;
    border: 1px solid #e8e8e8;
    color: #5e5e5e;
    float: left;
    font-size: 13px;
    font-weight: 600;
    height: 37px;
    padding: 9px 16px 9px 47px;
    text-transform: uppercase;
}
.user_login:hover{
    background-color: #e8e8e8;
}
.user_login:focus{
    background-color: #f5f5f5;
    color: #5e5e5e;
}
.my_page{
    background-color: #35AD95;
    border-radius: 2px;
    color: #fff;
    float: left;
    font-size: 13px;
    font-weight: 600;
    height: 37px;
    padding: 9px 16px;
    text-transform: uppercase;
}
.my_page:hover{
    background-color: #21917B;
    color: #fff;
}
.my_page:focus{
    background-color: #35AD95;
    color: #fff;
}
.member-login i{
    margin-right: 6px;
}
.social {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    float: left;
    height: 37px;
    margin: 0;
    padding: 0 4px;
}
.social i {
    color: #7b828c;
    float: left;
    font-size: 14px;
    padding: 10px 10px;
}

.header-main-right ul li {
    float: left;
    margin: 0 10px 0 0;
}

.menu li > ul{
    padding: 0;
    margin: 0px;
}


.header-container{
    margin-bottom: 20px;
}
/* ==== Slider Style === */


.img-fill {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    /*border-top: 5px solid #e2e3df;*/
    /*text-align: center*/
}

.img-fill img {
    height: 100%;
    min-width: 100%;
    position: relative;
    display: inline-block;
    max-width: none
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
}

.Grid1k {
    padding: 0 15px;
    max-width: 1200px;
    margin: auto;
}

.blocks-box,
.slick-slider {
    margin: 0 0;
    padding: 0!important;
}

.slick-slide {
    float: left /* If RTL Make This Right */ ;
    padding: 0px;
}


.Modern-Slider{
    position:relative;
}

.Modern-Slider .NextArrow{
    position:absolute;
    top:44%;
    right:2%;
    border-radius: 2px;
    width:36px;
    height:36px;
    background:#df494a;
    border:0 none;
    text-align:center;
    font:16px/35px FontAwesome;
    color:#fff;
    z-index:5;
    cursor: pointer;
}

.Modern-Slider .NextArrow:before{content:'';}

.Modern-Slider .PrevArrow{
    position:absolute;
    top:44%;
    left:2%;
    border-radius: 2px;
    width:36px;
    height:36px;
    background:#df494a;
    border:0 none;
    text-align:center;
    font:16px/35px FontAwesome;
    color:#fff;
    z-index:5;
    cursor: pointer;
}

.Modern-Slider .PrevArrow:before{content:'';}

.Modern-Slider .img-fill {
    /*height: 100vh;*/
    /*background:#000;*/
}

.Modern-Slider .img-fill:before {
    content: '';
    display: block;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:2;
    /*background:rgba(0,0,0,.50);*/
    position: absolute;
}

.Modern-Slider .img-fill img{
    /*filter:blur(5px);*/
}

.Modern-Slider .img-fill .info {
    position: absolute;
    left: 0px;
    width: 100%;
    z-index:3;
    bottom:38%;
    padding:0 20px;
}

.Modern-Slider .img-fill h3{
    color:#FFF;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    visibility:hidden;
    text-transform:uppercase;
}
.Modern-Slider .img-fill a{
    color:#FFF;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    visibility:hidden;
    text-transform:uppercase;
}

.Modern-Slider .img-fill h4{
    color:#FFF;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    visibility:hidden;
    text-transform:uppercase;
}

.Modern-Slider .img-fill p{
    max-width:580px;
    /*margin:auto;*/
    margin-top:15px;
    color:#FFF;
    /*height:66px;*/
    /*text-align:justify;*/
    overflow:hidden;
    visibility:hidden;
    /*text-transform:capitalize;*/
}

.Modern-Slider .slick-active h3{
    color: #353d47;
    font-family: arial,sans-serif;
    font-size: 1.6em;
    font-weight: 900;
    line-height: 1.4em;
    margin: 0 0 8px;
    text-align: center;
    width: 100%;
    white-space: normal;

    animation:fadeInDown 1s both 0.5s;
    visibility:visible;
}
.Modern-Slider .slick-active h4{
    color: #353d47;
    font-family: arial,sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px 0 26px;

    animation:fadeInDown 0.8s both 0.5s;
    visibility:visible;
}
.Modern-Slider .slick-active p{
    color: #6f757c;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;

    animation:fadeInUp 1s both 1s;
    visibility:visible;
}
.Modern-Slider .slick-active a{

    animation:fadeInUp 1s both 1.5s;
    visibility:visible;
}

/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}

.info h3{
    color: #fff !important;
    background-color: rgba(0,0,0,0.6);
    padding: 13px 22px;
    float: left;
}

/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
    width: 100%;
    min-height: 50px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
}
/* that serves as a mask. so you get a sort of padding both left and right */
.tickercontainer .mask {
    position: relative;
    width: 100%;
    overflow: hidden;
}
ul.newsticker { /* that's your list */
    position: relative;
    list-style-type: none;
    margin: 4px 0px 0px 0px;
    padding: 0;

}
/* important: display inline gives incorrect results when you check for elem's width */
ul.newsticker li {
    float: left;
    margin: 10px;
    color: #fff;
    padding: 0;
}
ul.newsticker li a{
    color: #fff;
}

ul.er-controls{
    list-style: none;
    display: inline-block;
    padding: 0;
}
ul.er-controls > li{
    display: inline-block;
    padding: 0 10px;
    background: #f0f0f0;
    margin: 5px;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
}
ul.er-controls > li:hover{
    background: #f5f5f5;
    cursor: pointer;
}
.alert{
    margin: 0px;
    background-color: #f7f7f7;
    border-radius: 0;
}
.alert-main{
    background-color: #35ad95;
}
.alert-title{
    width: 10%;
    height: 46px;
    text-align: center;
    text-transform: uppercase;
    background: #21917b none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 700;
    line-height: 45px;
}
.alert-slide{
    float: left;
    width: 90%;
    padding: 0 10px;
    height: 46px;
}
.tickercontainer{
    height: 46px;
}


.announcements{
    margin: 0px;
    padding: 32px 0px;
    border-right: 8px solid #efefef;
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 4px;
    background: #c3c3c3;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #35ad95;
}

.announcements > .columns > .owl-carousel > .owl-controls > .owl-nav{
    display: none;
}


.main_heading{
    font-size: 20px;
    color: #353d47;
    font-weight: 600;
    margin: 0px 0 0px 0;
    padding: 0 0 10px;
}
.under-line{
    width: 80px;
    height: 2px;
    background-color: #35ad95;
    float: left;
    margin-bottom: 5px;
}
.announcements-sec h2{
    color: #3ba6c7;
    margin: 0px 0 6px;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
}
.announcements-sec h3{
    color: #565656;
    margin: 0px 0 8px;
    font-size: 14px;
    font-weight: normal;
}
.announcements-sec p{
    color: #8a8a8a;
    margin: 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 23px;
}
.item.announcements-sec {
    margin: 0 -5px 0 0;
    border-right: 1px solid #d5d6d6;
    padding-right: 16px;
}
.owl-dots {
    margin-top: 30px;
}

.large-12.columns {
    margin-top: 20px;
}
.section{
    /*background-color: #f7f7f7;*/
    margin-bottom: 0px;
}

#marquee-vertical li a{
    font-size: 14px;
    color: #6f757c;
}
#marquee-vertical li{
    font-size: 14px;
    color: #6f757c;
    margin-bottom: 8px;
}
#marquee-vertical li{
    color: #fd7062;
    list-style-type: disc;
    margin-left: 16px;
    font-size: 16px;
}
.list-wrpaaer {
    margin-top: 20px;
}
.events{
    padding: 32px 0;
}
#marquee-vertical span{
    color: #8a8f94;
    font-size: 13px;
}
.view-all {
    border: 2px solid #df494a;
    border-radius: 50px;
    color: #df494a;
    float: left;
    font-size: 12px;
    font-weight: 600;
    height: 32px;
    margin: 0px 0 0;
    padding: 0px 18px;
    line-height: 29px;
    text-transform: uppercase;
}
.view-all:hover {
    border: 2px solid #df494a;
    background-color: #df494a;
    color: #fff;
}
.view-all:focus {
    color: #df494a;
    background-color: transparent;
}
.large-12 , .list-wrpaaer{
    height: 172px;
}
.heading{
    font-size: 26px;
    color: #454545;
    margin: 0 0 20px 0;
    text-align: center;
    font-weight: 600;
}
.line{
    width: 36px;
    height: 4px;
    background-color: #df494a;
    margin: 0px auto 25px;
}
p{
    color: #767676;
    font-size: 15px;
    line-height: 24px;
    margin: 0;
}
.about_sec{
    margin: 40px 0;
}
.about_sec p{
    margin: 0 0 18px;
}
.change-color{
    color: #df494a;
}

.readmore {
    border: 2px solid #df494a;
    border-radius: 50px;
    color: #df494a;
    float: left;
    font-size: 13px;
    font-weight: 600;
    margin: 0px 0 0;
    padding: 6px 20px;
    text-transform: uppercase;
}
.readmore:hover {
    border: 2px solid #df494a;
    background-color: #df494a;
    color: #fff;
}
.readmore:focus {
    color: #df494a;
    background-color: transparent;
}
.section_border{
    padding: 40px 0;
    background-color: #f7f7f7;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.cme-sec{
    margin: 0px;
    background-color: #0c9dda;
}
.cme-left{
    float: left;
    width: 50%;
}
.cme-left img{
    width: 100%;
    margin: 0px;
}
.cme-right{
    float: left;
    width: 50%;
    padding: 45px 40px;
}

.cme-right > h2 {
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    margin: 0;
}
.cme-right > p {
    color: #fff;
    margin: 20px 0;
}
.under-line-white {
    width: 20%;
    height: 2px;
    background-color: #fff;
    margin: 15px 0;
}
.explore {
    border: 2px solid #fff;
    border-radius: 50px;
    color: #505253;
    float: left;
    background-color: #fff;
    font-size: 13px;
    font-weight: 600;
    margin: 0px 0 0;
    padding: 8px 22px;
    text-transform: uppercase;
}
.explore:hover {
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
}
.explore:focus {
    color: #505253;
    background-color: #fff;
}
.section-bottom{
    margin: 0px;
    border-top: 1px solid #eee;
}
.bottom-sec{
    margin: 40px 0;
}
.bottom-sec h2{
    color: #454545;
    font-size: 20px;
    font-weight: 600;
    margin: 0px;
    padding-bottom: 10px;
}
.bottom-sec p{
    margin-bottom: 20px;
}
.under-line-light{
    width: 80px;
    height: 2px;
    background-color: #dddddd;
    margin-bottom: 20px;
}
.red{
    border: 2px solid #df494a;
    border-radius: 50px;
    color: #df494a;
    float: left;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    padding: 6px 20px;
    margin-right: 10px;
    text-transform: uppercase;
}
.red:hover {
    border: 2px solid #df494a;
    background-color: #df494a;
    color: #fff;
}
.red:focus {
    color: #df494a;
    background-color: transparent;
}
.green{
    border: 2px solid #3ab69a;
    border-radius: 50px;
    color: #3ab69a;
    float: left;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    padding: 6px 20px;
    text-transform: uppercase;
}
.green:hover {
    border: 2px solid #3ab69a;
    background-color: #3ab69a;
    color: #fff;
}
.green:focus {
    color: #3ab69a;
    background-color: transparent;
}
.hpb{
    margin: 0px;
}
.hpb img {
    width: 122px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.hpb-main{
    border-left: 1px solid #dddddd;
}
footer{
    margin: 0px;
}
.footer-main{
    background-color: #222222;
    padding: 30px 0;
}
.footer-nav{
    float: left;
}
.footer-nav p{
    color: #3ab69a;
    font-size: 13px;
}
.footer-nav p a {
    color: #fff;
    padding: 0 12px;
}
.footer-nav p a:hover {
    color: #df494a;
}
.footer-nav p span{
    color: #fff;
}
.footer-bottom{
    margin: 0px;
}
.footer-bottom-left{
    float: left;
}
.footer-bottom-right{
    float: right;
}
.footer-bottom-left img{
    float: left;
    width: 60px;
    margin: 10px 8px 10px 0;
}
.footer-bottom p{
    color: #616161;
    float: left;
    font-size: 13px;
    margin: 32px 0px 0 0px;
}
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
    background-color: #df494a;
    color: #fff;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #df494a;
}
#back-to-top.show {
    opacity: 1;
}




.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.menu ul {
    position: absolute;
    top: 47px;
    left: 0;
    z-index: 999;
    opacity: 0;
    clear: both;
    background: #1f2024;

    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;

    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
}

.menu li:hover > ul { opacity: 1; }

.menu ul li {
    height: 0;
    overflow: hidden;
    padding: 0;

    width: 100%;

    border-left: none;
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}

.menu li:hover > ul li {
    height: 40px;
    overflow: visible;
    padding: 0;
}

.menu ul li a {
    width: 250px;
    float: left;
    padding: 12px 20px !important;
    margin: 0;
    border: none;
    height: 40px;
    border-bottom: 1px solid #353539;
    color: #909191;
    /*line-height: 26px;*/
}

.menu ul li:last-child a { border: none;height: 40px; }


.toggle {
    margin: 5px 5px 0 0;
}

#menu-toggle{
    display: none;
}
.header-main-left h2{
    display: none;
}

.inner-top{
    background-color: #f0f0f0;
    border-bottom: 2px solid #e0e0e0;
    padding: 16px 0px;
}
.title{
    float: left;
    display: none;
}
.title h2{
    font-size: 24px;
    color: #3e3e3e;
    margin: 4px 0 0 0;
    font-weight: 600;
}
.breadcrumbs{
    float: left;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    margin: 12px 0 22px;
    padding: 0 0 10px;
}
.breadcrumbs ul{
    padding: 0px;
}
.breadcrumbs ul li{
    float: left;
    padding: 0px 5px;
    margin: 0;
    list-style: none;
    line-height: 22px;
}
.breadcrumbs ul li a{
    color: #767676;
    font-size: 13px;
}
.breadcrumbs ul li p{
    color: #df494a;
    font-size: 13px;
    margin: 0px;
    /*line-height: inherit;*/
}
.breadcrumbs ul li i{
    color: #767676;
    font-size: 13px;
    margin: 0px;
}
.in_this_section{
    background-color: #fbfbfb;
    border: 1px solid #e0e0e0;
}
.in_this_section_header{
    width: 100%;
    color: #3c3c3c;
    font-weight: 600;
    padding: 12px 15px;

    background: rgba(245,245,245,1);
    background: -moz-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(227,227,227,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,245,245,1)), color-stop(100%, rgba(227,227,227,1)));
    background: -webkit-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(227,227,227,1) 100%);
    background: -o-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(227,227,227,1) 100%);
    background: -ms-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(227,227,227,1) 100%);
    background: linear-gradient(to bottom, rgba(245,245,245,1) 0%, rgba(227,227,227,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e3e3e3', GradientType=0 );
}
.in_this_section ul{
    margin: 0;
}
.in_this_section ul li{
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ebebeb;
}
.in_this_section p{
    margin: 0 !important;
}
.in_this_section a{
    color: #5e5e5e;
    display: block;
    font-size: 14px;
    padding: 8px 15px;
}
.in_this_section a:hover{
    color: #df494a;
}
.in_this_section a:focus{
    color: #5e5e5e;
}
.active8{
    color: #df494a;
    border-left: 4px solid #df494a;
    font-size: 14px;
    padding: 8px 15px 8px 11px;
}
.inner{
    padding-bottom: 25px;
    /*min-height: 400px;*/
    min-height: 63vh;
}
.ad{
    margin: 20px 0px 30px;
}
.inner p{
    margin-bottom: 12px;
}
.sub-heading{
    color: #c7a35c;
    font-size: 16px;
    margin: 12px 0 15px;
    font-weight: 600;
}
.inner li{
    color: #767676;
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 12px 15px;
    list-style: circle;
}
.separate{
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.inner h4{
    font-weight: 600;
    font-size: 16px;
}
.download-pdf {
    background-color: #6e80b3;
    border-radius: 4px;
    color: #fff !important;
    font-size: 14px;
    padding: 8px 12px;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
}

.past{
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0;
    padding: 8px 0;
    width: 100%;
}
.partner{width: 395px;margin: 0px auto;}
.partner img{padding: 40px 0px}

.contact{
    margin-top: 25px;
}
.contact label{
    font-weight: 600;
}
.contact > .form-group > .form-control{
    border-radius: 0 !important;
    border-color: #ddd;
}
.submit{
    background-color: #df494a;
    border-radius: 50px;
    color: #fff;
    padding: 9px 20px;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    margin-top: 8px;
}
.submit:hover{
    background-color: #D03D3E;
    color: #fff;
}
.submit:focus{
    background-color: #df494a;
    color: #fff;
}
.map{
    width: 100%;
    float: right;
    height: 200px;
    margin: 0px 0px 14px 0px;
    border: 1px solid #eeeeee;
    padding: 10px;
}

/*.inner > .container > .row > .col-md-12 > .main_heading,.under-line{*/
    /*display: none !important;*/
/*}*/
/*.inner > .container > .row > .col-md-8 > .main_heading{*/
    /*display: none !important;*/
/*}*/

.ad {
    margin: 10px 0 15px;
}


.demo {
    margin: 4em auto;
}

.dataTables_length label {
    float: left;
    text-align: left;
}
.dataTables_length select {
    width: 75px;
}

.dataTables_filter label {
    float: right;
}

.dataTables_info {
    padding-top: 26px;
}

.dataTables_paginate {
    float: right;
    margin: 0;
}

table.table {
    clear: both;
    margin-bottom: 6px !important;
    max-width: none !important;
}
table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
}

table.dataTable th:active {
    outline: none;
}

/* Scrolling */
.dataTables_scrollHead table {
    margin-bottom: 0 !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.dataTables_scrollHead table thead tr:last-child th:first-child, .dataTables_scrollHead table thead tr:last-child td:first-child {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.dataTables_scrollBody table {
    border-top: none;
    margin-bottom: 0 !important;
}
.dataTables_scrollBody table tbody tr:first-child th, .dataTables_scrollBody table tbody tr:first-child td {
    border-top: none;
}

.dataTables_scrollFoot table {
    border-top: none;
}

/*
 * TableTools styles
 */
.table tbody tr.active td, .table tbody tr.active th {
    background-color: #08C;
    color: white;
}
.table tbody tr.active:hover td, .table tbody tr.active:hover th {
    background-color: #0075b0 !important;
}

.table-striped tbody tr.active:nth-child(odd) td, .table-striped tbody tr.active:nth-child(odd) th {
    background-color: #017ebc;
}

table.DTTT_selectable tbody tr {
    cursor: pointer;
    *cursor: hand;
}

.DTTT .btn {
    color: #333 !important;
    font-size: 12px;
}
.DTTT .btn:hover {
    text-decoration: none !important;
}

ul.DTTT_dropdown.dropdown-menu li:hover a {
    background-color: #0088cc;
    color: white !important;
}

/* TableTools information display */
.DTTT_print_info.modal {
    height: 150px;
    margin-top: -75px;
    text-align: center;
}
.DTTT_print_info h6 {
    font-weight: normal;
    font-size: 28px;
    line-height: 28px;
    margin: 1em;
}
.DTTT_print_info p {
    font-size: 14px;
    line-height: 20px;
}

/*
 * FixedColumns styles
 */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
table.DTFC_Cloned tr.even {
    background-color: white;
}

div.DTFC_LeftHeadWrapper table {
    margin-bottom: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

div.DTFC_LeftBodyWrapper table {
    border-top: none;
    margin-bottom: 0 !important;
}

div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
    border-top: none;
}

div.DTFC_LeftFootWrapper table {
    border-top: none;
}

.form-inline > .row {
    display: none;
}
.datatable2 > tbody > tr > td{
    border: none;
}

.datatable2 > tbody > tr{
    border: none;
}
.datatable2 > thead > tr > th{
    border: none;
}
.datatable2 > thead > tr{
    background-color: #aec298;
    border: 2px solid #aec298;
    border-bottom: none;
}
.datatable2 > thead > tr > th{
    color: #57614c;
}
.datatable2 > tbody{
    border: 4px solid #f1f0f0;
    border-top: none;
}

.datatable2 > tbody > tr > td,
.datatable2 > tbody > tr > th,
.datatable2 > tfoot > tr > td,
.datatable2 > tfoot > tr > th,
.datatable2 > thead > tr > td,
.datatable2 > thead > tr > th{
    padding: 16px;
}
.table-striped > tbody > tr:nth-of-type(2n+1){
    background-color: #f6f6f6;
}

.label{
    border-radius: 0;
    color: #fff;
    float: left;
    font-size: 12px;
    font-weight: 600;
    padding: 5px;
    text-align: center;
    width: 150px;
    text-transform: uppercase;
    margin: 15px 4px 4px 0;
}
.cme-lable{
    background-color: #df494a;
}
.certificate-lable{
    background-color: #dfba49;
}
.online-lable{
    background-color: #49df9a;
}
.national-lable{
    background-color: #b55172;
}
.regional-lable{
    background-color: #5179b5;
}
.international-lable{
    background-color: #5199b5;
}

.gradeX,.gradeY {
    cursor: pointer;
}

.filter_ok {
    /*border: 2px solid #df494a;*/
    border-radius: 2px;
    color: #fff;
    border: none;
    font-size: 13px;
    font-weight: 600;
    margin: 0px 0 0;
    padding: 10px 15px;
    text-transform: uppercase;
    background-color: #f5908d;
}
.filter_ok:hover {
    /*border: 2px solid #df494a;*/
    background-color: #dc7370;
    color: #fff;
}
.filter_ok:focus {
    color: #fff;
    background-color: #f5908d;
}
.close_evt {
    border: 1px solid #D2D2D2;
    border-radius: 2px;
    color: #AFAFAF;
    font-size: 13px;
    font-weight: 600;
    margin: 0px 0 0;
    padding: 9px 14px;
    text-transform: uppercase;
    background-color: #fff;
}

.select_year{
    float: left;
}
.select_year p {
    float: left;
    font-size: 14px;
    font-weight: 600;
    margin: 5px 10px 0 0;
    color: #555555;
}
.select_year > .form-group{
    float: left;
}
.demo{
    margin-top: 8px;
    margin-bottom: 10px;
}
.custom-check{
    float: left;
}
.filter{
    float: right;
}
.filter p {
    float: left;
    font-size: 14px;
    font-weight: 600;
    margin: 5px 10px 0 0;
    color: #555555;
}
.frame label {
    border: 2px solid rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    height: 20px;
    margin: 0;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    width: 20px;
}
.frame label.radio {
    border-radius: 100%;
}
.frame label.check {
    border-radius: 2px;
    float: left;
    margin-right: 10px;
    margin-top: 7px;
}
.frame label .fa {
    bottom: 0;
    left: 0;
    line-height: 20px;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transform: scale(0);
    transition: all 0.3s ease-in-out 0s;
}
.frame input:checked + label {
    background: #6ed0d0 none repeat scroll 0 0;
    border: medium none;
}
.frame input:checked + label .fa {
    opacity: 1;
    transform: scale(1);
}
.frame input {
    display: none;
}
.frame > span{
    color: #838383;
    margin-top: 7px;
    float: left;
}
.custom-check {
    margin-right: 10px;
}

.modal-content{
    border-radius: 0;
}
.modal-body.event-modal td {
    padding: 8px 0;
}
.event-modal p{
    color: #767676;
}
.event-modal p b{
    color: #333;
    font-weight: 600;
}
.padding{
    padding-right: 12px !important;
    padding-left: 12px !important;
}
.announc-sec{
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.announc-sec:last-child{
    border-bottom: none;
}

.event-head{
    background-color: #aec298;
}
.event-head h1{
    color: #57614c;
    font-weight: 600;
    font-size: 15px;
    margin: 0px;
    padding: 15px 0;
}
.event-main{
    border: 4px solid #F1F0F0;
    border-top: none;
}
.event-main p{
    margin-bottom: 0;
    padding: 15px 0;
    font-size: 14px;
}
.view{
    padding: 16px 0px;
}
.event-main p span{
    color: #3ba6c7;
}

.gradeX:nth-of-type(2n+1){
    background-color: #F6F6F6;
}
.gradeY:nth-of-type(2n+1){
    background-color: #F6F6F6;
}
.btn-primary{
    border-color: #df494a;
    background-color: #df494a;
}
.btn-primary:hover{
    background-color: #df494a;
    border-color: #df494a;
}
.filter-mob{
    display: none;
}
.filter{
    display: block;
}
.mob-banner{
    display: none;
}


.wrapper-dropdown-5 {
    /* Size & position */
    position: relative;
    /* Styles */
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-5 .dropdown {
    /* Size & position */
    position: absolute;

    /* Styles */
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(0,0,0,0.2);
    border-top: none;
    border-bottom: none;
    list-style: none;
    right: 0;
    top: 69px;
    width: 200px;
    z-index: 999;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    /* Hiding */
    max-height: 0;
    overflow: hidden;
}






.wrapper-dropdown-5 .dropdown li {
    padding: 0 10px ;
}

.wrapper-dropdown-5 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #5e5e5e;
    padding: 12px 0;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
}
.dropdown li a:hover{
    color: #35AD95;
}
.wrapper-dropdown-5 .dropdown li:last-of-type a {
    border: none;
}

.wrapper-dropdown-5 .dropdown li i {
    margin-right: 8px;
    color: inherit;
    vertical-align: middle;
}

/* Hover state */


/* Active state */
.dropdown li{
    width: 100%;
    margin: 0;
}

.wrapper-dropdown-5.active:after {
    border-color: #82d1ff transparent;
}

.wrapper-dropdown-5.active .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 400px;
}
.small_user{
    height: 36px;
    left: 0;
    position: absolute;
    top: 0;
    width: 36px;
}
.small_user img{
    width: 100%;
}


.form {
    background: #fff;
    padding: 0px;
    max-width: 600px;
    margin: 0px auto;
    /*border-radius: 4px;*/
    box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
}

.tab-group {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}
.tab-group:after {
    content: "";
    display: table;
    clear: both;
}
.tab-group li a {
    display: block;
    text-decoration: none;
    padding: 24px;
    background: rgba(160, 179, 176, 0.25);
    color: #a0b3b0;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    float: left;
    width: 50%;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.tab-group li a:hover {
    background: #179b77;
    color: #ffffff;
}
.tab-group .active a {
    background: #1ab188;
    color: #ffffff;
}

.tab-content > div:last-child {
    display: none;
}

.tab-content label {
    position: absolute;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    left: 13px;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-backface-visibility: hidden;
    pointer-events: none;
    font-size: 22px;
}
.tab-content label .req {
    margin: 2px;
    color: #1ab188;
}

.tab-content label.active {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    left: 2px;
    font-size: 14px;
}
.tab-content label.active .req {
    opacity: 0;
}

.tab-content label.highlight {
    color: #ffffff;
}

.tab-content input, .tab-content textarea {
    font-size: 15px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 18px 15px;
    background: none;
    border: 1px solid #dedede;
    color: #3e3e3e;
    border-radius: 0;
    -webkit-transition: border-color .25s ease, box-shadow .25s ease;
    transition: border-color .25s ease, box-shadow .25s ease;
}
.tab-content input:focus, .tab-content textarea:focus {
    outline: 0;
    border-color: #ababab;
}

.tab-content textarea {
    border: 2px solid #a0b3b0;
    resize: vertical;
}

.field-wrap {
    /*position: relative;*/
    margin-bottom: 18px;
}

.top-row:after {
    content: "";
    display: table;
    clear: both;
}
.top-row > div {
    float: left;
    width: 48%;
    margin-right: 4%;
}
.top-row > div:last-child {
    margin-right: 0;
}

.button {
    border: 0;
    outline: none;
    border-radius: 0;
    padding: 18px 0;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    background: #35AD95;
    border-bottom: 4px solid #21917B;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-appearance: none;
}
.button:hover, .button:focus {
    background: #179b77;
}

.button-block {
    display: block;
    width: 100%;
}

.forgot {
    margin: 0px 0 18px;
    text-align: right;
    float: right;
    width: 100%;
}
.forgot a{
    color: #3ba6c7;
}
.login_reg{
    padding: 0;
}

.tab-content{
    padding: 0 40px 40px 40px;
}
.modal-backdrop.in{
    opacity: 0.8;
}
.modal-dialog{
    margin: 5em auto;
}
.tab-content  h1 {
    margin: 0;
    text-align: center;
    margin-bottom: 30px;
    font-size: 25px;
    color: #3e3e3e;
}

.cst_overlay{
    width: 100%;
    position: fixed;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    display: none;
    z-index: 99999;
}
.cst_overlay i{
    text-align: center;
    font-size: 4em;
    left: 50%;
    color: #fff;
    top: 50vh;
    margin: -22px 0 0 -12px;
    position: absolute;
}

.cst_overlay_message{
    width: 100%;
    position: fixed;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    display: none;
    z-index: 99999;
}
.cst_overlay_message i{
    text-align: center;
    font-size: 3.5em;
    left: 50%;
    color: #fff;
    top: 40vh;
    margin: -22px 0 0 -28px;
    position: absolute;
}
.cst_overlay_message p {
    color: #fff;
    text-align: center;
    top: 48vh;
    text-align: center;
    position: absolute;
    width: 100%;
    font-size: 18px;
}
.success{
    color: #1f8608;
    font-size: 18px;
    margin-bottom: 18px;
    width: 100%;
    float: left;
    text-align: center;
}


.new_nav{
    height: 48px;
    border: 1px solid #d9d9d9;
    background: rgba(245,245,245,1);
    background: -moz-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(227,227,227,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,245,245,1)), color-stop(100%, rgba(227,227,227,1)));
    background: -webkit-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(227,227,227,1) 100%);
    background: -o-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(227,227,227,1) 100%);
    background: -ms-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(227,227,227,1) 100%);
    background: linear-gradient(to bottom, rgba(245,245,245,1) 0%, rgba(227,227,227,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e3e3e3', GradientType=0 );

}



.active3{
    color: #42b596 !important;
}

.accordion {
    width: 100%;
    max-width: 360px;
    margin: 0px auto 20px;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 20px;
    color: #999;
    font-size: 12px;
    font-weight: 600;
    user-select: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;

    text-transform: uppercase;
    border-bottom: 1px solid #282828;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li:last-child .link { border-bottom: 0; }

.accordion li i {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 12px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-angle-down {
    left: auto;
    font-size: 12px;
}

.accordion li.open .link { color: #b63b4d; }

.accordion li.open i { color: #b63b4d; }

.accordion li.open i.fa-angle-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/

.submenu {
    display: none;
    background: #161616;
    font-size: 14px;
}

.submenu li { border-bottom: 1px solid #1a1a1a; }

.submenu a {
    display: block;
    text-decoration: none;
    color: #999;
    padding: 12px;
    padding-left: 35px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a:hover {
    color: #FFF;
}

.mob_mail{
    text-transform: lowercase;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 600;
    width: 100%;
    float: left;
    padding: 12px 20px;
}
.mob_mail i{
    color: #42b596;
    float: left;
    margin: 2px 12px 0 0;
}
.mob_mail:hover{color: #df494a}
.mob_mail:focus{color: #fff}



.menu_member_login{
    width: 100%;
    padding: 0 20px;
    float: left;
    margin: 20px 0;
}

#pro_menuz{
    display: none;
}

.lister{
    margin: 0px 0 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.lister:last-child{
    border-bottom: none;
}
.file-icon{
    float: left;
    margin: 0px 15px 0 0;
}
.file-icon i{
    font-size: 30px;
    color: #D93229;
}
.lister p {
    float: left;
    font-size: 14px;
    margin: 4px 0 0;
}
.view-pdf{
    background-color: #35ad95;
    border-radius: 2px;
    color: #fff;
    float: left;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 12px;
    text-transform: uppercase;
    margin-right: 5px;
}
.view-pdf:hover{
    background-color: #21917B;
    color: #fff;
}
.view-pdf:focus{
    background-color: #35ad95;
    color: #fff;
}
.download-pdf{
    background-color: #df494a;
    border-radius: 2px;
    color: #fff;
    float: left;
    font-size: 14px;
    padding: 10px 15px;
    text-decoration: none;
}
.download-pdf:hover{
    background-color: #CA393A;
    color: #fff;
}
.download-pdf:focus{
    background-color: #df494a;
    color: #fff;
}

.year_heading {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px;
}
.back-div{
    background-color: rgb(23, 155, 119);
    text-align: center;
    width: 90px;
    top: 0;
    padding: 0px 17px;
    left: 0;
    height: 100%;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.back-div2{
    padding: 35px 17px;
}
.back-div:hover{
    background-color: rgb(13, 136, 102);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
li.hover a:hover{
    background-color: #1ab188;
}
.a_text{
    width: 100%;
    float: left;
    padding: 24px 24px;
}
.default{
    width: 100% !important;
    cursor: default !important;
    padding: 0 !important;
}
.default table{
    width: 100%;
}
.download-brochure {
    background-color: #5cb85c;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    float: left;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    padding: 6px 9px;
    text-transform: uppercase;
}
.download-brochure:hover {
    background-color: #449D44   ;
    color: #fff;
}
.download-brochure:focus {
    background-color: #5cb85c;
    color: #fff;
}
.view span {
    color: #656565;
    font-size: 12px;
    font-style: italic;
    margin-right: 15px;
}


.announcements_new{
    margin: 0px;
}
.announcements_new_sec_main{
    padding-bottom: 10px;
    border-bottom: 4px solid #eeecec;
    margin-bottom: 15px;
}
.announcements_new ul{
    margin: 10px 0 0 0;
}
.announcements_new_sec{
    margin: 0 0 6px;
    padding: 6px 0px 4px 10px;
    border-bottom: 1px solid #e7e7e7;
    border-left: 4px solid #87d3dc;
}
.announcements_new_sec:last-child{
    border-bottom: none;
}
.announcements_new_sec h2{
    font-size: 14px;
    font-weight: 600;
    color: #7a7a7a;
    margin: 0px 0 2px;
    line-height: 18px;
}
.announcements_new_sec p{
    font-size: 14px;
    color: #a1a1a1;
    margin: 0px 0 4px;
}

.events_new{
    margin: 0px;
}
.events_new_sec_main{
    padding-bottom: 10px;
    border-bottom: 4px solid #eeecec;
    margin-bottom: 15px;
}
.events_new ul{
    margin: 10px 0 0 0;
}
.events_new_sec{
    margin: 0 0 6px;
    padding: 6px 0px 4px 0px;
    border-bottom: 1px solid #e7e7e7;
}
.events_new_sec:last-child{
    border-bottom: none;
}
.events_new_sec h2{
    font-size: 14px;
    font-weight: 600;
    color: #7a7a7a;
    margin: 0px 0 2px;
    line-height: 18px;
}
.events_new_sec p{
    font-size: 14px;
    color: #a1a1a1;
    margin: 0px 0 4px;
}
.event_date{
    float: left;
    width: 64px;
    background-color: #f5f5f5;
    margin-right: 12px;
    margin-bottom: 4px;
}
.ev-month{
    background-color: #aeaebe;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding: 4px 2px;
    width: 100%;
}
.ev-day{
    text-align: center;
    font-weight: 900;
    font-size: 15px;
    padding: 3px 0 9px;
    color: #aeaebe;
}

.big-box{
    background-color: #f5908d;
    padding: 25px 15px;
    min-height: auto;
}
.big-box p{
    color: #fff;
}

.bottom-box-main {
    margin-bottom: 30px;
}
.bottom-box {
    float: left;
    padding: 12px;
    width: 100%;
}
.box-text {
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 600;
    height: 42px;
    margin: 0 0 8px;
    width: 100%;
}
.white-btn {
    background-color: #f5908d;
    color: #fff;
    float: left;
    font-size: 11px;
    font-style: italic;
    font-weight: 600;
    padding: 6px 0;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
}
.white-btn:hover {
    background-color: #dc7370;
    transition: all 0.2s ease-in-out 0s;
}
.box1 {
    background-color: #63bbc6;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
}
.box2 {
    background-color: #83c181;
}
.box3 {
    background-color: #4fb4db;
}
.banner {
    margin-bottom: 20px;
}
.announcements_new_sec_main,.events_new_sec_main{
    min-height: 280px;
}
.lister .download-pdf{
    border-radius: 2px;
    color: #fff;
    float: left;
    font-size: 11px;
    font-weight: 600;
    margin-right: 5px;
    padding: 6px 12px;
    text-transform: uppercase;
}

.alert{
    display: none;
    margin: 0px;
    /*background-color: #f7f7f7;*/
    border-radius: 0;
}
.alert-main{
    background-color: #87d3dc;
}
.alert-title{
    width: 10%;
    height: 46px;
    text-align: center;
    text-transform: uppercase;
    background: #63bbc6 none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 700;
    line-height: 45px;
}
.alert-slide{
    float: left;
    width: 90%;
    padding: 0 10px;
    height: 46px;
}
.arrow_box {
    background: #fe1853 none repeat scroll 0 0;
    bottom: 4px;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 28px;
    padding: 6px 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 50px;
}
.arrow_box::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(254, 24, 83, 0) #fe1853 rgba(254, 24, 83, 0) rgba(254, 24, 83, 0);
    border-image: none;
    border-style: solid;
    border-width: 5px;
    content: " ";
    height: 0;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 50%;
    width: 0;
}

.simple-marquee-container {
    width: 100%;
    float: left;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.marquee-sibling {
    padding: 0;
    background: rgb(61, 61, 61);
    width: 20%;
    height: 45px;
    line-height: 42px;
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    float: left;
    left: 0;
    z-index: 2000;
}

.marquee, *[class^="marquee"] {
    display: inline-block;
    white-space: nowrap;
    position:absolute;
}

.marquee{
    margin-left: 25%;
}

.marquee-content-items{
    display: inline-block;
    padding: 5px;
    margin: 0;
    height: 45px;
    position: relative;
}

.marquee-content-items li{
    display: inline-block;
    line-height: 35px;
    color: #fff;
}

.marquee-content-items li:after{
    content: "|";
    margin: 0 1em;
}
.marquee,
.marquee-with-options,
.marquee-vert-before,
.marquee-vert {
    width: 100%;
    overflow: hidden;
}
.marquee-with-options p{
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
    padding-right: 10px;
    line-height: normal;
}
.marquee-with-options a{
    color: #fff;
}
.marquee-with-options{
    width: 88%;
    padding: 12px 0px;
}
figure.effect-milo img {
    backface-visibility: hidden;
    opacity: 1;
    transform: translate3d(-18px, 0px, 0px) scale(1.12);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    width: calc(100% + 100px);
}
figure.effect-milo:hover img {
    opacity: 0.5;
    transform: translate3d(0px, 0px, 0px) scale(1);
}
figure.effect-milo h2 {
    background-color: #fd7062;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    left: 0;
    margin: 0;
    padding: 8px 5px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    width: 85px;
}
figure.effect-milo .position {
    left: 0;
    padding: 3.4em 1.8em;
    position: absolute;
    top: 0;
}
figure.effect-milo hr {
    background-color: #fff;
    border: medium none;
    height: 2px;
    text-align: left;
    top: 120px;
    transform: translate3d(0px, 0px, 0px);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    width: 70px;
}
figure.effect-milo:hover hr {
    opacity: 0;
    transform: translate3d(0px, 100px, 0px);
}
figure.effect-milo p {
    line-height: 20px;
    margin-top: 20px !important;
    opacity: 0;
    padding: 0 0 0 10px;
    text-align: center;
    transform: translate3d(0px, -40px, 0px);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    width: 100%;
}
figure.effect-milo:hover p {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}
figure.effect-milo .icons {
    font-size: 14px;
    margin-left: -10px;
    margin-top: -35px;
    transform: translate3d(0px, 0px, 0px);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
figure.effect-milo .icons2 {
    border: 2px solid #fff;
    font-size: 12px;
    font-weight: 600;
    margin: 10px auto;
    padding: 4px 0;
    text-transform: uppercase;
    transform: translate3d(0px, 0px, 0px);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    width: 100px;
}
figure.effect-milo:hover .icons {
    transform: translate3d(0px, -890px, 0px);
}
figure.effect-milo:hover .icons2 {
    transform: translate3d(0px, 40px, 0px);
}
.grid {
    list-style: outside none none;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 100%;
}
.grid figure {
    background: #000 none repeat scroll 0 0;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}
.grid figure img {
    display: block;
    min-height: 100%;
    opacity: 1;
    position: relative;
    width: 100%;
}
.grid figure figcaption {
    backface-visibility: hidden;
    color: #fff;
    font-size: 1.25em;
    padding: 1em;
}
.grid figure figcaption::before, .grid figure figcaption::after {
    pointer-events: none;
}
.grid figure figcaption, .grid figure a {
    background-color: rgba(0, 171, 220, 0.6);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.grid figure a {
    font-size: 0;
    opacity: 0;
    text-indent: 200%;
    white-space: nowrap;
    z-index: 1000;
}
.grid figure p {
    color: #fff;
    font-size: 14px;
    margin: 0;
    top: 0;
}
figure.effect-milo .icons {
    font-size: 14px;
    font-weight: 700;
    margin-left: -10px;
    margin-top: -32px;
    transform: translate3d(0px, 0px, 0px);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
figure.effect-milo:hover .icons {
    transform: translate3d(0px, 40px, 0px);
}
figure.effect-milo .icons {
    font-size: 14px;
    font-weight: 700;
    margin-left: 0;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
}
.intro_msg{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ihpba_logos {
    max-width: 240px;
    margin: 20px 0 0px;
}
.intro_msg h2{
    color: #000;
    font-weight: 700;
    font-size: 2.7rem;
}
.intro_msg h4{
    margin: 0 0 20px;
    color: #356AAD;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}
.intro_msg h4::after{
    content: '';
    width: 50px;
    height: 2px;
    background-color: #df494a;
}
.intro_msg p{
    text-align: center;
    max-width: 350px;
    font-weight: 600;
}
.intro_msg p span{
    color: #000;
}
.intro_btn {
    background-color: #df494a;
    color: #fff;
    font-weight: 600;
    padding: 12px 22px;
    display: inline-flex;
    border-radius: 5px;
}
.intro_btn:focus,
.intro_btn:hover {
    color: #fff;
}
.intro_btns{
    margin: 20px 0 40px;
}
.modal_close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 9px;
    background-color: #fee;
}
.modal_close svg{
    fill: #716a6a;
}
.popup_notes{
    width: 100%;
    padding: 3rem 2rem;
    background-color: #fee;
    border-radius: 0.5rem;
}
.popup_notes p{
    max-width: 100%;
    font-weight: 600;
  color: #343846 !important;
  margin-bottom: 1rem;
}



/* Responsive */

@media only screen and (min-width:992px) and (max-width: 1199px)  {

    .cme-right {
        padding: 18px 20px;
    }
    .cme-right > h2{
        font-size: 18px;
    }
    .cme-right > p {
        margin: 12px 0;
    }
    .header-main > .container{
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .header-main-right {
        margin: 14px 0px 0px;
    }
    .header-container{
        margin-bottom: 16px !important;
        padding: 0 15px 0 15px !important;
    }
    .header-main {
        margin: 16px 0 0;
    }
    /*nav ul li a{*/
        /*color: #fff;*/
        /*padding: 0 18px;*/
    /*}*/
    /*nav ul li a:focus{*/
        /*color: #fff;*/
    /*}*/
    .cme{
        color: #27aef4;
    }
    .header-main-left {
        /*float: none;*/
        /*width: 350px;*/
        margin: 0px auto 0px;
    }
    nav {
        margin: 0px auto 0;
        /*width: 992px;*/
        clear: both;
    }
    .cme img {
        margin-top: -18px;
        padding: 0 3px 6px 0px;
    }
    .Modern-Slider .slick-active h3 {
        font-size: 1.6em;
        letter-spacing: -1px;
    }
}
@media only screen and (min-width:720px) and (max-width: 992px)  {
    .menu_member_login{
        display: none;
    }
    .none-profile{
        display: none;
    }
    .wrapper-dropdown-5 .dropdown{
        top: 58px;
    }
    .cme-right {
        padding: 18px 20px;
    }
    .cme-right > h2{
        font-size: 18px;
    }
    .cme-right > p {
        margin: 12px 0;
    }
    .header-main > .container{
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .header-main {
        margin: 16px 0 0;
    }
    nav ul li a{
        color: #fff;
        padding: 0 18px;
    }
    nav ul li a:focus{
        color: #fff;
    }
    .cme{
        color: #27aef4;
    }
    .header-main-left {
        float: left;
        /*width: 350px;*/
        margin: 0px auto 20px;
    }
    nav {
        margin: 18px auto 0;
        width: 992px;
        clear: both;
    }
    .cme img {
        margin-top: 4px;
        padding: 0 3px 0 5px;
        float: right;
        width: 23px;
    }
    .Modern-Slider .slick-active h3 {
        font-size: 1.6em;
        letter-spacing: -1px;
    }
    #menu-toggle{
        display: block;
    }
    #web{
        display: none;
    }
    #sidebar-wrapper{
        top: 0;
    }
    .btn-dark{
        background-color: transparent;
        color: #353D47;
    }
    #menu-toggle {
        right: 10px;
        top: 58px;
    }
    .btn-dark:hover{
        background-color: transparent;
        color: #353D47;
    }
    #sidebar-wrapper{
        margin-top: 0;
    }
    .sidebar-nav li{
        width: 100%;
    }
    .sidebar-nav > li > .member-login{
        border-radius: 0;
        padding: 0 0px;
        background-color: transparent;
    }

    .cme{
        color: #1969db !important;
    }
    .sidebar-nav > li{
        border-radius: 0;
        padding: 0px !important;
        background-color: transparent;
    }
    nav ul li a{
        padding: 0;
    }
    #menu-close{
        background-color: transparent;
        color: #fff;
    }
    #menu-close:hover{
        background-color: transparent;
        color: #fff;
    }
    .announcements{
        border-right: none;
    }
    .alert{
        padding-left: 0;
        padding-right: 0;
    }
    #menu-toggle{
        position: absolute;
    }
    .about_sec img{
        margin-top: 20px;
    }
    .cme-left,.cme-right{
        width: 100%;
    }
    .footer-nav{
        width: 100%;
        text-align: center;
    }
    .footer-nav:first-child{
        margin-bottom: 10px;
    }
    .footer-bottom-left img{
        display: none;
    }
    .footer-bottom-left, .footer-bottom-right{
        width: 100%;
        text-align: center;
    }
    .footer-bottom p{
        width: 100%;
    }
    .footer-bottom p {
        margin: 10px 0;
    }
    .footer-bottom-right p{
        margin-top: 0;
    }
    .filter{
        float: left !important;
        width: 100%;
        margin-bottom: 10px;
    }
    .filter p{
        margin-bottom: 0px;
    }
    .event-main p{
        padding: 10px 0px 0;
    }

    .label{
        margin: 10px 4px 15px 0;
    }

    .view {
        bottom: -12px;
        position: absolute;
        right: 20px;
    }
    .event-head{
        display: none;
    }
    .event-main p{
        width: 90%;
    }
    .event-main{
        border-top: 4px solid #f1f0f0;
    }
    .web-banner {
        display: none;
    }
    .filter{
        display: none;
    }
    .filter_modal{}

    .filter-mob{
        display: block;
        /*width: 40px;*/
        height: 34px;
        background-color: #fff;
        float: right;
        border-radius: 4px;
        border: 1px solid #ccc;
        padding: 6px 20px;
        margin-top: -1px;
        color: #555;
    }
    .filter-pop > .custom-check{
        width: 100%;
        padding: 7px 0;
    }
    .Iframe{
        height: 100vh !important;
    }
    .form{
        max-width: 100% !important;
    }
    .header-main-left h1{
        display: none;
    }
    .header-main-left h2{
        display: block;
        margin-top: 24px;
    }
    .header-container{
        padding: 0 15px 0 15px !important;
    }
    .header-main-right{
        float: right;
        margin-right: 60px;
    }
    #menu-toggle {
        right: 10px;
        top: 19px;
        border: 1px solid #ddd;
        border-radius: 2px;
        padding: 6px 13px;
    }
    .header-main {
        margin: 10px 0 0;
    }
    .header-main-left{
        margin-bottom: 10px;
    }
    .in_this_section{
        display: none;
    }
    header{
        box-shadow: 0px 2px 5px -3px rgba(0,0,0,0.5)    ;
    }
    .breadcrumbs{
        margin-top: 0;
    }

    .modal-dialog{
        width: auto !important;
    }
    .member-login{
        /*width: 100%;*/
        /*color: #fff !important;*/
        /*text-align: center;*/
        /*height: 33px;*/
        /*font-size: 12px !important;*/
        /*padding-top: 8px !important;*/
    }
    .member-login i{
        margin-right: 6px;
        position: relative !important;
        top: 0 !important;
        right: 0 !important;
        color: #fff !important;
    }
    .small_user {
        float: left;
        height: 36px;
        left: 0;
        position: absolute;
        top: 0;
        width: 36px;
    }
    .announcements_new_sec_main,.events_new_sec_main{
        min-height: auto;
    }
    .announcements_new{
        margin-bottom: 20px;
    }
    .hpb-main{
        border: none;
    }
    .bottom-box {
        margin-bottom: 10px;
    }
    .mob-display{
        display: none;
    }

}
@media only screen and (min-width:320px) and (max-width: 720px)  {
    .back-div{
        padding: 13px 6px;
        width: 68px;
    }
    .back-div i{
       margin-right: 7px;
    }
    .back-div span{
        font-size: 14px;
        margin-top: 2px;
    }
    .a_text{
        padding: 14px;
    }
    .cme-right {
        padding: 18px 20px;
    }
    .cme-right > h2{
        font-size: 18px;
    }
    .cme-right > p {
        margin: 12px 0;
    }
    .header-main > .container{
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .header-main {
        margin: 16px 0 0;
    }
    nav ul li a{
        color: #fff;
        padding: 0 18px;
    }
    nav ul li a:focus{
        color: #fff;
    }
    .cme{
        color: #27aef4;
    }
    .header-main-left {
        float: left;
        /*width: 350px;*/
        margin: 0px auto 20px;
    }
    nav {
        margin: 18px auto 0;
        width: 992px;
        clear: both;
    }
    .cme img {
        float: right;
        margin-right: 10px;
        margin-top: 0px;
        padding: 0 3px 0 5px;
        width: 43px;
        position: absolute;
        right: 0;
    }
    .Modern-Slider .slick-active h3 {
        font-size: 1.6em;
        letter-spacing: -1px;
    }
    #menu-toggle{
        display: block;
    }
    #web{
        display: none;
    }
    #sidebar-wrapper{
        top: 0;
    }
    .btn-dark{
        background-color: transparent;
        color: #353D47;
    }
    #menu-toggle {
        right: 0px;
        top: 3px;
    }
    .btn-dark:hover{
        background-color: transparent;
        color: #353D47;
    }
    #sidebar-wrapper{
        margin-top: 0;
    }
    .sidebar-nav li{
        width: 100%;
    }
    .sidebar-nav > li > .member-login{
        border-radius: 0;
        padding: 0 0px;
        background-color: transparent;
    }
    .member-login{
        color: #df494a !important;
    }
    .cme{
        color: #1969db !important;
    }
    .sidebar-nav > li{
        border-radius: 0;
        padding: 0px !important;
        background-color: transparent;
    }
    nav ul li a{
        padding: 0;
    }
    #menu-close{
        background-color: transparent;
        color: #fff;
    }
    #menu-close:hover{
        background-color: transparent;
        color: #fff;
    }
    .announcements{
        border-right: none;
    }
    .alert{
        padding-left: 0;
        padding-right: 0;
    }
    #menu-toggle{
        position: absolute;
    }
    .about_sec img{
        margin-top: 20px;
    }
    .cme-left,.cme-right{
        width: 100%;
    }
    .footer-nav{
        width: 100%;
        text-align: center;
    }
    .footer-nav:first-child{
        margin-bottom: 10px;
    }
    .footer-bottom-left img{
        display: none;
    }
    .footer-bottom-left, .footer-bottom-right{
        width: 100%;
        text-align: center;
    }
    .footer-bottom p{
        width: 100%;
    }
    .footer-bottom p {
        margin: 10px 0;
    }
    .footer-bottom-right p{
        margin-top: 0;
    }
    .header-top{
        display: none;
    }
    .header-main-left h1{
        display: none;
    }
    .header-main-left h2{
        display: block;
    }
    .logo-icon {
        height: 48px;
        margin-right: 6px;
        margin-left: 10px;
        width: 44px;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .header-main-left{
        margin: 8px 0px;
    }
    .header-main{
        margin-top: 0;
    }
    .header-main {
        background-color: #fff;
        position: fixed;
        width: 100%;
        z-index: 9999;
        top: 0;
        height: 64px;
        box-shadow: 0px -2px 6px 2px rgba(0,0,0,0.4);
    }
    .banner{
        margin-top: 64px;
    }
    /*.Modern-Slider {*/
        /*height: 200px;*/
    /*}*/
    /*.img-fill img{*/
        /*width: auto;*/
    /*}*/
    .PrevArrow, .NextArrow{
        display: none !important;
    }
    .img-fill{
        border-top: none;
    }
    .Modern-Slider .slick-active h3{
        font-size: 1em;
        padding: 10px;
    }
    .alert-title {
        font-size: 11px;
        height: 35px;
        line-height: 35px;
        width: 25%;
    }
    .alert-slide {
        float: left;
        height: 35px;
        width: 75%;
    }
    ul.newsticker{
        margin-top: -3px;
    }
    .tickercontainer .mask{
        height: 30px;
    }
    .large-12, .list-wrpaaer{
        height: auto;
    }
    #sidebar-wrapper.active{
        overflow: auto;
    }
    #back-to-top{
        display: none !important;
    }
    .header-main-left h2 {
        display: none;
    }
    .header-main-left h1 {
        color: #7a7a7a;
        float: left;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: -0.5px;
        line-height: 18px;
        margin: 9px 0 0;
        text-transform: uppercase;
        display: block;
    }
    .inner-top{
        display: none;
    }
    .inner{
        margin-top: 50px;
    }
    .modal-dialog{
        margin-top: 80px;
    }
    .ad img{
        display: none;
    }
    .partner{
        width: 100%;
    }
    .web-banner {
        display: none;
    }
    .mob-banner{
        display: block;
    }
    .Modern-Slider .slick-active h3{
        letter-spacing: 0;
        font-size: 1.4em;
        padding: 5px 20px !important;
    }
    /*.alert{display: none}*/
    .filter{
        float: left !important;
        width: 100%;
        margin-bottom: 10px;
    }
    .filter p{
        margin-bottom: 60px;
    }
    .table-responsive{
        border: none;
    }
    ul.newsticker li a{
        font-size: 12px;
    }
    .alert{
        padding-bottom: 0;
    }
    .inner > .container > .row > .col-md-12 > .main_heading, .under-line {
        display: block !important;
    }
    .ad {
        margin: 10px 0 25px;
    }
    .inner > .container > .row > .col-md-8 > .under-line {
        display: none !important;
    }
    .event-main p{
        padding: 10px 0px 0;
    }

    .label{
        margin: 10px 4px 15px 0;
    }

    .view {
        bottom: -12px;
        position: absolute;
        right: 20px;
    }
    .event-head{
        display: none;
    }
    .event-main p{
        width: 90%;
    }
    .event-main{
        border-top: 4px solid #f1f0f0;
    }
    .filter{
        display: none;
    }
    .filter_modal{}

    .filter-mob{
        display: block;
        /*width: 40px;*/
        height: 34px;
        background-color: #fff;
        float: right;
        border-radius: 4px;
        border: 1px solid #ccc;
        padding: 6px 20px;
        margin-top: -1px;
        color: #555;
    }
    .filter-pop > .custom-check{
        width: 100%;
        padding: 7px 0;
    }
    .Iframe{
        height: 100vh !important;
    }
    .form{
        max-width: 100% !important;
    }
    .tab-group li a{
        padding: 14px;
        font-size: 14px;
    }
    .tab-content h1{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .tab-group{
        margin-bottom: 20px;
    }
    .tab-content{
        padding: 0 20px 30px;
    }
    .tab-content input, .tab-content textarea{
        padding: 14px 15px;
    }
    .button{
        font-size: 15px;
        padding: 12px 0px;
    }

    .header-main-left h1{
        display: none;
    }
    .header-main-left h2{
        display: block;
        margin-top: 15px;
        font-size: 14px;
    }
    .header-container{
        /*padding: 0 15px 0 15px !important;*/
    }
    .header-main-right{
        float: right;
        margin-right: 60px;
    }
    #menu-toggle {
        border: 1px solid #ddd;
        border-radius: 2px;
        padding: 4px 11px;
        right: 10px;
        top: 15px;
        margin: 0;
    }
    .header-main {
        margin: 0px 0 0;
    }
    .header-main-left{
        margin-bottom: 10px;
    }
    .in_this_section{
        display: none;
    }
    header{
        box-shadow: 0px 2px 5px -3px rgba(0,0,0,0.5)    ;
    }
    .breadcrumbs{
        margin-top: 0;
    }
    .header-main-right .tp_info li:first-child , .header-main-right .tp_info li:last-child{
        display: none;
    }
    .header-main-right ul li{
        margin-right: 0;
    }
    .my_page{
        font-size: 11px;
        font-weight: 600;
        height: 34px;
        padding: 9px 15px;
    }
    .modal-dialog{
        width: auto !important;
    }
    .member-login{
        width: 100%;
        color: #fff !important;
        /*text-align: center;*/
        height: 33px;
        font-size: 12px !important;
        padding-top: 8px !important;
    }
    .member-login i{
        margin-right: 6px;
        position: relative !important;
        top: 0 !important;
        right: 0 !important;
        color: #fff !important;
    }
    .mob-user{
        margin-bottom: 20px;
    }
    .small_user {
        float: left;
        height: 36px;
        left: 0;
        position: relative;
        top: 0;
        width: 36px;
        margin-right: 8px;
    }
    .small_user img{
        border-radius: 2px;
    }
    .mob-user p{
        color: #fff;
        float: left;
        font-size: 12px;
        font-weight: 600;
        margin: 5px 0 0;
        text-transform: uppercase;
    }
    .menu_member_login{
        margin: 0 0 10px;
    }
    .or{
        display: none;
    }
    .mb2{
        width: 100%;
        margin-top: 10px;
        font-size: 13px;
        font-weight: 600;
        height: 37px;
        padding: 9px 16px;
    }
    .announcements_new_sec_main,.events_new_sec_main{
        min-height: auto;
    }
    .announcements_new{
        margin-bottom: 20px;
    }
    .hpb-main{
        border: none;
    }
    .bottom-box-main{
        display: none;
    }
    .tp_info > li > .member-login {
        display: none;
    }
    .marquee-with-options p {
        font-size: 12px;
        margin-top: -2px;
    }
    .grid{
        margin-top: 20px;
    }
}

@media only screen and (min-width:992px) and (max-width: 1199px)  {
    .col-md-8.fltr-right {
        float: right;
        width: auto;
    }
    .col-md-4.fltr-left {
        width: auto;
    }
}
.or{
    color: #3e3e3e;
    float: left;
    font-size: 14px;
    padding: 9px 0;
}
.home_ad_overlay{
    background-color: rgba(0, 147, 189, 0.8);
    color: #fff;
    text-align: center;
    padding: 44px 0;
}
.home_ad_overlay h2{
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 15px;
    font-size: 16px;
}

.home_ad_overlay a{
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    border: 1px solid #fff;
    padding: 6px 16px;
    font-size: 12px;

}

.banner-info {
    margin: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.banner-box{
    width: 33.33%;
    float: left;
    padding: 15px;
    text-align: center;
}
.box-1{
    background-color: rgba(0,182,204,0.9);
}
.box-2{
    background-color: rgba(0,151,181,0.9);
}
.box-3{
    background-color: rgba(0,102,136,0.9);
}

.banner-box h2{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 4px 0 10px;
    padding-top: 0px;
    text-transform: uppercase;
}
.box-line{
    width: 100px;
    margin: 0px auto;
    height: 1px;
    margin-bottom: 12px;
    background-color: #fff;
    display: block;
}
.box-btn{
    border: 1px solid rgba(255,255,255,0.4);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    width: 100%;
    padding: 8px 0px;
    display: block;
    font-weight: 600;
}
.box-btn:hover,.box-btn:focus{
    color: #fff;
    border-color: #fff;
}
.banner-box h3{
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    margin: 10px 0 6px;
    font-size: 15px;
}
.banner {
    position: relative;
}

.home_ad{
    margin-bottom: 20px;
}
.ad_side{
    margin-bottom: 10px;
}
.ad_side img {
    max-width: 300px;
}
.announcements_new,.events_new{
    margin-bottom: 15px;
}
@media only screen and (max-width: 720px) {
    .banner-info{
        position: relative;
    }
    .banner-box{
        width: 100%;
        margin-top: 10px;
    }
    .banner-box h2{
        font-size: 12px;
    }
    .box-btn{
        font-size: 11px;
    }
}

.clear{
    border-radius: 2px;
    color: #fff;
    float: left;
    font-size: 13px;
    font-weight: 600;
    margin: 0px 0 0;
    padding: 10px 15px;
    text-transform: uppercase;
    background-color: #87d3dc;
    border: none;
}
.clear:hover{
    background-color: #63bbc6;
    color: #fff;
}
.clear:focus{
    color: #fff;
    background-color: #87d3dc;
}
.academy_label{
    background-color: #63bbc6;
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 0;
    text-align: center;
    width: 103px;
    line-height: 14px;
    display: inline-block;
    margin: 0px 0 0 8px;
}


/* AISWARYA */

.midterm_subject{
    color: #8a8f94;
    margin-bottom: 5px;
    float: left
}