@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: :0;
}

body {
    background: #e5e5e5;
    font-family: Arial, Helvetica, sans-serif;
}

.clear {
    clear: both;
}

.main-container {
    position: relative;
}

.header-main {
    background: #b2ce22;
}

.header {
    padding: 5px;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.header-left {
    font-size: 18px;
    width: 86%;
    float: left;
    margin-top: 25px;
    color: #3c3219;
}

.header-left>h4 {
    font-weight: normal;
    padding: 10px 0 15px 0;
    font-size: 17px;
}

.header-left h2 {
    font-family: Aharoni;
    font-size: 50px;
    letter-spacing: 1px;
    letter-spacing: 2px;
}

.header-right {
    float: left;
}

.menu-main {
    background: #624703;
}

.menu {
   
    width: 100%;
    ;
    margin: 0 auto;
}

.menu ul {
    list-style: none;
    padding: 0;
}

.menu li {
    float: left;
    padding: 25px 35px;
}

.menu .active {
    background: #b2ce22;
    border-top: 2px solid #fff;
    transition: 0.3s;
}

.menu li:hover {
    background: #b2ce22;
    border-top: 2px solid #fff;
    transition: 0.3s;
}

.menu li a {
    text-decoration: none;
    color: #fff;
    letter-spacing: 1px;
    font-family: Lucida Sans;
    font-size: 17px;
    font-style: italic;
}

.slider {
    width: 100%;
    margin: 0 auto;
}

.main-slider {
    background: #624703;
}

.welcome-main {
    background: #E5E5E5;
}

.welcome {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
}

.welcome h4 {
    text-align: center;
    color: #3c3219;
    font-size: 24px;
    font-family: Lucida Sans;
    font-style: italic;
}

.welcome p {
    font-size: 14px;
    line-height: 20px;
    padding: 20px 0 0;
    text-align: center;
    color: #707070;
}

.welcome a {
    color: #e54100;
}

.about-main {
    background: #E5E5E5;
}

.about {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.about-links {
    float: left;
    padding: 27px 0 27px 27px;
    margin-top: 20px;
    width: 28%;
    border: 1px solid #ccc;
    background: #f0f0f0;
    box-shadow: 0 0 12px #ccc;
}

.about-links ul {
    list-style: none;
    padding: 0;
}

.about-links li {
    margin: 0 0 20px;
}

.about-links a {
    color: blue;
    ;
}

.about-links a:hover {
    color: red;
}

.about p {
    color: #707070;
    font-size: 14px;
    line-height: 20px;
    padding: 20px 40px 44px 0;
    width: 65%;
    text-align: left;
    float: left;
}

.about h4 {
    color: #3c3219;
    font-family: Lucida Sans;
    font-size: 24px;
    font-style: italic;
    text-align: left;
    padding-top: 44px;
}

.Affiliated-units-main {
    background: #e5e5e5
}

.Affiliated-units {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    color: #3c3219;
    padding: 0 0 50px;
}

.Affiliated-units h4 {
    color: #3c3219;
    font-family: Lucida Sans;
    font-size: 24px;
    font-style: italic;
    padding-top: 44px;
}

table {
    *border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    background: #ededed;
}

.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 10px #ccc;
    -moz-box-shadow: 0 2px 10px #ccc;
    ;
    box-shadow: 0 2px 10px #ccc;
    ;
    margin: 20px 0 0;
}

.bordered tr:hover {
    background: #e8ecd3;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}

.bordered th {
    background-color: #e8ecd3;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
    border-top: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child {
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.photo-gallery-main {
    background: #E5E5E5;
}

.photo-gallery {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    color: #3c3219;
}

.photo-gallery h4 {
    color: #3c3219;
    font-family: Lucida Sans;
    font-size: 24px;
    font-style: italic;
    padding: 44px 0 20px;
}

.box-1 {
    float: left;
    margin: 0 36px 36px 0;
    width: 29%;
}

.box-1>img {
    border: 5px solid #fff;
    box-shadow: 0px 0px 5px #ccc;
    width: 100%;
}

.box-1>img:hover {
    opacity: 1;
    border: 5px solid #fff;
    box-shadow: 0px 0px 10px #767676;
    width: 100%;
    transition: 0.6s;
}

.committee-main {
    background: #E5E5E5;
}

.committee {
    color: #3c3219;
    margin: 0 auto;
    padding: 20px 0;
    max-width: 1000px;
    width: 100%;
}

.committee>h4 {
    text-align: center;
    color: #3c3219;
    font-family: Lucida Sans;
    font-size: 24px;
    font-style: italic;
    padding-top: 44px;
}

.commitee-box-inside {
    border: 4px solid #fff;
    box-shadow: 1px 1px 3px #ccc;
    margin: 20px auto;
    padding: 30px;
    text-align: center;
    width: 23%;
}

/* CHANGE 16-04-2019 */

.commitee-box-inside-new{
    border: 4px solid #fff;
    box-shadow: 1px 1px 3px #ccc;
    margin: 20px auto;
    padding: 30px;
    text-align: center;
    width: 60%;
}

.commitee-box-inside-new img{   
    width: 100%;
}

/* END CHANGE */

.commitee-box-1>img {
    margin: 0 0 25px;
}

.commitee-box-1 {
    width: 100%;
}

.commitee-box2-inside {
    float: left;
    border: 4px solid #fff;
    box-shadow: 1px 1px 3px #ccc;
    margin: 20px 16px;
    min-height: 304px;
    padding: 30px;
    text-align: center;
    width: 23%;
}

.commitee-box2-inside>img {
    margin: 0 0 23px;
    width: 65%;
    border: 3px solid #424242;
}

.commitee-box-2>img {
    margin: 0 0 25px;
}

.commitee-box-2 {
    width: 100%;
}

.thumb {
    float: left;
    border: 4px solid #fff;
    box-shadow: 1px 1px 3px #ccc;
    margin: 20px 17px;
    padding: 30px;
    text-align: center;
    width: 23%;
}

.vice-president {
    margin: 30px 0 0;
    text-align: center;
}

.vice-president>h4 {
    border: 3px solid #fff;
    box-shadow: 0 0 3px #979797;
    background: #3c3219 none repeat scroll 0 0;
    color: #fff;
    margin: 0 auto;
    padding: 5px;
    width: 20%;
}

.joint-secretarues>h4 {
    border: 3px solid #fff;
    box-shadow: 0 0 3px #979797;
    text-align: center;
    background: #3c3219 none repeat scroll 0 0;
    color: #fff;
    margin: 0 auto;
    padding: 5px;
    width: 20%;
}

.member>h4 {
    border: 3px solid #fff;
    box-shadow: 0 0 3px #979797;
    text-align: center;
    background: #3c3219 none repeat scroll 0 0;
    color: #fff;
    margin: 0 auto;
    padding: 5px;
    width: 20%;
}

.commitee-box-inside>img {
    margin: 0 0 10px;
    width: 100%;
    border: 3px solid #424242;
}

.contact-us-main {
    background: #E5E5E5;
}

.contact-us {
    color: #3c3219;
    margin: 0 auto;
    padding: 20px 0;
    max-width: 1000px;
    width: 100%;
}

.contact-us>h4 {
    color: #3c3219;
    font-family: Lucida Sans;
    font-size: 24px;
    font-style: italic;
    padding-top: 44px;
}

.contact-left>address {
    line-height: 28px;
    margin: 10px 0 4px;
    color: #3c3219;
}

.form input {
    border: 1px solid #ccc;
    padding: 5px;
    width: 100%;
}

.form {
    background: #f7f7f7 none repeat scroll 0 0;
    box-shadow: 0 0 5px #ccc;
    margin: 30px auto;
    padding: 30px;
    width: 100%;
}

.form textarea {
    border: 1px solid #ccc;
    padding: 5px;
    width: 100%;
}

.contact-left {
    float: left;
    width: 40%;
    padding: 0 0 0 18px;
}

.contact-box {
    box-shadow: 0 0 5px #ccc;
    float: left;
    margin: 50px 21px;
    padding: 30px;
    width: 23%;
    min-height: 100px;
}

.contact-box>p {
    text-align: center;
}

.contact-box>h4 {
    text-align: center;
}

.footer-main {
    background: #63707E;
    display: none;
}

.footer {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.footer>p {
    color: #fff;
    float: right;
    letter-spacing: 0.3px;
    padding: 20px 0;
    font-size: 13px;
}

.sub-link li:first-child {
    margin-top: 5px;
}

.sub-link li {
    list-style: circle;
    margin-left: 30px;
}

/* model */

/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */

.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #b2ce22;
    color: white;
    font-style: italic;
    letter-spacing: 1px;
    font-family: Lucida Sans;
    font-size: 17px;
}

.modal-body {
    padding: 10px;
    background-color: #ccc;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #b2ce22;
    color: white;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

a .acolor {
    color: #000;
}

.marquee {
    background-color: #af8929;
    padding: 5px;
    color: #fff;
    display: block;
    font-style: italic;
    letter-spacing: 1px;
    font-family: Lucida Sans;
    font-size: 17px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #624703;
    border: 1px solid #ddd;
    font-style: italic;
    letter-spacing: 1px;
    font-family: Lucida Sans;
    font-size: 17px;
}

a.list-group-item, button.list-group-item {
    color: #fff;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group {
    max-width: 400px;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #b2ce22;
}

.col-center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-left: 135px;
}

.thumb img {
    margin: 0 0 23px;
    width: 65%;
    border: 3px solid #424242;
}