 :root {
        --mt-85: 85px;
        --mt-32: 32px;
        --mt-50: 50px;
        --mt-55: 55px;
        --mt-65: 65px;
        --mt-11: 11px;
        --mt-20: 20px;
        --mt-10: 10px;
        --mt-18: 18px;
        --mt-40: 40px;
        --mt-12: 12px;
        --corp-yellow: #EFA434;
        --corp-blue: #002A48;
        --fw-600: 600;
        --fw-700: 700;
        --fw-500: 500;
        --font-22: 22px;
        --font-23: 23px;
        --corp-blue-light: #034D82;
        --br8: 8px;
        --br4: 4px;
        --none: none;
        --block: block;
        --flex: flex;
        --center: center;
        --black: #000;
        --white: #fff;
        --fade-black: #4F4F4F;
        --font-16: 16px;
        --font-25: 25px;
        --font-36: 36px;
        --absolute: absolute;
        --relative: relative;
        --index: 999;
        --w50: 50%;
        --zero: 0;
        --bg-light: #FAFAFA;
        --color-fade-grey: #848484;
        --color-dark-blue: #1D2D3F;
        --fade-gray: #B7B4B4;
        --left-50: 50%;
        --left: left;
        --light-black: #4F4F4F;
        --corp-pink: #FF2D59;
        --scroll: scroll;
        --purple-blue: #111029;
        --full-width: 100%;
        --cover: cover;
        --color-grey: #6B6B6B;
        --corp-purple-light: #4C40F7;
        --color-dark-grey: #777777
    }
    
    
.pb-100, .pd-bottom-100, .ptb-100 {
    padding-bottom: 100px;
}
.work-area {
    background: #dff6ff;
}
.section-title .sub-title {
    font-weight: 500;
    margin-top: 10px;
}
.section-title .sub-title {
    display: inline-block;
    color: #fff;
    margin-bottom: 10px;
    font-size: 18px;
    border-radius: 4px;
    background: #00354d;
    padding: 1px 19px;
    border-bottom: 2px solid #2569bb;
}

.section-title h2 {
    font-size: 31px;
}
.datacred, .section-title h2 {
    margin-bottom: 30px;
    line-height: 1.3;
}

.work-area .work-item {
    margin-bottom: 15px;
    background-color: #2569bb;
    padding: 9px 16px 10px 14px;
    -webkit-transition: .5s;
    transition: .5s;
    color:#fff;
}

 .work-area .work-item ul li {
    list-style-type: none;
    display: inline-block;
}
.work-area .work-item ul li i {
    display: inline-block;
    background-color: #f1ede9;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 5px;
    font-size: 28px;
    line-height: 61px;
    color: #2569bb;
    -webkit-transition: .5s;
    transition: .5s;
}
.work-area .work-item ul li i {
    display: inline-block;
    background-color: #f1ede9;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 5px;
    font-size: 28px;
    line-height: 61px;
    color: #2569bb;
    -webkit-transition: .5s;
    transition: .5s;
}

.pd-top-50, .ptb-100, .ptb-50 {
    padding-top: 50px;
}


.work-area .work-video {
    background-image: url(../img/work1.jpg);
    width: 100%;
    height: 100%;
    position: relative;
}

.banner-item, .coming-soon-area, .counter-area, .error-area, .page-title-area, .services-area.three .services-item, .skills-area, .subscribe-area, .testimonials-area, .user-form-area, .work-area, .work-area .work-video {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.work-area .work-video img {
    display: none;
    width: 100%;
}

.pricing-area.four .pricing-item.active i, .work-area .work-item:hover i {
    color: #2569bb;
    background-color: #fff;
}
 .work-area .work-item:hover {
    background-color: #f80b02;
}

.align-items-center {
    align-items: center !important;
}
ul.align-items-center {
    display: flex;
    justify-content: left;
}

.work-area .work-item ul li h3 {
    font-size: 19px;
    -webkit-transition: .5s;
    transition: .5s;
    color:#fff;
}
.work-area .work-item ul li:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 90%;
    margin-left: 40px;
}

.work-area .work-item:hover h3{
    color:#fff;
}

.logo-area, .services-area, .team-area { background-color: #fcf9f7; }

.section-title h2 span{
        color: #2569bb;
}
.services-item.active{
        background-color: #2569bb;
}

.services-item {
    text-align: center;
    position: relative;
    padding: 15px 18px 36px;
    background-color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 30px;
    z-index: 1;
}
.card-overlay, .card-overlay-two {
    position: relative;
    overflow: hidden;
}
.card-overlay:before {
    border-top: 230px solid #2569bb;
    -webkit-transition: .5s;
    transition: .5s;
}
.card-overlay-two:after, .card-overlay-two:before, .card-overlay:after, .card-overlay:before {
    border-right: 240px solid transparent;
    opacity: .1;
    left: 0;
}
.card-overlay:before, .section-overlay-two:after, .section-overlay-two:before, .section-overlay:after, .section-overlay:before {
    position: absolute;
    content: '';
    top: 0;
    height: 100%;
    z-index: -1;
}
.card-overlay:after {
    border-bottom: 230px solid #2569bb;
    transition: .5s;
}
.card-overlay-two:before, .card-overlay:after {
    -webkit-transition: .5s;
    z-index: -1;
}

.card-overlay-two:after, .card-overlay-two:before, .card-overlay:after, .card-overlay:before {
    border-right: 240px solid transparent;
    opacity: .1;
    left: 0;
}
.card-overlay-two:after, .card-overlay-two:before, .card-overlay:after, .header-area:before {
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
}
/*::selection {*/
/*    color: #fff;*/
/*    background-color: #252525;*/
/*}*/
h3.blackbox {
    font-size: 22px;
    margin-bottom: 12px;
    color: #2569bb;
}
p.servicedata {
    font-size: 15px;
    text-align: initial;
}

h3.whitebox {
    font-size: 22px;
    margin-bottom: px;
    color: #fff;
}
.services-item h3 {
    /*font-size: 22px;*/
    margin-bottom: 12px;
    /*color: #00354e;*/
}

 .services-item.active p{
         color: #fff;
 }


.pb-70, .pd-bottom-70 {
    padding-bottom: 70px;
}
.pt-100 {
    padding-top: 35px;
}

.section-title {
    margin-bottom: 10px;
    margin-top: 0;
}

.btn-wrap, .section-title {
    position: relative;
    z-index: 0;
}
.projects-area.two .projects-item.card-overlay-two, .projects-item.card-overlay {
    overflow: visible;
}
.projects-item {
    margin-bottom: 75px;
    text-align: center;
    z-index: 1;
}
.card-overlay, .card-overlay-two {
    position: relative;
    overflow: hidden;
}

.projects-item .inner {
    -webkit-box-shadow: 0 0 20px 0 #dddddd36;
    box-shadow: 0 0 20px 0 #dddddd36;
    max-width: 285px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 18px;
    padding-bottom: 20px;
    margin-top: -45px;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
}
.projects-item .inner{background-color: #fff;}

.projects-item {
    margin-bottom: 75px;
    text-align: center;
    z-index: 1;
}
.projects-item {
    margin-bottom: 75px;
    text-align: center;
    z-index: 1;
}

a, a:active, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
    color: inherit;
}


.projects-item.card-overlay:after, .projects-item.card-overlay:before {
    opacity: 0;
    z-index: 0;
    border-left: 240px solid transparent;
    border-right: unset;
    right: 20px;
    left: unset;
    visibility: hidden;
}


.card-overlay:before {
    border-top: 230px solid #2569bb;
    -webkit-transition: .5s;
    transition: .5s;
}
.card-overlay:before, .section-overlay-two:after, .section-overlay-two:before, .section-overlay:after, .section-overlay:before {
    position: absolute;
    content: '';
    top: 0;
    height: 100%;
    z-index: -1;
}

.card-overlay:after {
    border-bottom: 230px solid #2569bb;
    transition: .5s;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .carousel-item{
        height:200px;
    }
    
    .topIcon{
      display:none;   
    }
    
    #faq_sec::before{display:none}#faq_sec::after{display:none}
    
    .how-it-works-arrow h3:after{background:none !important;}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .carousel-item{
        height:200px;
    }
    /*#faq_sec::before{display:none}#faq_sec::after{display:none}*/
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .carousel-item{
        height:500px;
    }
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
   .carousel-item{
        height:500px;
    }
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .carousel-item{
        height:600px;
    }
}

/******************************* testimonial *****************************************/
  #testimonial {
     background: var(--bg-light);
    margin-top: 15px;
    padding: var(--mt-40);
    }
    
    .mt-55 {
        margin-top: 55px;
    }
    
    .inner-testimonial {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        text-align: var(--center);
        position: var(--relative);
        background: var(--white);
        border-radius: var(--mt-20);
        padding: var(--mt-20);
        height: 470px
    }
    
    .inner-testimonial img {
        position: absolute;
        left: var(--w50);
        transform: translateX(-50%);
        top: -60px;
        width: 120px!Important;
        height: 120px;
        filter: drop-shadow(0px 20px 30px rgba(76, 64, 247, 0.2));
        border-radius: 50%
    }
    
    .blank-space {
        height: 46px
    }
    
    .inner-testimonial h4 {
        font-size: var(--font-25);
        font-weight: var(--fw-600)
    }
    
    .inner-testimonial h5 {
        color: #abafc7;
        font-size: var(--font-16)
    }
    
    .inner-testimonial p {
        font-size: var(--mt-18);
        color: #70798b;
        line-height: var(--mt-32)
    }
    
    .inner-testimonial span {
        color: var(--corp-purple-light)
    }
    
    .inner-testimonial span .fa {
        font-size: var(--font-25);
        margin: var(--br8)
    }
    
    #testimonial .owl-stage-outer {}
    
    #testimonial .owl-stage-outer .item {
        margin-top: 5rem
    }
    
    #testimonial .owl-stage-outer .item:hover {
        box-shadow: -15px 20px 70px rgba(76, 64, 247, .2)
    }
    
     #testimonial {
            padding: 20px 0
        }
@media(max-width: 991px) {
     #testimonial {
            padding: 20px 0
        }
        
          .inner-testimonial img {
            width: 100px!Important;
            height: 100px;
            top: -50px
        }
        .inner-testimonial p {
            font-size: 16px;
            color: #70798b;
            line-height: 24px
        }
        .pb-5 {
            padding-bottom: 1rem!important
        }
        .mt-85 {
            margin-top: 30px
        }
        .inner-testimonial h4 {
            font-size: 18px
        }
}

 @media only screen and (min-device-width: 768px) and (max-device-width:1024px) and (orientation:landscape) {
      .inner-testimonial p {
            font-size: 15px;
            line-height: 25px
        }
        .inner-testimonial {
            height: 470px!IMPORTANT
        }
        .inner-testimonial span .fa {
            font-size: 17px
        }
     
 }
 
  @media only screen and (min-device-width: 768px) and (max-device-width:1024px) and (orientation:portrait) {
      
       .inner-testimonial p {
            font-size: 15px;
            line-height: 25px
        }
        .inner-testimonial {
            height: 470px!IMPORTANT
        }
        .inner-testimonial span .fa {
            font-size: 17px
        }
        
  }

.justify-content-center {
    justify-content: center!important;
}
#our-customers .item img {
    width: 150px;
    height: auto;
    margin: 0 auto;
}


/********************** FAQ Section **************************************/
#faq_sec::before {
    content: '';
    background: url(../img/faq_icon1.svg) no-repeat;
    background-size: cover;
    width: 13rem;
    height: 10.45681rem;
    position: absolute;
    top: 5rem;
    left: 3rem;
}
#faq_sec::after {
    content: '';
    background: url(../img/faq_icon2.svg) no-repeat;
    background-size: cover;
    width: 22.5625rem;
    height: 24.6875rem;
    position: absolute;
    top: 0;
    right: 0;
}

#faq_sec {
    position: relative;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
}
.faq_data .accordion-button {
    color: #212121;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.625rem;
    background: 0 0 !important;
    padding: 1.5rem 0;
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../img/yellow-arrow.png);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nIzIxMjUyOSc+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBkPSdNMS42NDYgNC42NDZhLjUuNSAwIDAgMSAuNzA4IDBMOCAxMC4yOTNsNS42NDYtNS42NDdhLjUuNSAwIDAgMSAuNzA4LjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOCAwbC02LTZhLjUuNSAwIDAgMSAwLS43MDh6Jy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}



.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}
.faq_data .accordion-body {
    color: #212121;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
    padding: .5rem 0 1rem;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(255 255 255 / 25%);
}

/***********************
Documents Needed ******************************/
.commn_title h2 {
    color: #212121;
    font-family: 'inter',sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -.4px;
    position: relative;
}

.commn_title p {
    color: #242424;
    font-family: 'inter',sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: .18px;
}

.filling_doc1 {
    border-radius: 12px;
    padding: 32px;
    position: relative;
    height: 100%;
}
.bg_blue {
    background: #285785;
}

.filling_doc1 h3, .filling_doc2 h3 {
    color: #fff;
    font-family: 'inter',sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -.4px;
    text-transform: capitalize;
}
ul.icon_list2 {
    padding: 0;
}

.icon_sec .filling_doc1::after {
    content: '';
    background: url(../img/filling_doc1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 79px;
    height: 69px;
    position: absolute;
    right: 0;
    bottom: 0;
}
ul.icon_list2 li::before {
    content: "";
    background: url(../img/check_icon2.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
}


ul.icon_list2 li {
    list-style: none;
    position: relative;
    padding-left: 32px;
    color: #fff;
    font-family: 'inter',sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .18px;
    margin-bottom: 18px;
}

.filling_doc1 {
    border-radius: 12px;
    padding: 32px;
    position: relative;
    height: 100%;
}
.bg_light_blue {
    background: #859eb6;
}


.filling_doc1 h3, .filling_doc2 h3 {
    color: #fff;
    font-family: 'inter',sans-serif;
    /*font-family: Inter;*/
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -.4px;
    text-transform: capitalize;
}


.icon_sec .filling_doc2::after {
    content: '';
    background: url(../img/filling_doc2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 58px;
    height: 58px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.text-justify{
    text-align:justify !important;
}

/*  how to work it */
#how-it-works-main-container {
    background-color: #fff;
    color: #333333;
    padding-bottom: 22px;
    text-align: center;
    justify-content: space-around;
}
#how-it-works-main-container h2::after {
    margin-top: 10px;
    content: '';
    background: #ffd712;
    width: 35px;
    height: 4px;
    display: block;
    margin-left: 49%;
}
/*#how-it-works-main-container {*/
/*    background-color: #f4f4f4;*/
/*    color: #1a1a1a;*/
/*    text-align: center;*/
/*    padding-bottom: 45px;*/
/*}*/
#how-it-works-main-container h2{
    padding-top: 30px;
    font-size: 27px;
    line-height: 45px;
    letter-spacing: 0.025em;
    font-weight: 700;
    text-align: center;

}
.subheadingstatmentforherehowitworks {
    margin-top: 10px;
    font-size: 14px;
}

#how-it-works-flex-container {
    margin-top: 20px;
    display: flex;
    margin-left: 25%;
    margin-right: 25%;
}

.how-it-works-single-section {
    flex-grow: 1;
    white-space: nowrap;
}

#how-it-works-middle-section {
    margin-left: 10px;
    margin-right: 10px;
}



.how-it-works-single-section {
    flex-grow: 1;
    white-space: nowrap;
}

.how-it-works-single-section h3 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .005em;
    font-weight: 700;
}

.how-it-works-single-section p {
    font-size: 15px;
    line-height: 1.5384616;
    font-weight: 400;
}

.how-it-works-small-screen-description {
    display: none;
}

.how-it-works-single-section img {
    width: 95px;
    border-radius: 100%;
    background-color: #fff;
    color: #333;
}
.how-it-works-single-section img {
    background-color: #F4F4F4;
}

.how-it-works-arrow h3:after {
    content: '';
    background: url('../img/how_it_works_arrow.png');
    width: 10px;
    height: 13px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -10px;
    margin-top: -18px;
}


/*// related services*/
    .related-services h2 {
            font-size: 24px;
            margin-bottom: 20px;
        }

        .service-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 10px;
        }

        .service-grid a {
            display: block;
            padding: 15px;
            background-color: #f5f5f5;
            /*border: 2px solid #003763;*/
            border-left: 5px solid #2569bb;
            border-radius:10px;
            text-align: left;
            text-decoration: none;
            color: #333;
            transition: background-color 0.3s ease;
        }

        .service-grid a:hover {
            background-color: #e0e0e0;
        }

        .service-grid a::before {
            /*content: '';*/
            margin-right: 10px;
            color: #2569bb !important;
        }
        .textColor{
           color: #2569bb !important;  
        }


































