/*** Spinner Start ***/


/*** Spinner End ***/


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-md-square {
    width: 46px;
    height: 46px;
}

.btn-lg-square {
    width: 58px;
    height: 58px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.back-to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

/*** Button End ***/


/*** Topbar Start ***/

.topbar .top-info {
    letter-spacing: 1px;
}

.topbar .top-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar .top-link a {
    margin-right: 10px;
}

#note {
    width: 500px;
    overflow: hidden;
}

#note small {
    position: relative;
    display: inline-block;
    animation: mymove 5s infinite;
    animation-timing-function: all;
}

@keyframes mymove {
    from {
        left: -100%;
    }

    to {
        left: 100%;
    }
}

/*** Topbar End ***/


/*** Navbar Start ***/
.navbar .navbar-nav {
    padding: 15px 0;
}

.navbar .navbar-nav .nav-link {
    /* padding: 10px; */
    padding: 10px 21px;
    color: #000;
    font-size: 18px;
    outline: none;

}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #4065a5 !important;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "font awesome 5 free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: .5s;
    opacity: 1;
}

/*** Navbar End ***/


/*** Carousel Start ***/

.carousel-item {
    position: relative;
}

.carousel-item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
}

.carousel-caption {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.carousel-item p {
    max-width: 700px;
    margin: 0 auto 35px auto;
}

.carousel-control-prev {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    background: var(--bs-primary);
    border-radius: 0 50px 50px 0;
    opacity: 1;
}

.carousel-control-prev:hover {
    background: #4065a5;
    transition: .8s;
}

.carousel-control-next {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    right: 0;
    background: var(--bs-primary);
    border-radius: 50px 0 0 50px;
    opacity: 1;
}

.carousel-control-next:hover {
    background: #4065a5;
    transition: .8s;
}

.carousel-caption .carousel-content a button.carousel-content-btn1 {
    background: #4065a5;
    color: var(--bs-dark);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn1:hover {
    background: var(--bs-primary);
    color: #ffffff;
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2 {
    background: var(--bs-primary);
    color: var(--bs-white);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2:hover {
    background: #4065a5;
    color: var(--bs-dark);
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

#carouselId .carousel-indicators li {
    width: 30px;
    height: 10px;
    background: var(--bs-primary);
    margin: 10px;
    border-radius: 30px;
    opacity: 1;
}

#carouselId .carousel-indicators li:hover {
    background: #4065a5;
    opacity: 1;
}

@media (max-width: 992px) {
    .carousel-item {
        min-height: 500px;
    }

    .carousel-item img {
        min-height: 500px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 40px !important;
    }

    .carousel-item p {
        font-size: 16px !important;
    }
}

@media (max-width: 768px) {
    .carousel-item {
        min-height: 400px;
    }

    .carousel-item img {
        min-height: 400px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 28px !important;
    }

    .carousel-item p {
        font-size: 14px !important;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-white);
}

/*** Carousel End ***/


/*** Services Start ***/

.services .services-item {
    box-shadow: 0 0 60px rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 10px 0;
    position: relative;
}


.services-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
    background: rgba(3, 43, 243, 0.8);
    transition: .5s;
}

.services-content::after {
    top: 0;
    bottom: auto;
    border-radius: 10px 10px 10px 10px;
}

.services-item:hover .services-content::after {
    height: 100%;
    opacity: 1;
    transition: .5s;
}

.services-item:hover .services-content-icon {
    position: relative;
    z-index: 2;
}

.services-item .services-content-icon i,
.services-item .services-content-icon p {
    transition: .5s;
}

.services-item:hover .services-content-icon i {
    color: #4065a5 !important;
}

.services-item:hover .services-content-icon p {
    color: var(--bs-white);
}

/*** Services End ***/


/*** Project Start ***/

.project-img {
    position: relative;
    padding: 15px;
}

.project-img::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    top: 0;
    left: 0;
    background: #4065a5;
    border-radius: 10px;
    opacity: 1;
    z-index: -1;
    transition: .5s;
}

.project-img::after {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--bs-primary);
    border-radius: 10px;
    opacity: 1;
    z-index: -1;
    transition: .5s;
}

.project-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.project-content a {
    display: inline-block;
    padding: 20px 25px;
    background: var(--bs-primary);
    border-radius: 10px;
}

.project-item:hover .project-content {
    opacity: 1;
    transition: .5s;
}

.project-item:hover .project-img::before,
.project-item:hover .project-img::after {
    opacity: 0;
}

/*** Project End ***/


/*** Blog Start ***/
.blog-item .blog-btn {
    z-index: 2;
}

.blog-btn .blog-btn-icon {
    height: 50px;
    position: relative;
    overflow: hidden;
}

.blog-btn-icon .blog-icon-2 {
    display: flex;
    position: absolute;
    top: 6px;
    left: -140px;

}

.blog-btn-icon:hover .blog-icon-2 {
    transition: 1s;
    left: 5px;
    top: 6px;
    padding-bottom: 5px;
}

.blog-icon-1 {
    position: relative;
    top: -4px;
}

.blog-btn-icon:hover .blog-icon-1 {
    top: 0;
    right: -140px;
    transition: 1s;
}

/*** Blog End ***/


/*** Team Start ***/

.team-item {
    border-top: 30px solid #4065a5 !important;
    background: rgba(239, 239, 241, 0.8);
}

.team-content::before {
    height: 200px;
    display: block;
    content: "";
    position: relative;
    top: -101px;
    background: #4065a5;
    clip-path: polygon(50% 50%, 100% 50%, 50% 100%, 0% 50%);
    padding: 60px;
    opacity: 1;
}

.team-img-icon {
    position: relative;
    margin-top: -200px;
    padding: 30px;
    padding-bottom: 0;
}

.team-img {
    border: 15px solid var(--bs-white);
}

.team-img img {
    border: 10px solid #4065a5;
    transition: .5s;
}

.team-item:hover h4 {
    color: var(--bs-primary);
    transition: .5s;
}

.team-item:hover .team-img img {
    transform: scale(1.05);
    border: 10px solid #4065a5;
}

.team-carousel .owl-stage {
    position: relative;
    width: 100%;
    height: 100%;
}

.team-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 50px;
    display: flex;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    width: 56px;
    height: 56px;
    border-radius: 56px;
    margin-left: 15px;
    background: #4065a5;
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (max-width: 992px) {
    .team-carousel {
        margin-top: 3rem;
    }

    .team-carousel .owl-nav {
        top: -85px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        margin-left: -15px;
    }
}

/*** Team End ***/


/*** Testimonial Start ***/

.testimonial-item {
    background: #e3f0eb;

}

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #c1dad0;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--bs-primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}

/*** Testimonial End ***/


/*** Contact Start ***/
.contact-detail::before {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(rgb(210, 243, 235, 1), rgba(230, 250, 245, .3)), url(../img/background.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    z-index: -1;
}

.contact-map {
    background: #4065a5;
}

.contact-form {
    background: #4065a5;
}

/*** Contact End ***/


/*** Footer Start ***/

.footer .short-link a,
.footer .help-link a,
.footer .contact-link a {
    transition: .5s;
}

.footer .short-link a:hover,
.footer .help-link a:hover,
.footer .contact-link a:hover {
    letter-spacing: 1px;
}

.footer .hightech-link a:hover {
    background: #4065a5;
    border: 0;
}

/*** Footer End ***/


/* New Changes By BS */

/* New Section Start */
:root {
    --d: 700ms;
    --e: cubic-bezier(0.19, 1, 0.22, 1);
    --font-sans: "Rubik", sans-serif;
    --font-serif: "Cardo", serif;
}

.body12 {
    display: grid;
    place-items: center;
}

.dd_heading {
    text-align: center;
    font-family: roboto thin;
}

.page-content {
    display: grid;
    grid-gap: 1rem;
    padding: 1rem;
    max-width: 1024px;
    margin: 0 auto;
    font-family: var(--font-sans);
}

@media (min-width: 600px) {
    .page-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 800px) {
    .page-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 600px) {
    .page-content1 {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (min-width: 800px) {
    .page-content1 {
        grid-template-columns: repeat(1, 1fr);
    }
}

.d_card {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    overflow: hidden;
    padding: 1rem;
    width: 100%;
    text-align: center;
    color: whitesmoke;
    background-color: whitesmoke;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1),
        0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1),
        0 16px 16px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

@media (min-width: 600px) {
    .d_card {
        height: 260px;
    }
}

@media (min-width: 600px) {
    .d_card1 {
        height: 532px;
    }
}

.d_card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    background-size: cover;
    background-position: 0 0;
    -webkit-transition: -webkit-transform calc(var(--d) * 1.5) var(--e);
    transition: -webkit-transform calc(var(--d) * 1.5) var(--e);
    transition: transform calc(var(--d) * 1.5) var(--e);
    transition: transform calc(var(--d) * 1.5) var(--e),
        -webkit-transform calc(var(--d) * 1.5) var(--e);
    pointer-events: none;
}

.d_card:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    pointer-events: none;
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0)),
            color-stop(11.7%, rgba(0, 0, 0, 0.009)),
            color-stop(22.1%, rgba(0, 0, 0, 0.034)),
            color-stop(31.2%, rgba(0, 0, 0, 0.072)),
            color-stop(39.4%, rgba(0, 0, 0, 0.123)),
            color-stop(46.6%, rgba(0, 0, 0, 0.182)),
            color-stop(53.1%, rgba(0, 0, 0, 0.249)),
            color-stop(58.9%, rgba(0, 0, 0, 0.32)),
            color-stop(64.3%, rgba(0, 0, 0, 0.394)),
            color-stop(69.3%, rgba(0, 0, 0, 0.468)),
            color-stop(74.1%, rgba(0, 0, 0, 0.54)),
            color-stop(78.8%, rgba(0, 0, 0, 0.607)),
            color-stop(83.6%, rgba(0, 0, 0, 0.668)),
            color-stop(88.7%, rgba(0, 0, 0, 0.721)),
            color-stop(94.1%, rgba(0, 0, 0, 0.762)),
            to(rgba(0, 0, 0, 0.79)));
    background-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.009) 11.7%,
            rgba(0, 0, 0, 0.034) 22.1%,
            rgba(0, 0, 0, 0.072) 31.2%,
            rgba(0, 0, 0, 0.123) 39.4%,
            rgba(0, 0, 0, 0.182) 46.6%,
            rgba(0, 0, 0, 0.249) 53.1%,
            rgba(0, 0, 0, 0.32) 58.9%,
            rgba(0, 0, 0, 0.394) 64.3%,
            rgba(0, 0, 0, 0.468) 69.3%,
            rgba(0, 0, 0, 0.54) 74.1%,
            rgba(0, 0, 0, 0.607) 78.8%,
            rgba(0, 0, 0, 0.668) 83.6%,
            rgba(0, 0, 0, 0.721) 88.7%,
            rgba(0, 0, 0, 0.762) 94.1%,
            rgba(0, 0, 0, 0.79) 100%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform calc(var(--d) * 2) var(--e);
    transition: -webkit-transform calc(var(--d) * 2) var(--e);
    transition: transform calc(var(--d) * 2) var(--e);
    transition: transform calc(var(--d) * 2) var(--e),
        -webkit-transform calc(var(--d) * 2) var(--e);
}

.d_card:nth-child(1):before {
    background-image: url(../NEWIMAGES/2.jpeg);
}

.d_card:nth-child(2):before {
    background-image: url(../NEWIMAGES/3.jpg);
}

.d_card:nth-child(3):before {
    background-image: url(../NEWIMAGES/4.jpg);
}

.d_card:nth-child(4):before {
    background-image: url(../NEWIMAGES/5.jpg);
}

.d_card1:nth-child(1):before {
    background-image: url(../NEWIMAGES/1.jpg);
}

.content {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: flex-start;
    width: 100%;
    padding: 1rem;
    -webkit-transition: -webkit-transform var(--d) var(--e);
    transition: -webkit-transform var(--d) var(--e);
    transition: transform var(--d) var(--e);
    transition: transform var(--d) var(--e), -webkit-transform var(--d) var(--e);
    z-index: 1;
}

.content>*+* {
    margin-top: 1rem;
}

.heading {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.2;
}

.data-content {
    font-family: var(--font-serif);
    font-size: 1.125rem;
    font-style: italic;
    line-height: 1.35;
    text-align: start;
}

@media (hover: hover) and (min-width: 600px) {
    .d_card:after {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .content {
        -webkit-transform: translateY(calc(100% - 4.5rem));
        transform: translateY(calc(100% - 4.5rem));
    }

    .content>*:not(.heading) {
        opacity: 0;
        -webkit-transform: translateY(1rem);
        transform: translateY(1rem);
        -webkit-transition: opacity var(--d) var(--e),
            -webkit-transform var(--d) var(--e);
        transition: opacity var(--d) var(--e), -webkit-transform var(--d) var(--e);
        transition: transform var(--d) var(--e), opacity var(--d) var(--e);
        transition: transform var(--d) var(--e), opacity var(--d) var(--e),
            -webkit-transform var(--d) var(--e);
    }

    .d_card:hover,
    .d_card:focus-within {
        -webkit-box-align: center;
        align-items: center;
    }

    .d_card:hover:before,
    .d_card:focus-within:before {
        -webkit-transform: translateY(-4%);
        transform: translateY(-4%);
    }

    .d_card:hover:after,
    .d_card:focus-within:after {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .d_card:hover .content,
    .d_card:focus-within .content {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .d_card:hover .content>*:not(.heading),
    .d_card:focus-within .content>*:not(.heading) {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: calc(var(--d) / 8);
        transition-delay: calc(var(--d) / 8);
    }

    .d_card:focus-within:before,
    .d_card:focus-within:after,
    .d_card:focus-within .content,
    .d_card:focus-within .content>*:not(.heading) {
        -webkit-transition-duration: 0s;
        transition-duration: 0s;
    }
}

/* New Section End */


/*  */
.investors-news-title {
    font-size: 36px;
    color: #ffffff;
    padding-top: 0px;
    margin-bottom: 10px;
    font-weight: 900;
}

.investors-news-row {
    padding: 20px 0;
    border-top: 1px solid rgba(90, 90, 90, 0.22);
}

.relative {
    position: relative;
}

.investors-news-row a {
    display: block;
}

.investors-news .investors-news-desc {
    color: #ffffff !important;
    width: 95%;
}

.investors-news-desc,
.investors-news .investors-news-desc {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 22.5px;
    margin-bottom: 5px;
    padding-right: 30px;
}

.img-right-arrow {
    max-width: 25px;
    position: absolute;
    top: 35px;
    right: 15px;
    transition: all 0.5s ease;
}

.investors-news {
    padding: 30px;
}

.bg-yellow {
    background-color: #df9926;
}

.btn-no-effect.dark {
    background-color: rgba(47, 17, 19, 0.3);
    color: #fff;
}

.btn-no-effect {
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 12px 40px;
    text-decoration: none;
    display: inline-block;
}

/* .col-eq-ht {
    margin-bottom: -9999px;
    padding-bottom: 9999px;
} */

/*  */
.container23 {
    position: relative;
    overflow: hidden;
}

.image-box {
    position: relative;
    width: 100%;
    height: 279px;
    background-image: url('../NEWIMAGES/11.jpeg');
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}

.image-box1 {
    position: relative;
    width: 100%;
    height: 259px;
    background-image: url('../NEWIMAGES/12.jpeg');
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}

.image-box2 {
    position: relative;
    width: 100%;
    height: 259px;
    background-image: url('../NEWIMAGES/13.jpeg');
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}

.image-box3 {
    position: relative;
    width: 100%;
    height: 259px;
    background-image: url('../NEWIMAGES/14.jpg');
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}

.image-box:hover {
    transform: scale(1.1);
}

.content-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    padding: 20px;
}

.content h2 {
    color: white;
}

.content p {
    text-align: justify;
}

.image-box .content-box h2,
p {
    /* color: white; */
    text-align: justify;
    font-size: 17px;
}

/*  */
.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}

.h2-heading {
    font-size: 70px;
    font-weight: 500;
    font-family: tungstenw05-medium, Oswald, sans-serif;
    line-height: 70px;
}

.h2-heading {
    font-size: 70px;
    font-weight: 500;
    font-family: "tungstenw05-medium", "Oswald", sans-serif;
    line-height: 70px;
}

.para-txt {
    font-size: 40px;
    font-weight: 300;
    margin-top: 10px;
    line-height: 40px;
}

.mb50 {
    margin-bottom: 50px !important;
}

.light-gray {
    color: #7E7E7E !important;
}

.video-img-container {
    float: left;
    width: 100%;
}

.overflow-hidden {
    overflow: hidden;
}

.relative {
    position: relative;
}

.overflow-hidden {
    overflow: hidden;
}

a.invester-sec {
    background-color: #000;
}

.invester-sec img {
    transition: all 0.5s ease;
    transition-duration: 1s;
}

.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}

.video-img-container .video-caption {
    bottom: 0;
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    left: 0;
    padding: 20px 30px;
    position: absolute;
    width: 100%;
    transition: all 0.5s ease;
}

.video-img-container .video-caption {
    bottom: 0;
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    left: 0;
    padding: 20px 30px;
    position: absolute;
    width: 100%;
}

.aboutus-inthenews-head {
    color: #000;
    font-size: 50px;
    line-height: 66px;
    letter-spacing: -2px;
    font-weight: 900;
}

.aboutus-inthenews-head {
    color: #000;
    font-size: 50px;
    line-height: 66px;
    letter-spacing: -2px;
    font-weight: 900;
}

.aboutus-inthenews-row {
    border-bottom: 1px solid #e1e1e1;
    margin-right: 45px;
    padding: 20px 0;
}

.aboutus-inthenews-row {
    border-bottom: 1px solid #e1e1e1;
    margin-right: 45px;
    padding: 20px 0;
}

.investors-news-head {
    font-size: 14px;
    letter-spacing: 1.5px;
    font-weight: 400;
    color: #3f3f3f;
    margin-bottom: 5px;
}

.investors-news-head {
    font-size: 14px;
    letter-spacing: 1.5px;
    font-weight: 400;
    color: #3F3F3F;
    margin-bottom: 5px;
}

.text-uppercase {
    text-transform: uppercase;
}

.investors-news-desc,
.investors-news .investors-news-desc {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 22.5px;
    margin-bottom: 5px;
    padding-right: 30px;
}

.investors-news-desc,
.investors-news .investors-news-desc {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 22.5px;
    margin-bottom: 5px;
    padding-right: 30px;
}

.aboutus-inthenews-row a {
    color: #333;
    font-size: 20px;
    line-height: 22.5px;
    font-weight: 400;
}

.aboutus-inthenews-row {
    border-bottom: 1px solid #e1e1e1;
    margin-right: 45px;
    padding: 20px 0;
}

.investors-news-head {
    font-size: 14px;
    letter-spacing: 1.5px;
    font-weight: 400;
    color: #3f3f3f;
    margin-bottom: 5px;
}

.investors-news-head {
    font-size: 14px;
    letter-spacing: 1.5px;
    font-weight: 400;
    color: #3F3F3F;
    margin-bottom: 5px;
}

.investors-news-desc,
.investors-news .investors-news-desc {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 22.5px;
    margin-bottom: 5px;
    padding-right: 30px;
}

.aboutus-inthenews-row a {
    color: #333;
    font-size: 20px;
    line-height: 22.5px;
    font-weight: 400;
}

.aboutus-inthenews-row.no-border {
    border-bottom: none;
}

.aboutus-inthenews-row.no-border {
    border-bottom: none;
}

.aboutus-inthenews-row {
    border-bottom: 1px solid #e1e1e1;
    margin-right: 45px;
    padding: 20px 0;
}

.aboutus-inthenews-row .view-all.light {
    color: #0076ff;
    font-size: 14px;
    font-weight: 700;
    margin-left: 0;
    padding-top: 0;
}

.aboutus-inthenews-row .view-all.light {
    color: #0076ff;
    font-size: 14px;
    font-weight: 700;
    margin-left: 0;
    padding-top: 0;
}

.view-all.light {
    color: #00578A !important;
}

.view-all.light {
    color: #0076ff !important;
    font-weight: 700;
    padding-top: 0;
}

.view-all.light {
    color: #0076ff !important;
    font-weight: 700;
    padding-top: 0;
}

.aboutus-inthenews-row a {
    color: #333;
    font-size: 20px;
    line-height: 22.5px;
    font-weight: 400;
}

.aboutus-inthenews-row a {
    color: #333;
    font-size: 20px;
    line-height: 22.5px;
    font-weight: 400;
}

.view-all,
.investors-news-row .view-all {
    font-size: 14px;
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    padding-top: 10px;
}

.hei23 {
    height: 438px;
}

.relative {
    position: relative;
    overflow: hidden;
}

.relative img {
    width: 100%;
    transition: transform 0.5s ease;
}

.relative:hover img {
    transform: scale(1.1);
}

.video-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    padding: 10px;
}

/* New Testimonial Start */

.background-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 70vh;
    /* Adjust as needed */
    background-image: url('../img/carousel-2.jpg');
    /* Replace with your image URL */
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}

.background-container:hover {
    transform: scale(1.1);
}

.centered-content {
    position: absolute;
    top: 80%;
    left: 80%;
    transform: translate(-50%, -50%);
    width: 28%;
    /* Adjust as needed */
    /* background: rgba(255, 255, 255, 0.8); Semi-transparent background */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.testimonial-item {
    margin-bottom: 20px;
}

/* New Testimonial End */

.bg1 {
    background-color: #ab6604;
}

.bg2 {
    background-color: #0271b1;
}

.bg3 {
    background-color: #8e2d8d;
}

.bg4 {
    background-color: #ab6604;
}

.carousel-control-prev,
.carousel-control-next {
    display: none;
}

.hei45 {
    height: 649px;
}

.whatsapp-float img {
    width: 50px;
    position: fixed;
    bottom: 40px;
    left: 20px;
    border-radius: 10px;
    z-index: 1;
}


@media (min-width: 1200px) {
    .h3 {
        font-size: 1.5rem;
    }
}


.headerlogo {
    width: 25%;
    margin: 5px 0px 5px 0px;
}

.footerlogo {
    width: 81%;
    height: 23%;
}

@media (max-width:600px) {
    .py-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .my-5 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .owl-carousel.owl-loaded {
        display: contents;
    }

    .centered-content {
        position: absolute;
        top: 0%;
        left: 0%;
        /* transform: translate(-50%, -50%); */
        width: 115%;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        /* visibility: visible; */
    }

}

/* @media (max-width: 768px) {
    .testimonial-item {
        display: block;
        margin-bottom: 20px;
    }
    
    .testimonial-item img {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }
    
    .testimonial-item .ms-4 {
        margin-left: 0;
    }

    .testimonial-item .d-flex {
        flex-direction: column;
        align-items: center;
    }

    .testimonial-item .d-flex .pe-5 {
        padding-right: 0;
    }

    .testimonial-item .border-top {
        text-align: center;
    }
} */


/* mobile view */

@media(max-width:600px) {
    .navbar-dark .navbar-toggler {
        margin: -70px 0px 0px 266px;
    }

    .carousel-item {
        height: 300px;
        min-height: 400px;
    }

    .carousel-indicators {
        display: none;
    }


    .carousel-caption .carousel-content a button.carousel-content-btn1 {
        margin: 0px 0px 10px 16px;
    }


}