@font-face {
    font-family: 'Above The Sky';
    src: url('../fonts/ATS-Script.eot');
    src: url('../fonts/ATS-Script.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ATS-Script.woff2') format('woff2'),
        url('../fonts/ATS-Script.woff') format('woff'),
        url('../fonts/ATS-Script.ttf') format('truetype'),
        url('../fonts/ATS-Script.svg#ATS-Script') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'D-DIN';
    src: url('../fonts/D-DIN-Bold.eot');
    src: url('../fonts/D-DIN-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/D-DIN-Bold.woff2') format('woff2'),
        url('../fonts/D-DIN-Bold.woff') format('woff'),
        url('../fonts/D-DIN-Bold.ttf') format('truetype'),
        url('../fonts/D-DIN-Bold.svg#D-DIN-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/*common css*/
:root{
    --white: #ffffff;
    --black: #000000;
    --blue: #2D276A;
    --red: #E12827;  
    --darkgray: #393939;  
    --darkblue: #1F1645;
    --yellow: #EBE718;
}
html{overflow-x: hidden;}
body{ overflow-x: hidden;font-family: "Roboto", sans-serif;color:var(--darkgray);margin:0;padding:0;font-size:16px;line-height: 150%;font-weight: 400;-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color: var(--white); transition: background 1s ease;position: relative;}
h1, h2, h3, h4, h5, h6 {margin-bottom:20px;margin-top: 0;}

h1,.h1{font-size: 62px;color: var(--blue);font-weight: 700;font-family: "Montserrat", sans-serif;line-height: 1.15;}
h2,.h2{font-size: 52px;color: var(--blue);font-weight: 700;font-family: "Montserrat", sans-serif;line-height: 134%;}
h3,.h3{font-size: 36px;color: var(--blue);font-weight: 500;font-family: "Montserrat", sans-serif;line-height: 150%;}
h4,.h4{font-size: 24px;color: var(--blue);font-weight: 700;font-family: "Montserrat", sans-serif;line-height: 150%;}
h5,.h5{font-size: 22px;color: var(--blue);font-weight: 700;font-family: "Montserrat", sans-serif;line-height: 150%;}
h6,.h6{font-size: 16px;color: var(--blue);font-weight: 700;font-family: "Montserrat", sans-serif;line-height: 24px;letter-spacing: 0.03em;}
p{margin-bottom: 20px;margin-top: 0;}
p:nth-last-child(1){margin-bottom: 0}
.subtitle{color: var(--red); margin-bottom: 10px;text-transform: uppercase;}
img{width: auto;max-width: 100%;display: block;}
ul {margin-top: 0;padding-left: 30px;}

.text-white h1,.text-white h2,.text-white h3,.text-white h4,.text-white h5,.text-white h6{color:#fff}
::-moz-selection{color: var(--white);background: var(--blue);}
::selection{color: var(--white);background: var(--blue);}
*{box-sizing: border-box;}
*:focus-visible,*:focus,*:focus-within{
    outline: 0 !important;
}

a{color: #000;background-color: transparent;display: inline-block;text-decoration: none;}
a:hover{text-decoration: none;}
a:visited,a:focus, a:active {text-decoration: none;outline: 0;}
.container{max-width: 1730px;padding-left: 100px;padding-right: 100px;margin-left: auto;margin-right: auto;width: 100%;}
.container.inner {max-width: 1380px;padding-left: 190px;padding-right: 190px;width: 100%;}

.row{margin-left: -20px;margin-right: -20px;display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.row>div{padding-left: 20px;padding-right: 20px;}
.drawer-open{overflow: hidden;}
.page-bg {
    background-image: url(../images/bg-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -90px;
    left: 0;
    height: calc(100% + 90px);
    width: 100%;
    z-index: -1;
}
.section-margin{margin-top: 80px;margin-bottom: 80px;}
.img-wrapper { position: relative; padding-top: 100%;}
.img-wrapper img{position: absolute;left: 0;top: 0;height: 100%;width: 100%;object-fit: cover;}
.page-wrapper{position: relative;}
h2 span{
    font-family: 'Above The Sky';
    color: var(--yellow);
    font-weight: 400;
    display: block;
    position: relative;
    z-index: 1;
    line-height: 1;
    margin-left: -40px;
    margin-bottom: -34px;
}

/*.btn,button {*/
.btn,button {
    color: var(--white);
    box-shadow: 0px 0px 10px 0px #00000040;
    background: linear-gradient(85.85deg, var(--blue) 0%, var(--red) 100%);
    border-radius: 3px;
    font-weight: 700;
    padding: 8px 50px 8px 15px;
    transition: all 0.4s;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 24px;
    min-width: 130px;
    border: 0;
    cursor: pointer;
}
.btn:hover,
button:hover{
    background: linear-gradient(85.85deg, var(--red) 0%, var(--blue) 100%);
}
.btn::before,
button::before {
    content: "";
    position: absolute;
    right: 17px;
    top: 0;
    width: 21px;
    height: 16px;
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.4s;
    top: 50%;
    transform: translateY(-50%);
}
.btn:hover::before,
button:hover::before{
    right: 7px;
}
.btn-icon{
    height: 40px;
    width: 40px;
    flex-shrink: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    transition: all 0.4s;
    background: linear-gradient(133.59deg, var(--blue) 0%, var(--red) 100%);
    cursor: pointer;
}
.btn-icon:hover{
    background: linear-gradient(133.59deg, var(--red) 0%, var(--blue) 100%);
}
.btn.btn-red{
    background: linear-gradient(85.85deg, #A42211 0%, var(--red) 100%);
}
.btn.btn-red:hover{
    background: linear-gradient(85.85deg, var(--red) 0%, #A42211 100%);
}
.btn.btn-link{
    background: transparent;
    color: var(--blue);
    padding: 0;
    min-width: 152px;
    box-shadow: none;
}
.btn.btn-link::before{
    filter: brightness(0) saturate(100%) invert(17%) sepia(15%) saturate(6206%) hue-rotate(225deg) brightness(89%) contrast(98%);
}
.btn.btn-link:hover{
    color: var(--red);
}
.btn.btn-link:hover::before{
    filter: brightness(0) saturate(100%) invert(11%) sepia(93%) saturate(6625%) hue-rotate(19deg) brightness(97%) contrast(101%);
}
.btn.btn-blue {
    background: linear-gradient(95.71deg, var(--darkblue) 0%, var(--blue) 100.04%);
}
.btn.btn-blue:hover{
    background: linear-gradient(85.85deg, var(--darkblue) 0%, var(--blue) 100.04%);
}

.loaded{overflow: hidden;}
.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: calc((var(--vh, 1vh)* 100));
    z-index: 99;
    display: block;
    background: linear-gradient(117.88deg, var(--blue) 0%, var(--red) 100%);
    transition: all 1s ease-in-out;
}

/* Header Css Start  */
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(4px);
    padding: 14px 0;
    transition: all 0.4s;
}
header.nav-up {
    transform: translateY(-130px);
}
header.sticky{
    transform: translateY(0px);
    box-shadow: 0px 0px 10px 0px #00000040;
}
.drawer-open header.sticky{
    box-shadow: none;
}
header>.container>.row{
    justify-content: space-between;
    align-items: center;
}
header .icon-wrapper>:not(:last-child) {
    margin-right: 35px;
}
header .icon-wrapper a{
    transition: all 0.4s;
}
header .icon-wrapper a:hover img{
    filter: brightness(0) saturate(100%) invert(33%) sepia(75%) saturate(3709%) hue-rotate(344deg) brightness(88%) contrast(100%);
}
header .col-left{
    line-height: 1;
}
header .col-left,
header .col-right{
    width: 18%;
}
header .col-center{
    width: 64%;
    text-align: center;
    padding: 0;
}
header .col-right{
    text-align: right;
    align-items: center;
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
}
.menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
}
.menu .main-menu {
    min-height: 91px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.menu .main-menu>li{
    margin: 5px 2px;
    display: inline-block;
}
.menu .main-menu>li>a{
    color: var(--darkblue);
    font-weight: 700;
    letter-spacing: 0.03em;
    position: relative;
    padding: 0 20px;
}
.menu .main-menu>li.active>a,
.menu .main-menu>li>a:hover{
    color: var(--white);
}
.menu .main-menu>li>a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 100%;
    background-color: var(--blue);
    height: calc(100% + 70px);
    opacity: 0;
    transition: all 0.4s;
    z-index: -1;
}
.menu .main-menu>li.active>a::before,
.menu .main-menu>li>a:hover::before{
    opacity: 1;
}
.dropdown-menu {
    position: absolute;
    top: calc(100% + 14px);
    opacity: 0;
    visibility: hidden;
    left: 0;
    width: 115%;
    z-index: 2;
    padding: 20px 0 50px;
    text-align: left;
    transition: all 0.6s ease-in-out;
}
.dropdown-menu.open{
    opacity: 1;
    visibility: visible;
}
.dropdown-menu::before {
    content: "";
    position: absolute;
    left: -50vw;
    top: 0;
    height: 0;
    width: 150vw;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(4px);
    z-index: -1;
    transition: all 0.6s;
}
.dropdown-menu.open::before{
    height: 100%;
}
.dropdown-block {
    position: relative;
    opacity: 0;
}
.dropdown-menu.open .dropdown-block{
    transition: all 0.6s;
    opacity: 1;
}
.dropdown-menu .list-item {
    width: 75%;
}
.dropdown-menu .icon-list-item {
    width: 25%;
    border-left: 1px solid var(--blue);
}
.dropdown-menu .list-item ul {
    column-count: 2;
    column-gap: 10%;
    display: block;
}
.dropdown-menu .list-item ul li a,
.dropdown-menu .icon-list-item li a{
    color: var(--darkblue);
    letter-spacing: 0.03em;
}
.dropdown-menu .list-item ul li a:hover,
.dropdown-menu .list-item ul li.active a,
.dropdown-menu .icon-list-item li a:hover{
    font-weight: 700;
}
.dropdown-menu .list-item ul li{
    -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}
.dropdown-menu .list-item ul li:not(:last-child),
.dropdown-menu .icon-list-item li:not(:last-child){
    margin-bottom: 18px;
}
.dropdown-menu .menu-title {
    text-transform: uppercase;
}
.dropdown-menu .icon-list-item li a{
    display: flex;
}
.dropdown-menu .icon-list-item li a .icon{
    flex-shrink: 0;
    width: 24px;
    margin-right: 15px;
    text-align: center;
}
.dropdown-menu .icon-list-item li a .icon img {
    margin: 0 auto;
}
.goback-menu{
    display: none;
}
.search-modal{
    background: linear-gradient(117.88deg, var(--blue) 0%, var(--red) 100%);
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
    padding: 20px 0 65px;
    transition: all 1s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.search-modal.open{
    opacity: 1;
    visibility: visible;
    height: calc((var(--vh, 1vh) * 100));
}
.search-modal .search-model-wrap{
    opacity: 0;
    transition: all 1s;
    height: 100%;    
}
.search-modal.open .search-model-wrap{
    opacity: 1;
    transition-delay: 1s;
}
.search-modal .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-modal .modal-close{
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: var(--white);
    text-transform: capitalize;
}
.search-modal .modal-close .icon{
    margin-left: 7px;
    height: 30px;
    width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(95.71deg, var(--blue) 0%, var(--blue) 100.04%);
    transition: all .4s;
}
.search-modal .modal-close:hover .icon{
    background: linear-gradient(95.71deg, var(--darkblue) 0%, var(--blue) 100.04%);
}
.search-modal .modal-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(100% - 70px);
}
.search-modal .modal-body .title{
    color: var(--white);
    text-align: center;
    margin-bottom: 70px;
}
.search-modal form {
    max-width: 740px;
    margin: 0 auto;
    width: 100%;
}
.search-modal .search-input{
    padding: 0 0 15px;
    width: 100%;
    color: var(--white);
    border-bottom: 1px solid var(--white);
    font-weight: 400;
    font-size: 22px;
    font-family: "Roboto", sans-serif;
    background-image: url(../images/search-icon.svg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
}
.search-modal .search-input {
    padding: 0 0 20px;
    width: 100%;
    color: var(--white);
    border: 0;
    border-bottom: 1px solid var(--white);
    font-weight: 400;
    font-size: 22px;
    font-family: "Roboto", sans-serif;
    background-image: url(../images/search-icon.svg);
    background-repeat: no-repeat;
    background-position: 100% 40%;
    height: auto;
    background-color: transparent;
    box-shadow: none;
}
.search-modal .search-input::-webkit-input-placeholder{color: var(--white);opacity: 1}
.search-modal .search-input::-moz-placeholder{color: var(--white);opacity: 1}
.search-modal .search-input:-ms-input-placeholder{color: var(--white);opacity: 1}
.search-modal .search-input::-ms-input-placeholder{color: var(--white);opacity: 1}
.search-modal .search-input::placeholder{color: var(--white);opacity: 1}
.search-modal .btn-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 21px;
    align-items: start;
}
.search-modal .btn-wrapper .btn{
    flex-shrink: 0;
}
.search-modal .result-title{
    color: var(--white);
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 0.035em;
}
.search-modal .search-result {
    overflow-y: auto;
    max-height: calc((var(--vh, 1vh)* 100) - 490px);
    margin-top: 90px;
    overflow-x: hidden;
}
.search-modal .search-result::-webkit-scrollbar {
    width: 2.86px;
}  
.search-modal .search-result::-webkit-scrollbar-track {
    background: #D9D9D9;
}
.search-modal .search-result::-webkit-scrollbar-thumb {
    background: #4E6B79;
    border-radius: 14px;
}
.search-modal .search-list h5 {
    color: var(--white);
    line-height: 133%;
    margin-bottom: 10px;
}
.search-modal .search-list a,
.search-modal .search-list .desc *{
    color: var(--white);
    letter-spacing: 0.035em;
    line-height: 133%;
}
.search-modal .search-list a{
    color: var(--yellow);
}
.search-modal .search-list .desc{
    margin-top: 10px;
}
.search-modal .search-list:not(:last-child) {
    border-bottom: 1px solid var(--yellow);
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.search-modal .search-list {
    margin-right: 38px;
}
.menu-icon {
    display: none;
    align-items: center;
    font-weight: 700;
    color: var(--blue);
    letter-spacing: 0.03em;
    margin-left: 55px;
}
.menu-icon .btn-icon{
    border-radius: 0;
    height: 30px;
    width: 30px;
    position: relative;
    flex-direction: column;
}
.menu-icon .text{
    margin-right: 7px;
}
.menu-icon .btn-icon b {
    display: block;
    background-color: var(--white);
    height: 2px;
    width: 16px;
    border-radius: 4px;
    transition: all 0.4s;
    margin: 2px 0;
    flex-shrink: 0;
}
.menu-icon.open .btn-icon b:nth-child(1){
    transform: translateY(6px) rotate(45deg);
}
.menu-icon.open .btn-icon b:nth-child(2){
    opacity: 0;
}
.menu-icon.open .btn-icon b:nth-child(3){
    transform: translateY(-6px) rotate(-45deg);
}
/* Header Css End  */

/* Hero Slider Css Start  */
.hero-section{
    height: calc((var(--vh, 1vh) * 100));
    position: relative;
}
.hero-slider,
.hero-slider .slick-list,
.hero-slider .slick-track,
.hero-slider .slick-slide{
    height: 100%;
}
.hero-slider .bg-img{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: translateY(0);
}
.hero-slider .bg-img .img{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    animation: continuousZoomIn 30s linear infinite alternate;
}
.hero-slider .slick-slide{
    height: 100%;
    position: relative;
}
.hero-slider .hero-content p{
    color: var(--white);
}
.hero-slider .hero-content{
    position: absolute;
    max-width: 738px;
    bottom: 217px;
    z-index: 1;
    opacity: 0;
    transition: all 0.6s;
    transition-delay: 1s;
    transform: translateY(-10px);
}
.hero-slider .slick-current.slick-active .hero-content{
    opacity: 1;
    transform: translateY(0px);
}
.hero-slider .hero-content .title{
    color: var(--white);
    text-shadow: 0px 0px 12px #00000040;
}
.hero-slider .hero-content .btn{
    margin-top: 30px;
}
.hero-slider .hero-content.right {
    left: 50%;
}
.hero-slider .tagline .text-top{
    color: var(--white);
    text-shadow: 0px 0px 12px #00000040;
    font-size: 92px;
    font-weight: 700;
}
.hero-slider .hero-content .text-bottom {
    font-size: 140px;
    font-weight: 400;
    color: var(--yellow);
    margin-left: 230px;
    margin-top: -108px;
    position: relative;
    padding-right: 100px;
    display: inline-block;
    transition: all 0.6s;
    clip-path: inset(0 100% 0 0);
    padding-top: 92px;
}
.hero-slider .slick-active .hero-content .text-bottom{
    animation: typing 8s forwards;
}
@keyframes typing {
    from {
        clip-path: inset(0 100% 0 0);
    }
    to {
        clip-path: inset(0 0 0 0);
    }
}
.hero-slider .hero-content .text-bottom::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/tagline.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 135px;
}
.hero-slider .tagline {
    line-height: 1;
    margin-bottom: 0;
}
.hero-slider .slick-slide.slick-current.slick-active .bg-img{
    animation: slideReveal 1s forwards;
}
.hero-slider .slick-slide.is-prev{
    opacity: 1 !important; 
}
.hero-slider .slick-slide.is-prev .bg-img{
    transform: translateY(0);
    animation: none !important;
}
@keyframes slideReveal{
    from{
        transform: translateY(-100%);
    }
    to{
        transform: translateY(0);
    }
}
@keyframes continuousZoomIn {
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(1.5);
    }
}
.hero-slider .bg-img::before{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.06%, rgba(0, 0, 0, 0.6) 84.42%);
    height: 100%;
    z-index: 1;
}
.bottom-panel .col-left{
    width: 38%;
}
.bottom-panel .col-right{
    width: 62%;
}
.bottom-panel .col-right .row{
    justify-content: end;
    margin-left: -14px;
    margin-right: -14px;
    flex-wrap: nowrap;
}
.bottom-panel .col-right .row>div{
    padding-left: 14px;
    padding-right: 14px;
}
.bottom-panel .link-box>a {
    display: flex;
    align-items: center;
    padding: 6px 25px 6px 6px;
    position: relative;
    z-index: 1;
}
.bottom-panel .link-box>a::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    backdrop-filter: blur(6px);
    background: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    width: 100%;
    height: calc(100% - 18px);
    z-index: -1;
    transition: all 0.4s;
}
.bottom-panel .link-box>a:hover::before{
    background: linear-gradient(86.64deg, rgba(44, 38, 95, 0.8) 0%, rgba(113, 32, 50, 0.8) 100%);
}
.bottom-panel .link-box .img{
    flex-shrink: 0;
    margin-right: 13px;
}
.bottom-panel .link-box .img img{
    height: 110px;
    width: 110px;
    border-radius: 100%;
    object-fit: cover;
}
.bottom-panel {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.bottom-panel .text .title{
    line-height: 130%;
}
.bottom-panel .text .title{
    margin-bottom: 5px;
    color: var(--white);
}
.bottom-panel .text p {
    margin-bottom: 0;
    color: var(--white);
}
.bottom-panel .text p{
    padding-right: 30px;
    line-height: normal;
}
.bottom-panel .link-box{
    margin-bottom: 10px;
}
.bottom-panel>.container>.row{
    align-items: end;
}
.bottom-panel .text {
    margin-top: 10px;
    position: relative;
    padding: 10px 0;
}
.bottom-panel .text::before {
    content: "";
    position: absolute;
    right: -5px;
    bottom: 4px;
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: all .4s;
    height: 30px;
    width: 30px;
    background-size: 20px;
}
.bottom-panel .link-box>a:hover .text::before{
    background-size: 30px;
    right: 0;
}
.bottom-panel .quicklink-btn {
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: var(--blue);
    background-color: var(--white);
    transform: skewX(30deg);
    min-height: 87px;
    padding: 20px 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: -1px;
    position: relative;
    transition: all 0.4s;
    text-transform: uppercase;
}
.bottom-panel .quicklink-btn:first-child{
    padding-left: 0;
}
.bottom-panel .col-left{
    display: flex;
    flex-wrap: wrap
}
.bottom-panel .col-left span{
    transform: skewX(-30deg);
    margin-left: -1px;
}
.bottom-panel .quicklink-btn:first-child::before {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    width: 50vw;
    z-index: -1;
    background-color: var(--white);
    transition: all 0.4s;
}
.bottom-panel .quicklink-btn:hover{
    background-color: var(--blue);
    color: var(--white);
}
.bottom-panel .quicklink-btn:hover:first-child::before{
    background-color: var(--blue);
}
/* Hero Slider Css Start  */

/* Footer Css Start  */
footer {
    background-color: #DCDCDC;
}
.ft-bottom {
    background: linear-gradient(80.7deg, #2C265F 1.37%, #712032 100%);
    padding: 34px 0;
}
.ft-bottom *{
    color: var(--white);
}
.ft-bottom .row{
    align-items: center;
}
.ft-bottom .col-left p{
    font-weight: 700;
    line-height: 32px;
    font-size: 18px;
    max-width: 636px;
}
.ft-bottom .col-left{
    width: 60%;
}
.ft-bottom .col-right{
    text-align: right;
    width: 40%;
}
.ft-bottom .col-right img {
    display: inline-block;
    vertical-align: middle;
}
.ft-top {
    padding: 67px 0 50px;
}
.ft-top .row{
    justify-content: space-between;
}
.ft-top .col-1{
    width: 75%;
}
.ft-top .col-2{
    text-align: right;
    width: 25%;
}
.ft-top .col-3,
.ft-top .col-4,
.ft-top .col-5,
.ft-top .col-6{
    width: 25%;
}
.ft-top .col-1,
.ft-top .col-2{
    margin-bottom: 75px;
}
.soical-icon {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.soical-icon a{
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
    background-color: var(--blue);
    height: 43px;
    width: 43px;
    margin: 5px;
}
.soical-icon a:hover{
    background-color: var(--red);
}
.ft-top .col-2{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ft-top .social-wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
footer .scrollTop img {
    transform: rotate(-90deg);
}
.ft-top ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.ft-top .list a{
    font-weight: 700;
}
.ft-top ul li a,
.ft-top p{
    color: var(--blue);
}
.ft-top ul li a:hover{
    color: var(--red);
}
.ft-top ul li{
    display: block;
}
.ft-top .list{
    margin-bottom: 30px;
}
footer:has(.aos-animate) .ft-bottom [data-aos="fade-in"]{
    opacity: 1;
    transition-delay: 1s;
} 
.ft-top .ft-menu a{
    text-decoration: underline;
}
footer a {
    word-break: break-all;
}
.ft-title p b {
    font-size: 22px;
    font-weight: 700;
    display: block;
}
.ft-title p{
    font-size: 16px;
    font-weight: 700;
}
.ft-title {
    margin-bottom: 30px;
}
.ft-top .campuses{
    display: none;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}
.ft-top .campuses span{
    color: var(--blue);
    font-size: 16px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.ft-top .campuses span img{
    transition: all 0.4s;
    margin-left: 15px;
}
.ft-top .campuses.open img {
    transform: rotate(180deg);
}
.ft-bottom .scrollTop{
    display: none;
}
/* Footer Css End  */

/* Sticky Button Css Start  */
.sticky-btn {
    position: fixed;
    right: -50px;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    writing-mode: vertical-lr;
    z-index: 1;
    display: flex;
    transition: all 0.4s;
}
body.header-nav-up .sticky-btn {
    right: 18px;
}
.sticky-btn .btn::before{
    display: none;
}
.sticky-btn .btn {
    min-width: auto;
    padding: 24px 8px;
    border-radius: 0;
    margin: 1px 0;
    background: linear-gradient(360deg, var(--red) 0%, var(--blue) 100%);
    min-height: 138px;
    text-align: center;
}
.sticky-btn .btn:not(:first-child,:last-child){
    background: linear-gradient(180deg, var(--red) 0%, var(--blue) 100%);
}
.sticky-btn .btn:hover{
    background: var(--blue);
    background: linear-gradient(180deg, var(--blue) 0%, var(--blue) 100%);
}
.sticky-btn .btn:first-child{
    border-top-left-radius: 3px;
    border-top-right-radius: 2px;
}
.sticky-btn .btn:last-child{
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 2px;
}
/* Sticky Button Css End  */

/* Image With Text Module Css Start */
.image-text{
    margin-top: 90px;
    margin-bottom: 90px;
}
.image-text .col-text,
.image-text .col-img{
    width: 50%;
}
.image-text .col-text h3{
    color: var(--black);
    margin-bottom: 15px;
}
.image-text .col-text{
    padding-top: 30px;
}
.image-text .col-text .btn-wrapper {
    margin-top: 40px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.image-text.left .col-text{
    padding-left: 130px;
}
.image-text.right .col-text{
    padding-right: 130px;
}
.image-text .img-wrapper{
    border-radius: 5px;
    overflow: hidden;
}
.image-text.left .img-wrapper{
    clip-path: polygon(0 0, 100% 0, 100% 78%, 88% 100%, 0 100%, 0% 50%);
}
.image-text.right .img-wrapper{
    clip-path: polygon(12% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 22%);
}
.image-text.right .row{
    flex-direction: row-reverse;
}
.image-text .desc {
    max-width: 472px;
}
.image-text .col-text h2{
    max-width: 610px;
}
/* Image With Text Module Css End */

/* Fancybox Css Start */
.fancybox-button.fancybox-button--zoom,
.fancybox-button.fancybox-button--play,
.fancybox-button.fancybox-button--thumbs {
    display: none !important;
}
.fancybox-toolbar{
    opacity: 1;
    visibility: visible;
}
.fancybox-infobar {
    color: #fff;
    opacity: 1;
    visibility: visible;
    text-align: center;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    mix-blend-mode: unset;
}
.fancybox-button--close {
    background: var(--blue);
    height: 36px;
    width: 36px;
    padding: 0;
    top: 6px;
    right: 6px;
}
.fancybox-button--close:hover{
    background: var(--darkblue);
}
.fancybox-button--close svg {
    width: 16px;
    margin: auto;
}
.fancybox-bg{
    background: linear-gradient(117.88deg, var(--blue) 0%, var(--red) 100%);
    opacity: 1;
}
.fancybox-is-open .fancybox-bg{
    opacity: 1;
}
.fancybox-navigation .fancybox-button{
    opacity: 1;
    visibility: visible; 
}
.fancybox-navigation .fancybox-button>div{
    background: var(--blue);  
}
.fancybox-navigation .fancybox-button>div:hover{
    background: var(--blue);   
}
/* Fancybox Css End */

/* Inner Page Banner Css Start */
.breadcrumb ul {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    justify-content: end;
    flex-wrap: wrap;
}
.breadcrumb ul li,
.breadcrumb ul li a{
    color: var(--white);
    font-weight: 400;
    font-size: 16px;
    position: relative;
}
.breadcrumb ul li a:after{
    content: ">";
    margin-left: 10px;
}
.hero-section.inner-banner .bottom-panel>.container>.row {
    align-items: center;
}
.breadcrumb ul li:not(:last-child) {
    margin-right: 10px;
}
.hero-section.inner-banner .hero-slider .hero-content{
    bottom: 200px;
}
.hero-section.inner-banner .hero-slider .hero-content>:last-child{
    margin-bottom: 0;
}
/* Inner Page Banner Css End */

/* Navigation Link Section CSs Start  */
.nav-section{
    background-image: url(../images/nav-link-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 55px 0;
}
.nav-section ul{
    column-gap: 30px;
    column-count: 3;
    list-style: none;
    padding: 0;
    margin: 0;
}
.nav-section ul li a{
    font-weight: 400;
    color: var(--darkgray);
    line-height: 26px;
    font-size: 16px;
    letter-spacing: 0.03em;
}
.nav-section ul li a:hover,
.nav-section ul li.active a{
    font-weight: 700;
    color: var(--blue);
}
.nav-section ul li{
    -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}
.nav-section ul li:not(:last-child){
    margin-bottom: 15px;
}
.nav-section .section-heading{
    border-bottom: 1px solid var(--blue);
    margin-bottom: 35px;
    padding-bottom: 15px;
}
.nav-section .section-heading .title {
    font-size: 34px;
    color: var(--red);
    font-weight: 700;
    margin: 0;
}
.nav-section .section-heading .subtitle {
    font-size: 24px;
    line-height: 1;
    margin-bottom: -15px;
    font-family: 'Above The Sky';
    color: var(--blue);
    text-transform: inherit;
    margin: 0 0 -13px;
}
/* Navigation Link Section Css End  */

/* paginaiton css start  */
.pagination{
    margin-top: 70px;
}
.pagination ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}
.pagination ul li:first-child{
    margin-left: 0;
}
.pagination ul li:last-child{
    margin-right: 0;
}
.pagination ul li,.pagination a{
    color: var(--darkgray);
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.03em;
}
.pagination ul li{
    margin: 10px;
}
.pagination ul li.prev-btn .btn-icon{
    transform: rotate(180deg);
}
.pagination a:hover,.pagination .active a{
    color: var(--red);
}
.pagination .active a{
    font-weight: 700;
}
.pagination li.prev-btn {
    margin-right: 35px;
}
.pagination li.next-btn {
    margin-left: 35px;
}
/* paginaiton css End  */

@media only screen and (max-width: 1560px) {
    .container {
        padding-left: 60px;
        padding-right: 60px;
    }
    /* Header Css Start  */
    header .icon-wrapper>:not(:last-child) {
        margin-right: 25px;
    }
    .menu .main-menu>li{
        margin: 5px 0px;
    }
    /* Header Css End  */
}
@media only screen and (max-width: 1440px) {
    /* Header Css Start  */
    body.header-nav-up .sticky-btn {
        right: 3px;
    }
    header .col-left, header .col-right {
        width: 16%;
    }
    header .col-center{
        width: 68%;
    }
    header .icon-wrapper>:not(:last-child) {
        margin-right: 18px;
    }
    /* Header Css End  */

    /* Hero Slider Css Start  */
    .hero-slider .hero-content{
        bottom: 200px;
    }
    /* Hero Slider Css End  */

    /* Footer Css Start  */
    /* Footer Css End  */

    /* Image With Text Module Css Start */
    .image-text.left .col-text {
        padding-left: 80px;
    }
    .image-text.right .col-text {
        padding-right: 80px;
    }
    .image-text .col-text .btn-wrapper {
        margin-top: 50px;
    }
    /* Image With Text Module Css End */
}
@media only screen and (max-width: 1366px) {
    h1, .h1{
        font-size: 42px;
    }
    h2, .h2{
        font-size: 32px;
    }
    h3, .h3{
        font-size: 24px;
    }
    h2 span{
        margin-bottom: -20px;
    }
    .soical-icon a{
        height: 40px;
        width: 40px;
    }

    /* Header Css Start  */
    header .menu {
        position: fixed;
        left: 0;
        top: 86px;
        width: 100%;
        background-color: var(--white);
        backdrop-filter: blur(4px);
        opacity: 0;
        visibility: hidden;
        padding: 15px 60px 30px;
        transition: all 0.6s ease-in-out;
        z-index: 9;
        pointer-events: none;
    }
    header .menu.open{
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    header .col-center {
        width: 100%;
        order: 3;
    }
    header .col-left{
        width: 40%;
    } 
    header .col-right {
        width: 60%;
    } 
    .header-logo svg {
        width: 153px;
        height: auto;
    }
    .header-logo img{
        max-width: 143px;
    }
    .dropdown-menu::before{
        display: none;
    }
    .menu-icon{
        display: inline-flex;
    }
    body.menu-open header{
        background-color: var(--white);
    }
    .menu .main-menu {
        justify-content: start;
        min-height: auto;
        display: flex;
    }
    .menu .main-menu>li>a {
        padding: 45px 20px 25px;
    }
    .menu .main-menu>li>a::before{
        height: 100%;
        bottom: 0;
    }
    .dropdown-menu {
        top: 100%;
        padding: 30px 60px 50px;
        width: calc(100% + 120px);
        left: -60px;
        background-color: var(--white);
        max-height: 500px;
        overflow-y: auto;
    }
    .dropdown-menu::-webkit-scrollbar {
        width: 2.86px;
    }  
    .dropdown-menu::-webkit-scrollbar-track {
        background: #D9D9D9;
    }
    .dropdown-menu::-webkit-scrollbar-thumb {
        background: #4E6B79;
        border-radius: 14px;
    }
    .menu .main-menu>li {
        margin: 5px 2px 5px 0;
    }
    .dropdown-menu .list-item {
        width: 77%;
    }
    .dropdown-menu .icon-list-item{
        width: 23%;
    }
    header .icon-wrapper>:not(:last-child) {
        margin-right: 34px;
    }
    /* Header Css End  */

    /* Hero Slider Css Start  */
    .hero-slider .hero-content .btn {
        margin-top: 20px;
    }
    .hero-slider .hero-content .title {
        margin-bottom: 10px;
    }
    .hero-slider .hero-content{
        max-width: 520px;
    }
    .hero-slider .hero-content .text-bottom {
        padding-top: 60px;
        margin-left: 130px;
        margin-top: -68px;
        font-size: 80px;
        padding-right: 70px;
    }
    .hero-slider .hero-content .text-bottom::before{
        width: 87px;
        height: 75px;
    }
    .hero-slider .tagline .text-top{
        font-size: 52px;
    }
    .bottom-panel .text::before{
        display: none;
    }
    .bottom-panel .link-box>a{
        padding: 0 6px 15px;
        flex-direction: column;
        text-align: center;
        height: 100%;
    }
    .bottom-panel .link-box .img img{
        height: 97px;
        width: 97px;
    }
    .bottom-panel .text{
        padding: 0;
    }
    .bottom-panel .text p {
        padding-right: 0;
    }
    .bottom-panel .col-right .row>div{
        width: 50%;
    }
    .bottom-panel .col-right {
        width: 57%;
    }
    .bottom-panel .col-left {
        width: 43%;
    }
    .bottom-panel .quicklink-btn{
        font-size: 14px;
        padding: 20px 34px;
        min-height: 64px;
    }
    /* Hero Slider Css End  */

    /* Footer Css Start  */
    .ft-top .col-2{
        width: 30%;
    }
    .ft-top .col-1 {
        width: 60%;
    }
    /* Footer Css End  */

    /* Image With Text Module Css Start */
    .image-text .col-text .btn-wrapper {
        margin-top: 30px;
    }
    /* Image With Text Module Css End */

    /* Inner Page Banner Css Start */
    .hero-section.inner-banner .hero-slider .hero-content {
        bottom: 150px;
    }
    /* Inner Page Banner Css End */

    /* Navigation Link Section CSs Start  */
    .nav-section ul{
        padding: 0;
    }
    .nav-section ul li a{
        font-size: 16px;
    }
    .nav-section{
        padding: 50px 0 45px;
    }
    /* Navigation Link Section CSs End  */
}
@media only screen and (max-width: 1199px) {
    .container.inner{
        padding-left: 60px;
        padding-right: 60px;
    }
    .section-margin {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    /* Header Css Start  */
    .search-modal .logo img {
        max-width: 155px;
    }
    .search-modal .logo svg{
        width: 155px;
        height: auto;
    }
    header .menu{
        padding: 15px 40px 30px;
    }
    .dropdown-menu{
        width: calc(100% + 80px);
        left: -40px;
        padding: 30px 40px 50px;
    }
    /* Header Css End  */

    /* Hero Slider Css Start  */
    .bottom-panel .col-left {
        width: 47%;
    }
    .bottom-panel .col-right {
        width: 53%;
        padding-left: 0;
    }
    .bottom-panel .text .title {
        font-size: 16px;
    }
    .bottom-panel .text p{
        font-size: 14px;
    }
    .bottom-panel .col-right .row>div{
        padding-left: 10px;
        padding-right: 10px;
    }
    .bottom-panel .col-right .row{
        margin-left: -10px;
        margin-right: -10px;
    }
    .bottom-panel .quicklink-btn{
        padding: 20px 28px;
    }
    /* Hero Slider Css End  */

    /* Footer Css Start  */
    .ft-bottom .col-left,.ft-bottom .col-right {
        width: 50%;
    }
    .ft-bottom .col-left p{
        line-height: 26px;
        font-size: 16px;
    }
    .ft-top .col-2{
        width: 35%;
    }
    .ft-top .col-1 {
        width: 65%;
    }
    .ft-top .col-6{
        width: 100%;
        text-align: center;
    }
    .ft-top .col-3{
        width: 37%;
    }
    .ft-top .col-4{
        width: 30%;
    }
    .ft-top .col-5{
        width: 32%;
    }
    .ft-top .col-1, .ft-top .col-2 {
        margin-bottom: 60px;
    }
    .ft-top .col-3,.ft-top .col-4,.ft-top .col-5{
        margin-bottom: 38px;
    }
    /* Footer Css End  */

    /* Image With Text Module Css Start */
    .image-text {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    /* Image With Text Module Css End */

    /* paginaiton css Start  */
    .pagination {
        margin-top: 30px;
    }
    /* paginaiton css End  */
}
@media only screen and (max-width: 991px) {
    .container, .container.inner {
        padding-left: 40px;
        padding-right: 40px;
    }
    .section-margin {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .sticky-btn .btn{
        padding: 20px 5px;
    }
    body.header-nav-up .sticky-btn {
        right: 0;
    }

    /* Header Css Start  */
    .dropdown-menu .list-item {
        width: 73%;
    }
    .dropdown-menu .icon-list-item {
        width: 27%;
    }
    .menu .main-menu>li {
        margin: 5px 0 5px 0;
    }
    .menu .main-menu>li>a {
        font-size: 15px;
        padding: 45px 13px 25px;
    }
    .menu-icon{
        margin-left: 35px;
    }
    /* Header Css End  */

    /* Hero Slider Css Start  */
    .hero-slider .hero-content.right {
        left: 45%;
        bottom: 250px;
    }
    .bottom-panel .col-right .row>div {
        padding-left: 5px;
        padding-right: 5px;
    }
    .bottom-panel .col-right .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .bottom-panel .col-left {
        width: 53%;
    }
    .bottom-panel .col-right{
        width: 47%;
    }
    .bottom-panel .quicklink-btn {
        padding: 20px 20px;
    }
    /* Hero Slider Css End  */

    /* Footer Css Start  */
    .ft-bottom .col-left,.ft-bottom .col-right {
        width: 100%;
        text-align: center;
    }
    .ft-bottom .col-right {        
        margin-top: 15px;
    }
    .ft-bottom .col-left p {
        max-width: 100%;
    }
    .ft-top .col-2 {
        width: 44%;
    }
    .ft-top .col-1 {
        width: 54%;
    }
    /* Footer Css End  */

    /* Image With Text Module Css Start */
    .image-text .col-text {
        padding-top: 0;
    }
    .image-text.left .col-text {
        padding-left: 20px;
    }
    .image-text.right .col-text {
        padding-right: 20px;
    }
    .image-text .col-img {
        margin-bottom: 30px;
    }
    .image-text .desc {
        max-width: 100%;
    }
    /* Image With Text Module Css End */

    /* paginaiton css Start  */
    .pagination {
        margin-top: 0px;
    }
    /* paginaiton css End  */
}
@media only screen and (max-width: 767px) {
    .container, .container.inner {
        padding-left: 20px;
        padding-right: 20px;
    }
    .section-margin {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .sticky-btn,.page-bg{
        display: none;
    }
    h1, h2, h3, h4, h5, h6{
        margin-bottom: 15px;
    }

    /* Header Css Start  */
    .search-modal .logo img {
        max-width: 140px;
    }
    .search-modal .logo svg{
        width: 140px;
        height: auto;
    }
    .search-modal .modal-body .title{
        margin-bottom: 30px;
    }
    .search-modal .result-title{
        order: 2;
        width: 100%;
        margin-top: 30px;
    }
    .search-modal .btn-wrapper{
        flex-wrap: wrap;
    }
    .search-modal .search-result{
        margin-top: 40px;
    }
    .search-modal{
        padding: 20px 0 40px
    }
    .header-logo svg {
        width: 140px;
    }
    .header-logo img{
        max-width: 140px;
    }
    header{
        padding: 10px 0;
        backdrop-filter: none;
        background-color: var(--white);
    }
    .header-icon {
        position: fixed;
        bottom: 45px;
        left: 0;
        width: 100%;
        background-color: var(--blue);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        padding: 9px 0;
        transition: all 0.4s;
        z-index: 2;
    }
    .header-icon>a{
        margin: 0 25px;
    }
    .header-icon img{
        filter: brightness(0) invert(1);
    }
    header .col-left {
        width: 60%;
    }
    header .col-right {
        width: 40%;
    }
    body.header-nav-up .header-icon{
        bottom: -44px;
    }
    body.header-sticky .header-icon{
        bottom: 44px;
    }
    header .menu{
        top: 76px;
        height: calc((var(--vh, 1vh) * 100) - 158px);
        padding: 30px 20px 30px;
        background: linear-gradient(117.88deg, var(--blue) 0%, var(--red) 100%);
        overflow: hidden;
    }
    .menu .main-menu>li>a::before{
        display: none;
    }
    .menu .main-menu {
        display: block;
        overflow-y: auto;
        height: calc(100% - 214px);
    }
    .menu:has(.dropdown-menu.open) .main-menu{
        height: 100%;
    }
    .menu .main-menu>li {
        margin: 0 0 30px;
        display: block;
        width: 100%;
    }
    .menu .main-menu>li>a {
        font-size: 24px;
        color: var(--white);
        padding: 0;
    }
    .main-menu>li.active .dropdown-menu .list-item{
        display: block;
    }
    .dropdown-menu .icon-list-item {
        position: fixed;
        bottom: 0;
        display: block;
        left: 0;
        width: 100%;
        background-color: var(--white);
        z-index: 1;
        border-left: 0;
        padding: 20px 20px 0;
    }    
    .dropdown-menu {
        max-height: none;
        padding: 0;
        background-color: transparent;
        position: static;
        opacity: 1;
        visibility: visible;
        width: 100%;
        overflow: hidden;
    }
    .dropdown-menu .list-item{
        display: none;
    }
    .dropdown-block{
        opacity: 1;
    }
    .dropdown-menu .icon-list-item li a {
        flex-direction: column;
        align-items: center;
    }
    .dropdown-menu .icon-list-item li{
        margin-bottom: 20px;
        width: 50%;
    }
    .dropdown-menu .icon-list-item li a .icon{
        margin: 0 0 5px;
        height: 24px;
    }
    .dropdown-menu .icon-list-item li a .icon img{
        margin: 0 auto;
        display: inline-block;
        vertical-align: middle;
    }
    .dropdown-menu .icon-list-item ul {
        display: flex;
        flex-wrap: wrap;
    }
    .dropdown-menu .icon-list-item .menu-title{
        text-align: center;
    }
    .menu:has(.dropdown-menu.open) .icon-list-item{
        display: none;
    }
    .dropdown-menu .list-item ul {
        column-count: 1;
        column-gap: 0;
    }
    .dropdown-menu .list-item {
        width: 100%;
        text-align: center;
        margin-top: 25px;
    }
    .dropdown-menu .list-item ul li a{
        color: var(--white);
    }
    .dropdown-menu .list-item ul li:not(:last-child){
        margin-bottom: 12px;
    }
    .menu:has(.dropdown-menu.open) .main-menu>li:not(.active){
        display: none;
    }
    .menu .btn.btn-link {
        color: var(--white);
        margin-bottom: 30px;
        min-width: 133px;
    }
    .menu:has(.dropdown-menu.open) .goback-menu{
        display: inline-block;
    }
    .menu .btn.btn-link::before {
        filter: brightness(0) invert(1);
        left: 0;
        right: auto;
        transform: rotate(180deg);
        top: 4px;
        background-size: 20px;
    }
    .bottom-panel .quicklink-btn{
        transform: none;
    }
    .bottom-panel .col-left span {
        transform: none;
        margin-left: 0;
    }
    .bottom-panel .col-left {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 2;
        background-color: var(--white);
        justify-content: center;
        opacity: 1;
        transition: all 0.4s;
        padding: 0 !important;
    }
    .bottom-panel .quicklink-btn {
        padding: 10px 15px;
        min-height: auto;
    }
    .bottom-panel .quicklink-btn:first-child{
        padding-left: 15px;
    }
    .bottom-panel .quicklink-btn:first-child::before{
        display: none;
    }
    body.header-nav-up .bottom-panel .col-left{
        bottom: -60px;
    }
    body.header-sticky .bottom-panel .col-left{
        bottom: 0px;
    }
    .bottom-panel .col-right {
        width: 100%;
        padding-bottom: 84px;
        background: linear-gradient(117.88deg, var(--blue) 0%, var(--red) 100%);
        padding-left: 20px;
        padding-right: 20px;
        transition: all 0.4s;
    }
    body.header-nav-up .bottom-panel .col-right{
        padding-bottom: 20px;
    }
    .bottom-panel .link-box>a::before{
        display: none;
    }
    .bottom-panel .link-box {
        margin-bottom: 0;
        margin-top: -30px;
    }
    /* Header Css End  */

    /* Footer Css Start  */
    .ft-top {
        padding: 20px 0 28px;
    }
    .ft-top .col-3, .ft-top .col-4, .ft-top .col-5, .ft-top .col-6,.ft-top .col-1,.ft-top .col-2{
        width: 100% !important;
        text-align: center;
    }
    .ft-top .col-1,.ft-top .col-6 {
        margin-bottom: 24px;
    }
    .ft-logo img{
        width: 100%;
        max-width: 350px;
    }
    .ft-top .col-2 {
        margin-bottom: 0;
        order: 6;
    }
    .ft-top .social-wrapper{
        justify-content: center;
    }
    footer p,.ft-top .list{
        margin-bottom: 15px;
    }
    .ft-top .col-3{
        margin-bottom: 15px;
    }
    .ft-top h5 {
        font-size: 16px;
    }
    .ft-title p b {
        font-size: 16px;
        display: inline;
    }    
    .ft-title {
        margin-bottom: 8px;
    }
    .ft-top .col-4,
    .ft-top .col-5{
        margin-bottom: 20px;
        display: none;
    }
    .ft-top .campuses{
        display: block;
    }
    .ft-bottom .seprator {
        display: none;
    }
    .ft-bottom .text {
        display: block;
    }
    .ft-top .scrollTop{
        display: none;
    }
    .ft-bottom .scrollTop {
        display: flex;
        position: absolute;
        right: 20px;
        bottom: 36px;
    }
    /* Footer Css End  */

    /* Hero Slider Css Start  */
    .hero-slider .hero-content .title {
        font-size: 28px;
        margin-bottom: 0;
    }
    .hero-slider .hero-content {
        bottom: 300px;
        padding-right: 20px;
    }
    .hero-slider .hero-content.right {
        left: 20px;
    }
    .hero-slider .tagline .text-top {
        font-size: 42px;
    }
    .hero-slider .hero-content .text-bottom::before{
        width: 77px;
        height: 67px;
    }
    .hero-slider .hero-content .text-bottom {
        padding-top: 50px;
        margin-left: 107px;
        margin-top: -59px;
        font-size: 60px;
        padding-right: 55px;
    }
    .hero-section{
        margin-top: 76px;
        height: calc((var(--vh, 1vh)* 100) - 76px);
    }
    /* Hero Slider Css End  */

    /* Image With Text Module Css Start */
    .image-text {
        margin-top: 22px;
        margin-bottom: 40px;
    }
    .image-text .col-text, .image-text .col-img {
        width: 100%;
    }
    /* Image With Text Module Css End */

    /* Inner Page Banner Css Start */
    .hero-section.inner-banner .bottom-panel .col-right {
        background: transparent;
        padding-bottom: 10px;
    }
    .hero-section.inner-banner .breadcrumb ul{
        justify-content: start;
    }
    .hero-section.inner-banner{
        height: 37vh;
    }
    .hero-section.inner-banner .hero-slider .hero-content {
        bottom: 45px;
    }
    /* Inner Page Banner Css End */

    /* Navigation Link Section CSs Start  */
    .nav-section{
        padding: 40px 0 35px;
        background-position: 17.5% 50%;
    }
    .nav-section ul{
        column-count: 1;
    }
    .nav-section ul li a{
        font-size: 18px;
    }
    .nav-section ul li:not(:last-child) {
        margin-bottom: 14px;
    }
    /* Navigation Link Section CSs End  */

    /* pagination css start  */
    .pagination li.prev-btn {
        margin-right: 5px;
    }
    .pagination li.next-btn {
        margin-left: 5px;
    }
    .pagination ul li, .pagination a{
        font-size: 14px;
    }
    .pagination ul li {
        margin: 7px;
    }
    .pagination .btn-icon{
        height: 38px;
        width: 38px;
    }
    /* pagination css End  */
}

@media only screen and (max-width: 360px) {
    h1, .h1 {
        font-size: 38px;
    }

    /* Header Css Start  */
    .bottom-panel .quicklink-btn{
        padding: 10px 8px;
    }
    /* Header Css End  */

    /* Footer Css Start  */
    .ft-bottom .scrollTop{
        bottom: 15px;
    }
    /* Footer Css End  */

    /* pagination css start  */
    .pagination .btn-icon {
        height: 30px;
        width: 30px;
    }
    .pagination li.prev-btn {
        margin-right: 2px;
    }
    .pagination li.next-btn {
        margin-left: 2px;
    }
    .pagination .btn-icon img {
        max-width: 15px;
    }
    /* pagination css End  */
}