* {
    padding: 0;
    margin: 0;
    font-family: "DM Sans", serif;

}

p {
    text-align: justify !important;
}

.top-subtitle {
    font-size: 18px;
    color: #202c52;
    font-weight: bold;
}

.section-heading {
    font-size: 48px;
    color: #202c52;
    font-weight: 300;
}

/* Menu css start from here */

.header-wrapper,
.navbar {
    background-color: #17244e;

}

.top-header {
    background-color: #17244e;
    padding: 12px 0;
}

.top-header p,
.top-header a {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
}

.right-icons {
    text-align: right;
}

.right-icons .lang,
.right-icons .region {
    font-size: 14px;
    text-decoration: none;
}

.right-icons .region {
    margin-left: 12px;
}

.menu-bar {
    border-top: 1px solid #2e3a60;
    border-bottom: 1px solid #2e3a60;
    padding: 4px;
}
.dropdown-toggle::after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
    border: 0;
    vertical-align: middle;
}

.menu-bar .navbar-nav .nav-link {
    font-size: 18px;
    color: #fff;
}

.menu-bar .navbar-nav {
    margin-left: 5%;
}

.menu-bar .navbar-nav .nav-link {
    padding-right: 16px;
    padding-left: 16px;
}

.menu-bar .navbar-nav .nav-link:hover {
    border-bottom: 2px solid #e90000;
}

.menu-bar .contact-us-btn {
    color: #fff;
    font-size: 18px;
    padding: 6px 17px;
    border-radius: 50px;
    background-color: #e90000;
    text-decoration: none;
    transition: all ease-in-out .3s;
}

.menu-bar .contact-us-btn:hover {
    background-color: #e90000d1;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
    margin-top: -0.125rem;
}


/* hero section start here  */

section.hero-section {
    background-color: #17244e;
    background-image: url('../assets/city-bg.png');
    background-repeat: no-repeat;
    background-size: 100% contain;
    background-position: center bottom;

}

.banner-image {
    position: absolute;
    bottom: 0;
    height: 90%;
}


.about-section {
    padding: 60px 0 100px;
    position: relative;

}
.about-section .about-image{
    height: 660px;
}

.about-section p.subtitle {
    font-size: 24px;
}

.about-section p {
    font-size: 18px;
    color: #202c52;
    font-weight: 300;
}

.about-section .v-line {
    width: 1px;
    height: 100%;
    background-color: #7da7d9;
    margin: auto;
}

.mission-section .muted-text {
    font-size: 72px;
    color: #eff3f6;
    font-weight: 300;
    position: absolute;
    top: -77px;
}

.misson-title {
    font-size: 24px;
    color: #202c52;
    font-weight: 300;
}

.mission-wrapper {
    margin-top: 35px;
}

.bg-gray {
    background-color: #eff3f6;
}




/* mission section css start here */

.mission-section {
    background-color: #eff3f6;
    padding: 94px 0 168px 0;
}

.mission-section p {
    font-size: 18px;
    line-height: 24px;
    color: #202c52;
    font-weight: 300;
}

.values-boxes {
    margin-top: 81px;
    display: flex;
    align-items: center;
}

.vision {
    padding: 40px 35px;
    border-radius: 30px;
    filter: drop-shadow(2.5px 4.33px 14.5px rgba(0, 0, 0, 0.2));
    background-color: #ffffff;
    width: 58%;
}

.vision .title,
.mission .title {
    font-size: 24px;
    color: #202c52;
    font-weight: 300;
}

.mission {
    background-color: #d8e4f0;
    border-radius: 0 30px 30px 0;
    padding: 24px 24px 24px 45px;
    width: 42%;
}

/* channel section start here */

.channel-section {
    padding: 100px 0 150px;
}

.channel-section .wrapper {
    margin-top: 50px;
}

.channel-section .subtitle {
    font-size: 18px;
    line-height: 24px;
    color: #6374aa;
    font-weight: 300;
    text-align: center;
}

.channel-card {
    border-radius: 50px;
    filter: drop-shadow(2.5px 4.33px 14.5px rgba(0, 0, 0, 0.2));
    background-color: #ffffff;
    border: 4px solid #6374aa;
    padding: 70px 18px 70px;
    height: 247px;
}

.channel-card .icon {
    position: absolute;
    top: -20%;
    right: 20%;
}

.bc-gray {
    background-color: #eff3f6;
}

.channel-card .girl {
    position: absolute;
    bottom: -27%;
    right: -17%;
    height: 120px;
    width: 120px;
}

.channel-card .channel-badge {
    position: absolute;
    right: -11%;
    top: 6%;
}

.channel-card ul li {
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 24px;
    color: #202c52;
    font-weight: 500;
    line-height: 30px;
}


.blogs-section {
    background-color: #eff3f6;
    padding: 100px 0;
}

.blog-card {
    padding: 20px;
    border-radius: 30px;
    filter: drop-shadow(1.5px 2.598px 14.5px rgba(0, 0, 0, 0.06));
    background-color: #ffffff;
}

.blog-card img {
    width: 100%;
    height: 246px;
    border-radius: 30px;
}

.blog-card a img {
    width: 22px;
    height: 12px;
}

.blog-card .title {
    font-size: 24px;
    color: #202c52;
    font-weight: bold;
    margin-top: 20px;
}

.blog-card .description {
    font-size: 18px;
    line-height: 24px;
    color: #202c52;
    font-weight: 300;
    margin-top: 10px;
}

.blog-card a {
    font-size: 18px;
    line-height: 24px;
    text-decoration: underline;
    color: #202c52;
    font-weight: 300;
    margin-top: 40px;
    display: inline-block;
}

.meet-team-section {
    background-image: url('../assets/worldmap.jpg');
    background-size: 60;
    background-position: center;
    background-repeat: no-repeat;
}

.meet-team-comapny {
    background-image: url('../assets/worldmap2.png');
    background-position: 56% 20%;
}

.team-group {
    border-radius: 23px;
    background-color: #ffffff;
    text-align: center;
    font-size: 24px;
    color: #202c52;
    font-weight: 500;
    width: fit-content;
    margin: 0 auto 35px auto;
    padding: 10px 20px;
}

.meet-team-section .subtitle {
    font-size: 18px;
    line-height: 24px;
    color: #6374aa;
    font-weight: 300;
    text-align: center;
}

.team-member-wrapper {
    position: relative;
}

.team-member-wrapper .picture {
    z-index: 1;
    position: relative;
    object-fit: cover;
}

.team-member-wrapper .border-outer {
    width: 100%;
    height: 309px;
    border-radius: 165px;
    background-color: #eff3f6;
    border: 40px solid #6374aa;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    top: 10%;
    background-color: #ffcccc;
}


.team-member-wrapper .designation {
    position: absolute;
    filter: drop-shadow(2.5px 4.33px 8px rgba(0, 0, 0, 0.11));
    background: #fff;
    padding: 11px;
    border-radius: 50px;
    top: 16%;
    z-index: 1;
    right: -17%;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
}

.team-member-wrapper .name-social {
    background: #fff;
    border-radius: 61% 61% 0 0;
    top: -100px;
    z-index: 2;
    position: relative;
    padding: 20px;
}

.bg-gray .name-social {
    background-color: #eff3f6;
}


.team-member-wrapper .picture {
    height: 378px;
}

.team-member-wrapper .name {
    font-size: 24px;
    line-height: 24px;
    color: #202c52;
    font-weight: 300;
}

.team-member-wrapper ul {
    list-style: none;
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 10px;
    padding: 0;
}

.contact-us {
    background-color: #eff3f6;
    padding: 94px 0;
    position: relative;
}

.contact-us .container {
    position: relative;
    z-index: 1;
}

.contact-us .subtitle {
    font-size: 24px;
    line-height: 24px;
    color: #6374aa;
    font-weight: 300;
}

.location .title {
    font-size: 18px;
    line-height: 24px;
    color: #202c52;
    font-weight: bold;
}

.location a {
    font-size: 18px;
    line-height: 24px;
    color: #202c52;
    font-weight: bold;
}


.location .details {
    font-size: 16px;
    line-height: 24px;
    color: #6374aa;
    font-weight: 400;
}

.phoneNumber {
    font-size: 30px;
    line-height: 24px;
    color: #6374aa;
    font-weight: 800;
}

.form-wrapper {
    margin-top: 129px;
}

.form-wrapper form input,
.form-wrapper form textarea {
    background-color: transparent !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-color: none !important;
    border-radius: 0;
    font-size: 16px;
    color: #6374aa;
    margin-bottom: 30px;
    font-size: 24px;
}

::placeholder {
    font-size: 24px;
    color: #6374aa !important;
    font-weight: 300;
}

.footer-wrapper {
    background-color: #17244e;
    padding: 60px 0;
}

.footer-wrapper ul {
    padding: 0;
}

.footer-wrapper ul li {
    list-style: none;
}

.footer-wrapper ul li a {
    font-size: 16px;
    line-height: 36px;
    text-decoration: underline;
    color: #ffffff;
    font-weight: 300;
}

.footer-wrapper .title {
    font-size: 24px;
    line-height: 48px;
    color: #ffffff;
    font-weight: bold;
}

.footer-wrapper .telephone {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
}

.footer-wrapper ul li a img {
    width: 24px;
    height: 24px;
}

.footer-wrapper input {
    outline: 0;
    background-color: transparent !important;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
    border-color: #6374aa;
    font-size: 18px!important;
}

.footer-wrapper .form-control:focus {
    background-color: transparent !important;
    outline: 0;
}
.footer-wrapper ::placeholder{
    font-size: 18px;
}

.shade {
    position: absolute;
    height: 100%;
    width: 80%;
    z-index: 1;
    border-radius: 0 0;
    background: linear-gradient(70deg, #1e214c14 50%, transparent 50%);
    top: 0;
}



/* about us page css start from here */

.company-header {
    background-color: #17244e;
    padding: 80px 0;
    /* background-image: url('../assets/world.png'); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
    overflow: hidden;
}

.text-email {
    color: #ff0000;
}

.email-us {
    padding: 70px 0;
    color: #17244e;
}

.email-us a {
    font-weight: bold;
    color: #17244e;
}

.product-key-section .vision {
    width: 100%;
    height: 100%;
    padding: 48px;
}

.product-key-section .vision .title {
    position: absolute;
    background: #17244e;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    font-weight: bold;
    border-radius: 40px;
    padding: 12px 20px 12px 20px;
    width: 88%;
    left: 0;
    top: -34px;
    right: 0;
    margin: auto auto 16px auto;
    text-decoration: none;
    min-height: 72px;
}
.product-key-section .vision .title:after {
    content: '';
    position: absolute;
    right: 8%;
    bottom: 3%;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-right: 50px solid #555;
    border-right: 50px solid #17244e;
    transform: rotate(47deg);
}

.product-key-section .vision p {
    font-size: 18px;
    line-height: 24px;
    color: #202c52;
    font-weight: 300;
}

.product-key-section .title {
    margin-bottom: 16px;
}

.section2 .section-title {
    font-size: 24px;
    text-decoration: underline;
    color: #17244e;
    font-weight: 300;
    margin-bottom: 47px;
}

.section2 .title {
    font-size: 18px;
    color: #17244e;
    font-weight: 600;
    margin: 20px 0;
}

.section2 p {
    font-size: 18px;
    line-height: 24px;
    color: #202c52;
    font-weight: 300;
}

.section2 p strong {
    font-weight: 700;
}

.icons-4 {
    margin-top: -250px;
    position: relative;
    z-index: 1;
}

.section3 {
    background-color: #eff3f6;
    padding-bottom: 200px;
}


.section3 .title {
    font-size: 24px;
    text-decoration: underline;
    color: #17244e;
    font-weight: 300;
    margin-bottom: 46px;
}

.section3 p {
    font-size: 18px;
    line-height: 24px;
    color: #202c52;
    font-weight: 300;
}

.section3 p span {
    color: #202c52;
    font-weight: 500;
}

.section3 p strong {
    font-weight: 600;
}

.section4 {
    background-image: url("../assets/image-section3.png");
    padding-bottom: 400px;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.section4 .title {
    font-size: 24px;
    text-decoration: underline;
    color: #17244e;
    font-weight: 300;
}

.section4 p {
    font-size: 18px;
    line-height: 24px;
    color: #202c52;
    font-weight: 300;
}

.page-title {
    border-radius: 36px;
    background-color: #ea2224;
    font-size: 48px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 300;
    width: fit-content;
    padding: 20px 30px;
    display: block;
    font-weight: 700;
    margin: 0 auto 50px auto;
}

.titleTop {
    font-size: 36px;
    color: #17244e;
    font-weight: 700;
    margin-bottom: 20px;
}

p.sectionDescription {
    font-size: 18px;
    color: #202c52;
    font-weight: 300;
    text-align: center;
}

.key-points {
    font-size: 24px;
    line-height: 24px;
    color: #6374aa;
    font-weight: 300;
}

.keyBox {
    padding: 16px 24px;
    display: flex;
    transition: all .3s ease-in-out;
    border-radius: 40px;
    background-color: #eff3f6;
    padding: 40px;
    height: 100%;
}

.keyBox .title {
    color: #202c52;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 5px;
}

.keyBox p.description {
    font-size: 18px;
    color: #202c52;
    font-weight: 300;
    margin-bottom: 0;
}

.channel-card.active {background: #6374a9;}

.channel-card.active li {
    color: #fff;
}
.developmentService{
    margin-bottom: 75px;
}
.whyChooseUs{
    padding: 84px 0;
    background-color: #eff3f6;
    margin-top: 75px;
}
.benifits {
    display: flex;
    border-bottom: 1px solid #d1d5db;
    padding-top: 60px;
}
.count {
    color: rgba(0, 0, 0, .15);
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
    letter-spacing: -1.5px;
}
.content{
    padding-bottom: 24px;
    padding-left: 24px;
}
.content .title{
    font-size: 36px;
line-height: 36px;
color: #202c52;
font-weight: 700;

}
.content .description,.content li{
font-size: 18px;
line-height: 24px;
color: #202c52;
font-weight: 300;
margin-top: 16px;
}
.content .description strong {
    font-weight: 700;
}

.right-image{
    position: sticky;
    height: auto;
    top: 20px;
}

.section-py {
    padding: 7.5rem 0;
  }

  .bg-success {
    --sinch-bg-opacity: 1;
    background-color: #e2f0e8 !important;
  }

  .card.card-transparent {
    background-color: transparent !important;
    box-shadow: none !important;
    border: 0;
  }

  .pt-lg-9 {
    padding-top: 4rem !important;
  }

  .bg-info {
    --sinch-bg-opacity: 1;
    background-color: rgb(225 240 254) !important;
  }

  .section-altblo .card-text{
    font-size: 18px;
    color: #202c52;
    font-weight: 300;
  }
  .section-altblo .card-title{
    font-size: 18px;
    color: #202c52;
    font-weight: bold
  }

  .values-boxes-key {
    position: relative;
}


/*----------------------------editor 08/11/2025----------------*/
/* Profile image (avatar) */
.right-corner .profile-img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  object-fit: cover;
}

/* Remove default arrow spacing */
.right-corner .dropdown-toggle::after {
    margin-left: 6px;
    font-weight: bold;
    transition: 0.3s linear all;
    background-image: url(../assets/dropdown-arrow.svg);
    width: 15px;
    height: 8px;
    background-size: 100%;
}
.right-corner .dropdown > .btn.show:after {
   transform: rotate(180deg) translate(0, -1.5px)
}
/* Custom dropdown menu */
.right-corner .custom-dropdown {
    border: none;
    border-radius: 10px;
    padding: 10px;
    background-color: #ffffff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
    min-width: 150px;
    margin-top: 5px;
    /* //margin-left: -20px; */
    margin-left: -30px;
}
.right-corner .custom-dropdown .dropdown-item:hover {
    background: #ea2223 !important;
    color: #fff;
}
.right-corner .custom-dropdown li {
    border: none;
    margin-bottom: 5px;
}
/* .dropdown:hover .dropdown-menu { display: none; } */
.dropdown-menu.show
{
    display: block;
}
.right-corner .custom-dropdown li:last-child {
    margin: 0px;
    padding: 0px;
}

/* Dropdown items */
.right-corner .custom-dropdown .dropdown-item {
    border-radius: 6px;
    padding: 5px 7px;
    text-align: center;
    color: #000;
    font-weight: 500;
    background: #F0F0F0;
    line-height: 23px;
    font-weight: bold;
    font-size: 14px;
}
.right-corner .custom-dropdown .dropdown-item:hover {
  background-color: #f1f1f1;
}

/* Login button look */
.right-corner .dropdown > .btn {
  background-color: transparent;
  font-weight: 500;
  border: none;
  padding: 0px;
}

.right-corner .dropdown > .btn:hover {
  color: #f8f9fa;
}
/* responsive css start from here */


/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 991px) {
    .section-heading {
        font-size: 24px;
    }

    .about-section p.subtitle {
        font-size: 18px;
    }

    .about-section p,
    .contact-us .subtitle {
        font-size: 16px;
    }

    .section,
    .blogs-section,
    .contact-us,
    .channel-section {
        padding: 30px 0 30px;
    }

    .btn-outline-primary-orange,
    .btn-primary {
        padding: .6rem 1rem;
    }

    .mission-section .section-heading {
        text-align: center;
    }

    .values-boxes {
        display: block;
        margin-top: 20px;
    }

    .vision,
    .mission {
        width: 100%;
    }

    .mission {
        border-radius: 30px 30px 30px 30px;
        margin-top: 20px;
    }

    .blog-card {
        margin-bottom: 20px;
    }


    .form-wrapper {
        margin-top: 30px;
    }

    .contact-us form {
        margin-top: 50px;
    }

    .channel-card .icon {
        top: -12px;
        right: 20%;
        height: 40px;
        width: 40px;
    }

    .channel-card .girl {
        position: absolute;
        bottom: 0;
        right: -5%;
        height: 80px;
        width: 80px;
    }

    .channel-card .channel-badge {
        right: 0;
    }

    .channel-section .wrapper {
        margin-top: 0;
    }

    .team-member-wrapper .border-outer {
        width: 100%;
    }

    .blog-card img {
        object-fit: cover;
    }

    .hero-tel {
        display: block;
        margin-top: 16px;
    }

    .navbar-toggler {
        color: #fff;
        background-color: #fff;
    }

    .mission-section .muted-text {
        display: none;
    }
    .team-member-wrapper .designation {
        right: 0;
        top: 75%;
        z-index: 9;
        left: 0;
        width: 50%;
        margin: auto;
    }
    .banner-image {
        position: relative;
        margin-top: 20px;
    }
    
    .banner-text {
        padding-right: 1.5rem;
        padding-top: 1.5rem;
        position: relative;
    }
    .circle-anim{
        display: none;
    }
    .about-section .about-image{
        height: 360px;
    }
    .company-header {
        padding: 40px 0;
    }
}

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {}

/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

/* // X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {}