﻿@charset "utf-8";

html, body {
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: OpenSans-Regular;
    background: #f0f0f0;
    overflow-x: hidden;
}


@font-face {
    font-family: OpenSans-Regular;
    src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: OpenSans-SemiBold;
    src: url(../fonts/OpenSans-SemiBold.ttf);
}

@font-face {
    font-family: OpenSans-SemiBoldItalic;
    src: url(../fonts/OpenSans-SemiBoldItalic.ttf);
}

@font-face {
    font-family: OpenSans-Bold;
    src: url(../fonts/OpenSans-Bold.ttf);
}


ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a, a:hover, a:focus {
    color: #333;
    text-decoration: none;
}

:focus {
    outline: 0;
    box-shadow: none;
}

button:focus {
    outline: none;
}

.navbar-main {
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    top: 0;
    z-index: 1500;
    background: #fff;
    left: 0;
    right: 0;
    padding: 5px 20px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    box-shadow: 2px 0 4px rgba(0,0,0,0.3);
    -webkit-box-shadow: 2px 0 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 0 4px rgba(0,0,0,0.3);
}

.main-logo img {
    height: 40px;
    margin-top: 4px;
}

.main-logo {
    display: flex;
    align-items: center;
}

    .main-logo span {
        color: #0c395a;
        font-size: 22px;
        font-family: OpenSans-SemiBold;
        padding-left: 10px;
        text-transform: uppercase;
    }

.footer-main {
    z-index: 1500;
    background: #fff;
    padding: 10px 20px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

    .footer-main h2 {
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        font-family: OpenSans-Bold;
        font-size: 22px;
        text-align: center;
    }

        .footer-main h2 mark {
            background-color: transparent;
            color: #ed060c;
        }


#grad-details .card {
    margin-bottom: 5px;
}

#grad-details .card-header {
    background: #fff;
    cursor: pointer;
    color: #2c5899;
    text-transform: capitalize;
    font-family: OpenSans-SemiBold;
    font-size: 15px;
    padding: 8px 50px 8px 10px;
    position: relative;
}

#grad-details .card-body {
    background: #f6f7fb;
    padding: 0;
    font-family: OpenSans-Regular;
    font-size: 14px;
    letter-spacing: 0.5px;
    word-spacing: 1px;
    color: #4a4a4a;
}

.card-header i {
    position: absolute;
    right: 10px;
    font-size: 20px;
    top: 50%;
    background-color: #e6e6e6;
    color: #2c5899;
    -webkit-transform: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.3);
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.card-header[aria-expanded="true"] i {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.grad-details-mini-div {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    height: 2px;
    background-color: #0c395a;
}

.table-custom {
    background-color: #fff;
}

    .table-custom .table td, .table th {
        color: #5a5a5a;
        text-transform: capitalize;
        border-right: 2px solid #ebebeb;
        font-family: OpenSans-SemiBold;
        width: 45%;
        white-space: nowrap;
        font-size: 13px;
    }

#diam-tabs-wrapper img {
    min-height: 310px;
    max-height: 100%;
    object-fit: contain;
    margin: 0 auto;
    
}

/*#diam-tabs-wrapper .tab-pane {
    height: 310px;
    text-align:center;
}*/

.table td, .table th {
    padding: 6px;
}

.table-custom td {
    color: #0b3859;
    font-family: OpenSans-SemiBold;
    text-transform: uppercase;
    font-size: 13px;
}

.grad-det-btn a {
    background-color: #0c395a;
    padding: 10px 15px;
    color: #fff;
    font-family: 'OpenSans-SemiBold';
    border-radius: 5px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 10px;
    width: 100%;
}

    .grad-det-btn a i {
        padding-right: 3px;
    }

.grad-det-btn .grad-det-btn-a {
    padding: 13px 23px;
}

.grad-det-btn a:hover {
    background-color: #2b5675;
}

.grad-det-btn {
    margin-top: 15px;
    text-align: center;
}

.quick-view-lrg-img {
    border-radius: 3px;
    overflow: hidden;
}

.index-2 .quick-view-lrg-img .slick-slide img {
    width: 100%;
    height: 470px;
    object-position: center;
    object-fit: cover;
}

.quick-view-lrg-img .slick-slide img {
    width: 100%;
}

.quick-view-thum-img {
    margin-top: 10px;
    margin-bottom: 40px;
}

.index-2 .quick-view-thum-img {
    margin-top: 10px;
    margin-bottom: 5px !important;
}

.index-2 .quick-view-thum-inr img {
    width: 50px;
    object-fit: cover;
}

.video-sec {
    text-align: center;
}

.pdf-img-sec {
    text-align: center;
    height: 100%;
}

.quick-view-thum-img .slick-prev:before, .slick-next:before {
    color: #0b3859;
}

.quick-view-thum-inr.slick-slide {
    margin: 0 5px;
    cursor: pointer;
    position: relative;
}

.index-2 .quick-view-thum-inr.slick-slide {
    margin: 0 -15px;
    cursor: pointer;
    position: relative;
}

.quick-view-thum-inr img {
    width: 100%;
    object-fit: cover;
}

.quick-view-thum-inr.slick-slide.slick-current.slick-center:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/icon/img-6.png);
    right: 0;
    z-index: 999;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.grad-det-btn ul li {
    display: inline-block;
}

.magnify {
    width: 100%;
}

.quick-view-thum-img, .quick-view-thum-inr {
    display: inherit !important;
}

.index-2 .quick-view-thum-img, .quick-view-thum-inr {
    display: inherit !important;
    width: 360px;
    margin: 0 auto;
}

.index-2 .quick-view-thum-inr.slick-slide.slick-current.slick-center:before {
    background-position: inherit;
}

ul.dim-detl-nav {
    /*margin: 10px 0;*/
}

    ul.dim-detl-nav li {
        text-align: center;
        width: 45px;
    }

        ul.dim-detl-nav li a {
            padding: 8px 8px;
            box-shadow: none;
            background: #fff;
            border-radius: 3px !important;
            margin: 5px 3px 10px 0;
            position: relative;
            border: 1px solid #acabb0 !important;
        }

            ul.dim-detl-nav li a.nav-link:before {
                content: '';
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                background: url('../images/currunt-slider.png');
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
                transform: scale(0.1);
                transition: all 0.3s;
                opacity: 0;
                visibility: hidden;
            }

            ul.dim-detl-nav li a.nav-link.active:before {
                transform: scale(1);
                opacity: 1;
                visibility: visible;
            }

.no-data-found {
    margin: 10px auto;
    padding: 30px 0 30px 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.07);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dee2e6;
}

    .no-data-found h2 {
        font-size: 26px;
        text-transform: uppercase;
        color: #5a5a5a;
        margin: 0;
        font-family: OpenSans-SemiBold;
    }



@media (max-width: 991px) {
    .index-2 .quick-view-lrg-img .slick-slide img {
        height: 100%;
    }

    .index-2 .quick-view-thum-img, .quick-view-thum-inr {
        width: 250px;
    }
}

@media (max-width: 767px) {
    .grad-det-btn-uniq {
        margin-bottom: 30px;
    }

    .grad-det-btn {
        margin-bottom: 0;
    }

    .quick-view-thum-inr img {
        width: 60px;
    }

    .index-2 .footer-main h2 {
        font-size: 16px;
    }

    .index-2 .quick-view-thum-img, .quick-view-thum-inr {
        width: 70%;
        margin: 0 auto;
    }

    .index-2 .quick-view-thum-inr img {
        width: 30px !important;
    }
}

@media (max-width: 575px) {
    .quick-view-thum-inr.slick-slide.slick-current.slick-center:before {
        background-position: unset;
    }
}

/*---- new page 18-05-2019-----------*/
.single-pg-img img {
    width: 100%;
}

.single-pg-img-text h4 {
    padding: 0;
    margin: 5px 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
}

    .single-pg-img-text h4 mark {
        color: #ff0000;
        background-color: transparent;
    }

.single-pg-img-text p {
    color: #5a5a5a;
    font-weight: 600;
    text-align: center;
    font-size: 9px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

    .single-pg-img-text p a {
        color: #11adf9;
        font-size: 13px;
        text-transform: lowercase;
    }

.single-pg-img-text h3 {
    color: #5a5a5a;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
}

    .single-pg-img-text h3 b {
        color: #000;
    }

.footer-main2 {
    z-index: 1500;
    background: #fff;
    padding: 12px 20px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

    .footer-main2 h2 {
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        font-family: OpenSans-Bold;
        font-size: 22px;
        text-align: center;
    }

        .footer-main2 h2 mark {
            background-color: transparent;
            color: #ed060c;
        }

.navbar-big-text {
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    top: 0;
    z-index: 1500;
    text-align: center;
    background: #fff;
    left: 0;
    right: 0;
    padding: 5px 20px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    box-shadow: 2px 0 4px rgba(0,0,0,0.3);
    -webkit-box-shadow: 2px 0 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 0 4px rgba(0,0,0,0.3);
}

    .navbar-big-text h2 {
        color: #0c395a;
        font-size: 30px;
        font-family: OpenSans-SemiBold;
        padding-left: 10px;
        margin: 0;
        text-transform: uppercase;
    }

    .navbar-big-text span {
        color: #0c395a;
        font-size: 14px;
        font-family: OpenSans-SemiBold;
        padding-left: 10px;
        margin: 0;
        text-transform: uppercase;
    }

.navbar-big-text2 {
    text-align: center;
    padding: 10px 0;
}

    .navbar-big-text2 h2 {
        color: #0c395a;
        font-size: 26px;
        font-family: OpenSans-SemiBold;
        margin: 0;
        text-transform: uppercase;
    }

    .navbar-big-text2 span {
        color: #0c395a;
        font-size: 12px;
        font-family: OpenSans-SemiBold;
        margin: 0;
        text-transform: uppercase;
    }

.comn-clr-cl {
    background-color: #fff;
}

.fix-content-div {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

@media (max-width:767px) {
    .footer-main2 h2 {
        font-size: 16px;
    }

    .navbar-big-text h2 {
        font-size: 26px;
    }

    .navbar-big-text span {
        font-size: 12px;
    }

    .navbar-big-text2 h2 {
        font-size: 24px;
    }

    .navbar-big-text2 span {
        font-size: 11px;
    }

    .fix-content-div {
        width: 100%;
    }
}

/*------ 20-05-2019----------*/
.zoom-icon {
    width: 35px;
    height: 35px;
    color: #ffffff;
    cursor: pointer;
    position: absolute;
    top: 18px;
    z-index: 9999;
    right: -18px;
    transform: translate(-50%,-50%);
    text-align: center;
    padding: 5px;
    background: #2c5899;
    border: 1px solid #fff;
}

.zoom-icon2 {
    width: 35px;
    height: 35px;
    color: #ffffff;
    cursor: pointer;
    position: absolute;
    top: 0;
    z-index: 9999;
    right: 0;
    text-align: center;
    padding: 5px;
    background: #2c5899;
    border: 1px solid #fff;
}

.zoom-icon2 i{
    display: block !important;
    color: #ffffff;
    font-size: 17px;
    line-height: 22px;
}

.zoom-icon i{
    display: block !important;
    color: #ffffff;
    font-size: 17px;
    line-height: 22px;
}

.video-tabs {
   padding-top: 20px;
}

.video-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #0c395a;
    border-color: #0c395a #0c395a transparent !important;
    border-radius: 0;
    background: #e6e6e6;
}

.video-tabs .nav-tabs .nav-link {
    font-weight :600;
    border-color: #e9ecef #e9ecef #0c395a;
}

.video-tabs .nav-tabs {
    justify-content: center;
    margin-bottom: 5px;
    border-bottom: 1px solid #0c395a;
    position: relative;
}

.tbs-custom {
    padding-top: 0;
}
.magnify {
    height: 310px;
}

@media (max-width:991px){
  
}

@media (max-width:575px) {
    .zoom-icon{
      right: -18px;
    }
}

.fancybox-slide--iframe .fancybox-content {
    width  : 700px;
    max-width  : 100%;
    max-height : 100%;
    margin: 0;
}

.video-sec iframe{
    border: 0;
}

