    @charset "utf-8";
    /* CSS Document */

    * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }

    ul,
    li {
        padding: 0;
        margin: 0;
    }

    :root {
        --grad-red: linear-gradient(90deg, #ff9800, #f52213);
        --grad-orange: linear-gradient(90deg, #e91e63, #ff9800);
        --grad-yellow: linear-gradient(90deg, #ffc107, #ff9800);
        --grad-green: linear-gradient(90deg, #4caf50, #cddc39);
        --grad-blue: linear-gradient(90deg, #3f51b5, #00bcd4);
        --grad-purple: linear-gradient(90deg, #e91e63, #8f17a4);
        --grad-dark: linear-gradient(90deg, #2a2a2a, #000000);
    }

    body {
        background: #ffffff;
        font-family: 'Quattrocento Sans', sans-serif;
        font-size: 16px;
        margin: 0;
        padding: 0;
        line-height: 22px;
        color: #000000;
    }

    h1,
    h2,
    h3,
    h4,
    h5 {
        margin: 0;
        font-family: 'Vollkorn', serif;
    }

    .wrapper {
        width: 1200px;
        margin: auto;
        padding: 0;
    }

    .clear {
        clear: both;
        margin: 0;
        padding: 0;
    }

    .pad-40 {
        padding: 40px;
    }

    img {
        outline: none;
        border: 0;
    }

    a {
        text-decoration: none;
        transition: 0.5s;
        outline: none;
        border: 0;
        color: #000;
    }

    ul li {
        list-style: none;
    }

    sup {
        line-height: 0;
    }

    li label.error {
        color: #f00;
        display: block;
    }

    h2 span {
        font-weight: 500;
    }

    .readmore {
        color: #444;
        font-weight: 700;
        display: inline-block;
        text-align: center;
        padding: 8px 20px;
        border-radius: 40px;
        box-shadow: inset 0px 0px 0px 2px #444;
    }

    .readmore:hover {
        color: #ffffff;
        box-shadow: inset 0px 0px 0px 100px #444;
    }

    .left {
        float: left;
    }

    .right {
        float: right;
    }

    /*header*/

    #navbar {
        position: fixed;
        transition: 0.5s;
        box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.11);
        top: -130px;
        z-index: 11111;
        width: 100%;
    }

    #navbar .header img {
        width: 60px;
    }

    #navbar .headerbg1 {
        padding: 10px;
    }

    #navbar .header h1 {
        line-height: 32px;
        font-size: 28px;
    }

    .headerbg {
        background: url(../images/Office-Bearers.jpg) top no-repeat;
        background-size: cover;
    }

    .headerbg.new1 {
        background: url(../images/footer-bg.jpg) no-repeat center;
        background-size: cover;
    }

    .scroll-header {
        background: url(../images/footer-bg.jpg) no-repeat center;
        background-size: cover;
    }


    .headerbg1 {
        overflow: hidden;
        background: rgba(0, 0, 0, 0);
        padding: 20px 0;
    }

    .header img {
        width: 140px;
        background: #ffffff;
        border-radius: 100px;
        padding: 3px;
        margin-right: 1em;
    }

    .header {
        float: left;
        padding: 0;
    }

    .header ul li {
        display: inline-block;
        margin: 0;
        vertical-align: middle;
    }

    .header h1 {
        line-height: 42px;
        color: #ffffff;
        letter-spacing: 1px;
        font-size: 32px;
    }

    h3.headsub-text {
        font-weight: 600;
        font-size: 19px;
        line-height: 1.5;
        font-family: 'Charmonman';
        color: #dbffab;
    }

    .headerright {
        float: right;
        margin: 35px 0 0;
    }

    .headerright li {
        float: left;
        vertical-align: top;
    }

    .headerright li a {
        display: block;
        font-size: 16px;
        text-align: center;
        padding: 15px 20px;
        color: #fff;
    }

    .headerright li:nth-child(1) {
        background: #7b1fa2;
    }

    .headerright li:nth-child(2) {
        background: #ff5722;
    }

    .social.right {
        margin: 40px 0 0;
    }

    .social ul li {
        color: #6441a5;
        display: inline-block;
        vertical-align: middle;
        margin: 8px 10px 8px 0;
    }

    .social.right ul li {
        margin: 0;
    }

    .social img,
    .apply img {
        width: 16px;
        margin: 0 5px 0 0;
        vertical-align: middle;
    }

    .social.right li a {
        text-align: center;
        padding: 11px;
        display: block;
        background: #23a7c1;
    }

    .social.right li:last-child {
        border: none;
    }

    .social.right li img {
        margin: auto;
    }

    .social ul li a {
        color: #6441a5;
    }

    .apply {
        margin: 0 0;
    }

    .apply a {
        display: block;
        background: #FF5722;
        padding: 9px;
    }

    .headertop {
        background: #f4edff;
        overflow: hidden;
        border-bottom: 1px solid #deccff;
    }

    .headerleft {
        padding: 10px 0;
        overflow: hidden;
    }

    .headerleft h1 {
        font-size: 32px;
        padding: 50px 0 0;
        color: #7b1fa2;
    }

    .headerright h1 {
        color: #000;
        font-weight: bold;
        font-size: 35px;
        text-align: left;
        padding: 47px 0;
    }

    .banner-left {
        width: 45%;
        float: left;
        vertical-align: middle;
    }

    .banner-right {
        width: 45%;
        float: right;
        vertical-align: top;
    }

    .banner-left li {
        margin: 0 0 20px;
        overflow: hidden;
    }

    .padl-30 {
        padding-left: 3em;
    }

    .banner-section-bg {
        background: url(../images/bannerbg.jpg) no-repeat top center;
        background-size: cover;
        overflow: hidden;
        padding: 30px 10px 15px 0;
    }

    .about-left .banner-left h2 {
        color: #00bbaa;
        border-left: 8px solid #222222;
        padding-left: 10px;
        margin-bottom: 1em;
    }

    .about-left .banner-left h2 span {
        font-size: 32px;
        display: block;
        font-weight: 500;
        font-family: 'Quattrocento Sans', sans-serif;
        color: #000000;
    }

    .banner-left li img {
        float: left;
        margin: 5px 15px 0 0;
        width: 18px;
    }

    .banner-left li p {
        /*  float: left;
        width: 90%;
        
        margin: 0;*/
        overflow: hidden;
        line-height: 22px;
    }

    /*header*/

    .about-container {
        background: url(../images/about-bg.png) #ffffff;
        overflow: hidden;
        background-size: contain;
    }

    .Banner1 img {
        width: 93%;
    }

    .about-left {
        float: left;
        width: 60%;
    }

    .about-right {
        float: right;
        width: 40%;
        text-align: center;
        margin: 0;
    }

    .about-container.index-pie .about-left {
        width: 70%;
    }

    .about-container.index-pie .about-right {
        width: 30%;
    }

    .about-left .pad-40 {
        padding: 2em 3em 3em;
    }

    .about-left h2 {
        font-size: 28px;
        line-height: 30px;
        color: #604f9c;
        margin: 0px 0 3px;
    }

    .about-left h2 span {
        font-size: 20px;
        color: #444;
    }

    .about-left p {
        font-size: 15px;
        line-height: 26px;
        margin: 0 0 30px;
        color: #000000;
    }

    .notice-board {
        margin: 8% 0 0;
        float: right;
        width: 52%;
        color: #Fff;
    }

    .notice-board h2 {
        font-size: 32px;
        margin: 0 0 20px;
    }

    .q-links li {
        width: 50%;
        float: left;
        position: relative;
    }

    .about-right .about-list-bg li {
        width: 100%;
        float: left;
    }

    .q-links li a {
        display: block;
        padding: 1em 10px;
        transition: 0.5s cubic-bezier(1, 0.01, 0.58, 1);
        box-shadow: inset 0px 0px 0px 200px rgba(255, 255, 255, 0.1);
    }

    .about-right .about-list-bg li a {
        padding: 3em 10px;
    }

    .q-links li a:hover {
        box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 0.20);
    }

    .q-links li img {
        margin: 0 0 0em;
        position: relative;
        z-index: 1;
        width: 30px;
        display: inline-block;
        vertical-align: top;
    }

    .q-links li h2 {
        display: block;
        font-size: 19px;
        color: #fff;
        font-weight: 700;
        display: inline-block;
        margin: 6px;
    }

    .q-links li:nth-child(1) {
        background: url(../images/press-release-bg.jpg) no-repeat center;
    }

    .q-links li:nth-child(2) {
        background: url(../images/constitution.jpg) no-repeat center;
    }

    .q-links li:nth-child(3) {
        background: url(../images/constitution.jpg) no-repeat center;
    }

    ul.sub-two-list li:nth-child(1) {
        background: url(../images/upcoming.jpg) no-repeat center;
    }

    ul.sub-two-list li:nth-child(2) {
        background: url(../images/gallery.jpg) no-repeat center;
    }

    .q-links li:nth-child(1) a {
        background: rgba(61, 0, 169, 0.8);
    }

    .about-right .about-list-bg li:nth-child(1) a {
        background: rgba(172, 9, 199, 0.9);
    }

    .q-links li:nth-child(2) a {
        background: rgba(0, 126, 226, 0.9);
    }

    .q-links li:nth-child(3) a,
    ul.sub-two-list li:nth-child(1) a {
        background: rgba(212, 0, 77, 0.9);
    }

    .q-links li:nth-child(4) a,
    ul.sub-two-list li:nth-child(2) a {
        background: rgba(250, 150, 0, 0.9);
    }

    .q-links li::after {
        display: none;
        position: absolute;
        width: 110px;
        height: 110px;
        content: "";
        border-radius: 100px;
        z-index: 1;
        left: 50%;
        top: 40%;
        box-shadow: inset 0px 0px 0px 0px #fff;
        background: rgba(255, 255, 255, 0.0);
        transition: 0.5s;
        transform: translate(-50%, -50%);
    }

    .q-links li:hover::after {
        position: absolute;
        width: 110px;
        height: 110px;
        content: "";
        border-radius: 100px;
        z-index: 1;
        left: 50%;
        top: 40%;
        box-shadow: inset 0px 0px 0px 2px #fff;
        background: rgba(255, 255, 255, 0.22);
        transform: translate(-50%, -50%);
    }

    /*container3*/

    .container3bg {
        background: url(../images/upcoming-events.jpg) no-repeat fixed;
        overflow: hidden;
    }

    .secreteriat-bg {
        text-align: center;
        margin: 0;
        background: url(../images/Office-Bearers.jpg) #ffffff no-repeat;
        padding: 5em 0 2em;
        overflow: hidden;
        background-size: cover;
        position: relative;
        z-index: 1;
    }

    .secreteriat-bg::before {
        background: rgba(0, 0, 0, 0.4);
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .home_officers h2 {
        color: #ffffff;
        padding: 0;
        font-size: 32px;
        margin: 0 0 2em;
    }

    .home_officers ul li {
        display: inline-block;
        margin: 0 2em 4em;
        width: 19%;
        vertical-align: top;
        text-align: center;
    }

    .home_officers ul li:last-child {
        border: none;
    }

    .home_officers ul li img {
        width: 100%;
        border-radius: 170px;
        box-shadow: 0px 0px 0px 3px #e8e8e8;
    }

    .home_officers ul li p {
        font-size: 18px;
        line-height: 22px;
        margin: 20px 0 0;
        color: #ffffff;
    }

    .home_officers ul li span {
        color: #fff;
        font-size: 14px;
        font-style: italic;
        display: inline-block;
        line-height: 22px;
        background: rgba(0, 0, 0, 0.34);
        padding: 3px 10px;
        margin: 5px 0 0;
        border-radius: 30px;
    }

    .home_officers .readmore {
        margin: 0 0 40px;
        padding: 5px 15px;
        box-shadow: inset 0px 0px 0px 2px #ffffff;
        color: #ffffff;
    }

    .home_officers .readmore:hover {
        color: #ff5722;
        box-shadow: inset 0px 0px 0px 100px #ffffff;
    }

    .margin_m_left {
        margin-left: 4%;
    }

    /*newsletter*/

    .events {
        overflow: hidden;
        margin: 5% 0;
    }

    .events.left {
        width: 30%;
        float: left;
    }

    .events.right {
        float: right;
        width: 60%;
    }

    .events h2 {
        font-size: 32px;
        margin: 10px 0 30px;
        color: #ffffff;
    }

    .news-letter {
        margin: 2px 10px 0px;
        box-shadow: 0px 0px 0px 2px rgb(255, 255, 255);
        padding: 15px;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.08);
    }

    .events.left ul li img {
        float: left;
        width: 42px;
        margin: 0 10px 0 0;
    }

    .news-letter h3 {
        font-size: 16px;
        margin: 0 0 0;
        color: #ff5722;
    }

    .news-letter p {
        font-size: 14px;
        margin: 0 0 8px;
        color: #ffffff;
    }

    .news-letter a {
        color: #7b1fa2;
        font-size: 10px;
        background: #ffffff;
        padding: 0px 10px;
        margin: 0 5px 0 0;
        border-radius: 31px;
        float: right;
        font-weight: bold;
    }

    .panel {
        position: relative;
        margin: 0 0 20px;
    }

    .panel ul li {
        position: relative;
        margin: 0 0 20px;
        overflow: hidden;
    }

    .blog-img {
        float: left;
    }

    .blog-img img {
        width: 300px;
        border-radius: 12px;
    }

    .event-cont {
        margin: 0 5px;
        color: #333;
        position: absolute;
        z-index: 1;
        left: 25%;
        top: 50%;
        background: #Ffff;
        padding: 20px;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.23);
        border-radius: 12px;
    }

    .event-more {
        background: #ff5722;
        overflow: hidden;
        padding: 5px 10px;
        color: #fff;
        border-radius: 30px;
    }

    .event-cont h3 {
        font-size: 19px;
        margin: 0 0 10px;
        color: #ff5722;
        border-bottom: 2px solid #ff5722;
        padding: 0 0 5px;
    }

    .event-cont p {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 15px;
    }

    .event-more p {
        display: inline-block;
        margin: 0 20px 0 0;
        font-size: 12px;
    }

    .event-more a {
        color: #fff;
        font-size: 12px;
        float: right;
    }

    .event-more img {
        vertical-align: middle;
        margin: 0 5px 0 0;
    }

    /*newsletter*/
    /*subscribe*/

    .subscribe {
        background: rgb(35, 167, 193);
        overflow: hidden;
        padding: 50px;
    }

    .subscribe h2 {
        font-size: 32px;
        color: #fff;
        margin: 0 0 10px;
    }

    .subscribe p {
        font-size: 18px;
        color: #e3d7ff;
    }

    .subscribe-left {
        float: left;
        width: 40%;
    }

    .subscribe-right {
        float: left;
    }

    .subscribe input[type='text'] {
        padding: 20px 30px;
        width: 300px;
        border: none;
        font-size: 16px;
        float: left;
    }

    .subscribe input[type='submit'] {
        padding: 20px 30px;
        border: none;
        font-size: 16px;
        background: #1e2039;
        font-weight: bold;
        color: #fff;
    }

    /*subscribe*/
    /*footer-bg */

    .footer-bg {
        padding: 4% 0 0;
        overflow: hidden;
        background: #7b1fa2;
        background: url(../images/footer-bg.jpg) no-repeat center;
        background-size: cover;
        background-position: left;
        position: relative;
        z-index: 1;
        font-size: 15px;
    }

    .footer-bg::before {
        background: rgba(0, 0, 0, 0.5);
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .footer-bg h3 {
        margin: 0 0 20px;
        color: #fff;
    }

    .footer-bg h3.qlink {
        margin: 0px;
    }

    .footer-left {
        /* width: 23%;
        float: left; */
        margin: 0 2% 0 0;
    }

    .footer-left a {
        color: #fff;
    }

    .footer-left h3 {
        color: #8dc942;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .footer-left p {
        line-height: 24px;
        margin: 0 0 6px;
        color: #ffffff;
    }

    .footer-left img {
        vertical-align: middle;
        margin: 0 5px 0 0;
        width: 16px;
    }

    .footer {
        margin: 20px 0 0;
        text-align: center;
        color: #eaeaea;
        background: #000;
        padding: 0;
        font-size: 13px;
    }

    .footer a {
        color: #ffffff;
    }

    .footer-center {
        float: left;
        width: 22%;
        margin: 0 2% 0 0;
    }

    .footer-center ul li,
    .footer-center1 ul li {
        vertical-align: text-bottom;
        list-style: square;
        margin: 0 0 10px 20px;
        color: #8BC34A;
        line-height: 18px;
    }

    .footer-center ul li a,
    .footer-center1 ul li a {
        color: #ffffff;
        transition: 0.3s;
    }

    .footer-center ul li a:hover,
    .footer-center1 ul li a:hover {
        color: #ffffff;
    }

    .footer-right {
        float: right;
        width: 24%;
        text-align: left;
    }

    .footer-right li {
        margin: 0 3px;
        /*display: inline-block;*/
        vertical-align: top;
        float: left;
    }

    .footer-right li img {
        width: 24px;
        height: 24px;
    }

    .footer-right li a {
        display: block;
        background: #23a7c1;
        padding: 15px;
        border-radius: 50px;
        transition: 0.5s;
        /* border: 2px solid #b7bcbd; */
    }

    .footer-right li:nth-child(1) a {
        background: #3b5998;
    }

    .footer-right li:nth-child(2) a {
        background: #55acee;
    }

    .footer-right li:nth-child(3) a {
        background: #0078b7;
    }

    .footer-right li:nth-child(4) a {
        background: #ff0000;
    }

    .footer-right li:nth-child(1) a:hover {
        background: #2e4d8e;
    }

    .footer-right li:nth-child(2) a:hover {
        background: #3d8fce;
    }

    .footer-right li:nth-child(3) a:hover {
        background: #03669a;
    }

    .footer-right li:nth-child(4) a:hover {
        background: #f50303;
    }

    .footer-right ul.qlink li.qlink {
        vertical-align: text-bottom;
        list-style: square;
        margin: 0 0 10px 18px;
        color: #8BC34A;
        line-height: 18px;
    }

    .footer-right ul.qlink li a {
        color: #ffffff;
        background: none !importent;
        transition: 0.3s;
    }

    .footer-right ul.qlink {
        margin: 0px 0 10px 0;
    }

    .footer-right ul.qlink li.qlink a {
        color: #ffffff;
        background: none;
    }

    .ad-footer .footer-center1 {
        display: inline-block;
    }

    .ad-footer .footer-right {
        display: inline-block;
        width: auto;
    }

    .footer-right {
        text-align: right
    }

    .site-ad {
        text-align: center;
    }

    /*footer*/
    /*historybg*/

    .member-institutionsbg {
        overflow: hidden;
        background: url(../images/member-institutions.jpg) no-repeat center;
        background-size: cover;
        padding: 5em 0;
    }

    .member-institutions h2 {
        color: #ffffff;
        padding: 0;
        font-size: 32px;
        text-align: center;
        margin: 0 0 1em;
    }

    .member-institutions .MS-content h2 {
        font-size: 16px;
        line-height: 21px;
        padding: 1em;
        color: #444;
        margin: 0;
    }

    .inst-address {
        font-size: 16px;
        margin: 0 0 1em;
        line-height: 26px;
    }

    .contact-person {
        background: #fdf8ff;
        padding: 20px 30px 10px;
        text-align: left;
    }

    .contact-person span {
        display: block;
        font-size: 12px;
        font-weight: bold;
        color: #848484;
        margin: 0;
    }

    .contact-person p {
        margin: 0 0 10px;
        padding: 0 0 10px;
        border-bottom: 1px solid #e7deea;
    }

    .contact-person img {
        vertical-align: middle;
        width: 16px;
        margin: 0 10px 0 0;
        opacity: 0.3;
    }

    .contact-person a {
        color: #000;
    }

    .courses-conducted span {
        font-weight: bold;
        display: block;
        color: #333333;
    }

    .courses-conducted a.read-text {
        color: #333333;
        font-size: 13px;
    }

    .courses-conducted {
        background: #ff5722;
        color: #fff;
        font-size: 16px;
        padding: 1em 1em;
        position: absolute;
        bottom: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .contact-person a.more {
        font-size: 12px;
        font-weight: bold;
        color: #444;
    }

    /*historybg*/
    /*quick-link*/

    .quick-link {
        background: url(../images/area-bg.jpg) no-repeat fixed center;
        */ background-size: cover;
        text-align: center;
        padding: 3em 0 20px;
        overflow: hidden;
        /* background: #efefef;*/
    }

    .quick-link ul li {
        display: inline-block;
        vertical-align: top;
        width: 18%;
        margin: 10px 10px;
        background: #fff;
        overflow: hidden;
        border-radius: 8px;
        box-shadow: 2px 2px 2px 2px #f1f0f0;
    }

    .quick-link ul li a {
        font-size: 19px;
        padding: 30px 10px;
        display: block;
        color: #000000;
        overflow: hidden;
    }

    .backbg {
        overflow: hidden;
        background: #ffff;
        border-radius: 100px;
        margin: auto;
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.27);
        border: 3px solid #fe5722;
        width: 100px;
        height: 100px;
        transition: 0.3s ease-in;
    }

    .quick-link ul li a:hover .backbg {
        box-shadow: 0px 0px 0px 20px rgba(0, 0, 0, 0.05);
        border: 3px solid #454545;
    }

    .backbg img {
        margin: 25px 0 0px;
        width: 50px;
    }

    .quick-link ul li a p {
        margin: 27px 0 0;
        font-size: 19px;
        color: #131212;
        font-weight: 700;
    }

    /*quick-link*/
    /*3box-container*/

    .box_container {
        background: url(../images/footer-bg.jpg) no-repeat center;
        overflow: hidden;
        z-index: 1;
        position: relative;
    }

    .box_container::before {
        background: rgba(0, 0, 0, 0.5);
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .box_container img {
        width: 100%;
    }

    .box-1,
    .box-2,
    .box-3 {
        display: table-cell;
        vertical-align: middle;
    }

    .box-1 {
        width: 50%;
    }

    .box-2 {
        width: 45%;
        background: #7b1fa2;
    }

    .box-1 .pad-40 {
        padding: 4em;
    }

    .box-1 h2 {
        font-size: 32px;
        line-height: 40px;
        color: #fff;
        margin: 0 0 10px;
        letter-spacing: 1px;
    }

    .box-1 p {
        color: #ffffff;
        font-size: 24px;
        line-height: 32px;
        margin: 0 0 1em;
    }

    .box-1 .readmore {
        color: #01020c;
        box-shadow: inset 0px 0px 0px 50px #ffffff;
    }

    .box-1 .readmore:hover {
        color: #ffffff;
        box-shadow: inset 0px 0px 0px 2px #ffffff;
    }

    /*3box-container*/
    /*testimonial*/

    .testimonial {
        background: #00bbaa;
        overflow: hidden;
        padding: 2em;
        text-align: left;
    }

    .testimonial h2 {
        font-size: 22px;
        margin: 0 0 15px;
        color: #fff;
        border-bottom: 2px solid #fff;
        padding: 0 0 10px;
    }

    /*testimonial*/

    .photos-left {
        display: table-cell;
        vertical-align: middle;
    }

    .photos-left .pad-30 {
        padding: 4em;
    }

    .home-gallery {
        width: 80%;
        display: table-cell;
        vertical-align: middle;
    }

    .home-gallery li {
        float: none;
        width: 50%;
        margin: 0;
        box-sizing: border-box;
        line-height: 0;
        text-align: center;
        position: relative;
    }

    .photo-title {
        box-sizing: border-box;
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(7, 21, 56, 0.85);
        padding: 1em;
        width: 100%;
    }

    .mixedSlider img {
        transform-origin: 80% 0%;
        transition: transform 1s, filter .5s ease-out;
    }

    .mixedSlider a:hover .photo-title {
        background: #ff5722;
        color: #333333;
        transition: 0.2s;
    }

    .mixedSlider a:hover img {
        transform: scale(1.1);
    }

    .photo-title p {
        font-size: 16px;
        margin: 0;
    }

    .photogallery {
        text-align: center;
        margin: auto;
    }

    .photogallery ul li {
        list-style: none;
        display: inline-block;
        width: 30%;
        /* margin: 0; */
        text-align: left;
        background: #f5f5f5;
        padding: 0;
        vertical-align: top;
        margin: 10px;
        overflow: hidden;
        position: relative;
        /*box-shadow: 0px 0px 10px 2px #dcdcdc9e;*/
    }

    .photogallery ul li:before {
        content: '';
        position: absolute;
        bottom: -10px;
        right: 0px;
        width: 64px;
        height: 64px;
        opacity: 0.1;
        background: url(../images/art.png) no-repeat;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

    .photogallery ul li a {
        display: inline-block;
        width: 100%;
        padding: 10px 0;
        border-radius: 5px;
        border-top: 3px solid #e2e2e2;
        border-bottom: 3px solid #fe5722;
        min-height: 74px;
    }

    .photogallery ul li a:hover {
        background: #fe5722;
        color: #ffffff;
    }

    .photogallery ul li a h3 {
        padding: 10px;
        font-size: 20px;
        line-height: 28px;
        font-weight: normal;
        color: #333333;
    }

    .photogallery ul li a:hover h3 {
        color: #ffffff;
    }

    .photogallery ul li img {
        width: 100%;
    }

    .photogallery .photo-title {
        box-sizing: border-box;
        position: inherit;
        background: none;
        padding: 1em;
        width: 100%;
    }

    .photogallery .photo-title p {
        font-weight: 500;
        font-size: 18px;
        padding: 5px 0px;
        min-height: 45px;
    }

    .resource {
        width: auto;
    }

    .resource ul {
        margin-top: 20px;
    }

    .resource ul li {
        display: inline-block;
        width: 30%;
        margin-right: 10px;
    }

    .resource ul li a {
        background: url(../images/link.png) no-repeat left #24968b;
        padding: 10px 0 10px 40px;
        display: block;
        margin: 6px 0;
        color: #ffffff;
    }

    .resource ul li a:hover {
        background: url(../images/link.png) no-repeat left #db8e2c;
        transition: 0.5s;
    }

    .medical_dialogues p {
        margin-top: 15px;
    }

    .medical_dialogues a {
        color: #46b2a2;
        font-weight: 700;
    }

    .about_map {
        text-align: center;
        margin: auto;
    }

    .about_map img {
        width: 50%;
        text-align: center;
        margin: auto;
    }

    .hgallery {
        text-align: center;
        background: url(../images/footer-bg.jpg) no-repeat top #000000;
        overflow: hidden;
        position: relative;
        z-index: 1;
        padding: 5em 0 2em;
        background-size: cover;
    }

    .hgallery h2 {
        color: #ffffff;
        padding: 0;
        font-size: 32px;
        margin: 0 0 1em;
    }

    .view_registration {
        width: 70%;
    }

    .view_registration td {
        padding: 5px 10px;
    }

    .oddbg {
        background: #f1f1f1;
    }

    .Button {
        margin-top: 15px;
    }

    .ad-footer {
        text-align: center;
    }

    .footer .d-flex {
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: space-between;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #ffffff;
        font-size: 13.5px;
    }

    .navbar-light .navbar-nav .nav-link:hover {
        color: #000000;
        background: #ffffff;
        transition: 0.5s;
    }

    .navbar {
        padding: 0;
    }

    li.nav-item {
        background: url(../images/menu_separator.png) right no-repeat;
    }

    li.nav-item:last-child {
        background: none;
    }

    .menu_top {
        position: absolute;
        right: 2em;
        top: 10px;
    }

    .menu_top li {
        margin-right: 10px;
        font-size: 14px;
    }

    .bg-info1 {
        background-color: #ffcc00;
        font-size: 17px !important;
        color: #000000 !important;
    }

    .bg-yellow {
        background-color: #ffcc00;
    }

    .q-links .bg-yellow .link-section {
        margin: 10px auto 0 auto;
    }

    .q-links .bg-yellow ul li {
        width: auto;
        margin: 5px;
        background: none;
    }

    .q-links .bg-yellow .link-section li a {
        padding: 7px 22px;
        font-size: 15px;
        font-weight: bold;
    }