/*****common*************/
.img-wrap-common {
    overflow: hidden;
    position: relative;
    display: inline-block;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
}

.img-wrap-common img {
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    /*
    object-fit: cover;*/
}

/*****common*************/

.supported_logo {
    height: 130px;
    width: 100%;
}

.supported_logo ul {
    float: right;
    display: flex;
    position: relative;
    right: 0;
    top: 0;

}

.supported_logo ul li {
    background: #fff;
    box-shadow: 0px 5px 14px 0px rgb(0 0 0 / 15%);
    border-radius: 6px;
    padding: 15px 35px 10px 25px;
    margin: 0 8px;
    z-index: 1;
}

.supported_logo ul li h4 {
    font-size: 12px;
    font-weight: 400;
}


/*.banner_content {
    position: relative;
    left: 21.3%;
    top: 12px;
    padding: 25px 11px 0;
}*/
.banner_content {
    position: relative;
    left: 0;
    top: 12px;
    padding: 25px 55px 0;
    right: 0;
    max-width: 950px;
    margin: 0 auto;
}

.banner_content h4 {
    font-size: 32px;
    font-family: 'Montserrat';
    font-weight: 800;
    color: #fff;
    line-height: 57px;
    letter-spacing: 5px;
}

.banner_content p {
    font-size: 28px;
    font-family: 'Montserrat';
    letter-spacing: 3px;
    color: #fff;
    font-weight: bold;
}

.banner_content p .red_title {
    color: #EB1A27;
    font-weight: bold;
    font-size: 34px;
}

.white_title {
    color: #fff;
    font-size: 22px !important;
    font-weight: bold;
}

.black_title {
    color: #000 !important;
    font-weight: bold !important;
    font-size: 22px !important;
}

.right_sec span {
    font-size: 17px;
    color: #B2B2B2;
    text-align: center;
    float: none;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 3px;
}

.get_more_warelyPos:before {
    position: absolute;
    content: '';
    border-left: 75px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 119px solid #fff;
    bottom: 0;
    right: 0;
}

.main-btn,
.contact_from_wrap form input[type="submit"] {
    height: 64px;
    line-height: 64px;
    background: #000000;
    display: inline-block;
    vertical-align: top;
    padding: 0 50px;
    position: relative;
    /*top: 165px;*/
}

.div_money div:first:child {
    width: 100% !important;
}

.div_money div:last:child {
    position: relative;
    bottom: 315px;
    text-align: center;
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    padding: 0px 27%;
    letter-spacing: 7px;
}

.main-btn,
.contact_from_wrap form input[type="submit"] {
    height: 64px;
    line-height: 64px;
    background: #000000;
    display: inline-block;
    vertical-align: top;
    padding: 0 50px;
    position: relative;
}

.div_money div :first-child {
    width: 100%;
}

.lower_cost_sec .poitns_head_text {
    text-align: right;
    font-size: 188px;
    color: #f4f4f4;
    margin: 0;
    position: relative;
    top: 35px;
}

.make_wrap {
    display: flex;
}

.content .main_btn {
    height: 54px;
    line-height: 54px;
    background: #000000;
    display: inline-block;
    vertical-align: top;
    padding: 0 33px;
    position: relative;
}

.content .main_btn span {
    color: #fff;
    position: relative;
    padding-right: 38px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: none;
    font-family: 'Montserrat', sans-serif;
}

/***15-06-2021*********/
.inner_banner_section {
    position: relative;
    height: 947px;
    background: #CBCBCB;
}

.inner_banner_section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
}

/*.inner_banner_section::before, .inner_banner_section::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to bottom right, #fff 0%, #fff 5%, #CBCBCB 50%, transparent 50%, transparent 100%);
    z-index: 1;
}
.inner_banner_section::after {
    left: auto;
    right: 0;
    background: linear-gradient(to top left, #CBCBCB 0%, #CBCBCB 5%, #CBCBCB 50%, transparent 50%, transparent 100%);
}*/
.banner_video_btn {
    position: absolute;
    top: 50%;
    right: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    left: -50px;
    transform: translateY(-50%);
    text-align: center;
    padding-top: 125px;
    letter-spacing: 1px;
    text-shadow: 1px 2px 3px black;
    font-family: 'Roboto', sans-serif;
    margin: 0 auto;
    max-width: 110px;
}

.banner_video_btn::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 110px;
    height: 110px;
    background: url("../images/sprite2.png") no-repeat -389px 0px;
    top: 0;
    margin: 0 auto;
}

.banner_video_btn:hover::before {
    opacity: 0.9;
}

.image_Sec {
    top: 45px;
}

.image_Sec div:first-child {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    display: block !important;
    max-width: 850px !important;
    width: 100% !important;
}

.image_Sec div:first-child img {
    width: 100% !important;
    height: 100% !important;
}

.image_Sec,
.banner_content,
.supported_logo {
    position: relative;
    z-index: 2;
}

.inner_banner_section>div:first-child {
    position: absolute !important;
    display: block !important;
    overflow: hidden !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #9A161E;
    transform: skewX(-37.4deg);
    width: 100%;
    margin: 0 auto;
    max-width: 690px;
}

.inner_banner_section>div:first-child::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}

.inner_banner_section>div:first-child img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover;
    opacity: 0.4;
    transform: skewX(30deg);
    width: 1398px !important;
    margin: 0 0 0 -430px;
    max-width: none;
}

.get_more_warelyPos {
    position: relative;
    max-width: 1140px;
    height: auto;
    background: #F3F3F3;
    margin: 0 auto;
    padding: 95px 125px 115px 65px;
}

.get_more_warelyPos::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -300px;
    width: 408px;
    height: 168px;
    background: url("../images/sprite2.png") no-repeat 0 -330px;
    margin: 0 auto;
    z-index: -1;
}

.get_more_warelyPos h4 {
    position: relative;
    font-family: 'Roboto';
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 6px;
    margin: 0 0 40px;
}

.get_more_warelyPos .wrap_more>div:first-child {
    font-size: 17px;
    color: #060606;
    line-height: 28px;
    max-width: 630px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 5px;
    font-weight: 500;
}

.get_more_warelyPos .wrap_more>div:first-child .black_title {
    font-size: 17px !important;
}

.main_btn {
    height: 74px;
    line-height: 74px;
    background: #000000;
    display: inline-block;
    vertical-align: top;
    padding: 0 50px;
}

.get_more_warelyPos .main_btn {
    position: absolute;
    right: 125px;
    bottom: 95px;
}

.main_btn span {
    color: #fff;
    position: relative;
    padding-right: 50px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
}

.main_btn span::before {
    content: "";
    position: absolute;
    right: 0;
    top: 1px;
    width: 25px;
    height: 21px;
    background: url("../images/sprite.png") no-repeat -4px -42px;
}

.funding_section {
    padding: 100px 0px 0 0;
    display: flex;
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
}

@keyframes slideup {
    0% {
        transform: translateY(300px);
    }

    100% {
        transform: translateY(0);
    }
}

.funding_section .left_sec {
    background-color: #AB101A;
    color: #fff;
    padding: 80px 161px 50px;
    width: 50%;
    position: relative;
}

.funding_section .left_sec::before {
    content: "+";
    position: absolute;
    right: -60px;
    bottom: 0;
    top: 0;
    margin: auto 0;
    font-size: 210px;
    color: #000000;
    font-weight: 600;
    height: 100px;
    line-height: 100px;
}

.funding_section .right_sec {
    background-color: #fff;
    color: #fff;
    padding: 70px 60px 35px;
    -webkit-box-shadow: 0px 5px 14px 0px rgb(0 0 0 / 15%);
    box-shadow: 0px 5px 14px 0px rgb(0 0 0 / 15%);
    text-align: center;
    width: 50%;
}

.funding_section .right_sec .red_title {
    color: #EB1A27;
    font-size: 110px;
    font-weight: 600;
    max-width: 360px;
    margin: 0 auto;
}

.funding_section .right_sec .black_title {
    text-align: right;
    display: block;
    max-width: 360px;
    margin: 0 auto;
    letter-spacing: 0px;
}

.fund_percent {
    font-size: 147px;
    text-align: center;
    padding-right: 40px;
    position: relative;
    font-weight: 500;
    line-height: 1.2;
    max-width: 248px;
    margin: 0 auto;
}

.fund_percent span {
    position: absolute;
    font-size: 0 !important;
    top: 5px;
    background: url("../images/sprite2.png") no-repeat 0 -144px;
    width: 42px;
    height: 60px;
    display: block;
    right: 0;
}

.funding_section .left_sec span {
    font-size: 20px;
    margin: 0 0 -18px;
    display: block;
    font-weight: normal;
    letter-spacing: 0.5px;
}

.funding_section .left_sec .white_title {
    color: #fff;
    font-size: 22px !important;
    font-weight: bold !important;
    float: right;
    margin: -15px 0 0 !important;
}

.losingmoney_sec {
    position: relative;
    margin: 100px 0 70px;
}

.losingmoney_sec::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 230px;
    height: 160px;
    background: linear-gradient(to top left, #fff 0%, #fff 50%, transparent 50%, transparent 100%);
    z-index: 1;
}

.losingmoney_sec .div_money {
    background: #D82828;
    display: block !important;
    position: relative;
    height: 515px;
}

.losingmoney_sec .div_money>div {
    display: block !important;
}

.losingmoney_sec img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    opacity: 0.7;
}

.losingmoney_sec .div_money>div:last-child {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 700px;
    margin: 0 auto;
    transform: translateY(-50%);
    text-align: center;
    font-size: 55px;
    line-height: 72px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 10px;
    width: 970px;
}

.losing_btn {
    text-align: center;
}

.losing_btn .main_btn {
    max-width: 350px;
    position: relative;
    margin: 0 60px;
}

.losing_btn .main_btn::before,
.losing_btn .main_btn::after {
    content: "";
    position: absolute;
    left: -466px;
    top: 0;
    bottom: 0;
    background: url("../images/find-bg.jpg") no-repeat;
    height: 100%;
    right: 100%;
}

.losing_btn .main_btn::before {
    left: 100%;
    right: -466px;
    transform: rotate(180deg);
}

.why_warelyPos {
    margin: 70px 0 80px;
    position: relative;
    padding: 0;
    height: 740px;
    width: 100%;
}

.why_warelyPos .warely_backlogo {
    width: 1655px;
    height: 212px;
    position: absolute;
    left: 30px;
    right: 0;
    top: 0;
    background: url(../images/warely-backlogo.png) no-repeat;
    background-size: 1290px;
    bottom: 0;
    margin: auto;
}

.why_warelyPos .main_title {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 10px;
    color: #221F1F;
    top: 0;
    position: absolute;
    left: 22%;
    bottom: 0;
    margin: auto;
    height: 75px;
    font-family: 'Roboto', sans-serif;
}

.why_warelyPos .main_title .red_title {
    font-size: 60px;
}

.wrap_lower_Sec {
    display: flex;
    height: 740px;
    align-items: center;
}

.lower_cost_sec {
    position: relative;
}

/*.lower_cost_sec::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -180px;
    width: 154px;
    height: 154px;
    background: url("../images/dot-img2.png") no-repeat;
}*/
.wrap_lower_Sec .left {
    /*background: url(../images/ipad-img.png) no-repeat;*/
    width: 1090px;
    height: 740px;
    position: absolute;
    left: -140px;
    background-size: 100% 100%;
    padding: 66px 60px 68px 0;
    overflow: hidden;
    /* left: 0; */
}

.wrap_lower_Sec .left::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/ipad-bg3.png) no-repeat;
    background-size: 100% 100%;
    z-index: 1;
    pointer-events: none;
}

.wrap_lower_Sec .right {
    position: relative;
    float: right;
    margin: 0 20% 0 auto;
}

.wrap_lower_Sec .left>div {
    display: flex;
    align-items: center;
    padding: 75px 0;
}

.wrap_lower_Sec .content {
    position: relative;
    padding-left: 40px;
    padding-right: 70px;
    width: 50%;
}

.wrap_lower_Sec .content h2 {
    font-size: 40px;
    font-weight: bold;
    font-family: 'Roboto';
}

.wrap_lower_Sec .content h2 span {
    color: #EC1B28;
}

.wrap_lower_Sec .content .red_title {
    font-size: 40px;
}

.wrap_lower_Sec .content ul {
    list-style: none;
    margin: 0;
    padding: 30px 0 0;
    width: auto;
}

.wrap_lower_Sec .content ul li {
    font-size: 24px;
    color: #303030;
    font-weight: 500;
    margin: 0 0 34px;
    line-height: 32px;
    font-family: 'Roboto';
    padding-left: 60px;
    position: relative;
}

.wrap_lower_Sec .content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 25px;
    height: 19px;
    background: url("../images/sprite2.png") no-repeat -183px 0px;
}

.wrap_lower_Sec .black_title {
    color: #000 !important;
    font-weight: bold !important;
    font-size: 24px !important;
}

.wrap_lower_Sec .right div {
    width: 145px;
    height: 145px;
    background: #ECECEC;
    border-radius: 50%;
    line-height: 150px;
    font-size: 50px;
    font-weight: bold;
    color: #909090;
    text-align: center;
    margin: 50px 0;
    cursor: pointer;
}

.wrap_lower_Sec div.active,
.wrap_lower_Sec .right>div:hover {
    background: url("../images/career-bg1.png") no-repeat;
    background-size: cover;
    color: #fff;
}

.our_services {
    padding: 230px 0 150px;
    position: relative;
}

/*.our_services::before {
    content: "";
    position: absolute;
    left: 156px;
    top: 0;
    width: 477px;
    height: 622px;
    background: #F8F8F8;
    border-radius: 0 0 20px 20px;
    z-index: -3;
}*/
.our_services::after {
    content: "";
    position: absolute;
    top: auto;
    left: 70px;
    width: 157px;
    height: 1016px;
    background: url("../images/warely-verticle-logo.png") no-repeat;
    opacity: 0.7;
    z-index: -1;
    bottom: -30px;
}

.service_top {
    max-width: 730px;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
}

.our_services .service_top {
    min-height: 640px;
}

.service_top img {
    height: 400px;
}

.service_top .content h4 {
    font-size: 45px;
    color: #797979;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 3px;
    padding-top: 20px;
    margin: 0 0 23px;
    font-weight: bold;
    text-transform: uppercase;
}

.service_top .content p {
    font-size: 18px;
    color: #6C6C6C;
    line-height: 34px;
    font-family: 'Roboto', sans-serif;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0 0 15px;
}

.service_top .content a {
    font-size: 19px;
    color: #EC1B28;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0px;
    font-weight: 600;
    padding-left: 0;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
}

.service_bottom {
    padding: 60px 0px 0;
    max-width: 1285px;
    margin: 0 auto;
}

.service_bottom .service_item {
    padding: 0 30px;
    position: relative;
    display: block !important;
    height: 100%;
    min-height: 110px;
}

.service_bottom .service_item::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1px;
    border-right: 2px solid #777777;
    height: 56px;
}

.service_nav .slick-slide:last-child .service_item::before {
    opacity: 0;
}

.service_bottom .service_item div:first-child {
    width: 48px;
    height: 48px;
    background: #F5F5F5;
    border-radius: 100%;
    text-align: center;
    line-height: 48px;
    margin: 0 auto 22px;
    font-size: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #CDCDCD;
    cursor: pointer;
}

.service_bottom .slick-current .service_item>div:first-child {
    background: url("../images/career-bg1.png") no-repeat;
    background-size: cover;
    color: #fff;
}

.service_bottom .service_item div:last-child {
    text-align: center;
    font-size: 16px;
    color: rgba(84, 84, 84, 0.52);
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
}

.spend_sec {
    padding: 140px 0 0;
    position: relative;
    z-index: 1;
}

.spend_sec .slick-slide {
    position: relative;
}

.spend_sec .slick-slide>div,
.spend_sec .slick-slide>div>div,
.spend_sec .img_item>div,
.spend_sec .slick-slide img {
    display: block !important;
    width: 100% !important;
    opacity: 1;
    object-fit: cover;
}

.spend_sec .img_item {
    position: relative;
    height: 600px;
}

.spend_sec .img_item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00ffffff', GradientType=1);
    z-index: 1;
    opacity: 0.5;
}

.spend_sec .cont {
    position: absolute;
    left: 0;
    bottom: auto;
    right: 0;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    z-index: 2;
    line-height: 88px;
    transform: translateY(120%);
    transition: all 1s ease-in-out;
    top: 370px;
}

.spend_sec .slick-slide.slick-current .cont {
    transform: translateY(0);
    transition-delay: 1s;
}

.spend_sec ul.slick-dots {
    text-align: right;
    bottom: auto;
    right: 90px;
    top: 630px;
}

.spend_sec ul.slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 13px 0 0;
}

.spend_sec ul.slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    background: #D9DBE1;
    border-radius: 100%;
    margin: 0 0 0;
}

.spend_sec ul.slick-dots li button::before {
    display: none;
}

.spend_sec ul.slick-dots li.slick-active button {
    background: #E30000;
}

.owner_quote {
    padding: 90px 145px 90px;
    max-width: 1045px;
    margin: 0px 0 10px auto;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    position: relative;
    display: flex;
    align-items: flex-end;
}

.owner_quote::before {
    content: "";
    position: absolute;
    left: -52px;
    bottom: 90px;
    width: 110px;
    height: 105px;
    background: url("../images/dot-img.png") no-repeat;
}

.owner_quote>div {
    width: 50%;
}

.owner_quote .right {
    font-size: 16px;
    color: #656565;
    line-height: 38px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.5px;
    padding: 22px 60px 0 0;
    position: relative;
}

.owner_quote .right::before {
    content: "";
    position: absolute;
    left: -32px;
    top: 0;
    width: 25px;
    height: 25px;
    background: url("../images/sprite2.png") no-repeat 0 -86px;
}

.owner_quote .title {
    font-size: 22px;
    font-weight: bold;
    color: #7A7A7A;
    margin: 0 0 5px;
}

.owner_quote .sub_title {
    font-size: 17px;
    color: #969AAB;
    font-weight: 500;
}

.grant_sec {
    padding: 230px 0 50px;
    position: relative;
}

.grant_top,
.grant_middle {
    max-width: 1175px;
    margin: 0 auto;
    padding: 0 15px 22px;
    display: flex;
}

.grant_top .left,
.grant_middle>h2 {
    width: 242px;
}

.grant_top .right,
.grant_middle>ul {
    width: calc(100% - 242px);
}

.grant_top .right h2,
.grant_top .right h2 .red_title {
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 5px;
}

.grant_top .left h2,
.grant_middle>h2 {
    font-size: 28px;
    color: #515151;
    font-weight: 600;
    padding-left: 36px;
}

.grant_middle>h2 {
    padding-left: 0;
}

.grant_middle>ul li {
    font-size: 18px;
    color: #686868;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 2;
    position: relative;
    padding-left: 10px;
    letter-spacing: 1px;
}

.grant_middle>ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 1px;
    border-bottom: 2px solid;
    bottom: 0;
    margin: auto;
}

.grant_bottom {
    margin: 0 auto;
    padding: 0 50px;
    position: relative;
}

.grant_bottom::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 590px;
    height: 560px;
    background: url("../images/landing-contact-bg.png") no-repeat;
}

.all_services {
    min-height: 460px;
    position: relative;
}

.all_services .my_item img {
    height: 450px;
    max-width: 100%;
    min-width: 100%;
    width: auto;
    object-fit: contain;
}

.all_services .my_item {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    margin-left: -50px;
    transition: all 0.5s ease-in-out;
    /*2*/
    width: 670px;
}

.all_services .active.my_item {
    margin: 0;
    transform: translateX(0);
    transition-delay: 0.5s;
}

.grant_bottom ul.slider_dots {
    margin-top: 46px;
}

.grant_bottom ul.slider_dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 7px;
    background: #C0C1C2;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    font-size: 0;
    cursor: pointer;
}

.grant_bottom ul.slider_dots li.current {
    background: #E30000;
}

.grant_bottom .right {
    display: none;
}

.grant_top .right h2 span.red_title:first-child {
    padding-right: 40px;
    margin-right: 35px;
    position: relative;
}

.grant_top .right h2 span.red_title:first-child::before {
    content: "";
    position: absolute;
    right: 0;
    top: -5px;
    width: 1px;
    height: 48px;
    background: #DADADA;
}

.service_top button.slick-arrow {
    display: none !important;
}

.marchant_service.service_item .img {
    text-align: center;
}

.wrap_lower_Sec .left>div {
    transition: 0.5s all;
    /*2s*/
}

.wrap_lower_Sec .left>div:not(.hidden) {
    transform: translateY(-100%);
}

.wrap_lower_Sec .left>div:not(.hidden):first-child {
    transform: translateY(0);
}

.wrap_lower_Sec .left>div.hidden:nth-child(2) {
    transform: translateY(-200%);
}

.wrap_lower_Sec .left>div:not(.hidden):first-child+div.hidden:nth-child(2) {
    transform: translateY(0);
}

.wrap_lower_Sec .left>div.hidden:first-child {
    transform: translateY(-100%);
}

.wrap_lower_Sec .left>div:not(.hidden):last-child {
    transform: translateY(-200%);
}

.wrap_lower_Sec .left>div.hidden {
    display: flex !important;
}

.landig_video {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    max-width: 100%;
    margin: 0 auto;
    z-index: 9999;
    background: #000;
}

.landig_video video {
    width: 100%;
    height: 100%;
}

.cost_wrap {
    min-height: 235px;
    position: relative;
}

.cost_wrap .poitns_head_text {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateX(100%);
    transition: all 0.5s ease-in-out;
    /*2s*/
}

.cost_wrap .poitns_head_text.active {
    transform: translateX(0);
    transition-delay: 0.5s;
    /*2*/
}

/**************new changes***************************************/
.supported_logo {
    position: absolute;
    bottom: -17px;
    right: 7%;
}

.service_top .slick-list .slick-slide[data-index="3"] img {
    margin: 0 auto;
}

.wrap_lower_Sec .content .main-btn {
    height: 54px;
    line-height: 54px;
    padding: 0 25px 0 25px;
}

.wrap_lower_Sec .content .main-btn span {
    font-size: 14px;
    padding-right: 30px;
}

.wrap_lower_Sec .content .main-btn span::before {
    background-size: 280px;
    background-position: -4px -29px;
    width: 17px;
    height: 16px;
}

.our_services .left_service_title {
    position: absolute;
    right: 0;
    top: 38%;
    transform: rotate(-90deg);
    font-size: 18px;
    color: #909090;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0 55px 0 100px;
    margin: 0;
}

.our_services .left_service_title::before,
.our_services .left_service_title::after {
    content: "";
    position: absolute;
    left: 0;
    /* top: 0; */
    height: 2px;
    width: 82px;
    background: #6B6B6B;
    bottom: 6px;
}

.our_services .left_service_title::after {
    width: 14px;
    height: 14px;
    background: #ED1C29;
    border-radius: 100%;
    left: auto;
    right: 0;
    bottom: 5px;
}

.all_services .img_service_name {
    position: absolute;
    right: 0;
    bottom: -80px;
    font-size: 18px;
    color: #676767;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-shadow: 0 0 #676767;
}

/**************new changes***************************************/
/*****20-07-2021**********/
.losing_btn {
    display: none;
}

.spend_sec+.owner_quote {
    display: none;
}

.right_solutionText>div {
    position: absolute;
    left: -40px;
    bottom: 140px;
    transform: rotate(-90deg);
    font-size: 28px;
    color: rgba(97, 97, 97, 0.8);
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0 35px 0 100px;
    margin: 0;
}

.right_solutionText>div::before,
.right_solutionText>div::after {
    content: "";
    position: absolute;
    left: 0;
    /* top: 0; */
    height: 2px;
    width: 82px;
    background: #6B6B6B;
    bottom: 6px;
}

.right_solutionText>div::after {
    width: 14px;
    height: 14px;
    background: #F16622;
    border-radius: 100%;
    left: auto;
    right: 0;
    bottom: 7px;
}

/*****20-07-2021**********/


/*******************responsive**************************************/

@media (min-width: 1700px) and (max-width: 3000px) {

    /*.inner_banner_section > div:first-child {
        left: 220px;
        transform: skewX(-30deg);
        width: 33%;
        margin: 0 auto;
        right: 0;
    }*/
    .banner_content {
        padding: 25px 87px 0;
    }

    .supported_logo {
        bottom: -17px;
        right: 11%;
    }

    .why_warelyPos .warely_backlogo {
        width: 1305px;
        margin: auto;
        left: 0;
    }

    .why_warelyPos .main_title {
        left: 0;
        right: 0;
        text-align: center;
    }

    .why_warelyPos .vendor_right_hand {
        right: -350px;
        width: 754px;
        height: 754px;
    }

    .losingmoney_sec .div_money>div:last-child {
        max-width: 970px;
        width: 971px;
    }

    .cost_wrap {
        margin-right: 70px;
        overflow: hidden;
    }

    .wrap_lower_Sec {
        height: 760px;
        max-width: 1460px;
        margin: 0 auto;
        position: relative;
    }

    .wrap_lower_Sec .left {
        width: 1130px;
        height: 760px;
        left: 0;
    }

    .wrap_lower_Sec .left>div {
        min-height: 625px;
        padding: 0 0;
        justify-content: center;
    }

    .wrap_lower_Sec .right {
        margin: 0 40px 0 auto;
    }

    .our_services::after {
        left: 70px;
    }

    .spend_sec .cont br {
        display: none;
    }

    .spend_sec .cont {
        left: 150px;
        bottom: auto;
        right: 0;
        max-width: 1220px;
        margin: 0;
    }

    .spend_sec ul.slick-dots {
        text-align: right;
        bottom: auto;
        right: 145px;
        top: 630px;
    }

    .grant_top .left,
    .grant_middle>h2 {
        width: 302px;
    }

    .grant_top .right,
    .grant_middle>ul {
        width: calc(100% - 302px);
    }

    .grant_bottom .left {
        left: 18%;
        overflow: hidden;
        position: relative;
    }
}

@media (min-width: 1200px) and (max-width: 1380px) {

    /*.banner_content {
        left: 14%;
    }*/
    .wrap_lower_Sec .right {
        margin: 0 40px 0 auto;
    }

    .right_solutionText>div {
        left: -80px;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .funding_section .left_sec {
        padding: 90px 90px 60px;
    }

    .funding_section .right_sec {
        padding: 75px 50px;
    }

    .get_more_warelyPos {
        padding: 65px 85px 70px 45px;
    }

    .get_more_warelyPos .wrap_more>div:first-child {
        max-width: 500px;
    }

    .get_more_warelyPos .main_btn {
        right: 85px;
    }

    .why_warelyPos .main_title {
        left: 10%;
    }

    .wrap_lower_Sec .left {
        width: 860px;
        height: 600px;
        padding: 54px 50px 55px 0;
    }

    .wrap_lower_Sec .left>div {
        padding: 45px 0;
    }

    .wrap_lower_Sec .left img {
        width: 360px;
    }

    .wrap_lower_Sec .content {
        padding-left: 30px;
        padding-right: 0;
        width: 50%;
    }

    .wrap_lower_Sec .content h2,
    .wrap_lower_Sec .content .red_title {
        font-size: 30px;
    }

    .wrap_lower_Sec .right {
        margin: 0 10px 0 auto;
    }

    .wrap_lower_Sec .right div {
        width: 115px;
        height: 115px;
        line-height: 120px;
        margin: 30px 0;
    }

    .service_bottom .service_item {
        padding: 0 10px;
    }

    .spend_sec .cont {
        font-size: 50px;
        line-height: 68px;
    }

    .owner_quote {
        padding: 50px 55px 70px 75px;
        max-width: 795px;
    }

    .our_services::before {
        width: 327px;
        height: 492px;
    }

    .cost_wrap {
        min-height: 185px;
        position: relative;
    }

    /********new-changes********************/
    .all_services {
        min-height: 380px;
        max-width: 510px;
    }

    .all_services .my_item img {
        height: 380px;
    }

    .all_services .img_service_name {
        bottom: -70px;
    }

    .grant_bottom::before {
        width: 330px;
        height: 310px;
        background-size: 420px;
    }

    /********new-changes********************/
    /*****20-07-2021*******/
    .wrap_lower_Sec .right {
        margin: 0 40px 0 auto;
    }

    .right_solutionText>div {
        left: -100px;
    }

    .owner_quote .right {
        padding: 22px 0 0 0;
    }

    .grant_sec {
        padding: 180px 0 50px;
    }

    .grant_top .right h2,
    .grant_top .right h2 .red_title {
        letter-spacing: 2px;
    }

    /*****20-07-2021*******/
    .all_services .my_item {
        width: 610px;
    }


}

@media (min-width: 768px) and (max-width: 1023px) {
    .inner_banner_section {
        height: 750px;
    }

    .inner_banner_section .image_Sec {
        padding: 0 0px 0 25px;
        top: 25px;
    }

    .banner_content h4 {
        font-size: 20px;
        line-height: 34px;
        margin: 0 0 5px;
    }

    .banner_content p {
        font-size: 18px;
        margin: 0 0 15px;
    }

    .banner_content p .red_title {
        font-size: 24px;
    }

    .supported_logo ul {
        right: 5px;
        bottom: -120px;
        width: 550px;
    }

    .funding_section {
        margin: 0 15px;
        width: auto;
    }

    .funding_section .left_sec {
        padding: 60px 50px 50px;
    }

    .funding_section .right_sec {
        padding: 35px 20px;
    }

    .funding_section .right_sec .red_title {
        font-size: 80px;
    }

    .get_more_warelyPos {
        margin: 0 15px;
        padding: 45px 35px 50px 25px;
    }

    .get_more_warelyPos h4 {
        font-size: 35px;
        margin: 0 0 20px;
    }

    .get_more_warelyPos .wrap_more>div:first-child {
        font-size: 17px;
    }

    .get_more_warelyPos .main_btn {
        position: static;
        margin: 20px 0 0;
    }

    .losingmoney_sec img {
        height: 400px !important;
    }

    .losingmoney_sec .div_money>div:last-child {
        font-size: 45px;
        line-height: 62px;
        letter-spacing: 10px;
    }

    .losing_btn .main_btn::before,
    .losing_btn .main_btn::after {
        left: -436px;
    }

    .losing_btn .main_btn::before {
        right: -436px;
    }

    .losingmoney_sec {
        margin: 100px 0 75px;
    }

    .why_warelyPos {
        /*margin: 100px 0 100px;*/
        height: 530px;
    }

    .why_warelyPos .main_title {
        font-size: 50px;
        letter-spacing: 9px;
        left: 25px;
    }

    .why_warelyPos .main_title .red_title {
        font-size: 50px;
    }

    .lower_cost_sec .poitns_head_text {
        font-size: 118px;
    }

    .wrap_lower_Sec {
        height: 500px;
    }

    .wrap_lower_Sec .left {
        width: 680px;
        height: 500px;
        padding: 44px 40px 47px 0;
    }

    .wrap_lower_Sec .left>div {
        padding: 14px 0;
        min-height: 410px;
    }

    .wrap_lower_Sec .left img {
        width: 300px;
    }

    .wrap_lower_Sec .content {
        padding-left: 30px;
        padding-right: 0;
        width: 50%;
    }

    .wrap_lower_Sec .content h2,
    .wrap_lower_Sec .content .red_title {
        font-size: 30px;
    }

    .wrap_lower_Sec .content ul li {
        font-size: 18px;
        margin: 0 0 20px;
        line-height: 28px;
        padding-left: 40px;
    }

    .wrap_lower_Sec .black_title {
        font-size: 18px !important;
    }

    .wrap_lower_Sec .content .main-btn {
        padding: 0 20px 0 30px;
    }

    .wrap_lower_Sec .content .main-btn span {
        padding-right: 40px;
        font-size: 18px;
    }

    .wrap_lower_Sec .right {
        margin: 0 10px 0 auto;
    }

    .wrap_lower_Sec .right div {
        width: 105px;
        height: 105px;
        line-height: 110px;
        margin: 20px 0;
        font-size: 40px;
    }

    .our_services {
        padding: 100px 0 100px;
    }

    .service_top .content h4 {
        font-size: 35px;
        padding-top: 20px;
        margin: 0 0 13px;
    }

    .service_top .content a {
        font-size: 17px;
        letter-spacing: 2px;
        padding-left: 8px;
    }

    .service_bottom .service_item {
        padding: 0 10px;
        min-height: 105px;
    }

    .service_bottom .service_item div:last-child {
        font-size: 12px;
    }

    .spend_sec {
        padding: 0px 0 0;
    }

    .spend_sec .cont {
        bottom: 35px;
        font-size: 40px;
        line-height: 50px;
    }

    .owner_quote {
        padding: 40px 15px 70px 55px;
        max-width: 635px;
    }

    .owner_quote .left {
        padding-left: 35px;
    }

    .owner_quote .right {
        font-size: 14px;
        line-height: 28px;
        padding: 22px 0 0 0;
    }

    .grant_sec {
        padding: 105px 0 50px;
    }

    .grant_bottom {
        padding: 0 20px;
    }

    .all_services .my_item {
        margin-left: -20px;
    }

    .grant_bottom::before {
        width: 250px;
        height: 255px;
        background-size: 350px;
    }

    .our_services::after {
        opacity: 0.5;
        background-size: 120px;
        height: 780px;
        bottom: 100px;
        left: 10px;
    }

    .cost_wrap {
        min-height: 155px;
        position: relative;
    }

    .funding_section .left_sec::before {
        right: -41px;
        font-size: 140px;
        height: 65px;
        line-height: 65px;
    }

    .banner_content {
        left: 0;
        top: -20px;
    }

    .our_services .left_service_title {
        right: -110px;
        top: 28%;
    }

    /********new-changes********************/
    .all_services {
        min-height: 330px;
        max-width: 420px;
    }

    .all_services .my_item img {
        height: 320px;
    }

    .all_services .img_service_name {
        bottom: -70px;
    }

    /********new-changes********************/
    /*****20-07-2021**********/
    .inner_banner_section>div:first-child {
        /* width: 45%; */
        max-width: 530px;
    }

    .supported_logo {
        bottom: 3px;
        /*right: -10px;*/
        height: 100px;
    }

    .losingmoney_sec .div_money {
        height: auto;
    }

    .spend_sec .img_item,
    .spend_sec .img_item img {
        height: 400px;
    }

    .spend_sec .cont {
        top: 170px;
    }

    .spend_sec ul.slick-dots {
        top: 420px;
    }

    .right_solutionText>div {
        left: -130px;
    }

    /*****20-07-2021**********/
    .all_services .my_item {
        width: 480px;
    }


}

@media (max-width: 767px) {
    .inner_banner_section {
        height: 799px;
    }

    .inner_banner_section .image_Sec {
        padding: 0 0px 0 15px;
        top: 140px;
    }

    .banner_video_btn {
        font-size: 12px;
        left: 0;
        padding-top: 90px;
    }

    .banner_video_btn::before {
        width: 80px;
        height: 80px;
        background: url("../images/sprite2.png") no-repeat -284px 0px;
        background-size: 366px;
    }

    .banner_content {
        padding: 0 28px;
        left: 0;
        top: 155px;
    }

    .banner_content h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .banner_content p {
        font-size: 18px;
        margin: 50px 0 15px;
        line-height: 22px;
        font-weight: bold;
    }

    .banner_content p .red_title {
        font-size: 18px;
    }

    .supported_logo {
        bottom: 90px;
        right: 0;
        height: auto;
    }

    .supported_logo ul {
        right: 0px;
        bottom: 0px;
        width: 100%;
        padding: 0 15px;
    }

    .supported_logo ul li {
        padding: 13px 15px 5px 15px;
        margin: 0 5px;
    }

    .funding_section {
        margin: 0 0;
        width: auto;
        padding: 40px 0 0;
        flex-wrap: wrap;
    }

    .funding_section .left_sec {
        padding: 50px 20px 50px;
        /* width: 100%; */
    }

    .fund_percent {
        max-width: 110px;
        margin: 0 auto 0;
        font-size: 65px;
        padding: 0px 20px 0 0;
    }

    .funding_section .right_sec {
        padding: 55px 20px;
        /* width: 100%; */
    }

    .funding_section .right_sec .red_title {
        font-size: 41.01px;
    }

    .get_more_warelyPos {
        margin: 0;
        padding: 35px 25px 50px 25px;
    }

    .get_more_warelyPos h4 {
        font-size: 26px;
        margin: 0 0 30px;
        letter-spacing: 0;
    }

    .get_more_warelyPos .wrap_more>div:first-child,
    .black_title {
        font-size: 12px !important;
        line-height: 24px;
        letter-spacing: 1px;
    }

    .get_more_warelyPos .wrap_more>div:first-child .black_title {
        font-size: 12px !important;
    }

    .get_more_warelyPos .main_btn {
        position: static;
        margin: 30px auto 0;
        max-width: 175px;
        background: #E30000;
        height: 48px;
        line-height: 48px;
        border-radius: 12px;
        float: none;
        display: block;
        text-align: center;
    }

    .get_more_warelyPos .main_btn span {
        padding: 0;
        font-weight: bold;
        letter-spacing: 1px;
    }

    .get_more_warelyPos .main_btn span::before,
    .get_more_warelyPos:before,
    .losingmoney_sec::before {
        display: none;
    }

    .main_btn {
        height: 64px;
        line-height: 64px;
        padding: 0 30px;
    }

    .main_btn span {
        padding-right: 30px;
        font-size: 14px;
    }

    .losingmoney_sec img,
    .losingmoney_sec .div_money {
        height: 270px !important;
    }

    .losingmoney_sec .div_money>div:last-child {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 1px;
        width: auto;
        max-width: 300px;
    }

    .losing_btn .main_btn {
        max-width: 250px;
        margin: 0 10px;
    }

    .losing_btn .main_btn::before,
    .losing_btn .main_btn::after {
        left: -420px;
    }

    .losing_btn .main_btn::before {
        right: -420px;
    }

    .losingmoney_sec {
        margin: 12px 0 0;
    }

    .why_warelyPos {
        margin: 40px 0 0;
        height: 250px;
        width: 100%;
    }

    .why_warelyPos .vendor_right_hand {
        top: 0px;
        bottom: 0;
        width: 70px;
        height: 240px;
        background-size: 240px;
    }

    .why_warelyPos .warely_backlogo {
        width: 390px;
        height: 65px;
        background-size: 100%;
        left: 0;
    }

    .why_warelyPos .main_title {
        font-size: 32px;
        letter-spacing: 0px;
        left: 0;
        height: 40px;
        right: 0;
        text-align: center;
    }

    .why_warelyPos .main_title .red_title {
        font-size: 32px;
        letter-spacing: 0;
    }

    .lower_cost_sec .poitns_head_text {
        font-size: 65px;
    }

    .wrap_lower_Sec {
        height: 350px;
        position: relative;
    }

    .wrap_lower_Sec .left {
        width: 470px;
        height: 350px;
        left: -170px;
        padding: 31px 20px 27px 0;
    }

    .wrap_lower_Sec .left>div {
        padding: 5px 0;
        min-height: 288px;
    }

    .wrap_lower_Sec .left img {
        width: 190px;
        height: 190px;
    }

    .wrap_lower_Sec .content {
        padding-left: 10px;
        padding-right: 0;
        width: 50%;
    }

    .wrap_lower_Sec .content h2,
    .wrap_lower_Sec .content .red_title {
        font-size: 20px;
        margin: 0;
    }

    .wrap_lower_Sec .content ul {
        padding: 10px 0 0;
    }

    .wrap_lower_Sec .content ul li {
        font-size: 14px;
        margin: 0 0 15px;
        line-height: 21px;
        padding-left: 30px;
    }

    .wrap_lower_Sec .black_title {
        font-size: 14px !important;
    }

    .wrap_lower_Sec .content .main-btn {
        padding: 0 10px 0 20px;
        height: 35px;
        line-height: 35px;
    }

    .wrap_lower_Sec .content .main-btn span {
        padding-right: 22px;
        font-size: 12px;
        letter-spacing: 1px;
        font-family: 'Roboto', sans-serif;
    }

    .wrap_lower_Sec .right {
        margin: 0 15px 0 auto;
    }

    .wrap_lower_Sec .right div {
        width: 47px;
        height: 47px;
        line-height: 50px;
        font-size: 14px;
        margin: 14px 0;
    }

    .our_services {
        padding: 100px 0 60px;
    }

    .service_top .content h4 {
        font-size: 26px;
        letter-spacing: 0px;
        padding-top: 10px;
        margin: 0 0 7px;
        text-align: center;
    }

    .service_top .content p {
        font-size: 15px;
        line-height: 25px;
        text-align: center;
        margin: 0 0 5px;
    }

    .service_top .content div {
        text-align: center;
    }

    .service_top .content a {
        font-size: 15px;
        padding-left: 0px;
    }

    .service_bottom .service_item::before {
        display: none;
    }

    .service_bottom {
        padding: 30px 0px 0;
    }

    .service_bottom .slick-list .slick-track {
        text-align: center;
    }

    .service_bottom .slick-list .slick-slide {
        width: 120px !important;
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0 0 20px;
    }

    .service_bottom .service_item {
        padding: 0 10px;
        min-height: 105px;
    }

    .service_bottom .service_item div:last-child {
        font-size: 12px;
    }

    .spend_sec {
        padding: 0px 0 0;
    }

    .spend_sec .img_item {
        height: 300px;
    }

    .spend_sec .slick-slide img {
        height: 300px;
    }

    .spend_sec .cont {
        bottom: auto;
        font-size: 24px;
        line-height: 27px;
        top: 210px;
    }

    .owner_quote {
        padding: 40px 15px 50px 90px;
        max-width: 100%;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        background: #fff;
    }

    .owner_quote::before {
        left: -72px;
        display: none;
    }

    .owner_quote>div {
        width: 100%;
    }

    .owner_quote .left {
        padding-left: 0;
        text-align: left;
    }

    .owner_quote .title {
        font-size: 11px;
        margin: 0 0 5px;
    }

    .owner_quote .sub_title {
        font-size: 9px;
        z-index: 999;
        position: relative;
        bottom: 8px;
    }

    .owner_quote .right {
        font-size: 12px;
        line-height: 24px;
        padding: 15px 0 25px 0;
    }

    .grant_sec {
        padding: 75px 0 50px;
    }

    .grant_top .left,
    .grant_middle>h2 {
        width: 160px;
    }

    .grant_top .right,
    .grant_middle>ul {
        width: calc(100% - 160px);
    }

    .grant_top .left h2,
    .grant_middle>h2 {
        font-size: 18px;
        padding: 0 40px 0 0;
        text-align: right;
    }

    .grant_top .right h2,
    .grant_top .right h2 .red_title {
        font-size: 20px;
        letter-spacing: 1px;
    }

    .grant_middle>ul li {
        font-size: 12px;
        margin-bottom: 10px;
        line-height: 1.5;
        letter-spacing: 0;
        margin: 0 0 20px;
    }

    .grant_middle>ul li::before {
        top: 6px;
        border-bottom: 1px solid;
        bottom: auto;
    }

    .grant_bottom {
        padding: 0 20px;
    }

    .all_services .my_item {
        margin-left: -20px;
        width: 100%;
    }

    .grant_bottom::before {
        width: 187px;
        height: 175px;
        background-size: 240px;
        display: none;
    }

    .grant_bottom ul.slider_dots {
        margin-top: 65px;
        text-align: center;
    }

    .all_services {
        min-height: 270px;
    }

    .all_services .my_item img {
        height: 275px;
        width: auto;
    }

    .lower_cost_sec::after {
        opacity: 0;
    }

    .grant_top .right h2 span.red_title:first-child {
        padding-right: 0;
        margin: 0 0 15px;
        display: block;
    }

    .service_top img {
        height: 290px;
        width: 100%;
        object-fit: contain;
    }

    .cost_wrap {
        min-height: 98px;
        overflow-x: unset;
    }

    .funding_section .left_sec::before {
        right: -11px;
        font-size: 47px;
        height: 23px;
        line-height: 23px;
        width: 25px;
    }

    .our_services .left_service_title {
        right: -122px;
        top: 29%;
        font-size: 14px;
        display: none;
    }

    .spend_sec ul.slick-dots {
        right: 20px;
        top: 550px;
    }

    .all_services .img_service_name {
        right: 0;
        bottom: -45px;
        font-size: 14px;
        left: 0;
        text-align: center;
        letter-spacing: 1px;
    }

    /*******20-07-2021**********/
    .inner_banner_section>div:first-child {
        left: 0;
        right: 0;
        width: 100%;
        margin: 0 auto;
        transform: skewX(-30deg);
        max-width: 380px;
    }

    .funding_section .left_sec span {
        font-size: 9px;
        margin: 0 0 -5px;
    }

    .funding_section .left_sec .white_title {
        font-size: 9px !important;
        margin: -5px 0 0 !important;
    }

    .right_sec span {
        font-size: 7px;
        line-height: 10px;
        letter-spacing: 0;
        display: block;
    }

    .funding_section .right_sec .black_title {
        letter-spacing: 0px;
        font-size: 11.13px !important;
    }

    .fund_percent span {
        width: 21px;
        height: 30px;
        background-size: 240px;
        background-position: 0 -69px;
    }

    .get_more_warelyPos::after {
        top: -110px;
        width: 212px;
        height: 85px;
        background-size: 260px;
        background-position: 0 -173px;
    }

    .lower_cost_sec {
        overflow-x: unset;
    }

    .wrap_lower_Sec .content .main-btn span::before {
        background-size: 240px;
        background-position: -3px -25px;
        width: 17px;
        height: 16px;
        top: 0;
    }

    .our_services::after {
        top: 50px;
        width: 70px;
        height: 456px;
        bottom: auto;
        background-size: 70px;
        left: 0;
    }

    .right_solutionText>div {
        left: -65px;
        bottom: 140px;
        font-size: 14px;
        letter-spacing: 1px;
        padding: 0 15px 0 50px;
        z-index: 1;
    }

    .right_solutionText>div::before,
    .right_solutionText>div::after {
        height: 1px;
        width: 41px;
        bottom: 6px;
    }

    .right_solutionText>div::after {
        width: 7px;
        height: 7px;
        bottom: 5px;
    }

    .grant_top .right h2 span.red_title:first-child::before,
    .service_top ul.slick-dots li button::before {
        display: none;
    }

    .spend_sec .cont {
        transform: translateY(170%);
    }

    .spend_sec .slick-slide.slick-current .cont {
        transform: translateY(0);
    }

    .service_top ul.slick-dots {
        top: 292px;
        bottom: auto;
    }

    .service_top ul.slick-dots li {
        width: auto;
        height: auto;
    }

    .service_top ul.slick-dots li button {
        padding: 0;
        width: 44px;
        height: 5px;
        background: #EAEAEA;
    }

    .service_top ul.slick-dots li.slick-active button {
        background: #ED1C29;
    }

    /*******20-07-2021**********/
    .service_top .service_item .img {
        height: 310px;
    }

    .our_services .service_top {
        min-height: 510px;
    }

}

@media (min-width: 480px) and (max-width: 767px) {
    .wrap_lower_Sec .right {
        position: static;
        float: right;
        margin: 0 50px 0 auto;
    }

    .wrap_lower_Sec .right div {
        margin: 20px 0;
        display: block;
        /* vertical-align: top; */
    }

    .lower_cost_sec .poitns_head_text {
        font-size: 95px;
        top: 0px;
    }

    /***20-07-2021*****/
    .inner_banner_section .image_Sec {
        top: 90px;
        max-width: 475px;
        margin: 0 auto;
    }

    .banner_content {
        top: 105px;
        padding-left: 0;
        max-width: 410px;
    }

    .supported_logo {
        bottom: 50px;
    }

    .supported_logo ul {
        justify-content: center;
    }

    .funding_section .left_sec {
        padding: 50px 90px 50px;
    }

    .funding_section .right_sec .black_title {
        max-width: 130px;
    }

    .wrap_lower_Sec .left {
        left: 0;
    }

    .all_services .my_item {
        text-align: center;
        right: 0;
    }

    .all_services {
        min-height: 350px;
    }

    .all_services .my_item img {
        height: 350px;
        width: auto;
        display: block;
        margin: 0 auto;
        max-width: none;
        object-fit: contain;
    }

    .service_top ul.slick-dots {
        top: 300px;
        bottom: auto;
    }

    .service_bottom .slick-list .slick-slide {
        width: 110px !important;
    }

    /***20-07-2021*****/
    .service_top .service_item .img {
        height: 330px;
    }

    .inner_banner_section>div:first-child {
        right: 70px;
        width: 100%;
        max-width: 390px;
    }

}


/*****font-family*

font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Manrope', sans-serif;

**/