@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*-------------------------------------------------------------------------------------------
  CSS definations for Icomos India
-------------------------------------------------------------------------------------------*/
/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
        -ms-box-sizing:border-box;
         -o-box-sizing:border-box;
            box-sizing:border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



/* switchery */
.switchery {
    background-color: rgb(100, 189, 99);
    border-color: rgb(100, 189, 99);
    box-shadow: rgb(100, 189, 99) 0px 0px 0px 12px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
    border: 1px solid #ddd;
    border-radius: 100px;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    width: 30px;
    position: relative;
}
.switchery small {
    left: 14px;
    transition: background-color 0.4s ease 0s, left 0.2s ease 0s;
    background-color: rgb(255, 255, 255);
    height: 14px;
    width: 14px;
    border-radius: 100px;
    box-shadow: 0 1px 3px rgba(0,0,0,.4);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
.switchery.active {
    background-color: rgb(255, 255, 255);
    border-color: rgb(223, 223, 223);
    box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.switchery.active small {
    left: 14px;
    transition: background-color 0.4s ease 0s, left 0.2s ease 0s;
    background-color: rgb(255, 255, 255);
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}



a,
a:hover,
a:focus {
    outline:none;
    text-decoration:none;
    cursor: pointer;
    word-break: break-all;
}
a:hover{
    text-decoration: none !important;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
}

/* Common Tages */
label {
    padding-bottom: 8px;
    display: block;
    font-size: 14px;
    color: #666;
    font-weight: 600;
}
.btn {
    border: 1px solid #516f39;
    background: #516f39;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;

}
.btn-default {
    border: 1px solid #C9C9C9;
    background: #f9f9f9;
    color: #666;
    font-weight: 600;
}
.btn:hover,
.btn:focus {
    background: #000;
    border-color: #000;
    color: #fff;
}
.btn-sm {
    padding: 5px 10px;
    font-size: 14px;
}
.btn-lg {
    padding: 10px 20px;
}
.form-control {
    border: 1px solid #eee;
    background: #fff;
    padding: 7px 12px;
    height: auto;
    font-size: 13px;
    line-height: 24px;
    box-shadow: none;
    outline: none;
    border-radius: 2px;
}
select.form-control {
    height: 40px;
}
textarea.form-control {
    min-height: 120px;
}
.form-control-feedback .fa {
    font-size: 16px;
}
.has-feedback .form-control-feedback {
    border-left: 1px solid #eee;
}
.has-feedback-left .form-control {
    padding-right: 12px;
    padding-left: 46px;
}
.has-feedback-left .form-control-feedback {
    border-right: 1px solid #eee;
    border-left: none;
    right: auto;
    left: 0;
}
.form-group {
    margin-bottom: 20px;
}

.disabled {
    cursor: none !important;
    opacity: 0.7 !important;
}


/* modal */
.modal-lg {
    width: 1024px;
}
.modal-content {
    border-radius: 0;
}
.modal-content .close {
    background: #000;
    width: 30px;
    height: 30px;
    float: left;
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    text-shadow: none;
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 9999;
    opacity: 1;
}

/* read-more */
a.read-more {
    padding-bottom: 3px;
    margin-top: 10px;
    display: block;
    color: #231f20;
    font-weight: 700;
    position: relative;
    font-size:10px;
}
a.read-more i {
    float: right;
    margin-top: 3px;
    display: inline-block;
    margin-left: 20px;
}
a.read-more:after {
    background-color: #231f20;
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a.read-more:hover:after {
    right: 0;
    left: auto;
    width: 0;
}

a.show-hide {
    float: right;
    display: inline-block;
    font-size: 80px;
    color: #737373;
    font-weight: 300;
    line-height: 24px;
    margin: 0 auto;
}
a.show-hide .read-more {
    display: block;
}
a.show-hide .read-less {
    display: none;
}
a.show-hide.active .read-more {
    display: none;
}
a.show-hide.active .read-less {
    display: block;
}

/* popup-main */
.popup-main {
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    float: left;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;
}
.popup-main img {
    max-width: 86%;
    max-height: 90%;
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.popup-main-close {
    background: #fff;
    width: 40px;
    height: 40px;
    float: left;
    text-align: center;
    font-size: 30px;
    color: #000;
    line-height: 40px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 999;
    border-radius: 100%;
}

.selectric-items ul {
    margin: 0 !important;
}
.selectric-items li {
    width: 100% !important;
    padding: 6px 12px !important;
}

/* container */
.full-container {
    width: auto;
    padding: 0 70px;
}
.container {
    width: auto !important;
    padding: 0 70px !important;
}

.disscover-section {
    background: #f6f6f6;
    padding: 15px;

}

/* section-heading */
.section-heading {
    padding-bottom: 10px;
}
.section-heading h2 {
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: normal;
}


/*-------------------------------------------------------------------------------------------*/
/* SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/
body {
    background: #f6f6f6;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
    color: #231f20;
    font-weight: 400;
}

/* top-bar */
.top-bar {
    background: #516f39;
    width: 100%;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.top-bar .marquee {
    width: 100%;
    float: left;
}
.top-bar p {
    line-height: 40px;
}
.top-bar ul {
    float: right;
}
.top-bar li {
    float: left;
}
.top-bar li a {
    display: block;
    padding: 0 25px;
    color: #fff;
    line-height: 40px;
 

}
.top-bar li a.active {
    background: #dc8d46;
}

/* social */
.social {
    border-left: 2px solid #fff;
    float: right;
    padding-left: 5px;
    margin-top: 7px;
    font-size: 18px;
}
.social a {
    display: inline-block;
    margin-left: 15px;
    color: #fff;
}

/* header */
.header {
    background: #fff;
    width: 100%;
    padding: 20px 0;
}
.header.fixed {
    background: #fff;
    padding: 10px 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 90;
    transition: 0.3s;
    box-shadow: rgba(0,0,0,0.3) 0px 0px 4px;
}

/* logo */
.logo {
    float: left;
}
.logo img {
    width: auto;
    height: 60px;
}

/* navigation */
.navigation {
    float: right;
    padding: 13px 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.navigation li {
    float: left;
    margin-left: 35px;
    line-height: 34px;
    position: relative;
}
.navigation li:first-child {
    margin-left: 0;
}
.navigation li a {
    display: block;
    color: #231f20;
    line-height: normal;
}
.navigation li a span {
    display: block;
    color: #999;
}
.navigation li a.btn-signin {
    background: #548235;
    padding: 0 15px;
    color: #fff;
    line-height: 34px;
    border-radius: 30px;
}
.navigation li:hover ul {
    display: block;
}
.navigation ul ul {
    min-width: 170px;
    padding-top: 7px;
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 2;
    display: none;
}
.navigation ul ul:before {
    width: 15px;
    height: 8px;
    float: left;
    font-family: FontAwesome;
    font-size: 23px;
    color: #dc8d46;
    line-height: 8px;
    content: "\f0d8";
    position: absolute;
    left: 1px;
    top: -1px;
}
.navigation li li {
    border-top: 1px solid #fff;
    background: #dc8d46;
    float: none;
    padding: 0;
    margin: 0;
    line-height: normal;
}
.navigation li li:first-child {
    border-top: none;
}
.navigation li li a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    text-transform: none;
}

/* user-info-header */
.user-info-header .imgb {
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 100%;
    overflow: hidden;
}
.user-info-header .imgb img {
    width: 40px;
    height: 40px;
    float: left;
}
.user-info-header h4 {
    background: url(../images/user_arrow.png) no-repeat right center;
    background-size: auto 13px;
    margin-left: 50px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 40px;
    max-width: 120px;
    text-transform: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mobile-menu-bar {
    display: none;
}

/* showcase */
.showcase {
    overflow: hidden;
}
.upcoming-news {
    background: #526f39;
    width: 50%;
    float: left;
    position: relative;
    z-index: 1;
}
.past-news {
    width: 50%;
    float: left;
    position: relative;
    z-index: 1;
}
.upcoming-slider .slides li,
.past-slider .slides li {
    height: calc(100vh - 142px);
    position: relative;
    z-index: 1;
}
.past-slider .slides li:after {
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    float: left;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.showcase .caption {
    width: 100%;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 40px;
    z-index: 3;
}
.showcase h3 {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.showcase .date {
    font-size: 12px;
    margin-bottom: 10px;
}
.showcase h4 {
    padding-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.showcase a.read-more {
    float: right;
    display: inline-block;
    max-width: 140px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}
.showcase a.read-more:after {
    background: #fff;
}

/* upcoming-slider-thum */

.past-news .d-flex{
    display:flex;
    align-items: baseline;
}
.past-slider li{
    position:relative;
}
.upcoming-slider li .overlay , .past-slider li .overlay{
    position: absolute;
    width: 100%;
    height: 28%;
    bottom: 0;
    background: rgba(0,0,0,0.75);
    
}
.upcoming-slider-thum,
.past-slider-thum {
    width: 100%;
    color: #fff;
    padding: 5px 95px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.upcoming-slider-thum .slides,
.past-slider-thum .slides {
    width: 100% !important;
    transition-duration: 0s !important;
    transform: none !important;
    font-weight: 300;
}
.upcoming-slider-thum li,
.past-slider-thum li {
    border-left: 2px solid transparent;
    width: 33.333% !important;
    float: left !important;
    margin: 0 !important;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 14px;
    color: #a49a9a;
    font-weight: 600;
}
.upcoming-slider-thum strong,
.past-slider-thum strong {
    padding-bottom: 10px;
    font-weight: 700;
    display: block;
}
.upcoming-slider-thum li.flex-active-slide,
.past-slider-thum li.flex-active-slide {
    border-left: 2px solid #fff;
    color: #fff;
}

/*mobile-showcase*/
.mobile-showcase{
    display:none;
}
.upcoming-event{
    background:#516f39;
    padding: 20px 15px;
}
.mobile-showcase h3{
    padding-bottom: 30px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color:white;
}
.mobile-showcase .date{
    padding-bottom: 5px;
    font-size: 14px;
    color: #aeaeae;
    font-weight: 600;
    text-transform: uppercase;
}
.mobile-showcase p{
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 30px;
    color: white;
    border-bottom: 1px solid;
    margin-bottom: 5px;
}
.past-event{
    padding-top:15px;
    background:white;
}
.past-event h3{
    color:black;
}
.past-event p{
    color:black;
}
.past-event .date{
    color:grey;
}
.past-event .img-box{
    overflow:hidden;
}
.past-event .img-box img{
    width:100%;
    height:auto;
}

/* about-content */
.about-content {
    background: #fff;
}
.about-content .row {
    margin: 0;
}
.about-content .txtb {
    padding: 90px 55px;
}
.about-content h3 {
    padding-bottom: 40px;
    font-size: 24px;
    font-weight: 900;
}
.about-content h4 {
    padding: 10px 0;
    font-size: 24px;
    font-weight: 700;
}
.about-content h5 {
    padding: 10px 0;
    font-size: 20px;
    font-weight: 600;
}
.about-content p,
.about-content ul {
    padding-bottom: 25px;
    line-height: 24px;
}
.about-content .counter {
    background: url(../images/bg_counter_section.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
    padding: 200px 0;
        position: relative;
}


.about-content .counter h1{
    z-index: 9;
    text-align: center;
    font-size: 40px;
    color: #dc8d45;
    font-weight: 700;
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 100%;
}

.about-content .counter:after {
    background: rgba(3,5,9,0.85);
    width: 100%;
    height: 100%;
    float: left;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.about-content .counter h4 {
    display: inline-block;
    padding: 0 100px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
        padding-top: 21px;
    top: 50px;
}
.about-content .counter h4 strong {
    display: block;
    margin-bottom: 20px;
    letter-spacing: -1px;
    text-align: center;
    font-size: 60px;
    color: #dc8d46;
    font-weight: 700;
}

/* activities */
.activities {
    background-position: center center;
    background-size: cover;
    padding: 180px 0;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
}
.activities:before {
    background: rgba(15,33,12,0.8);
    width: 100%;
    height: 100%;
    float: left;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.activities .container {
    position: relative;
    z-index: 3;
}
.activities h3 {
    display: inline-block;
    max-width: 800px;
    margin-bottom: 20px;
    font-size: 40px;
}
.activities h4 {
    padding-bottom: 50px;
    font-size: 24px;
    font-weight: 400;
}
.activities a.link:hover:after {
    right: 0;
    left: auto;
    width: 0;
}

/* events */
.events {
    background: #f2f2f2;
    padding: 90px 0;
    overflow: hidden;
}
.events .imgb {
    background: #f1f1f1;
    min-height: 230px;
    max-height: 230px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.events .imgb img {
    width: 100%;
    height: auto;
}
.events .text-box {
    padding: 30px 30px 10px 30px;
}
.events .date {
    margin-bottom: 20px;
    color: #353535;
}
.events h3 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #2a2a2a;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}
.events a {
    display: block;
}
.events p {
    line-height: 24px;
    margin-bottom: 20px;
    word-break: break-all;
}
.event-slider {
    text-align: right;
    outline: none;
}
.event-slider .flickity-viewport {
    text-align: left;
}
.events .carousel-cell {
    border: 5px solid #fff;
    background: #fff;
    width: 310px;
    margin-right: 30px;
    margin-bottom: 30px;
    box-shadow: rgba(0,0,0,0.2) 0px 0px 18px;
}
.flickity-button {
    background: none;
    border: none;
    position: relative;
}
.flickity-button-icon {
    fill: currentColor;
}
.flickity-prev-next-button .flickity-button-icon,
.flickity-prev-next-button .flickity-button-icon {
    width: 30px;
    height: 30px;
}

/* latest-news */
.latest-news {
    background: #fff;
}

.scientific {
    background: #ffffff;
    padding: 90px 0;
    overflow: hidden;
}

.tabx-text h2 {
    padding-bottom: 10px !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    color:#fff;
}

a.read-more-slider {
    padding-top: 25px;
}

.tabx-text h5 {
    font-weight: 500;
    font-size: 17px;
    color: #fff;
}

.bg-black {
    background: #333;
    padding: 30px;
}


a.read-more-slider {
    padding-bottom: 3px;
    margin-top: 10px;
    display: block;
    color: #fff !important;
    font-weight: 700;
    position: relative;
    font-size:10px;
}
a.read-more-slider i {
    float: right;
    margin-top: 3px;
    display: inline-block;
    margin-left: 20px;
}
a.read-more-slider:after {
    background-color: #fff;
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a.read-more-slider:hover:after {
    right: 0;
    left: auto;
    width: 0;
}


/* scientific */
.scientific {
    background: #ffffff;
    padding: 90px 0;
    overflow: hidden;
}
.scientific h3 {
    max-width: 220px;
    min-height: 380px;
    font-size: 1.4em;
    color: #fff;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    word-wrap: break-word;
}
.scientific h3 span {
    margin-bottom: 15px;
    font-size: 24px;
    display: block;
    color: #fff;
    line-height: normal;
}
.scientific a {
    display: block;
    color: #516f39;
    /*height:250px;*/
    font-size: 14px;
    text-align: left;
    margin-top:10px;
    line-height:20px;
    word-break: break-word;
    
}
.scientific-slider {
    text-align: right;
    outline: none;
}
.scientific-slider .flickity-viewport {
    text-align: left;
}
.scientific ul {
    margin-right: -2%;
}
.scientific .carousel-cell {
    background: #f2f2f;
    /*background: rgb(10,20,49);*/
    /*background: linear-gradient(90deg, rgb(81, 111, 57) 0%, rgb(135, 175, 102) 100%);*/
    width: 15.5%;
    margin-right: 1%;
    padding: 0px;
    margin-bottom: 30px;
    border-radius: 0px; 
    background:transparent;
    /*box-shadow: rgba(0,0,0,0.35) 0px 0px 7px;*/
}
.scientific .scientific-slider ul {
    margin-right: 30px;
}
.scientific .scientific-slider .carousel-cell {
    width: 310px;
    margin-right: 30px;
}
/*.scientific .carousel-cell:hover {*/
/*    background: #f2f2f2;*/
    
/*}*/
.scientific .carousel-cell:hover a,
.scientific .carousel-cell:hover h4,
.scientific .carousel-cell:hover h3 span {
    color: #4d4d4d;
}
.scientific .previous,
.scientific .next {
    background: none;
    border: none;
    position: relative;
}

/* nsc-members */
.nsc-members .scientific {
    background: none;
    padding: 0;
}
.nsc-members .scientific .carousel-cell {
    float: left;
}

/* widgets */
.widgets {
    background: #f2f2f2;
    padding: 90px 0;
}
.widgets h4 {
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
}
.widgets .column {
    border: 1px solid #ddd;
    background: #fff;
    padding: 15px;
    /*margin-left: 15px;*/
}
.widgets .social-column {
    width: auto;
    float: right;
}
.widgets .border-box {
    border: 1px solid #ddd;
}
.widgets .video-column {
    margin-right: 778px;
    min-height: 541px;
}
.widgets .events {
    background: #fff;
    padding: 0;
}
.widgets .events h3 {
    min-height: 48px;
}
.widgets .events .flickity-viewport {
    height: 445px;
}
.widgets .events .carousel-cell {
    width: 310px;
    margin-right: 30px;
}
.widgets .events .text-box {
    min-height: 120px;
}
.widgets .events h3 a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* contact-map */
.contact-map iframe {
    width: 100%;
}

/* contact */
.contact {
    padding: 60px 0;
}
.contact .form-box {
    border: 5px solid #fff;
    background: #fff;
    padding: 30px;
}
.contact .info {
    padding: 0 50px;
}
.contact h4 {
    background: #516f39;
    margin: -30px -30px 30px -30px;
    padding: 10px 30px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    line-height: normal;
}
.contact p {
    padding-bottom: 15px;
    line-height: 24px;
}
.contact .txtb p {
    padding: 10px 0;
    line-height: 28px;
}
.contact .txtb p a {
    color: #231f20;
}
.contact .address strong {
    display: inline-block;
    padding-right: 10px;
    font-size: 18px;
    padding-bottom: 12px;
    float: left;
}
.contact .txtb p span {
    display: block;
}
.contact .form-control {
    color: #000;
    border-radius: 0;
}
.contact .btn {
    min-width: 280px;
    border-radius: 0;
    padding: 10px;
    margin-bottom: 5px;
}


/* footer */
.footer {
    background: #181717;
    padding: 70px 0 60px 0;
    color: #999;
}
.footer h6 {
    padding-bottom: 10px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
.footer p {
    margin-bottom: 10px;
    line-height: 24px;
}
.footer p a {
    color: #999;
}
.footer li {
    line-height: 21px;
    font-size: 12px;
    font-weight: bold;
}
.footer li li:before {
    width: 8px;
    height: 8px;
    display: none;
    border: 1px solid #999;
    border-radius: 100%;
    content: '';
    margin-left: -4px;
    margin-right: 5px;
}
.footer li a {
    color: #999;
    text-transform: uppercase;
}
.footer ul ul {
    margin-bottom: 5px;
}
.footer li li {
    padding-left: 0;
}
.footer li li a {
    font-weight: normal;
    display: inline-block;
    text-transform: none;
}
.footer .form-control {
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding: 10px;
    background: none;
}
.download-link {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}
.footer .btn:hover {
    background: #fff;
    color: #000;
}
.footer .address p {
    margin-bottom: 15px;
}
.footer .address strong {
    display: inline-block;
    padding-right: 10px;
    font-size: 18px;
    padding-bottom: 12px;
    float: left;
}
.footer .address span {
    display: block;
    margin-left: 30px;
}

/* footer-bottom */
.footer-bottom {
    background: #000;
    padding: 40px 0;
    color: #fff;
}

/* social-footer */
.social-footer {
    padding: 15px 0;
    font-size: 24px;
}
.social-footer a {
    display: inline-block;
    margin-right: 15px;
    color: #fff;
}

/* designdot */
a.designdot {
    float: right;
    color: #fff;
}
a.designdot:hover {
    color: #fff;
}
.designdot-link {
    background: url(../images/designdotlogo.png) no-repeat scroll left top;
    width: 72px;
    height: 17px;
    display: block;
    float: right;
    margin-left: 10px;
    transition: 0.3s;
}
.designdot-link:hover {
    background: url(../images/designdotlogo.png) no-repeat scroll left bottom;
    width: 72px;
    height: 17px;
    display: block;
    float: right;
}

.master-theme-image-2 {
    width: 80%;
    margin: 0 auto;
}

.master-theme-image-1 {
    width: 80%;
    margin: 0 auto;
}

.master-theme-image-1 figure img {
    margin: 0 auto;
}

.master-theme-image-2 figure img {
    margin: 0 auto;
}

/* about */
.about {
    padding: 90px 0 70px 0;
}
.about p {
    margin-bottom: 20px;
    line-height: 24px;
    font-weight:500;
}

.comman-banner {
    margin-bottom: 30px;
}

/* main-container */
.main-container {
    padding: 30px 0;
}


/* committee */
.committee {
    padding: 90px 0 60px 0;
}
.committee li p {
    padding-bottom: 15px;
    line-height: 28px;
    overflow: hidden;
    font-size: 13px;
}
.mcontent p{
    
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-bottom:0!important;
}
.committee ul {
    margin-right: -2%;
}
.committee li {
    /*border: 5px solid #fff;*/
    background: #f6f6f6;
     /*width: 21%;*/
    width: 30%;
    float: left;
    padding: 10px 5px;
    margin-right: 2%;
    margin-bottom: 30px;
    /*box-shadow: rgba(0,0,0,0.35) 0px 0px 7px;*/
    position: relative;
    z-index: 1;
}
.committee h4 {
    padding-bottom: 5px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}
.committee h5 {
    padding-bottom: 20px;
    min-height: 56px;
    text-align: center;
    color: #666;
    font-weight: 500;
    line-height: 1.3;
}
.committee .mail {
    padding-bottom: 25px;
    color: #516f39;
    font-weight: 600;
}
.committee .mail a {
    color: #516f39;
}
.committee .mail a:hover {
    color: #000;
}
.committee .user-img {
    border: 3px solid #516f39;
    background: #516f39;
    width: 114px;
    height: 114px;
    display: block;
    margin: 0 auto 20px auto;
    border-radius: 100%;
    overflow: hidden;
}
.committee .user-img img {
    width: 100%;
    height: auto;
}
.committee .divider {
    background: #516f39;
    width: 3px;
    height: 120px;
    margin: 0 40px 20px 54px;
}
.text-center{
    text-align: center;
}
.py-2{
    padding: 2em 0 ;
}
.member-info span{
    display: block;
    font-size: 14px;
    color: #000;
    text-transform: none;
    min-height: initial;
    font-weight: 700;
    line-height: 1.3;
}
.color-light{
    color:#a59c9c !important;
}
.name-designation h5{
    color:#a59c9c;
}
.member-group{
    height:270px !important;
}
.not-found{
    text-align: center;
    padding: 30px;
    margin: 10px;
}
.not-found h4{
    font-size: 30px !important;
    line-height: 30px !important;
}
}
/* committee-list */
.committee-list ul {
    margin: 0 -15px;
}
.committee-list li {
    width: 33.333%;
    float: left;
    padding: 15px;
}

/* inner-committee */
.inner-committee .column {
    background: #e2e2e2;
}
.inner-nsc-members .inner-committee h4 {
    margin: 0;
    text-align:left;
}
.inner-nsc-members .inner-committee .text {
    font-size: 12px;
}
.inner-committee ul {
    margin: 0 -15px;
}
.inner-committee li {
    width: 100% !important;
    float: left;
    padding: 15px;
}
.inner-committee .shadow {
    border: 1px solid #ccc;
    background: #fff;
    padding: 30px 15px;
}
.inner-committee p {
    overflow: initial;
    white-space: initial;
    text-overflow: initial;
}

/* nsc-committee */
.nsc-committee .text {
    min-height: 65px;
}
.nsc-committee .selectric-selectric,
.activitie .selectric-selectric {
    border: 1px solid #eee;
    width: 220px;
    float: left;
    margin-left: 15px;
}
.nsc-committee .selectric-selectric:first-child,
.activitie .selectric-selectric:first-child {
    width: 180px;
}

/* filter */
.filter {
    float: right;
}
.search-box {
    width: 240px;
    float: right;
    margin-left: 15px;
    position: relative;
    z-index: 1;
}
.search-box .btn {
    position: absolute;
    right: 0;
    top: 0;
    color: #516f39;
    background: #f1f1f1;
    border: none;
    border-left: 1px solid #eee;
}
.search-box .btn:hover {
    color: #516f39;
}

.filter-announcement .selectric-selectric {
    width: 150px;
}


/* selectric-selectric */
.selectric-selectric {
    border: 1px solid #eee;
    width: 220px;
    float: left;
    margin-left: 15px;
}
.selectric {
    border: none;
    box-shadow: none;
}
.selectric .label {
    height: 40px;
    font-size: 13px;
    line-height: 24px;
    padding: 7px 12px;
}
.selectric .button {
    background-color: #f1f1f1;
    height: 40px;
    line-height: 40px;
}

/* inner-contact */
.inner-contact .info {
    padding-top: 120px;
}

/* page-heading */
.page-heading {
    border-bottom: 3px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.page-heading h1,
.page-heading h3 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.page-heading h1 small {
    font-size: 14px;
    text-transform: none;
}

/* inner-activities */
.inner-activities {
    background: url(../images/bg_membership.jpg) no-repeat center center;
    text-align: left;
}
.inner-activities h3 {
    display: inline-block;
    text-align: left;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.inner-activities h3 small {
    display: block;
    color: #fff;
    font-weight: 700;
}
.inner-activities .txtb {
    display: block;
    min-height: 110px;
}
.inner-activities a {
    font-weight: 900;
    color: #dc8d46;
    text-decoration: underline;
}
.inner-activities a.link {
    display: block;
    text-align: left;
    margin-top: 60px;
    text-decoration: none;
}
.inner-activities p {
    line-height: 26px;
}


/* discussion-forum */
.discussion-forum {
    padding: 90px 0;
}
.discussion-forum h3 {
    padding-bottom: 30px;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
}
.discussion-forum .imgb {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.discussion-forum .imgb img {
    width: 100%;
    height: auto;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.discussion-forum .imgb.event-slider .slides li {
    background: #f1f1f1;
    text-align: center;
}
.discussion-forum .imgb.event-slider .slides li img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    /*object-fit:cover;*/
}

ul.slides li,ul.slides{
    overflow:hidden;
    height:100%;
}

.discussion-forum .imgb:hover img {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.discussion-forum .imgb.event-slider:hover .slides li img {
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
}
.discussion-forum p {
    padding-bottom: 25px;
    line-height: 24px;
}
.discussion-forum .u-margin_dbl {
    margin-top: 35px;
}

/* event-list */
.event-list ul {
    display: inline-block;
}
.event-list li {
    background: #f1f1f1;
    width: 100%;
    float: left;
    padding: 15px;
    margin-top: 5px;
}
.event-list li:first-child {
    margin-top: 0;
}
.event-list .date {
    background: #516f39;
    min-width: 83px;
    padding: 10px;
    float: left;
    margin-right: 15px;
    text-align: center;
    font-size: 30px;
    color: #fff;
}
.event-list .date h6 {
    padding: 2px 0;
}
.event-list .month {
    padding: 2px 10px;
    margin: -10px -10px 0 -10px;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    font-weight: 700;
}
.event-list .year {
    padding: 2px 10px;
    margin: 0 -10px -10px -10px;
    border-top: 1px solid #ccc;
    font-size: 10px;
    font-weight: 700;
}
.event-list .text-box {
    padding-left: 100px;
}
.event-list .text p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0;
}
.event-list h5 {
    padding-bottom: 5px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
}
.event-list .city {
    padding-bottom: 0;
    color: #666;
}

/* organization-chart */
.organization-chart {
    padding-bottom: 80px;
}
.organization-chart p {
    padding-bottom: 20px;
    line-height: 28px;
}

/* filter-a-to-z */
.filter-a-to-z {
    padding-bottom: 40px;
    text-transform: uppercase;
}
.filter-a-to-z ul {
    border-right: 1px solid #ccc;
    display: inline-block;
}
.filter-a-to-z li {
    border-left: 1px solid #ccc;
    float: left;
    padding: 2px;
}
.filter-a-to-z li a {
    display: block;
    padding: 5px 10px;
    color: #666;
    line-height: normal;
}
.filter-a-to-z li a.active {
    background: #516f39;
    color: #fff;
}


/* activitie */
.activitie {
    padding: 90px 0 0;
}
.activitie-listing ul {
    margin-right: -2%;
}
.activitie-listing li {
    /* border: 5px solid #ffffff; */
    background: #fff;
    width: 23%;
    float: left;
    margin-right: 2%;
    margin-bottom: 30px;
}
.activitie .imgb {
    background: #f1f1f1;
    min-height: 155px;
    max-height: 155px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.video-box{
    min-height:100%!important;
    max-height:100%!important;
}

.activitie .imgb img,
.activitie .imgb iframe {
    width: 100%;
    height: auto;
    min-height: 155px;
    object-fit: cover;
}
.activitie .imgb iframe {
    min-height: 206px;
    float: left;
}
.video-box.imgb iframe{
    min-height: 155px;   
}
.activitie .txtb {
    padding: 30px 30px 10px 30px;
    min-height: 185px;
}
.activitie h4 {
    margin-bottom: 10px;
    min-height: 48px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    color: #2a2a2a;
    line-height: 24px;
}
.activitie h4 a {
    display: block;
    color: #2a2a2a;
    line-height: 24px;
    min-height:72px;
    word-break: break-word;
}
.activitie .date {
    margin-bottom: 20px;
    color: #353535;
}

/* activitie-with-event */
.activitie-with-event {
    background: #fafafa;
    padding: 30px 15px;
}
.activitie-with-event .txtb {
    background: #fff;
}
.activitie-with-event li {
    width: 50%;
}

/* video-gallery */
.video-gallery .txtb {
    margin-top: -1px;
}
.video-gallery .date {
    padding-bottom: 0;
}

/* team-info */
.team-info {
    padding: 50px;
}
.team-info .imgb {
    width: 200px;
    float: left;
    margin-right: 50px;
}
.team-info .imgb img {
    width: 100%;
    height: auto;
}
.team-info .txtb {
    margin-left: 250px;
}
.team-info h5 {
    padding-bottom: 3px;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
.team-info .tag-line {
    color: #999;
}
.team-info p {
    padding: 10px 0;
    line-height: 24px;
}
.team-info .mail {
    padding: 10px 0 25px 0;
    color: #516f39;
    font-weight: 600;
}
.team-info .mail a {
    color: #516f39;
}
.team-info .mail a:hover {
    color: #000;
}

/* inner-contact */
.inner-contact {
    background: #f2f2f2;
    padding: 60px 0;
}


/* membership-form */
.membership-form {
    background: #f9f9f9;
    padding: 90px 0;
}
.membership-form .page-heading {
    margin-bottom: 50px;
}
.membership-form .form {
    background: #fff;
    padding: 30px;
}
.membership-form h3 {
    background: #999;
    padding: 15px 15px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    line-height: normal;
    margin: 15px -30px 30px -30px;
}
.membership-form h3.first-heading {
    margin: -30px -30px 30px -30px;
}
.membership-form h4 {
    padding: 10px 0;
    font-size: 24px;
}
.membership-form .form-group {
    margin-bottom: 30px;
}
.membership-form .custom-label {
    padding: 0;
    line-height: 40px;
}
.membership-form .custom-label small,
.membership-form .required {
    color: red;
}
.membership-form .checkbox a {
    font-weight: 700;
}
.membership-form .radio-col small {
    display: block;
    font-size: 10px;
    color: #666;
}

/* radio-col */
.radio-col label {
    border: 1px solid #e9e9e9;
    background: #f9f9f9;
    padding: 9px 15px;
    color: #000;
    position: relative;
    cursor: pointer;
}
.checkbox input[type=checkbox],
.radio-col input[type=radio] {
    display: none;
}
.radio-col label span {
    right: 10px;
    top: 10px;
    position: absolute;
    display: block;
    font-size: 18px;
    color: #e9e9e9;
    line-height: 18px;
}
.radio-col input[type=radio]:checked + label {
    border: 1px solid #516f39;
    background: #516f39;
    color: #fff;
}
.radio-col input[type=radio]:checked + label span {
    color: #fff;
}
.radio-col input[type=radio]:checked + label small {
    color: #ccc;
}
input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 22px;
}

/* checkbox */
.checkbox {
    margin: 0;
}
.checkbox label span {
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    display: block;
    float: left;
    margin: 4px 5px 0 -25px;
    position: relative;
}
.checkbox label {
    padding: 0 0 0 25px;
    margin: 0;
}
.checkbox input[type=checkbox]:checked + label span {
    border: 2px solid #516f39;
}
.checkbox input[type=checkbox]:checked + label span:before {
    background: #516f39;
    width: 10px;
    height: 10px;
    float: left;
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
}


/* user login */
.login {
    padding: 60px 0;
}
.login .logo {
    padding-bottom: 20px;
    float: none;
    text-align: center;
}
.login .logo img {
    float: none;
}
.login h3 {
    padding-bottom: 20px;
    font-size: 30px;
    font-weight: 500;
}
.login .form {
    border: 5px solid #516f39;
    background: #fff;
    padding: 30px;
    border-radius: 30px;
}
.login .form-group {
    margin-bottom: 30px;
}
.login .btn {
    width: 100%;
    padding: 12px;
    font-size: 16px;
}
.login .btn {
    width: 100%;
    padding: 12px;
    font-size: 16px;
}
.login .forgot-link {
    display: inline-block;
    float: right;
    font-weight: 500;
}
.login .section-divider {
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.login .section-divider:before {
    background: #C9C9C9;
    width: 100%;
    height: 1px;
    float: left;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
}
.login h5 {
    background: #fff;
    display: inline-block;
    padding: 2px 5px;
    position: relative;
    z-index: 3;
}
.login p {
    padding: 0;
    margin: 0;
    line-height: 24px;
}
.login .input-info {
    display: block;
    padding-top: 5px;
    font-style: italic;
    font-size: 12px;
    color: #999;
}
.login .txtb {
    padding-bottom: 30px;
}

/* photo-gallery */
.discussion-forum {
    padding: 90px 0 70px 0;
}
.discussion-forum .page-heading {
    margin-bottom: 20px;
}
.discussion-forum .date {
    padding: 10px;
    font-size: 12px;
    color: #333;
    background: #f1f1f1;
    margin-bottom: 20px;
}
.discussion-forum .nsc-name {
    padding-bottom: 20px;
    color: #444;
}
.discussion-forum .view-more-photo {
    float: right;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    right: 10px;
    top: 10px;
    background: rgba(0,0,0,0.5);
    z-index: 99;
    padding: 10px 15px;
}
.discussion-forum .imgb {
    margin-bottom: 20px;
}
.discussion-forum .imgb img {
    width: 100%;
    height: auto;
}
.discussion-forum .txtb p {
    padding-bottom: 20px;
    line-height: 28px;
}

/* other-links */
.other-links {
    border: 2px solid grey;
    background: #fff;
    box-shadow: rgba(0,0,0,0.35) 0px 0px 7px;
}
.other-links h3 {
    background: #516f39;
    padding: 12px 15px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.other-links ul {
    padding: 30px;
}
.other-links li {
    padding-top: 30px;
}
.other-links li:first-child {
    padding-top: 0;
}
.other-links h4 {
    padding-bottom: 0;
    font-size: 12px;
    color: #516f39;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

a.back-link {
    float: right;
    font-size: 20px;
    color: #231f20;
}

/* document-required */
.document-required {
    background: #f9f9f9;
    padding: 150px 0;
    text-align: center;
}
.document-required  h3 {
    margin-bottom: 30px;
    font-size: 45px;
    font-weight: 300;
    text-transform: uppercase;
}
.document-required  h3 span {
    border-bottom: 1px solid #333;
    display: inline-block;
    padding-bottom: 10px;
}
.document-required  h5 {
    margin-bottom: 60px;
    font-size: 24px;
    font-weight: 300;
}
.document-required  h4 {
    font-size: 20px;
    color: #516f39;
    font-weight: 600;
    text-transform: uppercase;
}
.document-required  h4 span {
    display: block;
    font-size: 30px;
    color: #dc8d46;
    padding-bottom: 20px;
}
.document-required  h4 .fa {
    width: 70px;
    height: 70px;
    border: 2px dashed #ccc;
    border-radius: 100%;
    text-align: center;
    line-height: 66px;
}

/* nsc-map */
.nsc-map {
    background: #fff;
    padding: 90px 0;
}
.nsc-map .page-heading {
    padding-bottom: 15px;
    margin-bottom: 60px;
}
.nsc-map .txtb {
    padding: 55px 0 0 90px;
}
.nsc-map .txtb a.read-more {
    margin-top: 50px;
    font-size: 18px;
    font-weight: 600;
}
.nsc-map .txtb a.read-more:first-child {
    margin-top: 0;
}

/* nsc-members */
.nsc-members {
    padding: 90px 0 75px 0;
}
.nsc-members .imgb {
    margin-bottom: 30px;
}
.nsc-members .imgb img {
    width: 100%;
    height: auto;
}
.nsc-members .comman-column {
    margin-bottom: 70px;
}
.nsc-members .txtb {
    /*border: 5px solid #516f39;
    background: #fff; */
    min-height: 250px;
    padding: 0 30px 0 0;
}
.nsc-members .txtb h4 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #516f39;
    font-weight: 600;
    line-height: normal;
}
.nsc-members .txtb p {
    text-align: justify;
    line-height: 24px;
}

/* nsc-list */
.nsc-list .page-heading {
    margin-bottom: 15px;
}
.nsc-list ul {
    margin: 0 -10px;
}
.nsc-list .shadow .imgb{
    margin-bottom: 15px;
}
.nsc-list li {
    width: 25%;
    float: left;
    padding: 10px;
}
.nsc-list li .column {
    border: 3px solid #516f39;
    background: #fff;
    height: 320px;
    padding: 20px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.nsc-list h4 {
    word-wrap: break-word;
    font-size: 30px;
    line-height: 1.2;
}
.nsc-list h4 a,
.nsc-list h4 a:hover {
    color: #516f39;
    text-decoration: none;
        word-break: break-word;
}
.nsc-list .shadow .txtb{
    min-height: 60px;
    text-align: left;
    padding: 0 10px;
}
.nsc-list .shadow .txtb h4{
    font-size: 14px;
}

/* inner-nsc-members */
.inner-nsc-members .page-heading h1 {
    font-size: 24px;
    text-transform: none;
}
.inner-nsc-members .page-heading h1 span {
    font-size: 18px;
    color: #999;
}
.inner-nsc-members .image-box {
    margin-bottom: 30px;
}
.inner-nsc-members .image-box img {
    width: 100%;
    height: auto;
}
.inner-nsc-members h4 {
    margin-bottom: 10px;
    font-size: 14px;
    color: #000;
    text-transform: none;
    min-height: initial;
}
.inner-nsc-members .committee {
    padding: 0px 0 0 0;
}
.inner-nsc-members .column {
    min-height: 380px;
    padding: 30px;
}

/* breadcrumb */
.breadcrumb {
    padding: 10px 0;
    border-radius: 2px;
    margin-bottom: 0;
    font-size: 16px;
}
.breadcrumb li {
    display: inline-block;
    padding-right: 6px;
}
.breadcrumb li:after {
    float: right;
    content: "/";
}
.breadcrumb li a {
    display: inline-block;
    margin-right: 5px;
    color: #999;
}
.breadcrumb li:first-child a {
    color: #516f39;
    font-weight: 600;
    text-transform: uppercase;
}
.breadcrumb li:last-child:after {
    display: none;
}
.breadcrumb-hide .breadcrumb {
    display: none;
}

/* acitvities */
.acitvities .txtb {
    background: #f1f1f1;
}
.acitvities .date {
    color: #999;
}
.acitvities .date strong {
    font-size: 14px;
    color: #516f39;
    font-weight: 600;
}
.acitvities .date span {
    display: block;
    font-size: 20px;
    padding-top: 5px;
}
.acitvities p {
    padding-bottom: 0;
    line-height: 23px;
}
.acitvities .heading {
    background: #ddd;
    margin: 20px 0 0 0;
}
.acitvities .heading h3 {
    padding: 15px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 600;
}
.acitvities .heading h3:before {
    content: '-';
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 2;
    font-size: 30px;
    line-height: 49px;
}
.acitvities .heading h3.collapsed:before {
    content: '+';
}
.acitvitie-by-year {
    border: 1px solid #e2e2e2;
    border-top: none;
    padding: 15px 15px 0 15px;
    margin-bottom: 40px;
}
.acitvities .acitvitie-by-year h3 {
    font-size: 18px;
    padding-bottom: 5px;
}
.acitvities .column {
    background: none;
    padding: 15px 15px 0 15px;
    margin: 0 -15px 0 -15px;
    min-height: initial;
    color: #333;
}
.acitvities .column:first-child {
    margin-top: -15px;
}
.acitvities .column:nth-child(even) {
    background: #f1f1f1;
}
.acitvities h4 {
    margin-bottom: 15px;
    font-size: 14px;
    min-height: initial;
    color: #333;
    font-weight: 400;
    line-height: 26px;
    position: relative;
    z-index: 1;
}
.acitvities h4:before {
    border: 3px solid #516f39;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    content: '';
    display: inline-block;
    position: absolute;
    left: -18px;
    top: 8px;
}
.acitvities .tagline {
    padding-top: 0;
    color: #999;
}
.acitvities .panel {
    margin-bottom: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* list-title */
.acitvities .list-title {
    background: #516f39;
    margin: 0;
    padding: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

/* press-release */
.press-release .column {
    background: none;
    min-height: initial;
    margin-bottom: 50px;
    padding: 0;
}
.press-release ul {
    margin: 0 -15px;
}
.press-release li {
    width: 33.333%;
    float: left;
    padding: 15px;
}
.press-release .txtb {
    border: none;
    background: #f1f1f1;
    min-height: 220px;
    margin-bottom: 15px;
    padding: 30px;
    position: relative;
}
.press-release h4 {
    min-height: initial;
    padding: 30px;
    text-align: center;
    font-size: 18px;
    color: #000;
    margin-bottom: 0;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.press-release h4 a {
    color: #000;
}
.press-release h5 {
    font-size: 16px;
    padding-bottom: 5px;
}


/* city-modal */
.city-modal h5 {
    background: #ddd;
    padding: 25px 40px;
    font-size: 24px;
    text-transform: uppercase;
}
.city-modal .table {
    margin: 0;
}
.city-modal .table th {
    width: 50%;
    padding: 15px;
    font-size: 16px;
    text-transform: uppercase;
}
.city-modal .table td {
    width: 50%;
    padding: 15px;
}
.city-modal .table-box {
    padding: 50px;
}

/* post-comment-form */
.post-comment-form {
    padding-top: 20px;
}
.post-comment-form h4 {
    font-size: 18px;
    padding-bottom: 15px;
}
.post-comment-form form {
    background: #f1f1f1;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.post-comment-form .col-sm-9 {
    padding-right: 0;
}
.post-comment-form .col-sm-3 {
    padding-left: 0;
}
.post-comment-form textarea.form-control {
    resize: none;
    border: none;
}
.post-comment-form .btn {
    border-radius: 5px;
}

/* comment-list */
.comment-list {
    
}
.comment-list .imgb {
    width: 42px;
    height: 42px;
    float: left;
    border-radius: 100%;
    margin: 0 15px 0 0;
}
.comment-list .imgb img {
    width: 100%;
    height: auto;
}
.comment-list .txtb {
    margin-left: 15px;
}
.comment-list .txtb p {
    padding: 5px 0;
    line-height: normal;
}
.comment-list .list {
    background: #f1f1f1;
    padding: 15px 15px 0 15px;
    border-radius: 5px;
    margin: 0 0 15px 0;
}
.comment-list h6 {
    margin-bottom: 3px;
    font-size: 16px;
}
.comment-list .date {
    padding: 0;
    font-size: 11px;
    color: #666;
    background: none;
    margin-bottom: 5px;
}
.comment-list p {
    padding-bottom: 12px;
    line-height: 22px;
}


/* leftcol */
.leftcol {
    border: 2px solid grey;
    background: #fff;
    padding: 30px 30px 20px 30px;
    box-shadow: rgba(0,0,0,0.35) 0px 0px 7px;
}

/* event-slider */
.event-slider .flex-prev,
.event-slider .flex-next {
    background: rgba(0,0,0,0.8);
    width: 40px;
    height: 40px;
    margin-top: -20px;
    text-align: center;
    font-size: 32px;
    color: #fff;
    line-height: 40px;
    position: absolute;
    top: 50%;
    z-index: 999;
}
.event-slider .flex-prev {
    left: 5px;
}
.event-slider .flex-next {
    right: 5px;
}

/* donation */
.donation {
    min-height: 250px;
}

/* library */
.library {
    padding: 90px 0;
}
.library ul {
    margin: 0 -15px;
}
.library li {
    width: 33.33%;
    float: left;
    padding: 15px;
    background: #fff0;
}
.library .shadow {
    border: 1px solid #ccc;
    border-radius: 5px;
}

div#searchResult p {
    white-space: nowrap !important;
}

.library .shadow a {
    display: block;
    padding: 10px 15px;
    color: #231f20;
}
.library .shadow i.fa {
    float: left;
    font-size: 20px;
    line-height: 24px;
}
.library .shadow p {
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
}
.library .shadow p span {
    margin: 0 0 0 10px;
    line-height: 24px;
}

p.library-text {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

/* library-details */
.library-details .shadow {
    /*border: 1px solid #ccc;*/
    border-radius: 0;
    padding: 15px;
}

.icon .img-style {
    min-height: 155px;
    max-height: 155px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: right;
    margin: 0 auto;
}

.library-details .icon {
    /*padding: 10px 10px 10px 10px;*/
    text-align: center;
}
.library-details .icon i.fa {
    float: none;
    font-size: 50px;
    color: #516f39;
    line-height: normal;
}
.library-details .shadow p {
    /*border-top: 1px solid #ccc;*/
    padding: 30px 30px 10px 30px;
    /*margin: 0 -15px -15px -15px;*/
    color: #231f20;
}

.library-text {
    display: block;
    color: #2a2a2a;
    line-height: 24px;
    min-height: 72px;
    word-break: break-word;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    color: #2a2a2a;
    line-height: 24px;
    word-break: break-word;

}

.library-details .shadow p .fa {
    margin: 0 8px 0 0;
    font-size: 16px;
    line-height: 24px;
}

/* inner-nsc-members */
.inner-nsc-members .section-heading {
    /*border-bottom: 2px solid #cacaca;*/
    padding-bottom:0px;
    padding-top:10px;
}
.inner-nsc-members .section-heading h3 {
    padding-bottom: 8px;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
.inner-nsc-members .acitvities .heading h3 {
    font-size: 14px;
}
.inner-nsc-members .acitvities .heading h3:before {
    right: 8px;
}
.inner-nsc-members .nsc-members.acitvities {
    padding: 55px 0 75px 0;
}

/* categories-txtb */
.categories-txtb {
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 30px;
}
.categories-txtb .hide-content {
    margin-top: 20px;
    margin-right:70px;
}
.categories-txtb h3 {
    padding-bottom: 5px;
    font-size: 24px;
    color: #516f39;
    font-weight: 700;
    text-transform: uppercase;
}
.categories-txtb p {
    padding-bottom: 20px;
    margin-bottom: 0;
}
.categories-txtb ul {
    list-style: disc;
    margin-left: 18px;
}
.categories-txtb li {
    line-height: 24px;
}
.categories-txtb .head-col .box {
    margin-right: 70px;
}
.categories-txtb .head-col p {
    padding: 0;
    margin: 0;
}

/* activitie activitie-with-event */
.activitie.activitie-with-event .txtb,
.committee.inner-committee .shadow {
    text-align: left;
    padding: 15px;
}
.activitie.activitie-with-event h4 {
    margin-bottom: 0;
}
.committee.inner-committee .shadow {
    border: none;
}
.committee.inner-committee .shadow h4 {
    padding: 0;
}
.committee.inner-committee .shadow p {
    padding: 0 0 10px 0;
}

/* election-banner */
.election-banner {
    margin-bottom: 40px;
}
.election-banner img {
    width: 100%;
    height: auto;
}
.election .title {
    padding-bottom: 10px;
}
.election .divider {
    background: #eee;
    width: 100%;
    height: 5px;
    margin: 15px 0 40px 0;
}
.election-list ul {
    border-bottom: 1px solid #eee;
    list-style: none;
    padding: 0;
    margin: 0;
}
.election-list li {
    border-top: 1px solid #eee;
    padding: 15px 0;
}
.election-list li a {
    background: url(../images/right-arrow.png) no-repeat right bottom;
    background-size: auto 20px;
    display: block;
    font-size: 16px;
    color: #231f20;
}
.election-list li a strong {
    display: block;
}

/* content-ul-ol */
.content-ul-ol ul {
    list-style: disc;
    margin: 0 0 20px 14px;
}
.content-ul-ol ol {
    list-style: decimal;
    margin: 0 0 20px 14px;
}

/* discussion */
.discussion {
    padding: 90px 0 75px 0;
}
.discussion ul {
    margin: 0 -15px;
}
.discussion li {
    width: 33.333%;
    float: left;
    padding: 15px;
}
.discussion .title {
    background: #516f39;
    padding: 15px;
    min-height: 250px;
    margin-bottom: 20px;
    position: relative;
}
.discussion h3 {
    width: 100%;
    padding: 20px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.discussion h4 {
    margin-bottom: 5px;
    text-transform: uppercase;
}
.discussion .date {
    color: #999;
}

/* registration-fee */
.registration-fee h4 {
    padding: 10px 0;
    font-size: 18px;
}
.registration-fee p {
    line-height: normal;
    padding: 10px 0;
}
.registration-fee ol {
    margin-bottom: 15px;
    list-style: decimal;
    margin-left: 17px;
    line-height: normal;
}
.registration-fee ol li {
    padding: 4px 0;
}

/* nsc-img-slider */
.nsc-img-slider {
    position: relative;
    z-index: 1;
}
.nsc-img-slider .flex-prev,
.nsc-img-slider .flex-next {
    position: absolute;
    top: 50%;
    z-index: 3;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    line-height: 30px;
    margin-top: -15px;
}
.nsc-img-slider .flex-prev {
    left: 15px;
}
.nsc-img-slider .flex-next {
    right: 15px;
}







.hide-form,
.renewal-fee {
    display: none;
}

.nsc-members .scientific {
    overflow: inherit;
}
.events .carousel-cell,
.scientific .scientific-slider .carousel-cell,
.committee li,
.nsc-members .scientific .carousel-cell,
.activitie-listing li {
    transition: 0.3s;
}
.events .carousel-cell:hover,
.scientific .scientific-slider .carousel-cell:hover,
.committee li:hover,
.nsc-members .scientific .carousel-cell:hover,
.activitie-listing li:hover {
    margin-top: -15px;
}
.committee li:hover,
.nsc-members .scientific .carousel-cell:hover,
.activitie-listing li:hover {
    margin-bottom: 45px;
}

.menu-mobile {
    display: none;
}

.showcase.mobile{
    display:none;
    
}
.showcase.mobile h3{
    letter-spacing: 0;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    padding-bottom: 30px;
}
.showcase.mobile .date{
    padding-bottom: 5px;
    font-size: 14px;
    color: #aeaeae;
    font-weight: 600;
    text-transform: uppercase;
}
.showcase.mobile p{
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 30px;
    color: white;
    border-bottom: 1px solid;
    margin-bottom: 5px;
}
.showcase.mobile .past-event h3{
    color:#000;
}
.showcase.mobile .past-event p{
    color:black;
}
.inshow{
    opacity:1;
    display:block;
}
.nogroups{
    text-align:center;
    padding-top:20px;
}
.a2a_default_style a {
    line-height: 20px;
    width: 20px;
    height: 20px;
    margin: 0 3px;
}
.a2a_default_style .a2a_counter img, 
.a2a_default_style .a2a_dd, .a2a_default_style .a2a_svg{
    width:20px;
    height:20px;
}

.registration-heading {
    font-size: 45px;
}

.scientific-heading {
    font-size: 30px;
}

.date,.registration-para {
    font-size: 20px;
}

span.scroll-right {
    display: none;
}


/*/////////////////////////////////
  Responsive CSS
/////////////////////////////////*/

@media  (min-width: 1299px) and (max-width: 1600.5px){
 .library-1 li {
    width: 25%;
    margin-right: 1%;
}

}

@media  (max-width: 1441px) {
.navigation li a {
   font-size:12px !important;
}
.navigation li a span {
    font-size:12px !important;
}
}

@media  (max-width: 770px){

/*.library li {*/
/*    width: 33.33%;*/
/*    float: left;*/
    /* padding: 15px; */
   
/*}*/

}


@media (min-width: 320px) and (max-width: 767px) {

/*body {*/
/*    padding-bottom: 60px;*/
/*}*/

.container,
.full-container {
    width: auto !important;
    padding: 0 15px !important;
}

.position-static {
    position: static;
}
.showcase-slider{
    display:none;
}
.mobile-showcase{
    display:block;
}

/* modal */
.modal-lg {
    width: auto;
    margin-top: 40px;
}
.modal-content .close {
    right: 0;
    top: -30px;
}

/* section-heading */
.section-heading h2 {
    font-size: 24px;
}

/* social */
.top-bar ul,
.top-bar .social {
    display: none;
}



/* header */
.home .top-bar {
    position: relative;
}
.home .header {
    top: 0;
    position: relative;
    background: #fff;
}
.home .header .home-logo-white {
    display: none;
}
.home .home-logo-black {
    display: block;
}
.header {
    position: relative;
}

/* logo */
.logo img {
    height: 50px;
}

/* navigation */
.menu-mobile {
    display: block;
    float: right;
    font-size: 24px;
    color: #000;
    line-height: 24px;
    margin-top: 11px;
}
.navigation {
    background: #516f39;
    width: 100%;
    display: none;
    padding: 0;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
}
.navigation li {
    border-top: 1px solid #fff;
    padding: 0;
    margin: 0;
    float: none;
}
.navigation li a {
    display: block;
    padding: 10px 15px;
    color: #fff;
}
.navigation li a span {
    display: inline;
    color: #fff;
}
.navigation ul ul {
    border-top: 1px solid #fff;
    padding-top: 0;
    position: static;
}
.navigation ul ul:before {
    display: none;
}

/* mobile-menu-bar */
.mobile-menu-bar {
    display: none;
    background: #516f39;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
}
.mobile-menu-bar li {
    width: 20%;
    float: left;
}
.mobile-menu-bar li a {
    display: block;
    padding: 10px 5px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}
.mobile-menu-bar li a .fa {
    display: block;
    margin-bottom: 3px;
    font-size: 20px;
}
.mobile-menu-bar li.post-link {
    height: 60px;
    padding: 4px 6px;
}
.mobile-menu-bar li.post-link  a {
    padding: 0;
    width: 100%;
    height: 100%;
    float: left;
}
.mobile-menu-bar li.post-link  a .fa {
    background: #000;
    width: 100%;
    height: 100%;
    float: left;
    line-height: 52px;
    border-radius: 100%;
}

/* notice */
.notice {
    position: static;
}

/* showcase */
.upcoming-news,
.past-news {
    width: 100%;
}
.showcase .caption {
    position: relative;
    padding: 30px 0;
}
.showcase .container {
    position: static;
    top: 0;
    z-index: 3;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.showcase a.read-more {
    float: none;
    margin: 0;
}
.upcoming-slider-thum strong,
.past-slider-thum strong {
    padding-bottom: 5px;
}
.upcoming-slider .slides li,
.past-slider .slides li {
    height: auto;
}
.upcoming-slider-thum,
.past-slider-thum {
    padding: 30px 15px;
    position: static;
}
.past-slider-thum {
    background: #000;
}
.upcoming-slider-thum li,
.past-slider-thum li {
    width: 100% !important;
    margin-bottom: 15px !important;
}

/* about */
.about-content .txtb {
    padding: 80px 0;
}
.about-content .counter {
    padding: 60px 0;
}
.about-content .counter {
    padding: 60px 0;
}
.about-content .counter h4 {
    padding: 30px;
}

/* events */
.events .carousel-cell {
    width: 290px;
}

/* widgets */
.widgets .column {
    margin-left: 0;
}
.widgets .social-column {
    width: 100%;
    float: right;
}
.widgets .social-column iframe {
    width: 100%;
}
.widgets .video-column {
    width: 100%;
    float: left;
    margin-right: 0;
    min-height: 541px;
}
.widgets .events .carousel-cell {
    width: 260px;
}
.nsc-event-img-section-li {
    height: 100% !important;
    float: left;
    padding: 10px 20px;
    width: 100% !important;
    margin: 0 !important;
}
/* footer */
.footer {
    padding: 30px 0 5px 0;
}
.footer .column {
    padding: 15px 0;
}
a.designdot {
    float: none;
    display: inline-block;
    margin-top: 10px;
}
.footer-bottom {
    padding: 25px 0;
    text-align: center;
}

/* map */
.map {
    text-align: center;
}
.map img {
    width: 100%;
    height: auto;
}
.nsc-map .txtb {
    padding: 55px 0 0 0;
}

/* committee */
.committee ul,
.scientific ul,
.activitie-listing ul {
    margin-right: 0;
}
.committee li,
.scientific .carousel-cell,
.activitie-listing li {
    width: 100%;
    margin-right: 0;
}
.nsc-members .txtb {
    margin-bottom: 30px;
}
.nsc-members .txtb,
.scientific .carousel-cell {
    padding: 15px;
    border-radius: 15px;
}
.scientific .carousel-cell{
    padding:15px 15px 15px 0;
}
.login .form {
    padding: 15px;
    border-radius: 15px;
}
.filter {
    float: none;
}
.filter .selectric-wrapper {
    width: 100% !important;
    margin: 15px 0 0 0;
}
.contact h4 {
    background: #516f39;
    margin: -15px -15px 15px -15px;
    padding: 10px 15px;
}
.contact .form-box {
    padding: 15px;
    margin-bottom: 30px;
}
.contact .btn {
    min-width: 100%;
}
a.back-link {
    margin-top: 15px;
}
.leftcol {
    padding: 15px 15px 5px 15px;
    margin-bottom: 30px;
}

.nsc-list li{
    width: 90%;
    margin-left: 5%;
    float: none;
}
.showcase.deskti{
    display:none;
}
.showcase.mobile{
    display:block;
}
.team-info .txtb{
    margin-left:0;
    text-align:center;
}
.team-info p{
    font-size:13px;
}
.library li{
    width:100%;
}
.committee-list .nscmembers{
    overflow-x:hidden;
}
a.show-hide{
    font-size: 40px;
    position: absolute;
    right: 12px;
    display: flex;
    align-items: center;
    height:100%;
}
.about,
.nsc-map{
    padding: 40px 0;
}
.city-modal .table-box {
    padding: 20px 10px;
}
.city-modal h5{
    padding: 15px 10px;
    font-size: 20px;
}
.city-modal .table th{
    font-size:13px;
}
.committee h4{
    font-size:18px;
}
.committee h5{
    padding-bottom: 0;
    min-height: initial;
}
.team-info {
    padding: 20px 10px;
}
.team-info .imgb{
    float:none;
    margin:0 auto;
    margin-bottom:10px;
}
.nsc-members,
.inner-nsc-members .nsc-members.acitvities,
.activitie,
.membership-form,
.contact,
.library{
    padding:40px 0;
}
.page-heading h1, 
.page-heading h3,
.inner-nsc-members .page-heading h1{
    font-size:18px;
    line-height:26px;
}
.nsc-members .txtb p{
    font-size:13px;
}
.inner-nsc-members .text-box {
    font-size:13px;
    line-height:24px;
}
.inner-nsc-members .text-box p,
.inner-nsc-members .text-box li,
.acitvitie-by-year .column li{
    font-size:13px;
    line-height:24px;
}
.inner-nsc-members .acitvities .heading h3{
    font-size: 13px;
    line-height: 18px;
}
.nsc-members .txtb{
    min-height:initial;
    margin-bottom:0;
}
.nsc-members .comman-column{
    margin-bottom: 10px;
}
.nogroups{
    padding-top:0;
}
.scientific a{
    height:initial!important;
}
.scientific .carousel-cell{
    margin-bottom:0;
    padding-bottom:0;
}
.scientific h3{
    max-width: inherit;
    min-height: initial;
    font-size: 12px;
    color: #000;
    font-weight: 700;
    line-height: 24px;
    text-align:center;
}
.categories-txtb{
    padding:10px;
}
.categories-txtb h3{
    font-size: 14px;
    line-height: 24px;
}
.categories-txtb .hide-content{
    margin-right: 0;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}
.categories-txtb p,
.categories-txtb li{
    font-size: 12px;
    
}
.categories-txtb h4{
    font-size:14px;
}
.inner-activities h3{
    margin-bottom: 0;
    font-size: 22px;
}
.inner-activities .txtb{
    min-height:100px;
}
.inner-activities a.link{
    margin-top:15px;
}
.inner-activities{
    padding:60px 0;
}
.membership-form .page-heading{
    margin-bottom:20px;
}
.page-heading h1 small{
    font-size:12px;
}
.table{
    display:block;
    overflow-x:auto;
}
.election-list li a{
    background-position:right;
    padding-right: 20px;
    font-size:12px;
}
.my-profile h4{
    font-size:16px;
}
}
@media (min-width:320px) and (max-width:375px){
    .inner-nsc-members .acitvities .heading h3:before{
        top:0px;
        }
}
@media (min-width:374px) and (max-width:767px){
    .scientific .carousel-cell {
        padding:15px;
    }
}
@media(min-width:576px) and (max-width:767px){
    .library li{
        width:50%;
    }
    .committee-list .nscmembers .column{
        width:50%;
        float:left
    }
}

@media  (max-width:800px){
    .img-slide:after {
       width: 50% !important;
    }
    .carousel-caption {
    top: -20px !important;
    width: 43% !important;
}
 .img-slide:after {
       width: 55% !important;
    }
    
 .carousel-caption {
     left: 53% !important;
}

.tabx-text h2 {
    font-size: 20px !important;
}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 767px) and (max-width: 991px) {
.master-heading h3 {
   font-size: 24px !important;
}

.full-container {
    width: 750px !important;
    padding: 0 15px !important;
    margin: 0 auto !important;
}


.container {
    /*width: 900px !important;*/
    padding: 0 15px !important;
    margin: 0 auto !important;
}
.scientific .container {
    /*width: 900px !important;*/
    padding: 0 15px !important;
    margin: 0 auto !important;
}



.modal-lg {
    width: 700px;
}
/* header */
.home .top-bar {
    position: relative;
}
.home .header {
    top: 0;
    position: relative;
    background: #fff;
}
.home .header .home-logo-white {
    display: none;
}
.home .home-logo-black {
    display: block;
}
.header {
    position: relative;
}


/* logo */
.logo img {
    height: 50px;
}

/* navigation */
.menu-mobile {
    display: block;
    float: right;
    font-size: 24px;
    color: #000;
    line-height: 24px;
    margin-top: 11px;
}
.navigation {
    background: #516f39;
    width: 50%;
    display: none;
    padding: 0;
    position: absolute;
    left: inherit;
    right: 14px;
    top: 100%;
    z-index: 99;
}
.navigation li {
    border-top: 1px solid #fff;
    padding: 0;
    margin: 0;
    float: none;
}
.navigation li a {
    display: block;
    padding: 10px 15px;
    color: #fff;
}
.navigation li a span {
    display: inline;
    color: #fff;
}
.navigation ul ul {
    border-top: 1px solid #fff;
    padding-top: 0;
    position: static;
}
.navigation ul ul:before {
    display: none;
}

.top-bar li a {
    padding: 0 5px;
}

/* showcase */
.showcase .container {
    width: auto !important;
}
.upcoming-slider-thum,
.past-slider-thum {
    padding: 30px 15px;
}
.showcase h4 {
    padding-bottom: 10px;
}
.showcase a.read-more {
    float: none;
    margin: 0;
}
.showcase h3 {
    margin-bottom: 20px;
}
.upcoming-slider-thum li,
.past-slider-thum li {
    font-size: 12px;
}

.about-content .txtb {
    padding: 60px 0;
}
.about-content .counter {
    padding: 100px 0;
}
.about-content .counter h4 {
    display: block;
    padding: 40px;
}

.widgets .column {
    margin: 0;
}
.widgets .social-column {
    width: 50%;
    margin: 0;
}
.widgets .video-column {
    margin-right: 0;
    width: 100%;
    float: left;
}
.nsc-event-img-section-li {
    height: 100% !important;
    float: left;
    padding: 10px 20px;
    width: 100% !important;
    margin: 0 !important;
}

/* map */
.map {
    text-align: center;
}
.map img {
    width: 100%;
    height: auto;
}
.nsc-map .txtb {
    padding: 55px 0 0 0;
}

.committee li,
.scientific .carousel-cell,
.activitie-listing li {
    width: 48%;
}

.committee-list .nscmembers{
    overflow-x:hidden;
}
.leftcol {
    padding: 15px 15px 5px 15px;
}
.other-links {
    margin-left: -15px;
}
.other-links h4 {
    font-size: 14px;
}
.other-links ul {
    padding: 15px;
}
a.read-more {
    font-size: 12px;
}
.nsc-list li {
    width: 50%;
}

.showcase.deskti{
    display:none;
}
.showcase.mobile{
    display:block;
}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {

.full-container,
.container {
    width: 1024px !important;
    padding: 0 15px !important;
    margin: 0 auto !important;
}

.modal-lg {
    width: 900px;
}
.navigation li a {
    font-size:12px;
}
.top-bar li a {
    padding: 0 20px;
}
.navigation li {
    margin-left: 15px;
}


/* showcase */
.showcase .container {
    width: auto !important;
}
.upcoming-slider-thum,
.past-slider-thum {
    padding: 5px 15px;
}
.showcase h3 {
    font-size: 14px;
}
.upcoming-slider-thum li,
.past-slider-thum li {
    font-size: 12px;
}

.about-content .txtb {
    padding: 65px 25px;
}
.about-content .counter h4 {
    padding: 0 60px;
}

.widgets .column {
    margin: 0;
}
.widgets .social-column {
    width: 50%;
    margin: 0;
}
.widgets .video-column {
    margin-right: 0;
    width: 100%;
    float: left;
}

.activitie-listing li,
.committee li,
.scientific .carousel-cell {
    width: 31.333%;
    margin-right: 2%;
}

.nsc-event-img-section-li {
    height: 100% !important;
    float: left;
    padding: 10px 20px;
    width: 50% !important;
    margin: 0 !important;
}

.nsc-list li {
    width: 33%;
}

}

/* Medium devices (desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399px) {

.full-container {
    width: auto !important;
    padding: 0 30px !important;
}
.container {
    width: auto !important;
    padding: 0 95px !important;
}


.inner-nsc-members .acitvities .heading h3 {
    font-size: 12px;
}


}

@media (min-width: 1200px) and (max-width: 1500px){
.nsc-event-img-section-li {
    height: 100% !important;
    float: left;
    padding: 10px 20px;
    width: 33% !important;
    margin: 0 !important;
}
}

/* Medium devices (desktops, 1660px and up) */
@media (min-width: 1600px) and (max-width: 1920px) {

.committee-list li,
.activitie li,
.press-release li,
.inner-committee li,
.library li,
.committee li {
    width: 18.5%;
    margin-right: 1%;
}
.nsc-list li{
    width: 20%;
}
.inner-committee li,
.activitie-with-event li {
    width: 50%;
}

.activitie h4 {
    min-height: 48px;
    max-height: 48px;
    overflow: hidden;
}

.showcase-slider .slides li {
    max-height: 800px;
}

}

@media (max-width: 2600px) and (min-width: 1500px){
    a.read-more{
        font-size:14px;
    }
    .top-bar p{
        font-size:14px;
    }
    .top-bar li a {
        font-size:14px;
    }
    .about-content p, .about-content ul {
        font-size:17px;
    }
    .footer li {
    line-height: 26px;
    font-size: 14px;
        
    }
    .about p {
        font-size:17px;
        line-height:30px;
    }
    .page-heading p{
        font-size: 16px;
        margin-top: 10px;
    }
    .committee li p {
        font-size:16px;
        line-height:30px;
    }
    .name-designation h5{
        font-size:16px;
    }
    .nsc-members .txtb p {
        font-size:16px;
        line-height:30px;
    }
    .name-designation h6{
        font-size:16px;
        line-height:30px;
    }
.nsc-event-img-section-li {
    height: 100% !important;
    float: left;
    padding: 10px 20px;
    width: 25% !important;
    margin: 0 !important;
}
.form-control {
    font-size:18px;
}
.contact p {
    font-size:18px;
}
.upcoming-slider-thum, .past-slider-thum{
    padding: 5px 70px;
}
}


@media(max-width:3000px){
    .activitie .txtb{
            min-height: 200px;
    }
}

@media(max-width:1870px){
    .activitie .txtb{
            min-height: 206px;
    }
}


@media(max-width:1400px){
    .activitie .txtb{
        min-height: 228px;
    }
}



@media(max-width:991px){
    
    ul.slides li{
            background-size: 100% 100% !important;
    }
.showcase.mobile {
    display: none;
}

.showcase.deskti{
    display:block;
}


ul.slides li {
    min-height: 500px;
}

.upcoming-slider-thum ul li ,.past-slider-thum ul li{

        min-height: auto;
    width: auto !important;
    margin-right: 20px !important;
    margin-bottom: 0px !important;
}


.upcoming-slider-thum ul {
    display: flex;
 
}
.past-slider-thum{
    
}

.upcoming-slider-thum, .past-slider-thum{
   padding:15px; 
   background: #526f39;
}

.upcoming-slider-thum, .past-slider-thum{
        position: relative;
}

.past-slider {
    margin-top: 50px;
}

.past-news,.upcoming-news{
        width: 100%;
}

.showcase .caption{
        background: #0000008a;
}

ul.slides .caption {
    padding: 15px 0px;
}
   
.showcase .caption{
        position: absolute;
}

 .full-container, .container{
         width: 100%;
 }
 .about-content .counter h1{
         font-size: 30px;
 }
 
 .about-content .counter h4 strong{
         font-size: 40px;
 }
 .about-content .counter h4{
         font-size: 13px;
 }
 

}
@media(min-width:991px){
  .for-mobile-show{
      display:none;
  }  
    
}


@media(max-width:767px){
    
    
    span.scroll-right {
    display: block;
}

span.scroll-right {
    text-align: right;
    font-size: 10px;
    padding: 5px;
}
    
    .counter {
    padding-left: 30px !important;
    padding-right: 30px !important;
}


ul.slides li {
    min-height: 301px;
}


.upcoming-slider-thum ul li ,.past-slider-thum ul li{

        min-height: auto;
    width: auto !important;
    margin-right: 20px !important;
    margin-bottom: 0px !important;
}
.showcase .caption{
        bottom: 0;
}


.showcase h3{
        font-size: 12px;
}

.about-content .txtb {
    padding: 30px 0;
}
     .about-content .counter{
         min-height: 400px;
 }
 
    .top-bar ul, .top-bar .social{
        width: 100%;
        text-align: right;
        display:block;
    }
    
    .table-responsive p,.table-responsive ol{
        padding:5px 15px;
    }
    
    .table-responsive p{
        font-size: 12px;
        margin-top: 10px;
    }
    
    .registration-heading {
    font-size: 30px;
    }
    
    .membership-form h4{
        font-size: 18px;
    }
    
    .date, .registration-para{
        font-size: 14px;
    }

    .social {
        text-align: inherit !important;
    }
    
    .top-bar li{
        width: 50%;
        text-align: left;
    
    }
    .top-bar li a{
        padding: 0px;
        font-size:12px;
    }
    
    .membership-form h3{
        padding: 10px 10px;
        font-size: 14px;
    }
    
    .table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th{
        text-align:left;
        font-size: 12px;
    }
    
    
    .membership-form .form{
        padding: 20px;
    }
    
    .registration-fee ol li,.registration-fee p,.account-details ul li{
            font-size: 12px;    
    }
    
    .form-group small,.form-group{
        font-size: 10px;
        margin-top:5px;
        display:block;
    }
    
    .form-control{
        padding: 5px 10px;
        font-size: 12px;
        line-height: 20px;
    }
    
    .membership-form h3{
        margin: 15px -20px 15px -20px;
    }
    
    span#verifybtn {
        margin-bottom: 15px;
    }
    
    .btn{
        padding: 5px;
        font-size: 12px;
    }
    
    .membership-form .form-group{
            margin-bottom: 10px;
    }
    
.about-content .counter h4{
    padding: 15px;
    display: block;
        top: 70px;
}

.about-content .counter h1{
        top: 70px;
}
}

@media(max-width:370px){
     
        .top-bar li a{
            padding: 0px;
            font-size:9px;
    }
    
    .categories-txtb .hide-content {
    margin-top: 0px;
  
}
}
