@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap');

body {
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #0c0c0c;
    font-style: normal;
}
 
p,
li,
a,
button,
span,
h5,
h6 {
    font-family: 'Jost', sans-serif;
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}
 

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    a:focus,
    .btn:focus,
    .button:focus {
        text-decoration: none;
        outline: none;
        box-shadow: none;
    } 

    button:focus,
    input:focus,
    input:focus,
    textarea,
    textarea:focus {
        outline: 0;
    }

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h4,
h5,
h6 {
    font-family: 'Jost', sans-serif;
    color: #2c2c2c;
    margin-top: 0px;
    font-style: normal;
    
}

h1,
h2,
h3 {
    font-family: 'Jost', sans-serif;
    margin-top: 0px;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: inherit;
    }

h1 {
    font-size: 40px;
    font-weight: 700;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

p {
    font-size: 16px;
     
    line-height: 26px;
    color: #2c2c2c;
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
 
*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #161616;
    font-size: 17px;
    opacity: 1;
}

*::placeholder {
    color: #161616;
    font-size: 17px;
    opacity: 1;
}
/*--------------------------------------------------------------
 * Preloader CSS MS
 *--------------------------------------------------------------
 */

.wp-smart-loader {
    text-indent: -12345px;
}

/*--------------------------------------------------------------
 * Preloader One
 *--------------------------------------------------------------
 */

.smart-loader-one {
    width: 50px;
    height: 50px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    -moz-animation: spinner 700ms infinite linear;
    -ms-animation: spinner 700ms infinite linear;
    -o-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
 * Preloader Two
 *--------------------------------------------------------------
 */

.smart-loader-two {
    position: relative;
    width: 80px;
    height: 80px;
    -webkit-animation: spinner 5s infinite linear;
    animation: spinner 5s infinite linear;
}

    .smart-loader-two span {
        width: 40px;
        height: 40px;
        position: absolute;
        background: red;
        display: block;
        -webkit-animation: spinner-two 1s infinite linear;
        animation: spinner-two 1s infinite linear;
    }

        .smart-loader-two span:nth-child(1) {
            background: #2ecc71;
        }

        .smart-loader-two span:nth-child(2) {
            left: 44px;
            background: #9b59b6;
            -webkit-animation-delay: .2s;
            animation-delay: .2s;
        }

        .smart-loader-two span:nth-child(3) {
            top: 44px;
            background: #3498db;
            -webkit-animation-delay: .4s;
            animation-delay: .4s;
        }

        .smart-loader-two span:nth-child(4) {
            top: 44px;
            left: 44px;
            background: #f1c40f;
            -webkit-animation-delay: .6s;
            animation-delay: .6s;
        }

@-webkit-keyframes spinner-two {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes spinner-two {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}

/*--------------------------------------------------------------
 * Preloader Three
 *--------------------------------------------------------------
 */

.smart-loader-three {
    position: relative;
}

    .smart-loader-three span {
        display: block;
        bottom: 0px;
        width: 9px;
        height: 5px;
        background: #9b59b6;
        position: absolute;
        -webkit-animation: spinner-three 1.5s infinite ease-in-out;
        animation: spinner-three 1.5s infinite ease-in-out;
    }

        .smart-loader-three span:nth-child(2) {
            left: 11px;
            -webkit-animation-delay: .2s;
            animation-delay: .2s;
        }

        .smart-loader-three span:nth-child(3) {
            left: 22px;
            -webkit-animation-delay: .4s;
            animation-delay: .4s;
        }

        .smart-loader-three span:nth-child(4) {
            left: 33px;
            -webkit-animation-delay: .6s;
            animation-delay: .6s;
        }

        .smart-loader-three span:nth-child(5) {
            left: 44px;
            -webkit-animation-delay: .8s;
            animation-delay: .8s;
        }

@-webkit-keyframes spinner-three {
    0% {
        height: 5px;
        transform: translateY(0px);
        background: #9b59b6;
    }

    25% {
        height: 30px;
        transform: translateY(15px);
        background: #3498db;
    }

    50% {
        height: 5px;
        transform: translateY(0px);
        background: #9b59b6;
    }

    100% {
        height: 5px;
        transform: translateY(0px);
        background: #9b59b6;
    }
}

@keyframes spinner-three {
    0% {
        height: 5px;
        transform: translateY(0px);
        background: #9b59b6;
    }

    25% {
        height: 30px;
        transform: translateY(15px);
        background: #3498db;
    }

    50% {
        height: 5px;
        transform: translateY(0px);
        background: #9b59b6;
    }

    100% {
        height: 5px;
        transform: translateY(0px);
        background: #9b59b6;
    }
}

/*--------------------------------------------------------------
 * Preloader Four
 *--------------------------------------------------------------
 */

.smart-loader-four {
    width: 80px;
    height: 80px;
}

    .smart-loader-four .spinner-cube {
        width: 33%;
        height: 33%;
        background-color: #9b59b6;
        float: left;
        -webkit-animation: spinner-four 1.3s infinite ease-in-out;
        animation: spinner-four 1.3s infinite ease-in-out;
    }

    .smart-loader-four .spinner-cube1 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .smart-loader-four .spinner-cube2 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .smart-loader-four .spinner-cube3 {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .smart-loader-four .spinner-cube4 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .smart-loader-four .spinner-cube5 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .smart-loader-four .spinner-cube6 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .smart-loader-four .spinner-cube7 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .smart-loader-four .spinner-cube8 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .smart-loader-four .spinner-cube9 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

@-webkit-keyframes spinner-four {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes spinner-four {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

/*--------------------------------------------------------------
 * Preloader Five
 *--------------------------------------------------------------
 */

.smart-loader-five {
    width: 80px;
    height: 80px;
    position: relative;
}

    .smart-loader-five .spinner-cube {
        border: 2px solid transparent;
        float: left;
        width: 50%;
        height: 50%;
        position: relative;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

        .smart-loader-five .spinner-cube:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #9b59b6;
            -webkit-animation: spinner-five 2.4s infinite linear both;
            animation: spinner-five 2.4s infinite linear both;
            -webkit-transform-origin: 100% 100%;
            -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
        }

    .smart-loader-five .spinner-cube-2 {
        -webkit-transform: scale(1.1) rotateZ(90deg);
        transform: scale(1.1) rotateZ(90deg);
    }

    .smart-loader-five .spinner-cube-3 {
        -webkit-transform: scale(1.1) rotateZ(180deg);
        transform: scale(1.1) rotateZ(180deg);
    }

    .smart-loader-five .spinner-cube-4 {
        -webkit-transform: scale(1.1) rotateZ(270deg);
        transform: scale(1.1) rotateZ(270deg);
    }

    .smart-loader-five .spinner-cube-2:before {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .smart-loader-five .spinner-cube-3:before {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .smart-loader-five .spinner-cube-4:before {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
    }

@-webkit-keyframes spinner-five {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes spinner-five {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

/*--------------------------------------------------------------
 * Preloader Six
 *--------------------------------------------------------------
 */

.smart-loader-six {
    width: 70px;
    height: 70px;
    position: relative;
}

    .smart-loader-six .spinner-cube-1,
    .smart-loader-six .spinner-cube-2 {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #3498db;
        opacity: 0.6;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: spinner-six 2.0s infinite ease-in-out;
        animation: spinner-six 2.0s infinite ease-in-out;
    }

    .smart-loader-six .spinner-cube-2 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

@-webkit-keyframes spinner-six {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes spinner-six {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.smart-page-loader {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fefefe;
    z-index: 100000;
}

.wp-smart-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    z-index: 100001;
}


.wp-smart-body {
    visibility: hidden;
}
/*--------------------------------------------------------------
 * Preloader Seven
 *--------------------------------------------------------------
 */
 .border-line ul li {
   margin: 0px 2px !important;
}
 .border-line ul li a{position: relative;    padding: 0px 15px;}
 .border-line ul li a:after {
    content: '|';
    color: #71867C;
    position: absolute;
   right: 0;
}


.border-line2 a:first-child{}
.border-line2 a{position: relative;    padding: 0px 15px;}
 .border-line2 a:after {
    content: '|';
    color: #71867C;
    position: absolute;
   right: -6px;
}
.breadcrumbs li {
    float: left;color: #fff;
    padding: 0 13px;
}
.breadcrumbs li a {
    color: #fff;
    font-size: 18px;
}
.breadcrumbs li:first-child {
    padding-left: 0px;
}
.pn-0{padding: 0px !important;}
a, div, button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.buttonleft{}
.buttonleft li{float: left;    margin-right: 15px;
    margin-bottom: 10px;}
.buttonleft li a {
    padding: 10px 20px;
    border: 1px solid #fff;
    color: #ffff;
    float: left;
    font-size: 19px;
}

.buttonleft li a:hover, .buttonleft li a:focus {
    color: #00973a;
    background-color: #ffffff;
}
.subbanners {
    position: relative;
    background-position: top center;
}
.subbanners:before{content: "";
    position: absolute;
    left: 0;
    top: 150px;
    right: 0;
    bottom: 0;
    width: 68%;
    background: rgba(80,87,92,0.6);
    transform: skewX(34deg);
    left: -135px;}

.subbanners:after {
    content: '';
    background: #ffc907;
    transform: skewX(34deg);
    height: 48px;
    width: 32%;
    position: absolute;
    bottom: -48px;
    right: -25px; z-index: 1;
}
.post, .page {
    margin: 0 0 1.5em;
    margin-bottom: 0px !important;
}
p{font-size: 16px;
    line-height: 24px;}
    .card__small {
    counter-reset: heading-counter;
    display: block;
}
.card__small a {
    transition: all .3s ease-in-out;
}
.card__small .card {
    min-height: 350px;
}
.card {
    background: transparent;
    border: 0;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.card {
   
    border-radius: 0;
    
    box-shadow: none;
    
    color: #0a0a0a;
}

.card .image--wrapper__hover span {
    position: absolute;
    top: 2px;
    right: 2px;
    background-color: #ffffff;
    text-transform: uppercase;
    color: #076B3B;
    font-size: 13px;
    /* font-family: "MarkW05-Bold"; */
    padding: 2px 15px;
    z-index: 2;
}
.card .image--wrapper__hover {
    overflow: hidden;
}
    .card__small .card--image {
    height: 205px;
}
.card .card--image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.card .card--info {
    bottom: 0;
    padding: 15px 0;
}
.card>:last-child {
    margin-bottom: 0;
}
.card--info {
    top: 100%;
}
.card .card--type {
    display: block;
    margin: 0;
    color: #076B3B;
    font-size: 15px;
    margin-bottom: 9px;
    text-transform: none;
    
    line-height: 28px;
}
.card__small h3 {
   font-size: 19px;
}
.card h3 {
    color: #50575C;
   font-size: 19px;
    font-weight: 600;
    line-height: 26px;
     
}
.card h3 span{    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;}
.card .card--published-date, .card .field--name-read-time {
    color: #076B3B;
    font-size: 14px;
    
}
.card .card--published-date time {
    font-weight: 400;
    color: #50575C;
}
.features-bg {
    background: #E1E6E5;
     position: relative;     
    overflow: hidden;
    padding: 10% 5% 6%;
}
.features-bg:before {
    content: "";
    position: absolute;
    
    flex: 5;
    background-image: linear-gradient(to right top,#FFC836 0%,#FFC836 50%,transparent 50%);
    top: -300px;
    left: 0;
    width: 100%;
    height: 340%;
}
.button__alt2 {
   background-color: transparent;
    border: 2px solid #71867C;
    color: #50575C;
    font-size: 19px;
    font-weight: 600;
    padding: 10px 40px;
    margin-bottom: 30px;
    margin-top: 20px;
    float: left;
    text-transform: capitalize;
}
.button__alt2:hover{    background-color: #00973a;
    color: #ffffff;
    border: 2px solid #00973a;}
.carousel--content p{ font-weight: 400;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;}
  .over-h{  overflow:hidden !IMPORTANT;}
  .main-carousel .owl-nav {
    display: block !IMPORTANT;
}  
    .main-carousel .owl-nav button {
    margin-right: 20px;
    font-size: 22px !important;
    margin-top: 20px;
    font-weight: 700;
}
.carrer{position: relative;}
.carrer:before {
    content: "";
    position: absolute;
    width: 68%;
    top: 0;
    right: 0;
    bottom: 0;
    background: #e1e6e5;
    transform: skewX(-34deg);
    left: -182px;
}
.carrer:after {
       content: "";
    position: absolute;
    width: 34%;
    height: 83px;
    background: #ffc907;
    top: -83px;
    right: -4%;
    transform: skewX(-34deg);
    
}

.insight__image img {
    width: 80%;
}
.view-mode-list {
    position: relative;
}
.insight--list-content {
    background-color: #E1E6E5;
    padding: 40px;
    width: 60%;
    position: absolute;
    right: 0;
    bottom: -8%;
}
    .node-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
}
.node-title a{
     display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
    .insight--list-content p {
    font-weight: 400;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
    .btn-m a {
    margin-bottom: 0px;
}
.insight--list {
    margin-bottom: 7em;
}
.case-list:last-child .insight--list {
    margin-bottom: 5em;
}
.breadcrumbs li.current {
    width: 140px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.head-banner h1{display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;}

.case-list:nth-child(even) .insight__image img {
    margin-left: 20%;    
}
.case-list:nth-child(even) .insight--list-content {
    left: 0;
}
.col-20 {
    width: 20%;
    padding: 0px 20px;
}
.industry--icon {
    text-align: center;
    margin-bottom: 20px;
}
.industry__icon img {
    width: 50%;
    margin: auto;
    float: none;
    margin-bottom: 20px;
}
ol li {
    list-style: initial;
}
.industry--icon h4 {
    font-size: 21px;
    line-height: 23px;
    color: #4a4949;
}
.industry--icon:hover h4 span{    color: #00973a;}

.profile__image img {
    position: relative;
    z-index: 10;
    display: block;
    width: 100%;
    height: auto;
    border: solid 5px transparent;
    transition: border-color 0.3s;
}
.profile--card .profile__image::after {
    content: '';
    width: 110px;
    height: 160px;
    z-index: 2;
    position: absolute;
        bottom: -15px;
    right: -15px;
    border-bottom: solid 30px #ffc907;
    border-right: solid 30px #ffc907;
    border-left: solid 30px transparent;
    border-top: solid 30px transparent;
    transition: all 0.5s linear;
}
.profile--card--title__wrapper {
    padding-left: 5px;
    margin-top: 10px;
}
.profile--card {
    margin-bottom: 40px;
}
.profile--card:hover .profile__image::after {
    width: 150px;
    height: 200px;
    border-bottom: solid 30px #00B852;
    border-right: solid 30px #00B852;
}
.profile--card:hover * {
    color: #00973a;
}
.profile--card .profile__image {
    padding-bottom: 0;
    position: relative;
    margin: 0 auto;
}
.profile--card .node-title {
       font-size: 20px;
     padding-top: 15px;
    line-height: 24px;
    max-width: 270px;
    margin: 0 auto 5px;
    text-align: left;
}
.profile--card h5 {
    text-align: left;
    padding-top: 5px;
    font-size: 16px;
    color: #09ab5d;
}
.form-co form {
    padding: 30px !IMPORTANT;
    background: #f5f5f5 !IMPORTANT;
    border: 1px solid #e7e7e7 !important;
    display: block;
    float: left;
}
.form-co label {
    color: #000 !IMPORTANT;
    font-size: 13px !IMPORTANT;
}
.form-co input {
    height: 49px !important;
    border-radius: 0px !IMPORTANT;
    background: #fff !IMPORTANT;
    border: 1px solid #c7c7c7 !IMPORTANT;
}
.form-co .forminator-row {
    margin-bottom: 10px !important;
}
.form-co button {
    width: 100% !important;
    font-size: 19px !important;
    box-shadow: none !IMPORTANT;
    background-color: #ffc907 !important;
    color: #2e2d2d !IMPORTANT;
}
.form-co button:hover {
     
    box-shadow: none !IMPORTANT;
    background-color: #077F06 !important;
    color: #fff !IMPORTANT;
}

.elementskit-submenu-panel {
    background: #fff !important;
    padding: 0px !important;
    /* top: 45px !important; */
}
.elementskit-submenu-panel li a {
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px !important;
    color: #383838;
    font-family: 'Jost', sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px;
}
.min-cr-list {
    background: #ffffff;
    margin-bottom: 15px;
    
}
.min-sec-cr {
    padding: 25px;
}
.min-top {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}
span.left-s-cr {
    font-size: 22px;
    font-weight: 600;
}
.left-s-cr {
    position: relative;
}
.left-s-cr:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background: #121211;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 35px;
}
span.right-s-cr {
    float: right;
    color: #ffc907;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    line-height: 33px;
}
.cont-cr h3 {
    font-size: 20px;
    margin-bottom: 15px;
        display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.cont-cr p {
    font-weight: 400;font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #2c2c2c;
    margin-bottom: 15px;
        display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.detail-b {
    position: relative;
}
.see-det {
    padding: 13px;
    font-weight: 400;
    background: #077F06;
    font-size: 23px;
    color: #fff;
    width: 100%;
    display: inline-block;
    text-align: center;
    
}
.min-cr-list:hover .see-det {
    background-color:  #ffc907;
    color: #121211;
}
.job-dis-to ol{margin-left: 0px}
.dis-job span {
    color: #ffc907;
    text-transform: uppercase;
}
.dis-job span b {
    color: #202020;
}
#forminator-field-upload-1_button {
    width: 120px !important;
    float: left;
    
    min-width: 100px;
    max-width: inherit !IMPORTANT;
}
.form-co textarea{
     
    border-radius: 0px !IMPORTANT;
    background: #fff !IMPORTANT;
    border: 1px solid #c7c7c7 !IMPORTANT;
}
.mr-tt li {
    margin-left: 20px !IMPORTANT;
    padding-left: 20px !important;
}
li#menu-item-929:hover ul.elementskit-submenu-panel {
     opacity: 1 !important;
    float: left !important;
    z-index: 999999999 !IMPORTANT;
    visibility: inherit !important;
}
li#menu-item-929 a:hover ul.elementskit-submenu-panel {
    opacity: 1 !important;
    float: left !important;
    z-index: 999999999 !IMPORTANT;
    visibility: inherit !important;
}
li#menu-item-929 ul.elementskit-submenu-panel{pointer-events: inherit} !important;