/********** Template CSS **********/
:root {
    --primary: #FF5E14;
    --secondary: #5F656F;
    --light: #F5F5F5;
    --dark: #02245B;
}
body{
	color: black;
}

* {
    font-family: "Montserrat" !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
h6,
.h5,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}

p,li{
    color: #000;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


.topbar-right {
    position: relative;
    background: var(--primary);
}

.topbar-right::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 100%;
    top: 0;
    left: -15px;
    transform: skewX(-30deg);
    background-color: var(--primary);
}




/*======================================
        01. Start Header CSS
========================================*/
/* Topbar */
.header .toolbar-area {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.header .toolbar-area .toolbar-contact {
    margin-top: 8px;
}

.header .toolbar-area .toolbar-contact p {
    display: inline-block;
    margin-right: 8px !important;
    margin-top: 2px;
    margin: 0;
    text-align: center;
    line-height: 0;
    font-size: 14px;
    color: #aaa;
}

.header .toolbar-area .toolbar-contact p:last-child {
    margin-right: 0px !important;
}

.header .toolbar-area .toolbar-contact p a {
    font-size: 14px;
    font-weight: 400;
    color: #aaa;
    margin-right: 7px;
}

.header .toolbar-area .toolbar-contact p i {
    display: inline-block;
    margin-right: 6px;
    color: #3E54FF;
    font-size: 15px;
}

.header .toolbar-area .toolbar-contact p a:hover {
    color: #4d6de6;
}

.header .toolbar-area .toolbar-contact ul li p {
    margin: 0;
    float: right;
    font-size: 13px;
    margin-top: 8px;
    font-weight: 500;
    line-height: 18px;
    color: #777;
}



.header .toolbar-area .toolbar-sl-share ul {
    float: right;
}

.header .toolbar-area .toolbar-sl-share ul li {
    margin: 0;
    text-align: center;
    display: inline-block;
    height: 40px;
    margin-right: 5px;
}

.header .toolbar-area .toolbar-sl-share ul li:last-child {
    margin-right: 0;
}

.header .toolbar-area .toolbar-sl-share ul li a {
    color: #aaa;
    height: 35px;
    width: 35px;
    text-align: center;
    display: block;
    border: 1px solid #eee;
    line-height: 35px;
    text-align: center;
}

.header .toolbar-area .toolbar-sl-share ul li a i {
    font-size: inherit;
}

.header .toolbar-area .toolbar-sl-share ul li a:hover {
    color: #4d6de6;
}

.header .button .btn {
    padding: 9px 30px;
}

.header .button {
    margin-left: 40px;
}

/*===== NAVBAR =====*/
.navbar-area {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.3s ease-out 0s;
    padding: 0;
}

.navbar-area.header-3 {
    background: #fff;
}

.navbar-area.sticky {
    position: fixed;
    z-index: 99;
    background: #3E54FF;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-out 0s;
    background: #fff;
    padding: 0px 0;
}

.navbar-area.sticky .toolbar-area {
    display: none;
}

.header {
    background-color: #fff;
}

.navbar {
    padding: 0;
    position: relative;
    transition: all 0.3s ease-out 0s;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand img {
    width: 240px;
}

.navbar-toggler {
    padding: 0px;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

.navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #222;
    display: block;
    margin: 5px 0;
    position: relative;
    transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
    transform: rotate(45deg);
    top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
    transform: rotate(135deg);
    top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse {
        position: absolute;
        top: 165% !important;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        padding: 10px 20px;
        max-height: 350px;
        overflow-y: scroll;
    }
}

@media (max-width: 767px) {
    .navbar-collapse {
        position: absolute;
        top: 165% !important;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        padding: 10px 20px;
        max-height: 450px;
        overflow-y: scroll;
    }
}

.navbar-nav .nav-item {
    position: relative;
    z-index: 1;
}


.navbar-nav .nav-item a {
    font-size: 16px;
    color: #051441;
    transition: all 0.3s ease-out 0s;
    position: relative;
    padding: 32px 15px;
    display: inline-flex;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    font-family: "Montserrat";
    color: #333;
    transition: all 0.3s ease-out 0s;
    position: relative;
    
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item a {
        padding: 32px 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .navbar-nav .nav-item a {
        color: #051441;
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
    }

    .nav-inner {
        padding: 25px 0;
    }
}

.navbar-nav .nav-item a.active {
    color: #FF5E14;
}

.navbar-nav .nav-item a.dd-menu {
    padding-right: 34px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item a.dd-menu {
        padding-right: 30px;
    }
}

.navbar-nav .nav-item a.dd-menu::after {
    content: "\ea58";
    font: normal normal normal 1em/1 "LineIcons";
    position: absolute;
    right: 17px;
    font-size: 10px;
    top: 50%;
    margin-left: 5px;
    margin-top: 0px;
    transition: all 0.3s ease-out 0s;
    height: 10px;
    margin-top: -5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item a.dd-menu::after {
        right: 13px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .navbar-nav .nav-item a.dd-menu::after {
        top: 16px;
        right: 0;
        transform: rotate(180deg);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .navbar-nav .nav-item a.collapsed::after {
        transform: rotate(0deg);
    }
}

.navbar-nav .nav-item:hover>.sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.navbar-nav .nav-item:hover>.sub-menu .sub-menu {
    left: 100%;
    top: 0;
}

.navbar-nav .nav-item .sub-menu {
    min-width: 220px;
    background-color: #fff;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 100% !important;
    left: -8px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    padding: 10px;
}

.navbar-nav .nav-item .sub-menu.left-menu {
    left: -100%;
}

.navbar-nav .nav-item .sub-menu.collapse:not(.show) {
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .navbar-nav .nav-item .sub-menu {
        position: static;
        width: 100%;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        padding: 0;
        margin:0;
    }

    .navbar-nav .nav-item .sub-menu::after {
        display: none;
    }
}

.navbar-nav .nav-item .sub-menu>li {
    display: block;
    margin-left: 0;
}

.navbar-nav .nav-item .sub-menu>li:last-child {
    border: none;
}

.navbar-nav .nav-item .sub-menu>li.active>a,
.navbar-nav .nav-item .sub-menu>li:hover>a {
    color: #3E54FF;
}

.navbar-nav .nav-item .sub-menu>li>a {
    font-weight: 400;
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    color: #222;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    font-weight: 400;
}

.navbar-nav .nav-item .sub-menu>li:first-child a {
    border: none;
}

.navbar-nav .nav-item .sub-menu>li>a:hover {
    background: rgba(0, 0, 0, 0.05);
    color: #3E54FF;
}

/*======================================
   End Header CSS
========================================*/

/*======================================
   02. Hero Area CSS
========================================*/

.hero-slider {
    position: relative;
    background: #3e54ff08;

}

.hero-slider .single-slider {
    height: 860px;
    background-size: cover;
    background-position: center;
    position: relative;
    box-shadow: inset 0 0 0 2000px rgba(2, 39, 103, 0.472);
    background-image: url(../img/frontimg.jpg);

}

.hero-slider .single-slider::before {
    position: absolute;
    content: "";
    right: 0;
    width: 50%;
    background-image: url();
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
    height: 100%;
    top: 0;
    z-index: -1;
    border-radius: 0;
}

.hero-slider .hero-text {
    float: none;
    margin-top: 150px;
}

.hero-slider .hero-text .small-title {
    color: #fff;
    background: #3E54FF;
    font-size: 15px;
    padding: 5px 18px;
    display: inline-block;
    margin-bottom: 15px;
}

.hero-slider .hero-text h1 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 800;
    line-height: 50px;
    margin-bottom: 30px;
    font-family: "Montserrat";
}

.hero-slider .hero-text h1 span {
    font-weight: 300;
}

.hero-slider .hero-text p {
    color: #ffffff;
    font-size: 16px;
    font-family: "Montserrat";
    text-align: justify;
}

.hero-slider .hero-text .button {
    margin-top: 35px;
}

.hero-slider .hero-text .button .btn {
    color: #ffffff;
    background: transparent;
    border: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid transparent;
    border: 2px solid #ffffff;
}

.hero-slider .hero-text .button .btn {
    margin-right: 10px;
}

.hero-slider .hero-text .button .btn .dir-part {
    background-color: #318225;
}

.hero-slider .hero-text .button .btn:hover {
    border-color: #318225;
    color: #fff;
}

.hero-slider .hero-text .button .btn:last-child {
    margin-right: 0px;
}

.hero-slider .hero-image {
    margin-top: 175px;
}

.ticket-form{
    margin-top: 40px;
    background-color: rgba(255, 255, 255);
    border-radius: 2px;

}
.d-lg-block
{
    border-radius: 20px;
}
/*======================================
   02. Hero Area CSS
========================================*/

/*======================================
   02. Form  CSS
========================================*/


.forms {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
}

.form-wrapper {
    animation: hideLayer .3s ease-out forwards;
}

.form-wrapper.is-active {
    animation: showLayer .3s ease-in forwards;
}

@keyframes showLayer {
    50% {
        z-index: 1;
    }
    100% {
        z-index: 1;
    }
}

@keyframes hideLayer {
    0% {
        z-index: 1;
    }
    49.999% {
        z-index: 1;
    }
}

.switcher {
    position: relative;
    cursor: pointer;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: .5px;
    color: #fff;
    background-color: transparent;
    border: none;
    outline: none;
    transform: translateX(0);
    transition: all .3s ease-out;
    font-family: "Montserrat";
    font-weight:600;
}

.form-wrapper.is-active .switcher-login {
    color: #fff;
    transform: translateX(130px);
}
.form-wrapper .switcher-login {
    color: #fff;
    transform: translateX(80px);
}

.form-wrapper.is-active .switcher-signup {
    color: #fff;
    transform: translateX(-130px);
}
.form-wrapper .switcher-signup {
    color: #fff;
    transform: translateX(-80px);
}

.underline {
    position: absolute;
    bottom: -5px;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    width: 100%;
    height: 2px;
}

.underline::before {
    content: '';
    position: absolute;
    top: 0;
    left: inherit;
    display: block;
    width: inherit;
    height: inherit;
    background-color: currentColor;
    transition: transform .2s ease-out;
}

.switcher-login .underline::before {
    transform: translateX(101%);
}

.switcher-signup .underline::before {
    transform: translateX(-101%);
}

.form-wrapper.is-active .underline::before {
    transform: translateX(0);
}

.form {
    overflow: hidden;
    min-width: 380px;
    margin-top: 50px;
    padding: 30px 25px;
    border-radius: 5px;
    transform-origin: top;
}

.form-login {
    animation: hideLogin .3s ease-out forwards;
}

.form-wrapper.is-active .form-login {
    animation: showLogin .3s ease-in forwards;
}

@keyframes showLogin {
    0% {
        background: #d7e7f1;
        transform: translate(40%, 10px);
    }
    50% {
        transform: translate(0, 0);
    }
    100% {
        background-color: #fff;
        transform: translate(35%, -20px);
    }
}

@keyframes hideLogin {
    0% {
        background-color: #fff;
        transform: translate(35%, -20px);
    }
    50% {
        transform: translate(0, 0);
    }
    100% {
        background: #d7e7f1;
        transform: translate(50%, 10px);
    }
}

.form-signup {
    animation: hideSignup .3s ease-out forwards;
}

.form-wrapper.is-active .form-signup {
    animation: showSignup .3s ease-in forwards;
}

@keyframes showSignup {
    0% {
        background: #d7e7f1;
        transform: translate(-40%, 10px) scaleY(.8);
    }
    50% {
        transform: translate(0, 0) scaleY(.8);
    }
    100% {
        background-color: #fff;
        transform: translate(-35%, -20px) scaleY(1);
    }
}

@keyframes hideSignup {
    0% {
        background-color: #fff;
        transform: translate(-35%, -20px) scaleY(1);
    }
    50% {
        transform: translate(0, 0) scaleY(.8);
    }
    100% {
        background: #d7e7f1;
        transform: translate(-50%, 10px) scaleY(.8);
    }
}

.form fieldset {
    position: relative;
    opacity: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: all .3s ease-out;
}

.form-login fieldset {
    transform: translateX(-50%);
}

.form-signup fieldset {
    transform: translateX(50%);
}

.form-wrapper.is-active fieldset {
    opacity: 1;
    transform: translateX(0);
    transition: opacity .4s ease-in, transform .35s ease-in;
}

.form legend {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
}

.input-block {
    margin-bottom: 20px;
}

.input-block label {
    font-size: 16px;
    color: #666;
    font-family: "Montserrat";
    font-weight: 500;
}

.input-block input {
    display: block;
    width: 100%;
    margin-top: 8px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 40px;
    color: #3b4465;
    background: #eef9fe;
    border: 1px solid #cddbef;
    border-radius: 2px;
}

/* .form [type='submit'] {
    opacity: 0;
    display: block;
    min-width: 300px;
    margin: 30px auto 10px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 5px;
    border-color: #3182256e;
    transition: all .3s ease-out;

}
 */
.form-wrapper.is-active .form [type='submit'] {
    opacity: 1;
    transform: translateX(0);
    transition: all .4s ease-in;
}

.btn-login {
    background: #bbecb5;
    color: black;
    font-family: "Montserrat";
    transform: translateX(-30%);
}

.btn-signup {
    background: #bbecb5;
    color: black;
    font-family: "Montserrat";
    transform: translateX(30%);
}

@media (max-width: 575px) {

    .form {
        overflow: hidden;
        min-width: 230px;
        margin-top: 50px;
        padding: 30px 25px;
        border-radius: 5px;
        transform-origin: top;
    }

    @keyframes showLogin {
        0% {
            background: #d7e7f1;
            transform: translate(40%, 10px);
        }
        50% {
            transform: translate(0, 0);
        }
        100% {
            background-color: #fff;
            transform: translate(48%, -20px);
        }
    }

    @keyframes hideLogin {
        0% {
            background-color: #fff;
            transform: translate(35%, -20px);
        }
        50% {
            transform: translate(0, 0);
        }
        100% {
            background: #d7e7f1;
            transform: translate(50%, 10px);
        }
    }


    @keyframes showSignup {
        0% {
            background: #d7e7f1;
            transform: translate(-40%, 10px) scaleY(.8);
        }
        50% {
            transform: translate(0, 0) scaleY(.8);
        }
        100% {
            background-color: #fff;
            transform: translate(-48%, -20px) scaleY(1);
        }
    }

    @keyframes hideSignup {
        0% {
            background-color: #fff;
            transform: translate(-35%, -20px) scaleY(1);
        }
        50% {
            transform: translate(0, 0) scaleY(.8);
        }
        100% {
            background: #d7e7f1;
            transform: translate(-50%, 10px) scaleY(.8);
        }
    }

    .form-wrapper.is-active .switcher-login {
        color: #fff;
        transform: translateX(100px);
    }
    .form-wrapper .switcher-login {
        color: #fff;
        transform: translateX(100px);
    }

    .form-wrapper.is-active .switcher-signup {
        color: #fff;
        transform: translateX(-100px);
    }
    .form-wrapper .switcher-signup {
        color: #fff;
        transform: translateX(-100px);
    }
}


/*======================================
   02. Form  CSS
========================================*/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, rgba(2, 36, 91, 1) 0%, rgba(2, 36, 91, 0) 100%);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
    border-radius: 3.5rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(to right, rgba(2, 36, 91, 1) 0%, rgba(2, 36, 91, 0) 100%), url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


/*** Facts ***/
.facts {
    position: relative;
    margin: 6rem 0;
    background: var(--dark);
}

.facts .border {
    border-color: rgba(255, 255, 255, .1) !important;
}


/*** Features ***/
.btn-play {
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    display: block;
    box-sizing: content-box;
    width: 16px;
    height: 26px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--primary);
}

@media (max-width: 992px) {
    .btn-play {
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
    }
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: var(--primary);
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: var(--primary);
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: -1px;
    border-left: 16px solid #FFFFFF;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Service ***/
.service-item {
    position: relative;
    margin: 65px 0 25px 0;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item .service-img {
    position: absolute;
    padding: 12px;
    width: 130px;
    height: 130px;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .09);
    z-index: 2;
}

.service-item .service-detail {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}

.service-item .service-title {
    position: absolute;
    padding: 65px 30px 25px 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #FFFFFF;
    transition: .5s;
}

.service-item:hover .service-title {
    top: -100%;
}

.service-item .service-text {
    position: absolute;
    overflow: hidden;
    padding: 65px 30px 25px 30px;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    display: flex;
    align-items: center;
    text-align: center;
    background: rgba(2, 36, 91, .7);
    transition: .5s;
}

.service-item:hover .service-text {
    top: 0;
}

.service-item .service-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100px;
    top: -100%;
    left: 0;
    transform: skewY(-12deg);
    background: #FFFFFF;
    transition: .5s;
}

.service-item:hover .service-text::before {
    top: -55px;
}

.service-item .btn {
    position: absolute;
    width: 130px;
    height: 50px;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    background: #FFFFFF;
    border: none;
    box-shadow: 0 0 45px rgba(0, 0, 0, .09);
    z-index: 2;
}

.service-item .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Project ***/
.project-carousel {
    position: relative;
}

.project-item {
    position: relative;
    display: block;
}

.project-item img {
    transition: .5s;
}

.project-item:hover img,
.project-carousel .owl-item.center img {
}

.project-item .project-title {
    position: absolute;
    padding: 0 15px;
    width: 100%;
    height: 80px;
    bottom: -110px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--dark);
    transition: .5s;
}

.project-item:hover .project-title,
.project-carousel .owl-item.center .project-title  {
    bottom: -60px;
}

.project-item .project-title::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 30px;
    top: -15px;
    left: 0;
    transform: skewY(-5deg);
    background: var(--dark);
    transition: .5s;
}

.project-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 45px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    transition: .5s;
    opacity: 0;
    z-index: 1;
}

.project-carousel:hover .owl-nav {
    opacity: 1;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin: 0 30px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}


/*** Team ***/
.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    display: flex;
    align-items: center;
    background: var(--primary);
    transition: .5s;
}

.team-item:hover .team-social {
    left: 0;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .testimonial-img img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .testimonial-img .btn-square {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-carousel .owl-item .testimonial-text {
    margin-bottom: 30px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}


/*** Footer ***/
.footer {
    color: #B0B9AE;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #B0B9AE;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: #B0B9AE;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

/*--------------------------------------------------------------
# application process   Section
--------------------------------------------------------------*/
.admissionguidelines {
    overflow: hidden;
    background: linear-gradient(rgba(221, 219, 219, 0.9), rgba(221, 219, 219, 0.8)), url(../img/img2.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}

.admissionguidelines .nav-tabs {
    border:0;
}

.admissionguidelines .nav-link {
    padding: 12px 15px 12px 0;
    transition: 0.3s;
    color: var(--dark);
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    border: 1px solid var(--dark);
    margin-top: 10px;
    padding-left: 20px;

}

.admissionguidelines .nav-link:hover {
    color: var(--dark);
    border:1px solid var(--dark);
    background-color: #adc5eb;


}

.admissionguidelines .nav-link.active {
    color: var(--light);
    background-color: var(--dark);

}

.admissionguidelines .tab-pane.active {
    animation: fadeIn 0.5s ease-out;
}


.admissionguidelines .details h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

.admissionguidelines .details p {
    color: color-mix(in srgb, var(--dark), transparent 20%);
}

.admissionguidelines .details p:last-child {
    margin-bottom: 0;
}

@media (max-width: 992px)
{
    .admissionguidelines .nav-link
    {
        border: 1px solid var(--dark);
        padding: 15px;
    }

    .admissionguidelines .nav-link.active
    {
        color: white;
        background: var(--dark);
    }
}


/*--------------------------------------------------------------
# admisstion guidelines Section id process
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# process Section
--------------------------------------------------------------*/
.process .nav-tabs {
    border: 0;
}

.process .nav-link {
    background-color: var(--surface-color);
    color: var(--color-secondary);
    padding: 10px 10px;
    box-shadow: 10px 10px 25px 10px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0s;
    cursor: pointer;
    height: 100%;
    border-radius: 20px;
}

.process .nav-link i {
    font-size: 32px;
    line-height: 0;
    margin-right: 10px;
}

.process .nav-link h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 10px;
}

.process .nav-link:hover {
    color: var(--primary);
}

.process .nav-link:hover
{
    transition: 0.3s;
    background: #c5d9f8 ;
    color: var(--dark) !important;

}

.process .nav-link.active {
    transition: 0.3s;
    background: var(--dark) ;
    color: white !important;
    border-color: white;
}

.process .nav-link:hover h4,
.process .nav-link.active h4 {
    color: var(--contrast-color);
}

.process .nav-link:hover i,
.process .nav-link.active i {
    color: var(--contrast-color) !important;
}

.process .tab-content {
    margin-top: 30px;
}

.process .tab-pane.active {
    animation: fadeIn 0.5s ease-out;
}

.process .tab-pane h3 {
    font-weight: 600;
    font-size: 28px;
}

.process .tab-pane ul {
    list-style: none;
    padding: 0;
}

.process .tab-pane ul li {
    padding-bottom: 10px;
}

.process .tab-pane ul i {
    font-size: 24px;
    margin-right: 4px;
    color: var(--accent-color);
}

.process .tab-pane p:last-child {
    margin:50px;
}

/*--------------------------------------------------------------
# Faq 2 Section
--------------------------------------------------------------*/
.faq .section-title h2 {
    font-size: 20px;
    color:var(--dark);
    padding-top:20px;
    line-height: 5px;
}
.faq {
    margin: auto;
    padding: 10px;
    text-align: center;
}

.faq ul {
    text-align: left;
}
.transition, p, ul li i:before, ul li i:after {
    transition: all 0.3s;
}

.faq .no-select, .faq h2 {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    user-select: none;
}

.faq h1 {
    color:var(--dark);
    margin-bottom: 30px;
    margin-top: 0;
}

.faq h2 {
    color: var(--dark);
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
    padding: 15px 15px 0;
    text-transform: none;
    display: block;
    margin: 0;
    cursor: pointer;
    transition: .2s;
}

.faq p {
    color: #333;

    font-size: 16px;
    font-weight: 500;
    text-align: justify;
    line-height: 2;
    position: relative;
    overflow: hidden;
    max-height: 250px;
    will-change: max-height;
    contain: layout;
    display: inline-block;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 0 50px 0 15px;
    transition: .3s opacity, .6s max-height;
    hyphens: auto;
    z-index: 2;
}

.faq ul {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 0;
}
.faq ul li {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background: #fff;
    box-shadow: 0 3px 10px -2px rgba(0,0,0,0.1);
    -webkit-tap-highlight-color: transparent;
}
.faq ul li + li {
    margin-top: 15px;
}
.faq ul li:last-of-type {
    padding-bottom: 0;
}
.faq ul li i {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 28px;
    right: 15px;
}
.faq ul li i:before, ul li i:after {
    content: "";
    position: absolute;
    background-color: var(--primary);
    width: 3px;
    height: 9px;
}
.faq ul li i:before {
    transform: translate(-2px, 0) rotate(45deg);
}
.faq ul li i:after {
    transform: translate(2px, 0) rotate(-45deg);
}
.faq ul li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    touch-action: manipulation;
}
.faq ul li input[type=checkbox]:checked ~ h2 {
    color: #000;
}
.faq ul li input[type=checkbox]:checked ~ p {
    /*margin-top: 0;*/
    max-height: 0;
    transition: .3s;
    opacity: 0;
    /*transform: translate(0, 50%);*/
}
.faq ul li input[type=checkbox]:checked ~ i:before {
    transform: translate(2px, 0) rotate(45deg);
}
.faq ul li input[type=checkbox]:checked ~ i:after {
    transform: translate(-2px, 0) rotate(-45deg);
}

.nav-tabs{
    border-bottom: 0px !important;
}

@media (max-width: 768px) {
    .hero-slider .single-slider{
        height: 1600px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider .single-slider{
        height: 1000px;
    }
}

/*--------------------------------------------------------------
# programmeoffered Section
--------------------------------------------------------------*/
.programmeoffered .nav-tabs {
    border: 0;
}

.programmeoffered .nav-link {
    background-color: var(--dark);
    color: rgb(255, 255, 255);
    padding: 10px 10px;
    /* box-shadow: 10px 10px 25px 10px rgba(0, 0, 0, 0.1); */
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0s;
    cursor: pointer;
    height: 100%;
    border-radius: 20px;
}

.programmeoffered .nav-link i {
    font-size: 32px;
    line-height: 0;
    margin-right: 10px;
}

.programmeoffered .nav-link h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 10px;
}

.programmeoffered .nav-link:hover
{
    transition: 0.3s;
    background: #c5d9f8 ;
    color: var(--dark);


}

.programmeoffered .nav-link.active {
    transition: 0.3s;
    background: var(--dark) ;
    color: white !important;
}

.programmeoffered .nav-link:hover h4,
.programmeoffered .nav-link.active h4 {
    color: white;
}

.programmeoffered .nav-link:hover i,
.programmeoffered .nav-link.active i {
    color: var(--dark) !important;
}

.programmeoffered .tab-content {
    margin-top: 30px;
}

.programmeoffered .tab-pane.active {
    animation: fadeIn 0.5s ease-out;
}

.programmeoffered .tab-pane h3 {
    font-weight: 600;
    font-size: 28px;
}

.programmeoffered .tab-pane ul {
    list-style: none;
    padding: 0;
}

.programmeoffered .tab-pane ul li {
    padding-bottom: 10px;
}

.programmeoffered .tab-pane ul i {
    font-size: 24px;
    margin-right: 4px;
    color: var(--accent-color);
}

.programmeoffered .tab-pane p:last-child {
    margin:50px;
}
/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item+.info-item {
    margin-top: 40px;
}

.contact .info-item i {
    color: white;
    background:#02245B ;
    font-size: 20px;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    margin-right: 15px;
}

.contact .info-item h3 {
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.contact .info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
}

.contact .php-email-form {
    height: 100%;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
    font-size: 14px;
    padding: 10px 15px;
    box-shadow: none;
    border-radius: 0;
    color: var(--default-color);
    background-color: color-mix(in srgb, var(--background-color), transparent 50%);
    border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
    border-color: var(--accent-color);
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
    color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.contact .php-email-form button[type=submit] {
    color: var(--contrast-color);
    background: var(--accent-color);
    border: 0;
    padding: 10px 30px;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
    background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.mntfnt {
    cursor: pointer;
}

.testimonial-item img {
}