@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

ul {
    padding-left: 0;
    list-style: none;
}

body {
    overflow-x: hidden;
    font-size: 14px;
    background: #ffffff;
}

.banner {
    background-image: url(newimg/Header-Background.jpg);
    padding-top: 60px;
    padding-bottom: 240px;
}

.need-help .left-box .help-te h2 {
    font-size: 2.3rem;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 1rem;
}

.need-help .left-box .help-te h2::before {
    content: '';
    background-image: url(newimg/b-border.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
}


/* .banner h1 {
    font-size: 60px;
} */

.need-help .reqvest-box p {
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.need-help .left-box {
    padding: 0;
    width: auto;
}

.need-help .right-box {
    width: auto;
    padding: 0;
}

.need-help .form-box {
    padding: 30px 25px;
    float: initial;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    margin: 0;
}

.need-help .why-text {
    float: initial;
    width: auto;
    padding-left: 1rem;
    border-left: 1px solid #3394dd;
}

.need-help .box-why {
    width: 50%;
    float: initial;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.need-help .why-us-box {
    width: 100%;
    float: initial;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.need-help .box-why h4 {
    font-weight: 600;
    font-size: 20px;
}

.need-help .box-why img {
    margin: 0;
    margin-right: 12px;
}

.need-help {
    margin-bottom: 3rem;
}

.right-box {
    background-color: transparent;
    width: 100%;
    float: initial;
}

.right-box .get-wrapper {
    border: 1px solid #001753;
    border-radius: 7px;
    color: #ffffff;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 20%) 0px 20px 25px -5px, rgb(0 0 0 / 4%) 0px 10px 10px -5px;
}

.right-box .get-wrapper .title {
    background-color: #001753;
    padding: 1rem;
    /* border-radius: 7px; */
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.right-box .get-wrapper .title span {
    font-size: 1.8rem;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    display: block;
}

.right-box .form-wrap {
    position: relative;
}

.right-box .form-wrap form input {
    border: 1px solid #001753;
    border-radius: 5px;
    padding: 7px 7px;
    width: 100%;
    height: 55px;
    color: #737374;
}

.select-wrap {
    position: relative;
}

.right-box .form-wrap form select {
    border: 1px solid #001753;
    border-radius: 5px;
    padding: 7px 7px;
    width: 100%;
    height: 55px;
    color: #737374;
}


/* .select-wrap::after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    background-color: #ffffff;
    right: 5px;
    top: 20px;
} */


/* .select-wrap:before {
    content: "";
    width: 10px;
    height: 10px;
    background: url(images/aroow-select.png);
    position: absolute;
    right: 11px;
    top: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 9;
} */

.select-wrap span.select2-selection.select2-selection--single {
    border: 1px solid #001753;
    border-radius: 5px;
    padding: 7px 7px;
    width: 100%;
    height: 55px;
    color: #737374;
    display: flex;
    align-items: center;
}

.select-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
    position: absolute;
    top: 1px;
    right: 10px;
    width: 20px;
}

.select-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #3394dd transparent transparent transparent;
}

.select-wrap .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #3394dd transparent;
}

.select-wrap .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3394dd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3394dd !important;
}

.select-wrap span.select2.select2-container.select2-container--default.select2-container--above {
    width: 100% !important;
}

.right-box .form-wrap form .getbtn {
    width: 100%;
    text-align: center;
    background-color: #3394dd;
    color: #ffffff;
    border-radius: 5px;
    padding: 15px 5px;
    transition: all .5s ease-in-out;
}

.right-box .form-wrap form .getbtn:hover {
    background-color: #001753;
}

.review-wraper {
    margin-bottom: 1rem !important;
    margin-left: 2rem;
    margin-right: 2rem;
}

.review-wraper .review-box {
    background-color: #001753;
    border-radius: 7px;
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 1rem;
    transition: all .3s ease-in-out;
}

.review-wraper .col-md-4 {
    padding: 0;
}

.review-wraper .review-box:hover {
    background-color: #3394dd;
}

.review-wraper .review-box .icon {
    margin: 5px 0 10px;
}

.review-wraper .review-box .t-review span {
    font-size: 1.2rem;
}

.review-wraper .review-box .t-review p {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0;
}

.helpers-wrapper .content-wrap {
    text-align: center;
}

.title h2.mdi-t {
    position: relative;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 1.7rem;
    font-weight: 500;
    text-transform: uppercase;
}

.title h2.mdi-t::before {
    content: '';
    background-image: url(newimg/m-border.png);
    background-repeat: no-repeat;
    width: 205px;
    height: 2px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dis p {
    color: #353535;
    font-size: 1rem;
    line-height: 1.5;
}

.wp-asse {
    background-color: #f5f8fb;
}

.py-5 {
    padding: 3rem 0 !important;
}

.my-5 {
    margin: 3rem 0 !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mb-5 {
    margin-top: 3rem !important;
}

.ass-box {
    background-color: #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 2rem 2rem 1rem;
    margin-right: 0;
    margin-bottom: 1.5rem;
    transition: all 1s ease-in-out;
    min-height: 270px;
}

.ass-box:hover {
    transform: translate(0px, -10px);
    background-color: #001753;
}

.ass-box:hover .title h4 {
    color: #ffffff;
}

.ass-box:hover .title p {
    color: #ffffff;
}

.ass-box .title h4 {
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: .7rem;
}

.ass-box .title p {
    color: #737374;
    font-size: 1rem;
    line-height: 1.5;
}

.how-it-work {
    padding: 0;
    background-color: #e3e3e3;
    position: relative;
}

.how-it-work::before {
    content: '';
    background-image: url(newimg/corve-1.png);
    background-size: 75% 100%;
    background-repeat: no-repeat;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.how-it-work .title .work-t {
    font-size: 2.2rem;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
}

.how-it-work .w-right {
    margin-top: 0.9rem;
}

.none-text {
    color: #ffffff;
    margin: 0;
    font-size: 1px;
}

.wrinting-sec {
    display: block;
}

.w-right ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.w-right ul li {
    width: 25%;
    text-align: center;
    position: relative;
}

.w-right ul li:hover::before {
    margin-left: 10px;
}

.w-right ul li::before {
    content: '';
    background-image: url(newimg/arrow.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 25%;
    left: 95%;
    transform: translate(0%, -50%);
    transition: all .5s ease-in-out;
}

.w-right ul li:last-child::before {
    display: none;
}

.w-right ul li .w-img {
    margin-bottom: .5rem;
}

.w-right ul li:hover .w-img img.img-fluid {
    transform: rotate(360deg);
}

.w-right ul li .w-img img.img-fluid {
    width: 60px;
    transform: rotate(0deg);
    transition: all .5s ease-in-out;
}

.w-right ul li .con span {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    width: 127px;
    display: block;
    margin: 0 auto;
}

.thought-wrapper {
    background-color: #f5f8fb;
}

.left-dev .img-wrap {
    padding-left: .5rem;
    background-color: #001753;
    /* overflow: hidden; */
}

.left-dev .img-wrap img {
    width: 100%;
    transform: translate(1.5rem, 2rem);
    -webkit-transition: 0.8s all ease-in-out;
    transition: 1s all ease-in-out;
}


/* .left-dev .img-wrap img:hover {
    transform: translate(0px, 0);
} */

.right-dev .dis p {
    line-height: 1.7;
}

.more-btn {
    margin-top: 1rem;
}

.more-btn a {
    font-size: 20px;
    font-weight: 500;
    color: #3394dd;
    transition: all .5s ease-in-out;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    /* width: fit-content; */
}

.more-btn a img {
    margin-left: .3rem;
    transition: all .5s ease-in-out;
}

.more-btn a:hover {
    text-decoration: underline;
    color: #001753;
}

.online-wrapper .more-btn a:hover,
.faq-wrapper .left-content .more-btn a:hover {
    text-decoration: underline;
    color: #ffffff;
}

.more-btn a:hover img {
    transform: translate(10px, 0px);
}

.taking-wrapper .title h2.mdi-t::before {
    content: '';
    background-image: url(newimg/b-border.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 2px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.taking-wrapper .dis p {
    color: #353535;
    font-size: 1rem;
    line-height: 1.8;
}

.taking-wrapper .right-con .c-box {
    padding: 1rem .5rem;
    background-color: #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    text-align: center;
    margin-bottom: 1.5rem;
    transition: all .5s ease-in-out;
    min-height: 250px;
}

.taking-wrapper .right-con .c-box:hover {
    transform: translate(0, -5px);
}

.taking-wrapper .right-con .c-box:hover .icon img {
    transform: rotate(360deg);
}

.taking-wrapper .right-con .c-box .icon {
    margin-bottom: 1rem;
}

.taking-wrapper .right-con .c-box .icon img {
    transform: rotate(0deg);
    transition: all .4s ease-in-out;
}

.taking-wrapper .right-con .c-box .title h4 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: .7rem;
}

.online-wrapper {
    width: 100%;
    background-image: url(newimg/bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.online-wrapper .title h2 {
    color: #ffffff;
}

.online-wrapper .dis p {
    color: #ffffff;
    line-height: 1.8;
}

.online-wrapper .title h2.mdi-t::before {
    content: '';
    background-image: url(newimg/g-border.png);
}

.online-wrapper .more-btn a {
    justify-content: center;
}

.story-wrapper {
    padding-top: 1px;
    margin-bottom: 4.5rem !important;
}

.story-wrapper .title h2.mdi-t::before {
    content: '';
    background-image: url(newimg/b-border.png);
    width: 100%;
}

.story-wrapper .left-con .img-wrap {
    background: #001753;
    padding: 1rem 0 0 .5rem;
}

.story-wrapper .left-con .img-wrap img {
    width: 100%;
    transform: translate(1.5rem, 1rem);
    transition: all .5s ease-in-out;
}


/* 
.story-wrapper .left-con .img-wrap img:hover {
    transform: translate(0px, -1rem);
} */

.order-box ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.order-box ul li {
    width: 32%;
    margin-right: 1%;
    transition: all .5s ease-in-out;
}

.order-box ul li:hover {
    transform: translate(0, -10px);
}

.order-box ul li .content {
    padding-top: .5rem;
    max-width: 160px;
    border-right: 1px solid #e3e3e3;
}

.order-box ul li:last-child .content {
    border: none;
}

.order-box ul li .content .title span {
    font-size: 22px;
    color: #001753;
    font-weight: 500;
}

.order-box ul li .content .title p {
    font-size: 1rem;
    color: #353535;
}

.faq-wrapper {
    margin-top: 5rem !important;
    margin-bottom: 4.5rem !important;
}

.faq-wrapper .left-content {
    background-color: #001753;
    padding: 3.5rem 2rem;
}

.faq-wrapper .title h2 {
    color: #ffffff;
    margin-bottom: 1rem;
}

.faq-wrapper .dis p {
    line-height: 1.7;
    color: #ffffff;
}

.faq-wrapper .title h2.mdi-t::before {
    background-image: url(newimg/w-border.png);
    width: 100%;
}

.faq-wrapper .right-content .more-btn {
    margin-top: 0;
}

.faq-wrapper .right-content .more-btn a {
    width: 100%;
    margin-top: 0;
    transform: translate(14px, 20px);
}

.faq-wrapper .right-content #accordion .card p {
    padding: 20px 0;
    font-weight: 400;
    font-size: 16px;
}

.faq-wrapper .right-content #accordion svg {
    float: right;
    margin-top: 25px;
    color: #000;
}

.testimonial-wrap {
    background-color: #f5f8fb;
    width: 100%;
}


/* .testimonial-wrap .item {
    margin-right: 1rem;
} */

.testimonial-wrap .testinner {
    /* margin-right: 1rem;
    margin-left: 1.5rem; */
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.testimonial-wrap .owl-item {
    margin-left: 0.44rem !important;
}

.testimonial-wrap .testy-card {
    padding: 1rem;
    padding-bottom: 2.5rem;
    min-height: 260px;
    background: #fafcfd;
    text-align: center;
    border-radius: 15px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    opacity: .5;
    width: 360px;
    margin-left: 2rem;
}

.owl-item.active.center .testy-card {
    background: #ffffff;
    opacity: 1;
    width: 480px;
}

.testimonial-wrap .testy-card .img-box {
    margin: 0;
    height: auto;
    margin-bottom: 1rem;
}

.testimonial-wrap .testy-card .title p {
    font-size: 18px;
}

.testimonial-wrap .usericon {
    margin: 0;
    transform: translate(40px, -55px);
    flex-direction: column;
}

.testimonial-wrap .usericon .img-inner img {
    max-width: 70px;
    margin: 0 auto;
}

.testimonial-wrap .testy-card .img-inner img {
    opacity: .5;
}

.owl-item.active.center .testy-card .img-inner img {
    opacity: 1;
}


/* 
.testimonial-wrap .test-slider {
    transform: translate(0, -70px);
} */

.testimonial-wrap .user-n span {
    color: #001753;
    width: 100%;
    text-align: center;
    display: block;
    transform: translate(40px, -49px);
    font-size: 1.1rem;
}


/* .testimonial-wrap .testinner:hover {
    transform: translate(0, -1rem);
} */

.testimonial-wrap .owl-theme .owl-dots .owl-dot.active span,
.testimonial-wrap .owl-theme .owl-dots .owl-dot:hover span {
    background: #3394dd;
}

ul.nav.navbar-nav li:last-child a.lat-menu {
    transition: all .3s ease-in-out;
}

ul.nav.navbar-nav li:last-child a.lat-menu:hover {
    background-color: #001753;
}

.story-wrapper .right-con {
    padding-left: 3rem;
}

.thought-wrapper .right-dev {
    padding-left: 2.5rem;
}

header {
    position: sticky;
    top: 0;
    z-index: 9999;
}

#accordion a {
    text-decoration: none;
    display: flex;
    justify-content: space-between;
}

.more-btn button {
    font-size: 20px;
    font-weight: 500;
    color: #3394dd;
    transition: all .5s ease-in-out;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    border: none;
    background-color: transparent;
}

.more-btn button:hover {
    text-decoration: underline;
    color: #001753;
}

.faq-wrapper .right-content .more-btn button {
    width: 100%;
    margin-top: 0;
    transform: translate(0, 20px);
}

.faq-wrapper .right-content .more-btn button:hover img {
    transform: translate(10px, 0px);
}

.faq-wrapper .right-content .more-btn button img {
    margin-left: 5px;
    transition: all .5s ease-in-out;
}

.fa {
    font: normal normal normal 14px/1 FontAwesome !important;
}

span#select2-selectwrap-container {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d;
    padding: 0;
}

@media screen and (max-width:4000px) and (min-width:992px) {
    .owl-item.active.center {
        margin-top: 0!important;
        margin: 0 !important;
        z-index: 9;
        width: 390px!important
    }
    .owl-item.active.center .testy-card {
        /* margin-left: 0; */
        margin-left: -10px !important;
    }
}