*{
    padding: 0px;
    margin: 0px;
    overflow-wrap: hyphenate;
    /*font-family:  OS-Regular;*/
    /*font-size: 14px;*/
}
ul>.navbar-nav{
    font-size: 18px;
}
@font-face {
    font-family: 'OS-Bold';
    src: url('fonts/OpenSans-Bold.ttf');
}
@font-face {
    font-family: 'OS-BoldItalic';
    src: url('fonts/OpenSans-BoldItalic.ttf');
}
@font-face {
    font-family: 'OS-ExtraBold';
    src: url('fonts/OpenSans-ExtraBold.ttf');
}
@font-face {
    font-family: 'OS-ExtraBoldItalic';
    src: url('fonts/OpenSans-ExtraBoldItalic.ttf');
}
@font-face {
    font-family: 'OS-Regular';
    src: url('fonts/OpenSans-Regular.ttf');
}

.dropdown:hover .dropdown-menu {
        display: block;

    /*-webkit-transition: all 1s;*/
    /*-moz-transition: all 1s;*/
    /*-ms-transition: all 1s;*/
    /*-o-transition: all 1s;*/
    /*transition: all 1s;*/

}
.dropdown:hover>.dropdown-menu{
    -webkit-transition: height 1s ease-in;
    -moz-transition: height 1s ease-in;
    -ms-transition: height 1s ease-in;
    -o-transition: height 1s ease-in;
    transition: height 1s ease-in;
}

.nav-item{
    padding: 5px;
}


.carousel-background{
    background: #4096ee; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #4096ee 2%, #4096ee 15%, #4096ee 15%, #e5e8ea 79%, #e5e8ea 79%, #eaeaea 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #4096ee 2%,#4096ee 15%,#4096ee 15%,#e5e8ea 79%,#e5e8ea 79%,#eaeaea 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #4096ee 2%,#4096ee 15%,#4096ee 15%,#e5e8ea 79%,#e5e8ea 79%,#eaeaea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee', endColorstr='#eaeaea',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.carousel-padding{
    padding-top: 50px;
    padding-bottom: 50px;
}
.paragraph{
    font-size: 16px;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 40px;
    padding-bottom: 0;
}
.wrapper-carousel {
    display : flex;
    align-items : center;
}
.text-pad{
    padding-left: 20px;
    padding-right: 20px;
}
.read-more{
    padding-top: 10px;
    /*padding-bottom: 10px;*/
}
.carousel-img-wrapper{
    -webkit-box-shadow: 0 0 10px 4px #363232;
    box-shadow: 0 0 10px 4px #363232;
    padding: 10px;
    background: white;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f37121' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f37121' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.president-wrapper{
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
    background: white;
    padding: 10px;
    /*border: 1px solid white;*/
}
.president-img{
    /*height: 300px;*/
    max-height: 100%;
    /*padding: 10px;*/
    /*padding-top:10px;*/
    border-radius: 25px;
}
h5{
    padding: 0px;
}

.white{
    color: white;
}
.white-background{
    background-color: white;
}
.orange{
    color: #f37121;
}
.orange-background{
    background-color: #f37121;
}

.president-side{
    /*margin-top: 50px;*/
   padding-top: 80px;
    padding-left: 20px;
    padding-right: 40px;
    padding-bottom: 80px;
}

.media{
    padding-top: 10px;
    padding-bottom: 10px;
}

.row> .card{
    margin: 27px;
}
.card-a{
    margin-left: 0;
}
.card-z{
    margin-right: 0;
}
.copyright{
    font-size: 14px;
}
.carousel-control-prev,
.carousel-control-next{
    top: 50%;

    
}
.carousel-control-prev{
    left: 0px;
}
.carousel-control-next{
    right: 0px;
}

.space{
    height: 30px;
}
/*.card{*/
    /*background-color: #0096d8;*/
    /*opacity: .7;*/
/*}*/
/*.nav_item > a{*/
    /*position: relative;*/
    /*color: #FFF;*/
    /*text-decoration: none;*/
/*}*/
/*.nav_item >a:hover{*/
    /*color: #FFF;*/
/*}*/

/*.nav_item > a:before {*/
    /*content: "";*/
    /*width: 100%;*/
    /*height: 2px;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*position: absolute;*/
    /*background-color: #FFF;*/
    /*visibility: hidden;*/
    /*-webkit-transform: scaleX(0);*/
    /*transform: scaleX(0);*/
    /*-webkit0transition: all 0.3s ease-in-out 0s;*/
    /*transition: all 0.3s ease-in-out 0s;*/
/*}*/

/*.nav_item > a:hover:before{*/
    /*visibility: visible;*/
    /*-webkit-transform: scaleX(1);*/
    /*transform: scaleX(1);*/
/*}*/

.main-carousle{
    /*height: 400px;*/
    /*height: 70vh;*/
    /*overflow: hidden;*/
}
.foot{
    border-top: 5px solid #0096d8 ;
    opacity: 0.5;
    padding-top: 20px;
}
/*.footer-space{*/
    /*!*border-top: 5px solid #0096d8 ;*!*/
    /*!*opacity: 0.7;*!*/
    /*!*padding-top: 90px;*!*/
    /*padding-bottom: 80px;*/
/*}*/
.footer-menu, .contact-us, .caption{
    list-style: none;

}
.tr-cell-pad{
    padding-left: 20px;
    padding-bottom: 5px;
}

.footer-menu>li{
    padding-top: 0px;
}

.footer-list{
    padding-top: 0;
    padding-bottom: 20px;
    /*cursor: pointer;*/
}
.footer-list a{
    color: #0096d8;

}
.social, .contact-us{
    color: #0096d8;
}
.social{
    /*font-size: 22px;*/
}
.events{
    /*padding:30px;*/
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
    margin: 7px;
}
.events:hover{
    transform: scale(1.02,1.02);
}

.event-thumbnail{
   width: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.blue{
    color: #0096d8;
}
.blue-background{
    background-color: #0096d8;
}
.partner{
    width: 200px;
    height: inherit;
}
.partners-container{
    padding-top: 20px;
    padding-bottom: 20px;
}
.b{
    height: 40px;
    width: 40px;
    border-radius: 30px;
    background:  #f37121;
    border: 0px;

}
.b span{
    display: none;
}
.b:hover{
    width: 150px;
    transition: width .25s;
}
.b:hover span{

    display: block;

}
.b:hover i{
    display: none;
}
.team-img-container{
    /*height: 200px;*/
    /*width: 200px;*/

}
.img-container{
    /*object-fit: scale-down;*/
    /*height: 250px;*/
    /*width: 100%;*/
    /*border-radius: 20px;*/
}
.text-caption-container{
   padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;

}
.team-img-caption{
    padding-left: 20px;
    padding-right: 20px;
    align-items: center;
}
.team-wrap{
    -webkit-box-shadow: 1px 1px 2px 4px #BABABA;
    box-shadow: 1px 1px 2px 4px #BABABA;

}
.card-container{
    width: 250px;
    height: 350px;
    /*box-shadow: 0 0 10px 4px #363232;*/
    padding: 10px;
    /*background: white;*/

}
.card{
    border: 0px solid rgba(0,0,0,.125);

}
.card-body{
    padding: 0px;

}

/*.card-container:hover, .np-container:hover{*/
    /*transform: scale(1.1,1.1);*/
/*}*/
.gallery-container{
    height: 320px;
}
.card-img-top {
    /*width: 250px;*/
    /*height: 300px;*/
    object-fit: scale-down;

}
.signup{
    left:50%;
}
.signup-container{
    height: 350px;
    width: 400px;
    padding: 50px;

}
.signup-header{
    height: 100px;
}


.signup-page{
    /*overflow: hidden;*/
    /*position: fixed;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(150deg, #f37121  15%, #f37121 70%, #f37121 94%);*/
    background: #f0f9ff; /* Old browsers */
    background: -moz-linear-gradient(top, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 ); /* IE6-9 */
    z-index: -1;
}

.media-right{
    padding-top: 30px;
    padding-bottom: 20px;
}
.not-active{
    font-size: 24px;
   padding-top: 150px;
}
.not-activate-container{
    height: 500px;

}

.accordion-container{
    /*height: 200px;*/
    margin: 20px;
}
.nav-tabs > li {
    /*float:none;*/
    /*display:inline-block;*/
    /*zoom:1;*/
}

.nav-tabs {
    padding-left: 10%;
    border: 0px;
}
.nav-tabs .nav-link {
    border:0px;
}
.black{
 color: #1a1a1a !important;
}
/*.tab-content{*/
    /*padding-left: 20%;*/
    /*padding-right: 10%;*/
    /*!*height: 35vh;*!*/
    /*width: 100%;*/
    /*overflow-y: auto;*/

/*}*/

.tab-pane{
    align-items: center;
}
.carousel-item *{
    color: white;
}

.text-overlay{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: black;
    opacity: 0.5;
    width: 100%;
}
.np-padding{
    padding-top: 20px;
    padding-bottom: 20px;
}

.np-profile-container{
    margin-top: 5%;
    margin-bottom: 5%;
    padding: 20px;
}
.np-voice{
    margin-top: 5%;
    margin-bottom: 20%;
}
.np-row, .ngp-row{
    padding: 20px;
}
.ngb-card{
    margin-bottom: 20px;
    margin-top: 10px;
}
.caption li a{
    color:white;
}
label{
 font-size: 14px;
}
.bg-black{
    background-color: black;
}
.event-container{
    padding-top: 5vh;
    padding-bottom: 5vh;
}

.image-container{
    height: 400px;
    width: 350px;
}
.container-image,.container-image-side{


    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color:  #0096d8 ;
    vertical-align: middle;
    width: 100%;
}
.container-image{
    height: 400px;
    /*width: 350px;*/

    object-fit: scale-down;
}

.container-image-side{
    height: 300px;
    /*width: 255px;*/

}
.event-img-container{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.border-grey{
    border-color: #9d9d9d;
}
 /*Local Organization Css*/
.lom-list{
    list-style: none;
    margin: 20px;

}
.reg-list{
    list-style: none;
    margin: 20px;
}
ul.lom-list li{
    display: inline-block;
}
.box-size{
    background-color: #7adddd;
    position:relative;
    width: 200px; height: 50px;
    line-height: 50px;
    border: none;
    z-index:1;
    margin-left: 30px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;

}
.box-size:hover{
    transition: all 1s ease-in-out;
    border: none;
    background-color:  #f37121;
    border-radius: 25%;
    color: white;

}
.box-size a:hover,  .box-size a{
    color: white;
}
.child{
    position:relative;
    z-index:2;
}
ul.lom-list li:nth-child(odd){
    background-color: #619833;
}
ul.lom-list li:nth-child(odd):hover{
    background-color: teal;
}
ul.lom-list li:nth-child(even){
    background-color: teal;
}
ul.lom-list li:nth-child(even):hover{
    background-color: #619833;
}

.signup-box{
    width: 460px;
    margin: 0 auto;
    padding: 30px;
}

.next-box{
    /*width: 460px;*/
    margin: 0 auto;
    padding: 30px;
}
.signup-logo{
    margin-bottom: 30px;
}
.signup-logo img {
    height: 60px;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.has-feedback {
    position: relative;
}

.form-group {
    margin-bottom: 15px;
}

.has-feedback .form-control {
    padding-right: 12px;
    padding-left: 35px;
    font-size: 13px;
    height: 40px;
    border-radius: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.form .form-control {
    border: 1px solid #dadada;
    border-radius: 4px;
    padding: 7px 12px;
    min-height: 40px;
    max-width: 100%;
    font-size: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.form-control {
    -moz-border-radius: 2px;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    background-color: #fafafa;
    border-radius: 2px;
    border: 1px solid #eeeeee;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
}
.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control, output {
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    display: block;
}
.form-control-feedback.fa {
    line-height: 40px;
    color: #0096d8;
}
.form-control-feedback {
    left: 0;
    right: auto;
    height: 40px;
}
.signup-box.btn {
    border-radius: 2px;
    padding: 6px 14px;
    -moz-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.12);
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.theme-btn {
    background-color: #0096d8;
    border-radius: 30px;
    font-weight: 500;
    color: #fff;
    padding: 10px 15px;
    text-transform: capitalize;
}
.mt-20 {
    margin-top: 20px !important;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.signup-logo{
    margin-bottom: 30px;
}
.signup-body{
    box-shadow: 0 5px 24px 0 rgba(50, 49, 58, .25);
    border-radius: 10px;
    padding: 30px;
    background-color: #fff;
}
.signup-body h2 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
    color: #333;
}
.train-div{
    height: 370px;
    width: 245px;
    padding-top: 20px;
}
.train-img{
    height: 225px;
    /*width: 218px;*/
    border: 1px solid beige;
    padding-top: 20px;
    object-fit: scale-down;
}
#train-row.col-md-3{
    margin: 50px;
}
.train-padding{
    padding-top: 0.2em;
}
.train-row-pad{
    padding-bottom: 3.5em;
}