@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body{
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  color: #4c4c4c;
}
h1,h2,h3,h4,h5,h6{
  margin: 0;
}
a{
  transition: all 0.4s;
  text-decoration: none !important;
}
img,a,button,input, *{
  outline: 0;
}
img{
  max-width: 100%;
}
 ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.postSect.post-detail ul{
    margin: 10px 0 !important;
    padding: 0 25px !important;
    list-style: disc;
}
.postSect.post-detail ul li{
	color: #575757;
	line-height: 20px;
	opacity: 0.8;
}
.cleafrix{
  clear: both;
}
.btns {
  width: 200px;
  background-color: #5b648f;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  padding: 12px;
  position: relative;
  margin: 15px 12px 15px 0;
}
.btns:before{
  position: absolute;
  content: '';
  border: 1px solid #fff;
  width: 96%;
  height: 80%;
  left: 2%;
  top: 10%;
}
.btns.bt2{
  background-color: #7b8094;  
}
.btns:hover, .btns:focus {
    background-color: #926F34;
    color: #fff;
}

/*Header top*/
.header{
  padding-left: 44px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-image: url(../images/header_top-shadow.png);
  background-repeat: no-repeat;
  background-position: top -20px center;
  background-size: cover;  
}

.home .header {background-color: rgb(63 69 96 / 50%);}
.header .headerContent{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo{width: 23%;
}
.header .logo img{height:auto !important;}
.navRight{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.numberTop{
  background-color: #8d91a2;
  width: 320px;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 83px;
}
.numberTop a{
  color: #fff;
  font-weight: 600;
  font-size: calc(1.1em + 1.1vw);
  display: flex;
  align-items: center;
}
.numberTop img{
  width: 28px;
  margin-right: 8px;
}
.topContent p{
  margin: 0;
  color: #9A9A9A;
  font-size: calc(0.4em + 0.4vw);
  text-align: right;
  padding-right: 15px;
  font-weight: 600;
  padding-top: 8px;
}
.navRight ul {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 16px;
}
.navRight ul li{
  font-size: calc(0.5em + 0.5vw);
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 35px;
  position: relative;
}
.navRight ul li a{
  color: #B4C2CD;
}
.navRight ul li.active a,
.navRight ul li a:hover{
  color: #926F34;
}
/*Sub Menu*/
.submenu{
  background: rgba(38, 44, 70, 0.9);
  width: 600px;
  padding: 0 40px 20px 40px;
  position: relative;
}
.submenu:after {
    content: '';
    border: 8px solid transparent;
    border-bottom: 8px solid #292e46;
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translate(-50%, 0);
}
.submenu h4.heading {
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 5px;
    line-height: initial;
    color: #816438;
    display: inline-block;
    margin-top: 24px;
    margin-bottom: 5px;
}
.submenu h4.heading::after {
    height: 2px;
    margin: 0;
    background-color: #65666b;
    left: 0;
    max-width: 130px;
}
.navRight ul .submenu ul{
  display: inline-block;
  width: 100%;
  margin: 0;
}
.navRight ul .submenu ul li{
  line-height: calc(0.5em + 0.8vw);
  padding: 0;
}
.navRight ul .submenu ul li a{
    color: #b0afb1;
    font-size: 11px;
    background: url(../images/listBullet.png) left 5px no-repeat;
    padding-left: 8px;
    background-size: 4px;
    display: inline-block;
}
.navRight ul .submenu ul li a:hover{
  color: #926F34;
}
.navRight ul ul.submenuList {
    position: absolute;
    top: 0;
    right: 50%;
    transform: translate(50%, 0);
    padding-top: 8px;
    display: none;
}
.navRight ul li:hover ul.submenuList{
  display: block;
}

/*Banner*/
.banner{
  background-image: url('/wp-content/uploads/2022/04/HeroImage.jpg');
  background-repeat: no-repeat;
  background-size:cover;
  padding-top: 83px;
  position: relative;
 
}
.banner.homeBanner{
  background-image: none;
  background-repeat: no-repeat;
  background-size:cover;
  padding-top: 0;
  position: relative; 
  height: 100vh;
}
.banner.homeBanner:before{
  opacity: 0.2;
}
.banner:before{
  content: '';
  position: absolute;
  background-color: #1d202c;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
.bnrLeft h1{
  text-transform: uppercase;
  color: #b4c1cd;
  font-size: calc(0.5em + 0.6vw);
  position: relative;
  padding-top: 15px;
  margin-top: 77px;
}
.bnrLeft h1:after{
  content: '';
  position: absolute;
  background-color: #926F34;
  left: 0;
  top: 0;
  width: 137px;
  height: 3px;
}
.homeBanner .bnrLeft h1:after{
  content: '';
  position: absolute;
  background-color: #dfbd69;
  left:50%;
  top: 0;
  width: 137px;
  height: 3px;
  margin-left: -70px;
}
.bnrLeft h2{
  color: #fff;
  font-size: 44px;
  font-weight: 600;
  margin-top: 4px;
  font-size: calc(1.2em + 2vw);
}
.bnrLeft h3{
  color: #d2d1d2;
  font-size: calc(.5em + 0.6vw);
 line-height: 20px;
 margin-top: 8px;
 padding-right: 100px;
}
.homeBanner .bnrLeft h3 { 
  padding-right: 0;
  max-width: 510px;
  margin: 0 auto;
  padding-top: 8px;
  color: #fff;
}
.bnrLeft h4{
   color: #b4c1cd;
  font-size: 18px;
  line-height: 18px;
}
.bnrLeft h4 a{
   color: #b4c1cd;
 }
 .watchVideo {
  margin: 7px auto 15px auto;
}
.watchVideo a {
  background: url(../images/videoBtn.png) 11px center no-repeat;
  border: solid 1px #fff;
  text-transform: uppercase;
  font-size: 15px;
  display: inline-block;
  color: #fff;
  padding: 8px 15px 8px 40px;
  background-size: 20px;
}
.watchVideo a:hover{
  background-color: #926F34;
  color: #fff;
}
.banner .container-fluid{
  padding-left: 150px;
 }
 .homeBanner.banner .container-fluid{
  padding-left: 0;
 }
 .homeBanner.banner .container-fluid .bnrLeft{text-align: center;}
 .banner .container-fluid .rightbox{
  padding-right: 0;
 }
 .bnrRight{
  background-image: url(../images/bannerRight.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 119px;
  padding-left: 64px;
  min-height: 100vh;
}
.bnrRight:before{
  content: '';
  position: absolute;
  background-color: #3f4560;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
.bnrRight .videbtn,
.bnrRight .futureIcon{
  position: relative;
}
.bnrRight .futureIcon{
 max-width:70%;
}
.bnrRight .futureIcon.awrdcrtifct{ max-width:90%; padding-bottom:5%; }
.bnrRight .videbtn {
  width: 318px;
  background-color: #5b648f;
  color: #fff;
  font-size: 15px;
  padding: 12px;
  position: relative;
  height: 144px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;  
}
.bnrRight .videbtn a {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    position: relative;
}
.bnrRight .videbtn a img{
  margin-bottom: 4px;
}
.bnrRight .videbtn:before {
    position: absolute;
    content: '';
    border: 1px solid #b6bacd;
    width: 96%;
    height: 90%;
    left: 2%;
    top: 5%;
}
.futureIcon h3{
  font-size: 14px;
  font-weight: bold;
  color: #f9d16a;
  margin: 10px 0 20px 0;
}

/*banner Nav*/
.bannerNav{
  background-color: #3f4560;
  position: absolute;
  bottom: 7%;
  left: 5%;
  width: 90%;
  z-index: 1;
  padding: 15px 40px 10px 40px;
}

.bannerNav h3{
  color: #c5d4dd;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  padding-top: 7px;
}
.bannerNav h3:after {
    content: '';
    position: absolute;
    background-color: #926F34;
    left: 0;
    top: 0;
    width: 115px;
    height: 2px;
}
.bannerNav ul{
  margin-top: 7px;
}
.bannerNav ul li{
  color: #9b9ca3;
  font-size: 10px;
  margin: 2px 0;
  font-weight: bold;
}
.bannerNav ul li a{
  color: #9b9ca3;
}
.bannerNav ul li a:hover{
  color: #926F34;
}
.bannerNav ul li a.moreareas{
  color: #926F34;
}

.bannerNav ul li a.moreareas:hover{
  color: #fff;
}
.borderHdng {
    text-transform: uppercase;
    color: #b4c1cd;
    font-size: 15px;
    position: relative;
    padding-top: 15px;
    margin-top: 17px;
}
.borderHdng:after {
    content: '';
    position: absolute;
    background-color: #926F34;
    left: 0;
    top: 0;
    width: 137px;
    height: 3px;
}
.hdng{
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 44px;
    margin-top: 4px;
}
.heading{
   color: #5b648f;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    text-align: center;
    position: relative;
    padding-top: 10px;
}
.heading:after {
    content: '';
    position: absolute;
    background-color: #926F34;
    left: 50%;
    top: 0;
    width: 180px;
    height: 3px;
    margin-left: -90px;
}
.subhdng{
    text-align: center;
     color: #717171;
    font-size: 15px;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 20px;
}

/*Award Winning*/
.awardWinning{
  background-color: #dbdbdb;
  position: relative;
  padding: 50px 0;
}
.awardWinning:before{
  content: '';
  background-color: #505677;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 43%;
}

.awardWinning p{
     color: #9aa7b8;
    font-size: 15px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.awardWinning .content2{
  padding-top: 100px;
}
.awardWinning .content2 p,
.awardWinning .content2 h2{
  color: #72788d;
}
.awardWinning .content2 h3{
  color: #5b648f;
} 
.awardWinning .content2 h4{
  color: #636982;
  font-size: 17px;
  font-weight: bold;
  padding-right: 100px;
}
.awardWinning .content2 h4 a{
  color: #636982;
}

/*Experience When*/
.experienceWhen{
  background-color: #dbdbdb;
  position: relative;
  padding: 20px 0 50px 0;
}
.experienceWhen ul.nationally{ 
  margin-top:20px;
}
.experienceWhen ul{
  text-align: center;
}
.experienceWhen ul li{
  display: inline-block;
  text-align: center;
  margin: 10px 14px;
}
/*Practice Areas*/
.practiceAreas{
  background-color: #f9f9f9;
  padding: 50px 0;
}
.practiceAreas .box{
  display: flex;
  margin-top: 20px;
}
.practiceAreas .box a{ margin-right: 15px;min-width: 170px; max-height: 128px;
}
.practiceAreas .col-sm-6 .col-sm-12{padding-right: 0px;
  padding-left:0px;}
  .practiceAreas .box a{
    position: relative;  transition: .2s; overflow: hidden;
  } 
  
.practiceAreas .box a:after{ 
    content: '';
    position: absolute;
    background:rgba(75, 81,112,0.6 );
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
}
.practiceAreas .box a:hover:after{ 
display: none;
}
.practiceAreas .box:hover a:after{ 
display: none;

}
.practiceAreas .box h4{
    color: #5b648f;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
    margin-top:10px;
}
.practiceAreas .box h4 a{min-width: auto;
  color: #5b648f;
  margin-right:0;
}
.practiceAreas .box h4 a:after{ display: none;
}
.practiceAreas .box p{
  color: #717171;
  line-height: 20px;
  opacity: 0.8;
}
.heading.hdngs {
    text-align: left;
    color: #8c6829;
    font-size: 28px;
}
.heading.hdngs::after {
    margin: 0;
    left: 0;
    background-color: #b0afaf;
}
.parentingRow{
  margin-top: 50px;
}
.contactBts{
  padding-top: 30px;
  text-align: center;
}
.contactBts h3{
  font-weight: bold;
  color: #5b648f;
  font-size: 17px;
}
.contactBts h3 a{
  color: #5b648f; 
}
/*Review Slider*/
.reviewSlider{
  background-image: url(../images/reviewBanner.png);
  background-position: right top;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #3b4157;
  padding: 100px 0 80px 0;
  position: relative;
  min-height: 411px;
}
.reviewSlider:before {
    position: absolute;
    content: '';
    border: 1px solid #b6bacd;
    width: 98.3%;
    height: 93.5%;
    left: 0.8%;
    top: 3.5%;
}
.sliderReview .content{
  background-image: url(../images/reviewIcon.png);
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 110px;
  padding-bottom: 30px;
}
.sliderReview .item{
  display: flex;
}

.sliderReview .content p{
  font-size: 22px;
  color: #c4d3dc;
  width: 650px;
}
.sliderReview .item {
    display: flex;
    align-items: flex-end;
}
.sliderReview .names{
  margin-left: 120px;
  position: relative;
  display: inline-block;
}
.sliderReview .names h3{
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}
.sliderReview .names h4{
  font-size: 10px;
  color: #c4d3dc;
}
.star{
  display: block;
  width: 85px;
  height: 20px; 
   background-image: url(../images/fiveStar.png);
  background-position: left top;
  background-repeat: no-repeat;
  margin-top: 4px;
}
.Star5{
  width: 85px;
}
.Star4{
  width: 68px;
}
.Star3{
  width: 52px;
}
.Star2{
  width: 34px;
}
.Star1{
  width: 17px;
}

.sliderReview .owl-dots button {
    width: 7px;
    height: 7px;
    background: #fff;
    display: inline-block;
    border-radius: 50px;
    margin: 0 5px;
}
.sliderReview .owl-dots button.active {
    background: #926f34;
}
.sliderReview .owl-nav,
.sliderReview .owl-dots {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: 40px;
}
.sliderReview .owl-nav {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sliderReview .owl-nav button{
  background-image: url(../images/arrowBtn.png) !important;
  width: 17px;
  height: 29px;
  margin-left: -22px;
}
.sliderReview .owl-nav button.owl-next {
    transform: rotate(180deg);
    margin-right: -22px;
}
.sliderReview .owl-nav button span{
  display: none;
}

/*Contact Form Home*/
.contactFormhome{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 74px;
  position: relative;
  overflow: hidden;
  background:url(../images/map.jpg) left top no-repeat !important; background-size:cover !important;
}
.contactFormhome.contactPage{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 74px;
  position: relative;
  overflow: hidden;
  background:url(../images/mapCont.jpg) left top no-repeat !important; background-size:cover !important;
}
.contactFormhome.contactPage:before {
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #2e3450;
    opacity: 0.5;
}
.contactFormhome iframe{
  position: absolute;
  left: -40%;
  top: -20%;
  width: 140%;
  height: 140%;
  border: 0;
  filter: grayscale(1);
}


.formSection{
  background-image: url(../images/contactFormBg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 640px;
  position: relative;
  z-index: 1;
  padding: 80px 40px;
}
.formSection h2.heading {
    text-align: left;
    color: #b4c2cd;
    font-size: 30px;
    padding-top: 3px;
    padding-bottom: 15px;
    display: inline-block;
}
.formSection h2.heading::after {
    left: 0;
    margin: 0;
    width: 75%;
}
.formSection textarea, 
.formSection input {
    width: 90%;
    padding: 6px 10px;
    border: 0;
    height: 30px;
    display: block;
    font-family: 'PT Sans', sans-serif;
}
.formSection textarea{
  resize: none;
  height: 90px;
}
.inputField{
  margin-bottom: 10px;
}
.formSection button.btns {
    width: 167px;
    height: 34px;
    padding: 0;
    border: 0;
    background-color: #7b8094;
    margin: 0;
}
.formSection button.btns:hover{
   background-color: #926F34;
}
.inputField h3 {
    color: #deeff5;
    font-size: 13px;
    font-weight: bold;
}
.inputField h3 a{
    color: #deeff5;
}
.inputField span.error {
    color: #f00;
    font-size: 13px;
    font-style: italic;
    display: none;
}
.contactInfo ul li{
  display: flex;
  font-size: 14px;
  color: #fff;
  line-height: 16px;
  margin: 5px 0 20px 0;
}
.contactInfo ul li a{
  color: #fff;
}
.contactInfo ul li img{
  width: 17px;
  height: 17px;
  margin-right: 12px;
}
.contactInfo a.phonen {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
/*Footer*/
.footer{
  background-color: #2e3450;
  padding: 40px 0;
}
.footer .container-fluid{
  display: flex;
  justify-content: space-between;
}
.footerBox {
    width: 274px;
}
.footer h3.heading {
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 5px;
    line-height: initial;
    color:#AEBBC6;
    display: inline-block;
}
.footer h3.heading::after {
    height: 2px;
    margin: 0;
    left: 0;
    width: 90%;
    max-width: 86px;
}

.footer h4.heading {
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 5px;
    line-height: initial;
    color: #816438;
    display: inline-block;
    margin-top: 24px;
}
.footer h4.heading::after {
    height: 2px;
    margin: 0;
    background-color: #65666b;
    left: 0;
    width:138px;
}
.footer .footerBox3 ul li a, 
.footer .footerBox2 ul li a, 
.footer .footerBox1 ul li a {
    color: #b0afb1;
    font-size: 11px;   
}
.footer .footerBox3 ul li a, 
.footer .footerBox2 ul li a{ background: url(../images/listBullet.png) left 5px no-repeat;
  padding-left: 8px;
  background-size: 4px; display: inline-block;}
.footer .footerBox3 ul li a:hover, 
.footer .footerBox2 ul li a:hover, 
.footer .footerBox1 ul li a:hover {
    color: #fff;
}
.footer .footerBox p{
  color: #b0afb1;
    font-size: 13px;
    margin-top: 20px;
    opacity: 0.8;
    line-height: 20px;
}
.footerBox1 {
    width: 110px;
    padding-top: 20px;
}
.footerBox4 {
    width: 240px;
    padding-top: 20px;
}
.footerBox2 {
    padding-top: 20px;
}
.footerBox3 {
    padding-top: 41px;
}
.footerBox4 .contactInfo {
    padding-top: 20px;
}
.footerBox1 ul {
    padding-top: 20px;
}
.copyright {
    background-color: #292e47;
    text-align: center;
    padding: 18px 10px;
    color: #b0afb1;
    font-size: 11px;
}

/*About Us Banner*/
.aboutBanner{
  background-image: url('/wp-content/uploads/2022/04/about-us-bg.jpg'); background-size: 100% 100%;
}
.aboutBanner .bnrLeft {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 1;
}
.aboutBanner .bnrLeft h1:after {
    left: 50%;
    transform: translate(-50%, 0);
}
.aboutBanner .bnrLeft h2 {
    font-size: 50px;
    margin-top: 5px;
}
.aboutBanner .bnrRight{
  background-image: url(../images/aboutUsRight.jpg);
}
.aboutBanner .bnrRight:before{
  display: none;
}

.newsletterBanner{ background-size:100% 100%; }
.newsletterBanner .bnrLeft{position:absolute;width:100%;left:0;text-align:center;z-index:1}
.newsletterBanner .bnrLeft h1:after{left:50%;transform:translate(-50%,0)}
.newsletterBanner .bnrLeft h2{font-size:50px;margin-top:5px}

.futureIcon.awrdcrtifct {
    margin-top: 100px;
}
.awrdcrtifct ul li {
    display: inline-block;
    margin: 0 5px;
}
.awrdcrtifct ul li img{
  max-width: 100px;
  margin: 0;
}
.awrdcrtifct ul {
    width: 450px;
}
.aboutSection:before{
  display: none;
}
.awardWinning.aboutSection .content2 {
    padding-top: 0;
}

.aboutSection img.aboutimgs {
    margin-top: -470px;width: 100%;	box-shadow: 4px 2px 20px -2px rgba(0,0,0,0.35);
    -webkit-box-shadow: 4px 2px 20px -2px rgba(0,0,0,0.35);
    -moz-box-shadow: 4px 2px 20px -2px rgba(0,0,0,0.35);
}
.experienceWhen.aboutsec2,
.awardWinning.aboutSection {
    background-color: #efefef;
}
.experienceWhen.aboutsec2 h2:after{
	left:50%;
	margin-left:-70px;
}
.aboutsec2 .contentabout p {
    margin-top: 10px;
    line-height: 24px;
    font-size: 15px;
}
.aboutsec2 .contentabout .contactBts {
    padding: 0;
}

/*Meet Our Attorneys*/
.meetOutAttro{
  padding: 50px 0;  
}
.meetOutAttro ul{
  display: flex;
  justify-content: center;
}
.meetOutAttro ul li{
  margin: 15px;
  position: relative;
  
}
.meetOutAttro ul  img{
  width: 340px; filter: grayscale(1); max-height: 380px;
}
.meetOutAttro ul a:hover img{
 filter: none;
}
.meetOutAttro ul li .content {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-image: url(../images/shadow.png);
    background-position: bottom center;
    background-size: auto 100%;
    text-align: right;
    padding-right: 40px;
    padding-top: 20px;
} 
.meetOutAttro ul li .content h3 {
    background-image: url(../images/arrowBtnright.png);
    background-position: right top 3px;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 20px;
    padding-right: 25px;
    display: inline-block;
    padding-bottom: 20px;
    background-size: 13px;
}
.meetOutAttro ul li .content h3 span {
    text-align: left;
    font-size: 12px;
    color: #977132;display: block;
}

.videoLibrary{
  background-color: #efefef;
  padding: 60px 0 35px 0;
}
.videoLibrary h2{
  margin-bottom: 30px;
}

.videoLibrary .videbtn {
  width: 100%;
  background-color: #5b648f;
  color: #fff;
  font-size: 15px;
  padding: 12px;
  position: relative;
  height: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;  
  margin-bottom: 30px;
}
.videoLibrary .videbtn a {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    position: relative;
}
.videoLibrary .videbtn a img{
  margin-bottom: 4px;
}
.videoLibrary .videbtn:before {
    position: absolute;
    content: '';
    border: 1px solid #b6bacd;
    width: 94%;
    height: 90%;
    left: 3%;
    top: 5%;
}
.videoLibrary .contactBts {
    padding-top: 0;
    padding-bottom: 10px;
}

.contactFormhome.contactPage:before {
    background-color: #2e3450;
    opacity: 0.8;
}
.contactFormhome.contactPage {
    z-index: 0;
    justify-content: center;
    padding-top: 100px;
}
.contactPage .formSection {
    background-image: none;
    padding: 50px 0 0 0;
}
.contactPage h1.borderHdng {
    text-align: center;
}
.contactPage h1.borderHdng::after {
    left: 50%;
    transform: translate(-50%, 0);
}
.contactPage .formSection .row {
    margin-top: 50px;
}
.contactPage .hdng{
  text-align: center;
}
.contactPage h2.heading {
    color: #b4c2cd;
}
.menuToggle{
  display: none;
}
/********** Practice page**********/
.bannerText{min-height: 411px;}
.banner.bannerText:before{background-color: #2a3048;}
.bannerText .bnrLeft {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 1;
}
.bannerText .bnrLeft h1{color:#EFEFEF; }
.bannerText .bnrLeft h1:after {
  left: 50%;
  transform: translate(-50%, 0);
}
.bannerText .bnrLeft h2 {
  font-size: 50px;
  margin-top: 5px;
}
.bannerText .bnrLeft span{color:#EFEFEF; font-size: 24px; text-align: center; display: block; padding-top: 10px;}
.practiceBanner {
  background-image: url(../images/practiceBanner.jpg);
}
.practiceSec{padding: 67px 0; }
.practiceSec.odd{background-color: #EFEFEF;}
.practiceSec.odd .imageBlock{float: right;}
.practiceSec.odd .cotentBlock{float: left;}
.practiceSec .cotentBlock{width:50%; float: right;}
.practiceSec .imageBlock{width:45%; float: left;}
.practiceSec .imageBlock img{box-shadow: 4px 2px 20px -2px rgba(0,0,0,0.35);
  -webkit-box-shadow: 4px 2px 20px -2px rgba(0,0,0,0.35);
  -moz-box-shadow: 4px 2px 20px -2px rgba(0,0,0,0.35);}
.practiceSec h2{color:#5B648F; margin-top: 0;}
.practiceSec p{color:#7B8094; padding-top:15px;}
.practiceSec  h3{
  color: #5b648f;
} 

.practiceSec h4 {
  color: #636982;
  font-size: 17px;
  font-weight: bold;
  padding-right: 100px;
}
.practiceSec h4 a {
    color: #636982;
}
.practiceSec a.btns {
  box-shadow:4px 4px 10px 0px rgba(0,0,0,0.25);
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.25);
}
.practiceSec ul {padding:0 0 0 15px; margin:0;}
.practiceSec ul li {padding:0; margin:0; list-style-type:disc; color: #7B8094;}
.practiceArea{background-color: #dbdbdb; padding:65px 0;}
.practiceArea h2 { text-align: center; margin-bottom: 30px;}
.practiceArea h4 {font-size: 20px; text-align: center; margin-top: 34px; margin-bottom: 30px; color: #926F34; display: block; font-weight:600;}
.practiceArea .colLeft{float: left; width: 48%;}
.practiceArea .colRight{float: right; width: 48%;}
.practiceArea ul{float: left; width: 50%; min-height:100px;}
.practiceArea ul li{clear: both; margin-bottom: 8px; overflow: hidden; color:#5B648F; font-size: 14px; font-weight:600;}
.practiceArea ul li a, .practiceArea ul li a:hover, .practiceArea ul li a:focus{color:#5B648F;}
.practiceArea .imageBox{width:35px; display: block; float: left; margin-right:20px;}

.practiceArea .imageBox a{
  position: relative;  transition: .2s;     height: 100%;  display: block;
} 

.practiceArea .imageBox a:after{ 
  content: '';
  position: absolute;
  background:rgba(75, 81,112,0.6 );
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; 
}
.practiceArea .imageBox a:hover:after{ 
display: none;
}

.practiceArea .imageBox img{width:100%;}
.practiceArea .callToday{color:#7B8094; font-size:30px; font-weight: 600; text-align: center;}
.practiceArea .callToday a{color:#7B8094;}

/********** Practice Area page**********/
.practiceAreaBanner {
  background-image: url(../images/practiceAreaBanner.jpg);
  background-size: 100% 100%;
}
.practiceAreaBanner .bnrRight {
	background-image: url(../images/practiceRight.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
  padding-top:230px;
padding-left:115px;
}
.practiceAreaBanner .bnrRight .clientReview{background-image: url(../images/test-comma.png);
	background-repeat: no-repeat; background-position: left top; background-size:70px; font-size:30px; line-height:40px; color: #B8B7B7; position: relative; width: 330px; padding-top:18px; padding-left: 15px;}
  .practiceAreaBanner .bnrRight .name{text-align: right; text-transform: uppercase; font-size: 16px; line-height: 17px; display: block; color: #EFEFEF;}
  .practicePage .heading.hdngs{text-align: center; color:#5b648f; font-size: 34px;}
  .practicePage .heading::after{left: 50%; margin-left: -90px; background-color: #926F34;}
  .practiceAreas.practicePage{background-color: #efefef; padding-top:20px;}
  .practiceAreas.practicePage h3{max-width: 690px; margin:0 auto;}
  .practicePage .col-sm-7 img{box-shadow: 4px 2px 20px -2px rgba(0,0,0,0.35);
    -webkit-box-shadow: 4px 2px 20px -2px rgba(0,0,0,0.35);
    -moz-box-shadow: 4px 2px 20px -2px rgba(0,0,0,0.35);}

/********** Blog page**********/
.blog {
  background-image: url(../images/blogBanner.jpg);
  background-size: 100% 100%;
}
.postSect{background: #EFEFEF; padding: 60px 0  40px 0;}
.postSect .box, .postSect.post-detail {
  display: flex;
  margin-bottom:40px;
}
.postSect.post-detail img{    margin-right: 25px;
  width: 20%;
  float: left;
}
.postSect .postImg {
  margin-right:25px; width:20%;
}
.postSect .postImg img{width: 100%; height:auto;
}
.postSect .rightDes{width:80%;}
.postSect .box h4 {
  color: #5b648f;
  font-size:30px;
  font-weight: 600;
  margin-bottom:10px;
}
.postSect .box p {
  color: #575757;
  line-height: 20px;
  opacity: 0.8;
}
 .postSect .readMore a{color:#926F34; display: block; text-align: center; text-transform: uppercase; font-size: 11px;}
.postSect .col-sm-2 h2{color:#7C7B7B; text-transform: uppercase; font-size: 24px; font-weight: 600; padding-bottom: 20px;}
.postSect .col-sm-2 ul{ margin-bottom: 40px;}
.postSect .col-sm-2 ul li {font-weight:500;}
.postSect .col-sm-2 ul li a{color:#7C7B7B;}

/********** Profile page**********/
.profile {
  background-image: url(/wp-content/uploads/2023/10/Profile-page-Header-image.png);
  background-size: 100% 100%;
}
.banner.profile:before{ background-color: transparent; }
.practiceSec.profileCont .imageBlock .futureIcon img{
  box-shadow:none;
-webkit-box-shadow:none;
-moz-box-shadow: none;}
.profileCont .futureIcon h3 {
	font-size: 14px;
	font-weight: bold;
	color: #f9d16a;
	margin: 10px 0 20px 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{color:#fff;}

.homepagesvideo { position: relative; overflow: hidden; height: 100vh; }
.homepagesvideo:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity:0.5; background: #000; z-index:1; }
.homepagesvideo #video_player { width: 100%; height: 100%; object-fit: cover; object-position: center center; margin-bottom: 0; }
.homepagesvideo .content_area { position: absolute !important; top: 35%; left: 50%; transform: translate(-50%, -50%); width: 100%; }
@media(max-width:1400px) {
	.homepagesvideo .content_area { top:26%; }
}
@media(max-width:600px) {
.homepagesvideo{ max-height:80vh; }
.homepagesvideo #video_player { min-height:378px; }
}
@media(max-width:400px) {
.homepagesvideo .content_area { top:26%; }
.homepagesvideo{ height:100vh; max-height:87vh; }
}
@media(max-width:376px) {
	.homepagesvideo .content_area{top: 41%; }
	.homepagesvideo{ height:100vh; max-height:100vh; }
}