/*
Theme Name:  Custom Theme
Theme URI: http://appexsolution.com/
Author: Appexsolution
Author URI: http://appexsolution.com
Description:  Custom Theme is a modernized take on an ever-popular WordPress layout  the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail.  Custom Theme will make your WordPress look beautiful everywhere.
Version: 2.0
License: GNU General Public License v2 or later

*/
@import url(//db.onlinewebfonts.com/c/7dca09e227fdfe16908cebb4244589e4?family=Georgia);
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: 'Californian FB';
    src: url('assets/fonts/CalifornianFB-Bold.eot');
    src: url('assets/fonts/CalifornianFB-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/CalifornianFB-Bold.woff2') format('woff2'),
        url('assets/fonts/CalifornianFB-Bold.woff') format('woff'),
        url('assets/fonts/CalifornianFB-Bold.ttf') format('truetype'),
        url('assets/fonts/CalifornianFB-Bold.svg#CalifornianFB-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Californian FB regular';
    src: url('assets/fonts/CalifornianFB-Reg.eot');
    src: url('assets/fonts/CalifornianFB-Reg.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/CalifornianFB-Reg.woff2') format('woff2'),
        url('assets/fonts/CalifornianFB-Reg.woff') format('woff'),
        url('assets/fonts/CalifornianFB-Reg.ttf') format('truetype'),
        url('assets/fonts/CalifornianFB-Reg.svg#CalifornianFB-Reg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*{
  box-sizing:border-box;
  margin:0;
  padding:0;
}
body{
   font-family: 'Poppins', sans-serif;
}
ul{
  list-style-type:none;
}

.header {
  position:relative;
  z-index:9;
}
h1,h2,h3,h4,h5{
  font-family: 'Georgia';
}
p {
    margin: 0 0 14px;
    font-size: 16px;
    line-height: 1.6;
}
a:hover{
  text-decoration:none;
}
.pd-0{
   padding:0;
}

header .container, header .row{height:100%;}

.header-side {
    width: 41%;
  height:100%;
    /* padding-top: 35px; */
}

.header-center {
    width: 18%;
    margin-bottom: auto;
}
.header-side,.header-center{
  /* float:left; */
}
.header-side ul li {
    display:inline-block;
    position: relative;
    /* height: 42px; */
}

.header-side ul li a {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;  
    display: block;
}
.main-logo a {
    width: 85%;
    display: block;
    position: relative;
}

.main-logo img {
    width: auto;
  max-width:100%;
    height: 159px;
    top: -20px;
    position: absolute;
    left: 8px;
}
header {height: 92px;position: relative;z-index: 9;}
.main-menuleft, .header-contact {
    display: inline-block;
}
.main-menuleft ul{
  margin:0px;
}
.header-contact p {
    color: #7999ab;
    font-size: 16px;
    font-weight: 700;
}

.header-contact p i {
    margin-right: 10px;
}

/****************/
.custom-notification {
    background: #fff;
    max-width: 320px;
    padding: 10px;
}

.custom-notification svg {
    width: 30px;
}

.custom-social-proof {
    left: auto;
}

.custom-notification-content-wrapper p {
    font-size: 14px !important;
}

.stars svg {
    height: 15px;
    width: 15px;
}
/***************/
.slider-image img {width: 100%; height: auto}
.slider-item {
    position: relative;
}
.slider-main-content {
    position: absolute;
    top: 11%;
    left: 0;
    width: 100%;
}
.slider-txt h2 {
    color: #fff;
    font-size:95px;
    line-height: 90px;
    margin-bottom: 30px;
    font-weight: 600;
}
.slider-txt p {
    color: #fff;
    font-size: 20px;
}
.slider-contact-form {
    position: absolute;
    right: 10%;
    top: 25%;
    width: 430px;
}
.slide-rcontact-form-bg {
    color: #fff;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.slide-rcontact-form-bg input,.slide-rcontact-form-bg textarea {
    width: 100%;
    padding: 13px;
    font-weight: 400;
    border-radius: 7px;
    margin-bottom: 5px;
    border: none;
}
.slide-rcontact-form-bg textarea {
    height: 110px;
}
input.wpcf7-form-control.wpcf7-submit {
    display: block;
    color: white;
    width: 100%;
    height: 48px;
    padding-top: 9px;
    text-align: center;
    background-color: #7999ab;
    clip-path: polygon(11% 0, 99% 0%, 89% 90%, 0 92%);
    -webkit-clip-path: polygon(11% 0, 99% 0%, 89% 90%, 0 92%);
    position: relative;
}
.slider-logos {
    display: flex;
    margin-top: 29px;
}
.main-title {
    font-size: 85px;
    margin-top: 7px;
}

.main-subtitle {
    font-size: 25px;
    color: #50758e;
    font-weight: 500;
  font-family:'Poppins', sans-serif;
}
.title-line {
    width: 21%;
    height: 2px;
    background: #50758e;
    float: right;
    margin-top: 60px;
    margin-right: 12px;
    position: relative;
}

.title-line:after {
    width: 20px;
    height: 20px;
    border: 2px solid #50758e;
    position: absolute;
    content: "";
    right: -19px;
    top: -9px;
}
.trial-lawyer-left img {
    width: 100%;
}
.blue-txt {
    color: #7999ab;
    font-size: 17px;
    margin-bottom: 28px;
    margin-top: 13px;
}
.trial-lawyer-left p a {
    margin-top: 51px;
}
.service-box {
    background: #fff;
    padding: 20px 27px;
    min-height: 186px;
}
.service-box-content h4 {
    color: #1b345f;
    font-weight: 600;
}
.service-boxes {
    padding: 72px 0px 120px 0px;
}

.service-box-icon {
    padding-top: 8px;
}

.service-box-content p {
    font-size: 14px;
    font-weight:500;
}
.video-guides-left {
    color: #fff;
    padding-bottom: 80px;
    margin-top: 59px;
    padding-right: 78px;
}
.video-guides-left span {
    font-size: 25px;
}

.video-guides-left h1 {
    font-size: 55px;
    margin-top: 5px;
    font-weight: 600;
}
.video-guides {
    padding: 100px 0px;
}
.video-guides-right img, .video-gallery-item img {
    width: 100%;
    transition: .7s all;
  position:relative;
}
.video-guides-right img, .video-gallery-item a:before {
    content: "";
    width: 128px;
    height: 82px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    margin: auto;
    background: url(/wp-content/uploads/2024/09/image-25-1.png) no-repeat center;
    z-index: 9;
    background-size: 70px;
}
section.sec2_home.video-guides:before{
    content:none;
}
.video-guides-right img, .video-gallery-item a:hover:before{
  opacity:0.8;
}

.team-title .span-left:before {
    width: 16px;
    height: 16px;
    border: 1px solid #50758e;
    position: absolute;
    content: "";
    left: -16px;
    top: -9px;
}

.team-title .span-right:after {
    width: 16px;
    height: 16px;
    border: 1px solid #50758e;
    position: absolute;
    content: "";
    right: -16px;
    top: -9px;
}

.team-title {
    text-align: center;
}

.team-title .span-left {
    position: relative;
}

.span-right, .span-left {
    width: 21%;
    position: relative;
    border-top: 1px solid #50758e;
    display: inline-block;
    padding: 11px;
    margin: 0px 44px;
}

.team-item-box-image img {
    width: 100%;
    height: auto;
}

.team-item-box-image {
    margin-bottom: 22px;
}

.team-item-box-content {
    text-align: center;
}

.team-item-box-content h4 {
    color: #1b345f;
    font-weight: 600;
}

.team-item-box-content p {
    color: #89a5b5;
    font-family: 'Georgia';
}
.video-gallery.video-gallery-thumb .video-gallery-item {
    display: table !important;
}
.practice-box {
    display: table;
    width: 100%;
}
.practice-box .title-line {
    width: 44%;
}
.practice-image img {
    width: 100%;
}

.main-practice-div {
    text-align: center;
    display: table;
    width: 100%;
    border: 1px solid #c1c1c1;
    margin-bottom: 70px;
    padding: 13px;
    border-radius: 3px;
    min-height: 451px;
}
.team, .practice-areas {
    padding: 60px 0px;
}
.practice-icon-image {
    width: 74px;
    margin: 0 auto;
    background: #fff;
    border-radius: 50px;
    height: 74px;
    display: flex;
    margin-top: -34px;
    box-shadow: 0px 1px 9px -3px #000;
    position: relative;
    margin-bottom: 27px;
    align-items: center;
  transition: 0.6s ease all;
    justify-content: center;
}

.practice-content h4 {
    color: #1b345f;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}
.practice-image {
    margin-top: -41px;
  overflow:hidden;
}
.practice-content {
    padding-bottom: 15px;
}

.practice-btn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.practice-content h5 {
    font-family: inherit;
    font-size: 16px;
}
.testimonial-title, .testimonial-subtitle {
    color: #fff;
}
.testimonial-title .span-left, .testimonial-title .span-right,.testimonial-title .span-left:before, .testimonial-title .span-right:after {
    border-color: #fff;
}
.testimonial-item-box {
    padding: 19px 0px;
}

/* .slick-prev, .slick-next{
  top:100% !important;
}
.slick-next {
    right: 520px !important;
} 
.slick-prev {
    left: 520px !important;
}

.slick-next:before,.slick-prev:before {
    content: "" !important;
    border-top: 1px solid #fff;
    width: 30px;
    height: 2px;
    position: absolute;
}*/ 

.theme-btn:before{
content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #7999ab;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.theme-btn:hover:before{
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
.testimonial-item-box-content h2 {
    font-weight: 600;
    margin: 0;
    font-size: 30px;
}

.testimonial-item-box-content p span {
    font-size: 15px;
}

.testimonial-item-box-content p:nth-child(2) {
    margin: 0px;
}

.testimonial-item-box-content p:nth-child(3) {
    margin-top: 22px;
  position:relative;
}
.wrapper {
   overflow-x: hidden;
}
.testimonial-item-box-content p:nth-child(3):before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url(http://mtl.appexsolution.com/wp-content/uploads/2020/11/icon.png);
    left: -25px;
    background-size: cover;
    top: 2px;
}
.rating-img {
    position: absolute;
    top: 3.5em;
    right: 60px;
}
.testimonial-item-box .slick-dots li {
    margin-right: 11px;
}
.testimonial-item-box .slick-dots li button:before {
    font-size: 0;
    width: 30px;
    height: 2px;
    background: #fff;
}
.main-practice-div:hover .practice-icon-image {
    transform: rotate(45deg);
    background: #4f748e;
}
.main-practice-div:hover .practice-icon-image img{
  filter: brightness(100);
}
.service-box-icon img {
    transition: 0.7s all;
}
.service-box:hover .service-box-icon img {
    -webkit-transform: rotateY(360deg);
    -khtml-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.video-gallery-item:hover img {
    transform: scale(1.2);
}

.video-gallery-item {
    overflow: hidden;
}

.video-gallery-item {
    overflow: hidden;
}
.video-gallery .slick-slide {
    padding: 0px 6px;
}
.main-practice-div:hover .practice-image img {
    transform: scale(1.1);
}
.practice-image img{
  transition:.7s all;
}

/*  ----------- About ------------------*/
.inner-page-header {
    padding-top: 6%;
}
.inner-page-content h1 {
    font-size: 55px;
    color: #fff;
    /* font-weight: bold; */
}
.trial-lawyer-bottom-content {
    padding-top: 20px;
}
.laurance-content {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* .page-template-template-parts .trial-lawyer {
    padding-bottom: 0px;
} */
.no-fess h5 {
    font-family: "Open Sans";
    letter-spacing: 2px;
    font-size: 20px;
}
.laurance-content p {font-family: "georgia";color: #50758e;}

.page-template-airplane-disasters .contact-us1 img,.page-template-feedback .contact-us1 img,.page-template-about-us .contact-us1 img,.page-template-team .contact-us1 img {
}
.laurance-content h3 {
    margin-bottom: 4px;
    font-weight: bold;
    color:#1b345f;
    font-size:20px;
}
.blog {
    padding: 40px 0px;
}
.sidebar2-img {
    width: 36%;
    border-radius: 8px;
    overflow: hidden;
    min-height: 86px;
}

.sidebar2-content {
    width: 74%;
    padding-left: 10px;
}

.sidebar2-inner-container {
    display: flex;
    padding: 12px 0px;
}
.sidebar-2 {
    background: #50758e;
    padding: 32px;
    color: #fff;
    margin-top: 35px;
}
.sidebar2-content p {
    font-size: 15px;
    line-height: 1.4;
}
.sidebar2-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sidebar2-inner h6 {
    padding-bottom: 5px;
}
.sidebar2-inner ul li a {
    line-height: 2.2;
    font-size: 15px;
}
.sidebar-2.sidebar-1 ul {
    padding-left: 13px;
}
.sidebar2-content {
    font-size: 14px;
}
.testimonial-subtitle2 {
    color: #7999ab;
}

.testimonial-title2 {
    color: #1d2025;
    font-size: 55px;
}
.testimonial-title2 .span-left, .testimonial-title2 .span-right,.testimonial-title2 .span-left:before, .testimonial-title2 .span-right:after {
    border-color: #7999ab;
}
.testimonial-item2 {
    padding: 14px 50px;
    margin-bottom: 54px;
    min-height: 267px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
    justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
}
.rating-img img {
    -webkit-filter: grayscale(100%) brightness(120%) sepia(90%) hue-rotate(5deg) saturate(500%) contrast(0.7);
    filter: grayscale(100%) brightness(284%) sepia(90%) hue-rotate(5deg) saturate(500%) contrast(0.7);
}
.feedback-social-logos {
    text-align: right;
}
.testimonial-item2 h2 {
    margin-bottom: 21px;
}
.page-template-home .rating-img {
    position: absolute;
    top: 3rem;
    right: 60px;
}
.sidebar-content .menu-sidebar-container {
    display: none;
}
.sidebar-content-inner h4.active:after {
    transform: rotate(180deg);
}
#responsive-menu-container ul li a {
    border-bottom: 0px !important;
}
.sidebar-content-inner {
    cursor: pointer;
}

.main-practice-div:hover .practice-icon-image i{
   color:#fff;
}
.practice-icon-image i {
    font-size: 38px;
    justify-content: center;
    color: #50758e;
}
.contact-us1 img {
    height: 596px!important;
    width: 105%;
}
.practice-areas2 {
    padding-top: 80px;
}
.main-airplane {
    padding-bottom: 50px;
}
.menu-sidebar2-container {
    display: none;
}
.tem-member-image img {
    width: 100%;
}
.team-member-details h4 {
    color: #7999ab;
    font-size: 21px;
  margin-bottom:15px;
}
.ptx-90 {
    padding-top: 90px;
}
.pbx-40 {
    padding-bottom: 40px;
}
.team-item-box-image a:focus,.team-item-box-content a:focus {
    outline:0px;
}
.sidebar2-content a {
    color: #fff;
}
.single-blog .inner-page-content h1 {
    font-size: 48px;
}
.sub-menu {
    flex-direction: column;
    display: flex;
    position: absolute;
    top: 70px;
    z-index: 99999;
    border-top: 2px solid #222;
    width: 280px;
    background: #7999ab;
    padding: 35px 0px;
    transition: all 700ms;
    opacity: 0;
    visibility: hidden;
}

.header-side ul li ul li a {
    color: #fff;
    display: block;
    height: 100%;
  padding: 0px 25px;
  line-height:normal;
    transition: 0.5s ease all;
    position: relative;
}
.header-side ul li ul li {
    padding: 5px 0px;
  margin: 0px;
  display: block;
}

.header-side ul li ul li ul {
    display: none;
}
.header-side ul li:hover ul li#menu-item-549:hover ul.sub-menu {
  height:auto;
}
.header-side ul li:hover ul li:hover ul.sub-menu { 
    display: block !important;
  padding-top: 20px;
   -moz-overflow: hidden;
   -webkit-overflow: hidden;
   overflow: hidden;
     -moz-overflow-y: auto !important;
     -webkit-overflow-y: auto !important;
    overflow-y: auto !important;
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 400px;
    top: 0;
    right: 0px;
     -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  background: #50758e;
}

.header-side ul li:hover .sub-menu {visibility: visible;opacity: 1;top: 45px;}
.header-side ul li a i {
    padding-left: 3px;
    font-size: 18px;
    vertical-align: middle;
}
.header-side ul li ul li a:hover {padding-left: 40px;}
.header-side ul li ul li a:before {content: "";position: absolute;width: 0px;height: 2px;background: #fff;transition: 0.5s ease all;top: 9px;left: 15px;opacity: 0;}

.header-side ul li ul li a:hover:before {
    opacity: 1;
    width: 13px;
}
.header-contact p a {
    color: #7999ab;
}
.google-map {
    height: 300px;
}
.sub-menu:before {
    border: 7px solid transparent;
    border-bottom: 7px solid #000;
    position: absolute;
    content: "";
    top: -14px;
    left: 19px;
    z-index: 9999;
}
.logo-image {
    display: flex;
    align-items: center;
}

.logo-image p:last-child {
    padding-top: 14px;
}
.side-airpalne ul {
    list-style-type: circle;
    list-style-position: outside;
    padding-left: 10px;
}
.video-guides-right iframe {
    width: 100%;
}

.page-template-feedback .testimonial-item-box-content,.page-template-testimonials .testimonial-item-box-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.page-template-feedback .testimonial-item2 h2,.page-template-testimonials .testimonial-item2 h2 {
    margin-top: 12px;
  margin-bottom: 0px;
}
.page-template-feedback .testimonial-item2,.page-template-testimonials .testimonial-item2 {
    padding: 34px 50px;
    height:auto;
    min-height: unset;
}
#loadMore {
    display: block;
    color: white;
    width: 269px;
    height: 45px;
    padding-top: 9px;
    display: table;
    text-align: center;
    background-color: #000000;
    clip-path: polygon(12% 0, 100% -1%, 88% 100%, 0 100%);
    -webkit-clip-path: polygon(12% 0, 100% -1%, 88% 100%, 0 100%);
    position: relative;
    margin: 0 auto;
}

#loadMore:hover {
    color: #fff;
}

#loadMore:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #7999ab;
    -webkit-transform: scaleY(1);
    transform: scaleY(1.2);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#loadMore:hover:before{ 
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.free-consultation {
    line-height: 23px;
}
.free-consultation span{
   padding: 0px;
    font-family: 'Georgia';
    font-size: 18px;
    font-weight: 600;
}
.free-consultation a {
   font-size: 18px;
    color: #50758e;
    font-weight: 500;
}

.right-menu{
  -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
}

.sidebar-content ul li.current-menu-item a{
  color: #88b2ca;
}

.fst-d-flex{
  display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  /* height:100%; */
  -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
  -ms-flex-pack: end;
    justify-content: flex-end;
}

.legal-team button{
  color: #7999ab;
  top: 30%;
  fill: red;
  width: 30px !important;
  height: 30px !important;
}
.legal-team button.slick-prev{
  background:url(./assets/img/left-arrow.svg)no-repeat !important;  
}
.legal-team button:before{
  color: #7999ab; 
  content:"" !important;
}

.legal-team button.slick-next{
  background:url(./assets/img/right-arrow.svg)no-repeat !important; 
}
.rocket-lazyload, .team-single, .legal-team, .theme-choose-us, .footer-last, .main-footer {
    overflow: hidden;
    position: relative;
}
.single-team .contact-us {
    display: none;
}
/*-- Sticky Header --*/
header{background:#fff;}
header.sticky.nav-sticky {
  /*-webkit-animation: 300ms ease-in-out 0s normal none 1 running UpInDown;
  animation: 300ms ease-in-out 0s normal none 1 running UpInDown;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;*/
}
@media (min-width:1200px) {
 .social_list {
    padding: 20px 100px 0px 0px !important;
    margin: auto !important;
    display: table;
}
div#blog_inner_3 .blog_contents {
        bottom: -60px !important;
    }
}
/* @media screen and (max-width:991px){
  margin:0px;
} */

ul.list-style.bullets {
    margin-bottom: 40px;
  padding-left: 0px;
  list-style: none;
}
.list-style.bullets li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
  /*display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  -ms-flex-align: baseline;
    align-items: baseline;*/
}
.list-style.bullets li:before {
  content:"";
  margin-right: 10px;
    height: 8px;
    width: 8px;
    background: #7999ab;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50px;
  background: url(./assets/img/bulets.png)no-repeat;
}

.logo-image img { margin: 0 5px 10px; }
.logo-image { text-align: center; }

.space-20{height:20px; display: block;}


.slide-rcontact-form-bg input, .slide-rcontact-form-bg textarea{
  padding: 9px 13px; border-radius: 2px;
}
.slider-contact-form form span.wpcf7-not-valid-tip {
    font-size: 10px;
    position: absolute;
    bottom: -11px;
    background: red;
    border: none;
    color: #fff;
    padding: 2px 11px;
    z-index: 1;
    right: 0.3px;
}
.slider-contact-form form .wpcf7-response-output {
    font-size: 10px;
    position: absolute;
    bottom: 0;
    margin: 0;
    background: red;
    border: none;
}
.slider-contact-form form{position:relative;}
.slick-prev.slick-arrow[aria-label=Previous]:before, .slick-next.slick-arrow[aria-label=Next]:before{
  color: #a9c7d8;
    font-size: 21px;
}

.page-id-5 a.theme-btn:hover {
    color: #000;
    background: #fff;
}
.google-map iframe {
    height: 312px;
}
.dms_ft_logo img {
    width: 85px;
    margin: 0 0 0 7px;
    height: auto;
}
section.custom-social-proof{display:block;}
.social_list {
    padding: 20px 0 0 0;
    margin: 0;
}
.social_list li {
    display: inline-block;
    padding-right:8px;
}
.social_list li a i {
    width: 20px;
    height: 20px;
    color: #7999ab;
}
/*css from header.php */

@media (max-width: 1024px) {
    section.main-footer { background-color: #000 !important; }
    section.footer-last {
    border-bottom: 1px solid #354752;
}

section.footer-last {
    background-color: #000000;
}
section.cta2 select {
    font-size: 12px !important;
}
}    
#desktop_banner {overflow: hidden;}
.banner_outer .slider-txt h2 {
  color:#fff;
    font-size: 45px;
    line-height: 45px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 15px;
}
.banner_outer .slider-main-content{
  transform: translateY(-10%) !important; top: 55% !important;
}
.trial-lawyers{margin-bottom:40px;}
.trial-lawyers p{
  color:#fff;
  -webkit-flex: 0 0 55%;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  font-size: 14px;
  margin:0px;
}
.trial-lawyers .slider-logos{
  -webkit-flex: 0px 0px 45%;
  -ms-flex: 0px 0px 45%;
  flex: 0px 0px 45%;
  margin-top: 0px;
  align-items:center;
}
.trial-lawyers .slider-logos img{max-width:100%;}
.banner_outer .slider-content{
  position: relative;
}
.fix-bottom-shape {
    position: absolute;
    bottom: -2px;
    z-index: 1;
    left: 0;
    right: 0;
    text-align: center;
}
.banner_outer .slider-contact-form{
  position: absolute;
    right: 10%;
    top: 13%;
    width: 400px;
}
.img-responsive{max-width:100%;}

header{background:#223042; height: 65px;border-top: 3px solid #7999ab;}
header .container-fluid{height:100%;}
.main-logo a{margin: auto;}

@media (min-width: 1200px) and (max-width: 1295px) {
  .header-side ul li a{font-size: 13px !important; text-transform: capitalize;}
} 

@media (min-width: 1024px) and (max-width: 1199px) {
  .slide-rcontact-form-bg form p{font-size: 13px;}
  .free-consultation span{font-size: 11px !important; padding: 0px 15px 0px 0px !important;}
  .main-logo img{max-width:100%; height:auto !important;}
  header .container-fluid{padding:0px 15px;}
  .header-side ul li{margin-right: 8px;}
  .header-side ul li a{font-size: 11px !important; text-transform: capitalize !important; padding: 0px 5px !important;}
  .banner_outer .slider-contact-form{top: 55% !important; width: 310px !important;}
  .slide-rcontact-form-bg{padding: 20px 25px 65px !important;}
  .video-guides-right iframe{
      height:335px;
  }
}

@media (min-width: 992px) and (max-width: 1023px) {
  #desktop_banner {overflow: hidden;}
  .banner_outer .slider-contact-form{right: 5%; top: 10%; width: 370px;}
  .slide-rcontact-form-bg{padding: 35px 35px 35px !important;}
  .slide-rcontact-form-bg input, .slide-rcontact-form-bg textarea{padding: 7px 13px;}
  
  .right-menu{flex: 0 0 70%; -ms-flex: 0 0 70%; -webkit-flex: 0 0 70%;}
  .free-consultation{padding-left:0px !important;}
  .free-consultation a{font-size: 13px ;}
  .free-consultation span{display:none !important;}
  .header-side ul li a{font-size: 13px !important; text-transform: capitalize !important; padding:0px 6px !important;}
}

@media (min-width: 768px) and (max-width: 991px) {
  .slider-main-content{top: 50%; transform: translateY(-50%) !important;}
  .slider-txt h1 {font-size: 40px; line-height: normal; margin-bottom: 19px;}
  .slider-txt p {font-size: 16px;}
  .header-center {margin-left: 35px !important;}
  .desktop-logo{margin-left: 15px;}
  .desktop-logo img{position:static !important; } 
  header{background:#fff !important; height: 92px !important;}
  .video-guides-right iframe{
      height:245px;
  }
}

@media only screen and (max-width: 991px){
  .slide-rcontact-form-bg {display: none;}  
  .xs-sm-d-none{display:none !important;}
  .xs-sm-d-block{display:block !important;}
  .socials_links ul.social_list li a {
    padding-right: 0 !important;
}
.testimonial-item-box button.slick-next.slick-arrow {
    background-size: 80px !important;
    right: -40px;
    top: auto;
    bottom: -70px;
    right: 50% !important;
    margin-right: -166px !important;
}
.btn_p{
    text-align:center;
}
    div#blog_inner_1 .blog_contents {
        bottom: -45px !important;
    }
        div#blog_inner_2 .blog_contents {
        bottom: -45px !important;
    }
        div#blog_inner_3 .blog_contents {
        bottom: -45px !important;
    }
}


@media only screen and (max-width: 767px){  
  header{height: 100px;}
  .main-logo img {position: static !important;}
  .testimonial-item-box button.slick-next.slick-arrow {
    background-size: 80px !important;
    right: -40px;
    top: auto;
    bottom: -210px !important;
    right: 0 !important;
    margin-right: 0 !important;
}
.testimonial-item-box button.slick-prev.slick-arrow {
    background-size: 80px !important;
    left: auto;
    top: auto;
    bottom: -211px !important;
    right: 66px;
}
.disclaimer .textwidget p a {
    margin-top: 15px !important;
}
    div#blog_inner_1 .blog_contents {
        bottom: -40px !important;
    }
        div#blog_inner_2 .blog_contents {
        bottom: -40px !important;
    }
        div#blog_inner_3 .blog_contents {
        bottom: -40px !important;
    }
    .text_blog+ a {
    display: none;
}
}

@media (max-width: 1024px) {
  section.main-footer { background-color: #000 !important; }
  section.footer-last {border-bottom: 1px solid #354752;}
  section.footer-last {background-color: #000000;}
}
/*extra css from header.php*/




header {
    background: transparent;
    border-top: 0;
    height: auto;
    position: absolute;
    top: 32px;
    width: 100%;
}

.main-logo img {
    width: auto;
    height: 159px;
    top: -28px;
    position: absolute;
    left: 0px;
  right:0px;
}
.free-consultation {
    background: #7999ab;
    position: relative;
    padding: 4px 15px;
    margin-left: auto;
    height: 100%;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.free-consultation:after {
    content: "";
    width: 50%;
    left: -17px;
    top: 0;
    height: 100%;
    position: absolute;
    background: #7999ab;
    z-index: -1;
    -ms-transform: skew(20deg,10deg);
    transform: skew(-20deg,0deg);
}
.free-consultation span {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    display: block;
}
.free-consultation a {
    color: #ffffff;
}
.header-side ul li a {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    display: block;
    line-height: 61px;
    padding: 0px 8px;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
}
.header-side ul li.current-menu-item a {
    /* color: #7999ab; */
    /* background: #fff; */
}

#desktop_banner{}
#mobile_banner{display:none;}
/*css from home.php*/
.testimonial-item{
background-image:url(/wp-content/uploads/2020/11/testimonial-item.png);
background-size: 100% 100%;
position: relative;
}
.col-sm-6.header-side {
    margin: 0 -5%;
    flex: 0 0 60%;
    max-width: 60%;
}
a.btn1 {
    border: 1px solid #fff;
    color: #fff;
    padding: 5px 20px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 500;
    font-family: "Outfit", sans-serif;
    margin-top: -12px;
    float: right;
}
.inner-item {
    height: 1140px;
    position: relative;
}
.inner-item .caption{
    position: relative;
}
.inner-item .caption img {
    width: 60%;
    margin: 0 auto;
    margin-top: 100px;
}
.caption h1 {
    font-family: "Californian FB", sans-serif;
    font-size: 116px;
    color: #fff;
    margin: 20px 0;
    line-height: 110px;
    font-weight: 700;
}
.inner-item .caption_inner {
    position: absolute;
    top: 450px;
    left: 0;
    width: 100%;
    text-align: center;
}
.inner-item .caption img.logos_main_banner {
    width: auto !important;    margin-top: 0;
}
.caption_inner strong {
    color: #CF8E35;
    font-family: "Californian FB", sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;    position: relative;
}
.caption_inner strong:before {
    content: "";
    position: absolute;
    left: -98px;
    top: 14px;
    width: 68px;
    height: 2px;
    background: #CF8E35;
}
.caption_inner strong:after {
    content: "";
    position: absolute;
    right: -98px;
    top: 14px;
    width: 68px;
    height: 2px;
    background: #CF8E35;
}
header.sticky.nav-sticky {
    /*position: relative;*/
}
.caption_inner p {
    margin: 0;
}
.free_consultation {
    background: linear-gradient(to bottom, #283545 75%, #4E738A 100%);
    margin: 0 100px;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    margin-top: -250px;
    position: relative;
    padding: 20px 100px;
    margin-bottom: 100px;
}
.free_consultation h3 {
    font-family: "Californian FB", sans-serif;
    font-size: 64px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.free_consultation input {
    background: transparent;
    border: 0 !important;
    border-bottom: 2px solid #D7D7D7 !important;
    color: #fff;
    width: 100%;
    margin-bottom: 20px;
    outline: none !important;
    padding-bottom: 10px;
}
.free_consultation textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    background: transparent;
    border: 0 !important;
    border-bottom: 2px solid #D7D7D7 !important;
    color: #fff;
    height: 50px;    resize: none;
    outline: none !important;
}
.free_consultation  ::placeholder{
    color: #fff !important;
    font-family: "Californian FB", sans-serif;
    font-size: 24px;
}
.free_consultation  ::-ms-input-placeholder { 
    color: #fff !important;
    font-family: "Californian FB", sans-serif;
    font-size: 24px;
}
.free_consultation input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #4E738A;
    clip-path: none;
    border: 0 !important;
    width: auto;margin-top: 20px;
    padding: 10px 20px;
    border-radius: 6px;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;display: inline-block;
}
span.wpcf7-spinner {
    position: absolute;
}
.free_consultation .wpcf7-not-valid-tip {
    text-align: left;
    margin-top: -15px;
}
section.sec2_home {
    padding-left: 100px;
    position: relative;
    margin-bottom: 100px;
}
section.sec2_home img{
    padding-left: 50px;
}
section.sec2_home .seprate-line{
    color:#CF8E35;
    font-family: "Californian FB", sans-serif;
    font-size:25px;
    position: relative;
    display: inline-block;
}
section.sec2_home h2{
    color:#223042;
    font-family: "Californian FB", sans-serif;
    font-size:88px;
}
section.sec2_home p{
    color:#212529;
    font-family: "Poppins", sans-serif;
    font-size:24px;font-weight: 400;
}
a.btn2 {
    background: #223042;
    clip-path: none;
    border: 0 !important;
    width: auto;
    margin-top: 25px;
    padding: 10px 30px;
    border-radius: 6px;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    text-align: center;
}
section.sec2_home:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100px;
    padding-left: 100px;
    background: url(/wp-content/uploads/2024/09/Frame-1000006211.png) no-repeat;
    background-position: left center;
    width: 400px;
    height: 400px;
    background-size: 260px;
    opacity: 0.1;
}
section.sec2_home .seprate-line:after {
    content: "";
    position: absolute;
    right: -98px;
    top: 15px;
    width: 68px;
    height: 2px;
    background: #CF8E35;
    /* margin-top: 2px; */
}
section.sec2_home .row {
    align-items: center;
}
.disclaimer {
    background: #000;
    color: #fff;
    padding: 30px 100px 20px 100px;
    text-align: center;
}
.disclaimer .textwidget p {
    font-family: "Californian FB regular", sans-serif;
    font-size: 25px;
    /* font-weight: 300; */
    line-height: 22.4px;
    padding-top: 0;
}
.disclaimer p{
    font-family: "Californian FB regular", sans-serif;
    font-size: 25px;
    /* font-weight: 300; */
    line-height: 22.4px;
}
.disclaimer .textwidget p a{
    font-family: "Barlow", sans-serif;
    color:#fff;    font-weight: 700;
}
section.main-footer {
    background-color: #161D27;
}
section.main-footer .container-fluid {
    padding: 0 100px;
}
section.main-footer h4 {
    color: #CF8E35;
    font-size: 20px;
    font-family: "Californian FB regular", sans-serif;
}
.menu-footer-menu-container ul li a {
    color: #fff;
    font-size: 20px;
    font-family: "Californian FB regular", sans-serif;
}
ul.footer-option li,
section.main-footer a {
    color: #fff;
    font-size: 20px;
    font-family: "Californian FB regular", sans-serif;
}
ul.footer-option li {
    position: relative;
    padding: 0px 0 17px 0 !important;
    top: 20px;
}
section.main-footer ul.menu {
    padding-top: 20px;
}
input.tnp-submit {
    background: url(/wp-content/uploads/2024/09/Vector-6.png) no-repeat !important;
    width: 43px !important;
    height: 40px !important;
    font-size: 0 !important;
    padding: 20px !important;
    border: 0 !important;
    outline: none !important;
    position: absolute !important;
    right: 0;
    top: 0px;
}
form.tnp-subscription {
    position: relative;
}
input#tnp-1 {
    background: transparent;
    border: 0 !important;
    border-bottom: 1px solid #fff !important;
    color: #fff;
    font-size: 20px;
    font-family: "Californian FB regular", sans-serif;
    padding-left:0;
    outline:none !important;
}
form.tnp-subscription ::placeholder{
    color: #fff !important;
    font-size: 20px !important;
    font-family: "Californian FB regular", sans-serif !important;
}
form.tnp-subscription ::-ms-input-placeholder { 
    color: #fff !important;
    font-family: "Californian FB", sans-serif !important;
    font-size: 20px !important;
}
form.tnp-subscription input[type="submit"]:hover {
    border: 0 !important;
    color: #000 !important;
    cursor: pointer;
}
section.sec2_home p a{
    color: #212529;
}
.sec3_home img {
    padding: 0 !important;
    width: 100%;
    margin-bottom: 20px;
}
.sec3_home img.loadmore {
    padding: 0 !important;
    width: auto !important;
    margin-bottom: 0;
}
.practice_areas_inner {
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    box-shadow: 2px 2px 20px #cccccc;
    padding: 3px;
    overflow: hidden;
    position: relative;
    /* box-shadow: 0px 0px 50px 15px rgba(0, 0, 0, 0.10); */
}
.practice_areas_inner img {
    border-radius: 15px;
    transition: all 1s ease;
}
.practice_areas_title {
    font-size: 30px;
    font-family: "Californian FB regular", sans-serif !important;
    color: #000;
}

.practice_areas_text {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #000;
    line-height: 32px;
    margin-top: 10px;
}
.practice_areas_inner a {
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-top: 20px;
    display: block;
}
.practice_areas_inner a img {
    border-radius: 0;
}
.practice_areas_inner_contents {
    padding: 0 15px 20px 15px;
    position: relative;
    z-index: 999;
}
section.sec2_home.sec3_home:before{
    display:none !important;    
}
.practice_areas_inner:hover img {
    transition: all 1s ease;
    transform: scaleY(1.9);
    transform: scale(1.6);
    /* object-position: top; */
    transform-origin: top;
    object-fit: cover;
}
.sec3_home img.loadmore {
    position: relative;
    z-index: -1;
}
.practice_areas_inner:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: url(/wp-content/uploads/2024/09/bg_3.png) no-repeat;
    background-size: cover;
    z-index: 9;
    background-position: bottom;
    border-radius: 20px;
    opacity:0;
    transition: all 1s ease;
}
.practice_areas_inner:hover:before {
    opacity:1;
    transition: all 1s ease;
}
.practice_areas_inner:hover .practice_areas_title {
        color: #fff;
    }
.practice_areas_inner:hover .practice_areas_text {
    color: #fff;
}
.practice_areas_inner:hover a {
    color: #fff;
}
.practice_areas_inner:hover  a img{
    transform: none !important; 
    filter: brightness(1) invert(1);
}
section.sec2_home.sec4_home:before{
    content:none;    
}
.count_awars {
    display: none;
}
.col-sm-6.count_awars.count_award_1 {
    display: inline-block;
}
.col-sm-6.count_awars.count_award_2 {
    display: inline-block;
}
.count_awars img {
    width: 100%;
}
.count_awars2 img {
    width: 100%;
}
section.sec2_home.sec4_home img {
    padding-left: 0;
}
section.sec2_home.sec3_home{
    padding: 0;
}
section.sec2_home.sec4_home{
    padding: 0;
}
section.sec2_home .container-fluid {
    padding: 0;
}
section.sec2_home.sec3_home .container-fluid{
    padding: 0 100px;
}
section.sec2_home.sec4_home .container-fluid{
    padding: 0 100px;
}
section.sec2_home .row.row_award {
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
}
.row.row_award a.btn2 {
    margin-bottom: 20px;
}
.sub_heading_center {
    width: 100%;
}
.sub_heading_center .seprate-line:before {
    content: "";
    position: absolute;
    left: -98px;
    top: 15px;
    width: 68px;
    height: 2px;
    background: #CF8E35;
}
.video-guides .row.text-center {
    display: block;
}
    section.sec2_home h2 {
        text-transform: capitalize;
    }
section.sec2_home.video-guides img {
    padding-left: 0;
    border-radius: 14px;
}
section.sec2_home.video-guides .slick-dots li.slick-active button {
    background: #4E738A;
}
section.sec2_home.video-guides .slick-dots li button {
    height: 10px;
    background: #bebebe;
    border-radius: 20px;
    width: 100%;
}
section.sec2_home.video-guides .slick-dots li button:before {
    display: none;
}
section.sec2_home.video-guides .slick-dots li {
    margin: 0 1px;
    width: 30px;
}
section.sec2_home.video-guides ul.slick-dots {
    bottom: -50px;
}
.video-gallery {
    margin-top: 20px;
}
.advantage_text {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    color: #000;
}
.advantage_title {
    font-family: "Californian FB", sans-serif;
    font-size: 30px;
    color: #000;
    margin-bottom: 20px;
}
.advantage_number {
    font-family: "Californian FB", sans-serif;
    font-size: 80px;
    color: #D89D53;
    line-height: 80px;
}
section.sec2_home.video-guides {
    margin-bottom: 0;
    padding-bottom: 50px;
}
section.sec2_home.video-guides {
    padding-right: 50px;
}
.advantage_inner {
    padding-top: 30px;
}
section.sec2_home .row.row_advantage {
    align-items: flex-start;
}
.seprate-line {
    text-transform: uppercase;
}
.legal_team h2 {
    margin-bottom: 35px;
}
section.sec2_home .team-item-box p {
        color: #fff;
        font-family: "Poppins", sans-serif;
        font-size: 24px;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: capitalize;
}
.team-item-box-content h4 {
    color: #fff;
    font-weight: 700;
    font-family: "Californian FB", sans-serif;
    font-size: 40px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.team-item-box-content {
    background: #223042;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    padding: 20px;
    position: relative;
    z-index: 9;
}
.team-item-box-image {
    margin-bottom: -20px;
    position: relative;
    z-index: -1;
}
.team-item-box:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 20px;
    width: calc(100% - 40px);
    height: 90%;
    border: 6px solid #7A97AB;
}
.team-item-box {
    position: relative;
}
.slick-prev {
    right: 0;
    background: url(/wp-content/uploads/2024/09/Frame-1000006209-2.png) no-repeat !important;
    width: 169px;
    height: 169px;
    z-index: 999;
    /* transform: rotate(180deg); */
    /* margin-top: -85px; */
}
.slick-prev:before{
    display:none;
}
.slick-next {
    right: 0;
    background: url(/wp-content/uploads/2024/09/Frame-1000006209.svg) no-repeat !important;
    width: 169px;
    height: 169px;
    z-index: 999;
}
.slick-next:before{
    display:none;
}
.team-slider {
    padding: 0 50px;
}
.team-item-box-content p {
    margin-bottom: 0;
}
p.sub_heading_fees {
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    font-family: "Outfit", sans-serif;
}
p.heading_fees {
    color: #fff;
    font-size: 88px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: "Californian FB", sans-serif;
}
p.cta_paragraph {
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: "Outfit", sans-serif;
}
section.cta1 {
    background-size: cover !important;
    padding-left: 100px;
    padding-top: 100px;
    margin: 50px 0;
}
a.btn3 {
    background: #fff;
    border: 0 !important;
    width: auto;
    margin-top: 25px;
    padding: 10px 30px;
    border-radius: 6px;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    color: #223042;
    text-align: center;
    margin-bottom: 90px;
}
.nopad {
    padding: 0;
}
p.sub_heading_fees {
    padding-top: 20px;
}
p.cta2_paragraph {
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    font-family: "Californian FB", sans-serif;
}
h2.cta2_heading {
    color: var(--white, #FFF);
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 63px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    font-family: "Californian FB", sans-serif;
}
p.cta2_sub_heading {
    color: #fff;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    font-family: "Outfit", sans-serif;
}
section.cta2 .container-fluid {
    padding: 100px;
}
section.cta2 input[type="text"],section.cta2 input[type="tel"], section.cta2 input[type="email"], section.cta2 select, section.cta2 textarea {
    font-family: "Californian FB", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: transparent !important;
    border: 0 !important;
    outline: none !important;
    color: #fff !important;
    width: 100%;
    border-bottom: 1px solid #3A4553 !important;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
section.cta2 form.wpcf7-form {
    background: #223042;
    padding: 50px;
}
section.cta2 ::-ms-input-placeholder { 
    font-family: "Californian FB", sans-serif !important;
    font-size: 25px !important;color: #fff !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
}
section.cta2 ::placeholder {
    font-family: "Californian FB", sans-serif !important;
    font-size: 25px !important;
    font-style: normal !important;color: #fff !important;
    font-weight: 400 !important;
    line-height: normal !important;
}
section.cta2 textarea.wpcf7-form-control.wpcf7-textarea {
    height: 121px;
    resize: none;
}
section.cta2 input.wpcf7-form-control.wpcf7-submit {
    border-radius: 6px;
    background: #4E738A;
    padding: 17px 28px;
    clip-path: none !important;
    border: 0 !important;
    height: auto;
    width: auto;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-family: "Poppins", sans-serif;
    display: inline-block;
    cursor: pointer;
}
section.cta2 .wpcf7-response-output {
    text-align: center;
    color: #fff;
}
section.cta2 .row {
    align-items: center;
}
.blog__inner img{
    width:100%;    
}
.blog__inner .title {
    color: #CF8E35;
    font-family: "Californian FB", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #D7D7D7;
}
.blog__inner .sub_title {
    color: #fff;
    font-family: "Californian FB", sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
div#blog_inner_1 {
    /* flex: 0 0 40%; */
    /* max-width: 40%; */
}
div#blog_inner_2 {
    /* flex: 0 0 30%; */
    /* max-width: 30%; */
}
div#blog_inner_3 {
    /* flex: 0 0 30%; */
    /* max-width: 30%; */
}
.blog__inner img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}
section.sec2_home .row.blogs_row {
    align-items: start;
    margin-top: 40px;
}
.blog_contents {
    position: absolute;
    bottom: -60px;
    padding: 20px 30px;
    width: 90%;
    transition: all 0.5s ease;
}
.text_blog {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: "Californian FB", sans-serif;
    padding: 20px 0;
}
.blog_contents a {
    color: #CF8E35;
    font-family: "Californian FB";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    border-bottom: 1px solid #CF8E35;
}
.blog__inner {
    position: relative;
    overflow: hidden;
}
.blog__inner:hover .blog_contents {
    bottom: 0 !important;
    transition: all 0.5s ease;
}
section.cta2 {
    margin-top: 50px;
}
a.flip-animate {
span {
    position: relative;
    display: inline-block;
    padding: 0;    
    transition: transform 0.2s;
    transform-origin: 50% 0;
    transform-style: preserve-3d;
  }
  span:before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    content: attr(data-hover);
    transition: color 0.2s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
    text-align: center;
  }
  &:hover span,
  &:focus span {
    transform: rotateX(90deg) translateY(-22px);
  }
  &:hover span:before,
  &:focus span:before {
    color: #CF8E35
  }
}
a.btn1.flip-animate img {
        filter: brightness(0) invert(1);
}
a.btn1.flip-animate:hover img{
    filter: brightness(1) invert(0);    
}
ul#menu-header-menu > li > a {
    line-height: 20px;
}
.header-side ul li a i {
   font-size: 12px;
}
ul#menu-header-menu > li > a:hover i {
    color: #CF8E35
}
input.wpcf7-form-control.wpcf7-submit {
    cursor: pointer;
}
section.sec2_home.testimonials p.text-left img {
    padding: 0;
}
.testimonial-item-box .testimonial-item {
    background: transparent !important;
    padding: 20px 50px 0 0;
}
section.sec2_home .testimonial-item  img {
    padding-left: 15px;
}
section.sec2_home .testimonial-item p {
        font-size: 16px;
        color: #4E738A;
        font-family: "Poppins", sans-serif;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
.testimonial-item-box h3 {
    color: #4E738A;
    font-family: "Californian FB", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
.feedback-social-logos {
    width: 150px;
    float: left;
    text-align: left;
}
.feedback-social-logos {
    text-align: left;
}
section.sec2_home .testimonial-item img {
    padding-left: 15px;
    margin-left: 0;
}
section.sec2_home.testimonials:before{
    display:none;    
}
.heading_testimonials {
    margin-top: 20px;
    padding-top: 15px;
}
section.sec2_home.testimonials h2 {
    line-height: 70px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.quotes_image {
    text-align: right;
    position: absolute;
    right: 0;
    top: -164px;
}
section.sec2_home.video-guides.blog_sec {
    padding-top: 0;
}
.post_numbers {
    position: absolute;
    right: 50px;
    /* bottom: 50px; */
    background: #223042;
    width: 102px;
    height: 102px;
    border-radius: 50%;
    text-align: center;
    color: #CF8E35;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: "Californian FB", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 0;
    outline: none;
}
.video-gallery-item a {
    position: relative;
}
section.cta2 select option {
    color: #000;
}
li#menu-item-1427 ul {
    height: auto;
}
body {
    max-width: 1920px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
body, html {
    overflow-x: hidden;
}
.page-id-224 section.inner-page-header,
.page-id-278 section.inner-page-header,
.page-id-491 section.inner-page-header,
.page-id-330 section.inner-page-header,
body.single section.inner-page-header{
    display: none;
}
.page-id-224 header,
.page-id-278 header,
.page-id-491 header,
.page-id-330 header,
.page-id-1717 header,
body.single header{
    background: #324656;
    padding: 20px 0;
    margin-bottom: 50px;
    top: 0;
    position: relative !important;
}
    .text_blog {
        opacity: 0;
        height: 0;
    }
    .blog__inner:hover .text_blog{
        opacity: 1;
        height: auto;
    }
.practice_areas_inner a img {
    margin-left: 10px;
}
.quotes_image {
    text-align: right;
    position: absolute;
    right: auto;
    top: 60px;
    left: -120px;
}
section.sec2_home.testimonials .testimonial-item-box-content h2 {
    display: none;
}
    .client {
        color: #CF8E35;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: capitalize;
        font-family: "Californian FB", sans-serif;
    }
section.sec2_home.testimonials .row {
    align-items: flex-start;
}
section.sec2_home.testimonials .col-sm-3.text-left {
    padding-top: 60px;
}
.awards_slider_mobile{
    display:none;
}
.hidden {
    display: none;
}
.practice_areas_title {
    text-transform: capitalize;
}
section.sec2_home.video-guides img {
    object-fit: cover;
    object-position:top;
}
section.sec2_home.main_sec img {
    width: 100%;
}
.page-id-1566 header {
    background: #324656;
    padding: 20px 0;
    margin-bottom: 50px;
    top: 0;
    position: relative !important;
}
.page-id-1566 section.inner-page-header {
    display: none;
}
.page-id-1566 main#main {
    padding-bottom: 30px;    text-align: center;
}
div#wrapper-inner-nv {
    position: relative;
}
.post_numbers {
    display: none;
}
.testimonial-item-box button.slick-next.slick-arrow {
        background-size: 60px !important;
        right: -40px;
        top: auto;
        bottom: -70px;
    }
    .testimonial-item-box button.slick-prev.slick-arrow {
        background-size: 60px !important;
        left: auto;
        top: auto;
        bottom: -70px;
        right: 50px;
    }
.socials_links ul.social_list {
    padding: 0 !important;
    text-align: left;
    display: block;
}
.socials_links ul.social_list li a i {
    color: #fff;
    font-size: 22px;
}
.socials_links ul.social_list li a {
    padding-right: 10px;
    padding-top: 15px;
    display: block;
}
.footer-content+p {
    font-size: 16px !important;
}
.testimonial-item-box  {
    padding-bottom: 70px;
}
.footer-content+p {
    font-size: 14px !important;
}
section.sec2_home img {
    /*padding-top: 8px;*/
}
input#tnp-1:focus, input#tnp-1:not(:placeholder-shown),
input:-internal-autofill-selected {
    background: transparent !important;
    background-color: transparent !important;
}
.rotate {
  animation: rotation 8s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}


@media screen and (max-width: 767px) {
.single-team .logo-image div {display: flex;align-items: center;justify-content: center;}

.single-team .logo-image div a {
    display: block;
    text-align: center;
    width: 100%;
}
 div div#blog_inner_1 .blog_contents {
        bottom: -40px !important;
    }
     div   div#blog_inner_2 .blog_contents {
        bottom: -40px !important;
    }
      div  div#blog_inner_3 .blog_contents {
        bottom: -40px !important;
    }
}


@media only screen and (max-width: 700px){
.blog-content iframe {
    height: 200px !important;
}
ul#menu-footer-menu2 a {
    padding: 5px;
    display: block;
}
.staff-col {
    width: 100% !important;
    display: block !important;
    max-width: 100%;
}
.team-grid {
    display: block;
}
 div#blog_inner_1 .blog_contents {
        bottom: -40px !important;
    }
        div#blog_inner_2 .blog_contents {
        bottom: -40px !important;
    }
        div#blog_inner_3 .blog_contents {
        bottom: -40px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
header {
    background: #141c25 !important;
}

header a.desktop-logo img {
    width: 100%;
}
}

.blog-content a {
    text-decoration: underline;
}
.videopopupjs iframe {
    height: 380px !important;
}
.practice-image {
    height: 280px;
}

.practice-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (min-width:1300px) and (max-width:1399px){
  header .col-sm-6.header-side {
    margin: 0 -5%;
    flex: 0 0 63%;
    max-width: 63%;
}
header .col-sm-4 {
    max-width: 30%;
    flex: 0 0 30%;
}
}
a#hamburg {  position: fixed;top: 10px;left: 10px;width: 40px;height: 40px;z-index:9;text-align: center;color: white;display: none;transition: all ease-out 0.3s;}
a#hamburg i {position: relative;top: 50%;transform: translateY(-50%);}
.nav1 {transition: all ease-out 0.3s; display:none;}
.nav1 a { color: #000; }
.nav1 ul {margin: 0;padding: 0;background-color: #303030;}
.nav1 ul li {display: inline-block;position: relative;}
.nav1 ul li > a {display: inline-block;padding: 10px;}
.nav1 ul li > a > i {margin-left: 15px;transition: all ease-out 0.3s;-webkit-transition: all ease-out 0.1s;}
.nav1 ul li ul {display: none;position: absolute;top: 38px;background:#222;width: 200px;text-align: left;}
.nav1 .search-nav,.nav1 .title{ display:none;}
.nav1 ul li ul li { display: block; }
.nav1 ul li ul li a { display: block; }
.nav1 ul li:hover > a {  color:#000; text-decoration:none; }
.nav1 ul li:hover > a > i { transform: rotateZ(90deg); }
.nav1 ul li:hover ul { display: block; }
.nav1 span.marrow {border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #fff;float: right;height: 0;margin:8px 0 0 8px;width: 0;}
.nav1 ul li.open  span.marrow {border-left: 5px solid transparent; border-top:0;border-right: 5px solid transparent;border-bottom: 5px solid #fff;}
@media screen and (max-width: 900px) {
    a#hamburg {
        display: block;
        right: 30px;
        left: auto;
        background: #fff;
        z-index: 999;
        top: 30px;
    }
main {  transition: all ease-out 0.3s;}
.nav1 .row{ margin:0px;}
.nav1 { background:url(images/nav-bg.jpg) repeat ;box-shadow: -2px 0 10px #999 inset;display: block;height: 100%;left: 0;overflow-x: hidden;overflow-y: auto;position: fixed;top: 0;transform: translateX(-250px);width: 250px;}
.nav1 .search-nav,.nav1 .title{ display:block;}
.nav1 .search-nav input{ border:1px solid #2c313f; background-color:rgba(255,255,255,0.2);  padding:5px; width:100%; color:#000; margin:10px 0;  }
.nav1 .search-nav input[type="submit"]{background:url("images/search-icon.png") no-repeat scroll center center; border:0; width:auto; font-size:0; height: 16px;    position: absolute;    right: 7px;    top: 8px;    width: 16px;  filter: invert(100%);}
.nav1 .title{    background: #000 ;color: #fff;font-size: 14px;margin: 0 -15px;padding: 6px 15px 6px;}
.search-nav > form {    position: relative;}  
.nav1 ul {  text-align: left;  background-color: transparent;}
.nav1 ul li { display: block; border-bottom:1px solid #999; }
.nav1 ul li a { display: block; padding:10px 0; }.nav1 ul li:hover > a { color:#000;  }
.nav1 ul li a > i { float: right; }
.nav1 ul li ul {  display: none;  position: static;  width: 100%;background-color:transparent; padding:0 10px;}
.nav1 ul li:hover > ul { display: none; }
.nav1 ul li:hover > a > i { transform: rotateZ(0); }
.nav1 ul li.open > a { background-color: transparent; }
.nav1 ul li.open > a > i { transform: rotateZ(90deg); }
.nav1 ul li.open > ul { display: block; }
div#menuoverlay {display: block;visibility: hidden;position: fixed;left: 0;top: 0;width: 100%;height: 100%;transition: all ease-out 0.3s;z-index: 1;opacity: 0;}
html.open-menu { overflow: hidden; }
html.open-menu div#menuoverlay {visibility: visible;background:rgba(0,0,0,0.5);min-height:100vh;width:100% !important;opacity: 1;width: calc(-150%);left: 250px;}
html.open-menu a#hamburg{ transform: translateX(250px); z-index:999; }
html.open-menu main {transform: translateX(250px);}
html.open-menu nav.nav1 {z-index: 3;transform: translateX(0);}
.menu-main-menu-container ul ul ul li a {padding:5px;}
ul li.has-subnav .accordion-btn {color:#000; font-size:24px; width:20px !important; float:right; line-height: inherit !important; }
.nav1 ul li:last-child {    border: 0 ;}
.nav-cross.open > span {    background: #fff ;}
/*---------------------Hamberg Icon --------------------------------------------- */
.nav-cross {width: 24px;  height: 40px;  position: relative;  margin: 0px auto;  transform: rotate(0deg);  transition: .5s ease-in-out;  cursor: pointer;}
.nav-cross span {  display: block;  position: absolute;
height: 2px;width: 100%;background: #000;opacity: 1;left: 0;transform: rotate(0deg);transition: .25s ease-in-out;}
#nav-icon1 span:nth-child(1) {top: 0px;}
#nav-icon1 span:nth-child(2) {top: 18px;}
#nav-icon1 span:nth-child(3) {top: 36px;}
#nav-icon1.open span:nth-child(1) {top: 18px;transform: rotate(135deg);}
#nav-icon1.open span:nth-child(2) {opacity: 0;left: -60px;}
#nav-icon1.open span:nth-child(3) {top: 18px;transform: rotate(-135deg);}
.nav-cross span:nth-child(1) {top: 12px;transform-origin: left center;}
.nav-cross span:nth-child(2) {top: 20px;transform-origin: left center;}
.nav-cross span:nth-child(3) {top: 28px;transform-origin: left center;}
.nav-cross.open span:nth-child(1) {transform: rotate(45deg);top: 11px;left: 4px;}
.nav-cross.open span:nth-child(2) {width: 0%;opacity: 0;}
.nav-cross.open span:nth-child(3) {transform: rotate(-45deg);top: 28px;left: 4px;}
    html.open-menu a#hamburg {
        transform: translateX(250px);
        z-index: 999;
        right: auto;
        left: 20px;
    }
        html.open-menu nav.nav1 {
        z-index: 999;
        transform: translateX(0);
        background: #fff;
    }
    nav.nav1 .container {
    width: 100%;
}
.push-logo img {
    width: 100%;
}
.push-logo {
    background: #324656;
    padding: 20px;
    margin: 0 -15px;
}
    .nav-cross.open > span {
        background: #324656;
    }
        .nav1 .row {
        display: block;
    }
        .nav1 ul li a {
        display: block;
        padding: 10px 0 !important;
        width: 100%;
    }
    .menu-header-menu-container {
    margin-top: 30px;
}
}
@media screen and (min-width:700px) and (max-width:900px){
    header {
    top: 0 !important;
}
}
section.sec2_home p.btn_p a {
    color: #fff !important;
}




@media screen and (max-width: 767px) {
.single-practiceareas section.contact-us {
    padding-bottom: 70px;
}
	
.colab-img {
    text-align: center !important;
    margin: 0;
    margin-top: -15px;
}
}


.row.copyrights-row {align-items: center;}

.row.copyrights-row p {
    text-align: left;
	line-height: 30px !important;
}

.row.copyrights-row p a {
    font-family: "Californian FB regular", sans-serif;
    font-size: 25px;
    font-weight: 300;
    line-height: 22.4px;
}

.colab-img {
    text-align: right;
    margin-right: 20px;
}
.postid-2030 .logo-images {
    display: none !important;
}



