/********** Template CSS **********/
:root {
    --primary: #FF5E14;
    --secondary: #5F656F;
    --light: #F5F5F5;
    --dark: #02245B;
}

.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;
}


/*** 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;
}

.header-image {
    margin: auto;
    max-height: 65px;
}


.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);
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
    padding: 20px;
}

.navbar .navbar-brand {
    position: relative;
    height: 75px;
    display: flex;
    align-items: center;
    background: white;

}
 @media(min-width:300px) and (max-width:700px){
    .navbar .navbar-brand .header-image{
        max-height: 20px;
    }
    .navbar{
        display:flex;
        /* flex-direction:column; */
    }
}

@media(min-width:360px) and (max-width:740px){
    .navbar .navbar-brand .header-image{
        max-height: 20px;
    }
    .navbar{
        display:flex;
        
    }
    
}
/* @media(min-width:375px) and (max-width:667px){
    .navbar .navbar-brand .header-image .navbar-toggler{
        max-height: 20px;

    }
    .navbar{
        display:flex;
        /* flex-direction:column; */
    /* } */
/* } */

/* @media(max-width:400px){
    .navbar .navbar-brand .header-image{
        max-height: 25px;
    }
} */

@media(max-width:600px){
    .navbar .navbar-brand .header-image{
        max-height:35px;
    }
}

.navbar .navbar-brand::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 100%;
    top: 0;
    right: -25px;
    transform: skewX(-30deg);


}

.navbar .navbar-nav .nav-link {
    margin-right: 20px;
    padding: 20px 0;
    color: var(--dark);
    font-size: 15px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.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: 600px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        /* width: 100%; */
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 2200px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 600px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        /* width: 100%; */
        height: 100%;
        object-fit: cover;
    }
}

@media (min-width:600px) and (max-width:900px){
    .p-5{
        padding:1.5rem;
    }
}


.page-header10 {
    background: linear-gradient(to right, rgba(2, 36, 91, 1) 0%, rgba(2, 36, 91, 0) 100%), url(../img/abjpr.jpg) center center no-repeat;
    background-size: cover;
    
}

.page-header10 .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header10 .breadcrumb-item,
.page-header10 .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}
  

.page-header9 {
    background: linear-gradient(to right, rgba(2, 36, 91, 1) 0%, rgba(2, 36, 91, 0) 100%), url(../img/travel.JPG) center center no-repeat;
    background-size: cover;
  
}

.page-header9 .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header9 .breadcrumb-item,
.page-header9 .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


.page-header {
    background: linear-gradient(to right, rgba(2, 36, 91, 1) 0%, rgba(2, 36, 91, 0) 100%), url(../img/st12.jpg) center center no-repeat;
    background-size: cover;
    max-height: 600px;
}

.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);
}
.page-header1 {
    background: linear-gradient(to right, rgba(2, 36, 91, 1) 0%, rgba(2, 36, 91, 0) 100%), url(../img/st9.jpg) center center no-repeat;
    background-size: cover;
    max-height: 600px;
}

.page-header1 .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header1 .breadcrumb-item,
.page-header1 .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}





.page-header2 {
    background: linear-gradient(to right, rgba(2, 36, 91, 1) 0%, rgba(2, 36, 91, 0) 100%), url(../img/venue.jpg) center center no-repeat;
    background-size: cover;
    /* height: 450px; */
}

.page-header2 .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header2 .breadcrumb-item,
.page-header2 .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}



.page-header3 {
    background: linear-gradient(to right, rgba(2, 36, 91, 1) 0%, rgba(2, 36, 91, 0) 100%), url(../img/st7.jpg) center center no-repeat;
    background-size: cover;
    
}

.page-header3 .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header3 .breadcrumb-item,
.page-header3 .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


.page-header4 {
    background: linear-gradient(to right, rgba(2, 36, 91, 1) 0%, rgba(2, 36, 91, 0) 100%), url(../img/st9.jpg) center center no-repeat;
    background-size: cover;
}

.page-header4 .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header4 .breadcrumb-item,
.page-header4 .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}
.page-header5 {
    background: linear-gradient(to right, rgba(2, 36, 91, 1) 0%, rgba(2, 36, 91, 0) 100%), url(../img/vis2.jpg) center center no-repeat;
    background-size: cover;
  
}

.page-header5 .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header5 .breadcrumb-item,
.page-header5 .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


.page-header11 {
    background: linear-gradient(to right, rgba(2, 36, 91, 1) 0%, rgba(2, 36, 91, 0) 100%), url(../img/exh2.jpg) center center no-repeat;
    background-size: cover;
  
}

.page-header11 .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header11 .breadcrumb-item,
.page-header11 .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}

.page-header6 {
    background: linear-gradient(to right, rgba(2, 36, 91, 1) 0%, rgba(2, 36, 91, 0) 100%), url(../img/image.jpg) center center no-repeat;
    background-size: cover;
}

.page-header6 .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header6 .breadcrumb-item,
.page-header6 .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}

.page-header12 {
    background: linear-gradient(to right, rgba(2, 36, 91, 1) 0%, rgba(2, 36, 91, 0) 100%), url(../img/exhbre.jpg) center center no-repeat;
    background-size: cover;
    max-height: 600px;
}

.page-header12 .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header12 .breadcrumb-item,
.page-header12 .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


.page-header7 {
    background: linear-gradient(to right, rgba(2, 36, 91, 1) 0%, rgba(2, 36, 91, 0) 100%), url(../img/vis1.jpg) center center no-repeat;
    background-size: cover;
 
}

.page-header7 .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header7 .breadcrumb-item,
.page-header7 .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


.page-header8 {
    background: linear-gradient(to right, rgba(2, 36, 91, 1) 0%, rgba(2, 36, 91, 0) 100%), url(../img/stvisit1.jpg) center center no-repeat;
    background-size: cover;
    height: 450px;
}

.page-header8 .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header8 .breadcrumb-item,
.page-header8 .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;
    background: var(--dark);
}

.project-item {
    position: relative;
    display: block;
}

.project-item img {
    transition: .5s;
}

.project-item:hover img,
.project-carousel .owl-item.center img {
    margin-top: -60px;
} */
@media(min-width:600) and(max-width:1200){
    .owl-item .project-item .img-fluid{
    height: 35vh;
    }
}
@media(min-width:1200) and(max-width:2200){
    .owl-item .project-item .img-fluid{
    height: 40rem;
    }
}
@media(min-width:600) and(max-width:1200){
    .project-item .img-fluid{
    height: 40vh;
    }

}
@media(min-width:1200) and(max-width:2100){
    .project-item .img-fluid{
    height: 40vh;
    }

}
.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;
}
.container-1{
    /* background-color: #02245B; */
    padding-top: 1px;
    /* box-shadow: 0 4px 8px rgb(255, 94, 20); */
    
}
.container-1 .owl-carousel .project-item .img-fluid{

    box-shadow: 0 4px 8px rgb(255, 94, 20) ;
    border-radius: 10px;
}
.container-1 .display-5{
    /* margin-top: 20px; */
}

/* .project-item:hover .project-title,
.project-carousel .owl-item.center .project-title {
    bottom: -60px;
} */
.owl-crousel .project-carousel{
    box-shadow: 0 4px 4px rgb(242, 195, 23);
}
.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);
}



.venue-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.4), 0 4px 8px rgba(0, 0, 0, 0.4);
    padding: 20px;
    max-width: 400px;
    text-align: center;
}

.venue-card h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.venue-card p {
    margin: 5px 0;
    font-size: 16px;
    color: #555;
}

.venue-card .date {
    font-weight: bold;
    color: #333;
}

.venue-card .location {
    /* color: #888; */
    font-style: italic;
    font-weight: bold;
    color: #333;
}

@media (max-width: 900px) and (min-width:600px) {
    .venue-card {
        margin-left: 150px;
        justify-content: center;
        align-items: center;
        justify-items:center;
    }



}
@media(min-width:900px){
    .venue-card{
        margin-left: 150px;
    }
}


@media (max-width: 1400px) and (min-width:1000px) {
    .venue-card {
        margin-left: 265px;
        justify-content: center;
        align-items: center;
        justify-items:center;
    }


}

@media (max-width: 2100px) and (min-width:1400px) {
    .venue-card {
        margin-left: 435px;
    }


}


@media (max-width: 600px) {
    .venue-card {
        max-width: 90%;
        padding: 15px;
        margin-left: 17px;
    }

    .venue-card h2 {
        font-size: 1.5em;
    }

    .venue-card .date,
    .venue-card .location {
        font-size: 1em;
    }
}

.organizer-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.4), 0 4px 8px rgba(0, 0, 0, 0.4);
    padding: 20px;
    max-width: 70%;
    text-align: center;

}

.organizer-card p {
    justify-content: center;
    align-items: center;
    text-align: justify;
}

.org {
    display: flex;
    align-items: center;
}

.org h3 {
    margin: 10px;

}

.org img {
    max-height: 80px;

}

@media (max-width: 600px) {
    .organizer-card .heading {
        font-size: 15px;
    }

    .organizer-card .content {
        font-size: 10px;
        margin-top: 20px;
    }

    .organizer-card {
        max-width: 100%;
        height: 42vh;
    }

    .org img {
        max-height: 32px;
    }
}

@media (min-width:700px) and (max-width:1100px) {
    .organizer-card {
        /* margin-left: 200px; */
        margin-left: 100px;
    }


}

@media (max-width: 2100px) and (min-width:1100px) {
    .organizer-card {
        /* margin-left: 200px; */
        margin-left: 200px;
    }


}


@media(min-width:400px) and (max-width:600) {
    .login-container{
    justify-items: center;
    justify-content: center;
    align-items: center;
    /* margin-left: 10px; */
    }
}

@media (max-width: 1200px) and (min-width:600px) {
    .login-container{
        justify-items: center;
        justify-content: center;
        align-items: center;
        /* margin-left: 10px; */
        
        }


}

@media (max-width: 2100px) and (min-width:1200px) {
    .login-container{
        justify-items: center;
        justify-content: center;
        align-items: center;
        /* margin-left: 10px; */
        
        }


}

@media (max-width: 2100px) and (min-width:700px) {
    .proj {
        display: flex;
        align-items: center;
        max-width: 100%;

    }
    .projli {
        width: 100%;
        background-color: #f4f4f4;
        border-radius: 10px;
        padding: 10px;
        margin-bottom: 8px;
        background-color: #fff;
        border: 1.5px solid #FF5E14;
        border-radius: 5px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
        list-style: none;
      }
    .projul{
        margin-top: 15px;
    }

    .proj .projli {
        font-size: 17px;
        color: #02245B;
        font-family: Arial, Helvetica, sans-serif;

    }

    .proj img {
        max-width: 50%;
        height: 70vh;
        margin-left: 80px;
        box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.4),
            0 8px 8px rgba(0, 0, 0, 0.4);
        border-radius: 5px;
    }
}

@media (max-width: 600px) {
    .proj {
        display: inline-block;

    }
    .projli {
        width: 100%;
        padding: 10px;
        background-color: #f4f4f4;
        border-radius: 10px;
        margin-bottom: 8px;
        background-color: #fff;
        border: 3px solid #5F656F;
        border-radius: 5px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
        list-style: none;
      
      }

    .proj .projli {
        font-size: 12px;
        color: rgb(255, 94, 20);
        font-family: Arial, Helvetica, sans-serif;
        

    }

    .proj img {
        max-width: 80%;
        height: 50vh;
        margin-bottom: 20px;
        margin-left: 50px;
        
        box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.4),
            0 4px 8px rgba(0, 0, 0, 0.4);
        border-radius: 5px;
    }


}

.visitor {
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
    justify-content: center;
}

.visitor-card {
    flex: 1 1 calc(50% - 100px);
    box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.6), 0 8px 8px rgba(0, 0, 0, 0.6);
    padding: 20px;
    border-radius: 10px;
    background-color: #FF5E14;
    box-sizing: border-box;
    color: #fff;
}

.visitor-card :nth-child(3) {
    flex: 1 1 100%;
    max-width: 100%;
    /* flex-direction: column; */

}

.visitor-card li {
    justify-content: justify;
}

.accomodation {
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
    justify-content: center;

}

.accomodation-card {
    flex: 1 1 calc(50% - 100px);
    box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.6), 0 8px 8px rgba(0, 0, 0, 0.6);
    padding: 20px;
    border-radius: 10px;
    background-color: #02245B;
    box-sizing: border-box;
    color: #fff;
}

.accomodation-card h3 {
    color: #FF5E14;
}

.flights {
    width: 100%;
    border: 0;
    line-height: 300%;
}
@media(min-width:300px) and (max-width:500px){
    .col-lg-10 .ps16{
        font-size: 20px;
        color: #FF5E14;
        margin-top: 40%;

    } 
   
}
@media(min-width:540px) and (max-width:720px){
    .col-lg-10 .ps16{
        font-size: 20px;
        color: #FF5E14;
        margin-top: 30%;


    } 
    .col-lg-10 .image{
        margin-right: 40%;

    } 
    
   
}
@media(max-width:600px){
    .col-lg-10 .ps16{
        font-size: 20px;
        color: #FF5E14;
        /* margin-top: 30%; */

    } 
    .col-lg-10 .image{
        margin-right: 40%;

    } 
}

@media(min-width:700px) and (max-width:1200px){
    .col-lg-10 .ps16{
        font-size: 20px;
        color: #FF5E14;
        margin-top: 30%;

    } 
}
@media(min-width:800px) and (max-width:1280px){
    .col-lg-10 .ps16{
        font-size: 20px;
        color: #FF5E14;
        margin-top: 30%;

    } 
    .col-lg-10 .image {
        margin-right: 30%;
    }
    .col-lg-10 .image .img{
        max-height: 30%;
    }
}
@media(min-width:1300px) and (max-width:2200px){
    .col-lg-10 .ps16{
        font-size: 40px;
        color: #fff;
        /* margin-top: 100px; */

    } 
}
@media(max-width:600px){
    .col-lg-10 .display-1{
        font-size: 28px;
        /* color: #FF5E14; */
        /* margin-top: 100px; */

    } 
}
@media(min-width:900px) and (max-width:1200px){
    .col-lg-10 .display-1{
        font-size: 50px;
        /* color: #FF5E14; */
        /* margin-top: 100px; */

    } 
}
@media(min-width:1200px) and (max-width:2200px){
    .col-lg-10 .display-1{
        font-size: 50px;
        /* color: #FF5E14; */
        /* margin-top: 100px; */

    } 
}

@media(min-width:600px) and (max-width:1200px){
    .col-lg-10 .ps16{
        font-size: 20px;
        color: #FF5E14;

    } 
}

@media(min-width:1200px) and (max-width:2200px){
    .col-lg-10 .ps16{
        font-size: 20px;
        color: #FF5E14;
        margin-top: 200px;

    } 
}

/* @media(min-width:1200px) and (max-width:2200px){
    .row .col-lg-10 .image .img{
        margin-right: 70%;

    } 
} */
@media(max-width:600px){
    .g-5{
        justify-content:center;


    } 
}
@media(min-width:600px) and (max-width:1200px){
    
    .g-5{
        justify-content:center;


    } 
}
@media(min-width:1200px) and (max-width:2100px){
    .g-5{
        justify-content:center;


    } 
}

@media(max-width:600px){
    .pt-3{
        justify-items:center;
        align-items:center;


    } 
}
@media(min-width:600px) and (max-width:900px){
    .container-12{
        max-width:100%;
        display:flex;
        
        
        
    }
    .container .col-lg-6{
        margin-right:30px;
    }
    .container-12 .form{
        display:flex;
        flex-direction:column;
        

    }


}
@media(min-width:900px) and (max-width:1200px){
    .container-12{
        max-width:100%;
        display:flex;
        
    }
    .container-12 .col-v6{
        margin-right:30px;
    }


}
@media(min-width:1200px) and (max-width:2200px){
    .container-12{
        max-width:100%;
        display:flex;
       
        
    }
    .container-12 .col-v6{
        margin-right:120px;
    }

}
@media(min-width:1200px) and (max-width:2200px){
.container-12 .col-v6{
    margin-right:120px;
    }
}

@media(min-width:1200) and (max-width:2100){
    .container-12 .form{
        display:flex;
        flex-direction:row;
       
        
    }
}



@media(min-width:700px) and (max-width:1000px){

    .container-10{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap:10px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .container-10 .img-fluid1{
        width: 100%;
        height: 100%;
        border-radius:5px;
    }
}
@media(min-width:800px) and (max-width:1300px){

    .container-10{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap:10px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .container-10 .img-fluid1{
        width: 100%;
        height: 100%;
        border-radius:5px;
    }
}
@media(max-width:600px){
    .container-10{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap:10px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .container-10 .img-fluid1{
        width: 100%;
        height: 100%;
        border-radius:5px;
    }
}

@media(min-width:1200) and (max-width:2200){

    .container-10 .img-fluid1{
        width: 100%;
        height: 100%;
        border-radius:5px;
    }
    
    .container-10{
        display: grid;
        grid-template-columns: repeat(4,1fr);
        gap:10px;
        margin-left: 20px;
        margin-right: 20px;
    }
    

}




.container-20 .img-fluid2{
        width: 100%;
        height: 100%;
        border-radius:5px;
}
    
.container-20{
        display: grid;
        grid-template-columns: repeat(4,1fr);
        gap:10px;
        margin-left: 20px;
        margin-right: 20px;
}
@media(max-width:600px){

    .container-20{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap:10px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .container-20 .img-fluid2{
        width: 100%;
        height: 100%;
        border-radius:5px;
    }
}

@media(min-width:700px) and (max-width:1300px){

    .container-20{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap:10px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .container-20 .img-fluid2{
        width: 100%;
        height: 100%;
        border-radius:5px;
    }
}

@media(min-width:1300px) and (max-width:2200px){

    .container-20{
        display: grid;
        grid-template-columns: repeat(4,1fr);
        gap:10px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .container-20 .img-fluid2{
        width: 100%;
        height: 100%;
        border-radius:5px;
    }
}

@media(min-width:1300px) and (max-width:2200px){
    .col-lg-10{
    max-width: 100%;
    max-height: 100%;
    }
    .col-lg-10 .image {
    max-width: 100%;
    max-height: 100%;
    margin-right: 20%;
    }
    .col-lg-10 .image .img{
    max-height: 33%;
    }
    
}

@media(max-width:600px){
    .col-lg-10 .image .img{
    max-height: 26%;
    }
    
    
}
@media (min-width:700px) and (max-width:1200px){
    .col-lg-10 .image .img{
    max-height: 35%;
    
    }

    .col-lg-10 .image{
        margin-right: 30%;
    }
    #header-carousel .carousel-item {
        max-height:450px;
    }
    
}

@media(min-width:1200px) and (max-width:2200px){
    .sub1{
        padding: 10px; 
        justify-items:center;
        margin-top:25px;
        background-color: #02245B; 
        color:white; 
        border:none; 
        border-radius:4px; 
        font-size:16px;
        cursor:pointer; 
        margin-left:40%
    }
}

@media (min-width:700px) and (max-width:1200px){
    .sub1{
        padding: 10px; 
        justify-items:center;
        margin-top:25px;
        background-color: #02245B; 
        color:white; 
        border:none; 
        border-radius:4px; 
        font-size:16px;
        cursor:pointer; 
        margin-left:35%
    }
}

@media (max-width:600px){
    .sub1{
        padding: 10px; 
        justify-items:center;
        margin-top:25px;
        background-color: #02245B; 
        color:white; 
        border:none; 
        border-radius:4px; 
        font-size:14px;
        cursor:pointer; 
        margin-left:35%
    }
}
@media(max-width:600px){
    .fw-medium{
        margin-left: 25px;
        margin-right: 25px;
    }
}


/* @media(min-width:700px) and (max-width:1200px){
    .fw-medium{
        margin-left: 25px;
        margin-right: 25px;
    }
} */

@media(min-width:1300px) and (max-width:2200px){
    .fw-medium{
        /* margin-left: 7px;
        margin-right: 7px; */
        font-size: 20px;
    }
}

@media(max-width:600px){
    .text-center{
        max-width: 600px;
        visibility: visible;
        animation-delay: 0.1s;
        animation-name: fadeIn;
    }
   
}

@media(min-width:700px) and (max-width:1200px){
    .text-center{
        max-width: 600px;
        visibility: visible;
        animation-delay: 0.1s;
        animation-name: fadeIn;
    }
    .fw-medium{
        /* margin-left: 7px;
        margin-right: 7px; */
        font-size: 20px;
    }
   
}

@media(min-width:1300px) and (max-width:2200px){
    .text-center{
        max-width: 850px;
        visibility: visible;
        animation-delay: 0.1s;
        animation-name: fadeIn;
    }
   
}
