* {
    font-family: poppins !important;
}

body {
    padding-right: 0 !important;
}

.text-op .swiper-slide {
    opacity: 0;
}

.swiper-slide {
    filter: grayscale(1) blur(2px);
}

.swiper-slide-active {
    filter: grayscale(0) blur(0);
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0;
    left: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    /* content: "" !important; */
    /* background: url(../images/prev.png) no-repeat !important; */
    /* background-size: contain !important; */
    width: 50px;
    height: 63px;
    filter: brightness(0.2);
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    /* content: "" !important; */
    /* background: url(../images/next.png) no-repeat !important; */
    /* background-size: contain !important; */
    width: 50px;
    height: 63px;
    filter: brightness(0.2);
}


/* .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -100px !important;
  right: auto;
} */

.slider h5 {
    color: #3a935e;
    font-size: 25px;
    font-weight: 600;
    margin: 10px 0 0;
}

.slider h6 {
    color: #172527;
    font-weight: 800;
    margin: 0;
}

.slider p {
    color: #172527;
    line-height: 1.25;
    margin: 10px 0 0;
}

.testimonial {
    padding: 60px 0;
    background: url(../../images/crp-images/Back_Image.jpg) no-repeat;
    background-size: cover;
}

.testimonial .heading h5 {
    font-size: 22px;
    color: #285b42;
    font-weight: 600;
}

.testimonial .heading h4 {
    font-size: 32px;
    color: #282828;
    font-weight: 800;
    margin: 0 0 30px !important;
}

.copyright-p {
    margin: 0px;
    text-align: center;
    color: #ffffff;
    font-family: myfont;
    display: inline;
    padding: 0 15px 0 0;
    border-right: 2px solid;
    font-size: 13px;
    font-weight: 100;
}


/* .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -100px !important;
  left: auto;
} */

.justify-content-center {
    justify-content: center;
}

.p-none {
    pointer-events: none;
}

.slider img {
    width: 132px;
}

.text-op .swiper-slide-active {
    opacity: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 0px;
    right: auto;
}

.z-index {
    z-index: -1;
}

.header-top-slider .slick-next {
    right: 30px;
}

.header-top-slider .slick-prev {
    left: 30px;
    z-index: 99;
}

.dropdown-menu .fff {
    display: flex;
    align-items: center;
}

.slick-prev:before,
.slick-next:before {
    font-family: "Font Awesome 5 Free" !important;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    font-size: 40px !important;
    color: #3b945e !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
    content: "\f053" !important;
}

.slick-next:before {
    content: "\f054" !important;
}

.s-e-o-content .content {
    padding: 20px;
    box-shadow: 0 0 10px #d6d2d2;
    background: #fff;
    border-radius: 8px;
    margin: 40px 0;
}

.s-e-o-content .content h1,
.s-e-o-content .content h2,
.s-e-o-content .content h3,
.s-e-o-content .content h4 {
    color: #282828;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
    line-height: 1.2;
    margin: 0 0 15px;
}

.s-e-o-content .content h1:after,
.s-e-o-content .content h2:after,
.s-e-o-content .content h3:after,
.s-e-o-content .content h4:after {
    width: 45px;
    height: 5px;
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    background: #3b945e;
    border-radius: 0px;
}

.s-e-o-content .content p {
    font-size: 13px;
    line-height: 1.4;
    margin: 0 0 10px;
}

.s-e-o-content .content a {
    color: #282828;
    border-bottom: 2px solid #282828;
}

.s-e-o-content button {
    width: 10%;
    padding: 5px;
    background: #3b945e;
    color: #fff;
    border: none;
}

.s-e-o-content .content .h2,
.s-e-o-content .content .h3,
.s-e-o-content .content .h4 {
    font-size: 14px;
    line-height: 18px;
}

.s-e-o-content .content .h2:after,
.s-e-o-content .content .h3:after,
.s-e-o-content .content .h4:after {
    display: none;
}

.slider-123 .slick-dots {
    position: absolute;
    bottom: 12px;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    left: 50%;
}

.slider-123 .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 8px;
    padding: 0;
    cursor: pointer;
}

.m-0 {
    margin: 0 !important;
}

.slider-123 .slick-dots li button:before {
    font-family: "";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 29px;
    height: 8px;
    content: "";
    text-align: center;
    opacity: 0.25;
    background: #3b945e;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.partnerslider .slick-dots li button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 7px;
    content: "";
    text-align: center;
    opacity: 0.25;
    color: black;
    background: #3b945e;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.partnerslider .slick-dots {
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.welcome_section .content .top {
    padding: 0px 113px 0px 50px;
}

.welcome_section .content .top1 {
    padding: 0 120px 0 44px;
}

.welcome_section .content {
    text-align: center;
}

.main-bdr {
    padding: 33px;
    position: relative;
}


/* .main-bdr:after {
        content: "";
        width: 24px;
        height: 24px;
        position: absolute;
        border: #fff 1px solid;
        top: 10px;
        border-top: hidden;
        left: 10px;
        border-left: hidden;
    }

    .main-bdr::before {
        content: "";
        width: 24px;
        height: 24px;
        position: absolute;
        border: #fff 1px solid;
        bottom: 10px;
        border-bottom: hidden;
        left: 10px;
        border-left: hidden;
    } */

.main-con {
    padding: 10px;
    position: relative;
    border: 1px solid #fff;
}

.welcome_section .content h4 {
    margin: 5px 0 20px 41px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
    text-align: left;
}

.welcome_section .content h4:after {
    content: "";
    position: absolute;
    bottom: -50%;
    width: 26%;
    height: 7px;
    left: 4%;
    background: #3b945e;
    transform: translate(-5px, 5px);
    display: none;

}

body {
    scroll-behavior: smooth;
}

.view-more {
    height: 212px;
    background: #f68237;
    border-radius: 8px;
}

.header-section .navbar .navbar-collapse .navbar-nav li.dropdown .dropdown-menu {
    position: absolute !important;
    left: 0;
    right: 0;
    margin-top: 1px;
    padding: 30px 150px;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    transition: 0.3s;
}

.header-section .navbar .navbar-collapse .navbar-nav li.dropdown .dropdown-menu {
    display: block;
}

.header-section .navbar .navbar-collapse .navbar-nav li.dropdown .dropdown-menu .li1 {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 25%;
    float: left;
    padding-left: 1%;
    padding-top: 13px;
    padding-bottom: 13px;
}

.header-section .navbar .navbar-collapse .navbar-nav li.dropdown .dropdown-menu .li1 .inner-ul li {
    position: relative;
    transition: 0.5s;
}

.header-section .navbar .navbar-collapse .navbar-nav li.dropdown .dropdown-menu .li1 .inner-ul li:after {
    position: absolute;
    content: "";
    background: url(../../images/crp-images/about/li-line-about.png) no-repeat;
    width: 25px;
    height: 25px;
    top: 14px;
    left: -16px;
}

.header-section .navbar .navbar-collapse .navbar-nav li {
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    position: static;
    margin: 0;
    padding: 10px 0;
}

.modal-dialog {
    width: 900px;
    margin: 30px auto;
}

.modal-content {
    position: relative;
    background: #3b945eeb;
    background-size: 100% 100%;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
}

.modal-header {
    padding: 15px 15px 5px;
    border-bottom: none;
    text-align: center;
}

.modal-body p {
    font-size: 16px;
    color: #fff;
    font-family: myfont;
}

.modal-footer {
    text-align: right;
    border-top: none;
    padding: 5px 30px;
}

.modal-body.modal-body {
    margin: 0 30px;
    position: relative;
    padding: 15px;
    background: #ffffff30;
    text-align: center;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: acspa(opacity=20);
    opacity: 1;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #fff;
    font-size: 27px;
    font-family: myfont;
}

.mega_socialbar .fab {
    padding: 5px;
    color: #fff;
    font-size: 17px;
    border-radius: 4px;
    width: 28px;
    margin-right: 4px;
    padding-left: 22%;
    background: #f68237;
    transition: 0.5s;
}

.mega_socialbar .fab:hover {
    background: #ce5200;
}

.header-section .navbar .col-md-10 {
    position: unset;
}

.header-section .navbar h4 {
    font-size: 25px;
    font-weight: 700;
    color: #282828;
    position: relative;
}

.header-section .navbar p {
    margin: 0 0 10px;
    line-height: 20px;
    font-size: 16px;
    font-family: myfont;
    text-transform: lowercase;
}

.header-section .navbar p span {
    text-transform: capitalize;
}

.header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a {
    color: #fff !important;
    line-height: 35px;
    font-weight: 600;
    padding: 0;
    margin: 5px 0;
}

.header-section .navbar .dropdown-menu .content {
    padding: 15px;
    background: #282828;
    border-left: 12px solid #3b945e;
}

.header-section .navbar .dropdown-menu .content h5 {
    color: #fff;
    margin: 0 20px 23px;
    font-size: 16px;
    position: relative;
    align-items: center;
    position: relative;
    display: flex;
}

.header-section .navbar .dropdown-menu .content h5 span {
    font-weight: 600;
    font-size: 30px;
}

.header-section .navbar .dropdown-menu .content h5:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    background: url(../../images/crp-images/line123.png) no-repeat;
    background-size: 100% 100%;
    height: 4px;
    width: 100%;
}

#navbar .col-md-2 img {
    width: 100%;
    padding-top: 5px;
}

.homePageThree .header-section .navbar .navbar-collapse .navbar-nav li.active a,
.homePageThree .header-section .navbar .navbar-collapse .navbar-nav li:hover a {
    color: #3b945e;
}

.homePageThree .header-section .navbar {
    background-color: #fff;
    transition: 0.5s;
}

.roww {
    position: absolute;
    top: 20%;
}

.roww h5 {
    font-size: 65px;
    color: #fff;
    margin: 0;
    font-family: myfont2;
    line-height: 62px;
    margin: 0 0 30px;
    position: relative;
    text-transform: uppercase;
}

.roww h5:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    background: #3b945e;
    width: 25%;
    height: 6px;
}

.roww p {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 100;
}

.roww h5 span {
    color: #3b945e;
}

.roww h4:after {
    content: "";
    position: absolute;
    background: url(../../images/crp-images/header-line.webp) no-repeat;
    background-size: contain;
    width: 82%;
    height: 5px;
    bottom: -10px;
    left: 0px;
}

.homePageThree .header-section .navbar .navbar-collapse .navbar-nav li a,
.homePageThree .header-section .navbar .navbar-collapse .navbar-nav li .search-view,
.homePageThree .header-section .navbar .navbar-collapse .navbar-nav li .cart-icon {
    color: #282828;
    font-weight: 500;
    font-family: myfont2;
    font-size: 14px;
    padding: 0 15px;
}

.top-bar .col-md-2 {
    padding-top: 0px;
    color: #f68237;
}

.homePageThree .header-section .navbar.sticky {
    background-color: #fff;
}

.top-bar a {
    color: #57bb99;
    font-size: 14px;
    font-family: myfont2;
    display: inline-block;
}

.top_socialbar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 0 0 30px;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.top-bar:after {
    display: none;
}

.homePageThree .header-section .top-bar {
    min-height: 0;
    line-height: 22px;
}

.homePageThree .header-section .top-bar {
    background: #182627;
    padding: 3px 0;
    text-align: right;
}

.top_socialbar .fab {
    background: none;
    padding: 3px;
    color: #fff;
    font-size: 17px;
    border-radius: 0;
    width: 33px;
    margin-right: 4px;
    padding-left: 5%;
}

.top_socialbar .fa-linkedin-in,
.top_socialbar .fa-facebook-f {
    border-right: 2px solid #3b945e;
}

.footer-section {
    position: relative;
    background: #182627;
    background-size: cover;
    z-index: -1;
}

.footer-wrapper {
    transform: translateY(30px);
}

.footer-section ul li a {
    color: white;
    font-family: myfont;
    font-size: 13px;
    font-weight: 100;
}

.footer-section .footer-container .footer-wrapper p {
    font-size: 12px;
    line-height: 1.3;
    font-weight: 100;
    color: #ffffffc9;
    height: auto;
    padding: 10px 0px;
    text-align: left;
    font-family: myfont;
    word-spacing: -1px;
}

.footer-section h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding-top: 64px;
    padding-bottom: 10px;
    border-bottom: 2px solid #171717;
}

.footer-top-row {
    border-bottom: 2px solid #fff;
    padding: 0px 0 25px;
    margin: 0;
}

.footer-section ul {
    line-height: 20px;
    margin: 0 0 15px;
}

.footer-top-row h6 {
    font-size: 12px;
    color: #ffffffb8;
    margin: 5px 0 15px;
    text-align: justify;
    font-family: myfont;
    word-spacing: 0px;
    font-weight: 100;
}

.head h4 {
    margin: 0;
    color: #f68338;
    font-size: 28px;
    position: relative;
}

.head h4:after {
    content: "";
    position: absolute;
    background: url(../../images/crp-images/12.webp) no-repeat;
    background-size: contain;
    width: 149px;
    height: 41%;
    top: 12px;
    left: 131px;
}

.btn-primary {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    border: 0;
    border-radius: 0px 4px 4px 0;
    padding: 3px 9px;
    z-index: 5;
    margin-left: -5px;
    overflow: hidden;
    background-color: #f68237 !important;
    color: #fff;
    -webkit-transition: 0.3s;
    -khtml-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.form-footer h4 {
    text-align: left;
    color: #fff;
}

.form-footer .top_socialbar {
    margin: 10px 0 0 !important;
}

.form-footer h4 span {
    color: #f68237;
}

.form-footer {
    background: none;
    padding-bottom: 25px;
    border-radius: 16px;
    transform: translateY(0px);
}

.form-footer p {
    margin: 0;
    font-family: myfont;
    color: #fff;
    font-size: 12px;
    font-weight: 100;
}

.form-footer h5 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.searchBar {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #fff;
    font-size: 16px;
    font-family: myfont;
}

.footer-info .col-md-6 p {
    text-align: left;
    padding: 0;
    margin: 0;
}

.footer-info {
    padding-top: 25px;
}

.bottom_socialbar .fab {
    padding: 8px;
    color: #fff;
    font-size: 24px;
    border-radius: 4px;
    width: 33px;
    margin-right: 4px;
    text-align: center;
    background: #f6823700;
    margin: 0 0 18px;
}

.welcome_section .col-md-8 .row .col-md-4 p {
    margin: 0;
    font-size: 18px;
}

.welcome_section .first-row {
    padding: 20px;
    background: #57bb99;
}

.welcome-sec {
    background: url(../../images/crp-images/home/top-after.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    border-radius: 8px;
    position: absolute;
    left: 0;
    right: 0;
    top: 65%;
}

.welcome_section {
    padding: 31px;
    padding-bottom: 150px;
}

.first-row h6 {
    margin: 0;
    font-size: 26px;
    color: #282828;
    font-family: myfont3;
    position: relative;
    font-weight: 500;
}

.first-row h1 span {
    margin: 0;
    font-size: 26px;
    color: #282828;
    font-family: myfont3;
    position: relative;
    font-weight: 500;
}

.first-row h4 {
    color: #fffefe;
    font-weight: 600;
    font-size: 31px;
    margin: 0 0 15px;
}

.first-row h1 {
    color: #fffefe;
    font-weight: 600;
    font-size: 31px;
    margin: 0 0 15px;
}

.first-row p {
    line-height: 19px;
    font-size: 16px;
    margin: 0 0 15px;
    font-weight: 100;
}

.welcome_section .col-md-8 .row .col-md-4 {
    padding: 10px;
}

.first-fold .sub_content {
    margin: 0 0 0 50px;
    position: relative;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: #3b945e;
    right: 0;
    border-radius: 5px;
    margin-top: 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(195 195 195 / 75%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(195, 195, 195, 0.75);
    box-shadow: 0px 0px 10px 0px rgb(195 195 195 / 75%);
    padding-left: 33px;
    transition: 0.5s;
    min-height: 288px;
}

.first-fold .row {
    position: relative;
}

.first-fold .sub1 h4::after {
    content: "";
    position: absolute;
    background: url(../../images/crp-images/home/first-1after.png) no-repeat;
    background-size: contain;
    width: 12%;
    height: 19%;
    top: 6px;
    left: -34px;
    z-index: 11;
}

.bottom_socialbar .fab {
    padding: 8px;
    color: #fff;
    font-size: 24px;
    border-radius: 4px;
    width: 33px;
    margin-right: 4px;
    text-align: center;
    background: #f6823700;
    margin: 0 0 18px;
    padding: 5px;
}

.first-fold .sub1 h4::before {
    content: "";
    position: absolute;
    background: url(../../images/crp-images/home/red-arrow.png) no-repeat;
    background-size: contain;
    width: 10%;
    height: 10%;
    top: 25px;
    right: 0;
    filter: brightness(20);
}

.btn-primary {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    display: block;
    border: 0;
    border-radius: 5px;
    overflow: hidden;
    background-color: #3b945e !important;
    color: #fff;
    -webkit-transition: 0.3s;
    -khtml-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    margin: 10px 0;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.first-fold .sub2 h4::before {
    content: "";
    position: absolute;
    background: url(../../images/crp-images/home/red-arrow.png) no-repeat;
    background-size: contain;
    width: 10%;
    height: 10%;
    top: 25px;
    filter: brightness(10);
    right: 0;
}

.first-fold .sub2 h4::after {
    content: "";
    position: absolute;
    background: url(../../images/crp-images/home/sadsadsad.png) no-repeat;
    background-size: contain;
    width: 12%;
    height: 19%;
    top: 6px;
    left: -34px;
    z-index: 11;
}

.first-fold .sub2 span,
.first-fold .sub1 span {
    color: #172527;
}

.first-fold {
    padding: 0 0 50px 0;
}

.first-fold .sub_content h5 {
    font-size: 18px;
    color: #f68237;
    font-weight: 400;
    position: relative;
}

.first-fold .sub_content h5:after {
    content: "";
    position: absolute;
    background: url(../../images/crp-images/home/red-after.png) no-repeat;
    background-size: contain;
    top: 0px;
    width: 100px;
    left: 0;
    height: 8px;
}

.first-fold .sub_content .h5:after {
    content: "";
    position: absolute;
    background: url(../../images/crp-images/home/red-after.png) no-repeat;
    background-size: contain;
    top: -14px;
    width: 100px;
    left: 0;
    height: 8px;
}

.first-fold .sub_content p {
    color: #fffcfc;
    line-height: 25px;
    font-size: 16px;
    font-weight: 100;
}

.first-fold .sub_content h4 {
    margin: 0;
    padding-bottom: 7px;
    font-weight: 600;
    color: #fff;
    font-size: 29px;
}

.first-fold .sub_content:after {
    position: absolute;
    top: 10%;
    left: -10%;
    background: url(../../images/crp-images/home/after-line1.png) no-repeat;
    background-size: contain;
    width: 100%;
    height: 200px;
    content: "";
}

.first-fold .sub2:after {
    position: absolute;
    top: 10%;
    right: -18% !important;
    background: url(../../images/crp-images/home/after-line1.png) no-repeat;
    background-size: contain;
    width: 120%;
    height: 200px;
    transform: rotateY(180deg);
    content: "";
}

.first-fold .content-heading {
    margin: 0 0 50px;
    text-align: center;
}

.first-fold .content-heading p {
    font-size: 16px;
    line-height: 25px;
    padding: 0 50px 0;
}

.second-ford {
    padding: 100px;
    color: #fff;
}

.second-ford .col-md-3 {}

.second-ford .sec h5 {
    font-size: 22px;
    font-weight: 900;
    padding-top: 5px;
    font-family: myfont;
    margin: 0 0 5px;
}

.second-ford .frst h6 {
    padding-top: 5px;
    font-size: 30px;
    color: #3b945e;
    font-family: myfont;
    position: relative;
    margin: 0;
}

.second-ford .frst h4 {
    margin: 0;
    font-size: 35px;
    font-weight: 800;
    margin: 0 0 30px;
    font-family: myfont;
    position: relative;
}

.second-ford .frst h4:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    background: #3b945e;
    width: 20%;
    height: 6px;
}

.second-ford .frst p {
    width: 100%;
    line-height: 23px;
    font-size: 16px;
    color: #ffffffd1;
}

.second-ford .sec {
    padding: 14px 28px 20px 0;
    text-align: center;
    align-self: center;
    align-items: center;
    display: flex;
    background: url(../../images/crp-images/Untitled-4.png) no-repeat;
    background-size: 100% 100%;
    margin: 20px 0;
    border-radius: 8px;
    z-index: 11;
    flex-direction: column;
}

.second-ford .content-main23 {
    padding: 20px;
    transform: translate(-30px, 20px);
}

.second-ford {
    position: relative;
}

.second-ford:after {
    content: "";
    position: absolute;
    top: 0;
    left: 391px;
    background: url(../../images/crp-images/home/second-after.png) no-repeat;
    width: 12%;
    height: 99.7%;
    background-size: contain;
    z-index: -1;
}

.second-ford .content {
    padding: 20px 50px;
    background: url(../../images/crp-images/home/second-content-bg.png) no-repeat;
    background-size: 100% 100%;
    z-index: 11;
    position: relative;
}

.second-ford .img2 {
    transform: scale(1.6) translateY(70px) translateX(40px);
}


/* .third-ford {
    padding: 20px;
} */

.third-ford .service {
    border-radius: 14px;
    background: #1f1e1e;
    color: #fff;
    padding: 37px 12px;
    position: relative;
    padding-left: 25px;
    z-index: 99;
    transition: 0.5s;
    overflow: hidden;
}

#c5 {
    transition: 0.5s;
}

.third-ford .service:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #3b945e26;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: rotate(40deg) translate(-260px, -20px);
    z-index: -1;
    transition: 0.5s;
    animation: afas 10s infinite;
    border-radius: 50%;
}

@keyframes afas {
    0% {
        transform: rotate(360deg) translate(-150px, -20px);
    }
    50% {
        transform: rotate(-180deg) translate(-150px, 20px);
    }
    75% {
        transform: rotate(-360deg) translate(-150px, -20px);
    }
}

.third-ford .service:hover::before {
    transform: rotate(0deg) translate(-150px, -20px);
}

.third-ford .content {
    padding: 20px 0;
    background: url(../../images/crp-images/home/thrdbg12.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 0 28px;
    transform: translateY(25px);
}

.third-ford .service h5 {
    font-size: 28px;
    margin: 0;
    color: #3b945e;
}

.third-ford .service h4 {
    font-size: 35px;
    font-weight: 600;
    position: relative;
    color: #fff;
}

.third-ford .service h4::after {
    content: "";
    position: absolute;
    background: url(../../images/crp-images/home/red-after.png) no-repeat;
    width: 146px;
    height: 10px;
    bottom: -10px;
    left: 0;
}

.third-for .service p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 100;
}

.third-ford .sec-service .content {
    position: relative;
    overflow: hidden;
    height: 90px;
}

.third-ford .sec-service .content div {
    margin: 0;
    padding-left: 5px;
}

.third-ford .sec-service .content .col-md-9 {
    padding-left: 0px;
    padding-right: 10px;
}

.third-ford .sec-service .content img {
    filter: brightness(10);
    width: 45px;
}

.third-ford .main {
    padding: 50px 0;
    /* border-bottom: 1px solid #cbcbcb; */
}

.third-ford .content-heading p {
    font-size: 16px;
    line-height: 25px;
    padding: 0 50px;
}

.third-ford .content-heading {
    text-align: center;
    margin: 0 0 50px;
}

.third-ford .sec-service .content div h4 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.third-ford .sec-service .content div p {
    font-size: 12px;
    margin: 2px 0 0;
    color: #fff;
    font-weight: 100;
    line-height: 1.1;
}

.fourth-ford {
    background: url(../../images/crp-images/home/fourth-bg.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 40px 0;
    margin: 0 0 -1px;
}

.fourth-ford .second h5 {
    margin: 0;
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    position: relative;
}

.fourth-ford .second h5:after {}

.fourth-ford .second h4 {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
}

.fourth-ford .second p {
    font-size: 17px;
    font-weight: 100;
    padding-bottom: 28px;
    color: #fff;
    font-family: myfont;
    text-align: justify;
    line-height: 20px;
    word-spacing: 4px;
}

.footer-section ul li:hover a {
    color: #3b945e;
}

.fourth-ford .second a i {
    color: #fff;
    transition: 0.5s;
}

.fourth-ford .second a:hover i {
    color: #fff;
}

.fourth-ford .second a {
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    border: 2px solid #131313;
    padding: 8px 11px;
    border-radius: 5px;
    background: #131313;
    transition: 0.5s;
}

.fourth-ford .second a:hover {
    background: none;
    color: #fff;
    border-color: white;
}

.fourth-ford .second {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 65%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.mainaa {
    position: relative;
    z-index: 9;
}

.mainaa:after {
    content: "";
    position: absolute;
    top: 10%;
    right: -2%;
    background: #fff;
    width: 250px;
    height: 81%;
    border-radius: 13px;
    z-index: -1;
}

.fourth-ford .mask2 h4 {
    font-size: 15px;
    color: white;
    padding-left: 20px;
    margin: 0;
    font-weight: 500;
}

.fourth-ford .mask2 p {
    margin: 2px 0 0;
    padding-left: 20px;
    color: #fff;
    font-size: 11px;
    position: relative;
    font-family: myfont;
    font-weight: 100;
    line-height: 1.1;
}

.fourth-ford .mask2 {
    position: unset;
    left: 0;
    right: 0;
    background: url(../../images/crp-images/home/fourth-content-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 10px;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    height: 62px;
}

.fourth-ford img {
    width: 100%;
    display: block;
    position: relative;
}

.first-of-fourth {
    padding: 20px;
}

.fourth-ford .content {
    padding-bottom: 20px;
}

.sixth-ford {
    padding: 50px 0 0;
}

.sixth-ford .content-heading {
    text-align: center;
    margin: 0 0 30px;
}

.sixth-ford .content-heading h4 {
    font-family: myfont;
    font-size: 35px;
    color: #131313;
}

.sixth-ford .content-heading h2 {
    font-family: myfont;
    font-size: 35px;
    color: #131313;
}

.sixth-ford .content-heading p {
    font-family: myfont;
    font-size: 16px;
    padding: 0 100px;
    line-height: 25px;
}

.sixth-ford .tabs {
    padding: 20px 0 50px;
}

.sixth-ford .tabs ul {
    display: flex;
    justify-content: center;
}

.sixth-ford .tabs ul .li1 {
    padding: 16px;
    background: #3b945e;
    font-family: myfont;
    font-size: 18px;
    color: #fff;
    margin: 0 5px;
    border-radius: 5px 0 0 5px;
}

.sixth-ford .tabs ul li {
    padding: 16px;
    background: #3b945e;
    font-family: myfont;
    font-size: 18px;
    margin: 0 5px;
    color: #fff;
    cursor: pointer;
}

.call-to {
    background: url(../../images/crp-images/home/call-to-action.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 50px 0;
}

.call-to .content0 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 350px;
}

.call-to .content0 h4 {
    font-size: 45px;
    font-weight: 600;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.call-to .content0 p {
    font-size: 16px;
    font-family: myfont;
    line-height: 24px;
}

.call-to .content0 .btn44 {
    background: #3b945e;
}

.call-to .content0 .btn45 {
    background: #222;
}

.call-to .content0 a {
    color: #fff;
    background: #000;
    padding: 5px 11px;
    font-size: 17px;
    font-family: myfont;
    border-radius: 5px;
}

.call-to .content0 h5 {
    font-size: 24px;
    padding: 10px;
    color: #3b945e;
    border: 2px solid #3b945e;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}

.sixth-ford .tabs ul .li2 {
    padding: 16px;
    background: #3b945e;
    font-family: myfont;
    font-size: 18px;
    color: #fff;
    margin: 0 5px;
    border-radius: 0 5px 5px 0;
}

.sixth-ford .content {
    color: #fff !important;
}

.sixth-ford .first_row {
    padding-bottom: 20px;
}

.last_row {
    border-radius: 5px;
}

.sixth-ford .sub {
    position: absolute;
    bottom: 0;
    padding-left: 20px;
}

.sixth-ford .sub h4 {
    padding: 0;
    margin: 0;
    padding-left: 5px;
    line-height: 23px;
    font-weight: 600;
    font-size: 16px;
}

.sixth-ford .sub-content {
    padding: 68px 20px;
}

.sixth-ford .sub-content h5 {
    font-size: 33px;
    margin: 0;
    position: relative;
}

.sixth-ford .sub-content h5::after {
    content: "";
    position: absolute;
    background: url(../../images/crp-images/our2.webp) no-repeat;
    width: 164px;
    height: 8px;
    top: 18px;
    left: 64px;
}

.sixth-ford .sub-content h6 {
    font-size: 40px;
    font-weight: 700;
    color: #282828;
}

.sixth-ford .con1 {
    border-bottom: 1px solid #282828;
    padding-bottom: 45px;
}

.sixth-ford .content {
    border-radius: 5px;
}

.sixth-ford .last_row {
    background: url(../../images/crp-images/soluton-bb.webp);
    background-size: cover;
    height: 455px;
}

.sixth-ford .cont2 {
    padding: 0;
    margin: 0;
}

.p23 {
    margin: 0 !important;
    font-size: 12px;
    font-weight: 800;
}

.p24 {
    font-size: 10px;
    font-weight: 700;
    text-transform: lowercase;
}

@media (max-width: 1600px) {
    .roww h5 {
        font-size: 46px;
    }
    .dropdown-menu a {
        font-size: 12px !important;
    }
    .header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li {
        margin: 0 30px;
    }
    .first-fold {
        padding: 50px 0 50px 0;
    }
    .roww {
        top: 30%;
    }
    .second-ford:after {
        left: 223px;
        width: 15%;
    }
    .first-fold .content-heading {
        margin: 0 0 25px;
    }
    .header-section .navbar .dropdown-menu .content h5 {
        font-size: 12px;
    }
    .header-section .navbar .dropdown-menu .content h5 span {
        font-size: 22px;
    }
}

@media (max-width: 320px) {
    .top-bar .col-md-5 {
        padding: 0;
    }
    .sixth-ford .cont2 {
        padding: 0 15px;
        margin: 0;
    }
    .fifth-ford .content h5::after {
        width: 113px;
        height: 20px;
        top: 11px;
        left: 169px;
    }
    .sixth-ford .sub-content h5::after {
        width: 132px;
        height: 10px;
        top: 18px;
        left: 64px;
    }
    .second-ford .img2 {
        width: 288px;
    }
    .first-fold .sub_content .h5:after {
        left: 110px;
    }
    .first-fold .head {}
    .first-fold .sub_content h4 {
        margin: 0;
        padding-bottom: 7px;
        font-weight: 800;
        color: #282828;
        font-size: 25px;
    }
    .first-fold .sub_content p {
        color: #444;
        line-height: 14px;
        font-size: 11px;
        font-weight: 600;
    }
    .third-ford .row {
        margin: 0;
    }
    .first-fold .content {
        padding-bottom: 282px;
    }
    .first-fold {
        padding-bottom: 62em;
    }
    .first-fold .sub2 {
        bottom: 81px;
        padding-bottom: 0;
    }
}

.sec-row .row:not(:last-child) {
    margin-bottom: 16px;
}

.o1 {
    width: 800px;
    background: url(../../images/crp-images/home/sol1.webp) no-repeat;
    height: 606px;
    background-size: 100% 100%;
}

.o2 {
    width: 564px;
    background: url(../../images/crp-images/home/sol2.webp) no-repeat;
    height: 346px;
    background-size: 100% 100%;
}

.o3 {
    width: 564px;
    background: url(../../images/crp-images/home/sol3.webp) no-repeat;
    height: 259px;
    background-size: 100% 100%;
}

.o4 {
    width: 560px;
    background: url(../../images/crp-images/home/sol4.webp) no-repeat;
    height: 605px;
    background-size: 100% 100%;
}

.row1 {
    display: flex !important;
    align-items: center;
}

.col6 {
    width: 50%;
    padding: 0 15px;
}

.col3 {
    width: 25%;
    padding: 0 15px;
}

.col2 {
    width: 16.666667%;
    padding: 0 15px;
}

.col10 {
    width: 83.333333%;
    padding: 0 15px;
}

.col9 {
    width: 75%;
    padding: 0 15px;
}

.col4 {
    width: 33.33333333%;
    padding: 0 15px;
}

.col8 {
    width: 66.66666667%;
    padding: 0 15px;
}

.testi-monial {
    background: url(../../images/crp-images/Back_Image.jpg) no-repeat;
    background-size: cover;
    padding: 40px 0;
}

.testi-monial .heading h4 {
    text-align: center;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
}

.testi-monial .heading h4 span {
    font-size: 25px;
    color: #3a935e;
}

.testi-monial .slider-123 {
    padding: 15px;
    border: 3px solid #3b945e;
    outline: none;
}

.testi-monial .slider-123 h4 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}

.testi-monial .slider-123 h4 span {
    color: #3b945e;
    font-weight: 100;
    font-size: 19px;
}

.testi-monial .slider-123 p {
    color: #fff;
    font-family: myfont;
    font-size: 16px;
    line-height: 25px;
    font-weight: 100;
}

.testi-monial .slider-123 p span {
    color: #3b945e;
    font-size: 40px;
}

.testi-monial .slider-123 p span:nth-child(2) {
    transform: translateY(30px);
    display: inline-block;
}

.testi-monial .logo-slider {
    padding: 20px 40px;
    border-bottom: 3px solid #3b945e;
    min-height: 430px;
    border-right: 3px solid #3b945e;
    position: relative;
}

.testi-monial .logo-slider:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: #3b945e;
    width: 20%;
    height: 3px;
}

.testi-monial .logo-slider h4 {
    font-size: 35px;
    color: #fff;
    font-family: myfont3;
    line-height: 29px;
    margin: 0 0 35px;
}

.testi-monial .logo-slider h4 span {
    color: #3b945e;
    font-family: myfont;
    font-size: 36px;
}

@media screen and (max-width: 1440px) {
    .second-ford {
        padding: 60px 0;
    }
    .second-ford:after {
        left: 145px;
    }
    .roww h5 .header-section .navbar .navbar-collapse .navbar-nav li.dropdown .dropdown-menu {
        position: absolute !important;
        left: 0;
        right: 0;
        margin-top: 1px;
        padding: 30px 30px;
        transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
        transition: 0.5s;
    }
    .header-section .navbar .dropdown-menu .content h5 span {
        font-weight: 600;
        font-size: 25px;
    }
    .header-section .navbar .dropdown-menu .content h5 {
        color: #fff;
        margin: 0 20px 30px;
        font-size: 13px;
        position: relative;
    }
    .header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a {
        color: #fff !important;
        line-height: 35px;
        font-weight: 600;
        padding: 0;
        margin: 5px 0;
        font-size: 12px;
    }
    .roww {
        position: absolute;
        top: 20%;
    }
    .first-fold {
        padding: 50px 0 50px 0;
    }
    .second-ford .img2 {
        transform: scale(1.4) translateY(80px) translateX(15px);
    }
}

@media screen and (max-width: 1375px) {
    .roww h5 {
        font-size: 47px;
        line-height: 1;
    }
    .first-fold {
        padding: 0 0 50px 0;
        margin: 50px 0 0;
    }
    .header-section .navbar .dropdown-menu .content h5 {
        color: #fff;
        margin: 0 10px 10px;
        font-size: 10px;
        position: relative;
    }
    .header-section .navbar .dropdown-menu .content h5 span {
        font-weight: 600;
        font-size: 20px;
    }
    .header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li {
        margin: 0 10px 0 25px;
        /* font-size: 12px !important; */
    }
    .dropdown-menu a {
        font-size: 10px !important;
    }
    .header-section .navbar h4 {
        font-size: 20px;
    }
    .header-section .navbar p {
        line-height: 1.2;
        font-size: 14px;
    }
    .second-ford:after {
        left: 112px;
        width: 16%;
    }
}

@media screen and (max-width: 1360px) {
    .header-section .navbar .dropdown-menu .content h5 span {
        font-weight: 600;
        font-size: 18px;
    }
    .roww h5 {
        font-size: 55px;
        line-height: 55px;
    }
    .header-section .navbar .dropdown-menu .content h5 {
        margin: 0 10px 15px;
        font-size: 12px;
    }
    .header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a {
        color: #fff !important;
        line-height: 30px;
        font-weight: 600;
        padding: 0;
        margin: 3px 0 2px;
        font-size: 12px;
    }
    .welcome_section {
        padding: 31px;
        padding-bottom: 222px;
    }
    .second-ford .img2 {
        transform: scale(1.2) translateY(35px);
    }
    .header-section .navbar .navbar-collapse .navbar-nav li.dropdown .dropdown-menu {
        padding: 13px 95px;
    }
    .header-section .navbar .navbar-collapse .navbar-nav li.dropdown:hover .dropdown-menu {
        display: block;
    }
    .header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li:after {
        top: 11px;
    }
}

@media screen and (max-width: 1336px) {
    .roww h5 {
        font-size: 46px;
        line-height: 1;
    }
    .second-ford .img2 {
        transform: scale(1.1) translateY(35px);
    }
    .header-section .navbar .dropdown-menu .content h5 {
        font-size: 11px;
    }
}

@media screen and (width: 1280px) {
    .second-ford .img2 {
        transform: scale(1.3) translateY(90px) translateX(-15px);
    }
    .header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a {
        color: #fff !important;
        line-height: 30px;
        font-weight: 400;
        padding: 0;
        margin: 3px 0 2px;
        font-size: 10px;
    }
    .second-ford {
        padding: 60px 0;
    }
    .header-section .navbar .dropdown-menu .content h5 span {
        font-weight: 600;
        font-size: 16px;
    }
    .second-ford:after {
        left: 65px;
        width: 17%;
    }
}

@media screen and (max-width: 1199px) {
    .fifth-ford .content-heading {
        display: none;
    }
    .searchBar {
        width: 100%;
    }
    .roww h5 {
        font-size: 45px;
    }
    .first-fold .sub_content {
        margin: 0 0 0 50px;
        position: relative;
        padding: 20px;
        min-height: 290px;
    }
    .testi-monial .slider-123 {
        padding: 15px;
        border: 3px solid #3b945e;
        outline: none;
        min-height: 385px;
    }
    .testi-monial .logo-slider h4 span {
        color: #3b945e;
        font-family: myfont;
        font-size: 32px;
    }
    .header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a {
        color: #fff !important;
        /* line-height: 13px; */
        font-weight: 600;
        padding: 0;
        margin: 7px 0 6px;
        font-size: 10px;
    }
    .header-section .navbar h4 {
        font-size: 16px;
        font-weight: 700;
        color: #282828;
        margin-top: 10px;
        position: relative;
    }
    .header-section .navbar p {
        margin: 0 0 10px;
        line-height: 18px;
        font-size: 13px;
        font-family: myfont;
        text-transform: lowercase;
    }
    .header-section .navbar .dropdown-menu .content h5 {
        color: #fff;
        margin: 0 10px 15px;
        font-size: 9px;
        position: relative;
    }
    .header-section .navbar .dropdown-menu .content h5 span {
        font-weight: 600;
        font-size: 12px;
    }
    .dropdown-menu a {
        font-size: 9px !important;
    }
    .s-e-o-content button {
        width: 15%;
    }
    .third-ford .sec-service .content img {
        filter: brightness(10);
        width: 35px;
    }
    .third-ford .service {
        padding: 15px;
    }
    .third-ford .sec-service .content div p {
        font-size: 8px;
        margin: 0;
        color: #fff;
        font-family: myfont;
        line-height: 17px;
    }
    .fourth-ford .second {
        padding: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }
    .second-ford .img2 {
        transform: scale(1.6) translateY(87px);
    }
    .first-fold .sub_content h4 {
        margin: 0;
        padding-bottom: 7px;
        font-weight: 800;
        color: #fff;
        font-size: 24px;
        font-family: myfont;
    }
    .call-to .content0 h4 {
        font-size: 31px;
        font-weight: 500;
        margin: 0;
    }
    .call-to .content0 h5 {
        font-size: 20px;
        padding: 10px;
        color: #3b945e;
        border: 2px solid #3b945e;
        text-align: center;
        font-weight: 600;
        text-transform: uppercase;
    }
    .slider-123 .slick-dots {
        position: absolute;
        bottom: 7px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
        left: 200px;
    }
    .header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li {
        margin: 0 0px 0 25px;
        /* font-size: 12px !important; */
    }
    #offcanvas-menu .menu-wrapper li .sub-menu {
        background: rgba(255, 255, 255, 0.172);
    }
    #offcanvas-menu .menu-wrapper li .sub-menu li a {
        font-size: 16px;
        font-weight: 500;
        padding: 6px;
        margin: 0 0;
        border-color: #565656;
    }
    .homePageThree .header-section .navbar .navbar-collapse .navbar-nav li a,
    .homePageThree .header-section .navbar .navbar-collapse .navbar-nav li .search-view,
    .homePageThree .header-section .navbar .navbar-collapse .navbar-nav li .cart-icon {
        color: #282828;
        font-weight: 500;
        font-family: myfont2;
        font-size: 12px;
        padding: 0 12px;
    }
    .roww h5 {
        font-size: 38px;
        line-height: 1;
    }
    .roww p {
        font-size: 17px;
        line-height: 21px;
        color: #fff;
        font-weight: 100;
    }
    .welcome-sec {
        top: 55%;
    }
    .welcome_section .content .top {
        padding: 0px 65px 0px 35px;
    }
    .welcome_section .content .top1 {
        padding: 0px 60px 0px 42px;
    }
    .fourth-ford .second p {
        font-size: 14px;
        font-weight: 400;
        padding-bottom: 13px;
        color: #fff;
        font-family: myfont;
        text-align: justify;
        line-height: 17px;
        word-spacing: 0px;
    }
    .fourth-ford .second h4 {
        font-size: 30px;
        font-weight: 800;
        color: #fff;
        margin: 0 0 10px;
    }
    .fourth-ford .second h5 {
        margin: 0;
        font-size: 25px;
        color: #fff;
        font-weight: 500;
        position: relative;
    }
    .fourth-ford .mask2 h4 {
        font-size: 12px;
        color: white;
        padding-left: 19px;
        margin: 0;
        font-weight: 500;
    }
    .fourth-ford .mask2 p {
        margin: 0;
        padding-left: 20px;
        color: #fff;
        font-size: 11px;
        padding-bottom: 5px;
        position: relative;
        font-family: myfont;
        line-height: 11px;
    }
    .testi-monial .logo-slider {
        padding: 20px 30px;
        border-bottom: 3px solid #3b945e;
        min-height: 372px;
        border-right: 3px solid #3b945e;
        position: relative;
    }
    .testi-monial .logo-slider h4 {
        font-size: 30px;
        color: #fff;
        font-family: myfont3;
        line-height: 29px;
        margin: 0 0 35px;
    }
    .footer-section .footer-container .footer-wrapper p {
        font-size: 12px;
        line-height: 14px;
        font-weight: 300;
        color: #fff;
        height: auto;
        padding: 10px 0px;
        text-align: left;
        font-family: myfont;
        text-align: justify;
        word-spacing: 2px;
    }
    .footer-section ul li {
        padding: 0;
        color: white;
        list-style: none;
        line-height: 24px;
    }
    .footer-section h4 {
        color: #fff;
        font-size: 17px;
        font-weight: 600;
        padding-top: 23px;
        padding-bottom: 10px;
        border-bottom: 2px solid #171717;
    }
    .first-row h1 {
        font-size: 28px;
    }
    .welcome_section .content h4 {
        margin: 5px 0 20px 20px;
        font-size: 14px;
    }
    .second-ford .content {
        padding: 20px 30px;
    }
    .second-ford .sec h5 {
        font-size: 16px;
    }
    .second-ford .frst h4 {
        font-size: 30px;
    }
    .second-ford .sec img {
        width: 60%;
    }
    .second-ford:after {
        left: 100px;
        width: 17%;
    }
}

@media screen and (width: 1024px) {
    .welcome_section .content .top1 {
        padding: 0px 79px 0px 36px;
    }
    .welcome_section .content h4 {
        margin: 5px 0 20px 14px;
        font-size: 13px;
    }
    .first-fold {
        padding: 0 0 80px 0;
        margin: 0;
    }
    .roww {
        position: absolute;
        top: 20%;
        margin: 0;
    }
    .welcome_section .content .top {
        padding: 0px 70px 0px 43px;
    }
    .asxz {
        margin: 0;
    }
    .welcome_section .col-md-8 {
        width: 600px;
    }
    .main-bdr {
        padding: 20px;
        position: relative;
    }
    .first-fold {}
    .second-ford .img2 {
        transform: scale(1.3) translateY(87px);
    }
    .first-row p {
        line-height: 16px;
        font-size: 14px;
        margin: 0;
    }
    .header-section .navbar .navbar-collapse .navbar-nav li.dropdown .dropdown-menu {
        padding: 10px 60px;
    }
    .header-section .navbar .navbar-collapse .navbar-nav li.dropdown:hover .dropdown-menu {
        display: block;
    }
    .p24 {
        font-size: 7px;
        padding-top: 8px;
    }
    .header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu li a {
        color: #ffffff !important;
        line-height: 30px;
        font-weight: 600;
        font-size: 10px;
    }
    .dropdown-menu a {
        font-size: 8.9px !important;
    }
    .header-section .navbar p {
        font-size: 12px;
        line-height: 1.3;
    }
    .welcome_section .col-md-8:after {
        background: none;
        display: none;
    }
    .footer-top-row {
        margin-bottom: 65px;
    }
    .second-ford {
        padding: 60px 0;
        color: #fff;
        margin-top: 0;
    }
    .p12 {
        padding-top: 39px !important;
    }
    .mega_socialbar {
        padding: 0;
    }
    .third-ford .sec-service .content div h4 {
        font-size: 16px;
    }
    .third-ford .sec-service .content div p {
        font-size: 12px;
        line-height: 1.2;
    }
    .third-ford .sec-service .content {
        position: relative;
        overflow: hidden;
        height: 78px;
    }
    .third-ford .service p {
        font-size: 14px;
        margin: 0;
    }
    .second-ford:after {
        left: 45px;
        width: 19%;
    }
    .second-ford .frst p {
        line-height: 1.3;
        font-size: 14px;
    }
    .second-ford .frst h6 {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .homePageThree .header-section .navbar .navbar-collapse .navbar-nav li .dropdown-menu, .homePageThree .header-section .navbar .navbar-collapse .navbar-nav li.dropdown:hover .dropdown-menu, .homePageThree .header-section .navbar .navbar-collapse .navbar-nav li .cart-item {
    top: 125px;
}
.dropdown-menu .fff {
flex-direction: column;
}
    .second-ford:after {
        display: none;
    }
    .solutions_inc .sub_content p {
        color: white;
        margin-bottom: 0px;
        font-size: 16px;
        font-weight: 100;
        line-height: 18px;
        padding-left: 0;
    }
    .footer-section .footer-container .footer-wrapper p {
        font-size: 13px;
        line-height: 16px;
        font-weight: 300;
        color: #fff;
        height: auto;
        padding: 10px 0px;
        text-align: left;
        font-family: myfont;
        text-align: justify;
        word-spacing: 2px;
    }
    .testi-monial .slider-123 {
        padding: 15px;
        border: 3px solid #3b945e;
        outline: none;
        min-height: 650px;
    }
    .roww h5 {
        font-size: 35px;
        color: #fff;
        margin: 0;
        font-family: myfont2;
        line-height: 34px;
        margin: 0 0 8px;
    }
    .menu-toggle img {
        width: 100%;
        display: unset;
        float: right;
    }
    #offcanvas-menu .close-menu img {
        width: 100%;
        float: right;
        display: block;
    }
    .second-ford .content {
        padding: 15px 15px;
    }
    .second-ford .frst h6 {
        font-size: 20px;
    }
    .second-ford .frst h4 {
        margin: 0;
        font-size: 24px;
        margin: 0 0 20px;
    }
    .pc {
        display: none;
    }
    .mobile {
        display: block;
    }
    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        margin: 0 0 0;
    }
    .homePageThree .header-section .navbar{
        text-align: center;
    }.homePageThree .header-section .navbar .navbar-collapse .navbar-nav {
    padding-top: 0;
}
    .homePageThree .header-section .navbar .navbar-collapse .navbar-nav li a, .homePageThree .header-section .navbar .navbar-collapse .navbar-nav li .search-view, .homePageThree .header-section .navbar .navbar-collapse .navbar-nav li .cart-icon {
    font-size: 14px;
    padding: 0 9px;
}
.homePageThree .header-section .navbar.sticky {
    padding: 20px 0 0;
}
    .homePageThree .header-section .top-bar {
        background: #202020;
        padding: 15px 0;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
    }
    .s-e-o-content button {
        width: 45%;
        padding: 5px;
        background: #3b945e;
        color: #fff;
        border: none;
    }
    .top-bar a {
        color: #3b945e;
        font-size: 12px;
        text-transform: uppercase;
        font-family: myfont2;
        line-height: 12px;
        text-align: center;
    }
    .top-bar .col-md-3 {
        text-align: left;
        padding-left: 0;
    }
    .main-bdr {
        padding: 15px;
        position: relative;
    }
    .welcome_section .content .top {
        padding: 0px 39px 5px 39px;
    }
    .welcome_section .content .top1 {
        padding: 0px 43px 8px 38px;
    }
    .welcome_section .main-con .row:nth-child(1) .content {
        text-align: center;
        padding: 0 0 10px;
        margin: 0 0 10px;
    }
.first-fold {
    padding: 15px 0 10px 0;    margin: 30px 0 0;
}
.welcome_section .content h4 {
    font-size: 16px;
    margin: 0 0 0 0;
    text-align: center;
    color: #fff;
}
    .welcome_section .content h4:after {
        content: "";
        position: absolute;
        bottom: -50%;
        width: 26%;
        height: 7px;
        left: 23%;
        background: #3b945e;
        transform: translate(-5px, 5px);
    }
.main-con img {
    width: 25%;
}
    .first-row h1 {
        font-size: 25px;
        margin: 0 0 5px;
        line-height: 1;
    }
    .first-row h1 span {
        font-size: 22px;
    }
    .main-bdr:after {
        content: "";
        width: 24px;
        height: 24px;
        position: absolute;
        border: #3b945e 1px solid;
        top: 5px;
        border-top: hidden;
        left: 5px;
        border-left: hidden;
    }
    .main-bdr::before {
        content: "";
        width: 24px;
        height: 24px;
        position: absolute;
        border: #3b945e 1px solid;
        bottom: 5px;
        border-bottom: hidden;
        left: 5px;
        border-left: hidden;
    }
    .roww h5 {
        font-size: 36px;
        color: #fff;
        margin: 0;
        font-family: myfont2;
        line-height: 30px;
        margin: 0 0 30px;
    }
    .welcome_section .col-md-8 .row .col-md-4 {
        padding: 0;
    }
    .roww h4 {
        font-size: 23px;
    }
.roww {
    padding: 0;
    margin: 0;
    top: 36%;
    left: 40%;
    transform: translateX(-50%);
}
    .sixth-ford .cont2 {
        padding: 0 15px;
        margin: 0 15px;
    }
.welcome_section .first-row {
    padding: 20px 20px 0;
    background: #3b945e;
    border-radius: 0;
}
    .first-fold .content-heading p {
        font-size: 16px;
        font-family: myfont;
        padding: 0 15px 0;
        line-height: 20px;
    }
    .welcome_section .col-md-8 {
        border: 2px solid #3b945e;
        border-radius: 0px;
        width: 100%;
        padding-left: 0px;
        margin-left: 0px;
        text-align: center;
        margin-top: 0px;
        color: #282828;
        padding: 0;
    }
    .fourth-ford .mask2:after {
        display: none;
    }
    .fourth-ford .mask2 h4 {
        font-size: 18px;
        color: white;
        padding-left: 35px;
        margin: 0;
        font-weight: 500;
    }
.fourth-ford .mask2 p {
    margin: 0;
    padding-left: 36px;
    color: #fff;
    font-size: 11px;
    padding-bottom: 5px;
    position: relative;
    font-family: myfont;
    line-height: 1.2;
}

.fourth-ford .mask2 {
    padding: 12px 4px;
    height: 62px;
}
    .welcome-sec {
        position: unset;
        /* background: ; */
    }
    .welcome_section {
        padding: 0px;
        padding-bottom: 0px;
    }
    .welcome_section .col-md-8:after {
        width: 0px;
    }
    .welcome_section .col-md-8 .row .col-md-4 p {
        padding-top: 5px;
        line-height: 16px;
        font-size: 14px;
    }
    .welcome_section .sec-row .row {
        margin-left: 2px;
    }
.first-fold .sub2 h4::after {
    width: 16%;
    height: 16%;
    top: 15px;
    left: -35px;
}
    .first-fold .sub2 h4::before {
        width: 6%;
        height: 6%;
        top: 20px;
        right: 15px;
    }
.first-fold .sub1 h4::before {
    width: 6%;
    height: 6%;
    top: 20px;
    right: 15px;
}
    .first-fold .sub1 h4::after {
        width: 16%;
        height: 16%;
        top: 15px;
        left: -35px;
    }
    .first-fold .content {
        padding-bottom: 30px;
    }
    .first-fold .sub_content h4 {
    font-size: 20px;
}
.first-fold .sub_content p {
    line-height: 1.3;
    font-size: 13px;
    margin: 0;
}
.first-fold .sub_content {
    margin: 0 0 0 25px;
    padding: 15px;
    padding-left: 25px;    min-height: 240px;
}
    .first-fold .sub_content:after {
        position: absolute;
        top: 10%;
        left: -10%;
        background: url(../../images/crp-images/home/after-line1.png) no-repeat;
        background-size: contain;
        width: 19%;
        height: 200px;
        content: "";
        display: none;
    }
    .first-fold .sub2:after {
        position: absolute;
        top: 25%;
        right: 47% !important;
        background: url(../../images/crp-images/home/after-line1.png) no-repeat;
        background-size: contain;
        width: 114%;
        height: 102px;
        transform: rotateY(180deg);
        display: none;
        content: "";
    }
    .second-ford {
        padding: 30px;
        color: #fff;
        padding-left: 16px;
        margin-top: 20px;
    }
    .second-ford .img2 {
        transform: scale(1.3) translateY(70px);
    }
.second-ford .content-main23 {
    padding: 0px;
    transform: translate(0);
}
.second-ford .sec h5 {
    font-size: 14px;
    font-weight: 900;
    padding-top: 0;
    font-family: myfont;
    margin: 8px 0;
}
.second-ford .sec
.aos-init{margin-left: -20px;}
    .third-ford .content-heading p {
        font-size: 15px;
        font-family: myfont;
        padding: 0;
    }
    .third-ford .sec-service .content div h4 {
        padding-top: 8px;
    }
.second-ford .frst p {
    font-size: 13px;
    line-height: 1.4;
}
.second-ford .container {
    border: none;
    margin: 0 auto;
}

    .second-ford .sec {
        padding: 15px 0;
    }

    .third-ford  {
    padding: 40px 0;
}
    .third-ford .content {
        padding: 10px;
    }
  .third-ford  .content-heading h2
    {
    font-size: 30px;
}
.third-ford .content-heading {
    margin: 0 0 30px;
}
.third-ford .service p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}
.third-ford .sec-service .content img {
    filter: brightness(10);
    width: 45px;
    height: auto;
    transform: translate(0px, 10px);
}
    .third-ford .sec-service .content div h4 {
        font-size: 17px;
        font-weight: 700;
        color: #fff;
        margin: 0;
    }
    .third-ford .sec-service .content div {
        text-align: left;
    }
   .third-ford .sec-service .content div p {
    font-size: 14px;
    margin: 5px 0 0;
    line-height: 1.2;
    color: #fff;
}
    .call-to .content0 {
        display: flex;
        justify-content: center;
        flex-direction: column;
        min-height: auto;
    }
    .third-ford .main {
        padding: 0px 0 0 0;
        border-bottom: 1px solid #cbcbcb;
    }
    /* .third-ford .sec-service {
        display: none;
    } */
    .third-ford .service {
        border-radius: 0px;
    }
    .fourth-ford .second {
        padding: 0px 15px;
        padding-bottom: 15px;
        width: 70%;
    }
.fourth-ford .second p {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 6px;
    color: #fff;
    font-family: myfont;
    text-align: justify;
    line-height: 1.6;
    word-spacing: 0px;
}
.fourth-ford .second h4 {
    font-size: 35px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 10px;
}
.fourth-ford .second h5 {
    margin: 0;
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    position: relative;
}
.fourth-ford .second a {
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #131313;
    padding: 8px 22px;
    border-radius: 5px;
    background: #131313;
    transition: 0.5s;
}
    .fifth-ford .content-heading h4 span {
        font-size: 14px;
        display: inline-block;
        transform: translateX(-28px) !important;
        color: #3b945e;
    }
    .fifth-ford .content-heading h4 {
        font-size: 35px;
        transform: translateX(22px);
        font-family: myfont;
        font-weight: 900;
        display: inline-block;
        line-height: 22px;
    }
    .sixth-ford .content-heading {
        text-align: center;
        margin: 0;
    }
.sixth-ford .content-heading p {
    font-size: 14px;
    padding: 0;
    margin: 0;
    line-height: 1.3;
    text-align: center;
}
    .sixth-ford .tabs ul .li1 {
        padding: 10px;
        background: #3b945e;
        font-family: myfont;
        font-size: 14px;
        color: #fff;
        margin: 0 1px;
        border-radius: 5px 0 0 5px;
        width: 50%;
    }
    .sixth-ford .tabs ul li {
        padding: 10px;
        background: #3b945e;
        font-family: myfont;
        font-size: 14px;
        margin: 0px 1px;
        color: #fff;
        cursor: pointer;
        align-self: center;
        width: 50%;
    }
    .testi-monial .slider-123 h4 {
        color: #fff;
        font-size: 24px;
        font-weight: 600;
    }
    .row1 {
        display: block !important;
    }
    .col6 {
        width: 100%;
        padding: 0 15px;
    }
    .testi-monial .slider-123 p {
        color: #fff;
        font-family: myfont;
        font-size: 16px;
        line-height: 20px;
    }
    .testi-monial .logo-slider {
        margin-top: 50px;
        padding: 20px 60px;
        border-bottom: 3px solid #3b945e;
        min-height: 500px;
        border-right: 3px solid #3b945e;
        position: relative;
    }
    .sixth-ford .tabs ul .li2 {
        padding: 9px;
        background: #3b945e;
        font-family: myfont;
        font-size: 13px;
        color: #fff;
        margin: 0 1px;
        border-radius: 0 5px 5px 0;
    }
    .fifth-ford {
        padding: 0;
    }.footer-wrapper {
    transform: translateY(0);
}
.fifth-ford .content {
    min-height: 350px;
}.form-footer {
    padding-bottom: 0;
}
.footer-section .footer-container {
    padding: 40px 0 ;
}
    .fifth-ford .content p {
        margin: 0 0 10px;
        line-height: 25px;
        font-size: 16px;
    }
    .fifth-ford .content h4 {
        padding-top: 16px;
        font-size: 34px;
        font-weight: 800;
        color: #282828;
    }
    .sixth-ford .content {
        margin: 0;
        padding: 0;
        border-radius: 6px;
    }
    .sixth-ford .last_row {
        padding: 0;
        margin: 0;
        height: 291px;
    }
    .sixth-ford .sub-content {
        padding: 16px 20px 0;
    }
.sixth-ford .container {
    border: none;
    padding-bottom: 30px;
    margin: 0 auto;
}
.call-to .col-md-4:nth-child(1){
    display: none;
}.call-to .content0 h4 {
    font-size: 42px;
}
.call-to .content0 h5 {
    font-size: 26px;
    margin: 0;
}
    .last_row p {
        line-height: 23px;
    }
    .sixth-ford .sub-content h6 {
        margin-bottom: 1px;
    }
    .seventh-ford .img {
        padding-top: 20px;
    }
    /* .sixth-ford .col-md-6,
    .sixth-ford .col-md-4 {
        padding: 0;
        margin:0;
    } */
    .sixth-ford .first_row {
        padding-bottom: 0px;
    }
    .seventh-ford {
        padding: 0 0 55px;
    }
    .footer-section .footer-container .footer-wrapper {
        padding-bottom: 0px;
    }
    .first-fold .head {
        padding-top: 16px;
    }
    .mainaa:after {
        content: "";
        position: absolute;
        top: 10%;
        right: -2%;
        background: #fff;
        width: 156px;
        height: 81%;
        border-radius: 13px;
        z-index: -1;
    }
    .asxz {
        margin: 0;
    }
    .asxz p {
        margin: 0px;
        text-align: center;
        color: #fff;
        font-family: myfont;
        font-size: 14px;
        line-height: 19px;
    }
    .welcome_section.home .row{
    flex-direction:column
    }
    .first-row p {
    line-height: 1.3;
    font-size: 14px;
    margin: 15px 0 5px;
}
.roww p {
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
}
}

@media (max-width: 767px) {
.welcome_section .col-md-8 {
    width: 100%;
}.first-row h1 {
    font-size: 35px;
}
.first-fold .sub_content h5:after {
    top: -12px;
}
.first-fold .sub1 h4::after {
    width: 16%;
    height: 19%;
    top: 15px;
    left: -49px;
}
.first-row h1 span {
    font-size: 25px;
}
.first-fold .sub2 h4::before,.first-fold .sub1 h4::before {
    width: 7%;
    height: 10%;
    top: 25px;
    right: 15px;
}
.roww {
    top: 25%;
}.roww h5 {
    font-size: 26px;
}
.roww p {
    font-size: 14px;
}
    .first-fold .sub2 h4::after {
    width: 21%;
    height: 22%;
    top: 15px;
    left: -50px;
}
    .first-row h6 {
        margin: 0;
        font-size: 20px;
        color: #282828;
        font-family: myfont3;
        position: relative;
    }
    .first-row h4 {
        color: #fffefe;
        font-weight: 700;
        font-size: 22px;
        margin: 0 0 15px;
        font-family: myfont2;
    }
.first-row p {
    line-height: 1.4;
    font-size: 16px;
    margin: 0 ;
}
    .welcome_section .first-row {
        padding: 15px;
    }
    .homePageThree .header-section .top-bar {
        background: #202020;
        padding: 3px 0;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 99;
        padding: 14px;
    }
    .menu-toggle img {
        width: 60%;
        display: block;
        float: right;
    }
    .footer-section .footer-container .footer-wrapper p {
        font-size: 11px;
        line-height: 1.2;
        padding: 10px 0px;
        text-align: left;
    }
    .testi-monial .slider-123 {
        padding: 15px;
        border: 3px solid #3b945e;
        outline: none;
        min-height: 690px;
    }
    .slider-123 .slick-dots {
        position: absolute;
        bottom: 3px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
        left: 200px;
    }
    .first-row h1 {
        font-size: 24px;
    }
    .welcome-sec {
        background: #37925a url(../../images/crp-images/home/top-after.png) no-repeat;
    }
    .footer-section ul li {
        line-height: 19px;
    }
    .testi-monial .logo-slider {
        margin-top: 50px;
        padding: 20px 0;
        border-bottom: 3px solid #3b945e;
        min-height: 390px;
        border-right: 3px solid #3b945e;
        position: relative;
    }
    .first-fold .sub_content {
        margin: 0 0 0 50px;
        position: relative;
        bottom: 0;
        left: 0;
        padding: 20px;
        right: 0;
        border-radius: 5px;
        min-height: auto;
    }
    .first-fold .sub_content p {
    line-height: 1.4;
    font-size: 16px;
    margin: 0;
}
    .second-ford .content {
        padding: 20px 25px;
        background: url(../../images/crp-images/home/second-content-bg.png) no-repeat;
        background-size: 100% 100%;
        z-index: 11;
        position: relative;
    }
    .aszazaza {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
.call-to .content0 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 130px;
    text-align: center;
}
.call-to .content0 h4 {
    font-size: 60px;
    text-align: center;
}
.call-to .content0 h5 {
    font-size: 40px;
    padding: 12px
;
}

.call-to .content0 .ancor
{
    text-align: center;
}
.call-to .content0 a {
    padding: 8px 25px;
    font-size: 16px;
}
.fifth-ford .content p {
    margin: 0 0 0;
    line-height: 1.5;
    font-size: 16px;
}
/* .second-ford .img2 {
    transform: scale(1) translateY(0px);
} */
.second-ford .sec img {
    width: 98px;
}
    .fifth-ford .content:after {
        display: none;
    }
    .fourth-ford .second h5 {
        margin: 0;
        font-size: 26px;
        color: #fff;
        font-weight: 500;
        position: relative;
    }
    .second-ford .frst p {
    font-size: 16px;
    line-height: 1.4;
}
.second-ford .frst h4 {
    font-size: 28px;
}
.second-ford .frst h6 {
    font-size: 25px;
    margin: 0 0 5px;
}
    .fourth-ford .second h4 {
        font-size: 32px;
        font-weight: 800;
        color: #fff;
        margin: 0 0 10px;
    }
    .fourth-ford .second a {
        text-transform: capitalize;
        color: #fff;
        font-weight: 600;
        border: 2px solid #131313;
        padding: 8px 12px;
        border-radius: 5px;
        background: #131313;
        transition: 0.5s;
    }
.fourth-ford .second p {
    font-size: 18px;
    line-height: 1.3;
    word-spacing: 0px;
}
    .third-ford {
        padding: 50px 0px;
    }

.first-fold .sub_content h4 {
    margin: 0 0 15px;
    font-size: 30px;
}
    .sixth-ford .last_row {
        padding: 0;
        margin: 0;
        height: 186px;
    }

    .sixth-ford .cont2 {
        padding: 0 15px;
        margin: 0 0px;
    }
    .third-ford .row {
        margin: 0;
    }
    .third-ford .service .container {
        padding: 0;
        margin: 0;
        width: 720px;
    }
    .third-ford .service p {
        font-size: 14px;
    }
.main-con img {
    width: 32%;
}
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 0 !important;
        right: auto;
    }
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 0 !important;
        left: auto;
    }
.second-ford .sec h5 {
    font-size: 22px;
    padding-top: 0;
    margin: 20px 0 10px;
}
    .second-ford .frst h4 {
        font-size: 23px;
    }
    .third-ford .sec-service .content img {
        filter: brightness(10);
        width: auto;
        height: auto;
        transform: translate(-5px, 10px);
    }
    .third-ford .sec-service .content div p {
        font-size: 16px;
        margin: 0;
        line-height: 18px;
        color: #fff;
        margin: 5px 0 0;
    }
}
.main-con img {
    filter: brightness(20);
}

@media (max-width: 575px) {
    .roww {
    top: 60%;
    transform: translate(-50%, -50%);
        left: 50%;
    width: 100%;
}
    .welcome_section .d-flex {
        display: block;
    }
    .welcome-sec {
        background: #3b945e;
    }
    .welcome_section .first-row {
        padding: 20px;
        background: #57bb99;
        border-radius: 0;
    }
    .main-bdr {
        padding: 4px;
        position: relative;
    }
    .welcome_section .content h4 {
        font-size: 10px;
    }
    .main-con {
        padding: 13px;
    }
    .solution .content h1 {
        color: #192728;
    }
    .roww p {
        display: none;
    }
    .fourth-ford .second p {
    font-size: 14px;
    line-height: 1.3;
    word-spacing: 0px;
}.fourth-ford .second h4 {
    font-size: 25px;
}.fourth-ford .second h5 {
    font-size: 20px;
}
.fourth-ford .second a {
    font-size: 14px;
    padding: 6px 10px;
}
}

@media (max-width:575px) {
    .swiper-button-next:after,
    .swiper-rtl .swiper-button-prev:after,
    .slick-prev:before,
    .slick-next:before,
    .swiper-button-prev,
    .swiper-button-next {
        display: none !important;
    }
    .mg-xs-0 {
        margin: 0;
    }
    .roww h5 {
        font-size: 25px !important;
        margin: 0;
    }
    .first-fold .sub_content {
    margin: 0 0 0 0px;
}
.first-fold .sub2 h4::after,.first-fold .sub1 h4::after{
    display: none;
}
    .copyright-p {
        border-right: 0 !important;
    }
    .first-fold .sub_content h4 {
        font-size: 20px !important;
    }
    .first-fold .sub1 h4::after {
        width: 13%;
        height: 18%;
    }.second-ford .sec .aos-init {
    margin-left: -30px;
}
    .first-fold .sub2 h4::after {
        width: 13%;
        height: 18%;
    }
    .second-ford .sec h5 {
    font-size: 18px;
}.second-ford .sec img {
    width: 70px;
}
    .call-to img {
        width: 40%;
        margin: 0 auto 10px;
        text-align: center;
    }
    .call-to {
        text-align: center;
    }
    .call-to .content0 h4 {
        font-size: 40px;
        font-weight: 600;
    }
    .call-to .content0 h5 {
        font-size: 26px;
    }
    .third-ford .sec-service .content .col-md-3 {
        display: none;
    }
    .third-ford .sec-service .content div h4 {
        font-size: 14px;
        padding: 0;
    }
    .third-ford .sec-service .content {
        height: 62px;
        background: #3b945e;
        margin: 0 0 12px;
    }
.third-ford .sec-service .content div {
    margin: 0;
    padding: 0;
}
    .third-ford .sec-service .content div p {
        font-size: 10px;
        margin: 0;
        line-height: 13px;
        color: #fff;
    }
    .third-ford .sec-service .content .col-md-9 {
        padding-left: 0px;
        padding-right: 0;
    }
    .third-ford .content-heading p {
    font-size: 14px;
    padding: 0 15px;
    line-height: 1.2;
}
}

@media (max-width:400px) {
    .fourth-ford .second p {
    font-size: 11px;
    line-height: 1.3;
    word-spacing: 0px;
}

.second-ford .sec img {
    width: 45px;
    margin-top: 10px;
}
.second-ford .sec h5 {
    font-size: 14px;
    margin: 10px 0 0;
}
.second-ford .frst p {
    font-size: 14px;
}
.second-ford .content {
    padding: 20px 20px;
}
}
