* {
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif; !important;
    scroll-behavior: smooth;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.bg-theme_one {
    background: #00519a !important;
    color: #fff;
}

.bg-theme_two, .bg-theme_two:before {
    background: #fff !important;
    color: #00519a;
}

.text-color_one {
    color: #00519a !important;
}

.text-color_two {
    color: #fff;
}

.btn-theme_one {
    background: #00519a;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
}
.btn-theme_two {
    background: #00519a;
    color: #FFFFFF;
    border-radius: 0 !important;
    font-weight: 500;
}

.btn-theme_one:focus, .btn-theme_one:active, .btn-theme_one:hover {
    color: #fff !important;
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .12) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .12) inset;
}
.btn-theme_two:focus, .btn-theme_two:active, .btn-theme_two:hover {
    color: #fff !important;
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .12) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .12) inset;
}

.banner_side{
    padding-right: 0
}
.reg_div{
    margin-bottom: 3rem;
}
.right_side{
    background: #007cc3;
    padding: 10px;
}
.right_side .card {
    background: #eee;
}
.presentation{
    background-color: #000000;
}
.form_heading{
    color: #040404;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 1rem;
}
.form-control{
    border: 1px solid #040404;
}
.form-control:focus {
    color: #040404;
    background-color: #fff;
    border-color: #040404;
    outline: 0;
    box-shadow: none;
}
.order-md-1#ppt_section{
    padding-right: 0px;
}
.order-md-2#video_section{
    padding-right: 5px;
}
.theme_button,.theme_button:hover {
    color: #fff;
    background-color: #003576;
    border-color: #003576;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #003576;
    border-color: #003576;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}
.divider{
    border: 1px dashed #00519a;
    margin-bottom: 20px;
    margin-top: 20px;
}
.title{
    color: #423e3e;
    font-weight: bold;
    font-size: 1rem;
    margin: 0;
}
.event_detail{
    color: #003576;
    font-size: 1.2rem;
    margin: 0;
    font-weight: bold;
}
.event_schedule{
    padding: 0;
    margin-top: -8px;
}
.event_schedule li {
    display: inline-block;
}
.event_schedule i {
    transform: translateY(4px);
}
li.event_time {
    margin-left: 20px;
}
.event_schedule span {
    margin-left: 5px;
    font-size: 1.2rem;
    color: #003576;
    font-weight: bold;
}
.event_write_date,.event_write_time {
    vertical-align: middle;
}

.video-container {
    margin-top: 5px;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 5px;
    height: 0;
    overflow: hidden;
}
.video-container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.presentation_container{
    margin-top: 5px;
}
#video_section{
    padding-right: 0px;
}
.question_container,.pre_question_container{
    background-color: #515151;
    display: block;
    padding: 10px;
}
.questionbox{
    margin-bottom: 5px;
    background: #3e3e40;
    color: white;
    border: 1px solid #fff;
    padding-left: 16px;
}
.pre_question_container{
    margin-top: 5px;
}
.question_heading{
    color: #ffffff;
    text-align: center;
    font-size: 1rem;
}
.pre_question_container{
    display: none;
}
fieldset{
    border-color: #003576;
}
legend{
    color: #003576;
    font-weight: bold;
    font-size: 22px;
}
#swap-icon-img{
    position: absolute;
    left: 31%;
    top: 179px;
    z-index: 2;
    cursor: pointer;
}

.presentation .col-md-12,.presentation .col-md-4,.presentation .col-md-8{
    padding-right: 5px;
    padding-left: 5px;
}
.notification{
    background: #333333;
    height: 27px;
    margin-top: 5px;
    color: #fff;
}
.logoutbtn {
    margin: unset;
    position: absolute;
    top: 13px;
    right: 37px;
    font-size: small;
    padding: 0 10px;
    height: auto;
}
#dot {
    position: absolute;
    top: 0;
}
.main-menu .navigation>li>a{
    color : #00519a !important;
    font-weight : 400 !important;
}
.main-slider h1{
    color : #00519a !important;
    font-size: 34px !important;
    margin-bottom : 20px !important;
}
.faculty-name-font-size{
    font-size: 13px !important;
    line-height: 1.6em !important;
}
.faculty-image-width{
    width: 150px;
}
.link-box button:hover{
    color:  #FFFFFF !important;
}
.image-slider-width{
    width: 224px !important;
}
.faculty-block{
    display: block;
}
.faculty-align{
    text-align: center;
}
.faculty-row{
    margin-left: 61px;
}
@media screen and (max-width: 548px) {
    .logoutbtn {
        top: 8px;
    }

}
@media screen and (max-width: 767px) {
    .pre_question_container{
        display: block;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .question_container{
        display: none;
    }
    .banner_side{
        padding-right: 15px;
    }
    .event_info{
        margin-bottom: 40px;
    }
    #swap-icon-img{
        display: none;
    }
    #video_section {
        padding-right: 5px;
    }
    .presentation_container {
        margin-top: 0px;
    }
}

.fix-length {
    display: block;
    text-overflow: ellipsis;
    width: 15em;
    overflow: hidden;
    white-space: pre-wrap;
    word-wrap: break-word
}

.max-length {
    display: block;
    text-overflow: ellipsis;
    width: auto;
    overflow: hidden;
    white-space: pre;
}

.pre {
    overflow: hidden;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word
}

.owl-carousel .owl-item img {
    display: unset !important;
}

@media only screen and (max-width: 991px) {
    .owl-carousel .owl-item img {
        transform: translate(10px, -35px);
        display: unset !important;
        /*width: 50% !important;*/
    }

    .faculty-block{
        display: none !important;
    }
    .faculty-align{
        text-align: end;
    }
    .faculty-row{
        margin-left: 60px;
    }
    .main-menu .navigation>li>a{
        color: #ffffff !important;
    }
}

@media only screen and (max-width: 700px) {
    .owl-carousel .owl-item img {
        margin: 0 !important;
        transform: translate(10px, -35px);
        display: unset !important;
        width: 85% !important;
    }
}


.image {
    margin: 0 !important;
}
.main-slider .slide {
    padding: 0em 1em  0 !important;
    background-position: top center !important;
}
.main-slider .image:before {
    content: unset !important;
}
.divider {
    border: 1px solid #00519a;
    margin-bottom: 15px;
    margin-top: 15px;
}

.agenda-table thead th,
.agenda-table td {
    border: 1px solid #8ab1d4;
}
.agenda-table thead {
    font-size: 22px;
}
.agenda-table tbody th, .agenda-table td {
    color: #000 !important;
    font-size: 25px;
    /*font-weight: bold;*/
}
.agenda-table tbody {
    font-size: 18px;
}

.prevention-block-one {
    min-height: 90% !important;
}

.course-section {
    /*background-image: url(../images/main-slider/course-bg.jpg);*/
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    background-color: #00519a;
}

.main-header .logo-outer {
    padding: 10px 0;
}

.footer {
    font-size: 16px;
}
.upcoming-btn{
    font-size: 2.5rem;
    padding: 14px 22px;
    border-radius: 3rem;
    font-weight: 700;
    background-color: #00519a;
    color: #FFFFFF;
}
.upcoming-btn:hover{
    color: #FFFFFF !important;
}
@media only screen and (max-width: 991px) {
    .main-header .logo-outer {
        padding: 10px 0;
        text-align: center;
        width: 100%;
    }
    .main-header .logo-outer img {
        width: 70% !important;
    }
    .footer {
        font-size: 13px;
    }
    .main-slider .image{
        display: block !important;
    }
    .image-slider-width{
        width: 265px !important;
    }
}

.academy-box-boder-1 {
    border-top: 20px solid white !important;
    border-radius: 0px;
    margin: 0px 120px;
}

.academy-box-boder-2 {
    border-top: 24px solid white !important;
    border-radius: 0px;
}

.academy-box-boder-3 {
    border-top: 24px solid #00519a !important;
    border-radius: 0px;
    margin: 0px 230px;
}

.academy-box-boder-internatational {
    border-left: 3px dotted #00519a !important;
    border-right: 3px dotted #00519a !important;
    border-top: 3px dotted #00519a !important;
    border-radius: 0px;
    margin: 0px 123px 25px 192px;
}

.academy-box-boder {
    border-left: 3px dotted #00519a !important;
    border-right: 3px dotted #00519a !important;
    border-top: 3px dotted #00519a !important;
    border-radius: 0px;
    margin: 0px 80px 0px 154px;
}

.academy-box {
    width: auto;
    padding: 10px 15px;
}

.academy-box-h1 {
    font-weight: 700 !important;
    color: #00519a !important;
}

.fa, .fas {
    font-family: 'Font Awesome 5 Free' !important;
}
