/* 

*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css');

:root{
    --ctw-primary-color: #000;
    --ctw-secondary-color: #FFF;
    --cw-text-color: #1a1a1a;
    --color-orange-light: #f86932;
    --ctw-font-family: 'Inter', sans-serif;
    --ctw-font-size: 14px;
    --cw-text-xsm: 10px;
    --cw-text-sm: 12px;
    --cw-text-md: 14px;
    --cw-text-lg: 16px;
    --cw-text-xlg: 18px;
    --duration-default: .3s;
}

.text-xsm{
    font-size: 10px;
    line-height: 1.5;
}

.text-sm{
    font-size: 12px;
    line-height: 1.5;
}

.text-md{
    font-size: 15px;
    line-height: 1.5;
}

.text-lg{
    font-size: 16px;
    line-height: 1.5;
}

.text-lg-xx{
    font-size: 24px;
    line-height: 1.5;
}

.fw-500{
    font-weight: 500;
}

.btn{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 4px;
}

.btn.btn-body{
    padding: 10px 15px;
    position: relative;
    max-width: fit-content;
}

.btn-text{
    font-size: var(--cw-text-md);
    font-weight: 600;
}

.btn-body .btn-text{
    font-size: 15px;
}

.btn-text{
    font-size: var(--cw-text-md);
    font-weight: 600;
}

.btn-outline-dark:hover .btn-dark-icon svg{
    fill: #fff;
}

.lead {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5 !important;
}

.lead-body {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5 !important;
}

.z-9999{
    z-index: 9999;
}

.js-show{
    display: block !important;
}

.card{
    height: 100%;
    border-radius: 0;
}

.card-body{
    height: 100%;
}

.bg-accent{
    background-color: #f2f2f2;
}

.nav-pills .nav-link {
    border-radius: 0 !important;
    font-weight: 600;
}

body{
font-family: var(--ctw-font-family) !important;
font-size: var(--ctw-font-size) !important;
color: var(--cw-text-color);
overflow-x: hidden;
line-height: 1.5 !important;
}

ul{
    list-style: none;
    font-size: 16px;
}

ul.terms-lists{
    list-style: disc;
      font-size: inherit;  
}

ul>li::before, ol>li::before {
    overflow: hidden;
    display: inline-block;
    position: absolute;
    width: 1.75em;
    margin-left: -1.75em;
    text-align: left;
}

a, .link {
    font-weight: 500;
    text-decoration: none;
}

.body-link:after{
    content: "";
    pointer-events: none;
    display: inline-block;
    margin-left: 0.25em;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%230a58ca" d="M17.92 11.62a1 1 0 0 0-.21-.33l-5-5a1 1 0 0 0-1.42 1.42l3.3 3.29H7a1 1 0 0 0 0 2h7.59l-3.3 3.29a1 1 0 0 0 0 1.42a1 1 0 0 0 1.42 0l5-5a1 1 0 0 0 .21-.33a1 1 0 0 0 0-.76Z"%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    width: 20px;
    height: 18px;
}

span.body-link:after{
    background-size: 100%;
    width: 30px;
    height: 23px;
}

span.card-link.body-link:after{
    background-size: 100%;
    position: absolute;
    top: 0;
    width: 20px;
    height: 18px;
}

::selection {
    background: rgb(241, 236, 227);
    color: rgb(38, 38, 39);
    text-shadow: none;
}

.header-top-promotion{
    background-color: #4caf50;
    height: 48px;
}

.promo-link{
    position: absolute;
    right: 30%;
    color: #fff;
    text-decoration: underline;
    font-size: 11px;
}

.header{
    background-color: #fff !important;
    color: var(--cw-text-color);
    height: 70px;
    padding: 0 !important;
    transition: left var(--duration-default), width var(--duration-default), padding var(--duration-default);
}

.header-scrolled{
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
}

.navbar-brand{
    display: flex;
    justify-content: center;
    align-items: center;
}

.cw-navbar-nav .nav-item{
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
padding-top: 5px;
}

.navbar-nav.cw-navbar-nav.mobile-navbar-nav .nav-item{
    align-items: start;
    justify-content: start;
    padding-left: 20px;
} 

.cw-navbar-nav .nav-item{    
    background-image: linear-gradient(var(--cw-text-color),var(--cw-text-color));
    background-size: 0% 2px;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 100%;
    transition: background-size .4s cubic-bezier(.4,0,.2,1);
}

.offcanvas-sub-nav {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
}

.offcanvas-sub-nav.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
}

.offcanvas-sub-nav.hiding, .offcanvas-sub-nav.show, .offcanvas-sub-nav.showing {
    visibility: visible;
}

.offcanvas-sub-nav.show:not(.hiding), .offcanvas-sub-nav.showing {
    transform: none;
}

.cw-navbar-nav .nav-item.is-hovered{
    background-position: calc(0% + 10px) 100%;
    background-size: calc(100% - 20px) 2px;
}

.nav-item > a.nav-link{
    font-weight: 500;
    font-size: 15px;
    color: var(--ctw-color-primary);
    
}

.navbar-nav.cw-navbar-nav.mobile-navbar-nav .nav-item > a.nav-link{
    font-size: 22px;
    font-weight: 600;
}

.nav-item a.nav-link svg{
    width: 20px;
}

.page-nav .nav-item .nav-link{
    color: #737373 !important;
}

.page-nav .nav-item .nav-link:hover{
    color: var(--ctw-color-primary) !important;
}

.dropdown-menu{
    width: max-content;
    right: 0%;
    left: inherit !important;
    z-index: 9999;
    border: 0;
    border-radius: 0;
}

.dropdown-menu.products-dropdown{
    width: 300px;
    box-shadow: 0 6px 18px 0 rgba(22,45,61,.12);
}

.product-link {
    text-decoration: none;
}

.product-link:hover{
    background-color: #f6f6f6;
}

.product-link svg{
width: 130px;
}

.product-link small{
    color: var(--cw-text-color);
    font-size: var(--cw-text-sm);
    text-decoration: none !important;
}



.sub-nav{
    box-shadow: 0 6px 18px 0 rgba(22,45,61,.12);
    display: flex;
    left: -10px;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    top: 70px;
     /* transition: max-height .6s cubic-bezier(.33,1,.68,1),visibility .6s cubic-bezier(.33,1,.68,1); */
    visibility: visible;
    cursor: default;
}

.sub-nav-open{
    max-height: 389px;
}

.sub-nav-bg{
    background-color: #fff;
    position: absolute;
    height: 100%;
    width: 100%;
}

.sub-nav-nav{
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    align-content: space-between;
    box-sizing: border-box;
    max-height: 494px;
    opacity: 0;
    overflow: hidden;
    padding: 48px;
    position: relative;
    transform: translateY(-100px);
    transition: opacity 0s,visibility 0s;
    visibility: hidden;
    width: -moz-fit-content;
    width: fit-content;
    
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0,visibility 0;
    transition: transform .6s cubic-bezier(.33,1,.68,1);
    visibility: visible;
}

.single-nav .sub-nav-nav{
    flex-wrap: wrap;
    width: 260px;
    height: max-content;
}

.mega-sub-nav .sub-nav-nav{
    flex-wrap: wrap;
    height: 494px;
    width: 690px;
}

.sub-nav-nav.no-desc{
    height: 327px;
    width: 565px;
}

.sub-nav-more{
    align-content: space-between;
    display: flex;
    flex-direction: column;
    height: 494px;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-100px);
    transition: opacity 0s,visibility 0s;
    visibility: hidden;
    width: 294px;
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    transition: transform .6s cubic-bezier(.33,1,.68,1);
}

.sub-nav-more-bg{
    background: #f6f7f9;
    height: 100%;
    position: absolute;
    width: 100%;
}

.single-nav .sub-nav-nav .sub-nav-list{
    margin-bottom: 20px;
}

.sub-nav-list{
    margin-bottom: 42px;
    width: 264px;
}

.sub-nav-nav.no-desc .sub-nav-list{
    margin-bottom: 24px;
}

.sub-nav-link{
    display: flex;
    flex-direction: column;
    background: transparent;
    border: none;
    box-sizing: border-box;
    color: var(--cw-text-color) !important;
    cursor: pointer;
    font-size: 14px !important;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    outline: none;
    padding: 0;
    text-align: left;
    text-decoration: none;
    width: 100%;
}

.mb-sub-nav-link{
    color: var(--cw-text-color) !important;
}



.sub-nav-link-title{
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    width: fit-content;
}

.mb-sub-nav-link .sub-nav-link-title{
    font-size: 18px;
    font-weight: 600;
}

.sub-nav-link .sub-nav-link-title, .sub-nav-more-list a{    
    background-image: linear-gradient(var(--cw-text-color),var(--cw-text-color));
    background-size: 0% 2px;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 100%;
    transition: background-size .4s cubic-bezier(.4,0,.2,1);
}

.sub-nav-link:hover .sub-nav-link-title, .sub-nav-more-list a:hover {
    background-position: calc(0% + 0px) 100%;
    background-size: calc(100% - 0px) 2px;
}

.sub-nav-link-desc{
    color: #5e5e5e;
    display: block;
    font-size: 13px;
    font-weight: 400;
    height: 42px;
    line-height: 20px;
    margin-top: 6px;
}

.sub-nav-more-container
{
    flex: 1 1 auto;
    flex-direction: column;
    position: relative;
    padding: 48px 48px 0 48px;
}

.sub-nav-more-title{
    color: #5e5e5e;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.sub-nav-more-nav{
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 18px;
}


.sub-nav-more-list{
    display: flex;
    margin-bottom: 24px;
}

.sub-nav-more-list a{
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    outline: none;
    padding: 0;
    text-align: left;
    text-decoration: none;
    width: fit-content;
    border: none;
    box-sizing: border-box;
    color: var(--cw-text-color);
    cursor: pointer;
}


.hero-pb-lg{
    padding-bottom: 200px;
}

.hero-eyebrow{
text-transform: uppercase;
letter-spacing: 0.125em;
font-size: 13px;
}

.page-hero-links{
    display: flex;
    flex-direction: column;
    font-size: 20px;
    line-height: 34px;
}

ul.hero-lists{
list-style: disc;
}

ul.hero-lists > li{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

ul.disc-list{
    list-style-type: disc;
}

ul.check-list > li{
    font-size: 18px;
    margin-bottom: 50px;
    position: relative;
}

ul.disc-list > li{
    margin-bottom: 15px;
    font-size: 15px;
}

ul.check-list.mb-25 > li{
    margin-bottom: 25px;
}

ul.check-list>li::before {
    content: ' ';
    width: 1em;
    height: 0.5em;
    top: 0.5em;
    transform: rotate(-45deg);
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0.125em;
    border-bottom-width: 0.125em;
    color: #0045E6;
}

ul.check-list.orange-theme>li::before{
    color: var(--color-orange-light);
}

.page-hero-links .page-hero-link:not(:last-child){
margin-bottom: 1em;
}

.page-hero-links .page-hero-link:first-child{
    margin-top: 0.5em;
}

.page-hero-links .page-hero-link::after{
content: "";
pointer-events: none;
display: inline-block;
margin-left: 0.25em;
background-size: 1.2rem;
background-repeat: no-repeat;
width: 18px;
height: 18px;
background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%230d6efd" d="M10 3v2H5v14h14v-5h2v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h6Zm7.707 4.707L12 13.414L10.586 12l5.707-5.707L13 3h8v8l-3.293-3.293Z"%2F%3E%3C%2Fsvg%3E');
}

.para-list{
    display: flex;
    flex-direction: column;
}

.para-list > span{
    margin-bottom: 10px;
    position: relative;
    padding-left: 10px;
}

.para-list > span::before{
    content: "";
    background-color: #507bf7;
    width: 4px;
    height: 100%;
    position: absolute;
    left: -10px;
}

.card.service-item{
    background-color: #f8f8f9 !important;
    border-radius: 0 !important;
    height: 100%;
    border: none;
}

.card.service-item .card-body{
    display: flex;
    flex-direction: column;
    padding: 30px 40px 40px !important;
    transition: box-shadow 300ms;
}

.card.service-item .card-body .service-number{
    color: #0045E6;
    font-weight: 600;
    line-height: 2.5;
    margin-bottom: 16px;
}

.card.service-item .card-body .service-title{
    color: #1E1D28;
    font-weight: 600;
    line-height: 1.33;
    margin-bottom: 16px;
}

.card.service-item .service-link{
    align-items: center;
    align-self: flex-end;
    display: flex;
    padding: 10px 30px 30px 10px;
}

.card.service-item .service-link .service-link-text{
    color: #0045E6;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.57;
    margin-right: 10px;
    opacity: 0;
    transition: opacity 300ms;
}

.card.service-item .service-link .services-link-icon-fill{
    fill: #C9CEDE;
    transition: fill 300ms;
}

.card.service-item .service-link:hover .service-link-text{
opacity: 1;
}

.card.service-item .service-link:hover .services-link-icon-fill{
    fill: #0045E6;
}

.tech-icon.icon-block{
    display: block;
    text-align: center;
    padding: 34px 6px;
    cursor: default;
    color: #212529 !important;
    text-decoration: none !important;
}

.tech-icon.icon-block:hover{
    background-color: #fafafa;
}

.tech-icon.icon-block .icon-box{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}

.tech-icon.icon-block .icon-box svg{
    width: 45px;
    height: 45px;
}

.accordion-item{
    background-color: transparent;
}

.accordion-flush .accordion-item:first-child {
    border-top: 1px solid #dee2e6;
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid #dee2e6;
}


.accordion-button{
background-color: transparent;
height: 75px;
font-size: 18px;
font-weight: 500;
}

.accordion-footer{
    height: 57px;
}



.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.dark-bg .accordion-button,
.dark-bg .accordion-button:not(.collapsed),
.dark-bg .accordion-item
{
    color: #fff;
}

.accordion-button:focus {
    z-index: 3;
    border-color: inherit;
    outline: 0;
    box-shadow: none;
}

.accordion-button::after{
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="20" height="20" viewBox="0 0 20 20"%3E%3Cpath fill="%230d6efd" d="M17 7v3h-5v5H9v-5H4V7h5V2h3v5h5z"%2F%3E%3C%2Fsvg%3E') ;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="20" height="20" viewBox="0 0 20 20"%3E%3Cpath fill="%230d6efd" d="M4 9h12v2H4V9z"%2F%3E%3C%2Fsvg%3E');
}

.accordion-footer::after{
    display: none !important;
}

.accordion-body ul{
    margin-top: 30px;
    list-style: circle;
}

.accordion-footer-body ul{
    margin-top: 5px !important;
    list-style: none !important;
}

.accordion-body ul li{
    margin-bottom: 25px;
}

.footer-headers{
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 600;
}

.nav-footer li.nav-item a.nav-link{
    font-size: 14px;
}

.nav-footer li.nav-item a.nav-link:hover{
    text-decoration: underline;
}

.overview-wrap{
    position: relative;
}

.overview-wrap .tagline{
    top: 15%;
    position: sticky;
}

.overview-wrap .tagline span {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    opacity: 85%;
    margin-bottom: 15px;
    margin-top: 15px;
    display: inline-block;
}

.overview-wrap .ind-detail:first-child{
    margin-top: 15px;
}

.overview-wrap .ind-detail {
    margin-bottom: 44px;
}

.overview-wrap .ind-detail h3 {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
}


.form-floating.form-error .cw-book-input{
border-color: var(--bs-form-invalid-color);
}

.form-floating.form-error label{
color: var(--bs-form-invalid-color);
}

.form-check-input{
        border-width: 2px;
    height: 20px;
    width: 20px;
    margin-right: 11px;
    cursor:pointer;
}

.form-check-label{
    cursor:pointer;
}

.form-check-label:hover .form-check-input{
    border-color:#0d6efd;
}

.form-check-input.form-error{
    border-color: var(--bs-form-invalid-color);
}

.form-control, .form-select{
    border-color: #828486 !important;
}

@media (min-width: 1200px)
{
    .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1303px !important;
    }
}

@media (min-width: 718px)
{
    .hero-eyebrow{
        font-size: 15px;
    }
}




@media(max-width:991px)
{
    
    .header-top-promotion{
    height: 55px;
}
    .navbar-collapse{
        position: absolute;
        width: 100%;
        right: 0px;
        top: 54px;
        left: 0px;
        background: rgb(255, 255, 255);
        padding: 0px 15px;
    }
    
        .text-sm-sm{
        font-size: 12px;
    }
}

.portfolio ul{
    list-style: disc;
}

.cs-technology span {
    border: 1px solid rgba(218, 225, 228, 1);
    border-radius: 12px;
    font-size: 12px;
    color: #81959E;
    font-weight: normal;
    padding: 1px 10px;
    margin-right: 4px;
    display: inline-block;
}


#youTube .modal-body {
position:relative;
padding:0px;
}
#youTube .close {
position:absolute;
right:-30px;
top:0;
z-index:999;
font-size:2rem;
font-weight: normal;
color:#fff;
opacity:1;
background-color: transparent;
}

.rate-logo{
    margin-top: 10px;
    margin-bottom: 29px;
    height: auto;
    width: 90px;
}

.mobile-footer .accordion-button{
    justify-content: space-between;
}


/* 
New Update
Time: 2024-06-12 14:00 GMT
Date: 2024-06-12
*/

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1838px;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1840px !important;
    }
}

.svelte-css-wrapper{
    display: contents;
}

.plus-hero-section{
    color: #fff;
    background-color: #000;
    padding-top: 4rem;
    padding-bottom: 0rem;
}

.hero-background-container{
    position: absolute;
    top: 0;
    left: 0 ;
    right: 0;
    bottom: 0;
}

.hero-background *{
    position: relative;
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.plus-hero-background-warp{
    transition: transform 0.5s ease-in-out;
}

.plus-hero-background-warp::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.plus-hero-background-warp::after{
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    top: 0;
    background: linear-gradient(0deg, #fff 33.5%, #fff0 57.5%);
}


.business-card{
    position: relative;
    overflow: hidden;
}

.business-card .stretched-link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.business-card .stretched-link:hover + .busines-card-image-wrap{
    transform: scale(1.1);
    transition: transform 0.3s ease-in-out;
}



.busines-card-image::before{
        content: "";
    z-index: 1;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000bf, #0000008d 6.27%, #00000067 11.22%, #00000049 15.51%, #00000035 18.645%, #00000025 21.45%, #00000018 24.09%, #0000000e 26.466%, #00000008 28.413%, #00000004 30.03%, #00000002 31.416%, #0000 32.406%, #0000 33%);

}

.busines-card-image{
    height: 100%;
}

.busines-card-image img{
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.business-card-row{
    padding-left: 1rem;
    padding-right: 1rem;
}

.business-card{
  height: 45px;
  overflow: hidden;
  border-radius: 10px;
  color: #000;
  border: none;
}

@media (min-width: 992px) {
.business-card-row{
    padding-left: 6rem;
    padding-right: 6rem;
}

.business-card {
    height: 18rem !important;
    color: #fff;
}
}

@media (min-width: 1400px) {
    .business-card-row{
        padding-left: 9rem !important;
        padding-right: 9rem !important;
    }

    .business-card {
    height: 25rem !important;
}
}

.business-card-arrow svg{
    height: 16px;
    width: 16px;
    fill: #fff;
}

.marquee {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.marquee-track {
    display: inline-flex;
    align-items: center;
    gap: 3rem;
    animation: marquee 30s linear infinite;
}

.marquee-track span {
    font-size: 1.4rem;
    font-weight: 500;
    color: #111;
    opacity: 0.85;
    text-transform: capitalize;
}

/* Animation */
@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
