﻿body {
    font-family: Arial;
}
@font-face {
    font-family: delius;
    src: url(Delius-Regular.ttf);
}
.apply_button {
    background-color: #cc3333;
    color: white;
    padding: 10px 20px;
    margin-top: 10px;
    font-size: 19px;
    border: none;
    box-shadow: 1px 1px 12px 1px grey;
}

.bg_grey img {
    width: 100%;
}
/*.col-md-3 {
            float: left;
            display: inline-block;
        }*/

#borderimg {
    border: 10px solid transparent;
    padding: 50px;
    border-image-source: url("../images/border.png");
    border-image-slice: 17;
}

.center-div {
    margin: auto;
    width: 53%;
    padding: 10px;
}

.testimonial {
    background-color: #f5f3f3;
    padding: 50px 0px;
}

    .testimonial .col-md-12 {
        background-color: white;
        padding: 34px 0px;
        margin: 10px 0px;
        box-shadow: 2px 6px 4px 0px #d4d2d2;
    }

        .testimonial .col-md-12 .col-md-8 {
            padding-top: 30px;
            display: inline-block;
        }

        .testimonial .col-md-12 .col-md-4 {
            text-align: center;
            float: left;
            text-align: center;
            display: inline-block;
        }

img {
    margin: 0 auto;
}

.bg_grey {
    background-color: #f4f4f5;
   padding: 50px 30px;
}

    .bg_grey h3 {
        background-color: #062c3f;
        color: white;
        margin: 0;
        padding: 10px 0px;
        font-size: 1.3vw;
    }

footer {
    background-color: #333333;
}

    footer li {
        list-style-type: none;
        padding: 7px 0;
        display:inline-block;
        /*border-bottom: 1px solid;*/
        padding-left: 15px;
    }
    footer {
    padding-top:14px;
         /*margin-top: 18px;*/
    }
    footer ul {
 
        padding-left: 0;
    }
    footer ul li a{
 
        color:white;
   
    }


    footer .container-fluid {
        color: white;
        padding: 0px 10%;
    }
 footer ul li a:hover{

    color: #5d99b7;
}

.know_join {
    width: 45%;
    position: absolute;
    display: inline-block;
    bottom: 28%;
}

@media screen and (max-width:1239px) {
    footer .col-md-6 {
        width: 49%;
        display: inline-block;
    }
}

@media screen and (max-width:700px) {
    footer .col-md-6 {
        width: 50%;
        display: inline;
    }
}

@media screen and (max-width:700px) {
    /*.testimonial .col-md-12 {
                background-color: red;
    }*/
}

.breadcrumb {
    background-color: transparent;
}

    .breadcrumb li a {
        color: #333333;
    }

    .breadcrumb .active a {
        color: #006699;
    }

    .breadcrumb > li + li:before {
        padding: 0 5px;
        color: #333333;
        content: ">";
    }

.side-bar {
}

    .side-bar ul {
        padding: 0;
        list-style-type: none;
    }

        .side-bar ul li {
            background-color: #5d99b7;
            color: white;
            padding-left: 15px !important;
            padding: 5px;
            border-top: 1px solid white;
        }

    .side-bar .active {
        background-color: #006699;
    }

    .side-bar ul li a {
        color: white;
        font-size: 13px;
    }

    .side-bar .active a {
        font-size: 18px;
        font-weight: 700;
    }

.main_content_header {
    width: 48%;
    background-color: #cc3333;
    color: white;
    padding: 7px 17px;
    font-size: 17px;
    margin: 37px 0px 0px 0px;
}

.main_content_p {
    background-color: #f2f0f0;
    padding: 13px 17px;
}

    .main_content_p h4 {
        color: #cc3333;
        margin: 21px 0px 17px 0px;
    }

    .main_content_p img {
        margin-left: 0;
        margin-bottom: 18px;
    }
@media (max-width: 429px) {

    #conference h3 {
        font-size: 18px;
    }
      #journal h3 {
        font-size: 18px;
    }
        #isccm_courses h3 {
        font-size: 18px;
    }
          #newsletter h3 {
        font-size: 18px;
    }
      
}
.nav-container {
    margin: auto;
    width: 85%;
}


.navbar-nav li:not(:first-child):before {
    padding-top: 10px;
   /*content: " | " !important;*/
    float: left;
    color: #ffffff;
}

.social-top {
    position: absolute;
    bottom: 0;
    right: 0;
}
    /*.divWithBG {
        background-image: url("images/icon-1.png") , url("images/journal.jpg");
        background-size: 50%, contain;
        background-repeat: no-repeat, no-repeat;
        background-position:center;
        width: 100%;
        padding-top: 45.45%;
        margin-bottom: 30px;
    }*/
    .social-top ul {
        margin-bottom: 0;
        padding: 0;
    }

    .social-top li {
        display: inline-block;
        list-style-type: none;
        margin: 0px 5px;
    }

.fa-facebook {
    border: 1px solid;
    border-radius: 19px;
    font-size: 20px !important;
    padding: 8px 13px;
    background-color: #3a589b;
    color: white;
}

.fa-twitter {
    border: 1px solid;
    border-radius: 23px;
    font-size: 19px !important;
    padding: 10px 11px;
    background-color: #598dca;
    color: white;
}

.fa-youtube-play {
    border: 1px solid;
    border-radius: 23px;
    font-size: 19px !important;
    padding: 10px 11px;
    background-color: #e21a20;
    color: white;
}

.top-bar {
    position: absolute;
    
        right: 154px;
}

    .top-bar li {
        display: inline-block;
        list-style-type: none;
        margin: 0px 5px;
        color: #006699;
    }

.cal_date {
    width: 70px;
    text-align: center;
    margin: auto;
    border: 1px solid;
    border-radius: 12px;
    background: linear-gradient(#0072ab 49%,#ffffff 49%,#ffffff 100%);
}

    .cal_date h4 {
        margin-top: 6px;
        color: white;
    }

tr {
    border-bottom: 1px solid grey;
}

.searchevent {
    background-color: #d0442f;
    border: none;
    padding: 8px 32px;
    width: 80%;
    color: white;
    border-radius: 7px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

th, td {
    border: none;
    text-align: left;
    padding: 8px;
}

@media (min-width:771px) {

    .mobile {
        display: none;
    }
}

@media (max-width:770px ) {
    .desktop {
        display: none;
    }

    .mobile {
        padding-bottom: 10px;
        border-bottom: 1px solid #5d99b7;
    }

    .social-top {
        position: relative;
    }

    .navbar-nav li:not(:first-child):before {
        padding-top: 10px;
        content: "  " !important;
        float: left;
        color: #ffffff;
    }
}

.navbar-header ul {
    font-size: 9px;
    list-style-type: none;
    display: inline-block;
    color: white;
    padding-left: 10px;
}

    .navbar-header ul li {
        display: inline-block;
    }


/* start text over image*/
figure.overlay {
    position: relative;
    width: 100%;
    z-index: 1;
}

    figure.overlay img {
        width: 100%;
    }

    figure.overlay figcaption {
        position: absolute;
        z-index: 1000;
        /*height: 100%;*/
        width: 100%;
        bottom: 0;
        /**optional background overlay**/
        background: rgba(0, 0, 0, 0.6);
           padding: 3% 0% 3% 2%;
        /*font-weight: 700;*/
        color: white;
        /**some fallback value**/
        font-size: 10px;
        /**responsive size is roughly 3.4%  of the device's viewport width**/
        font-size: 2.4vw;
        margin-bottom: 10px;
    }

@media (min-width:600px) {
    figure.overlay figcaption {
        padding-top: 18px;
        padding-bottom: 18px;
        font-size: 1.4vw;
    }
}

/*end start text over image*/
.Know_join_half {
    width: 45%;
    display: inline-block;
}

    .Know_join_half a {
        color: white;
        padding: 6px 13px;
        border: 1px solid;
        text-align: center;
    }

.social-top li {
    color: #006699;
    font-size: 20px;
}

@media screen and (min-width : 320px) {
    .social-top li {
        font-size: 12px;
    }
}

@media (min-width:1032px) and (max-width:1341px) {
    .navbar-nav {
        float: left;
        margin: 0;
        font-size: 14px;
    }

    .nav-container {
        margin: auto;
        width: 98%;
    }
}

@media (min-width:771px) and (max-width:974px) {
    .social-top {
        position: relative;
        text-align: center;
    }
}

@media (min-width:771px) and (max-width:1031px) {
    .nav-container {
        margin: auto;
        width: 100%;
        padding: 0;
    }

    .navbar-inverse .container-fluid {
        padding: 0;
    }

    .navbar-nav {
        float: left;
        margin: 0;
        font-size: 1.2vw;
    }

        .navbar-nav li:not(:first-child):before {
            padding-top: 13px;
        }
}

@media (min-width: 768px) and (max-width:770px) {
    .nav-container {
        margin: auto;
        width: 100%;
        padding: 0;
    }

    .navbar-nav {
        float: left;
        margin: 0;
        font-size: 9px;
    }

    .navbar-inverse .container-fluid {
        padding: 0;
    }
}

.column_header {
}

    .column_header h3 {
        color: #006699;
        margin: 0;
    }

    .column_header h4 {
        padding: 12px 8px;
        background-color: #006699;
        color: white;
        border-left: 6px solid #cc0033;
        font-size: 18px;
        text-align: center;
    }

    .column_header .center-div {
        background-color: #f0f0f0;
        padding: 0 0px 43px 0;
        width: 100%;
    }

    .column_header col-md-12 {
        background-color: #f0f0f0;
    }

.member-box {
    border-left: 4px solid #1b658a;
    background-color: white;
    box-shadow: 0px 0px 2px 0px;
    padding: 1px 7px;
    margin: 14px 0px;
}

    .member-box h5 {
        color: #006699;
        text-align: center;
    }

    .member-box:hover {
        border-left: 4px solid #d0442f;
        cursor: pointer;
        box-shadow: 3px 2px 18px 0px;
    }

        .member-box:hover h5, /* or */
        .member-box:hover > h5 {
            color: #d0442f;
        }

.member_search {
    text-align: center;
    padding: 15px 0px 42px 0px;
}

.member_row {
    margin-top: 24px;
    margin-bottom: 35px;
}

.column_header .center-div {
    background-color: #f0f0f0;
   
    width: 100%;
}

.panel-body .col-md-12 {
    padding: 0;
}

    .panel-body .col-md-12 h2 {
        text-align: center;
        color: #d0442f;
    }
     .bg_grey {
            padding: 31px 39px 9px 52px;
            background-color: #f0f0f0;
        }
     .ul_letter_points {
            list-style-type: decimal;
            font-size: 15px;
            color: black;
        }

            .ul_letter_points li {
                margin-bottom: 15px;
            }

p {
text-align:justify
}
.bg_white {
            background-color: white;
            padding: 20px 21px;
            margin-bottom: 34px;
        }
.isccm_day {
    list-style-type: disc !important;
    padding-left: 21px !important;
}
.examination_table {
    width: 100%;
    overflow: auto;
    overflow-x: scroll;
    overflow-y: scroll;
background-color:white;
}


  @media (min-width:1500px) {
            .nav-container {
                margin: auto;
                width: 69%;
            }
        }
        @media (min-width:1700px) {
            .nav-container {
                margin: auto;
                width: 57%;
            }
        }
             @media (min-width:1850px) {
            .nav-container {
                margin: auto;
                width: 54%;
            }
        }

        @media (min-width:1341px) and (max-width:1366px) {
            .nav-container {
            width:87% ;
            }
        }
@media (min-width:430px) and (max-width:991px) {
    #conference {
        width: 24%;
        display: inline-block;
    }

        #conference h3 {
            font-size: 1.2vw;
        }

    #newsletter {
        width: 24%;
        display: inline-block;
    }

        #newsletter h3 {
            font-size: 1.2vw;
        }

    #isccm_courses {
        width: 24%;
        display: inline-block;
    }

        #isccm_courses h3 {
            font-size: 1.2vw;
        }

    #journal {
        width: 24%;
        display: inline-block;
    }

        #journal h3 {
            font-size: 1.2vw;
        }
}
@media screen and  (max-width:1239px) {
    footer .col-md-6{
        width:49%;
        display:inline-block;
    }
}
@media screen and  (max-width:700px) {
    footer .col-md-6{
        width:50%;
        display:inline;
    }
}
  .white_fourth_column {
            background-color: white;
            padding: 20px;
        }

        .about_activity {
        }

            .about_activity ul {
                background-color: #f0f0f0;
                padding: 21px 0px 26px 40px;
                font-size: 15px;
            }
                .about_activity ul li {
                margin-bottom:15px;
                }
            .about_activity h4 {
                margin-top: 40px;
                margin-bottom: 0px;
            }


#borderimg p{
text-align:center !important;
}

@media (max-width:700px) {
#borderimg {
    border-top: 10px solid transparent;
    padding: 50px 0;
    border-bottom: 10px solid;
    border-image-source: url(../images/border.png);
    margin: 0;
    border-image-slice: 17;
}
p{
 font-family: delius;
    color: black;
    font-weight: 500;
    font-size: 17px;

}
}