.elementor-kit-10{--e-global-color-primary:#77C044;--e-global-color-secondary:#3E6C5F;--e-global-color-text:#A88E57;--e-global-color-accent:#1C1C1C;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#1C1C1C;font-family:"Satoshi", Sans-serif;font-size:18px;font-weight:300;line-height:1.3em;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 p{margin-bottom:0px;}.elementor-kit-10 a{color:#A88E57;}.elementor-kit-10 a:hover{color:#3E6C5F;text-decoration:underline;}.elementor-kit-10 h3{color:var( --e-global-color-secondary );font-family:"Satoshi", Sans-serif;font-size:24px;font-weight:700;line-height:1.3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1366px;}.e-con{--container-max-width:1366px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-right:0px;padding-left:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.service-list .elementor-post a.elementor-post__read-more,.product-list .elementor-post a.elementor-post__read-more {
    position: absolute;
    top: 27%;
    left: 0;
    right: 0;
    margin: auto;
    width: auto !important;
    max-width: unset !important;
    color: #ffffff;
    font-family: "Satoshi", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
    display: table;
    padding-right: 43px;
    background-image: url("/wp-content/uploads/2022/10/arrow-btn.svg");
    background-repeat: no-repeat;
    background-position: right center;
    height: 35px;
    background-size: 32px;
    align-items: center;
    vertical-align: middle;
    padding-top: 4px;
    z-index: 2;
    opacity: 0;
    transition: all ease .3s;
}
.service-list .elementor-post,.product-list .elementor-post {
    position: relative;
}
.service-list .elementor-post a.elementor-post__thumbnail__link::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 1;
    opacity: 0;
    transition: all ease .3s;
}
.service-list .elementor-post:hover a.elementor-post__read-more {opacity: 1;}

.service-list .elementor-post:hover a.elementor-post__thumbnail__link::before {
    opacity: 1;
}
.service-list .elementor-post:hover a.elementor-post__thumbnail__link .elementor-post__thumbnail {
    transform: scale(1.2) !important;
    transform-origin: center !important;
}
.service-list .elementor-post a.elementor-post__thumbnail__link .elementor-post__thumbnail {
    transition: all ease .6s;
}
.service-list .elementor-post a.elementor-post__thumbnail__link {
    overflow: hidden;
}
.service-list .elementor-post:hover h3.elementor-post__title a {
    color: #a88e57;
}

#product-list-slider.product-list .elementor-posts-container ,#single-list-slider.product-list .elementor-posts-container {
    display: block !important;
}
#single-list-slider.product-list .elementor-posts-container {
    overflow: hidden;
}
.product-list .slick-slide {
    margin-right: 30px;
}
.product-list a.elementor-post__thumbnail__link {
    margin-bottom: 0 !important;
}

.product-list .elementor-post__text {
    position: absolute;
    top: 0;
    height: 100%;
}

.product-list article.elementor-post {
    position: relative;
}

.product-list .elementor-post__text a.elementor-post__read-more {
    position: absolute;
    bottom: 20px;
    margin: 0;
    opacity: 1;
    top: auto;
    left: 20px;
}
.product-list article.elementor-post::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(0deg, #1c1c1c 0%, rgba(28,28,28,0) 100%);
    transition: all ease .3s;
}

.product-list .elementor-post__text {
    z-index: 2;
}
.product-list article.elementor-post:hover::before {
    background-color: rgba(0,0,0,.5);
    background-image: none;
}
.product-list .elementor-post a.elementor-post__thumbnail__link .elementor-post__thumbnail {
    transition: all ease .6s;
}
.product .elementor-post a.elementor-post__thumbnail__link {
    overflow: hidden;
}
.product-list .elementor-post:hover a.elementor-post__thumbnail__link .elementor-post__thumbnail {
    transform: scale(1.2) !important;
    transform-origin: center !important;
}
.product-list .elementor-post__text h3.elementor-post__title {
    transform: translateY(30px);
    transition: 0.4s;
}
.product-list .elementor-post__excerpt {
    transform: translateY(100%);
    transition: 0.4s;
    opacity: 0;
    height: 0;
    transition: height 0.4s ease;
}

.product-list .elementor-post:hover .elementor-post__excerpt,.product-list .elementor-post:hover .elementor-post__title {
    transform: translateY(0%);
    opacity: 1;
    height: auto;
    transition: 0.4s;
}

.product-list .elementor-post__text a.elementor-post__read-more {
    opacity: 0;
    height: 0;
}

.product-list .elementor-post:hover .elementor-post__text a.elementor-post__read-more {
    opacity: 1;
    height: 35px;
}

/*.product-list .elementor-post__text {
    height: auto;
    max-height: 300px;
    top: auto;
    bottom: 0;
    transition: max-height 0.3s ease-out;
}*/

.product-list .elementor-post__text {
    top: 0;
    transition: max-height 0.3s ease-out;
    position: absolute;
    height: 100%;
    padding:0 !important;
}

.product-list .elementor-post__text h3.elementor-post__title {
    transform: translateY(0);
    
}

.product-list .elementor-post__text .elementor-post__title {
    display: block;
    height: 100% !important;
    width: 100%;
}

.product-list .elementor-post__text .elementor-post__title a {
    display: flex;
    height: 100%;
    align-items: end;
    padding: 20px;
}

.product-list .elementor-post:hover .elementor-post__text .elementor-post__title a {
    align-items: start;
}


.product-list .elementor-post:hover .elementor-post__text {
    max-height: 1000px;
    top: 0;
    transition: max-height 0.3s ease-out;
}
.product-list .elementor-post a.elementor-post__read-more {transition: all ease .2s;
}
.product-list .elementor-post a.elementor-post__read-more:hover {
    background-image: url("/wp-content/uploads/2022/10/buttton-aarow-green.svg");
    padding-right: 50px;
    background-size: 30px;
    color: #1C1C1C !important;
    background-position: center right 1px;
}
.margin-auto-field {
    margin-left: auto !important;
    margin-right: auto !important;
}
.overflow-hidden {
    overflow: hidden;
}
.single .elementor-widget-theme-post-content p {
    margin-bottom: 20px;
}

.single .elementor-widget-theme-post-content img {
    width: 100%;
}
.image-box-hover p.elementor-icon-box-description {opacity: 0;height: 0;transition: all ease .3s;}

.image-box-hover:hover p.elementor-icon-box-description {opacity: 1;height: auto;}

.image-box-hover:hover h3.elementor-icon-box-title span {
    color: #77c044;
}
.image-box-hover:hover .elementor-icon-box-icon {
    opacity: 0;
    height: 0;

}

.image-box-hover-icon {
    height: 0;
    opacity: 0;
    transition: all ease .3s;
}

.image-box-hover:hover .image-box-hover-icon {
    height: auto;
    opacity: 1;
}
.zoom-animation:hover  >.elementor-widget-wrap,.overlay-zoom-animation:hover .elementor-background-overlay {
    transform: scale(1.2);
}

.zoom-animation .elementor-widget-wrap,.overlay-zoom-animation .elementor-background-overlay {
    transition: all ease .3s !important;
}
.overlay-left .elementor-background-overlay::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 60%;
    height: 100%;
    background-image: linear-gradient(-90deg, rgba(64,64,64,0) 0%, #404040 100%);
    z-index: 1;
    left: 0;
}
.form-heading h5 {
    margin-bottom: 0 !important;
}
.single .elementor-widget-theme-post-content h3 {
    color: #1c1c1c;
    font-family: "Playfair Display", Sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.3em;
    padding: 0;
    margin: 15px 0 10px;
    display: inline-block;
    width: 100%;
}
span.post-navigation__arrow-wrapper.post-navigation__arrow-next,span.post-navigation__arrow-wrapper.post-navigation__arrow-prev {
    background-image: url("/wp-content/uploads/2022/10/arrow-btn.svg");
    width: 25px;
    height: 25px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-left: 10px;
}

span.post-navigation__arrow-wrapper.post-navigation__arrow-prev {
    margin-left: 0;
    transform: rotate(180deg);
    margin-right: 10px;
}
.contact-list .s1 {
    fill: transparent !important;
}

.contact-list li.elementor-icon-list-item b {
    display: inline-block;
    width: 100%;
    font-weight: 600;
}
.gform_wrapper.gravity-theme .gfield_label {
    font-family: "Satoshi", Sans-serif;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.4em;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    height: 53px;
    border-radius: 30px;
    background-color: transparent;
    border: 1px solid #d0d0d0;
    padding: 10px 20px !important;
    font-size: 18px !important;
    line-height: 25px;
    color: #1c1c1c;
    font-family: "Satoshi", sans-serif;
    font-weight: 300;
}

input[type=date]::placeholder, input[type=email]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, input[type=search]::placeholder, input[type=tel]::placeholder, input[type=text]::placeholder, input[type=url]::placeholder, select::placeholder, textarea::placeholder {
    opacity: .7;
}

.gform_wrapper.gravity-theme .gfield {
    margin-bottom: 10px;
}

.gform_wrapper.gravity-theme .gfield textarea {
    height: 200px !important;
}

.half-radio-field .gfield_radio .gchoice {
    width: 130px;
    float: left;
}

.gform_wrapper.gravity-theme .gfield-choice-input+label,label.gfield_consent_label {
    font-family: "Satoshi", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    line-height: 1.4em;
    color: #1C1C1C !important;
}
#gform_wrapper_3 p.gform_required_legend {
    display: none;
}

.gform_wrapper .gfield_required {
    font-size: 18px !important;
    color: #1C1C1C !important;
}
.gform_wrapper.gravity-theme .gfield-choice-input {
    zoom: 1.3;
    margin-right: 5px;
}

.ginput_container.ginput_container_consent {
    display: flex;
    align-items: self-start;
}

.ginput_container.ginput_container_consent input {
    zoom: 1.3;
    margin-top: 4px;
    margin-right: 12px;
}
.gform_wrapper.gravity-theme .gform_footer span {
    font-size: 0;
    background-image: url("/wp-content/uploads/2022/10/button-arrow-white.svg");
    background-repeat: no-repeat;
    width: 15px;
    background-size: 13px;
    height: 15px;
    top: 40px;
    position: absolute;
    left: 95px;
    transition: transform 0.2s ease-out;
}

.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input {
    font-family: "Satoshi", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: var( --e-global-color-primary );
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var( --e-global-color-primary );
    border-radius: 100px 100px 100px 100px;
    padding: 15px 52px 15px 25px;
}

.gform_wrapper.gravity-theme .gform_footer span {
    font-size: 0;
}

.gform_wrapper.gravity-theme .gform_footer {
    position: relative;
}
.gform_wrapper.gravity-theme .gform_footer:hover span {
    transform: rotate(45deg);
    transition: transform 0.2s ease-out;
}

.gform_wrapper.gravity-theme .gform_footer {
    display: inline-block !important;
}

.gform_wrapper.gravity-theme .gform_footer button:hover,.gform_wrapper.gravity-theme .gform_footer input:hover {
    background-color: #3e6c5f;
    border-color: #3e6c5f;
}
input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
    outline: none !important;
    border: 1px solid #74c446;
}
label.gfield_consent_label a {
    color: #a88e57 !important;
    text-decoration: underline !important;
}
.footer-links a {
    color: #1C1C1C;
}
.content-sec a{
    color:#a88e57;
}
.footer-links a:hover,.content-sec a:hover {text-decoration: underline;}
.content-sec li.elementor-icon-list-item {
    align-items: flex-start;
}

.content-sec li.elementor-icon-list-item span.elementor-icon-list-icon {
    margin-top: 7px;
}
a.popup-link {color: #A88E57;text-decoration: underline;}

a.popup-link:hover {
    color: #1c1c1c;
}
.btn-style .elementor-button-icon svg {
    font-size: 12px;
}

.btn-style span.elementor-button-icon {
    transform: rotate(0deg) !important;
}

.btn-style span.elementor-button-icon path {
    stroke: #ffffff;
}

.btn-style a.elementor-button-link.elementor-button:hover span.elementor-button-icon {
    transform: rotate(45deg) !important;
}
.btn-style.white-btn span.elementor-button-icon path {
    stroke: #1c1c1c;
}

.btn-style.white-btn a.elementor-button-link.elementor-button:hover span.elementor-button-icon path,.btn-style.white-btn a.elementor-button-link.elementor-button:hover span.elementor-button-icon line {
    stroke: #ffffff;
}
.elementor-52 .elementor-element.desktop-head .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown.sub-menu {
    margin-top: 0px !important;
    padding: 10px 0;
}
.gform_wrapper.gravity-theme .gfield select {
    appearance: none;
    background-image: url("/wp-content/uploads/2022/10/select-arrow.svg");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 16px;
}
.mobile-contact::before {
    /*content: "";
    height: 150px !important;
    width: 100%;
    position: absolute;
    background-color: #fafafa;
    bottom: 50px;
    background: linear-gradient(180deg, rgba(250,250,250,0) 0%, rgb(250 250 250 / 0%) 24%, rgba(250,250,250,1) 100%, rgba(250,250,250,1) 100%);
    z-index: 1;
    top: auto;
    visibility: visible !important;
    left:0;*/
}
.team-list ul.grid-container {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
}

.team-list ul.grid-container li.grid-item {
    list-style-type: none;
    width: 100%;
    position: relative;
}

.team-list ul.grid-container li.grid-item .post_thumbnail {
    width: 100%;
    float: left;
    height: 25vw;
    overflow: hidden;
}

.team-list ul.grid-container li.grid-item img {
    width: 100%;
    object-fit: cover;
    object-position: top;
    height: 100%;
}

.team-list ul.grid-container li.grid-item .post_text {
    position: absolute;
    background-color: #ffffff;
    padding: 15px;
    bottom: 0;
    right: 0;
    width: 80%;
    height: 120px;
    transition: all ease .4s;
}

.team-list ul.grid-container li.grid-item .post_text h3.post_title {
    text-align: left;
    color: #1C1C1C;
    font-family: "Satoshi", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4em;
    margin: 0 0 4px;
    padding-right: 40px;
}

.team-list ul.grid-container li.grid-item .post_text .post_position {
    text-align: left;
    color: #1C1C1C;
    font-family: "Satoshi", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4em;
}
.team-list ul.grid-container li.grid-item .post_thumbnail {
    transition: all ease .4s;
}

.team-list ul.grid-container li.grid-item:hover .post_thumbnail {
    transform: scale(1.2) !important;
    transform-origin: center !important;
}
.team-list ul.grid-container li.grid-item:hover .post_text {
    right: -15px;
    bottom: -15px;
    width: calc(80% + 15px);
    height: 130px;
    border-bottom: 3px solid #74c446;
}
.containt-wrapper {
    overflow: hidden;
}
.team-list ul.grid-container li.grid-item:hover .post_text h3.post_title {
    color: #74c446;
}
.social_icon {
    float: left;
    width: 100%;
    text-align: right;
    margin-top: -12px;
    opacity: 0;
    height: 30px;
    transition: all ease .4s;
}

.social_icon {
    float: left;
    width: 30px;
    text-align: right;
    margin-top: 0;
    opacity: 0;
    height: 30px;
    transition: all ease .4s;
    position: absolute;
    top: 20px;
    right: 15px;
}
.team-list ul.grid-container li.grid-item:hover .social_icon {
    opacity: 1;
    height: 30px;
}
.service-container {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
}

.service-container .service-block {
    padding: 50px;
    background-color: #ffffff;
}

.service-container .service-block h3 {
    font-family: "Playfair display", Sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 35px;
    width: 100%;
    display: inline-block;
    margin: 0 0 20px;
}

.service-container .service-block span {
    width: 100%;
    display: inline-block;
    color: #1C1C1C;
    font-family: "Satoshi", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4em;
}
.single .swiper-zoom-container .elementor-lightbox-image {
    width: 65vw !important;
}

.single .elementor-element.elementor-widget.elementor-widget-image.zoom-img {
    margin-bottom: 30px;
    margin-top: 30px;
}

.case-studies-post::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(0deg, #1c1c1c 0%, rgba(28,28,28,0) 100%);
    transition: all ease .3s;
}

.case-studies-post {
    position: relative;
    overflow: hidden;
    width: 33.33%;
}

.case-studies-post h3.post_title a {
    color: #FFFFFF;
    font-family: "Playfair display", Sans-serif;
    font-size: 40px;
    font-weight: normal;
    line-height: 45px;
}

.case-studies-post .post_text {
    height: auto;
    max-height: 300px;
    top: auto;
    bottom: 0;
    transition: max-height 0.3s ease-out;
    position: absolute;
    z-index: 2;
    padding: 20px 20px 30px 20px;
}

.case-studies-post .post_text h3.post_title {
    transform: translateY(30px);
    transition: 0.4s;
    margin: 0 0 15px;
}

.case-studies-post a.post_read-more {
    position: absolute;
    bottom: 20px;
    margin: 0;
    /* opacity: 1; */
    top: auto;
    left: 20px;
    opacity: 0;
    height: 0;
    font-family: "Satoshi", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    transition: all ease .2s;
    line-height: 1.4em;
    display: table;
    padding-right: 43px;
    background-image: url(/wp-content/uploads/2022/10/arrow-btn.svg);
    background-repeat: no-repeat;
    background-position: right center;
    height: 35px;
    background-size: 32px;
    align-items: center;
    vertical-align: middle;
    padding-top: 4px;
    z-index: 5;
    width: auto !important;
    max-width: unset !important;
    right: 0;
}

.case-studies-post .post_thumbnail {
    transition: all ease .6s;
    overflow: hidden;
}

.case-studies-post:hover .post_thumbnail {
    transform: scale(1.2) !important;
    transform-origin: center !important;
}

.case-studies-post:hover .post_text {
    max-height: 1000px;
    top: 0;
    transition: max-height 0.3s ease-out;
}

.case-studies-post:hover .post_text h3.post_title {
    transform: translateY(0%);
    opacity: 1;
    height: auto;
    transition: 0.4s;
}

.case-studies-post:hover::before {
    background-color: rgba(0,0,0,.5);
    background-image: none;
}

.case-studies-post:hover a.post_read-more {
    opacity: 1;
    height: 35px;
}
.case-studies-post a.post_read-more:hover {
    background-image: url(/wp-content/uploads/2022/10/buttton-aarow-green.svg);
    padding-right: 50px;
    background-size: 30px;
    color: #1C1C1C !important;
    background-position: center right 1px;
}
.case-study-sidebar { position: sticky !important; position: -webkit-sticky !important;    top: 180px !important; } 
a.post-item-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.content-style p {
    margin-bottom: .9rem;
}
.content-style h4 {
    color: #1c1c1c;
    font-family: "Satoshi", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4em;
    margin: 30px 0 10px;
}

.content-style ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.content-style ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
}

.content-style ul li::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #A88E57;
    left: 0;
    border-radius: 100%;
    top: 10px;
}
@media screen and (max-width:1024px){
.team-list ul.grid-container {
    grid-template-columns: auto auto auto;
}
.team-list ul.grid-container li.grid-item .post_thumbnail {
    height: 33vw;
}
.single .swiper-zoom-container .elementor-lightbox-image {
    width: 80vw !important;
}
.image-box-hover .elementor-widget-wrap.elementor-element-populated {
    background-color: #ffffff !important;
}

.image-box-hover 
 .elementor-icon-box-icon {
    display: none;
}

.image-box-hover-icon {
    display: block !important;
    opacity: 1;
    height: auto;
}

.image-box-hover p.elementor-icon-box-description {
    opacity: 1;
    height: auto;
}

.image-box-hover h3.elementor-icon-box-title span {
    color: #77c044;
}
}

@media screen and (max-width:767px){
.service-list .elementor-post a.elementor-post__read-more, .product-list .elementor-post a.elementor-post__read-more {
    opacity: 1;
    position: unset;
    color: #1C1C1C !important;
    background-size: 25px;
    height: 25px;
    padding-right: 35px;
    margin-left: 0;
    margin-top: 20px !important;
}
.product-list .elementor-post__text {
    position: unset !important;
    height: auto !important;
}

.product-list article.elementor-post::before {
    opacity: 0 !important;
    display: none;
}

.product-list .elementor-post__text h3.elementor-post__title,.product-list .elementor-post__text h3.elementor-post__title a {
    color: #1C1C1C !important;
    transform: none !important;
}

.product-list .elementor-post__excerpt {
    transform: none !important;
    opacity: 1 !important;
    height: auto !important;
}

.product-list .elementor-post__excerpt p {
    color: #1C1C1C !important;
}

.product-list a.elementor-post__thumbnail__link {
    margin-bottom: 20px !important;
}

.product-list .elementor-post:hover a.elementor-post__thumbnail__link .elementor-post__thumbnail,.service-list .elementor-post:hover a.elementor-post__thumbnail__link .elementor-post__thumbnail {
    transform: none !important;
}.product-list .elementor-post a.elementor-post__read-more:hover {
    background-image: url("/wp-content/uploads/2022/10/btn-arrow.svg");
    padding-right: 35px !important;
    background-size: 25px;
    background-position: center right !important;
}
.product-list .slick-slide {
    margin-right: 30px;
}
.single .elementor-widget-theme-post-content h3 {
    font-size: 25px;
    line-height: 35px;
}
.image-box-hover .elementor-widget-wrap.elementor-element-populated {
    background-color: #ffffff !important;
}

.image-box-hover 
 .elementor-icon-box-icon {
    display: none;
}

.image-box-hover-icon {
    display: block !important;
    opacity: 1;
    height: auto;
}

.image-box-hover p.elementor-icon-box-description {
    opacity: 1;
    height: auto;
}

.image-box-hover h3.elementor-icon-box-title span {
    color: #77c044;
}
.gform_wrapper.gravity-theme .gfield_label, .gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea, .gform_wrapper.gravity-theme .gfield-choice-input+label, label.gfield_consent_label,.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input {
    font-size: 16px !important;
    line-height: 1.3em !important;
}

.gform_wrapper.gravity-theme .gform_footer span {
    background-size: 12px;
    top: 38px;
    left: 91px;
}
nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    height: 90vh;
    bottom: 0;
    margin-top: 0;
    padding: 30px 30px;
}
.mobile-header.elementor-sticky--effects{
    background-color: #ffffff !important;
}
.mobile-header.head-active{
  background-color: #fafafa !important;  
}
.elementor-nav-menu ul.sub-menu {
    display: block !important;
    padding-left: 20px;
    margin-top: -5px;
}

.elementor-nav-menu ul.sub-menu li a.elementor-sub-item {
    font-weight: 300 !important;
    font-size: 14px !important;
}
.elementor-nav-menu ul.sub-menu {
    display: block !important;
    padding-left: 20px;
    margin-top: -5px;
}

.elementor-nav-menu ul.sub-menu li a.elementor-sub-item {
    font-weight: 300 !important;
    font-size: 14px !important;
}

.elementor-nav-menu--dropdown .elementor-nav-menu {
    padding-bottom:70px;
}

.mobile-contact {
    position: fixed;
    bottom: 60px;
    top: auto;
    width: 100%;
    z-index: 9;
    left: 0;
    right: 0;
    text-align: center;
    padding: 80px 0 0;
    background: linear-gradient(180deg, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 50%);
}

.mobile-contact a {
    font-family: "Satoshi", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    fill: #FFFFFF;
    color: #FFFFFF !important;
    background-color: var( --e-global-color-primary );
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var( --e-global-color-primary );
    border-radius: 100px 100px 100px 100px;
    padding: 13px 52px 13px 25px !important;
    max-width: 260px;
    display: inline-block;
    width: 100%;
    line-height: 16px;
    position: relative;
}

.mobile-contact a::after {
    content: "";
    position: absolute;
    background-image: url("/wp-content/uploads/2022/10/button-arrow-white.svg");
    background-repeat: no-repeat;
    width: 15px;
    background-size: 10px;
    height: 15px;
    transition: transform 0.2s ease-out;
    top: 16px;
    margin-left: 9px;
}

.mobile-contact a:hover::after {
    transform: rotate(45deg);
}
.elementor-nav-menu {
    overflow-y: auto;
    height: 70vh;
}
.mobile-contact a:hover {
    background-color: #3e6c5f !important;
    border-color: #3e6c5f !important;
}
.elementor-15 .elementor-element.elementor-element-3d2b7d1 .subtitle {
    font-size: 25px !important;
}
.elementor-menu-toggle {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.team-list ul.grid-container {
    display: block;
    width: 100%;
}

.team-list ul.grid-container li.grid-item {
    display: flex;
    margin-bottom: 20px;
}

.team-list ul.grid-container li.grid-item .post_text {
    height: 125px !important;
    width: calc(100% - 100px) !important;
    position: unset !important;
    border-bottom: 3px solid #74c446 !important;
    padding: 14px 15px 13px !important;
}

.containt-wrapper {
    width: 100px;
}

.team-list ul.grid-container li.grid-item .post_thumbnail {
    height: 125px;
}

.social_icon {
    opacity: 1;
    height: auto;
}

.team-list ul.grid-container li.grid-item:hover .post_thumbnail {
    transform: none !important;
}

.team-list ul.grid-container li.grid-item .post_text h3.post_title {color: #74c446 !important;}

.social_icon a {
    width: 25px;
    height: 25px;
}

.social_icon a img {
    object-fit: unset !important;
}
.service-container {
    display: block;
}

.service-block {
    margin-bottom: 20px;
    padding: 20px !important;
}

.service-container .service-block h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom:15px;
}

.service-container .service-block span {
    font-size: 16px;
}
.single .swiper-zoom-container .elementor-lightbox-image {
    width: 95vw !important;
}
.form-heading{display:none;}
.case-studies-post .post_text {
    position: unset !important;
    padding: 0;
    height: auto !important;
    margin-top: 20px;
}

.case-studies-post::before {
    display: none;
}

.case-studies-post h3.post_title a {
    color: #1C1C1C !important;
    transform: none !important;
    font-size: 22px;
    line-height: 1.1em;
}

.case-studies-post a.post_read-more {
    opacity: 1;
    position: unset;
    color: #1C1C1C !important;
    background-size: 25px;
    height: 25px;
    padding-right: 35px;
    margin-left: 0;
    margin-top: 10px !important;
    font-size: 16px;
}

.case-studies-post .post_text h3.post_title {
    color: #1C1C1C !important;
    transform: none !important;
}

.case-studies-post:hover .post_thumbnail {transform: none !important;}
.case-study-sidebar { position: unset !important; position: unset !important;    top: 150px !important; }

.product-list .elementor-post__text .elementor-post__title a {
    padding: 0;
}

}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Satoshi';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://stg-www.unisonmining.com/wp-content/uploads/2022/10/Satoshi-Bold.woff2') format('woff2'),
		url('https://stg-www.unisonmining.com/wp-content/uploads/2022/10/Satoshi-Bold.woff') format('woff');
}
@font-face {
	font-family: 'Satoshi';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://stg-www.unisonmining.com/wp-content/uploads/2022/10/Satoshi-Regular.woff2') format('woff2'),
		url('https://stg-www.unisonmining.com/wp-content/uploads/2022/10/Satoshi-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Satoshi';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://stg-www.unisonmining.com/wp-content/uploads/2022/10/Satoshi-Medium.woff2') format('woff2'),
		url('https://stg-www.unisonmining.com/wp-content/uploads/2022/10/Satoshi-Medium.woff') format('woff');
}
/* End Custom Fonts CSS */