/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
    .page-header {
        padding: 10px 0px 200px !important;
    }

    .page-header__inner h2 {
        font-size: 20px !important;  
    }

    .overview_text{
        margin-top: 0px !important;

    }


}

.infoPartner-principal {
    background-color: #2a3a55;
    /* border-bottom-left-radius: 105px; */
    border-bottom-right-radius: 70px;
    padding: 50px 75px 110px 30px;
    margin-top: 65px;
}
.infoPartner-principal h4 {
    color: #ffffff;
    font-family: 'CenturyGothic-Bold';
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 18px;
}
.divider_practice {
    border-bottom: 2px solid #92cdcf;
    margin-bottom: 30px;
}
.partner-container {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 16px;
}
.partner-container .partner-img img {
    width: 188px;
    /* max-width: 188px; */
    height: auto;
}
.partner-container .partner-info {
    padding-left: 50px;
    /* max-width: 476px; */
}

.partner-container .partner-info h3 {
   color: #fff;
}

.partner-container .partner-info span {
   color: #92cdcf;
}

.wpb_wrapper {
    color: #fff;
}

.staff a {
    /* color: #ffffff !important; */
    color: #ffffff;
    font-size: 24px;
    line-height: 40px;
    font-family: "Roboto-Regular";
}

.btn_bio {
    margin-bottom: 30px;
    margin-top: 20px;
    margin-left: -50px;
}
.btn_bio > ul li a {
    line-height: 28px;
    font-size: 18px;
    display: flex;
    border: unset;
    border-bottom-color: unset;
    background-color: #92cdcf;
    border-radius: 25px;
    padding: 4px 30px;
    transition: unset;
    color: #445778;
    font-family: 'CenturyGothic-Bold';
}

.btn_bio > ul li a:hover {
   
    color: #445778 !important;
   
}






.life p:after{
    content: "";
    position: absolute;
    left: 40px;
    height: 1px;
    width: 290px;
    bottom: -7px;
    background: rgb(2, 0, 36);
   
    background: linear-gradient(86deg, rgba(2, 0, 36, 1) 0%, rgba(140, 205, 209, 1) 35%, rgba(140, 205, 209, 1) 92%);
}

.pricing-one__single-inner.single-overview {
    min-height: auto;
    border: none;
    box-shadow: none;
}


.overview_text{
    margin-top: -200px;
    position: relative;
    display: block;
    padding: 10px 0 108px;
    z-index: 1;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);

}

.page-header{
    position: relative;
    min-height: 820px;
    overflow: hidden;
}

.page-header__bg{
    position:absolute;
    inset:0;
    /*background-size:cover;*/
    background-position:center;

    background-size: contain;
    background-repeat: no-repeat;


}

.container-headerpage,
.container-headerpage-people{
    position:absolute;

    left:0;
    right:0;
    bottom:40px;

    z-index:10;
}

.container-headerpage-twocolum{
    position:absolute;

    left:0;
    right:0;
    bottom:300px;

    z-index:10;
}


.titles{
    max-width:900px;
}


.titles h2{
    margin:0;

    color:#212529;
 
    font-size: clamp(28px, 5vw, 58px);
    line-height:1.05;
}

.page-header-small{
    min-height: 150px !important;
}


@media (max-width: 1200px) {
    .titles h2 {
        font-size: 32px;
    }
}

@media(max-width:768px){

    .page-header{
        min-height:340px;
    }

    .container-headerpage,
    .container-headerpage-people{
        bottom:15px;
    }

    .titles h2{
        font-size:20px !important;
    }

    .page-header__inner h2 {

        margin-bottom: -10px !important;
    }

 


}

@media (max-width: 480px) {
    .page-header {
        min-height: 300px;
    }

    .titles h2 {
        font-size: 14px !important;
    }
}



.page-header__inner {
    position: relative;
    display: block;
}

.page-header__inner h2 {
    font-size: 70px;
    font-weight: 700;
    line-height: 1.2em;
    /*color: var(--judges-white);*/
    margin-bottom: 20px;
}

.thm-breadcrumb__box {
    position: relative;
    display: block;
    z-index: 1;
}

.thm-breadcrumb {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.thm-breadcrumb li {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: var(--judges-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li span {
    position: relative;
    display: inline-block;
    top: 3px;
}

.thm-breadcrumb li a {
    position: relative;
    display: inline-block;
    color: var(--judges-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li a i {
    position: relative;
    display: inline-block;
    padding-right: 7px;
}

.thm-breadcrumb li:hover a {
    color: var(--judges-base);
}

.thm-breadcrumb li.active {
    color: var(--judges-base);
}




.Knowledge_div_style1 {
    max-width: 208px;
    background: #92cdcf;
    display: block;
    padding: 41px 20px;
    border-bottom-right-radius: 83px;
    position: relative;
    margin-bottom: 35px;
    float: unset;
}

.Knowledge_div_style2 {
    max-width: 208px;
    background: #445778;
    display: block;
    padding: 41px 20px;
    border-bottom-right-radius: 83px;
    position: relative;
    margin-bottom: 35px;
    float: unset;
}



.Knowledge_div_style1 a{
    display: block;
    text-align: left;
    color: #445778;
    font-size: 21px;
    line-height: 26px;
    font-family: "CenturyGothic-Bold";
    font-style: normal;
    position: relative;
    min-height: 107px;
}

.Knowledge_div_style2 a{
    display: block;
    text-align: left;
    color: #fff;
    font-size: 21px;
    line-height: 26px;
    font-family: "CenturyGothic-Bold";
    font-style: normal;
    position: relative;
    min-height: 107px;
}


.Knowledge_div_style1:after {
    position: absolute;
    bottom: 30px;
    left: 27px;
    content: '';
    background-image: url(Arrow.png);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    z-index: 999999;
}

.Knowledge_div_style2:after {
    position: absolute;
    bottom: 30px;
    left: 27px;
    content: '';
    background-image: url(Arrow-wight.png);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    z-index: 999999;
}

.btn-container-artilces {
    border-bottom: unset;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.btn-container-artilces .login-btn {
    color: #e8e4e0 !important;
    max-width: 128px;
    display: block;
    width: 50%;
    background-color: #445778;
    border-radius: 40px;
    padding: 7px 14px !important;
    text-align: center;
    font-size: 18px !important;
    line-height: 35px !important;
    font-family: "CenturyGothic-Bold";
}

.btn-container-artilces .login-btn {
    color: #e8e4e0 !important;
    max-width: 128px;
    display: block;
    width: 50%;
    background-color: #445778;
    border-radius: 40px;
    padding: 7px 14px !important;
    text-align: center;
    font-size: 18px !important;
    line-height: 35px !important;
    font-family: "CenturyGothic-Bold";
}

li {
    text-align: justify;
    color: #30353c;
    font-size: 18px;
    line-height: 40px;
    font-family: "Roboto-Regular";
   /* margin-bottom: 22px !important;*/
}

.li_home li{
    margin-bottom: 0px !important;
    color: #fff;
    font-size: 15 px;
    line-height: 25px;
    font-family: "Roboto-Regular";
}

.staff li{
    margin-bottom: 0px !important;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-family: "Roboto-Regular";
}

.titles{
    max-width: 70%;
     font-family: "CenturyGothic-Bold";
}

.titles h2{
font-size: 40px;
}



@media (min-width: 992px) {
    .shadow-box li.dropdown {
        position: relative;
    }

    .shadow-box li.dropdown > ul {
        display: none;
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 9999;
        background: #fff;
        min-width: 240px;
        box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    }

    .shadow-box li.dropdown:hover > ul {
        display: block;
        
    }
}


/*.shadow-box li.dropdown:hover > ul {
      
    background-color: #92cdcf;
}*/

.main-menu .main-menu__list>li.dropdown>a {
    font-family: "CenturyGothic-Bold";
    
}

@media (max-width: 991px) {
    .shadow-box li.dropdown > ul {
        position: static;
        display: none; 
        box-shadow: none;
        background: none;
        padding-left: 15px; 
    }

    .shadow-box li.dropdown.open > ul {
        display: block; 
    }

    .titles h2{
     font-size: 20px !important";
    }
}


.ul_submenu {
   
    background-color: var(--judges-white);
    min-width: 260px;
    padding: 15px 10px 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    border-bottom-left-radius: var(--judges-bdr-radius);
    border-bottom-right-radius: var(--judges-bdr-radius);
    
   list-style-type: none;
    z-index: 99;
    transform-origin: 50% 0%;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.ul_submenu li {
    list-style-type: none;
    border-top: 1px solid rgba(var(--judges-black-rgb), 0.10);
    margin-top: 0px;
}

.ul_submenu li>a {
    position: relative;
    display: flex;
    align-items: center;
    color: rgba(var(--judges-black-rgb), 1);
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    font-family: var(--judges-font-two);
    text-transform: capitalize;
    padding: 12px 0px 12px;
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
}
/* End */