@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&display=swap');
body {
    padding: 0px;
    margin: 0px;
    /* font-family: "Open Sans", sans-serif; */
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    line-height: 1.5;
    font-size: 16px;
    color: #000;
}

body,
html {
    /* overflow-x: hidden; */
}

a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #FFC800;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px 0px 15px 0px;
    font-weight: 500;
    line-height: 1.3;
    color: #000;
    font-family: "Roboto", sans-serif;
    letter-spacing: -3%;
}

p {
    margin: 0px 0px 15px 0px;
    color: #333;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
img {
    max-width: 100%;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}

/* ------- Marquee --------- */

.marquee a, .marquee p {
    font-size: 14px;
    color: #D4D4D4;
}
.marquee a:hover {
    color: #faa831;
}
.marquee-area {
    padding: 5px 0 5px;
    position: relative;
    display: block;
}

.marquee-area label {
    float: left;
    color: #fff;
    padding: 4px 10px;
    font-size: 14px;
    background: #E62724;
    border-radius: 5px;
    margin: 0;
}


/* ---------- Pagination ---------- */

.pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin: 20px 0 0;
}

.pagination ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: 85%;
    float: left;
}

.pagination ul li {
    width: 35px;
    height: 35px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    font-size: 14px;
    font-weight: 600;
    border-radius: 9px;
    background-color: transparent;
    margin: 0 3px;
    cursor: pointer;
    color: #1a2556;
    transition: all .3s;
}

.pagination ul li.active {
    background-color: #8e0b35;
    color: #fff;
}

.pagination li:first-child,
.pagination li:last-child {
    display: flex;
    color: #8e0b35;
}

.pagination .jump_page {
    float: right;
}

.pagination .jump_page input {
    border: 1px solid #ccc;
    border-radius: 6px;
    height: 35px;
    width: 60px;
    padding: 0 8px;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    margin-bottom: 0;
}

.pagination .jump_page p {
    display: inline-block;
}

.pagination .jump_page input[type="submit"] {
    color: #fff;
    font-weight: 600;
}

/* ---------- breadcrumb ---------- */

.breadcrumb ul {
    padding: 0;
    margin: 0;
}

.breadcrumb ul li {
    display: inline-block;
    padding: 0;
    align-items: center;
}

.breadcrumb ul li+li::before {
    display: inline-block;
    margin: 0 8px 0 5px;
    transform: rotate(15deg);
    border-right: 1px solid #ccc;
    height: 10px;
    content: "";
}

.breadcrumb ul li a:hover {
    color: #FFC800;
}

.breadcrumb ul li a {
    display: inline-block;
    padding: 0;
    color: #919191;
    font-weight: 600;
}

/*---------- header and navigation End ------------*/

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.sticky-header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 35%);
    min-height: auto !important;
}

.search_box {
    position: relative;
    right: 0;
    top: 0;
    padding: 0;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 32px 2px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0px 0px 32px 2px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0px 0px 32px 2px rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0px 0px 32px 2px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 32px 2px rgb(0 0 0 / 6%);
    background-color: rgb(51 51 51 / 70%);
    display: none;
    width: 100%;
    z-index: 999;
}

.search-btn:hover {
    background-color: #387385;
    color: #fff;
}

.pinkColor {
    border-top: 6px solid #fc8447;
}

.search_box_blue {
    position: relative;
    right: 0;
    top: 0;
    padding: 0;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 32px 2px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0px 0px 32px 2px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0px 0px 32px 2px rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0px 0px 32px 2px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 32px 2px rgb(0 0 0 / 6%);
    background-color: rgb(51 51 51 / 70%);
    display: none;
    width: 100%;
    z-index: 999;
}

.blueColor {
    border-top: 6px solid #0097f7;
}

.searchClose,
.bluesearchClose {
    position: absolute;
    top: 13px;
    right: -30px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    background-color: #5b5b5b;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.search_li ul {
    display: inline-block;
}

.search_li ul li:hover a {
    color: #faa831;
}

.search_li ul li a {
    font-size: 14px;
    color: #D4D4D4;
    padding: 0 0 0px 12px;
    display: block;
    margin: 0 5px 0 0;
    transition: none;
    position: relative;
}

.search_li ul li:nth-last-child(1) a:after {
    display: none;
}
.search_li ul li a:after {
    content: "";
    background: #D4D4D4;
    position: absolute;
    right: -10px;
    top: 5px;
    width: 1px;
    font-size: 10px;
    height: 12px;
}

.search_box_blue .search_li ul li a:after {
    content: "\f0c8";
    font-family: 'Font Awesome 5 Pro';
    color: #fccb00;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 4px;
    font-weight: 600;
}

.search_li_box {
    margin: 10px 0;
    position: relative;
}

.search_li_box input {
    width: 100%;
    margin-bottom: 0;
    background: transparent;
    border: 1px solid #545454;
    height: 30px;
    border-radius: 0;
    border-width: 0px 0px 1px 0px;
}

.search-btn {
    width: 35px;
    height: 30px;
    background-color: #333;
    color: #fff;
    right: 0;
    top: 0;
    position: absolute;
    border-radius: 0;
    border-left: 1px solid #545454;
}

.search-btn:hover {
    background-color: #0097f7;
}

.search_box_blue .search-btn {
    width: 45px;
    height: 45px;
    background-color: #0097f7;
    color: #fff;
    float: right;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 6px;
}

.search_box_blue .search-btn:hover {
    background-color: #fc8447;
}
.logo img {
    max-height: 70px;
    transition: 0.3s;
    max-width: 510px;
}

.preloader {
    position: fixed;
    z-index: 999999;
    background: rgb(255 255 255 / 98%);
    width: 100%;
    height: 100%;
    backdrop-filter: grayscale(1);
}

/* -------- Header Section -------- */

.top-header{
    background: #161616;
    transition: 0.3s;
}

.header-menu {
    transition: 0.3s;
    padding: 0;
    min-height: auto;
    background-color: #fff;
    border-bottom: 1px solid #CFAB39;
}

.mobile_primary {
    padding: 0;
    transition: all .6s;
    position: relative;
    z-index: 9999;
}

.mobile_primary ul {
    margin: 0;
    padding: 0;
    /* border-bottom: 1px solid #f0eded;*/
}

.mobile_primary li {
    display: inline-block;
    padding: 0;
    margin: 0 0 0 0;
}

.menu_fixed .sub-menu--button {
    top: 25%
}

.mobile_primary li:last-child {
    margin-right: 0;
}

.mobile_primary ul li:hover a:before {
    opacity: 1;
    visibility: visible;
}

.mobile_primary ul li a {
    color: #564B2A;
    padding: 25px 10px;
    font-size: 16px;
    display: block;
    position: relative;
    font-weight: 600;
    z-index: 99;
    text-align: center;
    text-transform: uppercase;
    transition: none;
}

.menu_fixed .mobile_primary ul li a {
    padding: 17px 15px;
    transition: all .6s
}

.mobile_primary ul li.current-menu-item a,
.mobile_primary ul li:hover a {
    color: #FFC800;
}

.mobile_primary ul li.current-menu-item ul a,
.mobile_primary ul ul li a:hover {
    color: #fc8447;
    background-color: transparent;
}
.sub-menu--button {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.sub-menu--button::after {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    color: #333;
    transition: all.5s ease-in-out
}

.admission .sub-menu--button {
    display: none !important;
}

.mobile_primary ul li.current-menu-item .sub-menu--button::after,
.mobile_primary ul li:hover .sub-menu--button::after {
    color: #333
}

.mobile_primary ul li ul li .sub-menu--button {
    position: absolute;
    top: 20%;
    right: 10px;
}

.mobile_primary ul li ul li:hover .sub-menu--button::after {
    color: #333
}

.mobile_primary .sub-menu .sub-menu-details {
    padding: 10px 15px;
}

.mobile_primary .sub-menu {
    background: #ffffff none repeat scroll 0 0;
    text-align: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 90%;
    left: 0;
    width: 90%;
    visibility: hidden;
    opacity: 0;
    border-bottom: 0;
    border: 1px solid #CFAB39;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}


.mobile_primary .sub-menu:after {
    /*content: '';
    border-right: 30px solid transparent;
    border-bottom: 20px solid rgb(255, 255, 255);
    position: absolute;
    left: 10%;
    top: -10px;*/
}

.sub-menu h2 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 10px;
    margin-bottom: 15px;
    background-color: #003898;
}

.sub-menu p {
    font-size: 13px;
    font-weight: 400;
    color: #000;
    padding: 0;
    margin-top: 0;
}

.mobile_primary .sub-menu li:hover {
    background: transparent;
    color: #fecc02;
}

.mobile_primary .sub-menu li {
    display: block;
    position: initial;
    padding: 0;
    margin: 0
}

.mobile_primary li .sub-menu ul li a::before {
    display: none;
}

.mobile_primary li .sub-menu ul li a {
    color: #2D2D2D;
    padding: 4px 0 4px 0px;
    margin: 1px 0 1px;
    display: block;
    text-transform: inherit;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    position: relative;
    align-items: baseline;
}

.mobile_primary li .sub-menu ul li a:hover,
.mobile_primary li .sub-menu ul li a:hover:after {
    color: #FFC800;
}

.mobile_primary .sub-menu a:hover {
    /*color:#fff;
    background:#343d3f*/
}

.mobile_primary .sub-menu li a:after,
.mobile_primary .sub-menu li.current-menu-item>a:after,
.mobile_primary .sub-menu li.current-page-ancestor>a:after,
.mobile_primary .sub-menu li.menu-item-has-children:hover>a:after,
.mobile_primary .sub-menu li.menu-item-has-children>a:hover:after {
    content: none
}

.mobile_primary .sub-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0
}

.mobile_primary li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    z-index: 9;
}

.mobile_primary li:hover>.sub-menu li:after,
.mobile_primary li:hover>.sub-menu li:before {
    display: none;
}

.mobile_primary li:hover>.sub-menu li:hover>.sub-menu {
    display: block;
    top: 0
}

.mobile_primary li:hover>.sub-menu li:hover>.sub-menu.sub-sub-menu {
    display: block;
    right: 0;
    top: 0;
}

.mobile_primary li:hover>.sub-menu li:hover>.sub-menu li a {
    text-transform: none
}

.menu-button,
.menuClose {
    display: none
}

.fixed_header {
    display: none;
}

/* ----------- Academics Tabs Nav ------------- */

.academics-tabs-nav {
  display: flex;
  flex-direction: column;
}

.academics-tab-btn {
  background: none;
  border: none;
  padding: 12px 15px;
  text-align: left;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  transition: all 0.3s ease;
}

.academics-tab-btn:hover {
  background-color: #fff9e6;
  color: #FFC800;
}

.academics-tab-btn.active {
  background-color: #fff9e6;
  color: #FFC800;
}

.academics-tabs-content {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.academics-content {
  display: none;
  animation: fadeIn 0.3s ease;
}

.academics-content.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 991px) {
    .fixed_header {
        display: block;
        width: 100%;
        padding: 10px 0;
    }
    .sticky-header .fixed_header .logo img {
        max-height: 50px;
    }
    .fixed_header .logo {
        padding: 0;
        margin: 0;
        display: block; 
    }
    .menu-button.toggle {
        top: -40px;
        right: 10px;
        padding: 10px;
        border-radius: 10px;
    }
    .menu-button {
        position: absolute;
        display: block;
        background-color: transparent;
        border: 0;
        cursor: pointer;
        transition: all .3s ease;
        font-size: 18px;
        color: #fff;
        padding: 0;
        top: 5px;
        right: 25px;
        z-index: 9999;
    }
    .header-menu {
        min-height: auto;
    }
    .menu-button .line {
        width: 25px;
        height: 2px;
        background-color: #333;
        display: block;
        margin: 8px 0px;
        margin-left: auto;
        ransition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .menu-button .line:nth-child(2) {
        width: 35px;
    }
    .menu-button.toggle .line:nth-child(2) {
        opacity: 0;
    }
    .menu-button.toggle .line:nth-child(1) {
        -webkit-transform: translateY(10px) rotate(45deg) scale(1);
        -ms-transform: translateY(10px) rotate(45deg) scale(1);
        -o-transform: translateY(10px) rotate(45deg) scale(1);
        transform: translateY(10px) rotate(45deg) scale(1);
    }
    .menu-button.toggle .line:nth-child(3) {
        -webkit-transform: translateY(-10px) rotate(-45deg) scale(1);
        -ms-transform: translateY(-10px) rotate(-45deg) scale(1);
        -o-transform: translateY(-10px) rotate(-45deg) scale(1);
        transform: translateY(-10px) rotate(-45deg) scale(1);
    }
    .open:before {
        background-position: right center;
        width: 25px;
        transition: all .3s ease
    }
}

@media (max-width: 1024px) {
    .header-menu .container{
        width: 100%;
        max-width: 100%;
    }
    .mobile_primary li .sub-menu ul li a {
        padding: 6px 0px;
    }
    .mobile_primary li .sub-menu ul li ul li a {
        padding-left: 0;
    }
    button:focus {
        outline: none;
        border: none
    }
    .mobile_primary {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: -100%;
        background-color: #fff;
        transition: .5s;
        z-index: 999;
        display: block !important;
        padding: 0;
        border-radius: 0;
        float: none;
        overflow-y: auto;
    }
    .menu_fixed .mobile_primary {
        top: 66px;
    }
    .mobile_primary.active img {
        width: 200px;
    }
    .mobile_primary.active {
        display: block !important;
        left: 0
    }
    .mobileOverlay {
        display: none
    }
    .mobileOverlay.toggle {
        display: block
    }
    .menuClose {
        position: absolute;
        top: 0;
        right: 10px;
        font-size: 36px;
        margin-left: 0;
        color: #010101;
        background: none;
        width: auto;
        height: auto;
        border-radius: 0;
        font-weight: 300;
        cursor: pointer;
        display: block
    }
    .mobile_primary ul {
        list-style: none;
        margin: 0;
        padding: 0px 0px 40px 0px;
        float: none !important;
    }
    .mobile_primary ul ul {
        padding: 0;
        display: flex;
        flex-direction: column;
    }
    .mobile_primary li {
        display: block;
        position: relative;
        padding: 0;
        background: none;
        margin: 0
    }
    .mobile_primary .sub-menu li {
        border: 0
    }
    .mobile_primary ul li.current-menu-item a:after,
    .mobile_primary ul li a:hover:after {
        display: none
    }
    .mobile_primary ul li a:after {
        color: #003898;
    }
    .mobile_primary ul li:hover a:before {
        border: 0;
    }
    .mobile_primary ul li a {
        padding: 5px 10px 10px 20px;
        text-align: left;
        font-size: 20px;
        text-transform: capitalize;
        font-weight: 400;
    }
    .nav.fix-menu .mobile_primary ul li a {
        padding: 17px 8px
    }
    .nav.fix-menu .sub-menu--button {
        top: 0
    }
    .mobile_primary li:first-child {
        border-top: none
    }
    .mobile_primary .sub-menu {
        display: none
    }
    .mobile_primary li ul.sub-menu li a,
    .nav.fix-menu .mobile_primary li ul.sub-menu li a {
        padding: 5px 20px;
    }
    .mobile_primary li ul.sub-menu li a:hover {
        color: #2d5ba9
    }
    .mobile_primary .sub-menu a:hover {
        background: none
    }
    .mobile_primary .sub-menu .sub-menu a {
        padding: 15px 0 15px 50px
    }
    .mobile_primary .sub-menu--button {
        cursor: pointer;
        display: inline-flex;
        justify-content: flex-end;
        align-items: center;
        height: 35px;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 999;
        padding: 0px 10px 0px 0px;
    }
    .sub-menu--button::after {
        transform: rotate(-90deg)
    }
    .sub-menu--button.open::after {
        color: #333;
        transform: rotate(0deg)
    }
    .mobile_primary .sub-menu li {
        display: block
    }
    .mobile_primary li:hover .sub-menu {
        top: 0;
        display: none
    }
    .nav.fix-menu .mobile_primary li:hover .sub-menu {
        top: 0;
        display: none
    }
    .page-header__primary {
        display: none
    }
    .mobile_primary .sub-menu .sub-menu {
        left: auto;
        position: relative;
        top: 0
    }
    .mobile_primary li ul.sub-menu li:hover ul.sub-menu {
        display: none;
        position: relative
    }
    .mobile_primary .sub-menu {
        position: relative;
        top: 0;
        width: auto;
        background: linear-gradient(0deg, #acc8ec, transparent);
        box-shadow: none;
        text-align: left;
        list-style: outside none none;
        margin: 0;
        padding: 0 0 0 10px;
        visibility: inherit;
        opacity: inherit;
        border-radius: 0;
        border: 0;
        transform: inherit;
        transition: inherit;
        box-shadow: none;
        -webkit-transform-origin: 0 0 0;
        transform-origin: 0 0 0;
    }
    .mobile_primary .sub-menu::after {
        display: none;
    }
    .mobile_primary li.dropdown a:after {
        background: none
    }
    .mobile_primary li:hover>.sub-menu li:hover>.sub-menu {
        display: none
    }
}

/* -------- inner-page-menu -------- */

.inner-page-menu .scroll-menu-wrapper .scroll-menu-btn:hover {
    background: #e75710;
    color: #ffffff;
}
.inner-page-menu .scroll-menu-wrapper .scroll-menu-btn.scroll-menu-right{
    margin-left: 10px;
    margin-right: -10px;
}
.inner-page-menu .scroll-menu-wrapper .scroll-menu-btn.scroll-menu-left{
    margin-right: 10px;
    margin-left: -10px;
}
.inner-page-menu .scroll-menu-wrapper .scroll-menu-btn{
    background: rgb(255 255 255 / 50%);
    border: none;
    color: #555;
    padding: 7px;
    border-radius: 40px;
    position: relative;
    transition: 0.3s;
}
.inner-page-menu .scroll-menu-wrapper ul.scroll-menu-list li a:hover,
.inner-page-menu .scroll-menu-wrapper ul.scroll-menu-list li a.active{
    background:linear-gradient(81.62deg, #2C276C 36.94%, #48419A 98.25%); 
    color:#fff; 
}
.inner-page-menu .scroll-menu-wrapper ul.scroll-menu-list li a{ 
    display: block;
    text-align: center;
    padding: 15px 10px;
    color: #555;
    font-size: 15px;
    line-height: 1.3;
    white-space: nowrap;
    font-weight: 600;
    border-right: 1px solid #cbcbcb;
}
.inner-page-menu .scroll-menu-wrapper ul.scroll-menu-list li{
    display: block;
    width: 100%;
}
.inner-page-menu .scroll-menu-wrapper ul.scroll-menu-list::-webkit-scrollbar-thumb {
    height: 0px;
    display: none;
}
.inner-page-menu .scroll-menu-wrapper ul.scroll-menu-list::-webkit-scrollbar {
    display: none;
}
.inner-page-menu .scroll-menu-wrapper ul.scroll-menu-list{
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0; 
    overflow-x: auto;
}
.inner-page-menu .scroll-menu-wrapper{
    position:relative; 
    display:flex; 
    align-items:center;
    justify-content: space-between;
}
.inner-page-menu {
    position: sticky;
    top: 124px;
    z-index: 9;
    background-color: #e3e3e3;
    padding: 0px 0px;
}

@media (max-width: 991px) {
    .inner-page-menu{
        top: 100px;
    }
}

/* -------- Banner Section -------- */

.banner-slider .banner-slider-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-slider .banner-slider-img{
    height: 450px;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}
.banner-slider .slick-arrow.slick-next::before{
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    color: #fff;
    font-size: 40px;
}
.banner-slider .slick-arrow.slick-next{
    right: 10px;
}
.banner-slider .slick-arrow.slick-prev::before{
    content: "\f104";
    font-family: 'Font Awesome 5 Pro';
    color: #fff;
    font-size: 40px;
}
.banner-slider .slick-arrow.slick-prev{
    left: 10px;
}
.banner-slider .slick-arrow{
    width: 40px;
    height: 40px;
    z-index: 1;
}
.banner-slider{

}

/* --------image Banner Section -------- */

.inner-page-banner {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: top center;
}

.inner-page-banner:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(12deg, #171717, rgb(0 0 0 / 10%));
}

/* ------- fixed-social ---------- */

.fixed-social {
    position: fixed;
    z-index: 99;
    right: 0px;
    width: 40px;
    top: 50%;
    transition: all .25s ease;
    transform: translate(0, -50%);
    background-color: #f9ad31;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    text-align: center;
    padding: 0;
}

.fixed-social.fixed-socialshow {
    right: 0;
}

.fixed-social a:nth-last-child(1) {
    border-bottom: 0px solid #e39e2d;
}

.fixed-social a {
    font-size: 20px;
    color: #003898;
    display: block;
    padding: 7px 0px;
    font-weight: 100;
    border-bottom: 1px solid #e39e2d;
}

@media (min-width: 320px) and (max-width: 767px) {
    .fixed-social {
        display: none;
    }
}

/* ------------------ academic-section  ------------------  */

.academic-section .tab-content{

}
.academic-section ul.nav li a.active{
    color: #2D276D;
    border: 1px solid #89B5EB;
    background: #F3F7FD;
}
.academic-section ul.nav li a{
    background: #3D3688;
    border: 1px solid #3D3688;
    color: #ADA9DD;
    border-radius: 8px;
    font-weight: 600;
}
.academic-section ul.nav{
    border: 0;
    gap: 10px;
}

/* ------------------ Course Grid style 02  ------------------  */

.corses-grid-style-02:hover p{
    color: #E6E6E6;
}
.corses-grid-style-02:hover{
    background: #544DA3;
    border: 1px solid #6E68B1;
}
.corses-grid-style-02 p{
    color: #CADCF3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.corses-grid-style-02:hover .corses-grid-style-02-icon i{
    transform: rotate(0);
}
.corses-grid-style-02 .corses-grid-style-02-icon i{
    transform: rotate(-45deg);
    transition: 0.3s;
}
.corses-grid-style-02:hover .corses-grid-style-02-icon{
    background: #fff;
    color: #544DA3;
}
.corses-grid-style-02 .corses-grid-style-02-icon{
    transition: 0.3s;
    width: 40px;
    height: 40px;
    background: #544DA3;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 10px;
    display: grid;
    align-content: center;
    justify-content: center;
    float: inline-end;
}
.corses-grid-style-02{
    background: #292460;
    border: 1px solid #655EB2;
    display: grid;
    height: 100%;
    align-content: space-between;
    transition: 0.3s;
    color: #CADCF3;
}

/* ------------------ Course Grid style 01  ------------------  */

.corses-grid-style-01 p {
    font-size: 13px;
    color: #fff;
    margin: 0;
    font-weight: 400;
}

.corses-grid-style-01:hover {
    background: #003898;
    transform: scale(1.05);
}

.corses-grid-style-01 {
    display: block;
    background: #e75710;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    min-height: 150px;
    transition: 0.1s;
}

.btn-wrap button:hover {
    opacity: 1;
}
.btn-wrap button:hover {
    background: #2D2D2D;
    color: #fff;
}
.btn-wrap button {
    padding: 10px 10px;
    background: #C9C9C9;
    border-radius: 10px;
    box-shadow: none;
    border: 0;
    color: #929292;
}
.before-none::before {
    content: none !important;
}

.selectric-scroll ul li::before {
    content: none;
}


.fiends_programs h2 {
    float: left;
    font-size: 17px;
    color: #000;
    font-weight: 600;
    padding: 0;
}

.fiends_programs ul {
    padding: 0;
    /* margin: 0 0 0 30px; */
    /* float: left; */
    margin-top: 5px;
}

.fiends_programs ul li {
    padding: 0;
    margin: 0 15px 0 0;
    display: inline-block;
}

.fiends_programs [type="checkbox"]:checked,
.fiends_programs [type="checkbox"]:not(:checked) {
    display: none
}

.fiends_programs [type="checkbox"]:checked+label,
.fiends_programs [type="checkbox"]:not(:checked)+label {
    position: relative;
    cursor: pointer;
    display: inline-block;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    padding: 0 0 0 0;
    margin: 0 0 0 28px
}

.fiends_programs [type="checkbox"]:checked+label {
    color: #000
}

.fiends_programs [type="checkbox"]:checked+label:before,
.fiends_programs [type="checkbox"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: -25px;
    top: 0;
    width: 22px;
    height: 22px;
    background: url(../img/box.png) no-repeat
}

.fiends_programs [type="checkbox"]:checked+label:after,
.fiends_programs [type="checkbox"]:not(:checked)+label:after {
    content: '';
    width: 22px;
    height: 22px;
    background: url(../img/box-active.png) no-repeat;
    position: absolute;
    top: 0;
    left: -25px
}

.fiends_programs [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.fiends_programs [type="checkbox"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}


@media (min-width: 320px) and (max-width: 767px) {
    .fiends_programs {
        padding: 15px;
    }
    .fiends_programs h2 {
        font-size: 12px;
    }
    .fiends_programs ul {
        padding: 0;
        margin: 0;
    }
    .fiends_programs ul li {
        margin: 0;
    }
    .fiends_programs [type="checkbox"]:checked+label,
    .fiends_programs [type="checkbox"]:not(:checked)+label {
        font-size: 12px;
    }
}

/* -------Footer section------- */

.footer{
    background: #FDFAF3;
    border-top: 1px solid #FFC800;
}
.footer a:hover{
    color: #FFC800;
}
.footer a, .footer p, .footer{
    color: #2D2D2D;
}

.footer-social-links li a {
    width: 25px;
    height: 25px;
    display: grid;
    background: #2D276D;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    margin-right: 5px;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.footer-social-links li a:hover {
    background: #FFC800;
    color: #000;
}

.footer-social-links li {
    display: inline-block;
}
.footer-links{
    column-count: 4;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    left: 20px;
    margin: 0px auto;
    color: #ffffff;
    text-transform: uppercase;
    background: #2D276D;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-decoration: none; 
    font-size: 20px;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1000;
    border-radius: 50px;
}

@media (min-width: 1111px) {
    .col-lg-20 {
        width: 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    .border-lg-right {
        border-right: 1px solid #8c5359;
    }
    .lg-column-count {
        column-count: 2;
    }
    .sticky-side {
        height: fit-content;
        position: -webkit-sticky;
        position: sticky;
        top: 120px;
    }
}

.theme-bg-01 {
    background: linear-gradient(81.62deg, #2C276C 36.94%, #48419A 98.25%);
 !important;
}

.theme-bg-02 {
    background: #FFC800 !important;
}

.theme-color-01 {
    color: #2C286C !important;
}

.theme-color-02 {
    color: #FFC800 !important;
}

.theme-border-01 {
    border: 1px solid #003898 !important;
}

.theme-border-02 {
    border: 1px solid #FFC800 !important;
}

.btn {
    font-weight: 500;
}

.theme-btn-01 {
    background: #2C286C;
    color: #fff;
    border: 1px solid #2C286C;
}

.theme-btn-01:hover {
    background: transparent;
    color: #2C286C;
}

.theme-btn-02 {
    background: #F3F7FD;
    color: #2C286C;
    border: 1px solid #89B5EB
}

.theme-btn-02:hover {
    background: #2C286C;
    color: #fff;
    border: 1px solid #2C286C;
}
.theme-btn-03 {
    background: transparent;
    color: #2C286C;
    border: none;
    padding: 0;
}

.theme-btn-03:hover {
    background: transparent;
    color: #3852B4;
    border: none;
    padding: 0;
}

.instrument-fonts {
    font-family: "Libre Baskerville", serif;;
}

.inner-color-box .col-6 {
    text-align: center;
    min-height: 160px;
    display: grid;
    padding: 22px 10px;
}

.exparts-inner .expart_persons img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.exparts-inner .expart_persons {
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid gainsboro;
    margin: 20px auto 10px;
}

.exparts-inner {
    border: 1px solid gainsboro;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 2px 5px gainsboro;
}


.mw-fit-content {
    max-width: fit-content;
}

/* ------research-excellence-box---- */

.research-excellence-box .research-excellence-box-img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    overflow: hidden;
}
.research-excellence-box .research-excellence-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.research-excellence-box{
    background: #FFFFFF;
    border: 1px solid #0000001A;
    box-shadow: 0px 0px 10px 0px #0000001A;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 30px;
    overflow: hidden;
}

/* ------sub-heading---- */

.sub-heading-blue::before{
    content: '';
    position: relative;
    width: 10px;
    height: 10px;
    background: #0C4DA2;
    left: -10px;
    border-radius: 50%;
}
.sub-heading-blue{
    position: relative;
    border: 1px solid #0C4DA2;
    padding: 5px 20px 5px 30px;
    background-color: #0C4DA20F;
    display: inline-flex;
    border-radius: 50px;
    align-items: center;
    color: #0C4DA2;
}
.sub-heading-white::before{
    content: '';
    position: relative;
    width: 10px;
    height: 10px;
    background: #fff;
    left: -10px;
    border-radius: 50%;
}
.sub-heading-white{
    position: relative;
    border: 1px solid #fff;
    padding: 5px 20px 5px 30px;
    background-color: #0C4DA20F;
    display: inline-flex;
    border-radius: 50px;
    align-items: center;
    color: #fff;
}

/* ------Events List Widget---- */


.events-list-widget::-webkit-scrollbar {
    opacity: 0;
    width: 5px;
    visibility: hidden;
}

.events-list-widget:hover::-webkit-scrollbar-thumb {
    opacity: 1;
    visibility: visible;
}

.events-list-widget::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    height: 100px;
    border-radius: 30px;
    opacity: 0;
    visibility: hidden;
}

.events-list-widget {
    max-height: 550px;
    overflow-x: auto;
}

.events-list-widget .events-list-widget-items:hover p{
    color: #fff;
}
.events-list-widget .events-list-widget-items:hover .events-list-widget-items-dates h4{
    color: #CFAB39;
}
.events-list-widget .events-list-widget-items:hover{
    background: #151515;
}
.events-list-widget .events-list-widget-items{
    background: linear-gradient(0deg, #ffffff 0%, #FFFCF2 80%);
    padding: 10px 10px;
    border-radius: 4px;
    transition: 0.2s;
    border: 1px solid #e7e7e7;
}
.events-list-widget .events-list-widget-items p{
    color: #1D1D1D;
    font-weight: 500;
}

/* ------News & event style 01---- */

.news-and-event-style-01 .news-and-event-style-01-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.news-and-event-style-01 .news-and-event-style-01-img {
    overflow: hidden;
    width: 100%;
    aspect-ratio: 10 / 8;
    height: 100%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

.news-and-event-style-01 .news-and-event-style-01-content {
    padding-top: 20px;
    color: #2D2D2D;
}

.news-and-event-style-01 .news-and-event-style-01-calendar{
    background: #2D276D;
}
.news-and-event-style-01 .news-and-event-style-01-link{
    color: #0C4DA2;
    font-weight: 600;
}
.news-and-event-style-01:hover{
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
} 
.news-and-event-style-01 {
    transition: 0.3s;
    display: block;
    border: 1px solid gainsboro;
    border-radius: 10px;
    overflow: hidden;
}


/* ------Box Styles 01---- */

.box-style-01 .box-style-01-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.box-style-01 .box-style-01-img {
    overflow: hidden;
    height: 500px;
    width: 100%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

.box-style-01:hover .box-style-01-content .box-style-01-btn{
    display: inline-block;
    opacity: 1;
}
.box-style-01 .box-style-01-content .box-style-01-btn{
    border: 1px solid #FFFFFF;
    padding: 10px 30px;
    border-radius: 2px;
    border-width: 1px;
    color: #fff;
    display: none;
    opacity: 0;
}
.box-style-01:hover .box-style-01-content p{
    color: #fff;
}
.box-style-01:hover .box-style-01-content h5{
    color: #fff;
}
.box-style-01 .box-style-01-content h5{
    font-size: 18px;
    color: #2D2D2D;
    margin: 0 0 10px 0;
    font-weight: 600;
}
.box-style-01:hover .box-style-01-content {
    height: 100%;
    color: #fff;
    background: #2D276D;
}
.box-style-01 .box-style-01-content {
    padding: 15px;
    background: #fff;
    width: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
    min-height: 240px;
    transition: 0.3s;
    display: grid;
    align-content: space-evenly;
    justify-items: start; 
}

.box-style-01 {
    display: block;
    position: relative;
    box-shadow: 0px 0px 10px 0px #0000001A;
    border: 1px solid #0000001A;
    background: #FFFFFF;
}

/* ------Box Styles 02---- */

.box-style-02 .box-style-02-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
    object-position: top center;
}

.box-style-02 .box-style-02-img {
    overflow: hidden;
    height: 100%;
    width: 100%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    aspect-ratio: 10 / 8;
}

.box-style-02 .box-style-02-content {
    padding: 15px;
    background: linear-gradient(298deg, #CFAB39 0%, #DEBD54 30%, #FFC800 80%) ;
    min-height: 100px;
}

.box-style-02 {
    display: block;
    border-radius: 5px;
    overflow: hidden;
}


/* ------grid-box-03-------- */

.box-style-03:hover .box-style-03-img img{
  transform: scale(1.1);
}
.box-style-03 .box-style-03-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: 0.2s;
}
.box-style-03 .box-style-03-img{
  overflow: hidden;
  width: 100%;
  height: 250px;
}
.box-style-03 .box-style-03-content .box-style-03-content-title::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: #ffffff;
  top: 0;
  right: -12%;
  transform: skewX(20deg);
}
.box-style-03:hover .box-style-03-content {
  color: #e75710;
}
.box-style-03 .box-style-03-content p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.box-style-03 .box-style-03-content {
  position: relative;
  top: -20px;
  color: #555;
}
.box-style-03:hover .box-style-03-content .box-style-03-content-title{
    color: #e75710;
}
.box-style-03 .box-style-03-content .box-style-03-content-title{
  display: inline-block;
  background: #fff;
  position: relative;
  max-width: 80%;
  font-weight: 600;
  color: #444;
}
.box-style-03{
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
}

/* ------- Faculty Grid style 01 -------- */

.faculty-grid-01 .faculty-grid-01-content p{
    color: #ccc;
    font-size: 14px;
    margin: 0;
    font-weight: 300;
}
.faculty-grid-01 .faculty-grid-01-content h5{
    font-size: 16px;
    color: #fff;
    margin: 0 0 5px 0;
    font-weight: 600;
}
.faculty-grid-01 .faculty-grid-01-content{
  padding-top: 15px;
}
.faculty-grid-01 .faculty-grid-01-img{
    border-radius: 10px;
    overflow: hidden;
}
.faculty-grid-01:hover .faculty-grid-01-img img{
    transform: scale(1.1);
}
.faculty-grid-01 .faculty-grid-01-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: 0.5s;
    border-radius: 10px;
    aspect-ratio: 1 / 1
} 
.faculty-grid-01{ 
    display: block;
    position: relative;
    overflow: hidden;
    background: linear-gradient(0deg, #453e8b 30%, rgb(241 241 241 / 0%) 80%);
    border-radius: 10px;
    padding: 10px;
}

/* ----------- Placemnet-grid ------------- */

.placement-grid .placement-grid-content {
    min-height: 130px;
}
.placement-grid .placement-grid-content .placement-grid-content-recruiter-logo{
    width: 100px;
    height: 40px;
    border: 1px solid gainsboro;
    object-fit: contain;
    border-radius: 3px;
}

.placement-grid .placement-grid-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top center;
    transition: 0.5s;
}
.placement-grid .placement-grid-img {
    height: 100%;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 5px;
    overflow: hidden;
}
.placement-grid .placement-grid-package{
    background: linear-gradient(318deg, #CFAB39 0%, #DEBD54 20%, #FFC800 100%);
    min-height: 47px;
}
.placement-grid { 
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgb(231 87 16 / 20%);
}

/* ----------- Overlay Style 01 ------------- */

.overlay-style-01 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.overlay-style-01::before {
    content: '';
    background: #003899;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.8;
}

/* ----------- Overlay Style 02 ------------- */

.overlay-style-02 {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
}

/* ----------- Overlay Style 03 ------------- */

.overlay-style-03::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
}
.overlay-style-03 {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* ----------- list-style-01 ------------- */

ul.list-style-01{
    padding-left: 20px;
}
.list-style-01 li:hover{
    background: linear-gradient(90deg, #2C276C 0%, #464098 100%);
    color: #fff;
    padding-left: 10px;
}
.list-style-01 li::before {
    position: relative;
    top: 0px;
    left: 0;
    margin-right: 5px;
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    content: "\f00c";
    font-weight: 300;
    font-size: 12px;
    color: #000000;
    line-height: 20px;
    width: 20px;
    height: 20px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}
.list-style-01 li:hover::before {
    visibility: visible;
    opacity: 1;
}
.list-style-01 li {
    transition: 0.3s;
    position: relative;
    padding: 10px 0px;
    border-bottom: 1px solid gainsboro;
    display: flex;
    align-items: center;
}

/* ----------- Clients Logo Box ------------- */

.client-logo-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.client-logo-box {
    padding: 5px;
    border-radius: 4px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ----------- Slide dots for all ------------- */

.slick-dots li button {
    width: auto;
    height: auto;
}

.slick-dots li button:before {
    content: '';
    width: 7px;
    height: 7px;
    background: #838383;
    border-radius: 10px;
    opacity: 0.4;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    background: #f9ad31;
}

/* ----------- Slide dots for all ------------- */

.faclities-box .faclities-box-body .faclities-box-img-slide {
    aspect-ratio: 1;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

/* ----------- accordion-style-01 ------------- */

.accordion-style-01 .accordion-style-01-box .accordion-style-01-body{
    padding: 20px 10px;
    background: #f9f9f9;
    margin-bottom: 20px;
}
.accordion-style-01 .accordion-style-01-box .accordion-style-01-heading::after{
    font-family: 'Font Awesome 5 Pro';
    content: '\f107';
    float: right;
    font-weight: 200;
    font-size: 16px;
    color: #ffffff;
    transition: 0.3s;
    width: 30px;
    height: 30px;
    background: #f79565;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
}
.accordion-style-01 .accordion-style-01-box .accordion-style-01-heading.collapsed::after{
    transform: rotate(-95deg);
    opacity: 1;
    visibility: visible;
}
.accordion-style-01 .accordion-style-01-box .accordion-style-01-heading{
    color: #e75710;
    padding: 15px 10px;
    display: block;
    width: 100%;
    text-align: left;
    background: #ffe7e7;
    outline: none;
    box-shadow: none;
    position: relative;
    border-radius: 0;
}
.accordion-style-01 .accordion-style-01-box .accordion-style-01-heading.collapsed{
    color: #333;
    background: #fff;
}
.accordion-style-01 .accordion-style-01-box{
    padding: 0px;
    border-top: 1px solid #ffb490;
}
.accordion-style-01{

}

/* ----------- NavTabs Style 01 ------------- */

.navtabs-style-01 li a.active{
    background-color: #e65710 !important;
    color: #fff !important;
}
.navtabs-style-01 li a{
    border: 1px solid gainsboro !important;
    background: #ffffff;
    border-radius: 10px !important;
    color: #333 !important;
    font-size: 18px;
    margin: 5px;
}
.navtabs-style-01 li{

}
.navtabs-style-01{
    border: 0px;
}

/* ----------- Two line dots ------------- */

.two_line_dot {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* ----------- Two line dots ------------- */

.three_line_dot {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* ------------- Reveal sections ------------- */

.effect {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
    will-change: transform, opacity;
}
.effect.active {
    opacity: 1;
    transform: none;
}
.fade-in {
    transform: translateY(40px);
}
.slide-left {
    transform: translateX(-60px);
}
.zoom-in {
    transform: scale(0.8);
}
.flip-up {
    transform: rotateX(90deg);
    transform-origin: bottom;
}
.slide-right {
    transform: translateX(60px);
}
.flip-down {
    transform: rotateX(-90deg);
    transform-origin: top;
}
.fade-up {
    transform: translateY(40px);
    opacity: 0;
}
.effect.slide-right.active,
.effect.flip-down.active,
.effect.fade-up.active {
    transform: none;
    opacity: 1;
}
.effect.fade-in.active,
.effect.slide-left.active,
.effect.zoom-in.active,
.effect.flip-up.active {
    transform: none;
}

/* ------------- Magnific Popup CSS ------------- */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 502;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 503;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    height: 100%;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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: 505;
}

.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: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 504;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.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;
    padding: 0;
    z-index: 506;
}

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: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    top: 0;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: solid transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    opacity: 0.8;
    border-top-width: 12px;
    border-bottom-width: 12px;
    top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 20px;
    border-bottom-width: 20px;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 12px solid black;
    left: 5px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    border-right: 20px solid white;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 12px solid black;
    left: 3px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 20px solid white;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

.mfp-iframe-holder .mfp-close {
    top: -43px;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */

.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);
}

.mfp-figure {
    line-height: 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-break: break-word;
    padding-right: 36px;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.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) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    /* The shadow behind the image */
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        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;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
}

@media all and (max-width: 800px) {
    .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;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

@media (min-width: 767px) {
    .container{
        max-width: 1400px;
    }
}

@media (max-width: 767px) {
    .logo img {
        max-width: 85%;
    }
    .footer-links{
        column-count: 2;
    }
    .breadcrumb ul li a {
        font-weight: 400;
        font-size: 14px;
    }
    .client-logo-box{
        height: 50px;
    }
    .pagination ul {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    .pagination .jump_page {
        float: none;
    }
    .border-sm-right {
        border-right: 1px solid #8c5359;
    }
    .border-sm-bottom {
        border-bottom: 1px solid #8c5359;
    }
    .sm-text-16 {
        font-size: 16px !important;
    }
    .heading-36 {
        font-size: 28px !important;
    }
    .heading-64 {
        font-size: 50px !important;
    }
}

/* ------------- List Styles 01 ------------- */

.list-check {
    list-style: none !important;
}

.list-check li {
    margin-bottom: 15px !important;
    padding-left: 30px !important;
    position: relative;
}

.list-check li::before {
    position: absolute !important;
    top: 0px !important;
    left: 0 !important;
    font-family: "Font Awesome 5 Pro";
    content: "\f00c" !important;
    font-weight: 300 !important;
    font-size: 12px !important;
    color: #000000 !important;
    line-height: 20px;
    width: 20px !important;
    height: 20px !important;
    background: #f9ad31 !important;
    text-align: center !important;
    border-radius: 50% !important;
}

/* ------------- List Styles 02 ------------- */

.list-disc li a {
    color: #003898;
}

.list-disc li a:hover {
    color: red;
}

.list-disc li{
    margin-bottom: 10px;
}

.list-disc {
    list-style: disc;
    padding-left: 15px;
    margin: 10px 0px;
}
