@import url(../css/swiper.min.css);
@import url(../css/default.css);
* {
    outline: 0
}

html {
    scroll-behavior: smooth
}

body {
    font-family: 'Public Sans', sans-serif;
    font-size: 24px;
    color: #414141;
    line-height: 36px;
    font-weight: 300;
    text-align: left
}

.clr {
    width: 100%;
    float: left
}

.img {
    width: 100%
}

a,
.btn,
button {
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    color: var(--color-0473ea);
    outline: none;
    cursor: pointer;
    outline: 0;
    text-decoration: none
}

a:focus,
.btn:focus,
button:focus,
select:focus,
.custom-select:focus,
.form-control:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none
}

.btn:hover,
a:hover,
button:hover {
    color: var(--color-38d200);
    text-decoration: none;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #424242;
    font-weight: 300;
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

header,
footer,
section {
    width: 100%;
    float: left
}

hr {
    border-bottom: .5px solid #666666;
    border-top: 0 none;
    margin: 50px 0;
    padding: 0;
    display: inline-block;
    width: 100%
}

p {
    font-size: 24px;
    line-height: 40px;
}

.title-style-1 {
    font-size: 60px;
    font-weight: 100;
    margin-bottom: 0;
}

.title-style-2 {
    font-size: 50px;
    font-weight: 200;
    margin-bottom: 0;
}

.title-style-3 {
    font-size: 36px;
    color: #4b49ce;
    margin: 8px 0;
}

.common-btn {
    width: fit-content;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: left;
    background-color: rgb(68, 44, 209);
    background-color: linear-gradient(90deg, rgba(68, 44, 209, 1) 17%, rgba(55, 18, 174, 1) 83%);
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    display: flex;
    align-content: center;
    justify-content: center;
    line-height: 35px;
}

.common-btn img {
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    width: 18px;
    margin-left: 10px;
}

.common-btn:hover {
    color: #fff;
    background: linear-gradient(264deg, rgba(68, 65, 83, 1) 17%, rgba(35, 33, 43, 1) 83%);
}

.common-btn:hover img {
    margin-left: 15px;
}

.g_header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: background-color .4s, color .4s, transform .4s, opacity .4s ease-in-out;
    -webkit-transition: background-color .4s, color .4s, opacity .4s ease-in-out, -webkit-transform .4s;
    transition: background-color .4s, color .4s, opacity .4s ease-in-out, -webkit-transform .4s;
    transition: background-color .4s, color .4s, transform .4s, opacity .4s ease-in-out;
    transition: background-color .4s, color .4s, transform .4s, opacity .4s ease-in-out, -webkit-transform .4s;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s
}

.main-header.g_shrink {
    padding: 0;
    position: fixed;
    background-color: #ffffffdc;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    z-index: 999
}

.main-header.g_shrink .navbar {
    padding: 12px 0;
    background-color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 20px;
    margin-right: 40px;
    position: relative;
    color: rgba(0, 0, 0, 1);
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #4b49ce;
}

.navbar-light .nav-item {
    position: relative;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #4b49ce;
}

.navbar-light .navbar-nav .nav-link.active::after {
    content: '';
    border-radius: 20px;
    width: 20px;
    background-color: #000;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 9px;
    transition: ease all 0.5s;
    background: rgb(68, 44, 209);
    background: linear-gradient(90deg, rgba(68, 44, 209, 1) 17%, rgba(55, 18, 174, 1) 83%);
}

.navbar-light .navbar-nav .nav-link.active:hover::after {
    width: 40px;
}

.navbar {
    padding: 42px 0;
}

.logo-text {
    font-size: 36px;
    color: #000;
}

.get-in-touch img {
    width: 25px;
    margin-right: 10px;
    margin-left: 0;
}

.common-btn.get-in-touch:hover img {
    margin-left: 0px;
}


/* bannersection */

.banner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    height: 100%;
}

.banner-content .title-style-1 {
    margin: 15px 0px;
}

.banner-content p {
    margin-bottom: 25px;
}

.banner-section .banner-content .title-style-1 span {
    color: #442cd1;
}

.banner-section .banner-content .title-style-1 #cursor {
    color: #442cd1;
}

.blink {
    visibility: hidden;
}

.words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

.is-visible {
    position: relative;
    opacity: 1;
    -webkit-animation: push-in 0.6s;
    -moz-animation: push-in 0.6s;
    animation: push-in 0.6s;
}

.is-hidden {
    -webkit-animation: push-out 0.6s;
    -moz-animation: push-out 0.6s;
    animation: push-out 0.6s;
}

@-webkit-keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }
    70% {
        opacity: 1;
        -webkit-transform: translateX(10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes push-in {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(10%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(10%);
        -moz-transform: translateX(10%);
        -ms-transform: translateX(10%);
        -o-transform: translateX(10%);
        transform: translateX(10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateX(110%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }
}

@-moz-keyframes push-out {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
    60% {
        opacity: 0;
        -moz-transform: translateX(110%);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }
}

@keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateX(110%);
        -moz-transform: translateX(110%);
        -ms-transform: translateX(110%);
        -o-transform: translateX(110%);
        transform: translateX(110%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
}


/* nasaspaceapp section */

.nasa-spaceapp-section .title-style-2 {
    margin: 25px 0;
}

.nasa-spaceapp-section p {
    margin-bottom: 35px;
}

.nasa-spaceapp-section .common-btn.download-pdf {
    background: #bb210c !important;
    transition: ease all 0.5s;
}

.nasa-spaceapp-section .common-btn.download-pdf:hover {
    background: #9f1c0a !important;
}

.nasa-spaceapp-section .common-btn.register-now {
    background: #fea321 !important;
    transition: ease all 0.5s;
}

.nasa-spaceapp-section .common-btn.register-now:hover {
    background: #cc8218 !important;
}


/* aboutus section */

.about-section .title-style-2 {
    margin-bottom: 30px;
}

.about-section .common-btn {
    margin-top: 30px;
}


/* whatwedo section */

.what-we-do {
    background-color: #f1f7ff;
    padding: 100px 0;
    background-image: url(../image/service-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.what-we-do .content p {
    margin-top: 35px;
    margin-bottom: 60px;
}

.service-box-outside {
    transition: ease all 0.5s;
}

.service-box {
    background-color: #fff;
    padding: 50px;
    border-radius: 5px;
    box-shadow: 1px 25px 36px -4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 25px 36px -4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 25px 36px -4px rgba(0, 0, 0, 0.1);
    z-index: 9;
    cursor: pointer;
    transition: ease all 0.5s;
    width: 95%;
    height: 95%;
    position: relative;
    margin-bottom: 80px;
}

.service-box-outside:hover::after {
    background: rgb(68, 44, 209);
    background: linear-gradient(90deg, rgba(68, 44, 209, 1) 17%, rgba(55, 18, 174, 1) 83%);
    content: '';
    height: 81%;
    position: absolute;
    z-index: 0;
    border-radius: 5px;
    left: 25px;
    bottom: 0;
    width: 89%;
    box-shadow: 1px 25px 36px -4px rgba(0, 0, 0, 0.37);
    -webkit-box-shadow: 1px 25px 36px -4px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 1px 25px 36px -4px rgba(0, 0, 0, 0.37);
    transition: ease all 0.5s;
    top: 8px;
}

.service-box-outside:hover .common-btn {
    background: rgb(68, 44, 209);
    background: linear-gradient(90deg, rgba(68, 44, 209, 1) 17%, rgba(55, 18, 174, 1) 83%);
    content: '';
}

.service-title {
    font-size: 32px;
    padding: 30px 0;
}

.tours-sub-title {
    padding-bottom: 15px;
    font-size: 20px;
}

.tour-card .service-box {
    padding: 50px 25px;
}

.tour-card .service-box .service-title {
    font-size: 28px;
}

.service-box .common-btn {
    position: absolute;
    bottom: -28px;
    background: rgb(68, 65, 83);
    background: linear-gradient(264deg, rgba(68, 65, 83, 1) 17%, rgba(35, 33, 43, 1) 83%);
}


/* associationsection */

.assoicates-section .title-style-2 {
    margin-bottom: 50px;
}


/* team section */

.team-section .team-img {
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
    position: relative;
}

.team-section .team-img img {
    transition: ease all 0.5s;
    object-fit: cover;
    width: 100%;
}

.team-section .team-img img:hover {
    transform: scale(1.1);
}

.team-section .title-style-2 {
    margin-bottom: 50px;
}

.team-section .team-title {
    margin-top: 30px;
    font-size: 30px;
    color: #000;
}

.team-section .team-title {
    margin-top: 10px;
    font-size: 26px;
    color: #000;
}

.team-section .col-6 {
    margin-bottom: 80px;
}


/* news-section */

.news-section .title-style-2 {
    margin-bottom: 50px;
}

.news-section .news-img {
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
}

.news-section .news-img img {
    transition: ease all 0.5s;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.news-section .news-img img:hover {
    transform: scale(1.1);
}

.news-section a {
    font-size: 16px;
    color: #3917b4;
    font-weight: 600;
    text-transform: uppercase;
}

.news-section a:hover {
    color: #000;
}

.news-title {
    margin-top: 30px;
}


/* gallery section */

.gallery-section .title-style-2 {
    margin-bottom: 50px;
}

.gallery-section .swiper-slide img {
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.gallery-section .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
}

.gallery-section .swiper-container-horizontal>.swiper-pagination-bullets,
.gallery-section .swiper-pagination-custom,
.swiper-pagination-fraction {
    margin-top: 50px;
    position: relative;
}

.gallery-section .swiper-pagination-bullet-active {
    opacity: 1;
    background: rgb(68, 44, 209);
    background: linear-gradient(90deg, rgba(68, 44, 209, 1) 17%, rgba(55, 18, 174, 1) 83%);
}


/* contact section */

.contact-home-section .container {
    box-shadow: 1px 25px 36px -4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 25px 36px -4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 25px 36px -4px rgba(0, 0, 0, 0.1);
}

.contact-home-section .col-12 {
    padding: 80px;
}

.contact-home-section .title-style-2 {
    margin-bottom: 50px;
}

.form-control {
    padding: 0;
    border: none;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 2px solid #ccc;
    font-size: 24px;
    font-weight: 200;
    height: 80px;
    border-radius: 0;
    margin-bottom: 30px;
    font-family: 'Public Sans', sans-serif;
}

.pay-home-section .title-style-3 {
    font-size: 36px;
    color: #4b49ce;
    margin: 8px 0;
}

.pay-home-section .title-style-4 {
    font-size: 36px;
    color: #414141;
    margin: 8px 0;
}


/* footer section */

.main-footer {
    background-color: #222840;
}

.main-footer p {
    color: #fff;
}

.main-footer .sub-title-style-1 {
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 40px;
}

.main-footer .logo-text {
    font-size: 36px;
}

.main-footer .footer-box ul li a {
    color: #fff;
    font-weight: 300;
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 10px;
    display: block;
}

.main-footer .footer-box ul li a:hover {
    color: #4b49ce;
}

.bottom-footer {
    margin-top: 50px;
    font-size: 24px;
    color: #fff;
}

.social-media ul {
    display: flex;
}

.social-media ul li {
    margin-right: 15px;
}

.social-media a i {
    font-size: 25px;
}

.inner-banner-section {
    padding-top: 50px;
    border-top: 1px solid #ccc;
}

.inner-banner-section .title-style-1 {
    font-weight: 100;
    margin: 0;
    font-size: 70px;
}

.inner-banner-section .breadcrumb {
    background-color: transparent;
    border-radius: .25rem;
    margin-bottom: 0;
    font-size: 15px;
    display: flex;
    padding: 0;
    justify-content: center;
}

.inner-banner-section .breadcrumb li::after {
    margin-right: 15px;
    content: '\2f';
    font-family: "Font Awesome 6 Pro";
    margin-left: 15px;
}

.inner-banner-section .breadcrumb li:last-child::after {
    display: none;
}

.inner-banner-section .breadcrumb li:last-child {
    color: #4b49ce;
}

.map-address-section {
    position: relative
}

.address-box {
    padding-left: 50px
}

.address-box .text {
    font-size: 18px;
    color: #0B56A8;
    margin-bottom: 20px
}

.address-box h5 {
    font-size: 22px;
    margin-bottom: 0
}

.image-hover-text-container {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    transition: all 0.2s linear;
}

.image-hover-image {
    display: block;
}


/* Make the image round */

.image-hover-image img {
    height: 100%;
}

.image-hover-text {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    opacity: 0;
    cursor: default;
    transition: opacity 0.2s linear;
}

.image-hover-text:hover {
    opacity: 1;
}

.image-hover-text-bubble {
    position: relative;
    box-sizing: border-box;
    top: 0;
    left: 0;
    right: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    margin: 0 auto;
    padding: 25%;
    overflow: hidden;
    font-size: 17px;
    text-align: center;
    word-wrap: break-word;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.image-hover-text .image-hover-text-title i {
    color: #fff;
    padding: 15px;
    background-color: #0077B5;
    border-radius: 50px;
}

.image-hover-text .image-hover-text-title {
    font-size: 25px;
    display: block;
}

.image-hover-text .image-hover-text-title i {
    color: #fff;
}

.img-wrapper {
    position: relative;
    margin-top: 15px;
    margin-bottom: 20px;
}

.img-wrapper img {
    width: 100%;
    height: 350px;
    border-radius: 5px;
    object-fit: cover;
}

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.img-overlay i {
    color: #fff;
    font-size: 2em;
}

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 5%;
}

@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
    }
}

@media screen and (min-width: 1200px) {
    #overlay img {
        width: 50%;
    }
}

#nextButton {
    color: #fff;
    font-size: 1em;
    transition: opacity 0.8s;
}

#nextButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #nextButton {
        font-size: 1em;
    }
}

#prevButton {
    color: #fff;
    font-size: 1em;
    transition: opacity 0.8s;
}

#prevButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #prevButton {
        font-size: 1em;
    }
}

#exitButton {
    color: #fff;
    font-size: 1em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}

#exitButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #exitButton {
        font-size: 1em;
    }
}

.service-section li {
    margin-bottom: 30px;
}

.service-section li a {
    color: #4b49ce;
}

.service-section li::before {
    margin-bottom: 30px;
    content: '\f058';
    font-family: "Font Awesome 6 Pro";
    font-weight: bold;
    position: absolute;
    left: 20px;
    margin-top: 2px;
}

.modal-header {
    border-bottom: transparent;
}

.modal-body {
    padding: 0px 60px 60px 60px;
}