* {
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
    font-family: 'Poppins';
}

.nav-item {
    padding: 0px 13px;
}

.nav-link {
    color: #222831 !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}

.button1 {
    padding: 10px 25px !important;
    background-color: #FF5722 !important;
    color: white !important;
    font-size: 11px;
    letter-spacing: 1px;
    border: none !important;
    outline: none !important;
}

.button1:hover {
    box-shadow: 0px 4px 16px 0px #FF572252 !important;
}

.text2 span {
    color: #FF5722;
}

.c-1 {
    background-color: #10375C !important;
    color: #fff;
    padding: 20px;
    text-align: center;
    position: relative;
}

.desc-1 {
    font-size: 25px;
    color: white !important;
    font-weight: 600;
}

.dropdown {
    display: inline-block;
    text-align: left;
    width: 100%;
    position: relative;
}

.btn-1 {
    border: none;
    outline: none;
    width: 100%;
    padding: 5px 15px;
    font-size: 16px;
    margin: 5px 0px;
    color: #fff;
    background-color: #0D2C4A !important;
    text-align: left;
    position: relative;
}

.btn-1::after {
    content: url('images/down-arrow.png');
    color: white;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.dropdown.open .dropdown-menu {
    display: block;
}

.dropdown-item {
    padding: 10px;
    text-align: left;
}

.btn-2 {
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #FF5722;
    color: white;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border: none !important;
    outline: none !important;
}

.dropdown-menu {
    background-color: #0D2C4A !important;
}

.dropdown-item:hover {
    background-color: #0D2C4A !important;
    color: white !important;
}

.carousel-indicators li::after {
    color: #FF5722 !important;
}

.slider-card {
    background: #fff;
    padding: 0;
    margin: 15px 10px 0px 0px;
}

.image-overlay {
    position: absolute;
    bottom: 48px;
    left: 0;
    background-color: #FF5722;
    padding: 15px;
}

.arrow-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow-img img {
    width: 15px;
}

.slider-card:hover .image-overlay {
    width: 65%;
    height: auto;
    opacity: 1;
}

.arrow-img p {
    display: none;
}

.slider-card:hover .arrow-img {
    font-size: 10px !important;
}

.slider-card:hover .arrow-img p {
    display: block;
    font-weight: 400 !important;
    font-size: 13px !important;
    color: #fff !important;
}

.slider-card:hover .arrow-img img {
    width: 30px !important;
}

.slider-card p {
    margin-top: 10px;
    font-size: 15px;
    color: #222831;
    text-align: center;
    font-weight: bold;
}

#progress-bar {
    margin: auto !important;
    width: 10% !important;
    background-color: #ccc;
}

#progress-line {
    height: 4px;
    background-color: #FF5722;
}



.services h3 {
    margin-top: 40px;
    font-size: 32px;
    letter-spacing: 1px;
    color: #10375C;
    font-weight: lighter;
}

.services p {
    font-size: 12px;
    color: #9A9A9A;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 30px;
}

.img-text1 p {
    color: white;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 1px;
}

.box1-text1 h2 {
    color: white;
    font-size: 36px;
    font-weight: 700;
    line-height: 51px;
    letter-spacing: 1px;
}

.box1-text1 h3 {
    color: white;
    font-size: 12px;
    font-weight: lighter;
    line-height: 30px;
    letter-spacing: 0.5px;
}

@media (max-width:550px) {
    .box1 {
        width: unset;
        height: unset;
    }
}

.events h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 51px;
    color: #10375C;
}

.events a {
    margin: 10px 0px;
}

.events a:focus {
    background-color: #FF5722 !important;
    color: white !important;
    border-radius: none !important;
    border: none !important;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    isolation: none !important;
    border-color: none !important;
}

.nav-tabs .nav-link {
    margin-bottom: none !important;
    border: none !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.nav-link:focus-visible {
    outline: 0 !important;
    box-shadow: none !important;
}

.events .nav-link {
    transition: none !important;
}

a:-webkit-any-link:focus-visible {
    outline-offset: 0px !important;
}

a:-webkit-any-link:active {
    color: none !important;
}

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

#progress-bar1 {
    width: 5px;
    /* Set the width of the vertical progress bar */
    height: 200px;
    /* Set the height of the vertical progress bar */
    background-color: #ccc;
}

#progress-line1 {
    width: 100%;
    height: 10%;
    /* Set the height of the filled part of the progress bar */
    background-color: #FF5722;
}

.event-img .img-container img {
    width: 400px !important;
    height: 330px !important;
}



.swiper-slide {
    overflow: hidden !important;
    transition: 0.7s;
    margin: 0 10px;
    /* Add this line to create equal left and right margins */
    width: calc(80% - 40px);
    /* Set the width to account for margins */
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-container {
    width: 100%;
    margin: 40px 0;
    padding: 45px 0;
    overflow: hidden;
}

.swiper-slide-active {
    opacity: 1;
    z-index: 1;
    transform: scale(1.2) !important;
    margin: 0 10px;
    /* Add this line to adjust the margin when it's active */
}

@media (max-width: 576px) {
    .swiper-slide img {
        width: unset !important;
        margin: 0px 0px !important;
    }
}

.company-text h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 51px;
    color: #0D2C4A !important;
}

.company-text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #9A9A9A;
}


.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


@media (max-width: 991px) {
    .two-img .card {
        left: unset !important;
        top: unset !important;
        margin-left: 12px;
    }
    .small-box1{
        padding: 0rem 0rem !important;
    }
}


@media (max-width:320px) {
    .customer-logos img {
        width: 100px !important;
        margin: 0 auto !important;
    }
}




.items {
    margin-left: 100px !important;
}

@media (max-width: 768px) {
    .items {
        margin-left: 0px !important;
    }
}

.items .card {
    background-color: #10375C !important;
    margin: 0px 5px !important;
}

.card-body {
    height: 45vh !important;
    color: white !important;
    font-weight: 400 !important;
    font-size: 16px;
}

.card-body p {
    height: 29vh !important;
}

.card-text {
    margin-left: 10px;
}

.card-text h1 {
    font-size: 14px;
}

.card-text p {
    font-size: 14px;
    font-weight: 400;
}

.text3 p {
    font-size: 13px !important;
    font-weight: 400;
}




#progress-bar4 {
    margin: auto !important;
    width: 10% !important;
    background-color: #ccc;
}

#progress-line4 {
    margin-top: 1rem !important;
    height: 4px;
    background-color: #FF5722;
}

.small-box h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 33px;
    text-align: center;
}

.small-box {
    position: relative;
}

.small-box3 {
    width: 58px;
    height: 54px;
    color: white !important;
    background-color: #FF5722;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 38%;
    margin-top: 10px;
}

.down-arrow {
    font-size: 24px;
    color: white;
}

.small-box:hover {
    background-color: #FF5722;
    /* Change the background color on hover */
    color: white;
    /* Change the text color on hover */
}

.small-box:hover .small-box3 {
    background-color: white;
    /* Change the background color of small-box3 on parent hover */
    color: #FF5722;
    box-shadow: 0px 0px 10px 1px #DFDFDF80;
    ;
    /* Change the text color of small-box3 on parent hover */
}

.small-box:hover .down-arrow {
    color: #FF5722;
    /* Change the arrow color of small-box3 on parent hover */
}

.button9 {
    text-align: center;
    color: white;
    background-color: #FF5722;
    border: none !important;
    outline: none !important;
    padding: 1rem 6rem;
}

.footer h4 {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.footer ul {
    padding: initial !important;
}

.footer li {
    margin: 10px 0px !important;
    list-style-type: none;
}

.footer li a {
    text-decoration: none !important;
    color: white !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
@media (max-width:991px){
    #slider{
        margin-top: 0% !important;
    }
    .carousel-inner{
        margin-top: 10px !important;
    }
    .img-text2{
        justify-content: center;
    }
    .events{
        padding: 0rem 0rem !important;
    }
    .arrow-text{
        padding: 0rem 0rem !important;
        text-align: center;
    }
    .custom{
        justify-content: center !important;
    }
    .events h2{
        text-align: center;
    }
    .events .col-lg-5{
        display: flex;
        justify-content: center;
    }
    .item3{
       display: none !important;
    }
    .img-text4{
        justify-content: center;
    }
    .event-img h2{
        text-align: center;
    }
    .detail3 h2{
        text-align: center;
    }
    .customer-arrow .custom{
        margin-top: 0rem !important;
    }
    .jumbo-main-img img{
        margin-top: 0rem !important;
        margin-left: -2rem !important;
    }
    .jumbo-main-img{
        display: flex;
        justify-content: center;
    }
    .events-data img{
        width: unset !important;
    }
    .events-data .col-lg-4{
        text-align: center;
    }
    .ceo-details{
        justify-content: center;
    }
    .footer .row{
        text-align: center;
    }
    .service-about{
        justify-content: center;
    }
    .img-text9{
        justify-content: center;
    }
    .img-text{
        justify-content: center;
    }
    .text2 p{
        text-align: center;
    }
    .navbar-nav{
        text-align: center;
    }
    .right{
        justify-content: center;
    }
    .jumbptron .col-lg-8{
        justify-content: center;
    }
}
@media (max-width:768px){
    .swiper-slide{
        display: flex !important;
        justify-content: center !important;
    }
    .small-box1{
        justify-content: center !important;
        row-gap: 40px;
    }
    .text13 h2{
        text-align: center;
    }
    .text12{
        justify-content: center !important;
    }
    
    .events-data .col-lg-4{
        text-align: center;
    }
    .ceo-details{
        justify-content: center;
    }
}
@media (max-width: 375px){
    .events-data img{
        width: 100% !important;
    }
}
@media(max-width: 991px){
    .small-box3{
        position: absolute;
        left: 43%;
    }
    .small-box{
        margin: 25px 0px !important;
    }
}
@media (max-width: 567px){
    .main-header .container{
        padding: 0px 10px !important ;
    }
}
@media (max-width: 353px){
    .button9{
        font-size: 14px;
    }
}
@media (max-width: 375px){
    .box1-text1 h2{
        font-size: 25px;
        text-align: center !important;
    }
    .box1-text1 h3{
        margin-top: none !important;
        font-size: 12px;
        line-height: 25px;
        text-align: center;
    }
    .img-text1{
        justify-content: center;
    }
}
@media (max-width: 505px){
    .jumbptron .col-lg-8{
        justify-content: center;
        text-align: center;
    }
    .img-text91{
        justify-content: center;
    }
}


.carousel-indicators li{
    background-color: #FF5722 !important;
}




