/* 
1. Add your custom Css styles below
2. Place the this code in your template: 
 <link href="css/custom.css" rel="stylesheet">
*/
/* start:width css*/
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.vw-100 {
    width: 100vw !important;
}
.min-vw-100 {
    min-width: 100vw !important;
}
.wd-130 {
    width: 130px;
}
.wd-70 {
    width: 70px;
}
/* end:width css*/
/* start:height css*/
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mh-100 {
    max-height: 100% !important;
}
.vh-100 {
    height: 100vh !important;
}
.h-70 {
    height: 70px;
}
.min-vh-100 {
    min-height: 100vh !important;
}
.h-40 {
    height: 40px;
}
/* end:height css*/
/* start:font-size css*/
.fs-20, .fs-20 span {
    font-size: 20px !important;
}
.fs-30, .fs-30 span {
    font-size: 30px !important;
}
.fs-17, .fs-17 span {
    font-size: 17px !important;
}
.fs-18, .fs-18 span {
    font-size: 18px !important;
}
.fs-25 {
    font-size: 25px !important;
}
.fs-50 i, .fs-50, .fs-50 span {
    font-size: 50px !important;
}
.fs-75 {
    font-size: 75px !important;
}
.fs-55 {
    font-size: 55px !important;
}
.font-bold{
    font-weight:bold !important;
}
/* end:font-size css*/
/*start:our numbers style*/
.plan-price {
    font-size: 50px !important;
    font-weight: 600;
    position: relative;
    text-align: center;
    padding: 20px 0;
    color: #001489 !important;
}
.text-custom-blue {
    color: #001489 !important;
}
/*end:our numbers style*/
/*start:Icons css*/
.icon-box-hover:hover {
    background-color: #a9a9a93d;
    border: 1px solid #a9a9a9;
}
.icon-box.text-center .icon, .icon-box.center .icon {
    margin: 30px auto 22px;
    position: relative;
}
i.bi {
    font-size: 30px;
    line-height: 1.8 !important;
}
/*end:Icons css*/
/*pre tag css*/
pre {
    font-family: "Poppins", sans-serif;
}
/*end:pre tag css*/
/*icon -images style*/
.icon-image-box {
    height: 100px !important;
    width: 100px !important;
}
.icon-image-mobile {
    margin-top: 16px !important;
    margin-left: 12px !important;
}
.icon-box-shadow {
    border: 1px solid #e4e6ef;
    border-radius: 8px;
    box-shadow: 0 6px 12px rgba(140, 152, 164, 0.075);
}
.icon-box-border {
    border: 1px solid #e4e6ef;
    border-radius: 8px;
}
/*end:icon -images style*/
/*blog css*/
.card.blog-card:hover {
    margin-top: -10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
/*Text-aligment style*/
.text-middle {
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-justify {
    text-align: justify;
}
.text-aling-end {
    display: flex;
    align-items: end;
    justify-content: flex-start;
}
.text-nowrap {
    text-wrap-mode: nowrap;
}
.text-align-bottom-start {
    padding-top: 190px !important;
    padding-bottom: 50px !important;
    margin-top: 190px !important;
}
.text-align-bottom-center {
    padding-top: 190px !important;
    padding-bottom: 50px !important;
    margin-top: 190px !important;
}
.text-align-top-center {
    padding-top: 0px !important;
    padding-bottom: 150px !important;
    margin-bottom: 150px !important;
}
.text-align-top-start {
    padding-top: 0px !important;
    padding-bottom: 150px !important;
    margin-bottom: 150px !important;
}
.text-top-center {
    top: 10px !important;
    position: absolute !important;
    padding-top: 0px !important;
    padding-bottom: 100px !important;
    align-items: center !important;
    max-width: 100% !important;
}
.text-top-start {
    top: 10px !important;
    position: absolute !important;
    padding-top: 0px !important;
    padding-bottom: 100px !important;
    align-items: start !important;
    max-width: 100% !important;
}
.text-bottom-start {
    position: absolute !important;
    padding-top: 100px !important;
    padding-bottom: 0px !important;
    align-items: start;
    max-width: 100% !important;
    bottom: 10px !important;
}
.text-bottom-center {
    position: absolute !important;
    padding-top: 100px !important;
    padding-bottom: 0px !important;
    align-items: center;
    max-width: 100% !important;
    bottom: 10px !important;
}
/*end:Text-aligment style*/
/*colors css*/
.bg-whitesmoke {
    background-color: white;
}
.bg-white-transparent {
    background-color: #ffffff66;
}
.bg-dark-transparent {
    background-color: #0000006e;
}
.border-dark-transparent {
    border: 1px solid #0000007a;
}
.gradient-text {
    background: linear-gradient(to right,#eb2d0d 58%, #fcfcfc 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*end:colors css*/
/*section css*/
/*.custom-section {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
}*/
section.custom-section {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
}
/*end :section css*/
/*icon-text-colors*/
.icon-text-color-1 {
    color: #14a0de;
}
.icon-text-color-2 {
    color: #203a72;
}
/*end:icon-text-colors*/
/*footer style css*/
.bg-footer-blue {
    background-color: #1A3163 !important;
}
.bg-custom-blue {
    background-color: #6096BA !important;
}
.bg-footer-blue-copyright {
    background-color: #172950 !important;
}
li.footer-nav-link a:hover, a.footer-nav-link:hover, li.footer-nav-link:hover {
    color: #ffffff !important;
    font-size: medium !important;
}
li.footer-nav-link, a.footer-nav-link {
    color: white !important;
    text-transform: capitalize;
}
.footer-logo-text-gradient {
    background: linear-gradient(to right, #eb2d0d 45%, #fcfcfc 45%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer-logo-font {
    font-family: inherit;
    font-size: 40px;
    color: #1e2022;
    font-weight: 800;
    letter-spacing: 1.5px;
}
.footer-nav-link-list ul {
    padding-left: 18px !important;
    line-height: 1.8rem;
}
/*end:footer style css*/
/*heading styles*/
.heading-text.heading-section h2 {
    position: relative;
    font-size: 48px;
    margin-bottom: 60px;
}
.heading-2 {
    font-size: 2.35714286em !important;
    font-weight: 400 !important;
    margin-bottom: 15px !important;
}
h1, h2, h3 {
    color: #001489;
    font-weight: 200 !important;
    font-family: "Open Sans", sans-serif !important;
}
h3 {
    font-weight: 600 !important;
}
.icon-box h3, .icon-box h5 {
    font-weight: 600;
}
.sub-heading-text {
    font-size: 27px !important;
    margin-bottom: 30px !important;
    letter-spacing: -.7px !important;
    margin-bottom: 10px !important;
    font-weight: 400 !important;
}
/*end:heading styles*/
/*button styles*/
.custom-btn, .custom-btn:hover {
    background-color: #1A3163 !important;
    border-color: #1A3163 !important;
    color: white !important;
}
#scrollTop:before, #scrollTop:after {
    background-color: #1A3163 !important;
}
/*end:button styles*/
/*testimonials style css*/
.testimonials-1 {
    background-color: #39759B;
}
.testimonials-2 {
    background-color: #4D84A3;
}
.testimonials-3 {
    background-color: #6096BA;
}
.testimonials-4 {
    background-color: #84B3D1;
}
.testimonials-image {
    width: 150px !important;
    height: 150px !important;
}
.first-choice {
    padding: 25px !important;
    display: inline-flex !important;
    gap: 20px !important;
}
.testimonials-p {
    padding: 5% !important;
    display: inline-flex !important;
    gap: 20px !important;
}
/*end:testimonials style css*/
/*logo style css*/
.logo-default-light {
    color: white !important;
}
.logo-default-dark {
    color: white !important;
}
.media-mobileview {
    display: none;
}
.lines, .lines:before, .lines:after {
    background-color: white;
}
.m-lm-5 {
    margin-left: -5px;
}
.m-tm-10 {
    margin-top: -10px;
}
/*end:logo style css*/
/*our client images style*/
.grid li:hover {
    cursor: pointer;
    background-color: #1a3163;
}
/*end:our client images style*/
/*mainMenu nav link style*/
#mainMenu nav > ul > li .dropdown-menu > li > a:focus, #mainMenu nav > ul > li .dropdown-menu > li > a:hover, #mainMenu nav > ul > li .dropdown-menu > li > a:active, #mainMenu nav > ul > li .dropdown-menu > li > span:focus, #mainMenu nav > ul > li .dropdown-menu > li > span:hover, #mainMenu nav > ul > li .dropdown-menu > li > span:active, #mainMenu nav > ul > li .dropdown-menu > li [class*="col-"] > ul > li > a:focus, #mainMenu nav > ul > li .dropdown-menu > li [class*="col-"] > ul > li > a:hover, #mainMenu nav > ul > li .dropdown-menu > li [class*="col-"] > ul > li > a:active {
    background-color: #1a3163;
    color: #ffffff;
    cursor: pointer;
    padding: 10px;
}
#mainMenu nav > ul > li.mega-menu-item .mega-menu-content [class*="col-"] > ul > li:first-child > a {
    padding-top: 10px;
}
#mainMenu nav > ul > li.mega-menu-item .mega-menu-content [class*="col-"] > ul > li:last-child > a {
    padding-bottom: 10px;
}
li.header-nav-link:hover, a.header-nav-link:hover {
    color: #ffffff !important;
    font-size: medium !important;
}
.nav-title-link {
    background-color: white;
    font-size: 13px !important;
    color: #000000;
    font-size: 13px;
    line-height: 0px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 4px !important;
}
.no-hover {
    background-color: white !important;
    color: #000000 !important;
}
a.header-nav-item {
    text-transform: capitalize;
    margin-bottom:1px;
}
li > a.header-nav-item.active {
    background-color: #1a3163;
    color: #ffffff !important;
    cursor: pointer;
    padding: 10px !important;
}
li.header-nav-link.active, a.header-nav-link.active {
    font-size: medium !important;
}
#header.header-sticky.sticky-active .header-inner, #header.header-sticky.sticky-active #header-wrap {
    background-color: #1A3163;
}
#mainMenu nav > ul > li .dropdown-menu {
    margin-top:-25px;
}
li .header-nav-link a, a.header-nav-link {
    color: white !important;
}
/*end:mainMenu nav link style*/
.item-link:hover {
    color: #1a3163 !important;
}
.heading-text.home-banner h4 {
    font-weight: 400;
}
.plan-price-sm {
    font-size: 40px !important;
    font-weight: 600;
    position: relative;
    text-align: center;
    padding: 20px 0;
    color: #001489 !important;
}
.heading-text.heading-light h2 {
    font-weight: 200;
}
.send-btn:hover, .send-btn:active, .send-btn:focus {
    background-color: #1a3163 !important;
    border-color: #1a3163 !important;
    color: #fff !important;
}
address {
    line-height: 1.8rem;
    color:white;
}
.address-heading {
    color: #9cbed4 !important;
}
.bsi-img {
    height: 70px !important;
    width: 130px !important;
}
.custom-border-top {
    border-top: 5px solid #1a3163 !important;
}
.custom-border-left {
    border-left: 5px solid #1a3163 !important;
}
custom-border-0 {
    border: 0px solid #1a3163 !important;
    border-radius: 0px !important;
}
.blockquote {
    border-left: 5px solid #1a3163 !important;
}
.tabs .nav-tabs .nav-link.active {
    color: #1a3163 !important;
    background-color: #1a316329 !important;
    border-bottom: 5px solid #1a3163 !important;
}
a.nav-tab-link:not(.btn):not(.badge):hover, a.nav-tab-link:not(.btn):not(.badge):focus, a.nav-tab-link:not(.btn):not(.badge):active {
    color: #1a3163 !important;
}
.tabs .nav-tabs .nav-link {
    border-bottom: 5px solid #e4e6ef !important;
}
/*industries-section*/
.industries-section {
    padding: 50px 40px;
}
.custom-container {
    display: grid;
    grid-template-columns: 1.2fr 2fr;
    gap: 50px;
    align-items: start;
}
/* LEFT LIST */
.industries ul {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
}
.industries li:hover {
    border-bottom: 1px solid #e5eaf0;
}
.industries li i {
    font-size: 14px;
    color: #123b6d;
}
.industries li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    color: #1a3163;
    text-decoration: none;
    gap: 20px;
    font-size: 16px;
    font-weight: 500;
}
.industries li a:hover {
    color: #001489 !important;
}
.industries li a i {
    font-size: 14px;
}
/* RIGHT LOGOS */
.clients {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
}
.logo-card {
    border-radius: 4px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b0b0b0;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #80808029;
}
.logo-card img{
    height:65px;
}
.box-shadow-none {
    box-shadow: 0px 0px 0rem rgba(31, 45, 61, 0.05) !important;
}
/*Technology Stack*/
/* Bento Grid Setup */
.bento-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: minmax(auto, auto);
    gap: 20px;
}
.bento-item {
    background: #f1f5f9;
    border: 1px solid #e4e6ef;
    border-radius: .42rem;
    padding: 24px;
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.05);
    transition: transform 0.2s ease;
}
/* Span logic for the "Bento" look */
.large {
    grid-column: span 2;
    grid-row: span 2;
    background: #eef2ff;
}
.wide {
    grid-column: span 2;
}
.category {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--primary);
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}
.tech-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.tech-tag {
    background: #f1f5f9;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 500;
}
.position-end {
    align-items: end;
    display: flex;
    justify-content: end;
}
.fs-50 i, .fs-50, .fs-50 span{
    font-size: 50px !important;
}
.align-postion-inline-flex {
    display: inline-flex;
    gap: 20px;
    justify-content: space-around;
    align-items: center;
}
.header-icon-size {
   font-size: 2.35714286em;
}
#footer .copyright-content {
    min-height: 50px !important;
    padding: 10px 0 !important;
    background-color: #f1f1f3;
    font-size: 13px;
}
.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e);
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center / 1em auto no-repeat;
    filter: var(--bs-btn-close-filter);
    border: 0;
    border-radius: .375rem;
    opacity: var(--bs-btn-close-opacity);
}
/* Responsive Design */
@media (max-width: 991.98px) {
    .text-align-bottom-start {
        padding-top: 130px !important;
        padding-bottom: 20px !important;
        margin-top: 130px !important;
    }

    .text-align-bottom-center {
        padding-top: 130px !important;
        padding-bottom: 20px !important;
        margin-top: 130px !important;
    }

    .text-align-top-center {
        padding-top: 20px !important;
        padding-bottom: 130px !important;
        margin-bottom: 130px !important;
    }

    .text-align-top-start {
        padding-top: 20px !important;
        padding-bottom: 130px !important;
        margin-bottom: 130px !important;
    }
}
@media(max-width: 375px) {
    #header .header-inner #logo a {
        float: left;
    }
}
@media(max-width: 991px) {
    .media-deskview {
        display: none;
    }

    .media-mobileview {
        display: block;
    }

    li.header-nav-link, a.header-nav-link {
        color: black !important;
    }

        li.header-nav-link:hover, a.header-nav-link:hover {
            color: #2250fc !important;
        }

    .media-deskview {
        display: none;
    }

    #header #logo {
        background-color: #1A3163;
    }

    .first-choice {
        display: block !important;
    }

    .testimonials-p {
        padding: 10% !important;
        display: block !important;
    }
}
@media (max-width: 479px) {
    .tech-container {
        width: 95%;
        margin: 40px auto;
        justify-content: center;
        align-items: center;
        display: grid;
    }

    .tech-row {
        display: table-caption;
        align-items: center;
        margin-bottom: 25px;
    }

    .connector {
        width: 175px;
        height: 30px;
        border-right: 2px dotted #b6c2d9;
        border-top: 0px dotted #b6c2d9;
        margin: 0 15px;
        display: table-cell;
    }
}
@media (max-width: 768px) {
    .bento-grid {
        grid-template-columns: 1fr;
    }

    .large, .wide {
        grid-column: span 1;
        grid-row: span 1;
    }
}
@media (min-width: 769px) and (max-width: 1023px) {
    .bento-grid {
        grid-template-columns: repeat(3,1fr);
    }

    .clients {
        display: ruby;
    }
}
@media (min-width: 0px)and (max-width: 769px) {
    .clients {
        display: ruby;
    }

    .industries ul {
        display: inline-block;
    }
}