@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100..900&display=swap');

body {
    font-family: 'Montserrat';
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.56;
    color: #202020;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

img {
    vertical-align: top;
}

main img {
    max-width: 100%;
}

.link-primary {
    font-size: 20px;
    color: #EE7D0C;
    font-weight: 600;
    text-decoration: none;
    position: relative;
}

.link-primary:after {
    content: ">";
    margin-left: 10px;
    font-weight: 600;
}

.slick-dots li:only-child {
    display: none !important;
}

input[type="text"],
.input[type="email"],
.input[type="tel"],
.input[type="search"],
select,
textarea {
    border: solid 1px #D5D5D5;
    border-radius: 5px;
    height: 60px;
    padding: 0 18px;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1300px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1480px;
    }
}

@media (min-width: 1800px) {
    .container {
        max-width: 1680px;
    }
}

@media (min-width: 1840px) {
    .container {
        max-width: 1740px;
    }

    body {
        font-size: 18px;
        line-height: 1.56;
    }
}

.navbar.navbar-light.bg-light {
    position: sticky;
    top: 0;
    z-index: 100;
}

.navbar-nav {
    flex-direction: row;
}

.navbar-nav .nav-item {
    margin-left: 15px;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
    background-color: #00195A;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 16px;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: white;
}

.bg-light {
    background-color: white !important;
    box-shadow: 0px 10px 10px rgba(195, 242, 252, 0.6);
}

.container-fluid.banner-section {
    position: relative;
    padding: 0;
    overflow-x: hidden;
}

.container-fluid.banner-section>img {
    width: 100%;
}

.banner-detail {
    position: absolute;
    top: 110px;
    left: 0;
    margin: 0 auto;
    right: 0;
}

.banner-left-detail h2 {
    font-size: 55px;
    font-weight: 400;
    color: #55AAFF;
}

.banner-left-detail h2 span {
    color: #00165A;
}

.banner-left-detail p {
    width: 400px;
    color: #00195A;
    margin-bottom: 50px;
    margin-left: 5px;
}

.banner-left-detail a {
    text-transform: uppercase;
    color: #ffffff;
    background-color: #00195A;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 30px;
    margin-top: 50px;
}

.banner-right-detail {
    position: absolute;
    right: 0;
    top: 80%;
    transform: translateY(-80%);
}

.banner-right-detail img {
    width: 200px;
}

.banner-center-detail {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
}

.banner-center-detail img {
    width: 50px;
}

.banner-bottom-detail {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.banner-bottom-detail img {
    width: 100px;
}

.section-2 h3 {
    font-size: 43px;
    color: #00195A;
}

.section-2 h3 span {
    color: #55AAFF;
}

.section-2 h4 {
    font-size: 20px;
    color: #00195A;
}

.section-2 p {
    font-size: 16px;
    color: #646464;
}

.container.section-2 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.container.section-3 {
    margin-top: 120px;
}

.container.section-3 .col-4 .card {
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0px 0px 15px rgba(105, 149, 193, 0.5);
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 250px;
    display: flex;
    justify-content: flex-start;
}

.container.section-3 .col-4 img {
    max-width: 100px;
    position: absolute;
    left: 50%;
    top: -30%;
    transform: translateX(-50%);
}

.container.section-3 .col-4 h4 {
    height: 50px;
}

.container.section-3 .col-4 h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    color: #00195A;
    padding-bottom: 10px;
}

.container.section-3 .col-4 p {
    text-align: center;
    font-size: 16px;
    color: #646464;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.container.section-4 {
    margin-top: 100px;
}

.section-4 .left-section img {
    max-width: 450px;
}

.section-4 .left-section h3 {
    color: #55AAFF;
}

.section-4 .left-section h3 span {
    color: #00195A;
}

.section-4 .right-section .background-color {
    padding-top: 30px;
    padding-left: 30px;
    position: relative;
}

.section-4 .right-section .background-color::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #55AAFF;
    height: 100%;
    overflow: hidden;
    border-radius: 20px 0 0 20px;
    z-index: -1;
    width: 1000px;
}

.section-4 .right-section .background-color .row {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #A9D4FF;
}

.section-4 .right-section .background-color .row:last-child {
    border-bottom: none;
}

.section-4 .right-section .col-2 {
    text-align: right;
}

.section-4 .right-section h2 {
    font-size: 25px;
    font-weight: 600;
    color: #ffffff;
}

.section-4 .right-section p {
    font-size: 16px;
    color: #ffffff;
}

.section-4 .right-section img {
    max-width: 30px;
}

.section-5 {
    text-align: center;
}

.section-5 h2 {
    color: #55AAFF;
}

.section-5 p {
    color: #646464;
}

.section-5 .box-design {
    margin-bottom: 150px;
}

.section-5 .boxes {
    position: relative;
}

.section-5 .boxes::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100px;
    background-color: #55AAFF;
    height: 400px;
    width: 160%;
    z-index: -1;
    transform: translateX(-50%);
}

.section-5 .card {
    background-color: #00195A;
    display: inline-block;
    border-radius: 10px;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 200px;
    display: flex;
    justify-content: center;
}

.section-5 .card h2 {
    color: #55AAFF;
    font-size: 60px;
}

.section-5 .card p {
    color: #ffffff;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
}

.section-5 .justify-content-center {
    margin-bottom: 20px;
}

.section-6 .col-5 h2 {
    color: #55AAFF;
    font-size: 40px;
}

.section-6 .col-5 h2 span {
    color: #00195A;
}

.section-6 .col-7 p {
    font-size: 16px;
}

.section-6 img {
    max-width: 500px;
}

.section-6 .row.justify-content-center {
    position: relative;
}

.section-6 .kumar-section h2,
.section-6 .venkatesh-section h2 {
    font-size: 20px;
    text-transform: uppercase;
    color: #00195A;
    position: relative;
    margin-bottom: 40px;
    font-weight: 600;
}

.section-6 .kumar-section h2::after,
.section-6 .venkatesh-section h2::after {
    content: '';
    position: absolute;
    top: 40px;
    left: 0px;
    height: 6px;
    border-top: 2px solid #A9D4FF;
    width: 100px;
}

.section-6 .kumar-section h3,
.section-6 .venkatesh-section h3 {
    font-size: 24px;
    color: #646464;
    font-weight: 400;
}

.section-6 .kumar-section img,
.section-6 .venkatesh-section img {
    max-width: 30px;
}

.section-6 .row.justify-content-center .kumar-section {
    position: absolute;
    top: 180px;
    left: 0;
    width: auto;
}

.section-6 .row.justify-content-center .venkatesh-section {
    position: absolute;
    top: 180px;
    right: 0;
    width: auto;
}

.container-fluid.silkSlider {
    background-color: #EDF6FF;
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.container-fluid.silkSlider>h2 {
    text-align: center;
    color: #00195A;
    margin-bottom: 30px;
}

.silkSlider .cards {
    padding: 10px
}

.silkSlider .card-details {
    background-color: #FBFDFF;
    border-radius: 15px;
    box-shadow: 0px 0px 15px rgba(105, 149, 193, 0.5);
    text-align: center;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.silkSlider .cards h2 {
    font-size: 20px;
    color: #00195A;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.silkSlider .cards h3 {
    font-size: 18px;
    color: #55AAFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.silkSlider .cards p {
    font-size: 16px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.silkSlider .readmore {
    display: block;
    color: #55AAFF;
    text-decoration: none;
    margin-bottom: 20px;
}

.silkSlider .cta-btn {
    color: #ffffff;
    background-color: #00195A;
    padding: 15px 25px;
    text-decoration: none;
    border-radius: 30px;
}

.silkSlider .card-section {
    padding-bottom: 60px;
}

.silkSlider .slick-next {
    background-image: url(/wp-content/themes/soluciions/images/RightArrowActive.png) !important;
    background-repeat: no-repeat;
    width: 63px !important;
    height: 63px !important;
}

.silkSlider .slick-prev {
    background-image: url(/wp-content/themes/soluciions/images/LeftArrowActive.png) !important;
    background-repeat: no-repeat;
    width: 63px !important;
    height: 63px !important;
}

.silkSlider .slick-next:before,
.silkSlider .slick-prev:before {
    display: none;
}

.silkSlider .slick-next,
.silkSlider .slick-prev {
    bottom: 0 !important;
    top: 100% !important;
}

.silkSlider .slick-prev {
    right: 250px;
    left: auto !important;
}

.silkSlider .slick-next {
    right: 155px !important;
}

.silkSlider .slick-next:before,
.silkSlider .slick-prev:before {
    color: #55AAFF !important;
    font-size: 50px !important;
}

.silkSlider .slick-prev.slick-disabled {
    background-image: url(/wp-content/themes/soluciions/images/LeftArrowDisable.png) !important;
    background-repeat: no-repeat;
    width: 63px !important;
    height: 63px !important;
}

.silkSlider .slick-next.slick-disabled {
    background-image: url(/wp-content/themes/soluciions/images/RightArrowDisable.png) !important;
    background-repeat: no-repeat;
    width: 63px !important;
    height: 63px !important;
}

.silkSlider .view-all {
    text-align: center;
}

.silkSlider .view-all a {
    color: #ffffff;
    background-color: #00195A;
    padding: 15px 25px;
    text-decoration: none;
    border-radius: 30px;
}


/* Footer Section */

footer .container-fluid.footer-top,
footer .container-fluid.footer-bottom {
    background-color: #00195A;
}

footer .top-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

footer .top-section h3 {
    color: #55AAFF;
    font-size: 40px;
    text-align: center;
}

footer .top-section h3 span {
    color: #ffffff;
}

footer .top-section p {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
}

footer .top-section .consultation-btn {
    text-align: center;
    margin-top: 40px;
}

footer .top-section .consultation-btn a {
    background-color: #55AAFF;
    color: #ffffff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 30px;
}

footer .container-fluid.footer-mid {
    background-color: #EDF6FF;
    padding-top: 50px;
}

footer .mid-section .logo {
    padding-bottom: 30px;
}

footer .mid-section .logo img {
    max-width: 150px;
}

footer .mid-section .middle-mid a,
footer .mid-section .middle-bottom a {
    display: block;
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    padding-bottom: 10px;
}

footer .mid-section .middle-mid .subscribe {
    background-color: #EEF6FF;
    box-shadow: 0px 0px 15px rgba(105, 149, 193, 0.5);
    padding: 20px 30px;
    border-radius: 20px;
}

footer .mid-section .middle-mid .subscribe h3 {
    color: #000000;
    text-align: center;
    font-size: 33px;
}

footer .mid-section .middle-mid .wrapper {
    max-width: 100%;
    position: relative;
}

footer .mid-section .middle-mid .wrapper input {
    background-color: #D9ECFF;
    border-radius: 16px;
    padding: 10px 20px;
    width: 100%;
    border: 0;
    color: #55AAFF;
}

footer .mid-section .middle-mid .wrapper input::placeholder {
    color: #55AAFF;
}

footer .mid-section .middle-mid .wrapper button {
    position: absolute;
    right: 20px;
    border: 0;
    top: 0;
    bottom: 0;
    background-color: transparent;
}

footer .mid-section .middle-mid .wrapper button img {
    max-width: 29px;
    vertical-align: middle;
}

footer .mid-section .middle-bottom .col-4 {
    font-size: 14px;
}

footer .bottom-section {
    padding-top: 20px;
    padding-bottom: 20px;
}

footer .bottom-section .col-a {
    color: #ffffff;
}

footer .bottom-section .col-b {
    text-align: center;
    text-transform: uppercase;
}

footer .bottom-section .col-b a {
    text-decoration: none;
    color: #55AAFF;
}

footer .bottom-section .col-c {
    color: #ffffff;
    text-align: right;
}

footer .bottom-section .col-c .text {
    padding-right: 150px;
    display: inline;
    position: relative;
}

.text::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 100px;
    right: 0;
    height: 12px;
    border-top: 5px solid #55AAFF;
}

footer .bottom-section .col-c .arrow {
    display: inline;
}

.banner-title1 {
    font-size: 55px;
    font-weight: 400;
    color: #55AAFF;
}

.banner-title2 {
    font-size: 55px;
    font-weight: 400;
    color: #00195A;
}

.banner-left-detail2 p {
    width: 400px;
    color: #00195A;
}

.section2A h2 {
    font-size: 33px;
    color: #00195A;
    text-align: center;
    margin-bottom: 130px;
}

.section2A h2 span {
    color: #55AAFF;
}

.section2A .kumar-detail {
    background-color: #55AAFF;
    border-radius: 20px;
}

.section2A .kumar-detail h3 {
    padding-top: 80px;
    color: #00195A;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.section2A .kumar-detail h3 img {
    padding-left: 20px;
}

.section2A .kumar-detail h4 {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
}

.section2A .kumar-detail p {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.section2A .kumar-detail h5 {
    font-size: 16px;
    font-weight: 500;
    color: #00195A;
    text-transform: uppercase;
}

.section2A .kumar-detail .row .col-5 {
    position: relative;
}

.section2A .kumar-detail .row .col-5 .kumar-pic {
    position: absolute;
    left: 0;
    top: -110px;
    max-width: 400px;
}

.section2A .kumar-detail .certificate-img {
    max-width: 100%;
    padding-bottom: 50px;
}

.section2A .vk-detail {
    background-color: #55AAFF;
    border-radius: 20px;
    margin-bottom: 100px;
}

.section2A .vk-detail h3 {
    padding-top: 80px;
    color: #00195A;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.section2A .vk-detail h3 img {
    padding-left: 20px;
}

.section2A .vk-detail h4 {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
}

.section2A .vk-detail p {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.section2A .vk-detail h5 {
    font-size: 16px;
    font-weight: 500;
    color: #00195A;
    text-transform: uppercase;
}

.section2A .vk-detail .row .col-5 {
    position: relative;
}

.section2A .vk-detail .row .col-5 .vk-pic {
    position: absolute;
    right: 0;
    top: -110px;
    max-width: 400px;
}

.section2A .vk-detail .certificate-img {
    max-width: 100%;
    padding-bottom: 50px;
}

.banner-left-detail3 p {
    width: 400px;
    color: #00195A;
}

.container-fluid.section1B {
    background-color: #EDF6FF;
    padding-top: 50px;
    padding-bottom: 50px;
}

.section1B h2 {
    font-size: 44px;
    color: #00195A;
    text-align: center;
}

.section1B h2 span {
    color: #55AAFF;
}

.section1B p {
    font-size: 16px;
    color: #000000;
    text-align: center;
}

.section1B .card {
    box-shadow: 0px 0px 15px rgba(105, 149, 193, 0.5);
    border-radius: 10px;
}

.section1B .top-sec {
    background-color: #55AAFF;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    color: #ffffff;
    font-size: 23px;
    font-weight: 600;
    text-align: center;
    min-height: 115px;
}

.section1B .bottom-sec {
    background-color: #ffffff;
    color: #333333;
    text-align: center;
    padding: 20px;
    border-radius: 0 0 10px 10px;
    border: none;
    min-height: 115px;
}

.container.section2B {
    margin-top: 50px;
    margin-bottom: 50px;
}

.section2B h2 {
    font-size: 40px;
    font-weight: 600;
    color: #00195A;
}

.section2B h2 span {
    color: #55AAFF;
}

.section2B p {
    font-size: 16px;
    color: #333333;
}

.section2B .card {
    flex-direction: row;
    box-shadow: 0px 0px 15px rgba(105, 149, 193, 0.5);
    border-radius: 10px;
    margin-top: 30px;
}

.section2B .card .left-sec {
    width: 45%;
    background-color: #00195A;
    border-radius: 10px 0 0 10px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
}

.section2B .card .left-sec h3 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
    position: relative;
}

.section2B .card .left-sec .col-2 .number {
    color: #00195A;
    background-color: #55AAFF;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    vertical-align: middle;
    padding: 2px;
    margin-left: 10px;
}

.section2B {
    counter-reset: my-sec-counter;
}

.section2B .card .left-sec .col-2 .number::before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
}

.section2B .card .left-sec p {
    font-size: 20px;
    color: #55AAFF;
}

.section2B .card .left-sec a {
    color: #ffffff;
    background-color: #55AAFF;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 20px;
    text-transform: uppercase;
}

.section2B .card .right-sec {
    width: 55%;
    background-color: #ffffff;
    border-radius: 0 10px 10px 0;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section2B .card .right-sec p {
    font-size: 17px;
    color: #000000;
}

.section2B .card .right-sec .features p {
    display: inline;
    font-size: 16px;
    color: #00195A;
}

.section2B .card .right-sec .features a {
    color: #00195A;
    background-color: #A9D4FF;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 20px;
    font-size: 14px;
}

.container-fluid.section3B {
    margin-top: 100px;
    background-color: #55AAFF;
    padding-top: 50px;
    padding-bottom: 50px;
}

.section3B h2 {
    font-size: 45px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
}

.section3B p {
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}

.section3B .row {
    margin-top: 100px;
}

.section3B .card {
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0px 0px 15px rgba(105, 149, 193, 0.5);
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 250px;
    display: flex;
    justify-content: flex-start;
}

.section3B .card h4 {
    height: 50px;
}

.section3B .card h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    color: #00195A;
    padding-bottom: 10px;
}

.section3B .card p {
    text-align: center;
    font-size: 16px;
    color: #646464;
    padding-bottom: 20px;
}

.section3B .card img {
    max-width: 100px;
    position: absolute;
    left: 50%;
    top: -30%;
    transform: translateX(-50%);
}

.banner-left-detail4 p {
    width: 400px;
    color: #00195A;
    margin-bottom: 50px;
}

.banner-left-detail4 a {
    text-transform: uppercase;
    color: #ffffff;
    background-color: #00195A;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 30px;
    margin-top: 50px;
}

.banner-left-detail4 .banner-btn {
    margin-top: 130px;
}

.banner-left-detail4 .banner-btn a {
    background-color: transparent;
    color: #00195A;
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
    margin-right: 30px;
}

.banner-left-detail4 .banner-btn a.active,
.banner-left-detail4 .banner-btn a:hover {
    border-bottom: 2px solid #55AAFF;
    border-radius: 0;
}

.section1C .wrapperC {
    max-width: 90%;
    margin: 0 auto;
}

.section1C .wrapperC .col-6 {
    margin-bottom: 20px;
}

.section1C .wrapperC .col-6 .card {
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0px 0px 15px rgba(105, 149, 193, 0.5);
    text-align: center;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 300px;
}

.section1C .wrapperC .col-6 .card h2 {
    font-size: 20px;
    color: #00195A;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.section1C .wrapperC .col-6 .card h3 {
    font-size: 18px;
    color: #55AAFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.section1C .wrapperC .col-6 .card P {
    font-size: 16px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.section1C .wrapperC .col-6 .card .readmore {
    display: block;
    color: #55AAFF;
    text-decoration: none;
    margin-bottom: 20px;
}

.section1C .wrapperC .col-6 .card .cta-btn {
    color: #ffffff;
    background-color: #00195A;
    padding: 15px 10px;
    text-decoration: none;
    border-radius: 10px;
}

.container-fluid.form-section {
    background-color: #EDF6FF;
    padding-top: 100px;
    padding-bottom: 100px;
}

.form-section .container {
    width: 80%;
}

.form-section form {
    margin-top: 50px;
}

.form-section h2 {
    color: #000000;
    font-size: 25px;
}

.form-section h3 {
    color: #55AAFF;
    font-size: 45px;
    font-weight: 600;
}

.form-section h4 {
    color: #00195A;
    font-size: 45px;
    font-weight: 600;
}

.form-section h5 {
    color: #00195A;
    font-size: 25px;
}

.form-section .form-control,
.form-section .form-select {
    height: 55px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #55AAFF;
    border-radius: 0;
}

.form-section .form-label {
    color: #00195A;
}

.form-section .form-label span {
    color: #FF0000;
}

.form-section ::placeholder {
    color: #55AAFF;
}

.form-section .form-check {
    padding-left: 0;
}

.form-section select#inputState {
    color: #55AAFF;
}

.form-section .btn-primary {
    background-color: #00195A;
    color: #ffffff;
    border-radius: 30px;
    padding: 15px 40px;
}

.form-section .form-check-label {
    margin-top: 20px;
    margin-bottom: 20px;
}

.form-section .discription {
    margin-top: 80px;
}

.container-fluid.info {
    background-color: #55AAFF;
    padding-top: 100px;
    padding-bottom: 100px;
}

.info .container {
    width: 50%;
    color: #ffffff;
}

.info .container .col-6 {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #A9D4FF;
    font-size: 20px;
}

.info .container .row:last-child {
    border-bottom: 1px solid #A9D4FF;
}

.info .info-left {
    color: #A9D4FF;
}

.info .info-right {
    text-align: right;
}

.container.privacy-policy {
    margin-top: 100px;
    margin-bottom: 100px;
}

.privacy-policy h2 {
    color: #000000;
    font-size: 25px;
}

.privacy-policy h3 {
    color: #55AAFF;
    font-size: 25px;
}

.privacy-policy p {
    color: #000000;
    font-size: 16px;
}

.privacy-policy p span {
    color: #55AAFF;
    font-size: 16px;
    font-weight: 600;
}

.privacy-policy h4 {
    color: #00195A;
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.privacy-policy ul {
    display: inline-block;
    margin-left: -15px;
}

.privacy-policy ul li::marker,
.privacy-policy ol li::marker {
    color: #55AAFF;
}

.privacy-policy ol {
    display: inline-block;
    margin-left: 0;
}

.privacy-policy li {
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.privacy-policy hr:not([size]) {
    height: 12px;
    color: #55AAFF;
    opacity: 1;
}

.privacy-policy h5 {
    color: #55AAFF;
}

.privacy-policy .category-table table th {
    background-color: #55AAFF;
    color: #ffffff;
}

.privacy-policy tbody,
.privacy-policy td,
.privacy-policy tfoot,
.privacy-policy th,
.privacy-policy thead,
.privacy-policy tr {
    border-color: transparent;
}

.privacy-policy strong {
    color: #55AAFF;
}

.privacy-policy .table tbody td ul,
.privacy-policy .table tbody td li {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.privacy-policy .table>:not(:first-child) {
    border-top: none;
}

.privacy-policy .back-color {
    background-color: #EEF6FF !important;
}

.privacy-policy .table {
    margin-bottom: 0;
    border-bottom: 5px solid #55AAFF;
}

.privacy-policy strong {
    display: block;
}

.privacy-policy .table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: transparent;
}

.privacy-policy td:nth-child(2) {
    background-image: url(/wp-content/themes/soluciions/images/gradient.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: 0;
}

.privacy-policy .table-striped>tbody>tr:nth-of-type(even)>* {
    background-color: #EEF6FF;
    z-index: 5;
}

.container-fluid.submit-detail1 {
    background-color: #EDF6FF;
    height: calc(100vh - 76px);
    position: relative;
}

.submit-detail1 .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.submit-detail1 h2 {
    text-align: center;
    font-size: 18px;
    color: #000000;
}

.submit-detail1 h3 {
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    color: #00195A;
}

.submit-detail1 a {
    text-align: center;
    color: #ffffff;
    background-color: #00195A;
    padding: 15px 25px;
    text-decoration: none;
    border-radius: 30px;
    text-transform: uppercase;
}

.submit-detail1 .btn {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.container-fluid.submit-detail2 {
    background-color: #EDF6FF;
    height: calc(100vh - 76px);
    position: relative;
}

.submit-detail2 .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 255px;
}

.submit-detail2 h2 {
    font-size: 35px;
    color: #55AAFF;
}

.submit-detail2 h3 {
    font-size: 25px;
    font-weight: 600;
    color: #00195A;
}

.submit-detail2 p {
    font-size: 16px;
    color: #8E8E93;
}

.submit-detail2 button {
    border: none;
    margin-top: 20px;
}

.submit-detail2 a {
    text-align: center;
    color: #ffffff;
    background-color: #00195A;
    padding: 15px 25px;
    text-decoration: none;
    border-radius: 30px;
}

.submit-detail2 .btn {
    margin-top: 30px;
    padding-left: 0;
}

.submit-detail2 select {
    width: 100%;
    color: #55AAFF;
}

.submit-detail2 input[type="text"],
.submit-detail2 .input[type="email"],
.submit-detail2 .input[type="tel"],
.submit-detail2 .input[type="search"],
.submit-detail2 select,
.submit-detail2 textarea {
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #8E8E93;

}

.submit-detail2 .next {
    margin-right: 20px;
    text-transform: uppercase;
}

.submit-detail2 .back {
    text-transform: uppercase;
    background-color: #8F9EBD;
    margin-right: 20px;
}

.submit-detail2 input {
    display: block;
    width: 100%;
}

.submit-detail2 input::placeholder {
    color: #55AAFF;
}

.container-fluid.submit-detail3 {
    background-color: #EDF6FF;
    height: calc(100vh - 76px);
    position: relative;
}

.submit-detail3 .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.submit-detail3 h2 {
    text-align: center;
    font-size: 45px;
    font-weight: 600;
    color: #55AAFF;
}

.submit-detail3 p {
    text-align: center;
    font-size: 18px;
    color: #000000;
}

.submit-detail3 .btn {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.submit-detail3 a {
    text-align: center;
    color: #ffffff;
    background-color: #00195A;
    padding: 15px 25px;
    text-decoration: none;
    border-radius: 30px;
    text-transform: uppercase;
}

.select2-container--bootstrap-5 .select2-selection {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #8E8E93 !important;
    border-radius: 0 !important;
}

.commingSoon h1 {
    color: #00195A;
    font-size: 2em;
    font-weight: 800;
    line-height: inherit;
    text-align: center;
}

.commingSoon .home-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 300px;
}

.faq h2 {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    color: #55AAFF;
    font-weight: 500;
}

.faq h3 {
    text-align: center;
    color: #00195A;
    margin-top: 15px;
    font-weight: 500;
}

.faq p {
    text-align: center;
}

.faq .accordion-flush .accordion-item .accordion-button {
    border-radius: 10px;
    background-color: #eaf4ff;
    border: 1px solid #a9d4ff;
}

.faq .accordion-item {
    margin: 0 auto;
    border: transparent;
    width: 70%;
}

.faq div#accordionFlushExample {
    margin-bottom: 60px;
}

.faq .accordion-button::after {
    background-image: url(/wp-content/themes/soluciions/images/blueDownArrow.svg);
}
.faq .accordion-body p {
    text-align: left;
}
@media (max-width: 1024px) {
    .section-6 .col-6 img {
        max-width: 300px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .section-4 .right-section .background-color::after {
        width: 100%;
        border-radius: 20px;
    }

    .section-4 .right-section .background-color .row {
        width: 100%;
    }

    .section-5 .boxes::after {
        width: 100%;
    }

    .silkSlider .card-section {
        margin-left: 0;
        margin-right: 0;
    }

    footer .footer-mid .middle-bottom .col-4 {
        width: 100%;
        margin-top: 20px;
    }

    footer .footer-mid .middle-bottom .col-2 {
        width: 33.3%;
        margin-top: 20px;
    }

    .container.section2A {
        margin-top: 80px;
    }

    .section1B .top-sec {
        min-height: 145px;
    }

    .section1B .bottom-sec {
        min-height: 145px;
    }

    .section2B .card {
        flex-direction: column;
    }

    .section2B .card .left-sec {
        width: 100%;
    }

    .section2B .card .right-sec {
        width: 100%;
    }

    .container.section2B .card .left-sec .row {
        flex-direction: column;
    }

    .section2B .card .right-sec {
        padding: 20px;
    }

    .container-fluid.section1B .container .col-3 {
        width: 25%;
    }

    .section1C .wrapperC {
        margin-top: 80px;
    }

    .banner-left-detail4 .banner-btn {
        margin-top: 70px;
    }

    .section1C .wrapperC .col-6 .card {
        min-height: 320px;
    }
}

@media (max-width: 991.98px) {
    .navbar-nav {
        flex-direction: column;
    }

    .navbar-nav .nav-item {
        margin-left: 0;
        text-align: right;
    }

    .navbar-light .navbar-nav .nav-link {
        margin-top: 10px;
    }

    .banner-left-detail p {
        margin-bottom: 20px;
        margin-left: 5px;
    }

    .container.section-2 {
        margin-top: 110px;
    }

    .section-4 .right-section .background-color::after {
        width: 100%;
        border-radius: 20px;
    }

    .section-5 .boxes::after {
        width: 100%;
    }

    .silkSlider .card-section {
        margin-left: 0;
        margin-right: 0;
    }

    .section-4 .right-section .col-2 {
        text-align: left;
    }

    .section-6 .row.justify-content-center .kumar-section,
    .section-6 .row.justify-content-center .venkatesh-section {
        position: unset;
        width: 50%;
        margin-bottom: 40px;
    }

    .section-6 .row.justify-content-center .col-6 {
        display: none;
    }

    .section-6 .col-5 h2 {
        margin-bottom: 20px;
    }

    .container.section2A {
        margin-top: 170px;
    }

    .container.section-4 .left-section,
    .container.section-4 .right-section {
        width: 100%;
    }

    .section-4 .left-section img {
        max-width: 100%;
    }

    .section-4 .right-section .background-color .row {
        width: 100%;
    }

    .container.section-5 .col-3 {
        width: 100%;
        margin-bottom: 20px;
    }

    .section-5 .justify-content-center {
        margin-bottom: 0;
    }

    .section-5 .card {
        width: 90%;
    }

    .section-5 .boxes::after {
        height: 750px;
    }

    .silkSlider .slick-prev,
    .silkSlider .slick-next {
        display: none !important;
    }

    .section-6 .row.justify-content-center .col-6 {
        display: none;
    }

    footer .footer-mid .middle-bottom .col-4 {
        width: 100%;
        margin-top: 20px;
    }

    footer .footer-mid .middle-bottom .col-2 {
        width: 33.3%;
        margin-top: 20px;
    }

    footer .footer-bottom .col-4 {
        width: 100%;
        text-align: left;
        margin-top: 20px;
    }

    .container-fluid.section1B .container .row .col-3 {
        width: 100%;
        margin-bottom: 40px;
    }

    .container-fluid.section1B .container .row .col-3:last-child {
        margin-bottom: 0;
    }

    .container-fluid.section1B {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section2A .kumar-detail .col-6 {
        width: 90%;
        margin: 0 auto;
        margin-top: 280px;
        order: 2;
    }

    .section2A .vk-detail .col-6 {
        width: 90%;
        margin: 0 auto;
        margin-top: 280px;
        order: 2;
    }

    .section2A .vk-detail .row .col-5 .vk-pic {
        position: absolute;
        right: -430px;
        top: -110px;
        max-width: 400px;
    }

    .section2B .card {
        flex-direction: column;
    }

    .section2B .card .left-sec {
        width: 100%;
    }

    .section2B .card .right-sec {
        width: 100%;
    }

    .container.section2B .card .left-sec .row {
        flex-direction: column;
    }

    .section2B .card .right-sec {
        padding: 20px;
    }

    .container.section1C {
        margin-top: 320px;
    }

    .banner-left-detail4 .banner-btn {
        margin-top: 40px;
    }

    .banner-left-detail4 .banner-btn a {
        display: table;
        margin-top: 0;
    }

    .section1C .wrapperC .col-6 .card {
        min-height: 360px;
    }

    .container.page {
        margin-top: 100px;
    }

    .main__btns {
        flex-direction: column;
    }

    .primary-btn_active,
    .primary-btn:hover,
    .primary-btn {
        width: fit-content;
    }
}

@media (max-width:767.98px) {
    .navbar-nav {
        flex-direction: column;
    }

    p {
        font-size: 16px;
    }

    .container-fluid.banner-section {
        padding: 0;
    }

    .navbar-nav .nav-item {
        margin-left: 0;
        text-align: right;
    }

    .navbar-light .navbar-nav .nav-link {
        margin-top: 10px;
    }

    .banner-left-detail4 p {
        width: 100%;
    }

    .banner-left-detail h2 {
        font-size: 40px;
    }

    .banner-title1,
    .banner-title2,
    .section1B h2 {
        font-size: 25px;
    }

    .section1B .col-3 {
        width: 100%;
        margin-bottom: 20px;
    }

    .container-fluid.section1B {
        padding-bottom: 40px;
    }

    .section2B .card {
        flex-direction: column;
    }

    .section2B .card .left-sec {
        width: 100%;
    }

    .section2B .card .right-sec {
        width: 100%;
    }

    .section2B .card .right-sec .features {
        display: flex;
        flex-direction: column;
    }

    .section2B .card .right-sec .features a {
        margin-bottom: 10px;
    }

    .section3B .col-4 {
        width: 100%;
        margin-bottom: 100px;
    }

    .section3B .col-4:last-child {
        margin-bottom: 0;
    }

    .faq .accordion-item {
        width: 100%;
    }

    footer .footer-mid .middle-mid .col-2 {
        width: 50%;
    }

    footer .footer-mid .middle-mid .col-6 {
        width: 100%;
        margin-top: 20px;
    }

    footer .footer-mid .middle-bottom .col-4 {
        width: 100%;
        margin-top: 20px;
    }

    footer .footer-mid .middle-bottom .col-2 {
        width: 33.3%;
        margin-top: 20px;
    }

    footer .footer-bottom .col-4 {
        width: 100%;
        text-align: left;
        margin-top: 20px;
    }

    .section2A h2 {
        font-size: 25px;
    }

    .section2A .kumar-detail .row .col-5 .kumar-pic,
    .section2A .kumar-detail .row .col-5 .vk-pic {
        max-width: 300px;
    }

    .section2A .kumar-detail .col-6,
    .section2A .vk-detail .col-6 {
        width: 90%;
        margin: 0 auto;
        margin-top: 160px;
        order: 2;
    }

    .section2A .kumar-detail .col-6 h3 img,
    .section2A .vk-detail .col-6 h3 img {
        width: 13%;
    }

    .section2A .kumar-detail h3,
    .section2A .vk-detail h3 {
        font-size: 20px;
    }

    .section2A .kumar-detail h4,
    .section2A .vk-detail h4 {
        font-size: 18px;
    }

    .section2A .kumar-detail .certificate-img,
    .section2A .vk-detail .certificate-img {
        max-width: 100%;
    }

    .section2A .vk-detail .row .col-5 {
        width: 100%;
    }

    .section2A .vk-detail .row .col-5 .vk-pic {
        max-width: 300px;
        right: 0;
        left: auto;
    }

    .section1C .wrapperC .col-6 {
        width: 100%;
    }

    .banner-left-detail4 .banner-btn {
        margin-top: 20px;
    }

    .banner-left-detail4 .banner-btn a {
        display: table;
        margin-top: 0;
    }

    .banner-left-detail p {
        margin-bottom: 20px;
        width: 100%;
        margin-left: 5px;
    }

    .container.section-2 .col-6 {
        width: 100%;
    }

    .container.section-3 .col-4 {
        width: 100%;
        margin-top: 100px;
    }

    .container.section-4 .left-section,
    .container.section-4 .right-section {
        width: 100%;
    }

    .container.section-5 .col-3 {
        width: 100%;
        margin-bottom: 20px;
    }

    .section-5 .justify-content-center {
        margin-bottom: 0;
    }

    .section-5 .boxes::after {
        height: 750px;
    }

    .container.section-6 .col-5,
    .container.section-6 .col-7 {
        width: 100%;
    }

    .section-4 .right-section .background-color::after {
        width: 100%;
        border-radius: 20px;
    }

    .section-4 .left-section img {
        max-width: 100%;
    }

    .section-6 .row.justify-content-center .kumar-section,
    .section-6 .row.justify-content-center .venkatesh-section {
        position: unset;
        width: 100%;
        margin-bottom: 40px;
    }

    .section-6 .row.justify-content-center .col-6 {
        display: none;
    }

    .silkSlider .card-section {
        margin-left: 0;
        margin-right: 0;
    }

    .section-5 .boxes::after {
        width: 100%;
    }

    .section-5 .card {
        width: 90%;
    }

    .silkSlider .slick-prev,
    .silkSlider .slick-next {
        display: none !important;
    }

    .container.section-2 {
        margin-bottom: 0px;
    }

    .container.section-3 {
        margin-top: 20px;
    }

    .container.section-4 {
        margin-top: 50px;
    }

    .section-5 .box-design {
        margin-bottom: 70px;
    }

    .container.section-5 {
        margin-top: 40px;
    }

    .container-fluid.silkSlider {
        margin-top: 0;
    }

    .section-4 .right-section .background-color .row {
        width: 100%;
    }

    .container.section2B .card .left-sec .row {
        flex-direction: column;
    }

    .section2B .card .right-sec {
        padding: 20px;
    }

    .container.section2B {
        margin-top: 50px;
    }

    .container.section1C {
        margin-top: 220px;
    }

    .container.section-4 .left-section,
    .container.section-4 .right-section {
        width: 100%;
    }

    .silkSlider .slick-prev,
    .silkSlider .slick-next {
        display: none !important;
    }

    .section2A .kumar-detail .certificate-img,
    .section2A .vk-detail .certificate-img {
        max-width: 100%;
    }

    .section2A .kumar-detail .col-6 {
        width: 90%;
        margin: 0 auto;
        margin-top: 200px;
        order: 2;
    }

    .section2A .vk-detail .col-6 {
        width: 90%;
        margin: 0 auto;
        margin-top: 200px;
        order: 2;
    }

    .section2A .kumar-detail h3,
    .section2A .vk-detail h3 {
        font-size: 20px;
    }

    .section2A .kumar-detail .col-6 h3 img,
    .section2A .vk-detail .col-6 h3 img {
        width: 13%;
    }

    .section2A .kumar-detail h4,
    .section2A .vk-detail h4 {
        font-size: 18px;
    }

    .container.section2A {
        margin-top: 180px;
    }

    .banner-left-detail2 p {
        width: 100%;
    }

    .section2B .card .left-sec {
        width: 100%;
        border-radius: 10px;
    }

    .section2B .card .left-sec .col-10 {
        width: 100%;
    }

    .section2B .card .right-sec {
        width: 100%;
        border-radius: 10px;
    }

    .section2A .kumar-detail .certificate-img {
        max-width: 100%;
    }

    .section1C .wrapperC .col-6 .card {
        min-height: auto;
    }

    .container.page {
        margin-top: 180px;
    }
}

@media (max-width: 575.98px) {
    .navbar-nav {
        flex-direction: column;
    }

    p {
        font-size: 16px;
    }

    .container-fluid.banner-section {
        padding: 0;
    }

    .navbar-nav .nav-item {
        margin-left: 0;
        text-align: right;
    }

    .navbar-light .navbar-nav .nav-link {
        margin-top: 10px;
    }

    .banner-title1,
    .banner-title2,
    .section1B h2,
    .banner-left-detail h2 {
        font-size: 25px;
    }

    .section1B .col-3 {
        width: 100%;
        margin-bottom: 20px;
    }

    .container-fluid.section1B {
        margin-top: 60px;
    }

    .section2B .card {
        flex-direction: column;
    }

    .section2B .card .left-sec {
        width: 100%;
    }

    .section2B .card .right-sec {
        width: 100%;
    }

    .section2B .card .right-sec .features {
        display: flex;
        flex-direction: column;
    }

    .section2B .card .right-sec .features a {
        margin-bottom: 10px;
    }

    .section3B .col-4 {
        width: 100%;
        margin-bottom: 100px;
    }

    .section3B .col-4:last-child {
        margin-bottom: 0;
    }

    .faq .accordion-item {
        width: 100%;
    }

    footer .footer-mid .middle-mid .col-2 {
        width: 50%;
    }

    footer .footer-mid .middle-mid .col-6 {
        width: 100%;
        margin-top: 20px;
    }

    footer .footer-mid .middle-bottom .col-4 {
        width: 100%;
        margin-top: 20px;
    }

    footer .footer-mid .middle-bottom .col-2 {
        width: 33.3%;
        margin-top: 20px;
    }

    footer .footer-bottom .col-4 {
        width: 100%;
        text-align: left;
        margin-top: 20px;
    }

    .section2A h2 {
        margin-top: 240px;
        font-size: 25px;
    }

    .section2A .kumar-detail .row .col-5 .kumar-pic,
    .section2A .kumar-detail .row .col-5 .vk-pic {
        max-width: 300px;
    }

    .section2A .kumar-detail .col-6 {
        width: 90%;
        margin: 0 auto;
        margin-top: 160px;
        order: 2;
    }

    .section2A .vk-detail .col-6 {
        width: 90%;
        margin: 0 auto;
        margin-top: 190px;
        order: 2;
    }

    .section2A .kumar-detail .col-6 h3 img,
    .section2A .vk-detail .col-6 h3 img {
        width: 13%;
    }

    .section2A .kumar-detail h3,
    .section2A .vk-detail h3 {
        font-size: 20px;
    }

    .section2A .kumar-detail h4,
    .section2A .vk-detail h4 {
        font-size: 18px;
    }

    .section2A .kumar-detail .certificate-img,
    .section2A .vk-detail .certificate-img {
        max-width: 100%;
    }

    .section2A .vk-detail .row .col-5 {
        width: 100%;
    }

    .section2A .vk-detail .row .col-5 .vk-pic {
        max-width: 300px;
        right: 0;
        left: auto;
    }

    .section1C .wrapperC .col-6 {
        width: 100%;
    }

    .banner-left-detail4 .banner-btn {
        margin-top: 20px;
    }

    .banner-left-detail4 .banner-btn a {
        display: table;
        margin-top: 0;
    }

    .banner-left-detail p {
        margin-bottom: 20px;
        width: 100%;
        margin-left: 5px;
    }

    .container.section-2 .col-6 {
        width: 100%;
    }

    .container.section-3 .col-4 {
        width: 100%;
        margin-top: 100px;
    }

    .container.section-4 .left-section,
    .container.section-4 .right-section {
        width: 100%;
    }

    .container.section-5 .col-3 {
        width: 100%;
        margin-bottom: 20px;
    }

    .section-5 .justify-content-center {
        margin-bottom: 0;
    }

    .section-5 .boxes::after {
        height: 750px;
    }

    .container.section-6 .col-5,
    .container.section-6 .col-7 {
        width: 100%;
    }

    .section-4 .right-section .background-color::after {
        width: 100%;
        border-radius: 20px;
    }

    .section-4 .left-section img {
        max-width: 100%;
    }

    .section-6 .row.justify-content-center .kumar-section,
    .section-6 .row.justify-content-center .venkatesh-section {
        position: unset;
        width: 100%;
        margin-bottom: 40px;
    }

    .section-6 .row.justify-content-center .col-6 {
        display: none;
    }

    .silkSlider .card-section {
        margin-left: 0;
        margin-right: 0;
    }

    .section-5 .boxes::after {
        width: 100%;
    }

    .section-5 .card {
        width: 90%;
    }

    .silkSlider .slick-prev,
    .silkSlider .slick-next {
        display: none !important;
    }

    .container.section-2 {
        margin-top: 290px;
        margin-bottom: 0px;
    }

    .container.section-3 {
        margin-top: 0;
    }

    .container.section-4 {
        margin-top: 50px;
    }

    .section-5 .box-design {
        margin-bottom: 80px;
    }

    .container.section-5 {
        margin-top: 40px;
    }

    .container-fluid.silkSlider {
        margin-top: 0;
    }

    .section-4 .right-section .background-color .row {
        width: 100%;
    }

    .container.section2B .card .left-sec .row {
        flex-direction: column;
    }

    .section2B .card .right-sec {
        padding: 20px;
    }

    .container.section2B {
        margin-top: 50px;
    }

    .container.section1C {
        margin-top: 360px;
    }

    .main__gallery .card {
        width: 80%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 768px) {
    .main__gallery {
        grid-template-columns: repeat(auto-fit, minmax(15em, 1fr)) !important;
    }
}

@media only screen and (min-width: 400px) and (orientation: portrait) {
    .container.section-2 {
        margin-top: 220px;
    }
}

@media only screen and (max-width: 767.97px) and (orientation: landscape) {
    .container.section2A {
        margin-top: 40px;
    }

    .container.page {
        margin-top: 40px;
    }
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field {
    width: 100% !important;
}

.container.modalpopup .modal-body {
    padding: 1rem 1rem 0 1rem;
}

.container.modalpopup .modal-footer {
    border: none;
    justify-content: center;
    padding: 0 .75rem .75rem .75rem;
}

.container.modalpopup .modal-footer .btn-secondary {
    background-color: #00195A;
}

.container.modalpopup .modal-body h2 {
    text-align: center;
    font-size: 20px;
    color: #00195A;
}

.container.modalpopup .modal-body h3 {
    text-align: center;
    font-size: 18px;
    color: #55AAFF;
}

.container.modalpopup .modal-body p {
    text-align: center;
    font-size: 16px;
    color: #333333;
}

.page {
    color: #00195A;
    padding: var(--size-4);
    display: grid;
    grid-template-areas: "main";
    margin-bottom: 100px;
}

.page__main {
    grid-area: main;
}

.main {
    display: grid;
    grid-template-rows: auto auto 1fr;
}

.main__intro {
    padding-block: var(--size-4);
    display: grid;
    gap: var(--size-6);
}

.main__title {
    font-weight: var(--font-weight-6);
    font-size: var(--font-size-fluid-2);
}

.main__desc {
    line-height: var(--font-lineheight-2);
}

.main__btns {
    display: flex;
    gap: var(--size-2);
    margin-bottom: 40px;
}

.main__gallery {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(auto-fit, minmax(25em, 1fr));
}

.primary-btn {
    color: #00195A;
    border: 0;
    cursor: pointer;
    background-color: transparent;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: 2px solid transparent;
}

.primary-btn_active,
.primary-btn:hover {
    color: #00195A;
    border-bottom: 2px solid #55AAFF;
}

.card__img-box {
    aspect-ratio: 16/9;
}

.card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card__content {
    padding-block: var(--size-3) var(--size-6);
    display: grid;
    gap: var(--size-4);
}

.card__title {
    font-weight: var(--font-weight-6);
    font-size: var(--font-size-4);
}

.main__gallery .card {
    border-radius: 15px;
    box-shadow: 0px 0px 15px rgba(105, 149, 193, 0.5);
    text-align: center;
    min-height: 290px;
}

.main__gallery .card .card-details {
    padding: 20px;
}

.main__gallery .card .card-details h2 {
    font-size: 20px;
    color: #00195A;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.main__gallery .card .card-details h3 {
    font-size: 18px;
    color: #55AAFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.main__gallery .card .card-details p {
    font-size: 16px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.main__gallery .card .card-details .readmore {
    display: block;
    color: #55AAFF;
    text-decoration: none;
    margin-bottom: 30px;
}

.main__gallery .card .card-details .cta-btn {
    color: #ffffff;
    background-color: #00195A;
    padding: 15px 20px;
    text-decoration: none;
    border-radius: 10px;
}

.main.page__main .navbar-light .navbar-nav .primary-btn {
    color: #00195A;
    background-color: transparent;
    border-radius: 0;
    padding: 10px 20px 10px 0;
    border: none;
}

.main.page__main .navbar-nav .nav-item {
    margin-left: 0;
}

.main.page__main a.primary-btn {
    text-decoration: none;
    text-transform: uppercase;
}

.main.page__main .navbar-nav .nav-item {
    text-align: left;
    margin-top: 20px;
}
.container.section-6 .row.justify-content-center .col-6 {
	text-align: center;
}
.box-design .boxes .card h2 sup {
	font-size: 0.6em;
}