@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

/* Apply Roboto to the whole website */
* {
    font-family: 'Roboto', sans-serif;
}

body{
    padding-top: 0px!important;
}
html{
    overflow-y:scroll;
}
.container-lg{
    overflow: hidden;
}
#index .container-lg{
    overflow:unset!important;
}
.brush-img{
    height: 200px !important;
    position: absolute;
    left: 45%;
    z-index: -1;
    top: -20%;
}
a{
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    font-size:14px;
}
section{
    margin-top:180px;
}

.mt-6{
    margin-top:50px;
}

.nav-margin{
    margin-top:150px;
}

.navbar{
    padding: 0;
    padding-left: 50px!important;
    padding-right: 50px!important;
    transition: all 0.3s ease-in-out;
}

.more-dropdown .animate{
    width:auto!important;
    font-weight: normal;
    color: #575757;
}

.more-dropdown .nav-link{
    border:0!important;
    padding:unset!important;
    font-size: 14px;
    min-width: 122px;
}
.continue-reading-container{
    width:80%!important;
    margin:0 auto;
}
.navbar-brand img {
    height: 80px;
}

.nav-link{
    padding: 8px 16px 8px 16px;
    margin-right:10px;
    transition:0.3s;
    border-bottom:2px solid #f8f9fa;
}

.extra-menu .nav-link{
    border-bottom:unset!important;
}

.nav-item:hover .nav-link{
    border-bottom: 2px solid #bbb9b9;
    transition:0.3s;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    border-bottom:2px solid #ED028B
}

/* Remove default icon styles */
.navbar-toggler-icon {
    display: none;
}

/* Custom hamburger icon styling */
.navbar-toggler.custom-toggler {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 25px;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: none;
    margin-right:10px;
    display:none;
}

.bar {
    display: block;
    width: 106%;
    height: 3px;
    background-color: #9a9a9a;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Active state: hamburger turns into X */
.navbar-toggler.custom-toggler.active .bar1 {
    transform: rotate(45deg);
    position: relative;
    top: 8px;
}

.navbar-toggler.custom-toggler.active .bar2 {
    opacity: 0;
}

.navbar-toggler.custom-toggler.active .bar3 {
    transform: rotate(-45deg);
    position: relative;
    top: -8px;
}


video{
    width: 100%!important;
}

#meet-team img{
    height:400px!important;
    object-fit: cover;
    object-position: center;
}

/* Full screen video */
.video-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Cover the entire container */
}


/* Linkable boxes */
.box {
    padding: 32px 24px 24px 24px; /* top right bottom left */
    color: #333; /* Dark text */
    text-align: center;
    text-decoration: none; /* Remove underline from links */
    border-radius: 20px; /* Rounded corners */
    background-color: white; /* White background */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    transition: box-shadow 0.3s ease;
    z-index: 1; /* Ensure boxes are on top of video */
    display: block;
    min-height:300px;
    height:100%;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}
.body-el .box{
    min-height: 428px;
}
.body-el .box-title{
    min-height: 72px;
}
.boxes-container .box-details{
    min-height: 112px;
}
.support-box .box{
    min-height:345px!important;
    padding:24px!important;
}


/* Hover effect for boxes */
.support-box .box:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Larger shadow on hover */
}

/* Container for the boxes at the bottom */
.boxes-container {
    position: relative;
    bottom: 160px;
    display: flex;
}
.boxes-container .box-title,
#support-section .box-title {
    font-weight:600;
    margin-bottom:15px;
}
.box-details{
    font-weight:400;
    line-height:28px;
    color:#3C3C3C;
}

#support-section .box-details{
    min-height:56px!important;
}

.box-icon{
    height: 70px;
    width: 70px;
    color: white;
    border-radius: 10px;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:10px;
}

.blue-text{
    color:#23A9E2;
}
.pink-text{
    color:#ED028B;
}
.green-text{
    color:#8CC63E!important;
}

.blue-color{
    background-color:#23A9E2;
}
.pink-color{
    background-color:#ED028B;
}
.green-color{
    background-color:#8CC63E!important;
}

.about-us .box-icon{
    background-color:#23A9E2;
}

.meet-team .box-icon{
    background-color: #ED028B;
}

.actions-europe .box-icon{
    background-color: #8CC63E;
}

.support-box .box-icon{
    background-color: white;
}

.break-line{
    height:2px;
    width:50px;
}
.support-box .break-line{
    background-color: #23A9E2;;
}
.about-us .break-line{
    background-color:#23A9E2;
}

.meet-team .break-line{
    background-color: #ED028B;
}

.actions-europe .break-line{
    background-color: #8CC63E;
}

.main-break-line{
    height:7px;
    width:94px;
}

#mission-section .main-break-line{
    background-color:#23A9E2;
}

#meet-team .main-break-line{
    background-color:#ED028B;
}

#support-section .main-break-line{
    background-color:#23A9E2;
}

#support-section .box{
    background-color: #F5F5F5;
    box-shadow: unset!important;
    height:100%!important;
}

#support-section a{
    transition:0.3s;
    padding: 8px;
    border-radius: 50px;
}

#support-section a:hover{
    transition:0.3s;
    background-color: #23A9E2;
    color:white
}

.main-title{
    font-size:64px;
    font-weight:600;
}

#index .main-title{
    font-size:45px;
}

.sub-title{
    font-size:20px;
    font-weight:400;
    color:#3C3C3C;
    width:874px;
}
.popup{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    background: #000000b3;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
}
.popup-content {
    position: relative;
    width:max-content;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.popup img {
    max-width: 100%;
    height: auto;
    display: block;
    width:400px;
}

#popup-close {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    font-size: 18px;
    background: white;
    border-radius: 50%;
    width: 25px;
    text-align: center;
    filter: drop-shadow(2px 3px 4px #000);
}

.hidden {
    display: none;
}
.support .sub-title,
.services .sub-title{
    margin:0 auto;
}

.secondary-title{
    font-size:36px;
    font-weight:600;
    color:#0A0A0A;
}

.homepage .main-title{
    padding:0px!important;
}

.mt-165{
    margin-top:120px;
}

.mb-165{
    margin-bottom:120px!important;
}

.fs-45{
    font-size:45px;
}

.radius-40{
    border-radius:20px;
}

.main-button{
    width:max-content;
    height:44px;
    border-radius:8px;
    color:white;
    padding: 10px 24px 10px 24px;
    font-weight: 500;
    margin-top:38px;
    transition:0.3s;
}

#programs-section .main-button{
    max-width:200px!important;
}

.mob-langs{
    margin-left: auto;
    margin-right: 20px;
}

#about .main-button{
    width:205px!important;
}

.main-button:hover{
    filter: brightness(1.1);
    transition:0.3s;
}
#programs-section .main-button .fa-arrow-right{
    transition: 0.3s;
    padding: 8px;
    border-radius: 50px;
}

#programs-section .main-button:hover .fa-arrow-right{
    transition: 0.3s;
    background-color: #8CC63E;
    color: white;
}

.main-button.blue-btn{
    background-color:#23A9E2;
}

.main-button.pink-btn{
    background-color:#ED028B;
}

#meet-team .main-button{
    max-width:unset!important;
}

.program-tag{
    background-color:#D9FDA8;
    font-weight: 500;
    font-size:16px;
    color:black;
    padding:12px 20px 12px 20px;
    width:max-content;
    border-radius:6px;
    display:inline-block;
    margin-right:20px;
    margin-bottom:20px;
}

footer{
    background-color:#333333;
    padding-top:68px;
    padding-bottom:68px;
    margin-top:160px;
}

.footer-text{
    color:#F5F7FA;
    font-weight:400;
}

footer .social-icon{
    height: 32px;
    width: 32px;
    border-radius: 100%;
    color: white;
    display: flex;
    font-size: 20px;
    text-align: center;
    align-items: center;
    justify-content: center;
    transition:0.3s;
}

footer .social-icon:hover{
    filter: brightness(1.1);
    transition:0.3s;
}

.social-media-icons a{
    width:max-content!important;
}

#language-select{
    border: 0;
    background-color: transparent;
}


dropdown{
    display: inline-block;
    position: relative;
}
dropdown label, dropdown ul li{
    display: block;
    background: transparent;
}
dropdown label:hover{
    cursor: pointer;
    background-color: #ececec;
    transition: 0.3s;
}
dropdown ul li:hover{
    cursor: pointer;
    background-color: #f4f4f4;
    transition: 0.3s;
}
dropdown label{
    color: #000000;
    position: relative;
    z-index: 2;
    padding: 8px 16px 8px 16px;
    text-align: center;
    border-radius: 4px;
}

dropdown input{
    display: none;
}
dropdown input ~ ul{
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 30px;
    padding: 0;
    z-index: 1;

}
dropdown input:checked + label{
    color: #000000;
    text-align: center;
}

dropdown input:checked ~ ul{
    visibility: visible;
    opacity: 1;
    position: absolute;
    padding: 0;
    top: 40px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width:auto;
    transition:0.3s;
    overflow: hidden;
}
dropdown input ~ ul li{
    padding: 15px 20px;
}
dropdown input:checked ~ ul li{
    padding: 15px 20px;
}

.animate{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    backface-visibility:hidden;
    -webkit-backface-visibility:hidden; /* Chrome and Safari */
    -moz-backface-visibility:hidden; /* Firefox */
    -ms-backface-visibility:hidden; /* Internet Explorer */
}

.contact-icons{
    width: 20px;
    font-size: 20px;
}

.form-container {
    background: white;
    padding: 20px;
    border-radius: 10px;
    border:1px solid #CCCCCC;
    min-height:406px;
    position: relative;
}
.form-container .form-group {
    margin-bottom: 15px;
}
.form-container .form-row {
    display: flex;
    justify-content: space-between;
}
.form-container .form-row .form-group {
    width: 48%;
}
.form-container label {
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
}
.form-container input, .form-container textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    font-size: 14px;
    outline: none;
}
.form-container input:focus, .form-container textarea:focus {
    border-color: #23A9E2;
}
.form-container textarea {
    height: 100px;
    resize: none;
}
.form-container .submit-btn {
    width: 100%;
    background: #e6007e;
    color: white;
    border: none;
    padding: 12px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s;
}
.form-container .submit-btn:hover {
    background: #c4006b;
}
#map {
    height: 400px;
    width: 100%;
}

/* Loader Styles */
#contact-us-loader {
    display: none;
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #e6007e;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#contact-us-message-sent{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    width: 100%;
}

/* Error Styling */
#contact .error {
    border-color: red !important;
    background-color: #ffe6e6;
}

/* Success Styling */
#contact .success {
    border-color: green;
}

#contact .success-msg-title{
    font-size:28px;
    color:#0A0A0A;
    font-weight:400;
}

.contact-social-icons a,
.footer-social-icons a{
    font-size: 20px;
    border-radius: 100%;
    border: 1px solid #B7B7B7;
    width: 50px;
    height: 50px;
    justify-content: center;
}

.footer-social-icons a{
    border-color: white!important;
}

#contact .success-msg-subtitle{
    font-size:16px;
    color:#0A0A0A;
    font-weight:400;
}

.featured-blog {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.featured-blog img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.featured-blog .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Dark overlay */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    color: white;
}
.featured-blog .overlay h3 {
    max-width:720px;
}
.featured-blog .overlay p {
    font-size: 14px;
    opacity: 0.8;
}

.featured-blog img{
    height:400px;
    object-position: center;
    object-fit: cover;
}

.article-card {
    border-radius: 12px;
    transition:0.3s;
    transition: box-shadow 0.3s ease-in-out;
    width:100%;
}

.article-card:hover {
    cursor: pointer;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transition:0.3s;
}
.article-img {
    height: 200px;
    object-fit: cover;
    border-radius:6px
}
.article-title{
    font-size: 36px;
    font-weight: 600;
    line-height:40px;
}
.article-datetime{
    font-size: 14px;
    color:#3C3C3C;
}
.article-details{
    font-size:20px;
    line-height:24px;
}
.article-details-img{
    height:460px!important;
    object-fit: cover;
    object-position: center;
    width:100%;
    border-radius: 12px;
}
.card-body{
    padding-left:0px;
    padding-bottom:0px;
}

.card-title{
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    height:95px;
}

.not-available-text{
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    color: gainsboro;
}

.carousel-inner {
    display: flex;
}
.carousel-item {
    display: flex;
    justify-content: center;
}
.carousel-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.nav-buttons{
    position: absolute;
    top: 0;
    right: 0;
    width:92px;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
    background-size: cover;
}
.filter-black .carousel-control-prev-icon,
.filter-black .carousel-control-next-icon {
    filter: invert(1);
}

/* Individual image styling */
.image-box {
    position: relative;
    border-radius: 20px;
}

.image-box img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

/* Background brushstrokes */
.image-box::before {
    content: "";
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

/* Unique brushstrokes */
.image-box-1::before { background-image: url('../images/brush-green.png'); top: -57px; right: -120px; width: 225px; height: 108px;}
.image-box-2::before { background-image: url('../images/brush-blue.png');  bottom: -55px; right: -120px; width: 189px; height: 132px; }
.image-box-3::before { background-image: url('../images/brush-pink.png'); bottom: -61px; right: -175px; width: 304px; height: 200px; }


@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.story-title{
    font-size:28px;
    font-weight: 400;
}

.story-li{
    font-size:20px;
    line-height:28px;
}

.story-img-1{
    height:568px!important;
    width:426px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}

.max-content{
    width:max-content !important;
}

.story-img-2{
    width:100%;
    height:400px;
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}

.story-img-3{
    width:874px;
    height:400px;
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}

.mt-335{
    margin-top:180px;
}

.custom-card {
    border-radius: 8px;
    background-color: #F5F5F5;
    padding: 20px;
    transition: transform 0.2s ease-in-out;
}

.custom-card .icon {
    font-size: 32px;
    margin-bottom: 10px;
}

.custom-card h5 {
    font-size: 24px!important;
    font-weight: 600;
}

.custom-card-icon{
    font-size:50px;
}

.team-img{
    height:540px;
    object-fit: cover;
    object-position: center;
    width:100%;
}

.team-grid-title{
    font-size:36px;
    font-weight: 600;
    line-height: 44px;
}

.team-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.team-card img {
    width: 100%;
    height: 400px;
    display: block;
    object-fit: cover;
    object-position: center;
}

.team-info {
    position: absolute;
    bottom: 3%;
    width: 93%;
    background: rgba(255, 255, 255, 0.95);
    padding: 10px 15px;
    text-align: left;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
}

.team-info h5 {
    margin: 0;
    font-weight: bold;
}

.team-info p {
    margin: 0;
    font-size: 14px;
    color: gray;
}
.flip-card {
    perspective: 1000px;
    height:400px;
    width: 100%;
}

.flip-card-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    border-radius: 8px;
    overflow: hidden;
}

.flip-card-front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flip-card-back {
    background: #333;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: rotateY(180deg);
    padding: 20px;
    text-align: center;
}

.flip-card-back h5 {
    margin: 10px 0;
    font-weight: bold;
}

.flip-card-back p {
    margin: 0;
    font-size: 14px;
}

.main-pagination-btn{
    background-color: #EBEBEB!important;
    padding:8px!important;
    border-radius: 6px!important;
}

.main-pagination-btn a{
    font-size: 14px;
    color:#0A0A0A;
}
.page-link{
    border:0!important;
    padding:0px!important;
    background-color: unset!important;
    color:#3C3C3C;
    text-decoration:none;
    line-height: normal;
}
.page-item{
    padding:8px;
    background-color:white;
    width:36px;
    height:36px;
    text-align:center;
    border-radius:6px;
    margin-right:6px;
}
.page-item.main-pagination-btn{
    width:auto;
    height:36px;
}
.page-item.active{
    background-color:#ED028B;
    color:white!important;
}
.slick-next:before, .slick-prev:before{
    color:black!important;
    font-size:30px!important;
}
.slick-prev {
    position:absolute!important;
    right:5%!important;
    top:-10px!important;
    left:unset!important;
}
.slick-next {
    position:absolute!important;
    right:2%!important;
    top:-10px!important;
    left:unset!important;
}
.program_card {
    border: none;
    overflow: hidden;
    position: relative;
    transition:0.3s;
}
.program_card:hover{
    cursor:pointer;
    filter:brightness(1.2);
    transition:0.3s;
}
.program_card img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 15px;
}
.program_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    padding: 10px;
    border-radius: 0 0 15px 15px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8646052170868348) 0%, rgba(0, 0, 0, 0.7469581582633054) 6%, rgba(0, 0, 0, 0.6125043767507004) 26%, rgba(0, 212, 255, 0) 57%);
    top: 0;
    height: 100%;
}
.program_overlay span{
    font-size: 24px;
    position: absolute;
    bottom:7%;
    left: 5%;
    width:90%!important;
}
.modal{
    overflow: hidden;
}
.modal-details{
    height: max-content;
    overflow-y: scroll;
}
.modal-details,
.modal-header{
    padding-left: 30px;
    padding-right: 30px;
}
.modal.show .modal-dialog,
.modal-dialog{
    transform: translate(-50%, -50%)!important;
    left: 50%;
    top: 50%;
    margin: 0 !important;
}

.homepage{
    overflow: hidden;
}

#itemModal{
    background-color: #00000091!important;
}
.modal-details::-webkit-scrollbar {
    display: none;
}
#modalImage{
    width: 100%;
    height: 60vh;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
}

.modal-content{
    border-radius: 20px;
}

.modal-dialog{
    max-width:60%!important;
}
.modal-body{
    padding-left:0px;
}
@media (max-width: 767px)  {
    .featured-blog img{
        height:460px!important;
    }
    .featured-blog h3{
        display: -webkit-box;
        -webkit-line-clamp: 2;  /* Limits to 2 lines */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .navbar {
        padding:0!important;
    }
    .slick-dots{
        bottom:-45px!important;
    }
    .card-title{
        min-height:120px;
    }
    .slick-track {
        display: flex !important;
        gap: 20px; /* Adjust space */
    }
    .slick-list{
        padding:0!important;
    }

    section{
        margin-top:150px;
    }
    #mission-section{
        margin-top:-120px!important;
    }
    .main-title{
        font-size:36px!important;
    }
    .navbar-nav{
        height:100vh;
        padding-top:30px;
    }
    .nav-link{
        text-align: center;
        margin-bottom: 15px;
        width:100%;
    }
    .program-tag{
        margin-right:13px!important;
        width:100%!important;
        text-align:center;
    }
    .homepage #meet-team img{
        height:200px!important;
    }
    #mission-section img{
        height:340px!important;
        width:100%!important;
        object-fit: cover;
    }
    #programs-section .main-button{
        margin-top:0px!important;
    }
    footer{
        margin-top:150px;
    }
    .nav-margin{
        margin-top:150px!important;
    }
    .mt-165{
        margin-top:78px!important;
    }
    .mb-165{
        margin-bottom:78px!important;
    }
    #contact footer{
        margin-top:80px!important;
    }
    .form-container .form-row{
        display: block;
    }
    .form-container .form-row .form-group{
        width: 100%;
    }
    .navbar-nav li:last-child{
        display:block!important;
    }
    #modalImage{
        height:200px!important;
    }
    .modal-dialog{
        max-width: 90% !important;
    }
    .modal.show .modal-dialog, .modal-dialog{
        transform: translate(-50%, 10%) !important;
        left: 50%;
        top: 0% !important;
        margin: 0 !important;
    }
    .modal-body{
        padding-right:0px;
    }

}
.mission-img{
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1199px) {
    .navbar-nav li:last-child{
        display:none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .box {
        min-height:400px;
    }
    .middle-spacing{
        margin-left:10px;
        margin-right:10px;
    }
    .box .box-title{
        height:70px;
    }
    .box .box-details{
        height:72px;
    }
    .support-box .box-title,
    .support-box .box-details{
        height:auto;
    }
}

@media  (max-width: 991px) {
    dropdown{
        display:none;
    }
    .navbar-toggler{
        border:0!important;
    }
    .navbar-toggler:focus{
        box-shadow:none!important;
    }
    .mt-335{
        margin-top:150px!important;
    }
    br{
        display:none;
    }
    .max-content{
        width:auto!important;
    }
    .story-title{
        text-align:center;
        display:block;
    }
    .story-img-1,
    .story-img-2,
    .story-img-3{
        height:350px!important;
        margin-top:20px;
        width:100%!important;
    }
    .nav-item{
        width:max-content !important;
        margin:0 auto;
    }
    .navbar-nav{
        height:100vh;
        padding-top:30px;
    }
    .navbar-toggler.custom-toggler{
        display: flex;
    }

}
@media  (min-width: 1515px) {
    .container-xlarge{
        max-width:1400px!important;
        margin:0 auto;
    }
    #about .sub-title{
        width:750px!important;
    }

}

@media  (max-width: 1515px) {
    .container-xlarge{
        max-width:1400px!important;
        margin:0 auto;
    }
    .image-box-1 img,
    .image-box-3 img{
        width: 100%!important;
        height: auto!important;
    }

    .image-box-2 img,
    .image-box-4 img{
        width: 100%!important;
        height: auto!important;
    }

}
@media (max-width: 992px){
    .sub-title{
        width:100%;
    }
    .continue-reading-container{
        width:100%!important;
    }
    .popup-content{
        width:100%!important;
    }
}


@media (min-width: 992px) and (max-width: 1399px) {
    .box {
        min-height:386px;
    }
    .box .box-title{
        height:70px;
    }
    .box .box-details{
        height:72px;
    }
    .support-box .box-title,
    .support-box .box-details{
        height:auto;
    }
}

