    *, *::after, *::before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

    @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
    }

    :root {
        --oswald-font: "Oswald", sans-serif;
    }

    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
        display: block;
    }

    body {
        line-height: 1;
        font-family: 'Montserrat', sans-serif;
        height: 100vh;
        position: relative;
        display: table;
        width: 100%;
    }

    html {
        overflow-x: hidden;
    }

    ol, ul {
        list-style: none;
    }

    li {
        font-size: 15px;
        color: #000;
        line-height: 29px;
        font-weight: 300;
    }

    blockquote, q {
        quotes: none;
    }

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    .custome-container {
        max-width: 1366px;
        width: 100%;
        margin: 0 auto;
    }

    input, textarea {
        outline: none;
    }

    a {
        outline: none;
    }

    .container {
        max-width: 1110px;
        width: 100%;
        margin: 0 auto;
    }

    /*--GLOBAL-STYLE--*/
    p {
        font-size: 15px;
        color: #000;
        line-height: 29px;
        font-weight: 300;
        margin-bottom: 15px;
    }

    h1 {
        font-size: 62px;
        color: #61ba48;
        line-height: 77px;
        text-transform: uppercase;
        font-weight: 700;
    }

    h2 {
        font-size: 50px;
        font-weight: 700;
        position: relative;
    }

    h3 {
        font-size: 21px;
        line-height: 43px;
        font-weight: 300;
    }

    iframe {
        margin-right: 10px;
        max-width: 100%;
    }

    header .top-strip {
        padding: 6px 0;
        background-color: #000;
    }

    header .top-strip::after {
        content: "";
        clear: both;
        display: table;
    }

    .bloack-element {
        width: 100%;
        float: left;
    }

    header .top-strip .left {
        width: auto;
        float: left;
    }

    header .top-strip .right {
        width: auto;
        float: right;
    }

    header .top-strip ul li {
        display: inline-block;
        vertical-align: top;
        border-left: 1px solid rgba(255, 255, 255, 0.3);
        padding-left: 15px;
        margin-left: 12px;
    }

    .top-strip ul li a {
        color: #fff;
        font-size: 14px;
        font-weight: 200;
    }

    .top-strip ul li {
        color: #fff;
        font-size: 14px;
        font-weight: 200;
    }

    .top-strip .right address {
        color: #fff;
        font-size: 14px;
        font-weight: 200;
    }

    .top-strip img {
        margin-right: 10px;
    }

    .top-strip i {
        margin-right: 10px;
        color: #fff;
    }

    header .top-strip ul li:first-child {
        border: none;
        padding: 0;
        margin: 0;
    }

    .logo-header .bg-light {
        background-color: transparent !important;
        float: right;
        padding: 0;
    }

    .logo-header ul.navbar-nav.mr-auto li a:last-child {
        padding-right: 0;
    }

    .logo-header ul.navbar-nav.mr-auto li a {
        font-size: 19px;
        font-weight: 300;
        color: #000;
    }

    .logo-header ul.navbar-nav.mr-auto li {
        padding-left: 17px;
    }

    .logo-header ul.navbar-nav.mr-auto li {
        padding-left: 46px;
    }

    .logo-header {
        width: 100%;
        float: left;
        padding: 20px 0;
        border-bottom: 1px solid #ddd;
    }

    .inner-page {
        float: left;
        width: 100%;
    }

    .banner-content span {
        font-size: 16px;
        color: #5c5c5c;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 1px;
        margin-bottom: 23px;
        float: left;
        width: 100%;
    }

    .banner-content a {
        background: #000;
        color: #fff;
        padding: 16px 41px;
        font-size: 16px;
        border-radius: 100px;
        font-weight: 500;
        float: left;
        margin-top: 34px;
    }

    .banner-img img {
        width: 100%;
        position: relative;
    }

    .banner-img {
        width: 100%;
        float: left;
        margin-left: -44px;
        position: relative;
    }

    .banner-section {
        padding: 58px 0;
    }

    .banner-img span {
        background: #61ba48;
        color: #fff;
        font-size: 17px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 3px;
        padding: 13px 43px;
        position: absolute;
        transform: rotate(90deg);
        left: revert;
        right: -257px;
        top: 262px;
    }

    .banner-img::after {
        width: 550px;
        height: 100%;
        top: 0;
        left: 0;
        box-shadow: 0 0 21px 7px #ddd;
        content: "";
        position: absolute;
        z-index: -1;
    }

    .banner-img::before {
        position: absolute;
        left: -43px;
        top: 30%;
        content: "";
        width: 100%;
        height: 100%;
        background-image: url("../images/dot.png");
        background-repeat: no-repeat;
    }

    .our-services-section {
        background-image: url("../images/about-banner.png");
        background-repeat: no-repeat;
        background-size: cover;
        padding: 166px 0;
        margin-top: -133px;
    }

    .service-des {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        padding: 0;
    }

    .our-services-section h2 {
        color: #fff;
        text-align: center;
        margin-bottom: 78px;
        padding-bottom: 35px;
    }

    .our-services-content {
        width: 100%;
        float: left;
        text-align: center;
        border-left: 1px solid #4e6947;
        padding: 0 10px;
        margin-bottom: 30px;
    }

    .our-services-content h6 {
        font-size: 16px;
        line-height: 26px;
        color: #fff;
        font-weight: 300;
        margin-top: 27px;
        float: left;
        width: 100%;
    }

    .our-services-section h2::before {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 92px;
        height: 2px;
        background: #61ba48;
        content: "";
        bottom: 0;
    }

    .services-btn a {
        font-size: 16px;
        font-weight: 300;
        color: #fff;
        text-align: center;
        background: #61ba48;
        text-decoration: none;
        padding: 15px 31px;
        border-radius: 100px;
    }

    .services-btn {
        width: 100%;
        float: left;
        text-align: center;
        margin-top: 50px;
    }

    .our-services-section .col-sm-3:first-child .our-services-content {
        border: none;
    }

    .about-section-cnt h2 {
        margin-bottom: 34px;
        padding-bottom: 23px;
    }

    .about-section-cnt h2::before {
        position: absolute;
        left: 0;
        background: #fff;
        width: 92px;
        height: 2px;
        background: #61ba48;
        content: "";
        bottom: 0;
    }

    .about-section-cnt ul li {
        font-size: 15px;
        color: #000;
        font-weight: 300;
        padding-bottom: 10px;
        position: relative;
        padding-left: 27px;
    }

    .about-section-img img {
        width: 100%;
    }

    .about-section-cnt ul li i {
        color: #61ba48;
        margin-right: 10px;
    }

    .about-section-cnt ul {
        margin-top: 28px;
    }

    .about-section-cnt-btn a, .about-section-cnt a, .facility-section-cntn a {
        background: #61ba48;
        color: #fff;
        padding: 16px 36px;
        border-radius: 100px;
        font-size: 16px;
        font-weight: 300;
        float: left;
        margin-top: 23px;
        line-height: 1;
    }

    .about-section-cnt p {
        padding-right: 7px;
    }

    .about-section {
        padding: 25px 0;
    }

    .facility-section {
        background-image: url("../images/facility.png");
        background-repeat: no-repeat;
        background-size: cover;
        padding: 178px 0;
        margin-top: 0;
        position: relative;
    }

    .facility-section-cntn h2 {
        padding-bottom: 25px;
        margin-bottom: 42px;
    }

    .facility-section-cntn h2::before {
        position: absolute;
        left: 0;
        background: #fff;
        width: 92px;
        height: 2px;
        background: #61ba48;
        content: "";
        bottom: 0;
    }

    .facility-section .about-section-cnt-btn a, .facility-section-cntn a {
        margin-top: 36px;
    }

    .facility-section-img {
        width: 100%;
        float: left;
        position: relative;
        text-align: right;
    }

    .facility-section-img img {
        margin-right: 12px;
        box-shadow: 0 0 21px 7px #ddd;
    }

    .facility-section-img::before {
        position: absolute;
        left: -14px;
        top: 50%;
        background: #61ba48;
        width: 60px;
        height: 455px;
        content: "";
        transform: translateY(-50%);
    }

    .facility-section-img span {
        background: #61ba48;
        color: #fff;
        font-size: 17px;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 3px;
        padding: 13px 34px;
        position: absolute;
        transform: rotate(90deg);
        left: revert;
        right: -232px;
        top: 278px;
    }

    .resource-center-img img {
        width: 100%;
    }

    .resource-center-cnt h2 {
        padding-bottom: 22px;
        margin-bottom: 31px;
    }

    .resource-center-cnt h2::before {
        position: absolute;
        left: 0;
        background: #fff;
        width: 92px;
        height: 2px;
        background: #61ba48;
        content: "";
        bottom: 0;
    }

    .resource-center-cnt ul li {
        display: inline-block;
        margin-right: 7px;
    }

    .resource-center-cnt ul li span {
        border: 1px solid #ddd;
        padding: 19px 7px;
        width: 100%;
        float: left;
    }

    .resource-center-cnt ul {
        margin-top: 33px;
    }

    .resource-center-section {
        padding: 56px 0;
    }

    .contact-mrp {
        background-image: url("../images/mrp-banner.png");
        background-repeat: no-repeat;
        background-size: cover;
        padding: 224px 0 91px;
        margin-top: 0;
        position: relative;
    }

    .contact-mrp-cnt h2 {
        color: #fff;
        padding-bottom: 16px;
        margin-bottom: 38px;
    }

    .contact-mrp-cnt h2::before {
        position: absolute;
        left: 0;
        width: 92px;
        height: 2px;
        background: #61ba48;
        content: "";
        bottom: 0;
    }

    .contact-mrp-cnt h3 {
        color: #fff;
    }

    .contact-mrp-form input {
        height: 50px;
        border-radius: 0;
        border: 1px solid #ddd;
        padding: 0 42px;
        width: 100%;
        margin-bottom: 13px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-border-radius: 0;
        font-size: 14px;
        color: #c3c3c3;
        font-weight: 400;
    }

    .contact-mrp-form span {
        position: relative;
        width: 100%;
        float: left;
    }

    .contact-mrp-form span:first-child {
        width: 49%;
        float: left;
    }

    .contact-mrp-form span:nth-child(2) {
        width: 49%;
        float: left;
        margin-left: 2%;
    }

    .contact-mrp-form textarea {
        margin-bottom: 13px;
        border: 1px solid #ddd;
        border-radius: 0;
        padding: 15px 39px;
        font-size: 14px;
        color: #c3c3c3;
        font-weight: 300;
        width: 100%;
        resize: none;
        height: 130px;
    }

    .contact-mrp-form [type="submit"] {
        width: 185px;
        margin: 0 auto;
        display: table;
        background: #61ba48;
        font-size: 20px;
        font-weight: 500;
        color: #fff;
        border: none;
        text-decoration: none;
        text-transform: uppercase;
        cursor: pointer;
    }

    .copy-right-lft p {
        font-size: 15px;
        color: #5e5e5e;
        font-weight: 300;
    }

    .copy-right-rgt ul li {
        display: inline-block;
        padding-left: 20px;
        margin-left: 20px;
        border-left: 1px solid #5e5e5e;
        line-height: 1;
    }

    .copy-right-rgt ul li a {
        font-size: 14px;
        color: #5e5e5e;
        font-weight: 300;
        text-transform: uppercase;
        text-decoration: none;
    }

    .copy-right-rgt {
        width: 100%;
        float: left;
    }

    .copy-right-rgt ul {
        float: none;
        width: 100%;
        margin-right: auto;
        text-align: right;
    }

    .copy-right-section {
        padding: 21px 0;
        border-top: 1px solid #ddd;
    }

    .copy-right-rgt ul li:first-child {
        border-left: none;
    }

    .banner-img span::after {
        background-image: url("../images/strip.png");
        width: 47px;
        height: 16px;
        background-repeat: no-repeat;
        content: "";
        position: absolute;
        right: -27px;
        bottom: 15px;
        transform: rotate(90deg);
    }

    .contact-mrp-form span img {
        position: absolute;
        left: 21px;
        top: 19px;
    }

    .contact-mrp-form input::-webkit-input-placeholder {
        font-size: 14px;
        color: #c3c3c3;
        font-weight: 300;
    }

    .contact-mrp-form input:-ms-input-placeholder {
        font-size: 14px;
        color: #c3c3c3;
        font-weight: 300;
    }

    .contact-mrp-form input::placeholder {
        font-size: 14px;
        color: #c3c3c3;
        font-weight: 300;
    }

    /*--new-page--css--*/
    .inner-page {
        padding: 70px 0;
    }

    /*media all*/
    .row.blog-listing {
        border: 0px solid #ddd;
        margin-bottom: 40px;
        padding: 25px 0;
        float: left;
        width: 100%;
    }

    .inner-page .blog-listing:nth-child(2n+1) .col-sm-4 {
        padding-left: 0;
    }

    .inner-page .blog-listing:nth-child(2n+1) .col-md-8 {
        padding: 0px 8px 10px;
    }

    .row.blog-listing .col-sm-4 img {
        z-index: 9;
        width: 100%;
        position: relative;
    }

    .inner-page .blog-listing h2 {
        font-size: 30px;
        text-align: left;
        margin: 0;
        padding: 0;
    }

    .inner-page .blog-listing h2::before {
        position: initial;
    }

    .inner-page h2::before {
        position: absolute;
        left: 0;
        width: 92px;
        height: 2px;
        background: #61ba48;
        content: "";
        bottom: -6px;
        margin: 0 auto;
        right: 0;
    }

    .inner-page .blog-listing:nth-child(2n+1) {
        padding: 0;
    }

    .inner-page h2 {
        text-align: center;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .single-image {
        margin-bottom: 13px;
    }

    .about-section-cnt ul li::before {
        background-image: url("../images/right.png");
        position: absolute;
        left: 0;
        top: 5px;
        width: 20px;
        height: 20px;
        content: "";
        background-repeat: no-repeat;
        background-size: 20px;
    }

    .inner-page .type-page.status-publish {
        width: 100%;
    }

    div.wpcf7-mail-sent-ok {
        border: 2px solid #398f14;
        color: #398f14;
    }

    .inner-page form {
        /*width: 900px;*/
        margin: 0 auto;
        display: table;
        /*background: #fbfbfb;
        padding: 40px 40px 30px;
        box-shadow: 0 0 18px 4px #ddd;*/
    }

    .inner-page form span {
        position: relative;
        width: 100%;
        float: left;
    }

    .inner-page form .text-name {
        padding-right: 6px;
        width: 50%;
        float: left;
    }

    .inner-page form input {
        height: 50px;
        border: 1px solid #ddd;
        padding: 0 39px;
        width: 100%;
        margin-bottom: 13px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-border-radius: 0;
        border-radius: 0;
        font-size: 14px;
        color: #c3c3c3;
        font-weight: 400;
        background: #fff;
    }

    .inner-page form textarea {
        margin-bottom: 13px;
        border: 1px solid #ddd;
        border-radius: 0;
        padding: 15px 39px;
        font-size: 14px;
        color: #c3c3c3;
        font-weight: 400;
        width: 100%;
        resize: none;
        background: #fff;
        height: 130px;
    }

    .inner-page form [type="submit"] {
        width: 185px;
        margin: 0 auto;
        display: table;
        background: #61ba48;
        font-size: 20px;
        font-weight: 500;
        color: #fff;
        border: none;
        text-transform: uppercase;
        cursor: pointer;
    }

    .inner-page form [type="submit"]:hover {
        background: #000;
    }

    .inner-page form .text-phone {
        padding-left: 6px;
        width: 50%;
        float: left;
    }

    .inner-page form .text-name::before, .contact-mrp-form form .text-name::before {
        background-image: url("../images/user.png");
        position: absolute;
        left: 24px;
        top: 19px;
        width: 12px;
        height: 15px;
        content: "";
        z-index: 99;
        background-repeat: no-repeat;
    }

    .inner-page form .text-phone::before, .contact-mrp-form form .text-phone::before {
        background-image: url("../images/frm-phn.png");
        position: absolute;
        left: 30px;
        top: 19px;
        width: 12px;
        height: 15px;
        content: "";
        z-index: 99;
        background-repeat: no-repeat;
    }

    .inner-page form .email::before, .contact-mrp-form form .email::before {
        background-image: url("../images/frm-env.png");
        position: absolute;
        left: 21px;
        top: 19px;
        width: 12px;
        height: 15px;
        content: "";
        z-index: 99;
        background-repeat: no-repeat;
    }

    .inner-page form .textarea::before, .contact-mrp-form form .textarea::before {
        background-image: url("../images/chat.png");
        position: absolute;
        left: 20px;
        top: 24px;
        width: 14px;
        height: 15px;
        content: "";
        z-index: 99;
        background-repeat: no-repeat;
        background-size: 15px;
    }

    div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
        border: 2px solid red;
        color: red;
    }

    span.wpcf7-not-valid-tip {
        font-size: 12px;
        margin-top: -13px;
    }

    .page {
        padding-bottom: 75px;
    }

    .page.home {
        padding-bottom: 0px;
    }

    .page .copy-right-section {
        position: absolute;
        bottom: 0px;
    }

    .page.home .copy-right-section {
        position: relative;
        bottom: auto;
    }

    .blog .inner-page h2, .category .inner-page h2 {
        padding-bottom: 15px;
    }

    .blog .inner-page h2::before, .category .inner-page h2::before {
        position: absolute;
        right: auto;
        float: left;
    }

    .blog .inner-page .blog-listing .col-md-4, .category .inner-page .blog-listing .col-md-4 {
        position: relative;
    }

    .blog .inner-page .blog-listing .col-md-4::before, .category .inner-page .blog-listing .col-md-4::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background: none;
        z-index: 1;
        left: -20px;
        top: -20px;
        border: 7px solid rgba(0, 0, 0, 0.2);
    }

    .banner-content p {
        line-height: 1;
    }

    .entry-title a:active, .entry-title a:hover, .logo-header ul.navbar-nav.mr-auto li a:hover, .copy-right-rgt ul li a:hover {
        color: #61ba48;
        text-decoration: none;
    }

    .banner-content a:hover {
        background: #61ba48;
        text-decoration: none;
    }

    .banner-content p {
        font-size: 16px;
        color: #5c5c5c;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 1px;
        margin-bottom: 20px;
        float: left;
        width: 100%;
    }

    .services-btn a:hover, .about-section-cnt-btn a:hover, .about-section-cnt a:hover, .facility-section-cntn a:hover {
        background: #000;
        text-decoration: none;
    }

    .single-image img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        object-position: top;
    }

    .contact-block {
        background: #eeee;
        padding: 20px;
        margin-top: 20px;
        border: 1px solid rgba(0, 0, 0, 0.2);
    }

    .contact-block p {
        font-size: 19px;
        line-height: 32px;
        font-weight: 500;
    }

    .contact-block p a {
        color: #000;
        text-decoration: none;
    }

    .contact-block p a:hover {
        color: #61ba48;
    }

    .entry-meta {
        float: left;
        background: rgba(0, 0, 0, 0.05);
        width: 100%;
        padding: 15px;
        line-height: 1;
    }

    .entry-meta p {
        float: left;
        width: auto;
        margin: 0 auto;
        line-height: 1;
        font-size: 13px;
        margin-right: 15px;
        padding-right: 15px;
        border-right: 1px solid rgba(0, 0, 0, 0.5);
    }

    .entry-meta p a {
        color: #000;
    }

    .entry-meta p a:hover {
        color: #61ba48;
    }

    .entry-meta p:last-child {
        border-right: 0 none;
    }

    .blog .row>h2.entry-title, .category .row>h2.entry-title {
        display: table;
        margin: 0 auto 45px;
    }

    .blog .row>h2.entry-title::before, .category .row>h2.entry-title::before {
        left: 0px;
        right: 0px;
        float: none;
    }

    .blog-listing .entry-meta {
        padding: 10px;
        margin-top: 23px;
    }

    .blog-listing .entry-content p a {
        color: #61ba48;
        padding-left: 10px;
        text-decoration: underline;
    }

    .inner-page ul {
        padding-top: 10px;
        margin-bottom: 20px;
    }

    .inner-page ul li span {
        margin-right: 8px;
    }

    .inner-page ul li span, .inner-page ul li a {
        color: #61ba48;
    }

    .inner-page h3 {
        font-weight: bold
    }

    .contact_page--col4 {
        /*background: rgba(0, 0, 0, 0.05);
        padding: 25px 35px;
        border-top: 7px solid #61ba48;
        height: 100%;*/
    }

    .contact_page--col4 .contacttext {
        margin-bottom: 10px;
    }

    .contact_page--col4 .contacttext p {
        font-weight: bold;
    }

    .contact_page--col4 .contacttext+p {
        margin-bottom: 10px;
    }

    .contact_page--col4 p a {
        color: #61ba48;
    }

    .service-box {
        background-color: #61ba48;
        margin: 40px auto;
        padding: 20px;
        min-height: 250px;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        border: 1px solid rgba(0, 0, 0, 0.1);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
    }

    .service-box a {
        text-align: center;
        color: #545454;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        /* font-size: 24p; */
    }

    .service-box:hover a {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        text-decoration: none;
    }

    .service-box a i {
        font-size: 35px;
        margin-bottom: 20px;
    }

    .service-box a h4 {
        font-size: 16px;
        text-transform: uppercase;
        color: #fff;
        margin-top: 20px;
    }

    .fix-header .logo-header {
        position: fixed;
        top: 0;
        z-index: 99;
        background: #fff;
        transition: 0.9s;
        -webkit-transition: 0.9s;
    }

    .fix-header .logo-header .logo img {
        width: 100%;
        max-width: 200px;
    }

    header .top-strip .right {
        margin-top: 8px;
    }

    .row.inner-content-contact {
        padding-top: 25px;
        background: rgba(0, 0, 0, 0.01);
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

    .row.inner-content-contact .contact_page--col4 {
        /* background: rgba(0, 0, 0, 0.05); */
        /* padding: 25px 35px; */
        /* border-top: 7px solid #61ba48; */
        /* height: 100%; */
        padding: 0px 10px;
        border-right: 1px solid rgba(0, 0, 0, 0.02);
        height: calc(100% - 20px);
        padding-right: 20px;
    }

    .row.inner-content-contact .contact_page--col4 p a {
        color: #000;
    }

    .row.inner-content-contact .contact_page--col4 p i {
        float: left;
        width: 25px;
        margin-top: 7px;
        color: #61ba48;
    }

    .row.inner-content-contact .contact_page--col4 p span {
        width: calc(100% - 35px);
        float: left;
    }

    .mrp-team-list {
        margin: 40px 0px;
        border-top: 1px solid rgba(0, 0, 0, 0.3);
        padding-top: 25px;
    }

    .inner-page ul {
        padding-top: 10px;
        margin-bottom: 20px;
    }

    .mrp-team-list ul li {
        float: left;
        width: 100%;
        border: 1px solid #eee;
        padding: 12px 10px;
        line-height: 18px;
        border-top: 0px;
    }

    .mrp-team-list ul li:nth-child(2n+1) {
        background: rgba(0, 0, 0, 0.010);
    }

    .mrp-team-list ul li:first-child {
        border-top: 1px solid #eee;
    }

    .resorces-list h3 {
        width: 100%;
    }

    .resorces-list p {
        margin-bottom: 20px;
    }

    .resorces-list p a {
        color: #61ba48;
    }

    .resorces-list h4 {
        width: 100%;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .fix-header .logo-header {
        z-index: 999;
    }

    .widget_code {
        font-size: 15px;
        line-height: 29px;
        font-weight: 300;
    }

    .service-sidebar ul li {
        float: left;
        width: 100%;
        margin-bottom: 12px;
    }

    .service-sidebar ul {
        padding-top: 0;
    }

    .service-sidebar ul li a {
        float: left;
        width: auto;
        font-size: 17px;
        line-height: 26px;
    }

    .service-sidebar ul li span.post-date {
        float: left;
        color: #000;
        width: 100%;
        font-size: 12px;
        line-height: 17px;
    }

    .copy-right-rgt ul li a {
        color: #5e5e5e !important;
    }

    body.error404 section.inner-page .error404.not-found {
        width: 100%;
        float: left;
        text-align: center;
        padding: 0 15px;
    }

    body.error404 section.inner-page, body.search.search-no-results section.inner-page {
        min-height: 500px;
        display: flex;
        height: 80vh;
        align-items: center;
    }

    body.error404 section.inner-page .error404.not-found p {
        font-size: 20px;
    }

    body.error404 section.inner-page .error404.not-found form#searchform, body.search.search-no-results section.inner-page form#searchform {
        width: 500px;
        margin-top: 40px;
    }

    body.error404 .copy-right-section.bloack-element, body.search.search-no-results .copy-right-section.bloack-element {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }

    body.search.search-no-results .no-results.not-found {
        float: left;
        width: 100%;
        text-align: center;
        padding: 0 15px;
    }

    body.search.search-no-results .no-results.not-found p {
        font-size: 20px;
    }

    body.archive.date section.inner-page .row>h2.entry-title {
        float: left;
        width: 100%;
        text-align: center;
    }

    .copy-right-lft p {
        margin-bottom: 0;
    }

    div.wpcf7-validation-errors {
        font-size: 12px;
        font-weight: normal;
        padding: 8px 10px;
    }

    .contact-mrp-form span.wpcf7-not-valid-tip {
        margin-left: 0;
    }

    textarea {
        -webkit-appearance: none;
    }

    .contact-mrp-form form span.ajax-loader {
        position: absolute;
        bottom: 15px;
    }

    .contact-mrp-form form, .page-template-contact form {
        position: relative;
    }

    .page-template-contact form span.ajax-loader {
        position: absolute;
        top: auto;
        bottom: 30px;
    }

    /*---19-09-2019---*/
    .inner-page li {
        font-size: 16px;
        line-height: 35px;
    }

    .inner-page p, p {
        font-size: 16px;
        line-height: 32px;
    }

    .page-template-contact .contact_page--col4 p {
        padding-left: 23px;
        position: relative;
        float: left;
        width: 100%;
        margin-bottom: 6px;
    }

    .page-template-contact .contact_page--col4 .contacttext p {
        padding-left: 0;
        margin-bottom: 13px;
    }

    .widget_code {
        font-size: 16px;
        line-height: 32px;
    }

    .inner-page .entry-meta p {
        font-size: 13px;
        line-height: 1;
    }

    .page-template-contact .contact_page--col4 p i {
        position: absolute;
        left: 0;
        top: 1px;
    }

    section.inner-page.global-page .entry-content h2::before {
        display: none;
    }

    section.inner-page.global-page .entry-content h2 {
        text-align: left;
        padding: 0;
        margin-bottom: 0;
    }

    section.inner-page.global-page h2.entry-title {
        padding-bottom: 10px;
        margin-bottom: 70px;
    }

    section.inner-page.global-page h4 {
        font-weight: 500;
        font-size: 20px;
    }

    section.inner-page.global-page h5 {
        font-size: 18px;
        color: #000;
        font-weight: 400;
        line-height: 30px;
    }

    section.inner-page.global-page h6 {
        font-size: 17px;
        font-weight: 400;
        color: #000;
        line-height: 17px;
    }

    section.inner-page.global-page p.same_tag {
        color: #000;
        font-weight: bold;
        font-size: 18px;
    }

    .about-section-cnt ul li {
        font-size: 16px;
    }

    section.inner-page.global-page form select {
        width: 100%;
        height: 50px;
        padding: 0 20px;
        border: 1px solid #ddd;
    }

    .resource-center-section .resource-center-cnt p a {
        color: #61ba48;
    }

    .default_list .default_list_1 ul {
        padding-top: 0;
    }

    .default_list .default_list_1 {
        float: left;
        width: 25%;
    }

    .default_list .default_list_2 {
        float: left;
        width: auto;
    }

    section.inner-page.global-page .default_list p.same_tag {
        margin-bottom: 0;
    }

    .default_list {
        float: left;
        width: 100%;
        padding: 40px 0;
    }

    section.inner-page.global-page p.same_tag.right-aligned-tag {
        text-align: right;
    }

    section.inner-page.global-page p.same_tag.center_aligned {
        text-align: center;
        margin-top: 60px;
    }

    section.inner-page.global-page form {
        margin: 0;
        width: 100%;
    }

    table th, table td {
        padding: 15px;
        font-size: 16px;
        text-transform: capitalize;
    }

    table th {
        background: #61ba48;
        font-weight: bold;
        color: #FFF;
    }

    table {
        width: 100%;
        border: 1px solid #eee;
    }

    .default_list .default_list_2 ol {
        list-style: decimal;
        padding-left: 15px;
    }

    .default_list .default_list_1 ul {
        list-style: disc;
        padding-left: 15px;
    }

    .service-box {
        height: 250px;
    }

    .page-template-contact .contacttext {
        margin-top: -18px;
    }

    .contact-mrp-form textarea {
        border-radius: 20px;
        color: #000;
    }

    .contact-mrp-form input {
        border-radius: 50px;
        color: #000;
    }

    .inner-page form input {
        color: #000;
    }

    .blog section.inner-page {
        min-height: 743px;
    }

    .page-template-template-single-service section.inner-page {
        margin-bottom: 150px;
    }



    /* popup css start*/


    .main-popup .modal-body {
        display: flex;
        padding: 0;
    }

    .main-popup .modal-dialog {
        max-width: 1450px;
        padding-inline: 15px;
        width: 90%;
    }

    .main-popup .modal-body .scrap-left {
        width: 100%;
    }

    .main-popup .modal-body .scrap-right {
        width: 54%;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
    }

    .main-popup .modal-body .scrap-right .scrap-left-inner {
        height: 100%;
    }

    .main-popup .modal-body .scrap-right img {
        width: 100%;
        display: block;
        height: 100%;
        object-fit: cover;
        object-position: left;
    }


    .main-popup .modal-body .scrap-left h3 {
        font-size: 48px;
        font-weight: 600;
        color: #000;
        line-height: 53px;
        letter-spacing: 0;
    }

    .main-popup .modal-body .scrap-left .top-first {
        padding: 19px 30px 38px 42px;
        width: 65%;
    }

    .main-popup .modal-body .top-second ul {
        max-width: 50%;
    }

    .main-popup .top-third .heading-content {
        max-width: 50%;
    }

    .main-popup .modal-body .scrap-left .escrap_timing div#countdown {
        display: flex;
        gap: 20px;
        max-width: 800px;
        width: 100%;
    }

    .main-popup .modal-body .scrap-left .escrap_timing .time-box {
        flex: 1;
    }

    .main-popup .modal-body .scrap-left .escrap_timing .time-box .number {
        display: flex;
        gap: 2px;
    }

    .main-popup .modal-body .scrap-left .escrap_timing .time-box .number>span {
        background: #61BA48;
        flex: 1;
        display: inline-block;
        font-size: 62px;
        color: #fff;
        height: 92px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: var(--oswald-font);
    }

    .main-popup .modal-body .scrap-left .escrap_timing .time-box span.label {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 38px;
        background-color: #000 !important;
        font-size: 20px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 3px;
        border-top: 2px solid #fff;
        padding-inline: 10px;
    }

    .main-popup .modal-body .scrap-left .escrap_timing .time-box .number>span:first-child {
        clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%, 0 15%);
    }

    .main-popup .modal-body .scrap-left .top-first .main-heading {
        margin-bottom: 20px;
    }

    .main-popup .modal-body .top-second {
        background-color: #000;
        padding: 30px 30px 30px 42px;
    }

    .main-popup .modal-body .top-second li {
        color: #fff;
        font-size: 27px;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 19px;
        line-height: 40px;
    }

    .main-popup .modal-body .top-second li i {
        width: 55px;
        height: 55px;
        border: 1px solid #61BA48;
        display: flex;
        justify-content: center;
        align-items: center;
        flex: 0 0 55px;
        padding: 12px;
    }

    .main-popup .modal-body .top-second li:not(:last-child) {
        margin-bottom: 30px;
    }

    .main-popup .top-third {
        background-color: #61BA48;
        padding: 22px 30px 22px 42px;
    }


    .main-popup .top-third .heading-content p {
        font-size: 23px;
        color: #fff;
        font-weight: 600;
        line-height: 35px;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    .main-popup .top-third p {
        margin-bottom: 0;
        display: flex;
    }

    .main-popup .top-third .coupon-code p a {
        border: 2px dotted #fff;
        max-width: 220px;
        width: 100%;
        min-height: 51px;
        background-color: #ffffff17;
        font-size: 23px;
        font-weight: 500;
        padding: 6px 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #fff;
        text-decoration: none;
        gap: 10px;
        flex: 0 0 220px;
        justify-content: space-between;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

    .main-popup .top-third .coupon-code p a:hover {
        background-color: #ffffff29;
    }


    .main-popup .top-third .coupon-code {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .main-popup .top-third .coupon-code span.coupon_message {
        color: #fff;
        display: block;
    }

    .main-popup {
        background-color: #000000b8;
    }

    .main-popup .top-forth {
        background-color: rgb(255, 255, 255);
        padding: 17px 30px 12px 42px;
        max-width: 50%;
    }

    .main-popup .top-forth h4 {
        font-size: 27px;
        font-weight: 600;
        color: #61BA48;
        text-transform: uppercase;
    }

    .main-popup .modal-header {
        padding: 0;
        border: unset;
        position: absolute;
        top: 10px;
        right: 15px;
        background-color: #fff;
        z-index: 10;
    }

    .main-popup .modal-header button {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        width: 50px;
        height: 50px;
        background: #EDEDED;
        margin: 0;
        opacity: 1;
        outline: none;
        border: unset;
    }

    .main-popup .modal-header button:hover {
        background-color: #fff;
    }

    .main-popup .modal-header button span {
        color: #000 !important;
        opacity: 1;
        font-size: 40px;
        font-weight: 400;
        line-height: 1;
    }

    .main-popup .modal-content {
        border-radius: 0;
    }

    html:has(.modal-open), html body.modal-open {
        overflow: hidden !important;
    }

    .main-popup .top-third .coupon-code p {
        max-width: 220px;
        width: 100%;
    }


    @media (max-width:1539px) {
        .main-popup .top-third .heading-content p {
            font-size: 20px;
            line-height: 30px;
        }

        .main-popup .modal-body .scrap-left h3 {
            font-size: 45px;
        }

        .main-popup .modal-body .top-second li {
            font-size: 24px;
            line-height: 34px;
        }

        .main-popup .top-forth h4 {
            font-size: 25px;
        }
    }


    @media (max-width:1439px) {
        .main-popup .modal-body .scrap-left h3 {
            font-size: 43px;
            line-height: 53px;
        }

        .main-popup .modal-body .top-second li {
            font-size: 24px;
            gap: 15px;
            line-height: 34px;
        }

        .main-popup .modal-body .scrap-right {
            width: 58%;
        }

        .main-popup .top-forth h4 {
            font-size: 24px;
        }

        .main-popup .top-third .heading-content p {
            font-size: 19px;
            line-height: 30px;
        }

        .main-popup .modal-body .scrap-left .top-first {
            width: 64%;
        }

        .main-popup .modal-body .scrap-left .escrap_timing div#countdown {
            gap: 14px;
        }

        .main-popup .modal-body .scrap-left .escrap_timing div#countdown {
            gap: 14px;
            max-width: 640px;
        }

        .main-popup .modal-body .scrap-left .escrap_timing .time-box .number>span {
            font-size: 60px;
            height: 80px;
        }

        .main-popup .modal-body .scrap-left .escrap_timing .time-box span.label {
            font-size: 18px;
        }

        .main-popup .top-third .heading-content {
            max-width: 49%;
        }
    }

    @media (max-width:1365px) {
        .main-popup .modal-body .scrap-left h3 {
            font-size: 37px;
            line-height: 47px;
        }

        .main-popup .modal-body .top-second li {
            font-size: 20px;
            line-height: 30px;
        }

        .main-popup .top-third .heading-content p {
            font-size: 16px;
            line-height: 26px;
        }

        .main-popup .top-third .coupon-code p a {

            font-size: 19px;
        }

        .main-popup .top-forth h4 {
            font-size: 20px;
        }

        .main-popup .modal-body .scrap-left .escrap_timing .time-box .number>span {

            font-size: 50px;
        }
    }

    @media (max-width:1199px) {
        .main-popup .modal-body .scrap-left h3 {
            font-size: 34px;
            line-height: 1.2;
        }

        .main-popup .modal-body .top-second li {
            font-size: 18px;
            line-height: 28px;
        }

        .main-popup .top-third .heading-content p {
            font-size: 15px;
            line-height: 25px;
        }

        .main-popup .modal-body .scrap-left .top-first {
            padding: 20px 15px 20px 15px;
        }

        .main-popup .top-forth {
            padding: 17px 15px 12px 15px;
        }

        .main-popup .modal-body .top-second {
            padding: 20px 20px 15px 15px;
        }

        .main-popup .top-third {
            background-color: rgb(97, 186, 72);
            padding: 20px 15px 20px 15px;
        }

        .main-popup .modal-body .scrap-left .escrap_timing .time-box span.label {
            font-size: 16px;
        }

        .main-popup .modal-body .top-second li:not(:last-child) {
            margin-bottom: 12px;
        }

        .main-popup .top-third .coupon-code p a {
            max-width: 190px;
            min-height: 40px;
            font-size: 18px;
            flex: 0 0 190px;
        }

        .main-popup .modal-body .scrap-left .escrap_timing .time-box .number span {
            font-size: 40px;
            height: auto;
            padding: 13px 10px;
        }

        .main-popup .modal-body .scrap-left .escrap_timing div#countdown {
            gap: 10px;
            max-width: 550px;
        }

        .main-popup .top-third .coupon-code p {
            max-width: 190px;
        }

        .main-popup .modal-dialog {
            width: 96%;
        }

        .main-popup .modal-body .scrap-right {
            width: 56%;
        }
    }

    @media (max-width:991px) {
        .main-popup .modal-body .scrap-right {
            display: none;
        }

        .main-popup .modal-body .scrap-left .top-first {
            width: 100%;
        }

        .main-popup .modal-body .scrap-left .escrap_timing div#countdown {
            gap: 10px;
            max-width: 100%;
        }

        .main-popup .modal-body .top-second ul {
            max-width: 100%;
        }

        .main-popup .top-third .heading-content {
            max-width: 100%;
        }

        .main-popup .top-forth {
            max-width: 100%;
        }

        .main-popup .modal-body .scrap-left h3 {
            padding-right: 65px;
        }

        .main-popup .top-forth h4 {
            font-size: 20px;
        }

        .main-popup .modal-dialog {
            width: 92%;
        }

    }

    @media (max-width:767px) {
        .main-popup .modal-body .scrap-left h3 {
            font-size: 28px;
        }

        .main-popup .modal-body .top-second li i img {
            width: 18px;
        }

        .main-popup .modal-body .top-second li i {
            width: 35px;
            height: 35px;
            flex: 0 0 35px;
            padding: 10px;
        }
    }

    @media (max-width:575px) {
        .main-popup .modal-dialog {
            width: 95%;
            margin-inline: auto;
        }
    }

    @media (max-width:567px) {
        .main-popup .modal-body .scrap-left .escrap_timing .time-box span.label {
            font-size: 14px;
        }



        .main-popup .modal-body .scrap-left .escrap_timing div#countdown {
            flex-wrap: wrap;
            max-width: 300px;
            margin-inline: auto;
        }

        .main-popup .modal-body .scrap-left .escrap_timing .time-box {
            width: calc(100% / 2 - 5px);
        }

        .main-popup .modal-header button {
            width: 35px;
            height: 35px;
            border-radius: 50px;
        }

        .main-popup .modal-header {
            top: -15px;
            right: -10px;
            border-radius: 50px;
        }

        .main-popup .modal-body .scrap-left h3 {
            padding-right: 0;
        }

        .main-popup .modal-body .top-second {
            padding: 20px 10px 15px 10px;
        }

        .main-popup .modal-body .top-second li {
            font-size: 14px;
            line-height: 24px;
        }

        .main-popup .modal-body .scrap-left h3 {
            font-size: 21px;
        }

        .main-popup .top-third .heading-content p {
            font-size: 14px;
            line-height: 23px;
        }

        .main-popup .top-forth h4 {
            font-size: 16px;
        }

        .main-popup .modal-header button span {
            font-size: 35px;
        }

        .main-popup .top-third .coupon-code p a {
            max-width: 150px;
            font-size: 16px;
            flex: 0 0 150px;
        }

        .main-popup .top-third .coupon-code p {
            max-width: 150px;
        }

        .main-popup .top-third .coupon-code span.coupon_message {
            font-size: 14px;
        }
    }

    /* popup ends */


    /*---19-09-2019---END*/
    .home .wpcf7-response-output {
        color: white;
    }

    .inner-page form span.wpcf7-spinner {
        width: 24px;
        margin: 10px auto 0;
        display: table;
        float: none;
        position: absolute;
        bottom: 16px;
        left: 67%;
        transform: translateY(-50%);
    }

    header span.dashicons.dashicons-linkedin.hide-menu-image-icons {
        width: 35px;
        height: 35px;
        background: #0077b5;
        display: -webkit-box;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        color: #fff;
    }

    .navbar-nav {
        align-items: center;
    }

    .contact-mrp-form span.wpcf7-spinner {
        width: 24px;
    }

    .copy-right-section span.dashicons.dashicons-linkedin {
        width: 35px;
        height: 35px;
        background: #0077b5;
        display: -webkit-box;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        color: #fff;
    }

    .copy-right-rgt ul {
        display: -webkit-box;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .wpcf7-not-valid-tip:not(:nth-child(1)):not(:nth-child(2)) {
        display: none;
    }

    @media (max-width:767px) {
        .copy-right-rgt ul li {
            width: 100%;
            padding: 0 !important;
            margin: 10px 0 !important;
            border: hidden;
        }

        .copy-right-section span.dashicons.dashicons-linkedin {
            margin: 0 auto;
        }
    }




    /* 22/08/2023 */

    .resource-logos {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .resource-logos img {
        width: 100%;
        margin: 0 !important;
        max-width: 150px;
        height: 90px;
        object-fit: contain;
        margin-left: 0 !important;
        margin-right: auto !important;
    }

    .resource-logos a {
        width: 100%;
        max-width: 150px;
        text-align: left;
    }

    .resource-center-cnt ul li {
        margin-right: 7px;
        width: calc(25% - 7px);
    }

    .resource-center-cnt ul li span {
        display: block;
    }

    .resource-center-cnt ul li img {
        width: 100%;
        max-width: 120px;
        margin: 0 auto;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        height: 60px;
        object-fit: contain;
    }

    .resource-center-cnt ul li:last-child {
        margin-right: 0;
    }


    @media(max-width:991px) {
        .resource-logos img {
            max-width: 110px;
            height: 60px;
        }

        .resource-center-cnt ul li {
            width: calc(50% - 7px);
        }
    }

    @media(max-width:767px) {
        .resource-logos img {
            height: 70px;
        }
    }

    @media(max-width:500px) {
        .resource-logos img {
            max-width: 87px;
            height: 40px;
            margin: 0 !important;
        }
    }


    /* 28-08-23 style on client chnages */

    .resource-cstm-sec .resource-cstm-imgg {
        max-width: 130px;
        margin: 0 auto !important;
        width: 100%;
        height: 90px;
    }

    .resource-cstm-sec .resource-cstm-imgg img {
        max-width: 100%;
        height: 85px;
    }


    .custom-logos-homepage {
        display: flex;
        margin: 33px 0 0;
        flex-wrap: wrap;
    }

    .custom-logos-homepage ul {
        margin: 0;
        width: 100%;
        max-width: 100%;
    }

    .custom-logos-homepage .certification_image {
        width: 100%;
        max-width: calc(25% - 7px);
        border: 1px solid #ddd;
        height: 100%;
        padding: 19.5px 5px;
    }

    /* .custom-logos-homepage ul li {
    width: calc(33.3% - 7px) !important;
    } */
    .custom-logos-homepage .certification_image img {
        width: 100%;
    }

    .custom-logos-homepage img {
        height: 66px;
        object-fit: contain;
    }


    @media(max-width:991px) {
        .resource-cstm-sec .resource-cstm-imgg {
            height: 70px;
        }

        .resource-cstm-sec .resource-cstm-imgg img {
            height: 70px;
        }

        .custom-logos-homepage img {
            width: 100% !important;
        }
    }

    @media(max-width:499px) {
        .custom-logos-homepage ul li {
            width: calc(100% - 0px) !important;
        }

        .custom-logos-homepage .certification_image {
            max-width: calc(100% - 0px);
        }

        .custom-logos-homepage ul {
            width: 100%;
            max-width: 100%;
        }

        .resource-logos {
            flex-wrap: wrap;
        }

        .resource-cstm-sec .resource-cstm-imgg {
            max-width: 50%;
            margin: 0 auto 20px !important;
        }

        .certification_image.resource-cstm-imgg img {
            height: 65px;
        }

        .resource-cstm-sec .resource-cstm-imgg {
            height: 55px;
        }

        .resource-cstm-sec .resource-cstm-imgg img {
            height: 60px;
        }
    }

    /* 28-08-23 style on client chnages end */

    /* Css for Powered by SSG */
    .copy-right-lft p.bottom_line a {
        color: #000 !important;
        text-decoration: none;
        opacity: 0.8;
        font-weight: 600;
    }

    .copy-right-lft p.bottom_line {
        font-weight: 300;
    }

    .logos-section-certi p:empty {
        display: none;
    }

    .logos-section-certi {
        display: flex;
        flex-wrap: wrap;
    }

    .logos-section-certi p {
        display: flex;
        width: 100%;
    }

    .logos-section-certi p {
        width: 40% !important;
    }

    .pre-header {
        background: #61ba48;
        padding: 8px 15px;
    }

    .pre-header p {
        margin: 0;
        text-align: center;
        color: #fff;
        font-weight: 500;
        line-height: normal;
    }

    .our-services-section .row {
        justify-content: center;
    }

    .contact-form-data .row-field .form-field {
        width: 50%;
    }

    .contact-form-data .row-field {
        display: flex;
        gap: 20px;
        align-items: flex-end;
    }

    .contact-form-data label {
        width: 100%;
        float: left;
        color: #fff;
        line-height: 20px;
        margin: 0 0 6px 0;
    }

    .contact-form-data input {
        width: 100%;
    }

    .row.inner-content-contact label {
        width: 100%;
        font-weight: 600;
    }

    .row.inner-content-contact br {
        display: none;
    }

    .page-template-contact .copy-right-section.bloack-element {
        position: static;
    }

    .row.inner-content-contact select {
        height: 50px;
        border: 1px solid #ddd;
        padding: 0 39px;
        width: 100%;
        margin-bottom: 13px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-border-radius: 0;
        border-radius: 0;
        font-size: 14px;
        font-weight: 400;
        background: #fff;
        color: #6c757d;
    }

    .contact-mrp-form .form-btn-sb span.wpcf7-spinner {
        width: 24px;
    }

    .contact-mrp-form .contact-form-data span {
        width: 100%;
        margin: 0;
    }

    .contact-form-data select {
        height: 50px;
        border-radius: 0;
        border: 1px solid #ddd;
        padding: 0 42px;
        width: 100%;
        margin-bottom: 13px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-border-radius: 0;
        font-size: 14px;
        color: #c3c3c3;
        font-weight: 400;
        border-radius: 50px;
    }

    .contact-form-data br {
        display: none;
    }

    .contact-mrp-form input.wpcf7-form-control.wpcf7-captchar {
        margin: 6px 0 0 0;
    }
.contactFormSection .form-field label {
    color: #000;
}
.contactFormSection .form-field input, .contactFormSection .full-field input, .contactFormSection .form-btn-sb input {
    border-radius: 50px;
}
.contactFormSection .form-field textarea {
    border-radius: 30px;
}
.contact-mrp-form .full-field input.wpcf7-form-control.wpcf7-captchar {
    margin-bottom: 20px;
}

.home .contact-mrp-form .contact-form-data span.wpcf7-not-valid-tip {
    margin-top: -13px;
}
.home .contact-mrp-form .full-field input.wpcf7-form-control.wpcf7-captchar {
    margin-bottom: 13px;
}
.contactFormSection .wpcf7-not-valid-tip {
    color: #cf0707;
}

.contact-mrp-form .full-field label {color: #fff;}
.contact-mrp-form .full-field label img {position: relative;top: 5px;}
    .full-field input.wpcf7-form-control.wpcf7-file, .page-template-contact form input.wpcf7-form-control.wpcf7-file {
        padding: 8px 20px;
        background-color: #fff;
        transition: border-color .25s ease-in-out;

        &::file-selector-button {
            border-width: 0;
            border-radius: 2em;
            padding: 0 10px;
            background-color: #8BC34A;
            color: #fff;
            transition: all .25s ease-in-out;
            cursor: pointer;
            margin-right: 1em;
        }