body {
    color: #1C1C1C;
    font-family: var(--secondary-font);
    font-size: var(--body-size);
    font-weight: 300;
    line-height: 2;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--primary-font);
    color: #1C1C1C;
   
    text-transform: uppercase;
}




/********************Header***********************/

.main-header-top {
    margin-right: 20px;
}

.main-header-top .social-media ul li svg, .main-header-top .social-media ul li img {
    width: 18px;
    height: 18px;
}
.main-header-top .social-media ul li a {
    line-height: 1;
    height: 37px;
    width: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}
.main-header-top .social-media ul li svg path{
    fill: #fff;
}

.main-header-top .row {
    display: flex;
    justify-content: space-between;
}

.main-header-top .social-media {
    width: 100%;
    max-width: 350px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.main-header-top .call-us-today {
    width: 100%;
    max-width: 500px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-transform: uppercase;
}

.main-header-top .social-media ul {
    margin: 0;
    padding: 0;
}

.header-search svg {
    position: relative;
    line-height: normal;
    /*top: -3px;*/
	top: 0px;
	cursor:pointer
}

.main-header-top .social-media ul li {
    display: inline-block;
    margin-right: 15px;
}

.header_phone_text {
    font-size: 14.5px;font-weight: 500;text-transform: uppercase;
}

.call-us-today{
    width: 165px;
    flex-shrink: 0;
}

.header_phone_number{
    display: flex;
    align-items: center;
    font-size: 15px;
    color: var(--primary-color);
}
.header_phone_number svg{
    margin-right: 5px;
}

.main-header-wrap .header-logo svg {
    width: 100%;
    max-width: 150px;
    padding-top: 5px;height: auto;
}

.main-header-wrap .header_menu_apply {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.main-header-wrap .header-menu-wrap {
    display: flex;
    align-items: center;
    justify-content: end;
}

.main-header-wrap .header-menu-wrap > ul {
    position: relative;
}

.main-header-wrap .header-menu-wrap > ul:after {
    content: '';
    background: #5D5D5D;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 20px;
    margin: auto;
}

.main-header-wrap .header-menu-wrap > ul {
    margin-right: 10px;
}


/*************Footer****************/



.footer-social ul {
    display: inline-block;
}

.footer-social ul li {
    display: inline-block;
}

.footer-social ul li svg {
    width: 20px;
    height: 20px;
}

.footer-social ul li {
    border: 1px solid var(--primary-color);
    padding: 10px;
    border-radius: 20px;
    margin-right: 35px;
    transition: 0.5s;
}
.footer-social ul li:hover{
    background: #048;
}
.footer-social ul li:hover a svg path{
    fill:#fff;
}

.footer-social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

footer .column-3 {
    padding: 30px 0px;
}

footer .footer-copyright {
    background: #f2f2f2;
    padding: 5px 0px;
    line-height: 1.5;
    font-size: 15px;
}
footer .column-2 ul .current-menu-item > a {
    position: relative;
}

footer .column-2 ul .current-menu-item > a:after {
    content: '';
    position: absolute;
    background: var(--primary-color);
    left: 0;
    right: 0;
    bottom: -2px;
    width: calc(100% - 10px);
    height: 1px;
    margin: auto;
}

.copyright-privacy {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.copyright-privacy ul#menu-privacy-policy, .copyright-privacy p{
    margin: 0;
}

.copyright-privacy ul#menu-privacy-policy li {
    margin-right: 10px;
}

.copyright-privacy ul#menu-privacy-policy li a {
    color: var(--grey,#5d5d5d);
}

.copyright-privacy ul#menu-privacy-policy {
    display: flex;
    padding-left: 10px;
}

.search-icon svg path{
    fill: var(--primary-color);
}
/************Schema************/

.schema-sec-1 .schema-wrap {
    background-color: var(--primary-color);
    margin-bottom: 40px;
    padding: 40px;
    color: #fff;
}

.schema-sec-2 .schema-wrap {
    background-color: var(--primary-color);
    margin-bottom: 40px;
    padding: 40px;
    color: #fff;
}

.schema-sec-2 iframe {
    width: 100%;
    border: none;
    padding: 0px;
    margin: 0px;
}

.schema-wrap strong {
    font-size: 20px;
}

.schema-wrap h3 {
    color: #fff;
}

.schema-sec-2 .video-title {
    display: none;
}

.schema-wrap .row {
    align-items: center;
}

.schema-sec-1 {
    margin-top: 60px;
}

/************Schema End************/
/******************/
/************Search  Header******************/
/*========== Search Button in Header ==========*/
/*body.search-open {
    position: fixed;
    overflow-y: scroll;
    left: 0;
    right: 0;
}*/
.search-btn {
    cursor: pointer;
}

.search-btn svg {
    width: 100%;
    height: 100%;
}

.search-panel {
    position: fixed;
    width: 100%;
    height: 150px;
    background-color: #fff;
    left: 0;
    top: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    transition: 0.6s ease-in-out;
    transform: translateY(-100%);
}

.search-panel .input-field {
    display: flex;
    width: 100%;
    position: relative;
}

.search-panel input[type=submit] {
    height: 60px;
    width: 60px;
    border: none;
    cursor: pointer;
    background: url(../img/search.svg) no-repeat;
    background-position: center;
    background-size: 1.5rem;
    outline: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    /* background-color: var(--primary-color); */
}

.search-panel input[type='submit']:hover {
    opacity: 0.7;
}

.search-panel.open {
    top: 0;
    display: block;
    opacity: 1;
    padding: 3em;
    transition: 0.3s ease-in-out;
}

.search-close {
    position: absolute;
    right: 25px;
    top: 15px;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    z-index: 999999;
    cursor: pointer;
}

.search-close:hover {
    color: #fff;
}

.search-panel form#searchform {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    z-index: 99999;
    padding-bottom: 30px;
}

.search-panel .searchform input[type="text"] {
    padding: 0;
    border: 0;
    vertical-align: middle;
    background-color: transparent;
    color: #000 !important;
    border-bottom: 0px solid;
    width: 100%;
    outline: 0;
    box-shadow: none;
    position: relative;
    left: 0;
    top: 0;
    height: 60px;
    border-bottom: 1px solid #e7e7e7;
    padding-right: 60px;
}

.search-panel .searchform ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000 !important;
    opacity: 0.5 !important;
}

.search-panel .searchform ::-moz-placeholder {
    /* Firefox 19+ */
    color: #000 !important;
    opacity: 0.5 !important;
}

.search-panel .searchform :-ms-input-placeholder {
    /* IE 10+ */
    color: #000 !important;
    opacity: 0.5 !important;
}

.search-panel .searchform :-moz-placeholder {
    /* Firefox 18- */
    color: #000 !important;
    opacity: 0.5 !important;
}

.search-panel .searchform input[type="image"] {
    vertical-align: middle;
    padding: 20px;
    height: 60px;
    width: 60px;
    outline: 0;
    position: absolute;
    right: -10px;
    bottom: 0;
}

.search-panel .search-box {
    margin: 15px 0 0;
    padding: 15px 0 30px;
    border-bottom: 1px solid #eee;
}

.search-panel .search-heading a {
    font-size: 22px;
    color: #000;
}

.search-panel .searchform input::-ms-clear {
    display: none;
}

/******************
Close Button
*/
.close-container {
    margin: auto;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.leftright {
    height: 2px;
    width: 30px;
    position: absolute;
    margin-top: 15px;
    background-color: #000;
    border-radius: 2px;
    transform: rotate(45deg);
    transition: all .3s ease-in;
}

.rightleft {
    height: 2px;
    width: 30px;
    position: absolute;
    margin-top: 15px;
    background-color: #000;
    border-radius: 2px;
    transform: rotate(-45deg);
    transition: all .3s ease-in;
}

.close-container:hover .leftright {
    transform: rotate(-45deg);
    background-color: #000;
}

.close-container:hover .rightleft {
    transform: rotate(45deg);
    background-color: #000;
}

/************Search  Header******************/
.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}
.space-mr{
    margin: 80px 0px;
}
.space-pd{
    padding: 80px 0px;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
   
}
.header.shrink{
    background-color: var(--primary-color);
}
.header.shrink .location-wrp a:hover{
    color: white;
    text-decoration: underline;
}
.header.shrink .location-wrp a{
border-color: white;
}
.shrink .header_phone_number svg{
    fill: white;
}
.header.shrink .location-wrp a svg path{
    fill: white;
}
.header.shrink *{
    color: white;
}
.header.shrink .header-search svg path{
    fill: white;
}
.location-wrp a{
    font-weight: 500;
    margin-right: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    padding-left: 25px;
    
    position: relative;
}
.location-wrp a:after{
    content: '';
    height: 15px;
position: absolute;
right: 0;
width: 1px;
top: calc(50% - 7px);
border-right: 1px solid #00000059
}
.shrink .location-wrp a:after{
    border-right: 1px solid white;
}
.location-wrp a:before{
    content: '';
    width: 14px;
    height: 17px;
    background-image: url(../img/map.svg);
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
}
.shrink .location-wrp a:before{
    filter: brightness(0) invert(1);
}
.location-wrp a:hover{
    color: var(--primary-color);
}
.header.shrink{
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
}
.shrink .header_phone_number svg path{
    fill: white;
}
.shrink .main-header-wrap .header-menu-wrap > ul::after{
    background: white;
}
.btn{
   padding: 18px 40px 18px 40px;
   font-size: 16px;
   line-height: 16px;
   color: white;
   text-transform: uppercase;
   border-radius: 30px;
   background-color: var(--primary-color);
   border: 1px solid var(--primary-color);
}
.btn.white-btn{
border: 1px solid white;
color: white;

}
.btn.white-btn:hover{
    background-color: var(--black);color: white;border-color: white;
}
.btn:hover{
    color: var(--primary-color);
    background-color: transparent;
    border-color: var(--primary-color);
}
.wpcf7-spinner {
   /* position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    margin: auto;*/
	position: relative;
	right: 0;
	bottom: -9px;
	left: 10px;
	margin: auto;
}
.form-control:focus {
    background-color: unset;
    border: none;
    border-bottom: 1px solid #D1D1D1;
    outline: 0;
    box-shadow: none;
  }
.form-control{
    border: none;
    border-bottom: 1px solid #D1D1D1;font-size: 16px;
    border-radius: 0;
    padding: 18px 0px;
    margin-bottom: 25px;
}
textarea{
    resize: none;
}
.form-control::placeholder{
    font-size: 16px;
    text-transform: uppercase;color:#1C1C1C 
}
.form-control::-webkit-input-placeholder {
    color:#1C1C1C
}

.form-control::-moz-placeholder {
    color: #1C1C1C
}

.form-control:-ms-input-placeholder {
    color: #1C1C1C
}

.form-control:-moz-placeholder {
    color: #1C1C1C
}


.banner-form .form-control::placeholder,
.footer-form .form-control::placeholder{
   color:#1C1C1C  !important
}
.banner-form .form-control::-webkit-input-placeholder ,
.footer-form .form-control::placeholder{
    color:#1C1C1C !important
}

.banner-form .form-control::-moz-placeholder,
.footer-form .form-control::placeholder{
    color: #1C1C1C !important
}

.banner-form .form-control:-ms-input-placeholder ,
.footer-form .form-control::placeholder{
    color: #1C1C1C !important
}

.banner-form .form-control:-moz-placeholder,
.footer-form .form-control::placeholder{
    color: #1C1C1C !important
}


.form-group{
    margin-bottom: 20px;
}

div#html5-close {
    background-image: url(img/close.png);
    background-size: auto;
    width: 31px;
    height: 34px;
    background-repeat: no-repeat;
}

.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}
.wpcf7 .wpcf7-not-valid-tip{
    display: none !important;
}
.wpcf7 .wpcf7-not-valid-tip,
.wpcf7 label.error , .email-error{
    color: #fff;
    font-weight: 500;
    display: block;
    position: absolute;
    bottom: 1px;
    right: 0;
    font-size: 10px;
    background-color: #b30000;
    padding: 8px;
    border-radius: 4px 4px 0 0;
    line-height: 6px;
    text-transform: capitalize;
    margin: 0;
    z-index: 1;
    line-height: 0px;
}

div#html5-close img {
    display: none;
}

.wpcf7 form .wpcf7-response-output {
    display: none;
}

/***************/
.slick-dots {
    display: flex;
    justify-content: center;

    margin: 0;
    padding: 1rem 0;

    list-style-type: none;
}

.slick-dots li {
    margin: 0 0.25rem;
}

.slick-dots button {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #3e3e3e;
    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: var(--primary-color);
}
.footer-form a{
    font-weight: 500;color: var(--black);
}

.footer-form textarea{
    height: 200px;
}
.footer{
    background-color: #1C1C1C;
    position: relative;
    overflow: hidden;
}
.footer .map-sec iframe{
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
}
.footer .rgt{
    padding-top:60px;
    padding-left: 40px;
    color: white;
}
.footer .rgt *{
    color: white;
}
.footer-title{
    font-size: 20px;
    letter-spacing: 4.5px;
    font-weight: 500;text-transform: uppercase;
}
.quick-links ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.quick-links ul li{
    width: 40%;
}
.quick-links ul li a{
    font-weight: 300;

}
footer .map-sec{
    display: none;
}
footer .active .map-sec{
    display: block;
}
.footer-nap-row .footer-nap-col.active *{
    font-weight: 600;
}
.quick-links ul li.current_page_item a{
    text-decoration: underline;
}
.direction-link{
    text-decoration: underline;
}
.direction-link:hover{
    text-decoration: none;
}
.quick-links ul li a:hover{
    text-decoration: underline;
}
.copyright{
    color: white;
    position: relative;
    padding: 10px 40px 10px 40px;
   margin-top: 20px;
    
}
.copyright:before{
    content: '';
    width: 100vw;
    height: 100%; background-color: #FFFFFF1A;
    position: absolute;
    left: -15px;
    bottom: 0;
}
.phn-list p{
    margin-bottom: 12px;
   
}
.phn-list a{
    font-weight: 400;
}
.footer-nap-row{
    display: flex;flex-wrap: wrap;
}
.footer-nap-col{
    width: 50%;
}
.custom-ul li{
    position: relative;
    padding-left:15px;
}
.custom-ul li:before{
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--black);
    position: absolute;
    left: 0;
    top:13px
}
/***/
.gt_switcher-popup.glink svg, .gt_switcher-popup.glink img{
    display: none;
}
body .gt_switcher-popup.glink  span{
    margin: 0 !important;
    font-size: 16px !important;
    font-family: var(--secondary-font);
    font-weight: 500;
    text-decoration: underline;
    color: var(--primary-color);text-transform: uppercase;
}
body .shrink .gt_switcher-popup.glink  span{
color: white;
}
.gt_switcher-popup.glink span:last-child{
    display: none;
}
html[lang="es"] .banner_heading h1, html[lang="es"] .banner_heading .h1{
    font-size: 40px;
}
html[lang="es"] .banner_content p{
font-size: 18px;
}
html[lang="es"]  .banner_heading span{
font-size: 150px;
}



.accordion-button {
    font-size: 20px;
    color: var(--black);
    font-weight: 500;
    font-family: var(--secondary-font);
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 30px 0px;
border-radius: 0px !important;
padding-right: 50px;

}

.accordion-body {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-left: 0px;
    padding-right: 0px;
}

.accordion-item {
    border: none;
    border-radius: 0 !important;
    background-color: transparent;
}

.accordion-button:focus {
    box-shadow: none;border-bottom: 1px solid rgba(0,0,0,.15)
}

.accordion-button::after {
    content: '';
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #1C1C1C26;
    background-color: #FBFBFB;
    position: absolute;
    right: 0px;
    top: calc(50% - 22px);
    background-image: url(../img/arrow-up.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.accordion-button:not(.collapsed)::after{
    background-image: url(../img/arrow-up.svg);
}
.accordion-button:focus{
    border-color: none;
}
.accordion-button:not(.collapsed) {
    color: var(--black);
    background-color: transparent;
    box-shadow: none;
  }
  
.about-firm .img-sec {
    position: relative;
    padding-left: 20px;
    padding-bottom: 20px;
}

.about-firm .img-sec img {
    display: block;
    position: relative;
    z-index: 1;
	width: 100%;
}

.about-firm .img-sec:after {
    content: '';
    width: 96%;
    height: 96%;
    border: 1px solid var(--primary-color);
    position: absolute;
    left: 0;
    bottom: 0;
}
.gt_languages span{
    color: black !important;
}
.home-page-banner .image{
    position: relative;
}
.home-page-banner .image:after{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.18);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.inner-page-banner .img-wp:before{
    content: '';
    width: 60%;
    height: 100%;
    right: 0;
    background-color: rgba(255, 255, 255, 0.22);
    position: absolute;
    top: 0;
    z-index: 4;
}
.footer-logo{
    max-width: 300px;height: auto;
}
.custom_form_msg,
.msg-side-form {
    color: #ffffff;
    font-weight: 500;
    display: block;
    position: absolute;
    bottom: 2px;
    right: 65px;
    font-size: 10px;
    background-color: #b30000;
    padding: 5px;
    border-radius: 4px 4px 0px 0px;
    line-height: 4px;
    text-transform: capitalize;
}

em {
    font-style: italic !important;
}

.email-id {
    line-height: 1;
}
.practice-areas .img-wp img {
    margin-top: -100px;
    position: relative;
    z-index: 2;

}

.practice-areas .img-wp:after {
    content: '';
    position: absolute;
    right: -20px;
    top: -120px;
    width: 180px;
    height: 180px;
    background-color: white;
}

.practice-areas .btn-sec a {
    font-size: 25px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    font-weight: 300;
    padding: 20px;
    position: relative;transition: all 0.5s;
}

.practice-areas .btn-sec a:after {
    content: '';
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #1C1C1C26;
    background-color: #FBFBFB;
    position: absolute;
    right: 20px;
    top: calc(50% - 23px);
    background-image: url(../img/arrow-up.svg);
    background-repeat: no-repeat;
    background-position: center;transition: all 0.5s;
}

.practice-areas .btn-sec a:hover , .practice-areas .btn-sec.active a{
    background-color: var(--primary-color);
    color: white;transition: all 0.5s;
}

.practice-areas .btn-sec a:hover:after, .practice-areas .btn-sec.active a:after {
    transform: rotate(180deg);
    background-color: white;transition: all 0.5s;
}

.practice-areas .btm-container {
    position: absolute;
    background-size: cover;
    margin-top: -40px;
    z-index: 1;
    opacity: 0;
    overflow: hidden;
    height: 0;
}
.practice-areas .btm-container.active{
   opacity: 1;
   height: auto;overflow: unset; margin-top: -40px;position: relative;
}
.practice-areas .btm-container .img-sec img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;transition: all 0.5s;
}
.practice-areas .pc-col a{
    overflow: hidden;
}
.practice-areas .btm-container a:hover .img-sec img{
    opacity: 1;transition: all 0.5s;
}
.practice-areas .btm-container .practice-area-blk * {
    position: relative;
    z-index: 2;
}

.practice-areas .btm-container a {
    display: block;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    padding: 20px 20px;
   
}
 .practice-areas  .btm-container .practice-ar-slider a{
    height: 400px;
}
.practice-ar-slider .slick-dots button{
    background-color: rgba(251, 251, 251, 0.35);
}
.practice-areas .btm-container .title {
    font-size: 23px;
    font-weight: 300;
    color: white;
    text-transform: uppercase;
    margin-top: 10px;
}

.practice-ar-slider .slick-dots li{
    width: 15px;
    height: 15px;
    border: 1px solid transparent;border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.practice-ar-slider .slick-dots li.slick-active{
    border: 1px solid var(--primary-color);border-radius: 50%;
}