body {
    font-family: 'Signika', sans-serif;
}

*::selection{
color:#fff;
background-color:#b00b01;
}

.other {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}


/*********************************/


/*--Start of navbar--*/


/*.sidenav {*/


/*  position: fixed;*/


/*z-index: -1;*/


/*  overflow-x: hidden;*/


/*}*/
.flip-clock-wrapper {
  
    width: 64% !important;
    padding:25px 0 !important;
    margin: 0 auto !important;
}
.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.logos-back {
    background-color: #b00b01;
}

.multiple-logo {
    display: table;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: white;
    border-radius: 5px;
    padding-top: 14px;
    padding-bottom: 9px;
    width: 43%;
}

.multiple-logo img {
    max-width: 12%;
    padding: 0px 4px;
    margin: 0px 20px;
}


/*.logo-works{
    display:table-row;
    vertical-align:middle; 
}*/


/*.35menu{
    background-color:#fff;
     height:47px;
}
.newslogos{
    display:table-row;
    vertical-align:middle; 
}
.new35yearslogo{
display:table; margin-bottom:8px; background-color:white; border-radius:5px; padding-top: 14px;
padding-bottom: 9px; 
}*/

.navbar-menu-1 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
}

.navbar-items1 {
    float: left;
}

.navbar-items1 a {
    display: block;
    color: black;
    text-align: center;
    padding: 6.5px 16px;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
}

.navbar-menu-1 .nav-link {
    display: block;
    padding: .5rem 0 !important;
}

.combined_logo {
    float: left;
    vertical-align: middle;
    padding: 5px;
}

.navbar-items1 a:hover {
    color: #eb2b28 !important;
}

.actives {
    color: #eb2b28 !important;
}

.navbar-items1 a:hover {
    color: #eb2b28 !important;
}

.actives {
    color: #eb2b28 !important;
}

.new35yearslogo {
    display: table;
    margin-top: 16px;
    margin-bottom: 16px;
    background-color: white;
    border-radius: 5px;
    padding-top: 14px;
    padding-bottom: 9px;
    padding-left: 14px;
    margin-right: 8px;
    padding-right: 14px;
}

.other {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.09), 0 2px 11px 0 rgba(0, 0, 0, 0.03)
}

.nav-color {
    background-color: #fff;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    box-shadow: 0 1px 1px 0 rgba(236, 236, 236, 0.28), 0 2px 10px 0 rgba(174, 174, 174, 0.66);
}

.navbar-brand img {
    max-width: 100% !important;
    *padding: 1.51px 8px 1px;
    padding: 10px 8px 10px;
}

.navbar-elements {
    padding: 0px 8px !important;
    color: #000!important;
}

.inner-items {
    text-transform: uppercase !important;
    display: block;
    color: #000 !important;
    text-align: center;
    padding: 16px 16px;
    text-decoration: none;
    font-size: 12px;
}

.inner-items:hover {
    text-decoration: none;
    color: #eb2b28 !important;
}

.inner-items:last-child {
    padding: 6px 16px !important;
}

.button-new {
    color: #fff !important;
    border-radius: 1.25rem !important;
    border: 2px solid #EB2B28 !important;
    font-size: 13px;
    background-color: #EB2B28;
    margin: 6px 0;
}


/*.actives {


    width: 100%;

}
.actives::after {
    content: '';
    background-color: 
     #eb2b28;
    width: 50px;
    display: block;
    height: 5px;
   
}*/

.button-new:hover {
    background-color: #fff !important;
    color: #eb2b28 !important;
    border-color: #eb2b28 !important;
}

.btn:focus {
    outline:0;
    box-shadow: none !important;
}
button:focus {
    outline: 0;
}
.dropdown-content {
    display: none;
    position: fixed;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
}
.dropdown-content a
{
    text-align: left;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropbtn{ color: #eb2b28 !important; }

/*.dropdown .dropdown-menu {*/


/*     opacity:0;*/


/*    -webkit-transition: all 200ms ease-in;*/


/*    -moz-transition: all 200ms ease-in;*/


/*    -ms-transition: all 200ms ease-in;*/


/*    -o-transition: all 200ms ease-in;*/


/*    transition: all 200ms ease-in;webkit-transition: .35s linear 0s;*/


/*    transition: .35s linear 0s;*/


/*  overflow: hidden;*/


/*  transform-origin: top center;*/


/*  transform: scale(1, 0);*/


/*  display: block;*/


/*}*/

.dropdown:hover .dropdown-menu {
    transform: scale(1);
    display: block;
    opacity: 1;
}

.drop-inner {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 600;
    color: #000;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 13px !important;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.drop-inner:hover {
    background-color: transparent !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    text-decoration: none;
    background-color: transparent;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #eb2b28;
    text-decoration: none;
    background-color: transparent;
}

.drop-box {
    top: 100% !important;
    border-radius: 1px !important;
    background-color: #fff !important;
    color: #fff !important;
    border: none;
}

.navbar-dark .navbar-toggler {
    color: rgb(235, 43, 40);
    border-color: none;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("../img/list.png");
    background-size: 21px;
}


/*--End of navbar--*/


/*--Start of Banner--*/

.masthead {
    height: calc(100vh - 178px);
    background-color: #000;
    background: url('../img/banner-new.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-content {
    font-family: italic !important;
    font-size: 15px;
    font-family: 'Signika', serif;
    font-weight: 600;
    font-style: italic;
    font-size: 25px;
    letter-spacing: 1px;
    text-transform: none;
    line-height: 1.5em;
    color: #000;
    text-shadow: 1px 0px 5px #ffffff;
}

.banner-head {
    font-family: 'Signika', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 68px;
    letter-spacing: 4px;
    text-transform: uppercase;
    line-height: 1em;
    color: #000;
}

.banner-height {
    height: 75% !important;
}

.banner-button {
    font-family: 'Signika', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    padding: .5em 2em !important;
    background-color: #eb2b28;
    border-radius: 300px;
    color: #fff;
    border: 2px solid #eb2b28;
}

.banner-button:hover,
.banner-button:focus {
    background-color: #fff !important;
    color: #eb2b28 !important;
    border: 2px solid #eb2b28 !important;
}


/*--End of Banner--*/


/*--End of Secretary--*/

img.img-responsive.dumy {
    opacity: 0.3;
}

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

.secretary-content {
    font-family: 'Signika', serif;
    color: rgba(26, 26, 26, .9);
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    letter-spacing: 0px;
    text-transform: none;
    line-height: 1.2em;
    padding-bottom: 20px;
    margin-bottom: 17px;
}

.secondary-content-text {
    font-family: 'Signika', serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 1.6em;
    color: rgba(26, 26, 26, .7);
    text-align: justify;
}
.team .secondary-content-text{
      font-family: 'Signika', serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 1.6em;
    color: rgba(26, 26, 26, .7);
    padding-left: 0px;
    
}

.secondary-content-text-head {
    font-family: 'Signika', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.2em;
    color: rgba(26, 26, 26, .9);
}

.secretarysub-head {
    font-family: 'Signika', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
}

.section-2-description {
    font-family: 'Signika', serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 1.6em;
    color: rgba(26, 26, 26, .7);
}

.mun-head {
    font-family: 'Signika', sans-serif;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
    color: #4a4a4a;
    padding-bottom: 20px;
    margin-bottom: 8px;
}

.space-line {
    border-bottom: 1px solid #dcdcdc;
    margin: 10px 0 20px;
}


/*--End of Secretary--*/


/*--Start of team--*/
.pt10{
    padding-top:10px;
}

.caption {
    padding: 30px 0 6px;
}

.team_head {
    font-family: 'Signika', sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.team_subhead {
    font-family: 'Signika', serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 1.6em;
    color: rgba(26, 26, 26, .7);
}

.team-conhead {
    padding-bottom: 20px;
}

.team-conhead a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-style: normal;
    font-size: 25px;
    letter-spacing: .05em;
    text-transform: uppercase;
    line-height: 1.2em;
}

.team-conhead a:hover {
    color: #eb2b28;
}


/*--End of team--*/


/*--Start of Newsletter--*/

.border-line {
    border: 1px solid #fff;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.07), 0 2px 5px 0 rgba(0, 0, 0, 0.08);
}

.newsletter1 {
    background-color: #f4f4f4 !important;
    padding: 40px 0px;
}

.news-content {
    padding: 32px 0;
}

.news-head {
    font-size: 28px;
    color: #000;
    padding-top: 24.4px;
    font-weight: 600;
}

.sign {
    font-size: 17px;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
    font-family: 'Signika', serif;
    color: rgba(26, 26, 26, .9);
    margin-bottom: 10px;
}

.red {
    color: red;
}

.labs {
    font-family: 'Signika', serif;
    width: 11% !important;
    text-align: center !important;
    font-weight: 400 !important;
    color: #fff !important;
    background-color: #272727 !important;
    font-size: 15.6px !important;
    border-color: #272727 !important;
    border-radius: 1px !important;
    padding: 15px !important;
}

.inpt-box {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0;
    width: 28%;
    border: 1px solid #e8e8e8 !important;
    height: 40px;
    background-color: #f7f7f7;
    padding-left: 10px !important;
}

.news-button {
    font-family: 'Signika', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    padding: .5em 2em !important;
    background-color: #eb2b28;
    border-radius: 0;
    color: #fff;
    border: 2px solid #eb2b28;
}

.news-button:hover,
.news-button:focus {
    background-color: #fff !important;
    color: #eb2b28 !important;
    border: 2px solid #eb2b28 !important;
}


/*--End of Newsletter--*/


/*--Start of footer--*/

.foot-color {
    background-color: #b00b01;
}

.copy-right {
    font-family: 'Signika', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 1.6em;
    color: #fff;
    margin: 0;
}

.footer-content {
    font-family: 'Signika', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 1.6em;
    color: #fff;
    text-align: right;
    margin: 0;
}

.footer-content a {
    text-decoration: underline;
    color: white;
}

.footer-bgcolor {
    background-color: #000 !important;
}


/*--End of footer--*/


/*--Start of Vanith about page--*/

.history-content {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600 !important;
    padding: 0 0 5px;
    font-family: 'Signika', sans-serif;
    letter-spacing: 1.7px;
    color: #303030;
}

.navbar1 {
    font-family: 'Signika', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(26, 26, 26, .4);
    line-height: 1.25em;
    display: block;
    padding: 0 0 .75em;
}

.navbar1:hover {
    color: #1a1a1a;
}

.page-active {
    font-family: 'Signika', serif;
    font-weight: 500;
    font-style: normal;
    font-size: 19px;
    letter-spacing: 0px;
    text-transform: capitalize;
    text-decoration: none;
    line-height: 1.2em;
    color: #eb2b28;
}

.active {
    font-family: 'Signika', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.2em;
    color: #1a1a1a;
}

.home-page {
    box-sizing: border-box;
    width: auto;
    margin: auto;
    max-width: 1020px;
    padding: 45px 15px;
}

.page {
    box-sizing: border-box;
    width: auto;
    margin: auto;
    max-width: 1020px;
    padding: 63px 15px;
}

.content-title {
    padding: 0 20px 20px;
    margin-bottom: 8px;
    color: #4a4a4a;
    font-family: 'Signika', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 25px;
    letter-spacing: .05em;
    text-transform: uppercase;
    line-height: 1.2em;
}

.description {
    font-family: 'Signika', serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 1.6em;
    color: rgba(26, 26, 26, .7);
}
.description p {
    text-align: justify;
}
strong {
    font-family: 'Signika', serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.2em;
    color: rgba(26, 26, 26, .9);
    margin-bottom: 10px!important;
}

hr {
    padding-top: 17px;
    padding-bottom: 17px;
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(128, 128, 128, 0);
    transition: box-shadow .2s ease-in-out;
}


/*--end of Vanith about page--*/
/*--Start of sherwin schedule page--*/
.thead.tab-color {
background-color: #b00b01;
border-color: #b00b01;
color: #fff;
}
.tab-head{
    font-weight:600;
}
/*--End of sherwin schedule page--*/
/*--Start of sherwin contact page--*/

.contact-title {
    color: #303030;
    font-family: 'Signika', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 17px;
    letter-spacing: .07rem;
    text-transform: uppercase;
    line-height: 1.2em;
    padding-bottom: 20px;
    text-align: center;
}

.contactsec {
    box-sizing: border-box;
    width: auto;
    margin: auto;
    max-width: 1044px;
    padding: 30px 32px;
}

.map {
    padding-bottom: 30px;
}

.map-align {
    padding-bottom: 30px;
    -webkit-filter: grayscale(100%) !important;
    filter: grayscale(100%) !important;
}

.email-text {
    font-family: 'Signika', serif !important;
    font-style: italic;
    text-align: center;
    font-size: 18px;
    color: #5e5e5e;
    font-weight: 500;
    margin-bottom: 0;
}

.emailid {
    color: #eb2b28;
}

.moreinfo {
    padding-left: 30px;
}

.contact-head {
    font-size: 18.7px;
    color: #5e5e5e;
    font-family: 'Signika', serif !important;
    text-align: center;
    font-weight: 600;
}

.contact-subhead {
    font-size: 16px;
    color: #5e5e5e;
    font-family: 'Signika', serif !important;
    text-align: center;
    font-weight: 400;
}


/*--end of sherwin contact page--*/


/*--Start of sherwin unhrc page--*/

.unhfchead {
    height: calc(100vh - 178px);
    
    background-color: #000;
    background: url('../img/unhfc-banner.jpg');
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.unhrchead {
    height: calc(100vh - 178px);
    
    background-color: #000;
    background: url('../img/unhrc-banner.jpg');
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.overlay{
background:
rgba(39, 40, 40, 0.46);
width: 50%;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
padding: 30px 0;
}
.unescohead {
    height: calc(100vh - 178px);
    
    background-color: #000;
    background: url('../img/UNESCO-banner.jpg');
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.wtohead {
    height: calc(100vh - 178px);
    
    background-color: #000;
    background: url('../img/WTO-banner.jpg');
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.unea-head {
    height: calc(100vh - 178px);
    
    background-color: #000;
    background: url('../img/UNEA-banner.jpg');
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.unsc-head {
    height: calc(100vh - 178px);
    position: relative;
    background-color: #000;
    background: url('../img/UNSC-banner.jpg');
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
}

.hrc-head {
    font-family: 'Signika', sans-serif;
    font-weight: 750;
    font-style: normal;
    font-size: 45px;
    letter-spacing: 4px;
    text-transform: uppercase;
    line-height: 1.3;
    color: #fff;
    position: relative;
}
.unescohead .hrc-head{
    font-size:39px;
}
.hrc-content {
    font-family: italic !important;
    font-size: 15px;
    font-family: 'Signika', serif;
    font-weight: 400;
    font-style: italic;
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: none;
    line-height: 1.5em;
    color: #fff;
}

.agenda-section {
    width: auto;
    margin: auto;
    max-width: 1020px;
    padding: 96px 32px;
}

.agenda-content {
    color: #000;
    font-style: normal;
    text-align: left;
}

.heads-name {
    text-transform: uppercase;
    font-weight: 600;
}

.chair-content {
    font-family: 'Signika', serif;
    font-style: normal;
    font-size: 19px;
    letter-spacing: 0px;
    line-height: 1.6em;
    color: rgba(26, 26, 26, .7);
    font-weight: 600;
}

.chair-text {
    text-align: left;
    padding-left: 15px;
}

.chair-section {
    padding: 30px;
}


/*--end of sherwin unhrc page--*/


/*--Start of sherwin ADum procedure page--*/

.motion-conhead {
    font-weight: 600;
}


/*--end of sherwin ADum procedure--*/


/*--Start of sherwin ADum team--*/

.role-head {
    text-align: center;
    font-family: 'Signika', serif;
    color: rgba(26, 26, 26, .7);
    font-size: 18px;
    font-weight: 600;
}

.name-head {
    font-size: 18px;
    color: rgba(26, 26, 26, .9);
    text-transform: uppercase;
    font-family: 'Signika', sans-serif;
    font-weight: 600;
}


/*--End of sherwin ADum team--*/

.committe-sect {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.committe-head {
    font-family: 'Signika', serif;
    letter-spacing: 1px;
    color: #5e5e5e;
    text-align: center;
    padding-top: 15px;
}

.shortform {
    color: #5e5e5e;
    text-transform: uppercase;
    font-style: italic;
}

.error {
    color: red;
}

.schedule-title {
    color: #484747;
    font-family: 'Signika', sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 23px;
    letter-spacing: .07rem;
    text-transform: uppercase;
    line-height: 1.2em;
    padding-bottom: 20px;
    text-align: center;
}

.shaurya {
    font-weight: 700;
}


/*--Start of sherwin Registration --*/

.well {
    background-color: #f5f5f5;
    border: 1px solid#e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    padding: 30px;
}

.align {
    padding-right: 10px !important;
}

.styled-select select {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    position: relative !important;
}

.styled-select:after {
    font-family: FontAwesome !important;
    content: '\f107' !important;
    font-size: 20px !important;
    position: absolute !important;
    top: 26px !important;
    right: 25px !important;
    color: #555 !important;
    pointer-events: none !important;
    z-index: 999;
}

.tb {
    width: 30%;
}

.reg-head {
    padding: 30px 0px;
    text-align: center;
}
.reduced {

    border-bottom: 2px solid #ced4da;
background-color:
transparent;
border-top: none;
border-left: none;
border-right: none;
border-radius: 0;
font-size: 13px;
padding: .375rem 0 !important; 
height: auto !important;
}
.reduced:focus {

    color: #495057;
    background-color: transparent;
   border-bottom: 2px solid #b00b01;
    box-shadow: none;
   

}
.register-label{
   font-size: 13px;
margin-bottom: 0;
}

.form-group:focus-within  .register-label{
color:  #b00b01;
}


/*--End of sherwin Registration--*/
/*--Start of  Gallery--*/
.desig-align{
    margin-bottom:0.1rem !important;
}
.desig-name{
   line-height: 1.25;
    font-size:14px;
}
.gal-container{
	padding: 12px;
}
.gal-item{
	overflow: hidden;
	padding: 3px;
}
.gal-item .box{
	height: 350px;
	overflow: hidden;
}
.box img{
	height: 100%;
	width: 100%;
	object-fit:cover;
	-o-object-fit:cover;
}
.gal-item a:focus{
	outline: none;
}
.gal-item a:after{
	content:"\e003";
	font-family: 'Glyphicons Halflings';
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
	opacity: 1;
}
.modal-open .gal-container .modal{
	background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
	padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
	outline: none;
}
.modal-open .gal-item button.close span{
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow:none;
}
.gal-container .modal-dialogue{
	width: 80%;
}
.gal-container .description{
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: left;
}
.gal-container .description h4{
	margin:0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
/*--End of  gallery--*/
/*---Standar Hamburger Menu (3 separate elements)---*/

.navbar-toggler {
    border: none;
    background: transparent !important;
}

.navbar-toggler:hover {
    background: transparent !important;
}

.navbar-toggler .icon-bar {
    height: 2px;
    width: 22px;
    border-radius: 1px;
    display: block;
    background-color: #eb2b28;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}


/*---Animation menu (create X)---*/

.navbar-toggler.x .icon-bar:nth-of-type(1) {
    -webkit-transform: translateX(3px) rotate(45deg);
    /* Safari 3-8 & Chrome 4-35 & Opera 15-22 */
    -ms-transform: translateX(3px) rotate(45deg);
    /* IE 9 */
    -moz-transform: translateX(3px) rotate(45deg);
    /* Firefox 3-15 */
    -o-transform: translateX(3px) rotate(45deg);
    /* Opera 10-14 */
    transform: translateX(3px) rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    -moz-transform-origin: 10% 10%;
    -o-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}

.navbar-toggler.x .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
    /* For IE8 and earlier */
    -moz-opacity: 0;
    /* Older Firefox 1 */
}

.navbar-toggler.x .icon-bar:nth-of-type(3) {
    -webkit-transform: translateX(3px) rotate(-45deg);
    -ms-transform: translateX(3px) rotate(-45deg);
    -moz-transform: translateX(3px)rotate(-45deg);
    -o-transform: translateX(3px) rotate(-45deg);
    transform: translateX(3px) rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    -moz-transform-origin: 10% 90%;
    -o-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

.navbar-toggler.x.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggler.x.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
}

.navbar-toggler.x.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}


/*---To center elements of the navbar (mobile)---*/

.navbar-brand {
    font-size: 1rem;
}


/*---Custom AnimateCSS mobile menu items---*/

.nav-item {
    -webkit-animation-duration: 0.8s;
    /* Chrome 3-42 & Safari 4-8 & Opera 15-29 */
    -moz-animation-duration: 0.8s;
    /* Firefox 5-15 */
    -o-animation-duration: 0.8s;
    /* Opera 12-14 */
    animation-duration: 0.8s;
}

.register {
    padding: 0 16px;
    display: block;
}

.register-mob {
    display: none;
}

.mobile-logo {
    display: none;
}
@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 5.75rem auto !important;
    max-width: 400px;
}
.gal-container .modal-dialog.large-img {
    width: 55%;
    margin: 5.75rem auto !important;
    max-width: 800px !important;
}
}
@media (max-width: 768px) {
    .gal-container .modal-dialog.large-img {
    width: 90%;
    margin: 4rem auto !important;
    max-width: 800px !important;
}
.modal-open .gal-container .modal{
    z-index:9999;
}
    .gal-container .modal-content{
        height:250px;
    }
    .flip-clock-wrapper ul{
        margin:1px ;
        height:57px !important;
            width: 34px;
    margin-left:-6px;
    }
     .masthead {
    height: 90vh !important;
        
    }
    .banner-head {
    font-size: 64px;
  }
  .flip-clock-wrapper ul li{
      line-height: 60px !important;
  }
  .flip-clock-wrapper ul li a div div.inn{
      font-size:45px !important;
  }
  .flip-clock-dot.bottom {

    top: 36px;

}
.flip-clock-dot.top {

    top: 18px;

}
.flip-clock-dot {
width: 7px;
height: 7px;
 left:3px;
}
 .flip-clock-wrapper {
    width: 95% !important;
}
.flip-clock-divider .flip-clock-label {
 left: -15px;
}
.flip-clock-divider{
    height:30px;
    width:8px;
}
}
@media only screen and (max-width: 991px) {
   
 


    #navbarText {
        height: 100vh !important;
    }
    .nav-color {
        background-color: #b00b01;
        height: 45px;
        z-index:9999;
  
    }
    .nav-color .nav-width {
        width: 100% !important;
    }
    .second-nav {
        background-color: #fff;
    }
    .navbar-items1 {
        float: none;
    }
    .navbar-items1 a {
        text-align: left;
    }
    .nav-color .nav-width {
        width: 100% !important;
        padding: 0 15px;
    }
    .navbar-nav.ml-auto {
        padding-bottom: 15px;
        border-top: 1px solid #eee;
    }
    .newsletter1 {
        background-color: #f4f4f4 !important;
        padding: 15px 0px;
    }
    .inpt-box {
        width: 100%;
    }
    .nav.flex-column {
        display: none;
    }
    .mobile-logo {
        display: block;
    }
    .new35yearslogo {
        display: none !important;
    }
    .mobile-logo.clearfix img {
        margin-top: 10px;
        max-width: 65%;
        height: auto;
        min-width: 90px !important;
    }
    .school-logo {
        float: left;
        width: 34%;
    }
    .years-mobile-logo {
        width: 35%;
        float: left;
        margin: 0;
    }
    .register {
        display: none;
    }
    .register-mob {
        display: block;
        padding: 0 16px;
    }
    .cambride-mobile-logo {
        width: 31%;
        float: left;
        margin: 0;
    }
    .copy-right {
        text-align: center;
    }
    .footer-content {
        text-align: center;
        line-height: 2.6rem;
    }
    .overlay{
        width:80%;
    }
    .hrc-head{
        font-size:30px;
    }
    .unescohead .hrc-head{
    font-size:30px;
}
    
}

@media only screen and (min-device-width: 992px) {
    .animated {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    #navbarText {
        height: auto;
    }
}




@media screen and (-webkit-min-device-pixel-ratio:0) and (min-color-index:0) {
    .first-logo-mob {
        height: 60px !important;
    }
}



/* Iphone */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) 
and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) {
    .menu-iphone 
    {
        height:100% !important;
    }
    .flip-clock-divider{
    width:5px;
}
 .flip-clock-wrapper ul{
     margin: 0px;
    margin-left: 0px;
height: 55px !important;
width: 29px;
margin-left: -8px;
    }
}
