/*
Template Name: Juristo Core
Author: wpoceans
Version: 1.0
Email: support@wpoceans.com
*/

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
    background: rgba(135, 210, 113, 0.1);
    padding: 35px 40px;
    border: none;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
    padding: 0px;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active a {
    background: #87d271;
    color: #fff;
    text-transform: uppercase;
    margin-right: 3px;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title a:hover {
    background: #87d271;
    color: #fff;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title a {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    color: #2b2e3a;
    text-transform: uppercase;
    padding: 15px 25px;
    border: 1px solid rgba(135, 210, 113, 0.5);
    display: block;
    margin-right: 3px;
}


/*** global-header__search ***/

.global-header__search {
    display: flex;
    justify-content: flex-end;
    z-index: 991;
    position: relative;
    align-items: center;
}

.global-header__search button {
    background: transparent;
    padding: 0;
    border: 0;
    outline: 0;
}

.global-header__search .global-header__search-wrapper button i {
    top: -1px;
    position: relative;
}

.global-header__search>div {
    float: left;
    position: relative;
    margin-right: 8px;
}

.global-header__search .close__form .theme-btn {
    padding: 10px 25px;
}

@media (max-width: 767px) {
    .global-header__search>div {
        margin-right: 10px;
    }
}

.global-header__search>div:last-child {
    margin: 0 0 0 10px;
    position: relative;
}

@media (max-width: 767px) {
    .global-header__search>div:last-child {
        margin: 3px 0 0 10px;
    }
}

.global-header__search .global-header__search-wrapper {
    position: relative;
}

.global-header__search .global-header__search-wrapper .fi:before {
    font-size: 18px;
}

.global-header__search .global-search__toggle-btn {
    background-color: transparent;
    line-height: 0.66em;
    color: #232f4b;
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 50%;
    border: 1px solid rgba(35, 35, 35, 0.09);
}

@media (max-width: 1200px) {
    .global-header__search .global-search__toggle-btn {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 991px) {
    .global-header__search .global-search__toggle-btn {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 991px) {
    .global-header__search .global-search__toggle-btn .fi:before {
        font-size: 16px;
    }
}

.global-header__search .global-search__toggle-btn .ti-close {
    display: block;
    line-height: 20px;
    position: relative;
    top: -1px;
    font-size: 17px;
}

.global_header__search-form {
    position: absolute;
    width: 350px;
    right: 0;
    top: 75px;
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    background: #fff;
    padding: 30px;
    border-radius: 6px;
    transition: all 0.5s;
    box-shadow: -2px 18px 40px -9px #999999;
}

.global-header__search .global_header__content-toggle {
    opacity: 1;
    visibility: visible;
    right: 0;
    transform: scale(1);
}

@media (max-width: 991px) {
    .global-header__search .global_header__search-form {
        top: 65px;
    }
}

@media (max-width: 767px) {
    .global-header__search .global_header__search-form {
        right: 15px;
    }
}

@media (max-width: 575px) {
    .global-header__search .global_header__search-form {
        width: 260px;
        padding: 15px;
    }
}

.global-header__search .global_header__search-form button {
    background: transparent;
    padding: 0;
    border: 0;
    outline: 0;
}

.global-header__search .global_header__search-form i {
    font-size: 30px;
    font-size: 2rem;
    color: #232f4b;
    position: relative;
    top: 2px;
}

.global-header__search .global_header__search-form i:before {
    font-size: 30px;
    font-size: 2rem;
    color: #232f4b;
    position: relative;
    top: 2px;
}

.global-header__search-wrapper .fi:before {
    font-size: 18px;
    font-size: 1.2rem;
}

.global-header__search input {
    width: 100%;
    height: 50px;
    padding: 6px 20px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e1e1e1;
}

.global-header__search input:focus {
    box-shadow: none;
    border-color: #3757f7;
}

.global-header__search form div {
    position: relative;
}

.global-header__search form div button {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

/*** global-header__search end ***/


/* Navigation Start */

.global-header__navigation {
    /*    background-color: transparent;*/
}

.global-header__navigation .navigation {
    margin-bottom: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    height: unset;
}

.global-header__navigation .sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: -400px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
    box-shadow: 0 -5px 15px rgba(8, 106, 216, 0.2901960784);
    background-color: #fff;
}

.global-header__navigation .sticky-on {
    opacity: 1;
    top: 0;
    visibility: visible;
}

@media screen and (min-width: 992px) {
    .admin-bar .global-header__navigation .sticky-on {
        top: 32px;
    }

}

@media (max-width: 991px) {
    .admin-bar .global-header__navigation .sticky-on {
        top: 46px;
    }
}

.global-header__navigation .navigation>.container {
    position: relative;
}



.global-header__navigation .row {
    width: 100%;
}

@media (max-width: 991px) {
    .global-header__navigation .navigation {
        padding: 20px 0;
    }

    .header-builder .global-header__navigation .navigation {
        padding: 0px;
    }
}

.global-header__navigation #navbar {
    transition: all 0.5s;
}

.global-header__navigation #navbar>ul li a:hover,
.global-header__navigation #navbar>ul li a:focus {
    text-decoration: none;
    color: #e0af14;
}

@media screen and (min-width: 992px) {
    .global-header__navigation #navbar {
        /*** hover effect ***/
        justify-content: start;
    }

    .global-header__navigation #navbar li {
        position: relative;
    }

    .global-header__navigation #navbar>ul>li>a:hover:before,
    .global-header__navigation #navbar>ul>li>a.active:before {
        opacity: 1;
        visibility: visible;
    }

    .global-header__navigation #navbar>ul>li>.sub-menu>.menu-item-has-children>a {
        position: relative;
    }

    .global-header__navigation #navbar>ul>li>.sub-menu>.menu-item-has-children>a:before {
        font-family: "themify";
        content: "\e649";
        font-size: 11px;
        font-size: 0.73333rem;
        position: absolute;
        right: 15px;
        top: 58%;
        transform: translateY(-50%);
    }

    .global-header__navigation #navbar>ul>li:hover>.sub-menu {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }

    .global-header__navigation #navbar .sub-menu>li:hover>.sub-menu {
        left: 100%;
        visibility: visible;
        opacity: 1;
    }
}

.global-header__navigation .container-fluid {
    padding-right: 0;
}

@media (max-width: 991px) {
    .global-header__navigation {
        /* class for show hide navigation */
    }

    .global-header__navigation .container {
        width: 100%;
        max-width: 100%;
    }

    .global-header__navigation .header-right {
        right: 0;
    }

    .global-header__navigation .navbar-header button span {
        background-color: #fff;
        width: 20px;
        display: block;
        height: 2px;
        margin-bottom: 5px;
    }

    .global-header__navigation .navbar-header button span:last-child {
        margin: 0;
    }
}

.global-header__navigation #navbar ul {
    list-style: none;
    padding-left: 0;
}

@media (max-width: 991px) and (max-width: 991px) {
    .global-header__navigation #navbar {
        top: 0;
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .global-header__navigation #navbar>ul {
        z-index: 101;
    }

    .global-header__navigation #navbar ul a {
        color: #000;
    }

    .global-header__navigation #navbar ul a:hover,
    .global-header__navigation #navbar ul li.current a {
        color: #e0af14;
    }

    .global-header__navigation #navbar .close-navbar .ti-close {
        position: relative;
        top: 1px;
    }

    .global-header__navigation .navbar-toggler .first-angle,
    .global-header__navigation .navbar-toggler .last-angle {
        transition: all 0.3s;
    }

    .global-header__navigation .x-close .middle-angle {
        opacity: 0;
    }

    .global-header__navigation .x-close .first-angle {
        position: absolute;
        -webkit-transform: rotate(-44deg);
        top: 16px;
        left: 10px;
    }

    .global-header__navigation .x-close .last-angle {
        -webkit-transform: rotate(44deg);
        position: absolute;
        top: 16px;
        right: 10px;
    }
}

@media (max-width: 767px) {
    .global-header__navigation .navbar-header .navbar-brand {
        font-size: 24px;
    }

    .global-header__navigation #navbar .navbar-nav {
        margin: 0;
    }
}

@media (max-width: 991px) {
    .global-header__navigation .navbar-collapse.collapse {
        display: none;
    }

    .global-header__navigation .navbar-collapse.collapse.in {
        display: block;
    }

    .global-header__navigation .navbar-header .collapse,
    .global-header__navigation .navbar-toggle {
        display: block;
    }

    .global-header__navigation .navbar-header {
        float: none;
        position: relative;
        z-index: 99;
        text-align: center;
    }

    .global-header__navigation .navbar-right {
        float: none;
    }

    .global-header__navigation .navbar-nav {
        float: none;
    }

    .global-header__navigation .navbar-nav>li {
        float: none;
    }
}


.global-header__navigation .navigation>.container {
    position: relative;
}

@media (max-width: 991px) {
    .global-header__navigation .navigation {
        padding: 20px 0;
    }
}

.global-header__navigation #navbar {
    transition: all 0.5s;
    position: relative;
    z-index: 11;
}

.global-header__navigation #navbar>ul li a:hover,
.global-header__navigation #navbar>ul li a:focus {
    text-decoration: none;
    color: #e0af14;
}


.global-header__navigation #navbar {
    /*** hover effect ***/
}

.global-header__navigation #navbar li {
    position: relative;
}

.global-header__navigation #navbar>ul>li>a {
    font-size: 15px;
    padding: 35px 15px;
    display: block;
    color: #393838;
    font-weight: 700;
    position: relative;
}

.header-builder .global-header__navigation #navbar>ul>li>a {
    padding: 24px 15px;
}

@media (max-width: 1650px) and (min-width: 1366px) {
    .header-builder .global-header__navigation #navbar>ul>li>a {
        padding: 24px 12px;
        font-size: 14px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .header-builder .global-header__navigation #navbar>ul>li>a {
        padding: 24px 10px;
    }
}

@media (max-width: 991px) {
    .header-builder .global-header__navigation #navbar>ul>li>a {
        padding: 15px 30px;
    }
}

@media screen and (min-width: 992px) {
    .global-header__navigation #navbar>ul .sub-menu {
        background-color: #fff;
        box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
        width: 225px;
        position: absolute;
        padding: 20px 0;
        left: 0;
        top: 110%;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s;
    }
}

@media screen and (min-width: 992px) {
    .global-header__navigation #navbar>ul>li .sub-menu a {
        font-size: 15px;
        display: block;
        padding: 10px 15px;
        color: #1a1d23;
        text-transform: capitalize;
        position: relative;
        overflow: hidden;
        font-weight: 700;
        transition: all 0.3s;
    }

    .global-header__navigation #navbar>ul>li .sub-menu a:hover {
        color: #FF7063;
    }

    .global-header__navigation #navbar>ul>li .sub-menu a:hover:after,
    .global-header__navigation #navbar>ul>li .sub-menu a.active:after {
        width: 40px;
        opacity: 1;
        visibility: visible;
    }
}

@media screen and (min-width: 992px) {
    .global-header__navigation #navbar>ul>li>.sub-menu .sub-menu {
        left: 110%;
        top: 0;
    }
}

@media screen and (min-width: 992px) {
    .global-header__navigation #navbar>ul>li>.sub-menu>.menu-item-has-children>a {
        position: relative;
    }

    .global-header__navigation #navbar>ul>li>.sub-menu>.menu-item-has-children>a:before {
        font-family: "themify";
        content: "\e649";
        font-size: 11px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media screen and (min-width: 992px) {
    .global-header__navigation #navbar>ul>li:hover>.sub-menu {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }
}

@media screen and (min-width: 992px) {
    .global-header__navigation #navbar .sub-menu>li:hover>.sub-menu {
        left: 100%;
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .global-header__navigation #navbar>ul>li a {
        display: block;
        font-size: 15px;
        color: #fff;
        font-weight: 600;
    }

    .global-header__navigation #navbar>ul>li a:hover,
    .global-header__navigation #navbar>ul>li a.active {
        color: #fff;
    }

    .global-header__navigation #navbar>ul .sub-menu>li:last-child {
        border-bottom: 0;
    }

    .global-header__navigation #navbar>ul>li>.sub-menu a {
        padding: 8px 15px 8px 45px;
    }

    .global-header__navigation #navbar>ul>li>.sub-menu .sub-menu a {
        padding: 8px 15px 8px 65px;
    }

    .global-header__navigation #navbar>ul .menu-item-has-children>a {
        position: relative;
        color: #ddd;
    }

    .global-header__navigation #navbar>ul .menu-item-has-children>a:hover {
        color: #fff;
    }

    .global-header__navigation #navbar>ul .menu-item-has-children>a:before {
        font-family: "themify";
        content: "\e649";
        font-size: 11px;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.3s;
    }

    .global-header__navigation #navbar>ul .menu-item-has-children>a.rotate:before {
        transform: rotate(90deg);
        top: 29%;
    }

    .global-header__navigation #navbar>ul .menu-item-has-children>a.rotate {
        color: #fff;
    }
}

@media screen and (min-width: 992px) {
    .global-header__navigation .navbar-header .open__navbar {
        display: none;
    }

    .global-header__navigation #navbar .close-navbar {
        display: none;
    }
}

.global-header__navigation .menu__close {
    display: none;
}

@media (max-width: 991px) {
    .global-header__navigation {
        /* class for show hide navigation */
    }

    .global-header__navigation .container {
        width: 100%;
    }

    .global-header__navigation .mobile__navigation button {
        background-color: #FF7063;
        width: 40px;
        height: 35px;
        border: 0;
        padding: 5px 10px;
        outline: 0;
        position: relative;
        z-index: 20;
    }

    .global-header__navigation .mobile__navigation button:focus {
        outline: none;
        box-shadow: none;
    }

    .global-header__navigation .mobile__navigation button span {
        background-color: #fff;
        width: 20px;
        display: block;
        height: 2px;
        margin-bottom: 5px;
    }

    .global-header__navigation .mobile__navigation button span:last-child {
        margin: 0;
    }

    .global-header__navigation #navbar {
        background: #243352;
        display: block !important;
        width: 300px;
        height: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        position: fixed;
        left: -320px;
        top: 0px;
        z-index: 999999;
        opacity: 0;
        visibility: hidden;
    }

    .global-header__navigation #navbar .navbar-nav {
        display: block;
    }

    .global-header__navigation #navbar>ul {
        position: relative;
        z-index: 101;
    }

    .global-header__navigation #navbar ul a {
        color: #000;
    }

    .global-header__navigation #navbar ul a:hover,
    .global-header__navigation #navbar ul li.current a {
        color: #e0af14;
    }

    .global-header__navigation #navbar .navbar-nav {
        height: 100%;
        overflow: auto;
        padding-bottom: 60px;
    }

    .global-header__navigation #navbar .close-navbar {
        background-color: #fff;
        width: 40px;
        height: 40px;
        color: #000;
        border: 0;
        outline: none;
        position: absolute;
        left: -41px;
        top: 90px;
        z-index: 20;
    }

    .global-header__navigation #navbar .close-navbar .ti-close {
        position: relative;
        top: 1px;
    }

    .global-header__navigation .menu__close {
        display: block;
        z-index: 99;
        background: none;
        text-align: center;
        color: #fff;
        border: 0;
        text-align: center;
        margin-left: auto;
        margin-top: 30px;
        margin-right: 30px;
        margin-bottom: 30px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #fff;
        padding: 0;
    }

    .global-header__navigation .slideInn {
        left: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .global-header__navigation .navbar-toggler .first-angle {
        transition: all 0.3s;
    }

    .global-header__navigation .x-close .middle-angle {
        opacity: 0;
    }

    .global-header__navigation .x-close .first-angle {
        position: absolute;
        -webkit-transform: rotate(-44deg);
        top: 16px;
        left: 10px;
    }

    .global-header__navigation .x-close .last-angle {
        -webkit-transform: rotate(44deg);
        position: absolute;
        top: 16px;
        right: 10px;
    }
}

@media (max-width: 767px) {
    .global-header__navigation .navbar-header .navbar-brand {
        font-size: 24px;
    }

    .global-header__navigation #navbar .navbar-nav {
        margin: 0;
    }
}

.global-header__navigation .navbar-header .navbar-brand img {
    max-width: 170px;
}

@media (max-width: 991px) {
    .global-header__navigation .navbar-collapse.collapse {
        display: none;
    }

    .global-header__navigation .navbar-collapse.collapse.in {
        display: block;
    }

    .global-header__navigation .navbar-header .collapse,
    .global-header__navigation .navbar-toggle {
        display: block;
    }

    .global-header__navigation .navbar-header {
        float: none;
    }

    .global-header__navigation .navbar-right {
        float: none;
    }

    .global-header__navigation .navbar-nav {
        float: none;
    }

    .global-header__navigation .navbar-nav>li {
        float: none;
    }
}

@media (max-width: 440px) {
    .global-header__navigation .navbar-header .navbar-brand img {
        max-width: 170px;
    }
}

@media (max-width: 370px) {
    .global-header__navigation .navbar-header .navbar-brand img {
        max-width: 140px;
    }
}




@media (max-width: 1400px) {
    .global-header__navigation #navbar>ul>li>a {
        padding: 20px 10px;
    }
}

@media (max-width: 1199px) {
    .global-header__navigation #navbar>ul>li>a {
        padding: 15px 5px;
    }



    .global-header__navigation #navbar {
        /*        justify-content: flex-end;*/
    }
}

@media (max-width: 991px) {
    .global-header__navigation #navbar>ul>li>a {
        font-size: 15px;
        padding: 10px 20px;
        margin: 0;
    }
}

@media screen and (min-width: 992px) {
    .global-header__navigation #navbar>ul>.menu-item-has-children>a:after {
        font-family: "themify";
        content: "\e64b";
        font-size: 10px;
        position: absolute;
        right: -1px;
        top: 42%;
        line-height: 1.6em;
    }
}

@media (max-width: 1366px) {
    .global-header__navigation #navbar>ul>.menu-item-has-children>a:after {
        right: -10px;
        top: 45%;
    }
}

@media screen and (min-width: 992px) {
    .global-header__navigation #navbar li.menu-item-has-children {
        position: relative;
        padding-right: 15px;
    }
}

@media (max-width: 1800px) {
    .header-builder .theme-btn-wrapper .theme-btn {
        padding: 15px 30px;
    }
}

@media (max-width: 1500px) {
    .header-builder .theme-btn-wrapper .theme-btn {
        padding: 15px 30px;
    }
}

@media (max-width: 991px) {
    .header-s2 .transparent-header {
        background-color: #779a65;
    }
}


.header-s2 .transparent-header .navigation {
    background-color: transparent;
}

@media screen and (min-width: 992px) {
    .header-s2 .transparent-header #navbar>ul>li>a {
        color: #fff;
    }
}

.header-s2 .transparent-header .navigation.sticky-header {
    background-color: #779a65;
}

.header-s2 .transparent-header .navigation.sticky-header .row {
    background-color: #779a65;
}

/*** Navigation end ***/


/* 3.6 juristo-service-s3 */
.juristo-service-s3 {
    overflow: hidden;
    position: relative;
    z-index: 1;
}


.juristo-service-s3 .shape {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    opacity: 0.1;
    z-index: -1;
}

.juristo-service-s3 .wpo-project-slider .wpo-project-item {
    position: relative;
    z-index: 1;
}

.juristo-service-s3 .wpo-project-slider .wpo-project-item .wpo-project-img {
    position: relative;
    overflow: hidden;
}

.juristo-service-s3 .wpo-project-slider .wpo-project-item .wpo-project-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(20, 33, 43, 0.98)), color-stop(50%, rgba(20, 33, 43, 0)));
    background: linear-gradient(180deg, rgba(20, 33, 43, 0.98) 20%, rgba(20, 33, 43, 0) 50%);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    z-index: 11;
}

.juristo-service-s3 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-text {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 40px;
    z-index: 19;
    -webkit-transition: all .5s;
    transition: all .5s;
}

@media (max-width: 991px) {

    .juristo-service-s3 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-text {
        padding: 30px;
    }
}

.juristo-service-s3 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-text .thumb span {
    font-weight: 700;
    font-size: 11px;
    line-height: 13px;
    padding: 5px 10px;
    display: inline-block;
    background: #10917d;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    top: -1px;
}

.juristo-service-s3 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-text h2 {
    color: #fff;
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 10px;
}

@media (max-width: 575px) {

    .juristo-service-s3 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-text h2 {
        font-size: 22px;
    }
}

.juristo-service-s3 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text {
    position: absolute;
    left: -1px;
    bottom: -1px;
    padding: 50px;
    width: 101%;
    height: 101%;
    background: rgba(20, 33, 45, 0.7);
    border-radius: 6px;
    -webkit-transform: translateY(102%);
    transform: translateY(102%);
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
    z-index: 20;
}

@media (max-width: 991px) {

    .juristo-service-s3 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text {
        padding: 30px;
    }
}

.juristo-service-s3 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text .thumb span {
    font-weight: 700;
    font-size: 11px;
    line-height: 13px;
    padding: 5px 10px;
    display: inline-block;
    background: #10917d;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    top: -1px;
}

.juristo-service-s3 .wpo-project-slider .wpo-project-item .wpo-project-hidden-text h2 {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 20px;
    margin-top: 10px;
}

@media (max-width: 575px) {

    .juristo-service-s3 .wpo-project-slider .wpo-project-item .wpo-project-hidden-text h2 {
        font-size: 22px;
    }
}

.juristo-service-s3 .wpo-project-slider .wpo-project-item .wpo-project-hidden-text .invisible-text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.juristo-service-s3 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text .invisible-text h4 {
    font-weight: 700;
    font-size: 88px;
    line-height: 106px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    opacity: .7;
}

.juristo-service-s3 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text a {
    display: inline-block;
    padding: 12px 35px;
    color: #1E3446;
    background: #fff;
    position: relative;
    margin-top: 10px;
    max-width: 150px;
    position: absolute;
    bottom: 50px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
}

.juristo-service-s3 .wpo-project-slider .wpo-project-item .wpo-project-img .wpo-project-hidden-text a:hover {
    background: #fff;
    color: #CDB091;
}

.juristo-service-s3 .wpo-project-slider .wpo-project-item .wpo-project-img:hover .wpo-project-hidden-text {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.juristo-service-s3 .wpo-project-slider .wpo-project-item .wpo-project-img:hover .wpo-project-text {
    opacity: 0;
    visibility: hidden;
}

.juristo-service-s3 .wpo-project-slider .owl-item.center .grid .wpo-project-item .wpo-project-img .wpo-project-hidden-text {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.juristo-service-s3 .wpo-project-slider .owl-item.center .grid .wpo-project-item .wpo-project-text {
    opacity: 0;
    visibility: hidden;
}

.juristo-service-s3 .wpo-project-slider .owl-controls {
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.juristo-service-s3 .wpo-project-slider .owl-nav [class*=owl-] {
    padding: 0;
    margin: 0;
    color: #CDB091;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 0;
    background: none;
}

.juristo-service-s3 .wpo-project-slider .owl-nav [class*=owl-] i {
    font-size: 20px;
    color: #CDB091;
}

.juristo-service-s3 .wpo-project-slider .owl-nav .owl-prev,
.juristo-service-s3 .wpo-project-slider .owl-nav .owl-next {
    position: absolute;
    top: 51%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 56px;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0px 0px 30px rgba(30, 52, 70, 0.1);
    box-shadow: 0px 0px 30px rgba(30, 52, 70, 0.1);
}

@media (max-width: 575px) {

    .juristo-service-s3 .wpo-project-slider .owl-nav .owl-prev,
    .juristo-service-s3 .wpo-project-slider .owl-nav .owl-next {
        display: none;
    }
}

.juristo-service-s3 .wpo-project-slider .owl-nav .owl-prev:hover,
.juristo-service-s3 .wpo-project-slider .owl-nav .owl-next:hover {
    background: #CDB091;
}

.juristo-service-s3 .wpo-project-slider .owl-nav .owl-prev:hover i,
.juristo-service-s3 .wpo-project-slider .owl-nav .owl-next:hover i {
    color: #fff;
}

.juristo-service-s3 .wpo-project-slider .owl-nav .owl-prev {
    left: -28px;
}

.juristo-service-s3 .wpo-project-slider .owl-nav .owl-next {
    right: -28px;
}

.juristo-service-s3 .wpo-project-slider .owl-dots {
    text-align: center;
    bottom: -110px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (min-width: 575px) {

    .juristo-service-s3 .wpo-project-slider .owl-dots {
        display: none;
    }
}

.juristo-service-s3 .wpo-project-slider .owl-dots button {
    border: none;
    margin: 0 5px;
    width: 20px;
    height: 8px;
    border-radius: 10px;
}

.juristo-service-s3 .wpo-project-slider .owl-dots button.active {
    background: #CDB091;
    width: 45px;
}

.juristo-service-s3 .project-btn {
    text-align: center;
    margin-top: 30px;
}


/* 3.6 juristo-service-area */
.juristo-service-area .juristo-service-wrap {
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0px 5px 30px rgba(7, 6, 56, 0.08);
    box-shadow: 0px 5px 30px rgba(7, 6, 56, 0.08);
}

.juristo-service-area .juristo-service-wrap .juristo-service-item {
    border-left: 1px solid #38516a;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 70px 30px;
    background: #253d50;
}

@media (max-width: 1399px) {
    .juristo-service-area .juristo-service-wrap .juristo-service-item {
        padding: 60px 15px;
    }
}

@media (max-width: 991px) {
    .juristo-service-area .juristo-service-wrap .juristo-service-item {
        padding: 60px 40px;
        border-bottom: 1px solid #EFF2F3;
    }
}

@media (max-width: 767px) {
    .juristo-service-area .juristo-service-wrap .juristo-service-item {
        padding: 40px 15px;
    }
}

.juristo-service-area .juristo-service-wrap .juristo-service-item i {
    position: relative;
}

.juristo-service-area .juristo-service-wrap .juristo-service-item i:after {
    position: absolute;
    left: 20px;
    top: -40px;
    width: 55px;
    height: 55px;
    background: rgba(177, 151, 119, 0.08);
    content: "";
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.juristo-service-area .juristo-service-wrap .juristo-service-item i:before {
    font-size: 50px;
    color: #B19777;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.juristo-service-area .juristo-service-wrap .juristo-service-item img {
    max-width: 55px;
}

.juristo-service-area .juristo-service-wrap .juristo-service-item h2 {
    font-weight: 500;
    font-size: 30px;
    line-height: 33px;
    max-width: 250px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.juristo-service-area .juristo-service-wrap .juristo-service-item h2 a {
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.juristo-service-area .juristo-service-wrap .juristo-service-item h2 a:hover {
    color: #B19777;
}

.juristo-service-area .juristo-service-wrap .juristo-service-item p {
    font-weight: 300;
    font-size: 17px;
    line-height: 160%;
    margin-bottom: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff;
}

.juristo-service-area .juristo-service-wrap .juristo-service-item .read-more {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: rgba(187, 187, 187, 0.24);
    text-align: center;
    position: relative;
    margin-top: 20px;
}

.juristo-service-area .juristo-service-wrap .juristo-service-item .read-more:hover {
    background: #B19777;
}

.juristo-service-area .juristo-service-wrap .juristo-service-item .read-more .fi {
    position: absolute;
    -webkit-transform: rotate(82deg);
    transform: rotate(82deg);
    left: 11px;
    top: 10px;
}

.juristo-service-area .juristo-service-wrap .juristo-service-item .read-more .fi:after {
    display: none;
}

.juristo-service-area .juristo-service-wrap .juristo-service-item .read-more .fi:before {
    font-size: 18px;
}

.juristo-service-area .juristo-service-wrap .col {
    padding: 0;
}

@media (max-width: 767px) {
    .juristo-service-area .juristo-service-wrap .col {
        padding: 0 15px;
    }
}

.juristo-service-area .juristo-service-wrap .col:first-child .juristo-service-item {
    border-left: 0;
}

@media (max-width: 991px) {
    .juristo-service-area .juristo-service-wrap .col:nth-child(3) .juristo-service-item {
        border-left: 0;
    }
}

@media (max-width: 767px) {
    .juristo-service-area .juristo-service-wrap .col .juristo-service-item {
        border-left: 0;
    }
}

.juristo-service-area .juristo-service-wrap .col:hover .juristo-service-item {
    background: #182532;
}

.juristo-service-area .juristo-service-wrap .col:hover .juristo-service-item .fi:before {
    color: #fff;
}

.juristo-service-area .juristo-service-wrap .col:hover .juristo-service-item .fi:after {
    background: rgba(255, 255, 255, 0.08);
}

.juristo-service-area .juristo-service-wrap .col:hover .juristo-service-item h2 a {
    color: #fff;
}

.juristo-service-area .juristo-service-wrap .col:hover .juristo-service-item h2 a:hover {
    color: #B19777;
}

.juristo-service-area .juristo-service-wrap .col:hover .juristo-service-item p {
    color: #fff;
}


/* juristo-testimonial-s2 */
.juristo-testimonial-s2 .testimonial-left-item {
    position: relative;
}


.juristo-testimonial-s2 .testimonial-left-item::after {
    position: absolute;
    content: "";
    right: -60px;
    top: -85px;
    width: 350px;
    height: 350px;
    background: #EDF5E9;
    z-index: -1;
    border-radius: 50%;
}

@media (max-width: 1399px) {
    .juristo-testimonial-s2 .testimonial-left-item::after {
        width: 300px;
        height: 300px;
    }
}

@media (max-width: 1199px) {
    .juristo-testimonial-s2 .testimonial-left-item::after {
        width: 200px;
        height: 200px;
        top: -60px;
        right: -40px;
    }
}

@media (max-width: 991px) {
    .juristo-testimonial-s2 .testimonial-left-item::after {
        width: 150px;
        height: 150px;
        top: -40px;
        right: -30px;
    }
}

.juristo-testimonial-s2 .testimonial-left-item .image {
    width: 600px;
    margin: 0 auto;
}

.juristo-testimonial-s2 .testimonial-item {
    margin-left: 40px;
    margin-right: 5px;
}

@media (max-width: 1399px) {
    .juristo-testimonial-s2 .testimonial-item {
        margin-left: 30px;
        margin-right: 0;
    }
}

@media (max-width: 1199px) {
    .juristo-testimonial-s2 .testimonial-item {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .juristo-testimonial-s2 .testimonial-item {
        margin-top: 30px;
        text-align: center;
    }
}

.juristo-testimonial-s2 .testimonial-item .icon {
    display: inline-block;
}

@media (max-width: 1199px) {
    .juristo-testimonial-s2 .testimonial-item .icon {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 991px) {
    .juristo-testimonial-s2 .testimonial-item .icon {
        width: 80px;
        height: 80px;
    }
}

.juristo-testimonial-s2 .testimonial-item p {
    font-weight: 300;
    font-size: 22px;
    line-height: 40px;
    color: #ffffff;
    margin-bottom: 80px;
    margin-top: 20px;
    position: relative;
    max-width: 680px;
}

@media (max-width: 1399px) {
    .juristo-testimonial-s2 .testimonial-item p {
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 65px;
    }
}

@media (max-width: 1199px) {
    .juristo-testimonial-s2 .testimonial-item p {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .juristo-testimonial-s2 .testimonial-item p {
        font-size: 17px;
        line-height: 25px;
    }
}

.juristo-testimonial-s2 .testimonial-item p:before {
    position: absolute;
    left: 0;
    top: 35px;
    width: 50%;
    height: 100%;
    content: "";
    border-bottom: 2px solid #2b3f54;
    z-index: -1;
}

@media (max-width: 1199px) {
    .juristo-testimonial-s2 .testimonial-item p:before {
        top: 20px;
    }
}

@media (max-width: 767px) {
    .juristo-testimonial-s2 .testimonial-item p:before {
        left: 50%;
        transform: translateX(-50%);
    }
}

.juristo-testimonial-s2 .testimonial-item p::after {
    position: absolute;
    left: 0;
    top: 45px;
    width: 40%;
    height: 100%;
    content: "";
    border-bottom: 2px solid #2b3f54;
    z-index: -1;
}

@media (max-width: 1199px) {
    .juristo-testimonial-s2 .testimonial-item p::after {
        top: 30px;
    }
}

@media (max-width: 767px) {
    .juristo-testimonial-s2 .testimonial-item p::after {
        left: 50%;
        transform: translateX(-50%);
    }
}

.juristo-testimonial-s2 .testimonial-item h3 {
    margin-top: 30px;
    font-weight: 400;
    font-size: 32px;
    color: #fff;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .juristo-testimonial-s2 .testimonial-item h3 {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .juristo-testimonial-s2 .testimonial-item h3 {
        font-size: 25px;
        line-height: 30px;
    }
}

.juristo-testimonial-s2 .testimonial-item span {
    font-weight: 400;
    font-size: 20px;
    color: #a6c0db;
}

@media (max-width: 1199px) {
    .juristo-testimonial-s2 .testimonial-item span {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .juristo-testimonial-s2 .testimonial-item span {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (max-width: 767px) {
    .juristo-testimonial-s2 .testimonial-item span {
        font-size: 16px;
        line-height: 20px;
    }
}

/*Contact form*/


/* 3.6 juristo-contact-section*/
.juristo-contact-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.juristo-contact-section .juristo-contact-info-area {
    max-width: 490px;
}

.juristo-contact-section .juristo-contact-info-area .juristo-section-title-s2 {
    margin-bottom: 0;
    text-align: left;
}

.juristo-contact-section .juristo-contact-info-area .juristo-section-title-s2 span {
    color: #CA9D75;
}

.juristo-contact-section .juristo-contact-info-area .juristo-section-title-s2 h2 {
    color: #fff;
    margin-bottom: 10px;
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-size: 54px;
    line-height: 100.8%;
}

@media (max-width: 575px) {
    .juristo-contact-section .juristo-contact-info-area .juristo-section-title-s2 h2 {
        font-size: 52px;
    }
}

.juristo-contact-section .juristo-contact-info-area p {
    font-weight: 400;
    font-size: 16px;
    line-height: 148%;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 40px;
}

.juristo-contact-section .juristo-contact-info-area .juristo-contact-info-item {
    overflow: hidden;
    margin-bottom: 30px;
}

.juristo-contact-section .juristo-contact-info-area .juristo-contact-info-item .icon {
    float: left;
    overflow: hidden;
    margin-right: 22px;
    width: 65px;
    height: 65px;
    line-height: 65px;
    background: rgba(255, 255, 255, 0.13);
    text-align: center;
    border-radius: 50%;
}

.juristo-contact-section .juristo-contact-info-area .juristo-contact-info-item .icon .fi:before {
    color: #CA9D75;
    font-size: 30px;
}

.juristo-contact-section .juristo-contact-info-area .juristo-contact-info-item .info-text {
    overflow: hidden;
    margin-top: 0px;
}

.juristo-contact-section .juristo-contact-info-area .juristo-contact-info-item .info-text span {
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.69);
}

.juristo-contact-section .juristo-contact-info-area .juristo-contact-info-item .info-text h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    text-transform: lowercase;
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
}

.juristo-contact-section .juristo-contact-form-area {
    padding: 80px 40px;
    background: #2a425a;
    position: relative;
    z-index: 1;
    padding-right: 60px;
}

.juristo-contact-section .juristo-contact-form-area:before {
    position: absolute;
    left: -15px;
    top: -15px;
    width: 100%;
    height: 100%;
    content: "";
    background: #273c50;
    z-index: -1;
}

@media (max-width: 575px) {
    .juristo-contact-section .juristo-contact-form-area:before {
        left: -5px;
        top: -5px;
    }
}

@media (max-width: 991px) {
    .juristo-contact-section .juristo-contact-form-area {
        margin-top: 40px;
    }
}

@media (max-width: 575px) {
    .juristo-contact-section .juristo-contact-form-area {
        padding: 25px;
        padding-top: 50px;
    }
}

.juristo-contact-section .juristo-contact-form-area .juristo-section-title-s2 {
    text-align: left;
}

.juristo-contact-section .juristo-contact-form-area .juristo-section-title-s2 h2 {
    margin-top: 0;
    font-size: 40px;
    color: #fff;
}
.juristo-contact-section .juristo-contact-form-area .juristo-section-title-s2 p {
    color: #fff;
}

.juristo-contact-section .juristo-contact-form-area .form-group {
    margin-bottom: 20px;
}

.juristo-contact-section .juristo-contact-form-area input,
.juristo-contact-section .juristo-contact-form-area select,
.juristo-contact-section .juristo-contact-form-area textarea {
    background: none;
    border: 0;
    border-bottom: 1px solid #39526a;
    width: 100%;
    height: 56px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding-left: 0px;
    color: #bedbf9;
}

@media (max-width: 991px) {

    .juristo-contact-section .juristo-contact-form-area input,
    .juristo-contact-section .juristo-contact-form-area select,
    .juristo-contact-section .juristo-contact-form-area textarea {
        height: 45px;
    }
}

.juristo-contact-section .juristo-contact-form-area input:focus,
.juristo-contact-section .juristo-contact-form-area select:focus,
.juristo-contact-section .juristo-contact-form-area textarea:focus {
    border-color: #39526a;
    background: transparent;
}

.juristo-contact-section .juristo-contact-form-area textarea {
    padding-top: 15px;
}

.juristo-contact-section .juristo-contact-form-area input[type=submit] {
    border: 0;
    text-align: left;
    color: #fff;
    background: #CA9D75;
    width: auto;
    padding-left: 40px;
}

.juristo-contact-section .juristo-contact-form-area input[type=submit]:hover {
    background: #a97b53;
    color: #fff;
}

.juristo-contact-section .juristo-contact-form-area .submit-area {
    margin-top: 40px;
}

.juristo-contact-section .juristo-contact-form-area .submit-area .juristo-btn {
    background: #1D1B1B;
}



.juristo-contact-section .juristo-contact-form-area ::-webkit-input-placeholder {
    color: #eee;
}

.juristo-contact-section .juristo-contact-form-area :-moz-placeholder {
    color: #eee;
}

.juristo-contact-section .juristo-contact-form-area ::-moz-placeholder {
    color: #eee;
}

.juristo-contact-section .juristo-contact-form-area :-ms-input-placeholder {
    color: #eee;
}