body {
    background-color: #f0feff;
}
p{
    font-size: 16px !important;
    letter-spacing: 0.5px !important;
    line-height: 21px !important;
}
h2{
    font-size: 24px !important;
}
h3{
    font-size: 22px !important;
}
h4{
    font-size: 17px !important;
}
h5{
    font-size: 13px !important;
}
h6{
    font-size: 14px !important;
}
p>span{
    font-size: 22px !important;
}
a:hover {
    color: #fbb50e;
}

a:active {
    color: #fbb50e;
}

.Scrollnews {
    margin: 20px;
    font-weight: bold;
}

.univ_name_eng {
    display: block;
    font-size: 28px;
    font-weight: bold;
    color: rgb(1, 1, 155);
}

.univ_name_hin {
    display: block;
    font-size: 28px;
    font-weight: bold;
    color: red;
    margin-top: 10px;
}

.univ_caption {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

.news-holder {
    padding: 5px 0;
}

.news-holder .news-container {
    margin-bottom: 15px;
}

.news-holder .categorytitle {
    font-size: 1.25em;
    font-weight: bold;
    padding: 5px;
    border-bottom: solid 2px gray;
}

.news-holder .categorytitle .read_more_btn {
    color: green;
}

.news-holder .news-content {
    margin: 5px 0;
    height: 300px;
    overflow: hidden;
    position: relative
}

.news-holder .news-content ol {
    position: absolute;
    /* Starting position */
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    /* Apply animation to this element */
    -moz-animation: newsscroll 15s linear infinite;
    -webkit-animation: newsscroll 15s linear infinite;
    animation: newsscroll 15s linear infinite;
}

.news-holder .news-content ol:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

/* Move it (define the animation) */

@keyframes newsscroll {
    0% {
        -moz-transform: translateY(100%);
        /* Firefox bug fix */
        -webkit-transform: translateY(100%);
        /* Firefox bug fix */
        transform: translateY(100%);
    }
    100% {
        -moz-transform: translateY(-100%);
        /* Firefox bug fix */
        -webkit-transform: translateY(-100%);
        /* Firefox bug fix */
        transform: translateY(-100%);
    }
}

.sitem {
    padding: 5px;
    display: inline-block;
    width: auto;
    border-radius: 5px;
    margin: 2px;
    background: #FF4800;
    color: #fff;
}

.sitem:hover {
    opacity: 0.9;
}

.social-icons.social-icons-icon-light.social-icons-clean li a i {
    color: #FFF !important;
    font-size: 18px;
}

.social-icons li:hover a {
    background: none;
    color: #ffffff !important;
}

.img-fluid-1 {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
    background: #ffffff;
    padding: 17px 4px 2px 4px;
}

.feature-box p {
    margin-bottom: 0px !important;
}

.feature-box {
    color: #000;
    background: #ffffff;
    border-radius: 5px;
    padding: 10px;
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 10px;
}

.feature-box-icon .icons {
    color: #000;
}

.feature-box.feature-box-style-2 h4,
.feature-box p {
    color: #000;
    line-height: 24.6px;
}

.feature-box:hover {
    background: #0e80c5;
    color: #fff;
}

.feature-box:hover h4,
.feature-box:hover p {
    color: #fff !important;
}

.feature-box:hover .feature-box-icon .icons {
    color: #fff;
}

@media only screen and (min-width:290px) and (max-width:765px){
    .col-xs-6 {
        flex: 0 0 auto !important;
        width: 50% !important;
    }
    
    .imgs{
        height:150px !important; width:150px !important;border-radius:25% !important;
    }
    .heii{
        height:350px!important;
    }
    .img-fluid-1{
        max-width: 175px !important;
        height: auto;
        border-radius: 50%;
        background: #ffffff;
        padding: 17px 4px 2px 4px;
    }
}

@media only screen and (min-width:766px){
.imgs{
        height:250px !important; width:250px !important;border-radius:25% !important;
    }
.heii{
        height:450px!important;
    }    
}    

.news-holder {
    padding: 75px 0;
    background: #f3f8f9;
    background: url(../img/parallax-corporate-9-1.jpg) no-repeat;
}

.news-holder .card-body {
    padding: 10px 5px;
}
.card-body{
    background: linear-gradient(360deg, #00304c 1%, #00304c 2%, #ffffff 30%)
}

ol.ord-listing {
    padding-left: 68px;
    counter-reset: li;
    list-style: none;
    *list-style: decimal;
}

ol.ord-listing li {
    position: relative;
    min-height: 60px;
    margin-top: 15px;
    padding-bottom: 20px;
    color: #7d8081;
    border-bottom: 1px #daddde solid;
}

ol.ord-listing li:before {
    content: counter(li);
    counter-increment: li;
    color: #fff;
    background: #00436a;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    position: absolute;
    top: 7px;
    left: -50px;
}

ol.ord-listing li:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}

.inner {
    margin: 0 auto;
    position: relative;
    border-radius: 5px;
    text-align: center;
}

.alumni_title {
    font-size: 16px;
    line-height: 15px;
    padding: 0;
    margin: 5px 0 10px;
    font-weight: bold;
}

.owl-carousel {
    margin-bottom: 0px;
}

.inner img {
    max-width: 201px;
    margin: 0px auto;
    border-radius: 10px;
    border: 1px solid #d4d4d4;
    padding: 5px
}

.home-slide-title {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    height: 75px;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.gallery_box_txt {
    color: #FFFFFF;
    background: black;
    font-size: 1em;
    line-height: 1.33;
    padding: 0.625rem 1.25rem;
    z-index: 10;
}

.news-holderEvents {
    padding: 75px 0;
    background: #f3f8f9;
    background: url(../img/eventbg.jpg) no-repeat;
    background-attachment: fixed;
}

.news-holderEvents .card-body {
    padding: 10px 5px;
}

.NssReg {
    background: #099cf4;
    border-radius: 10px;
    margin-top: 10px;
}

.NssReg img {
    width: 100%;
}

.NssReg:hover {
    background: #F6C019;
}

.webinar {
    background: #F6C019;
    border-radius: 10px;
}

.highligtsli ul {
    margin: 0px;
    padding-left: 0px;
}

.highligtsli ul li {
    cursor: pointer;
    display: block;
    background: #f7f7f7;
    color: #099CF4;
    padding: 10px 15px 10px 35px;
    margin-bottom: 9px;
    font-size: 16px;
    border-radius: 5px;
    position: relative;
}

.highligtsli ul li .fas {
    position: absolute;
    left: 15px;
    top: 15px;
}

.highligtsli ul li:hover {
    background: #099cf4;
    color: #fff;
}

.highligtsli ul li:hover a {
    color: #fff;
}

#footer {
    border-top:8px solid #000000;
    position: relative;
}
#event {
    color: #fff;
    border-top: 4px solid #000000;
    position: relative;
}

#footer p {
    color: #fff;
}

#footer a:not(.btn):not(.no-footer-css) {
    color: #fff;
}

#footer .footer-copyright {
    background:rgb(0 0 0);
    color: #fff;
}

#footer .footer-copyright p {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 0.9em;
}

#footer .list i {
    color: #fff;
}

#footer a:not(.btn):not(.no-footer-css).link-hover-style-1:hover {
    left: 3px;
    color: #ff8600;
}

.page-header {
    background-color: #0776b9;
    margin: 0;
}

.breadcrumb>li {
    color: #fff;
}

.breadcrumb>li a {
    color: #fff;
}

.adminofficer {
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 10px;
    background: #fff;
    word-break: break-all;
}

.adminofficer p {
    color: #5C5C5C;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    word-break: break-all;
}

.adminofficer img {
    float: left;
    width: 140px;
    height: 180px;
    margin-right: 20px;
    border-radius: 10px;
    border: 2px solid #fff;
    padding: 2px;
}

.text-right {
    text-align: right;
}

.member_box2 {
    box-shadow: 3px 0px 10px rgb(0 0 0 / 20%);
    margin-top: 20px;
    padding: 28px 8px;
    height: 100px;
}

.text-right {
    text-align: right;
}

.minutes_text {
    font-size: 1.1em;
    padding: 0px;
    color: #da5a1cf2;
    margin: 10px;
    font-weight: bold;
    text-align: justify;
}

img {
    vertical-align: middle;
}

/*-----------22 April 2022--------------*/

.hlistgroup {
    background: #f9f9f9;
    clear: both;
    margin-bottom: 19px;
    padding: 20px;
    border-radius: 10px;
}

.hlistgroup h2 {
    margin: 0px;
    padding: 0px 0 5px;
    font-weight: 600 !important;
    font-size: 18px !important;
}

.hlistgroup ul {
    padding: 10px 20px 0px 0px;
    margin-bottom: 0px;
}

.hlistgroup ul li {
    padding-top: 5px;
    padding-left: 36px;
}

.hlistgroup ul li a {
    font-size: 14px;
}

.hlistgroup ul li a:hover {
    color: #00436a;
}

.hlistgroup ul li:hover i {
    color: #00436a !important;
    border-color: #00436a !important;
}

.hlList2 {
    background: #f9f9f9;
    clear: both;
    margin-bottom: 19px;
    padding: 20px;
    border-radius: 10px;
    float: left;
    width: 100%;
}

.hlList2 h2 {
    margin: 0px;
    padding: 0px 0 5px;
    font-weight: 600 !important;
    font-size: 18px !important;
}

.hlList2 ul {
    padding: 10px 20px 0px 0px;
    margin-bottom: 0px;
}

.hlList2 ul li {
    padding-top: 5px;
    padding-left: 36px;
    float: left;
    width: 50%;
}

.hlList2 ul li a {
    font-size: 14px;
}

.hlList2 ul li a:hover {
    color: #fbb50e;
}

.hlList2 ul li:hover i {
    color: #fbb50e !important;
    border-color: #fbb50e !important;
}

.adminlist ul li:hover i {
    color: #fbb50e !important;
    border-color: #fbb50e !important;
}

/*-----------22 April 2022--------------*/

/*-----------29 April 2022--------------*/

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.viewmore {
    text-transform: none;
}

/*-----------2 May 2022--------------*/

.about_p {
    font-size: 16px;
    padding-top: 10px;
    padding-right: 50px;
    color: #800000;
}

hr.new1 {
    border-top: 1px solid black;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    /* border: 0; */
    border-top: 1px solid #eee;
}

.heritage_name {
    text-align: center;
    padding: 10px;
    font-weight: bold;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 2px 2px 2px 2px;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.kulgeetbg {
    background: url(../img/kulgeetbg.jpg) no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}

.pl-150 {
    padding-left: 150px;
}

p {
    color: #333;
    line-height: 26px;
    margin: 0 0 20px;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.text-5 {
    font-size: 1.50em !important;
}

/*-----------09-MAy- 2022--------------*/

p {
    color: #000000;
    line-height: 22px;
    margin: 0 0 20px;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.infotabs {
    /*background: linear-gradient(to bottom,#014f7c,#fff) !important;*/
    background: #fff !important;
}

/*
.infotabs {
    background: url(../img/studentzonebg.jpg) no-repeat !important;
    background-size: cover;
    background-attachment: fixed !important;
}*/

.tabs-vertical {
    display: inline-block;
    width: 100%;
    padding: 0;
    border-top: 0px solid #EEE;
}

.tabs-vertical .tab-content {
    display: block;
    vertical-align: top;
}

.tabs-vertical .tab-content {
    display: block !important;
    width: 100% !important;
}

.tabs-vertical .nav-tabs {
    border-bottom: none;
    display: inline-block;
    height: 100%;
    float: left;
    padding: 0;
    vertical-align: top;
    width: 100%;
    margin-right: 10px;
}

.tabs-vertical .nav-tabs>li {
    display: block;
    position: relative;
}

.tabs.tabs-vertical.tabs-left .nav-tabs .nav-link.active {
    background: #00436a;
    color: #fff;
}

.tabs-vertical .nav-tabs .nav-link {
    padding: 15px 20px;
    line-height: 45px;
    font-size: 14px;
}

.tabs-vertical .nav-tabs .nav-link.active::before {
    content: '';
    display: block;
    border-top: 8px solid transparent;
    border-left: 10px solid #00436a;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 50%;
    right: -8px;
    transform: translateY(-50%);
    opacity: 1;
}

.tabs-left .nav-tabs>li .nav-link.active {
    border-right: 0px;
}

.tabs-left .nav-tabs>li .nav-link {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}

.tabs .card-body {
    padding: 10px 0px;
}

.gandiquote {
    font-family:'Abel', sans-serif;
    font-size: 22px;
    font-style: italic;
}

.studentzone {
    /* background: #e5e5e5 !important;*/
    background: url(../img/studentzonebg.jpg) no-repeat !important;
    background-size: cover;
    background-attachment: fixed !important;
}

.accordion.accordion-modern .card .card-header {
    background-color: #fff;
    border-radius: 0;
}

/*--------------- Google Css -------*/

.gsc-control-cse {
    background-color: transparent !important;
    border: none !important;
}

.gsc-control-cse {
    padding: 0px !important;
}

.gsc-search-button-v2 {
    font-size: 0;
    padding: 0px 5px !important;
    width: auto;
    vertical-align: middle;
    border: 1px solid #666;
    border-radius: 2px;
    border-color: #00436a !important;
    background-color: #00436a !important;
    line-height: 26px;
    margin-left: 0px !important;
}

.gsib_a {
    padding: 0px !important;
}

table.gsc-search-box td.gsc-input {
    padding-right: 0px !important;
}

.gsc-search-box {
    margin-top: 3px
}

/*--------------- Google Css -------*/

#header .header-nav-top .nav>li>a,
#header .header-nav-top .nav>li>span {
    color: #fff;
    font-size: 14px;
    padding: 6px 15px;
    display: inline-block;
    text-transform: CAPITALIZE;
}

.tabs-left .tab-content {
    border-radius: 10px;
    border-left: none;
}

.social-icons li a {
    color: #fff;
}

.thumb-info-inner a {
    color: #fff;
}

a.facebook i {
    color: #fff !important;
    background: #0776b9;
    width: 20px;
    height: 20px;
    padding: 5px 3px 2px 4px;
    border-radius: 50%;
}

a.instagram i {
    color: #fff !important;
    background: #C13584;
    width: 20px;
    height: 20px;
    padding: 4px 3px 2px 3px;
    border-radius: 50%;
}

a.twitter i {
    color: #fff !important;
    background: #00b0e5;
    width: 20px;
    height: 20px;
    padding: 5px 3px 2px 3px;
    border-radius: 50%;
}

a.youtube i {
    color: #fff !important;
    background: #FF0000;
    width: 20px;
    height: 20px;
    padding: 4px 3px 2px 3px;
    border-radius: 50%;
}

a.whatsapp i {
    color: #fff !important;
    background: #01c42f;
    width: 20px;
    height: 20px;
    padding: 5px 3px 2px 3px;
    border-radius: 50%;
}

.demo {
    width: 100%;
}

.demo a {
    float: left;
    padding: 10px;
    margin: 0px 0px 20px 0px !important;
    display: block;
    border: 2px solid #efefef;
    border-radius: 10px;
}

.demo a:hover {
    border: 2px solid #efefef;
}

.demo a img {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    transition: transform .2s;
    background: url(bg_tms.jpg) no-repeat;
    border-radius: 10px;
}

.demo a:hover img {
    transform: scale(1.1);
}

.clear {
    clear: both;
}

li.social-icons-facebook a {
    color: #3b5a9a !important;
}

li.social-icons-instagram a {
    color: #7c4a3a !important;
}

li.social-icons-twitter a {
    color: #1aa9e1 !important;
}

li.social-icons-whatsapp a {
    color: #01c42f !important;
}

li.social-icons-youtube a {
    color: #c3191e !important;
}

li.social-icons-linkedin a {
    color: #0073b2 !important;
}

.owl-dots {
    display: none;
}

/*-------------- new css ---------*/

.VC_titl {
    padding-top: 12px;
    font-size: 24px;
    color: #FFC200;
}

.v_details {
    font-size: 14px;
    color: #fff;
}

.vc_bg {
    padding: 100px 0;
    background-image: url(../img/officer_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 25px;
}

table.table td,
table td {
    padding: 5px 10px;
    vertical-align: middle;
    background: #fff;
}

.table {
    border: 1px solid #dee2e6
}

.table th {
    background: #001b2b;
    white-space: nowrap;
    color: #fff;
    border-color: #fff;
}

.table td,
.table th {
    border-color: #f3f1f1;
    border-left: 1px solid #dee2e6
}

.table tr:hover td {
    background: #ebebeb;
}

.table td {
    border-top: 1px solid #dee2e6;
}

/*  .table th:last-child, .table td:last-child {
            max-width: 100px;
            width: 100px;
            text-align: center;
        }*/

.table> :not(:first-child) {
    border-top: 2px solid #fff;
}

footer.card-footer.bg-white.p-2 {
    background: transparent !important;
}

p {
    /* text-align: justify; */
}

.newsGroup {
    clear: both;
    padding: 10px;
    border-bottom: 1px solid #d8d8d8;
    width: 100%;
}

.newsData {
    width: calc(100% - 85px);
    display: inline-block;
    float: left;
}

.newsData a {
    color: #000;
}

.newsDate {
    display: inline-block;
    width: 70px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    float: left;
    text-align: center;
    margin-right: 10px;
    border-radius: 4px;
    color: #00436a;
    background: #fff;
    margin-top: 6px;
    border: 1px solid #00436a;
    line-height: 18px;
}

.newsDate span {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
    color: #fff;
    border-radius: 0 0 3px 3px;
    background: #00436a;
    padding: 5px 0px;
}

.accordion.accordion-modern-status>.card .card-header a {
    position: relative;
    padding: 10px 20px;
    background: #fff;
}

.widget-item {
    padding: 20px 20px;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0 0 8px rgb(0 0 0 / 10%);
}

.widget-item a {
    color: #0776b9;
}

.professor_img {
    border: 1px solid #c1c0c0;
    border-radius: 5px;
    width: 100%;
}

.widget-item h4,
.widget-item h5 {
    margin-bottom: 0px;
    padding: 2px 0;
}

.widget-item p,
.widget-item h6 {
    margin-bottom: 0px;
    padding: 2px 0;
}

.hlistgroup {
    box-shadow: 0 0 8px rgb(0 0 0 / 5%);
    background: #fff;
}

.teacher_bg {
    padding: 20px;
    border-radius: 10px;
    background-image: url(../img/teachers_logo.png);
    background-position: left center;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 8px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
}

.teacher_bg:after {
    content: "";
    background: rgb(253 253 253 / 73%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 25px;
    z-index: 0;
}

.mobileDisplaynone {
    display: block
}

.card-body {
    padding: 15px;
}

.list.list-icons li {
    position: relative;
    padding-left: 25px;
    text-align: justify;
}

.imgresponsive {
    border-radius: 5px;
}

.date {
    width: 120px;
    text-align: center;
}

section.section {
    background: #f7f7f7;
    border-top: 2px solid #f1f1f1;
    margin: 30px 0;
    padding: 0px 0 !important;
    clear: both;
}

.flip-card .flip-front {
    border-radius: 5px;
    background: #ffffff;
    background: -moz-linear-gradient(24deg, #ffffff 0%, #f5f5f5 50%, #ffffff 51%, #ffffff 100%);
    background: -webkit-linear-gradient(24deg, #ffffff 0%, #f5f5f5 50%, #ffffff 51%, #ffffff 100%);
    background: linear-gradient(24deg, #ffffff 0%, #f5f5f5 50%, #ffffff 51%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=1);
}

.flip-front h4 {
    margin-bottom: 0px;
}

.flip-card .flip-back {
    border-radius: 5px;
}

.flip-content {
    width: 100%;
}

.flip-content p {
    text-align: center !important;
    margin-bottom: 0px;
}

.flip-back .flip-content p {
    font-size: 16px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.hiconwrap {
    text-align: center;
    background: #00436a;
    padding: 14px;
    border-radius: 100%;
    height: 81px;
    width: 81px;
}

.date {
    width: 120px !important;
    max-width: 120px !important;
    text-align: center !important;
}

td.date {
    font-family:'Abel', sans-serif !important;
}

.detaildd {
    width: 120px !important;
    max-width: 120px !important;
    text-align: center !important;
}

.slno {
    text-align: center;
    width: 50px;
}

h3 {
    font-size: 16px;
    line-height: 24px;
    text-transform: unset;
}

.card-border:after {
    background-color: #f9bb00;
}

.accordion .card-header {
    border: 1px solid #d1d1d1;
}

.accordion .card-body {
    border: 1px solid #d8d8d8;
}

td.gsc-search-button {
    background: none !important;
}

html body .tabs .nav-tabs .nav-link.active {
    border-top-color: #ffc107;
}

.sidebar img.img-fluid.mb-2.imgresponsive {
    max-width: 140px;
}


.col_1_ img{
    margin-top: 5px;
}
.col_1{
    padding: 0px !important;
}

.swal-overlay--show-modal {
    opacity: 1;
    pointer-events: auto;
    z-index: 9999999999999999;
}

@media (max-width:991px) {
    .univ_name_eng {
        font-size: 16px;
        line-height: 18px;
        padding: 0;
        margin: 0;
    }
    .univ_name_hin {
        font-size: 19px;
        line-height: 22px;
        padding: 5px 0px;
        margin: 0;
    }
    .univ_caption {
        font-size: 11px;
        line-height: 13px;
        padding: 0;
        margin: 0;
    }
    .hlList2 ul li {
        padding-top: 5px;
        padding-left: 36px;
        float: left;
        width: 100%;
    }
    .mobileDisplaynone {
        display: none !important
    }
    .th_form{
        width: 150px !important;
    }
}

.implink {
    margin: 0 15px;
}

.implink img {
    max-width: 100%;
    border: 1px solid #ddd;
    padding: 3px 5px;
    margin: 0 15px;
    border-radius: 3px;
}

.asdf {
    min-height: 150px;
}


.gsc-input {
    background: none !important;
}
.college_name{

        font-size: 21px!important;
        color:#00304c;
}
.header-column .sp{
    font-size:11.5px !important;
    line-height: 20px;
    
}

.button{
    border-style:none;
}
.header-nav-top li{

    text-align:center!important;
}
.login_all .login{

    padding-right: 0px;
}
.login li{
    list-style-type:none;
}
.button_work1{
height:30px !important;
        background-color:#e31e25;
        color:white;
        padding: 5px 0px !important;
        width:95%!important;
}
.button_work2{

        background-color:#8c221d;
        color:white;
        width:100%!important;
        padding: 5px 0px !important;
        height:30px !important;
}

.fas{
        padding-right:2px;
 }
.button_work1:hover{

        background-color:black;
        color:white;
}
.button_work2:hover{

    background-color:black;
        color:white;
}
.border_style{
    border-top: 28px solid #042f4c !important;
}

.btn{
    font-size: 12px;
}
.row_work2{
    padding: 0px 109px;
}

.header-column a img{
    width:150px !important;
}
@media only screen and (min-width:1200px) and (max-width:1453px){

       .button_work1{
                width:80%;
                height:40px;
                font-size:10.5px;  
                
                
       }

       .header-column a img{
            width:150px !important;
        }
      
       .button_work2{
                width:95%;
                height:40px;
                font-size:10.5px; 
                
       }
       .row_work2{
                padding:0px 50px;
       }
       .header-column .univ_name_eng{
            font-size:14px!important;
        }
        
        .login_all {
            padding: 0px 100px!important;
        }
        .col_1 h3{
                 font-size:18px !important;
        }
}
@media only screen and (min-width:997px) and (max-width:1200px){

    .button_work1{
                width:80%;
                height:30px;
                font-size:8.5px;
                line-height: 0.5!important; 
    }
    .button_work2{
                width:95%;
                height:30px;
                font-size:8.5px;  
                line-height: 0.5!important;       
       }
       .row_work1{
                padding:0px 75px !important;
       }
       .row_work2{
                padding:0px 55px !important;
       }
       .header-column a img{

                width:130px !important;
       }
        .header-column .college_name {
                font-size:15px !important;
       }
       .header-column .sp{

                font-size: 9.5px !important;
       }
        .fa-house{
            font-size: 20px !important;
       }
       #header .header-nav.header-nav-spaced nav>ul>li>a {
            margin: 0 !important;
            padding-right: 6px !important;
            padding-left: 6px !important;
        }
        .testimonial-item p{

              font-size:8px;
        }
}
@media only screen and (min-width:768px) and (max-width:996px){

        .button_work1{
                    width:80%;
                    height:30px;
                    font-size:8.5px;
                    line-height: 0.5!important; 
        }
        .border_style{
            border-top: none !important;
        }
        .button_work2{
                    width:95%;
                    height:30px;
                    font-size:8.5px;  
                    line-height: 0.5!important;       
        }
        .row_work1{
                    padding:0px 35px !important;
        }
        .row_work2{
                    padding:0px 20px !important;
        }
        .header-column a img{

                    width:100px !important;
        }
            .header-column .college_name {
                    font-size:11px !important;
        }
        .header-column .sp{
            height:15px !important;
                    font-size: 8px !important;
        }

        .font1{
            font-size:11px !important;
            line-height: 12px !important;
    
        }
        #header{
    
            height: 95px !important;

        }
        .button_work1{
            height: 25px !important;
        }
        .button_work2{
            height: 25px !important;
        }
        .mt-2 {
            margin-top: 0.2rem !important;
        }

        .design_row span {
            font-size: 11px !important;
        }
        .justify-content-start img{
            width: 50px !important;;
        }       
        .var_owl {
            margin-top: 20px !important;
        } 
}

@media only screen and (min-width:0px) and (max-width:991px){

.header-nav-bar {
        display: none !important;
}

.navbar{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0px !important;
    padding-bottom:  0px !important;
    font-size: 20px!important;
}
.navbar a.icon {

        font-size: 20px !important;;
}

}
.col_1_{
    background: linear-gradient(357deg, #e31e25 40%, #8c221d 85%);
    border: 15px solid #042f4c;
}

.col_1 img{
    width: 75px;
}
@media only screen and (max-width:1200px){
    .th_form{
        width: 200px !important;
    }
    .col_1 img{
        width:45px !important;
    }  
}
@media only screen and (max-width:991px){
    .text_center_{
        text-align: center !important;
    }
    .col_1 img{
        width:45px !important;
    }
#footer .footer-copyright{
    margin-bottom: 30px !important;
}
h5{
    font-size: 12px !important;
}
}

@media only screen and (max-width:767px){
    .col_img img{
        width: 70% !important;
        padding: 4px;
        border: 2px solid #ffffff;
        border-radius: 0.25rem;
        max-width: 100%;
        height: auto;
    }
    .th_form{
        width: 120px !important;
    }
    p{
        font-size:14px !important;
        line-height: 20px !important;
        text-align: center !important;
    }
    h3{
        font-size: 20px !important;
    }
    h2{
        font-size: 20px !important;
        line-height: 1.3 !important;
        margin-top: 5px !important;
        text-align: center !important;
    }
    p>span{
        font-size: 19px !important;
    }
     .row_height{
        height: 70% !important;
    }
   
.testimonial_div{
    margin-bottom:450px !important;
}
.section-height-3{
    margin-top: -350px !important;
}
.col_1_{
    height: 125px !important;
    background: linear-gradient(357deg, #e31e25 40%, #8c221d 85%);
}
.col_8{
    padding: 0px !important;
}
   
.text_center{
    text-align: center !important;
}

.Scrollnews a{
    font-size: 13px !important;
    }
.text-start{
    display: none !important;
}


.header-column a img{
    width:125px !important;
}

.college_name {
    font-size: 18px!important;
    
}

.header-column .sp {
    font-size: 12px !important;
    line-height: 16px;
}

.border_menu {
    border: 0px solid #0070b6 !important;
}

}
@media only screen and (max-width:575px){
    #footer{
        margin-top: 30px !important;
    }
    .row_height{
       height: 50% !important;
   }
.testimonial_div{
   margin-bottom:700px !important;
}
.section-height-3{
    margin-top: -600px !important;
}
}

@media only screen and (max-width:450px){
    p{
        font-size: 13px !important;
        line-height: 20px !important;
    }
    h3{
        font-size: 18px !important;
    }
    p>span{
        font-size: 16px !important;
    }
    .section-height-3{
        margin-top: -630px !important;
    }
.footer-ribbon h2{
    font-size: 20px !important;
}
.image-list-small li{
    display: inline-block;
    width: 150px !important;
    margin: 3px 6px 15px !important;
}
.card_col {
    width: 100% !important;
}
h5{
    font-size: 12px !important;
}
}
@media only screen and (max-width:360px){
.block__title {
    font-size: 14px !important;
    font-weight: 500 !important;
}
}

@media only screen and (min-width:997px) and (max-width:1200px){

.top_heading {
border-radius: 39px 40px 0px 0px !important;
border: 0px solid #0070b6 !important;
background-color: #0070b6 !important;
}
.manage_border {
font-size: 10px;
background-color: white;
margin: 0px 0px;
border-radius: 28px 20px 0px 0px;
color: black;
}
.border_style{
            border-top: none !important;
}

}
.column_work1{

    padding-right: 0px;
    padding-left: 8px;

}
.column_work2{
    padding-right: 0px;
    padding-left: 0px;
}
.header-column .univ_name_eng{
            font-size:12px;
}

.nav-pills .dropdown  .dropdown-item {
padding-top:2px  !important;
padding-bottom:2px  !important;
}



.var_owl {
transform: rotate(90deg);
width: 100%;
margin-top: 40px;
}

.var_owl .item {
transform: rotate(-90deg);
}

.var_owl .owl-nav {
display: flex;
justify-content: space-between;
position: absolute;
width: 100%;
top: calc(10% - 10px);
}
.top_heading{

border-radius: 40px 40px 0px 0px;
border: 10px solid #0070b6;
background-color: #0070b6;
}
.home_work{

background-color: #e2a817!important;
}

.tab-content {
    border-radius: 4px;
}

marquee a {
    color: #fff;
    font-family:'Abel', sans-serif !important;
    font-weight: 500;
}

.tabs-center .nav-tabs .nav-link {
    padding: 15px 30px;
    line-height: 35px;
    font-size: 14px;
    position: relative;
    border-bottom-color: #ffc300 !important;
}

.tabs-center .nav-tabs .nav-link.active {
    background: #00436a;
    color: #fff !important;
    border-top-color: #ffc300 !important;
}

.tabs-center .nav-tabs .nav-link.active::before {
    content: '';
    display: block;
    border-top: 9px solid #00436a;
    border-left: 9px solid transparent;
    border-bottom: 0px solid transparent;
    position: absolute;
    bottom: 0px;
    right: 44%;
    transform: translateY(99%);
    opacity: 1;
    border-right: 11px solid transparent;
}

.nav-tabs li .nav-link,
.nav-tabs li .nav-link:hover {
    background: #ffffff;
}

.myTicker3 ul {
    padding: 0;
}

.myTicker3 li {
    list-style: none;
}
.customhead {
    background: #00436a;
}
 .fa-bullhorn {
    animation: blinker 1s linear infinite;
    padding:10px;
    font-size:26px;
    color:#ff8600;
    }
    @keyframes blinker {  
    50% { opacity: 0; }
    }
    .manage_border{

                font-size: 12px;
background-color: white;
margin: 2px 12px;
border-radius: 20px 20px 0px 0px;
color: black;
}


.card-header{
    background: #ffffff !important;
    color: #00304c!important;
    font-size: 20px !important;
    border-radius: 25px 25px 0px 0px !important;
    font-weight: 600;
    border-bottom: 5px solid #00304c;
}
.card{
background:none !important;
border: 0px !important;
border-radius: 50px  !important;      
    }
.btn_{
    background: #8c221d;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    color: white;
}
.btn_:hover {

border-radius: 20px;
transition:  0.2s;

}
.date_{
    color:#fff; 
    font-size:15px;
    font-weight: 600;
     background: #042f4c !important;
    display: inline-block;
    border-right: 5px solid #ff8600;
   
    border-left: 5px solid #ff8600;
    padding: 5px;
}
.text_{

padding: 10px;
border-radius:25px 0px 0px 25px;
background-image: linear-gradient(to right, #ff8600, #00436a00);
}


/* width */
::-webkit-scrollbar {
    width: 3px;
    }
    
    /* Track */
    ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
    }
    
    /* Handle */
    ::-webkit-scrollbar-thumb {
    background: #00436a; 
    border-radius: 10px;
    }
    
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
    background: #00283f; 
    }

    /*-----------------POPUP FORM----------------*/

.popup-quick-enquiry_ {
    position: relative;
    right: 30px;
    z-index: 99999999;
    background: #fff;
    padding: 0;
    color: #fff;
}

.popup-quick-enquiry_ .hide-show_ {
    position: absolute;
    right: 14px;
    top: 5px;
    z-index: 1;
    width: 16px;
    font-size: 30px;
    border-width: 2px 2px 0 0;
    cursor: pointer;
    transition: all ease 0.5s;
    transform: rotate(0deg);
}



.popup-quick-enquiry_ .hide-show_.remove {
    transform: rotate(180deg);
    margin-top: 23px;
    color: #0070b6;
    font-size: 35px;

}

.popup-quick-enquiry_ .block__title {
    
    padding: 1px 5px;
    cursor: pointer;
    background: #e31e25;
    color: #fff;
    font-weight: bold !important;
    font-size: 20px;
}

.popup-quick-enquiry_ .content {
    margin-top: -40px;
    display: none;
    padding: 0 20px 10px;
}

.popup-quick-enquiry_ .form-item {
    width: 100%;
    float: none;
    margin-bottom: 15px;
}

.popup-quick-enquiry_ .form-item label {
    margin-bottom: 5px;
    display: none;
}

.popup-quick-enquiry_ .form-item.form-item-captcha-response label {
    display: block;
}

.popup-quick-enquiry_ .form-item.form-item-captcha-response .field-prefix {
    margin-right: 5px;
}

.popup-quick-enquiry_ .form-item.form-item-captcha-response .form-text {
    width: calc(100% - 50px);
}

.popup-quick-enquiry_ input,
.popup-quick-enquiry_ select {
    width: 100%;
    line-height: 20px;
    padding: 8px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.popup-quick-enquiry_ .form-actions input {
    background: #daaa3e;
    cursor: pointer;
    transition: all ease 0.5s;
    font-size: 20px;
}

.popup-quick-enquiry_ .form-actions input:hover {
    background: #db591f;
    color: #fff;
}

.popup-quick-enquiry_ #webform-ajax-wrapper-207 p {
    color: #fff;
}

.popup-quick-enquiry_ #webform-ajax-wrapper-207 .link {
    display: none;
}

.swal-overlay--show-modal .swal-modal{
    z-index: 9999999999999999999999999999999999999999999999999999999999999999999999999999999 !important;
    position: relative !important;
}



/*-----------------POPUP----------------*/

.popup-quick-enquiry {
 position: relative;
    right: 30px;
    z-index: 99999999;
    background: #fff;
    padding: 0;
    color: #fff;
    border-radius: 20px 20px 0px 0px;
}

.popup-quick-enquiry .hide-show {
    position: absolute;
    right: 14px;
    top: 5px;
    z-index: 1;
    width: 16px;
    font-size: 30px;
    border-width: 2px 2px 0 0;
    cursor: pointer;
    transition: all ease 0.5s;
    transform: rotate(0deg);
}



.popup-quick-enquiry .hide-show.remove {
    transform: rotate(180deg);
    margin-top: 23px;
    color: #0070b6;
    font-size: 35px;

}

.popup-quick-enquiry .block__title {
    
    padding: 1px 10px;
    cursor: pointer;
    background: #e31e25;
    color: #fff;
    font-weight: bold !important;
    font-size: 20px;
}

.popup-quick-enquiry .content {
    margin-top: -40px;
    display: none;
    padding: 0 20px 10px;
}

.popup-quick-enquiry .form-item {
    width: 100%;
    float: none;
    margin-bottom: 15px;
}

.popup-quick-enquiry .form-item label {
    margin-bottom: 5px;
    display: none;
}

.popup-quick-enquiry .form-item.form-item-captcha-response label {
    display: block;
}

.popup-quick-enquiry .form-item.form-item-captcha-response .field-prefix {
    margin-right: 5px;
}

.popup-quick-enquiry .form-item.form-item-captcha-response .form-text {
    width: calc(100% - 50px);
}

.popup-quick-enquiry input,
.popup-quick-enquiry select {
    width: 100%;
    line-height: 20px;
    padding: 8px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.popup-quick-enquiry .form-actions input {
    background: #daaa3e;
    cursor: pointer;
    transition: all ease 0.5s;
    font-size: 20px;
}

.popup-quick-enquiry .form-actions input:hover {
    background: #db591f;
    color: #fff;
}

.popup-quick-enquiry #webform-ajax-wrapper-207 p {
    color: #fff;
}

.popup-quick-enquiry #webform-ajax-wrapper-207 .link {
    display: none;
}

.submenu_>.submenu{
    display: none;
}
.submenu:hover {
    display: block !important;
}
.collapse:not(.show){
    display: block !important;
}
.content_{
    width: 45% ;
}

.content_1{
    width:100%;
    height:100%

}

/* Fixed sidenav, full height */
.sidenav {
height: 100%;
width: 100%;
/* position: fixed; */
z-index: 1;
top: 0;
left: 0;
/* background-color: #111; */
overflow-x: hidden;
padding-top: 0px;
}




.sidenav a {
    padding: 1px 1px;
    text-decoration: none;
    color: #ffffff;
    display: block;
    background: #e11f23;
    width: 100%;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    border-top: 5px solid #fff;
    font-size: 13px;
}


.dropdown-btn_ {
    padding: 5px 20px;
    text-decoration: none;
    font-size: 13px;
    color: #ffffff;
    display: block;
    background: #8c221d;
    width: 100%;
    margin-top: 1px;
    text-align: center;
    cursor: pointer;
    border-top: 4px solid #fff;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
color: #f1f1f1;
}

.dropdown-container {
    display: none;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
    font-size: 20px
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}
.button_work1_res{
    background-color: #025b93;
}
.column_work1_res{
    padding-left: 5px;
}
.blue {
color: #fff !important ;

padding: 5px 30px !important;
border-radius: 0px !important;
}

.d_none{
    display: none;
}
.form-label{
    margin-bottom: 0px !important;
    padding-top: 10px !important;
}
.form-control{
    border: none !important;
    background: none !important;
    color: #e31e25 !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    font-weight: 600;
}
.form-control>option{
    color: #8d211d !important;
    border: 2px solid #00436a !important;
}


.portfolio{
    float:left;
    width:100%;
    height:100%;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    padding:10px 0;
    position:relative;
   
    }
    .portfolio .item{
    float:left;
    width:250px;
    overflow:hidden;
  
    }
    .thumb{
        border-top: 10px solid #dc3545;
        border-bottom: 10px solid #dc3545;

    }

    .portfolio .item .thumb img{
        width:100%;
        height:165px;
        transition:0.6s;
    }
    .portfolio .item:hover .thumb img{
        transform:scale(1.1);
    }

    .portfolio .item .text{
        float:left; 
        width:100%;
        padding:20px;
        height: 200px;
    }


    .portfolio .item .text a.view{
        display: table;
        width: auto;
        height: auto;
        padding: 0px 5px;
        background: #dc3545;
        border: 5px solid #ffffff;
        color: #ffffff !important;
        font-size: 12px;
        transition:0.6s;
    }
    .portfolio .item .text a.view:hover{
        
    background:#00446d;
    color:#fff !important;
    border-radius:40px;
    
    }
    .course_text{
        background:#fff;
    }


    .tb_outer_wrap {
        width: 100%;
        max-width: 650px;
        margin: 15px auto;
        }
        .tb_video_wrap_macbook {
            position: relative;
            padding-bottom: 43%;
            padding-top: 0;
            height: 0;
            overflow: hidden;
            -webkit-border-image: url('http://4.bp.blogspot.com/-9SlILeH9ikA/VboLX1JtwsI/AAAAAAAABUM/M5vmGSMXzBc/s1600/macbook%2Blaptop%2Bframe.png') 50 233 112 228 stretch stretch;
            -moz-border-image: url('http://4.bp.blogspot.com/-9SlILeH9ikA/VboLX1JtwsI/AAAAAAAABUM/M5vmGSMXzBc/s1600/macbook%2Blaptop%2Bframe.png') 50 233 112 228 stretch stretch;
            -o-border-image: url('http://4.bp.blogspot.com/-9SlILeH9ikA/VboLX1JtwsI/AAAAAAAABUM/M5vmGSMXzBc/s1600/macbook%2Blaptop%2Bframe.png') 50 233 112 228 stretch stretch;
            border-image: url('http://4.bp.blogspot.com/-9SlILeH9ikA/VboLX1JtwsI/AAAAAAAABUM/M5vmGSMXzBc/s1600/macbook%2Blaptop%2Bframe.png') 50 233 112 228 stretch stretch;
            border-color: rgba(0, 0, 0, 0);
            border-width: 27px 76px 55px 76px;
            border-style: inset;
        }
        .tb_video_wrap_macbook iframe, .tb_video_wrap_macbook object, .tb_video_wrap_macbook embed {
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: #ddd;
        }
        @media (max-width: 500px) {
                .tb_video_wrap_macbook {
                border-width: 8px 41px 34px 45px;

                }
                @media all and (max-width: 350px) {
                .tb_video_wrap_macbook {
                    border: none !important;
                }
            }
        }

        .image-list-small {
            font-family:'Abel', sans-serif;
            /* margin: 0 auto; */
            text-align: center;
            /* max-width: 640px; */
            padding: 0;
            }

            .image-list-small li {
            display: inline-block;
            width: 181px;
            margin: 0 12px 30px;
            }


            /* Photo */

            .image-list-small li > a {
            display: block;
            text-decoration: none;
            background-size: cover;
            background-repeat: no-repeat;
            height: 137px;
            margin: 0;
            padding: 0;
            border: 5px solid #fdf9f9;
            outline: 1px solid #d0d0d0;
            box-shadow: 0 3px 6px #000;

            }

            .image-list-small .details {
            margin-top: 13px;
            }


            /* Title */

            .image-list-small .details h3 {
            display: block;
            font-size: 15px;
            margin: 0 0 3px 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            }

            .image-list-small .details h3 a {
            color: #303030;
            text-decoration: none;
            }

            .image-list-small .details .image-author {
            display: block;
            color: #717171;
            font-size: 11px;
            font-weight: normal;
            margin: 0;
            }












 /*------------magnifiq poppup------------------*/
 h1{
    font-family: 'Abel', sans-serif;
    font-weight:100;
    font-size: 40px;
    text-align:center;
    }
    .container{
    width:80%;
    margin:0 auto;
    }

    a{
    outline: 0 !important;
    }
    .magnific-img img {
    width: 100%;
    height: auto;
    }
    .mfp-bottom-bar,*{
    font-family: 'Abel', sans-serif;
    }
    .magnific-img {
    display: inline-block;
    width: 32.3%;
    }
    /* a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
    } */
    .mfp-with-zoom .mfp-container,
    .mfp-with-zoom.mfp-bg {
    opacity: 0;
    /*-webkit-backface-visibility: hidden;*/
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    }

    .mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
    }
    .mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
    }

    .mfp-with-zoom.mfp-removing .mfp-container,
    .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
    }
    .mfp-arrow-left:before {
    border-right: none !important;
    }
    .mfp-arrow-right:before {
    border-left: none !important;
    }
    button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
    }
    .mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
    opacity: 1 !important;
    }


    /* Magnific Popup CSS */
    .mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8; }

    .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    /*-webkit-backface-visibility: hidden;*/
    }

    .mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box; }

    .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

    .mfp-align-top .mfp-container:before {
    display: none; }

    .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }

    .mfp-inline-holder .mfp-content,
    .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }

    .mfp-ajax-cur {
    cursor: progress; }

    .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

    .mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }

    .mfp-auto-cursor .mfp-content {
    cursor: auto; }

    .mfp-close,
    .mfp-arrow,
    .mfp-preloader,
    .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }

    .mfp-loading.mfp-figure {
    display: none; }

    .mfp-hide {
    display: none !important; }

    .mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
    .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
    color: #FFF; }

    .mfp-s-ready .mfp-preloader {
    display: none; }

    .mfp-s-error .mfp-content {
    display: none; }

    button.mfp-close,
    button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation; }

    button::-moz-focus-inner {
    padding: 0;
    border: 0; }

    .mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family:'Abel', sans-serif; }
    .mfp-close:hover,
    .mfp-close:focus {
    opacity: 1; }
    .mfp-close:active {
    top: 1px; }

    .mfp-close-btn-in .mfp-close {
    color: #333; }

    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }

    .mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }

    .mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent; }
    .mfp-arrow:active {
    margin-top: -54px; }
    .mfp-arrow:hover,
    .mfp-arrow:focus {
    opacity: 1; }
    .mfp-arrow:before,
    .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
    .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
    .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

    .mfp-arrow-left {
    left: 0; }
    .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
    .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

    .mfp-arrow-right {
    right: 0; }
    .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
    .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

    .mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
    .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
    .mfp-iframe-holder .mfp-close {
    top: -40px; }

    .mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
    .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

    /* Main image in popup */
    img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }

    /* The shadow behind the image */
    .mfp-figure {
    line-height: 0; }
    .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
    .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
    .mfp-figure figure {
    margin: 0; }

    .mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }

    .mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }

    .mfp-image-holder .mfp-content {
    max-width: 100%; }

    .mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }

    @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
    * Remove all paddings around the image on small screen
    */
    .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
    padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
    .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
    .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

    @media all and (max-width: 900px) {
    .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
    .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
    .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
    .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } 
}



.fixed-position {
    position: fixed;
 }



 
.gallery_div_style {
    width: 100%;
    display: grid;
    grid-auto-flow: dense;
    grid-template:
    "1fr 1fr 1fr 1fr " 350px 
    "1fr 1fr 1fr 1fr " 350px
    "1fr 1fr 1fr 1fr " 350px
    "1fr 1fr 1fr 1fr " 350px
    "1fr 1fr 1fr 1fr " 350px;
    grid-gap:10px;  
    
    }
    
    .gallery_div_style .box {
    position: relative;
    }
    
    .gallery_div_style .box.a, .box.d,.box.f,.box.l {
    grid-row: span 2;
    grid-column: span 2;
    }
    
    .gallery_div_style .box.b,.box.e,.box.g,.box.j {
     grid-column: span 1;
    }
    .gallery_div_style .box.c, .box.h,.box.i,.box.k {
     grid-column: span 1;
    }
    
    .gallery_div_style .box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius:25px;
    }
    @media (max-width: 1499px) {
        .gallery_div_style {
            width: 100%;
            display: grid;
            grid-auto-flow: dense;
            grid-template:
            "1fr 1fr 1fr 1fr " 300px 
            "1fr 1fr 1fr 1fr " 300px
            "1fr 1fr 1fr 1fr " 300px
            "1fr 1fr 1fr 1fr " 300px
            "1fr 1fr 1fr 1fr " 300px;
            grid-gap:10px;  
            
            }
    }



    @media (max-width: 1199px) {
        .gallery_div_style {
            width: 100%;
            display: grid;
            grid-auto-flow: dense;
            grid-template:
            "1fr 1fr 1fr 1fr " 250px 
            "1fr 1fr 1fr 1fr " 250px
            "1fr 1fr 1fr 1fr " 250px
            "1fr 1fr 1fr 1fr " 250px
            "1fr 1fr 1fr 1fr " 250px;
            grid-gap:10px;  
            
            }
    }

    @media (max-width: 991px) {
        .gallery_div_style {
            width: 100%;
            display: grid;
            grid-auto-flow: dense;
            grid-template:
            "1fr 1fr 1fr 1fr " 200px 
            "1fr 1fr 1fr 1fr " 200px
            "1fr 1fr 1fr 1fr " 200px
            "1fr 1fr 1fr 1fr " 200px
            "1fr 1fr 1fr 1fr " 200px;
            grid-gap:10px;  
            
            }
    }
    
    @media (max-width: 767px) {
    .gallery_div_style {
    grid-template:
    "1fr 1fr 1fr" 225px
    "1fr 1fr 1fr" 225px
    "1fr 1fr 1fr" 225px
    "1fr 1fr 1fr" 225px
    "1fr 1fr 1fr" 225px;
    
    
    }
    }
  
    @media (max-width: 767px) {
    .gallery_div_style {
    grid-template:
    "1fr 1fr" 350px
    "1fr 1fr" 350px
    "1fr 1fr" 350px
    "1fr 1fr" 350px
    "1fr 1fr" 350px
    "1fr 1fr" 350px
    "1fr 1fr" 350px
    "1fr 1fr" 350px
    "1fr 1fr" 350px
    "1fr 1fr" 350px;
    }
}

@media (max-width: 576px) {
    .gallery_div_style {
    grid-template:
    "1fr 1fr" 250px
    "1fr 1fr" 250px
    "1fr 1fr" 250px
    "1fr 1fr" 250px
    "1fr 1fr" 250px
    "1fr 1fr" 250px
    "1fr 1fr" 250px
    "1fr 1fr" 250px
    "1fr 1fr" 250px
    "1fr 1fr" 250px;
    }
}

@media (max-width: 480px) {
    .gallery_div_style {
    grid-template:
    "1fr 1fr" 175px
    "1fr 1fr" 175px
    "1fr 1fr" 175px
    "1fr 1fr" 175px
    "1fr 1fr" 175px
    "1fr 1fr" 175px
    "1fr 1fr" 175px
    "1fr 1fr" 175px
    "1fr 1fr" 175px
    "1fr 1fr" 175px;
    }
    
@media only screen and (max-width:991px){
    .modal_btn_{
        right: 10px !important;
    }
    .GENERALS_col{
        border: 0!important;
    }
}

.GENERALS_col{
    border-right: 1px solid #001b2b;
}
}