@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');


body {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-size: 16px;
}

.hero {
    background-image: url(../images/hero.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: grid;
    place-items: center;
    color: #fff;
}

h1,
.h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 68px;
}

.h-wrap {
    max-width: 1000px;
    padding-top: 50px;
}

.hero p {
    max-width: 800px;
    color: rgba(255, 255, 255, 1);
}

p {
    line-height: 26px;
}

span {
    color: rgba(34, 116, 224, 1);
}

.meta-small {
    color: rgba(67, 137, 229, 1);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 5%;
}

.section {
    padding: 100px 0;
}


.count-cat {
    font-size: 24px;
    line-height: 26px;
    color: rgba(86, 103, 126, 1);
}


.count-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 20px;
    margin-top: 50px;
}


.bg-o {
    background-color: rgba(246, 249, 254, 1);
}

p {
    color: rgba(86, 103, 126, 1);
}

ul {
    list-style-type: disc;
    color: rgba(34, 116, 224, 1);
    padding-left: 15px;
}

ul li h5 {
    color: #000;

}

ul li {
    margin-top: 30px;
}

h5 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}

.pro .col-md-6:first-child {
    padding-right: 30px;
}

.pro .col-md-6:nth-child(2) {
    padding-left: 30px;
}

.btn {
    text-transform: uppercase;
    letter-spacing: 5%;
    display: inline-flex;
    align-items: center;
    font-weight: 700;
}

.case {
    max-width: 900px;
}

.cs-img {
    height: 280px;
    overflow: hidden;
    border-radius: 16px;
}

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

h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

.btn.btn-outline {
    color: rgba(34, 116, 224, 1);
    padding: 0;
}

.cs-wr .col-md-4:first-child {
    padding-right: 29px;
}

.cs-wr .col-md-4:last-child {
    padding-left: 29px;
}

.cs-wr .col-md-4:nth-child(2) {
    padding-right: 15px;
    padding-left: 15px;
}

.bg-blue {
    background-color: rgba(3, 0, 74, 1);
    color: rgba(255, 255, 255, 1);
}

.bg-blue p {
    color: rgba(255, 255, 255, 1);
    opacity: 0.8;
}

.btn-white {
    color: rgba(34, 116, 224, 1);
    background-color: #fff;
}

.btn-white:hover {
    color: rgba(34, 116, 224, 1);
    background-color: #ebebeb;
}

.btn {
    padding: 10px 25px;
}

.f-social a {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    background-color: rgba(34, 116, 224, 1);
    border-radius: 8px;
    margin-right: 8px;
}

.f-logo {
    max-width: 250px;
    width: 100%;
}



.f-input {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: #1c195c;
    color: rgba(205, 204, 219, 1);
    border-radius: 8px;
    padding: 10px 20px;
    width: 100%;
    outline: none;
}

.footer p {
    color: rgb(205, 204, 219);
}


.f-links ul {
    list-style: none;
    padding: 0;
}

.f-links a {
    color: rgba(205, 204, 219, 1);
    text-decoration: none;

    line-height: 40px;
}

.f-links ul li {
    margin-top: 0;
}


.f-links h4::before {
    content: "";
    width: 50px;
    height: 2px;
    background: rgba(34, 116, 224, 1);
    position: absolute;
    bottom: 0;
}

.f-links h4 {
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 20px;
}

.ft-links a {
    color: rgba(205, 204, 219, 1);
    text-decoration: none;
    opacity: 1 !important;
    transform: scale(1) !important;
}

.f-bottom {
    color: rgba(205, 204, 219, 1);
    padding: 50px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.ft-links {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}


.f-row {
    position: relative;
}

.f-row .submit-img {
    position: absolute;
    right: 17px;
    top: 13px;
}

.line {
    margin-top: 100px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.c-svg {
    padding-left: 30px;
}


.header {
    position: fixed;
    width: 100%;
    top: 0;

    z-index: 999;
    transition: background-color 0.3s ease;
}

.header.bg-white ul li a {
    color: #000;
}

.nav-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
}

.navbar ul li {
    margin-top: 0;
}

.logo img {
    max-width: 200px;
    width: 100%;
}


.navbar ul li a {
    text-decoration: none;
    color: #fff;

    position: relative;
}

.navbar ul li {
    margin-right: 40px;
    padding: 25px 0;
}

.navbar ul li .dropdown {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 400px;
    border-radius: 10px;
    top: 60px;
    right: 0;
    overflow: hidden;
}


.navbar ul li .dropdown a {
    font-weight: 600;
    color: #000;
    display: flex;
    align-items: center;
    padding: 12px 20px;
    gap: 10px;
}

.navbar ul li .dropdown a img {
    filter: brightness(0);
    opacity: 0.7;
}

.navbar ul li:hover .dropdown {
    opacity: 1;
    visibility: visible;

}

.navbar ul li .dropdown a:hover {
    background-color: #dceaff;
}

.navbar ul li.active a::before {
    content: "";
    position: absolute;
    width: 60%;
    height: 2px;
    background-color: rgba(34, 116, 224, 1);
    /* You can change this */
    bottom: -5px;
    /* Adjust as needed */
    left: 0;
}

.ham {
    display: none;
    color: #fff;
    font-size: 26px;
    cursor: pointer;
}

.dropdown {
    background-color: #bfdaff;
}

.hero.inner-hero {
    background-image: url(../images/inner.jpg);
    height: 660px;

}

.hero.inner-hero .h-wrap {

    padding-top: 100px;
}

.hero.inner-hero .h-wrap p {
    font-size: 26px;
}

h3 {
    font-size: 36px;
    font-weight: 700;
}

.tma-item img {
    max-width: 80px;
}

.tma-item h4 {
    color: rgba(6, 23, 45, 1);
}

.tma-item {
    background-color: rgba(241, 247, 255, 1);
    padding: 30px;
    border-radius: 18px;
    height: 100%;
}

.ta-img {
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: end;
}

.ta-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ta-img h5 img {
    position: relative;
    width: max-content;
    height: auto;
    object-fit: none;
    margin-left: 5px;
}

.ta-item {
    text-decoration: none;
    color: #fff;

}

.ta-img h5 {
    margin-bottom: 30px;
    padding: 0 20px;
}

.tma-links {
    border-bottom: 1px solid #2274E0;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.gad {
    padding: 50px;
    background-color: #03004A;
    color: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.gad-text {
    font-size: 28px;
    max-width: 910px;
    font-weight: 700;
}

.tma-item h4 {
    margin-bottom: 15px;
}


@media only screen and (max-width: 991px) {
    .header {
        padding: 20px 0;
    }

    .navbar {
        position: fixed;
        top: 0;
        background-color: #fff;
        width: 100%;
        left: 0;
        height: 100vh;
        opacity: 0;
        visibility: hidden;
        display: none;
    }

    .navbar ul li {
        margin-right: 0;
        padding: 0;

    }

    .navbar ul li .dropdown {
        position: relative;
        opacity: 1;
        visibility: visible;
        background-color: transparent;
        top: unset;
        margin-top: 20px;
    }

    .navbar ul li .dropdown a {
        font-weight: normal;
        color: #000;
        padding: 0;
        margin-bottom: 15px;
        margin-left: 15px;
    }

    .navbar ul li a {
        color: #000;
        margin-right: 0;
        font-size: 18px;
    }

    .navbar ul {
        flex-direction: column;
        width: 100%;
        gap: 20px;
        align-items: baseline;
        padding: 0 20%;
    }

    .navbar ul li .dropdown a:hover {
        background-color: transparent;
    }

    .ham {
        display: block;
    }

    .bi.bi-list {
        font-size: 32px;
    }

    .ham .bi-x-lg {
        display: none;
    }


    .open .ham .bi-x-lg {
        display: block;
    }

    .open .ham .bi-list {
        display: none;
    }

    .open .navbar {
        opacity: 1;
        visibility: visible;
        display: flex;
    }

    .open .ham {
        z-index: 9999;
        color: #000;
    }

    h1,
    .h1 {
        font-size: 46px;
        font-weight: 700;
        line-height: 58px;
    }

    .svg-sec .col-md-5,
    .svg-sec .col-md-7 {
        width: 100%;
    }

    .c-svg {
        padding-left: 0;
        margin-top: 50px;
    }

    .otg .col-md-6,
    .otg .col-md-6 {
        width: 100%;
    }

    .otg .col-md-6:first-child {
        margin-bottom: 30px;
    }

    .cs-item {
        margin-bottom: 50px;
    }

    .cs-wr .col-md-4:first-child {
        padding-right: 14px;
    }

    .cs-wr .col-md-4:last-child {
        padding-left: 14px;
    }

    .cs-wr .col-md-4:nth-child(2) {
        padding-right: 8px;
        padding-left: 8px;
    }

    .footer .col-md-4,
    .footer .col-md-2 {
        width: 50%;
        margin-top: 30px;
    }

    h4 {
        font-size: 20px;
        font-weight: 600;
        line-height: 28px;
    }

    .gad {
        flex-direction: column;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {

    h1,
    .h1 {
        font-size: 36px;
        line-height: 48px;
    }

    .cs-item {
        margin-bottom: 50px;
    }

    section.pt-5 .col-md-4 {
        margin-bottom: 30px;
    }

    .ft-links {
        justify-content: start;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 567px) {

    h1,
    .h1 {
        font-size: 32px;
        line-height: 44px;
    }

    h5 {
        font-size: 18px;
        line-height: 24px;
    }

    .footer .col-md-4,
    .footer .col-md-2 {
        width: 100%;

    }

    .navbar ul {
        padding: 0 20px;
    }

}

#tma {
    transition: transform 0.3s ease;
    transform-origin: center;
    /* Ensures it scales from center */
}

#tma:hover {
    transform: scale(1.1);
}


svg {
    overflow: visible;
}


.cb-tagreel-content {
    overflow: hidden;
    position: relative;
}

.cb-tagreel-items {
    width: 100%;
    display: flex;
    padding: 30px 0 50px;
}

.cb-tagreel-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
}

.cl-icon {
    height: 50px;
    /* adjust as needed */
    width: auto;
    object-fit: contain;
    display: inline-block;
    margin-bottom: 20px;
}

.cb-tagreel-item {
    flex-shrink: 0;
    max-width: 500px;
    background:
        rgb(255, 255, 255);
    padding:
        30px;
    border-radius:
        20px;
    border:
        1px solid #cfe1ff;
}

.cb-tagreel-item a {
    display: none;
}


.cl-p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.widget {
    padding: 40px;
    margin-bottom: 40px;
    position: relative;
    border-radius: 30px;
}


.info-box_subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.info-box_icon {
    font-size: 26px;
}

.info-box {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.cb-tagreel-wrap .cb-tagreel-item {
    max-width: unset;
}

.cb-tagreel-wrap {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 30px;
}

.read-more {
    cursor: pointer;
    color: #0d6efd;
    font-weight: 600;
    width: max-content;
    margin-top: 20px;
}

.cb-tagreel-item.show {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
    max-width: 600px;
    box-shadow: 0px 0px 20px 2000px #0000008c;
    width: 95%;
}

.show .cl-p {
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: unset;
}

.hero.inner-hero.contact-hero {
    height: 500px;
}

.navbar ul li .dropdown a::before {
    display: none;
}


.cb-tagreel-item h5 {
    display: none;
  }

.btl{
    background-image: url(../images/btl.jpg) !important;
}
.eee{
    background-image: url(../images/eee.jpg) !important;
}
.ldi{
    background-image: url(../images/ldi.jpg) !important;
}

.csr{
    background-image: url(../images/csr.jpg) !important;
}
@media only screen and (max-width: 991px) {
    .cb-tagreel-wrap {

        grid-template-columns: auto auto;
    }
}

@media only screen and (max-width: 567px) {
    .cb-tagreel-item {
        max-width: 300px;
    }

    .cb-tagreel-wrap {

        grid-template-columns: auto;
    }

    .cb-tagreel-wrap .cb-tagreel-item {
        max-width: 100%;
    }
}