/*   
Theme Name: Dplaw Themes
Theme URI: Theme Url
Description: This is an exclusive, fully SEO optimized Wordpress theme.
Author: 
Author URI: 
*/

body {
  width: 100%;
  position: relative;
  padding-top: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 28px;
  color: #1b1b1b;
  font-weight: 300;
  overflow-x: hidden;
}

body p {
  font-weight: 300;
  font-size: 16px;
  line-height: 38px;
  color: #000;
  text-align: left;
}

body,
html {
  height: 100%;
}
* {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
}
.hide {
  display: none;
}
:focus {
  outline: 0;
  outline: none;
}

a {
  color: #991812;
}

a:hover {
  color: #000000;
}

p:last-child {
  margin-bottom: 0;
}

a:focus {
  color: #000000;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

a,
.btn,
input,
select,
textarea,
button,
img {
  outline: 0 !important;
  box-shadow: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #c70e09;
}
html {
  scroll-behavior: smooth;
}
select {
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 #000;
}

a img {
  outline: 0;
}

input[type="checkbox"],
input[type="radio"] {
  vertical-align: middle;
}

input,
select,
textarea {
  outline: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
}

[type="submit"] {
  cursor: pointer;
}

a:hover,
a:focus {
  text-decoration: none;
}
p:empty {
  display: none;
}
* {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}
.lang img {
  display: none !important;
}
.lang .switcher .selected a:after {
  background-image: url(img/down-arrow.svg) !important;
  height: 28px;
  right: 10px;
  width: 10px;
}

.lang .switcher {
  width: auto;
  min-width: 50px;
  line-height: 28px;
}
.lang .switcher .selected,
.lang .switcher .selected a:hover {
  background: none !important;
}
.lang .switcher .selected a {
  width: auto !important;
  font-size: 15px !important;
  border: none !important;
  color: #fff;
  padding: 0px;
  font-weight: 300 !important;
  font-family: "Poppins";
}
.switcher .option a {
  font-size: 15px;
  font-family: "Poppins";
  font-weight: 300;
  padding: 0px 5px;
}
.lang .switcher .option {
  min-width: 50px;
  width: auto !important;
  position: absolute;
}
.search-box {
  display: none;
  background: #4059ad;
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 99999;
}
.no-scroll {
  overflow: hidden;
}
.search-box-wrap label.screen-reader-text {
  display: none;
}
.closebtn {
  cursor: pointer;
  position: absolute;
  color: #fff;
  font-size: 32px;
  right: 15px;
  top: 15px;
}
.open-search-box {
  display: block;
}
.search-box-wrap {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0px 150px;
  justify-content: center;
}
.search-box-wrap .fullwidth {
  width: 100%;
}
.search-box-wrap form input[type="text"] {
  width: 100%;
  height: 50px;
  border: 1px solid #fff;
  padding: 0px 25px;
  border-radius: 25px;
  outline: none;
}
.search-box-wrap form input[type="submit"] {
  position: absolute;
  right: 5px;
  height: 44px;
  padding: 0px 25px;
  border-radius: 25px;
  top: 4px;
  background: #4059ad;
  color: #fff;
  border: 1px solid #4059ad;
}
.search-box-wrap form div {
  display: flex;
  position: relative;
}
.header {
  /* background: #4059ad; */
  position: fixed;
  width: 100%;
  z-index: 9999;
}
.fixed-header {
  background: #4059ad;
}
body {
  font-family: "Poppins";
}

.menu-main-menu-container {
  width: 100%;
}
button.navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.header-inner {
  width: 100%;
}
.menubar ul li a {
  font-size: 15px;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  padding: 21px 18px;
}
.menubar ul li a:hover,
.menubar ul li.current-menu-item a ,
.menubar ul li.current-menu-parent a{
  background: rgba(64, 79, 173, 0.2);
}
.menubar {
  background: #fff;
}

.menubar ul li ul li a {
  color: #fff;
  /*padding: 10px 19px;*/
	    padding: 10px 10px 10px 30px;
}

.menubar ul li {
  position: relative;
}
.space1 {
  margin-right: 10px;
}
.contact-info svg,
.contact-info img {
  width: 19px;
  fill: white;
  max-height: 19px;
}
.contact-info li a {
  color: #fff;
}
.contact-info li {
  color: #fff;
}
.contact-info ul {
  display: flex;
  margin: 0px;
}
.contact-info ul li {
  padding: 0px 20px;
  list-style: none;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.topbar {
  padding: 18px 0px;
  justify-content: space-between;
}
.contact-info ul li:first-child {
  border-left: 0px;
}
.contact-info ul li:last-child {
  padding-right: 0px;
}
.banner {
  height: calc(100vh - 131px);
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.logged-in .banner {
  height: calc(100vh - 162px);
}
.banner-slider,
.banner-slider .slick-slider .slick-track,
.banner-slider .slick-slider .slick-list {
  overflow: hidden;
}
.banner h2,
.banner .h2 {
  font-family: "Abhaya Libre";
  font-size: 55px;
  font-weight: normal;
  text-transform: uppercase;
}
.banner h5,
.banner .h5 {
  font-family: "Poppins";
  font-size: 22px;
  font-weight: 300;
  line-height: 36px;
  margin-bottom: 30px;
}
.banner-caption {
  padding: 0px 25px;
  padding-top: 220px;
  padding-bottom: 50px;
}
.banner-caption a {
  color: #fff;
  font-weight: 500;
  line-height: 50px;
  font-size: 18px;
  text-transform: uppercase;
  background: #4059ad;
  padding: 2px 45px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  display: inline-block;
  position: relative;
}
.btnwrap {
  display: inline-block;
  padding: 6px;
  background: #4059ad;
}
.btn.btn-border-1::after,
.btn.btn-border-1::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 0%;
  visibility: hidden;
}

.btn.btn-border-1::after {
  bottom: -1px;
  right: -1px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transition: width 0.1s ease 0.1s, height 0.1s ease, visibility 0s 0.2s;
}

.btn.btn-border-1::before {
  top: -2px;
  left: -2px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: width 0.1s ease 0.3s, height 0.1s ease 0.2s, visibility 0s 0.4s;
}

.btn.btn-border-1:hover {
  animation: pulse 1s ease-out 0.4s;
  color: #fff;
}

.btn.btn-border-1:hover::after,
.btn.btn-border-1:hover::before {
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  visibility: visible;
  transition: width 0.1s ease 0.2s, height 0.1s ease 0.3s, visibility 0s 0.2s;
}

.btn.btn-border-1:hover::after {
  transition: width 0.1s ease 0.2s, height 0.1s ease 0.3s, visibility 0s 0.2s;
}

.btn.btn-border-1:hover::before {
  transition: width 0.1s ease, height 0.1s ease 0.1s;
}
.h2_style {
  color: #142b54;
  font-size: 55px;
  font-family: "Abhaya Libre";
  font-weight: normal;
  text-transform: uppercase;
}
.footer {
  background: #01050a;
  background-image: url(img/footer-bg.jpg);
}
.footer-menu ul li a {
  line-height: 41px;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  padding: 0px;
  text-transform: uppercase;
  display: contents;
}
.footer-menu ul {
  column-count: 2;
  margin: 0px;
}
.footer-box .h2 {
  color: #fff;
  font-size: 25px;
  font-family: "Abhaya Libre";
  line-height: 30px;
}
.divider-right {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-box {
  padding: 88px 0px 30px 0px;
}
.location-box li svg,
.stylecmn svg,
.location-box li img,
.stylecmn img{
  fill: white;
  width: auto;
  height: 23px;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: 5px;
  min-width: 30px;
}
.location-box li,
.stylecmn {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  display: flex;
  margin-bottom: 19px;
  margin-top: 12px;
}
.location-box li a {
  color: #fff;
}
.stylecmn a {
  color: #fff;
}
.footer-map1 {
  padding-left: 20px;
}
.location-box {
  padding-left: 30px;
}
.copyright {
  font-size: 14px;
  line-height: 24px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 5px 15px;
  font-weight: 200;
}
.form1 ul {
  display: flex;
  margin: 0px;
  width: 100%;
}
.form1 input,
.form1 select {
  font-size: 16px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.65);
  line-height: 40px;
  border: 0px;
  border-bottom: 1px solid rgba(44, 61, 80, 0.1);
  text-shadow: none;
  width: 100%;
  height: 70px;
}
.form1 ul li {
  padding: 0px 10px;
  width: 100%;
}
.form1 input::placeholder {
  color: rgba(0, 0, 0, 0.65);
}
.form1 {
  padding: 30px 20px;
  box-shadow: 0px 12px 39px -17px rgba(0, 0, 0, 0.1);
  background-image: url(img/mail.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 251px;
}
.btn.btn-border-1 {
  color: #fff;
  font-weight: 500;
  line-height: 50px;
  font-size: 18px;
  text-transform: uppercase;
  background: #4059ad;
  padding: 2px 45px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: inline-block;
  position: relative;
}
.btnwrap .btn input {
  background: none;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  padding: 0px 70px;
  height: auto;
  position: relative;
  z-index: 9;
}
.outerbtn {
  margin-left: 10px;
}
.form1 .btnwrap .btn {
  padding: 2px 0px;
}
.insidewrap {
  padding: 0px 100px;
}
.compresstext {
  padding: 0px 147px;
}

.first-content-section {
  padding: 100px 0px;
  /*background: url(img/content-bg.jpg);*/
  background: #011641;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #142b54;
}

.content-info-wrap .h2,
.content-info-wrap p {
  color: #fff;
}

.law_offices {
  background: url(img/law_officebg.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  padding: 100px 0px;
  background-size: cover;
}
.form1 .wpcf7-not-valid-tip {
  background: red;
  display: block;
  color: #fff;
  font-size: 11px;
  width: 66px;
  padding: 3px 1px;
  text-align: center;
  line-height: 100%;
}
.getin_touch .wpcf7-not-valid-tip {
  background: red;
  display: block;
  color: #fff;
  font-size: 11px;
  width: 66px;
  padding: 3px 1px;
  text-align: center;
  line-height: 100%;
  position: absolute;
}
.bannerbelow .wpcf7 form.invalid .wpcf7-response-output,
.bannerbelow .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ff0000;
  margin-top: -30px;
  font-size: 13px;
  border: none;
  color: #ff0000;
  margin-bottom: 0px;
  display: none !important;
}
.getin_touch .wpcf7 form.invalid .wpcf7-response-output,
.getin_touch .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ff0000;
  margin-top: 0px;
  font-size: 13px;
  border: none;
  color: #ff0000;
  margin-bottom: 0px;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0px;
}
.left-img:after {
  content: "";
  background: #f5f7fe;
  position: absolute;
  right: 0px;
  width: 41%;
  height: 100%;
  z-index: -1;
}
.form2 div.wpcf7 .ajax-loader {
  position: relative;
  left: 9px;
}
/* .getin_touch .your-message .wpcf7-not-valid-tip {
  margin-top: -69px;
} */

.search-input-wrap {
  position: relative;
}
.header-search-box button {
  position: absolute;
  right: 5px;
  height: 44px;
  padding: 0px 25px;
  border-radius: 25px;
  top: 4px;
  background: #4059ad;
  color: #fff;
  border: 1px solid #4059ad;
}
.header-search-box {
  width: 100%;
}
.bannerbelow div.wpcf7 .ajax-loader {
  left: -67px;
  position: relative;
  visibility: hidden !important;
}
.main_content {
  background: #f5f7fe;
  padding-right: 126px;
  padding-left: 35px;
  flex: 0 0 69.666667%;
  max-width: 69.666667%;
  padding-top: 150px;
  padding-bottom: 50px;
}
.leftdiv {
  flex: 0 0 30.333333%;
  max-width: 30.333333%;
}
.left-img img {
  position: relative;
  top: 100px;
}
.news_sec {
  padding: 130px 0px;
}
.news_sec_home {
  padding-top: 210px;
}
.newsimg img {
  border: 2px solid #142b54;
  width: 100%;
}
.news_sec .btn.btn-border-1 {
  padding: 6px 75px;
}
.newscontent h4,
.newscontent .h4 {
  font-size: 20px;
  font-weight: 500;
  padding-right: 30px;
  margin-bottom: 0px;
  color: #000;
  font-weight: 600;
}
.newscontent p {
  line-height: 30px;
  color: #000;
}
.newscontent a {
  color: #10284d;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.newscontent a svg,
.newscontent a img {
  width: 10px;
  margin-left: 10px;
  display: inline-block;
  height: 10px;
}
.looprow {
  /*margin-bottom:30px;*/
}
.newscontent {
  padding-left: 10px;
}
.news_sec .owl-nav {
  position: absolute;
  left: -74%;
  display: flex;
  bottom: 45px;
}
.news_sec .owl-nav div {
  background-color: #4059ad;
  width: 150px;
  height: 90px;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
}
.news_sec .owl-nav .owl-next {
  background-image: url(img/arrowslider1.svg);
}
.news_sec .owl-nav div:hover {
  background-color: #142b54;
}
.news_sec .owl-nav .owl-prev {
  background-image: url(img/arrowslider1.svg);
  transform: rotate(180deg);
  position: relative;
  left: 1px;
  background-color: #142b54;
}
.news_sec .cv-nav {
  position: absolute;
  left: -74%;
  display: flex;
  bottom: 0px;
  top: auto;
}
.news_sec .cv-nav .cv-prev {
  background-image: url(img/arrowslider1.svg);
  transform: rotate(180deg);
  position: relative;
  left: 1px;
  background-color: #142b54;
}
.teambox a img {
	max-height: 324px;
    width: 100%;
    object-position: top;
    object-fit: cover;
    }
.news_sec .cv-nav div {
  background-color: #4059ad;
  width: 150px;
  height: 90px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0px;
  color: transparent;
}
.news_sec .cv-nav .cv-next {
  background-image: url(img/arrowslider1.svg);
}
.news_sec .cv-nav div:hover {
  background-color: #142b54;
}
.slick-arrow:hover {
  background-color: #142b54;
}
.slick-arrow {
  background-color: #4059ad;
  width: 150px;
  height: 90px;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
button.slick-next.slick-arrow {
  background-image: url(img/arrowslider1.svg);
  margin-left: 61px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}
button.slick-prev.slick-arrow {
  background-image: url(img/arrowslider1.svg);
  transform: rotate(180deg);
  margin-left: -88px; /* background-color: #142b54;*/
}
.slick-arrow {
  position: absolute;
  left: -63%;
  bottom: 45px;
  top: auto;
}
.news_sec .btnwrap {
  margin-top: 15px;
}
.contentleft h2 {
  margin-top: 25px;
}
.getin_touch {
  background-image: url(img/getintouchbg.jpg);
  padding: 130px 0px 140px 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.dark-bg-form .form-control option {
  color: #000 !important;
}
.form2 form input,
.form2 form select,
.form2 form textarea {
  font-size: 16px;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(44, 61, 80, 0.1);
  color: #333;
  padding: 25px 20px;
  width: 100%;
}
.form2 form input::placeholder,
.form2 form textarea::placeholder {
  color: rgba(118, 118, 118, 0.6);
}
.form2 .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
  float: left;
  text-align: left;
}
.form2 form textarea {
  height: 130px;
  resize: none;
}
.form2 .btnwrap input {
  margin-bottom: 0px;
}
.form2 .btnwrap {
  margin-top: 30px;
}
.form2 {
  padding: 0px 150px;
}
.darkbox p {
  color: #fff;
  font-size: 15px;
}
.darkbox h2,
.darkbox .h2 {
  color: #fff;
  margin-bottom: 0px;
}
.darkbox {
  background-color: #01244e;
  color: #fff;
  padding: 50px 10px 50px 60px;
  margin-left: -35px;
}
.aresimages img {
  position: relative;
  margin-top: 115px;
}
.practicearea {
  padding: 130px 0px;
}
.areaslist li svg,
.areaslist li img {
  height: 50px;
  width: 50px;
}
.iconss {
  fill: #01244e;
}
.iconss path {
  fill: #01244e;
}
.areaslist li h3,
.areaslist li .h3 {
  margin: 0px 0px 0px 10px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.areaslist ul {
  column-count: 2;
  gap: 0;
}
.areaslist li {
  padding: 36px 15px 35px 20px;
  background-image: url(img/divider.png);
  background-repeat: no-repeat;
  margin-bottom: 0px;
  position: relative;
}
.areaslist li a {
  display: flex;
  align-items: center;
}
.areaslist li:nth-child(5),
.areaslist li:nth-child(6),
.areaslist li:nth-child(7),
.areaslist li:nth-child(8) {
  background-image: url(img/divider1_2.png);
}
.areaslist li a:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background: url(img/divider22.png);
  right: 0px;
  z-index: 999;
  background-size: cover;
  background-position: center;
}
.areaslist li:nth-child(5) a:after,
.areaslist li:nth-child(6) a:after,
.areaslist li:nth-child(7) a:after,
.areaslist li:nth-child(8) a:after {
  background-image: none;
}
.contactno {
  display: flex;
  background-color: #01244e;
  color: #fff;
  align-items: center;
  padding: 26px 16px;
}
.contactno:hover, a:focus {
  color: #fff;
}
.contactno svg {
  fill: #fff;
  width: 55px;
}
.contactno h4,
.contactno .h4 {
  font-size: 27px;
  font-weight: bold;
}
.contactno span {
  font-weight: 200;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
}
.contactno div {
  padding-left: 8px;
}
.areaslist li:hover {
  background: rgba(64, 89, 173, 0.1);
}
.areaslist li:hover h3 {
  color: #4059ad;
}
.areaslist li:hover svg {
  fill: #4059ad;
}
.areaslist li:hover svg path {
  fill: #4059ad;
}
.areaslist li:hover .arrowicn svg {
  fill: #4059ad;
  background: #eceef7;
}
.arrowicn svg {
  width: 25px !important;
  fill: white;
  position: absolute;
  right: 15px;
  top: 37px;
}
.big_img_wrap .big_img.active {
  display: block !important;
}
.insidewrap2 {
  padding-top: 120px;
}
.home {
  overflow-x: hidden;
}
.togglebtn {
  display: none;
}
.navbar-brand {
  display: none;
}
.notfoundbanner {
  padding: 245px 0px 90px 0px;
  color: #fff;
  text-align: center;
}
.notfoundbanner .h2_style {
  color: #fff;
}
.ntfound {
  padding-top: 70px;
  padding-bottom: 90px;
  text-align: center;
  display: block;
}
.ntfound form input[type="text"] {
  border: 1px solid #ccc;
}
.ntfound form input[type="submit"] {
  top: 3px;
}
.intro-text {
  margin-bottom: 25px;
}
.searchtext1 {
  padding: 70px;
}
.pagebanner .h2_style {
  color: #fff;
  font-size: 70px;
}
.pagebanner {
  padding: 280px 0px 130px 0px;
  color: #fff;
}
.contentarea {
  padding: 70px 0px;
}
.hidedesktop {
  display: none;
}
.hidemobile {
}
.teambox a {
  display: block;
  border: 2px solid rgba(12, 32, 102, 0.14);
  padding: 13px; /*box-shadow: 0px 2px 1px rgba(12,32,102,0.10);*/
}
.teambox h4 {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  margin: 0px;
  padding: 21px 0px 8px 0px;
}
.reduce-gap .row {
  margin-left: -5px;
  margin-right: -5px;
}
.reduce-gap .loopdivs {
  padding-left: 5px;
  padding-right: 5px;
}
.teamlist {
  padding: 70px 0px 20px 0px;
}
.teambox {
  margin-bottom: 20px;
}
.work_with {
  padding: 160px 0px;
  background-size: cover;
}
.btnwrapstyle2 {
  background: #1c3381;
}
.btnwrapstyle2 .btn.btn-border-1 {
  background: #1c3381;
}
.form2 span.btn.btn-border-1 {
  padding: 0px;
}
.singleimg {
  padding-left: 30px;
  position: relative;
}
.singleimg:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 80%;
  background: #4059ad;
  z-index: -1;
  left: 0px;
  top: 10%;
}
.hr_theme {
  border-top: 1px solid rgba(64, 89, 173, 0.2);
}
.aboutbottom ul {
  margin: 0px;
}
.aboutbottom li {
  font-weight: normal;
  font-size: 18px;
  color: #000;
  list-style: none;
}
.aboutbottom li:nth-child(2) {
  margin: 12px 0px;
}
.aboutbottom {
  align-items: center;
  justify-content: space-between;
  padding-right: 40px;
  padding-top: 40px;
}
.about-content hr {
  margin-top: 30px;
}
.quilification {
  background: rgba(64, 89, 173, 0.05);
  padding: 110px 0px 50px 0px;
}
.contentboxex .h2_style {
  font-size: 44px;
  letter-spacing: -2px;
}
.contentboxex li {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  margin: 10px 0px;
  position: relative;
  padding-left: 32px;
}
.contentboxex li:before {
  content: "";
  background-image: url(img/bluearrow.svg);
  width: 15px;
  height: 24px;
  position: absolute;
  left: 0px;
  background-repeat: no-repeat;
  background-position: center;
  top: 2px;
}
.contentboxex li svg {
  fill: #4059ad;
  width: 14px;
  margin-right: 15px;
}
.contentboxex {
  margin-bottom: 50px;
  padding-right: 30px;
}
.practicelisr li svg {
  width: 45px;
  height: 45px;
  fill: #fff;
}
.practicelisr {
  border: 7px solid#254e82;
  padding: 25px 0px;
}
.practicelisr li {
  display: flex;
  align-items: center;
  padding: 25px 30px;
  position: relative;
  /*  border-left: 7px solid #254e82;
      border-right: 7px solid #254e82;*/
}
.practicelisr li a {
  display: flex;
  width: 100%;
}
.practicelisr li h4 {
  margin: 0px 0px 0px 18px;
  cursor: pointer;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  line-height: 40px;
}
.practicelisr li:hover {
  background: #4059ad;
  border-color: #4059ad;
}
.practicelisr li:hover::before {
  content: "";
  position: absolute;
  left: -7px;
  width: 7px;
  height: 100%;
  background: #4059ad;
}
.practicelisr li:hover::after {
  content: "";
  position: absolute;
  right: -7px;
  width: 7px;
  height: 100%;
  background: #4059ad;
}
.practicelisr ul {
  margin: 0px;
}
.practice {
  padding: 140px 0px 110px 0px;
  background-size: cover;
  background-position: bottom center;
  background-image: url(img/practicebg.jpg);
}
.about_firm {
  padding: 155px 0px 170px 0px;
  background-repeat: no-repeat;
  background-position: left top;
}
.bigtitle {
  font-size: 65px;
}
.titleinner {
  font-size: 45px;
}
.textwrap li:before {
  content: "";
  background-image: url(img/bluearrow.svg);
  width: 15px;
  height: 24px;
  position: absolute;
  left: 0px;
  background-repeat: no-repeat;
  background-position: center;
  top: 7px;
}
.textwrap li {
  font-size: 16px;
  line-height: 38px;
  color: #000;
  font-weight: 300;
  position: relative;
  padding-left: 32px;
}
.borderimg {
  padding-bottom: 32px;
  position: relative;
}
.borderimg img {
  margin-left: -27px;
  margin-top: -29px;
  position: relative;
  z-index: 9;
}
.borderimg:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid rgba(216 216 216 / 80%);
  position: absolute;
  right: 0px;
  box-shadow: -1px -1px 3px rgba(216 216 216 / 80%);
}
.paddingl {
  padding-left: 45px;
}

.rating {
  color: #4059ad;
  font-size: 45px;
  font-family: "Abhaya Libre";
  text-transform: uppercase;
  padding: 40px 60px;
  display: inline-block;
  letter-spacing: -2px;
  box-shadow: 2px 12px 20px -5px #cdc9c9;
  background: #fff;
}
.bottomdiv .btnwrap:before {
  content: "";
  height: 1px;
  background: rgba(64, 89, 173, 0.9);
  width: 190px;
  position: absolute;
  left: -190px;
  top: 35px;
}
.bottomdiv .btnwrap {
  position: relative;
}

.customw {
  flex: 0 0 20.8333335%;
  max-width: 20.8333335%;
}
.customw2 {
  justify-content: space-between;
  display: flex;
  flex: 0 0 79.1666665%;
  max-width: 79.1666665%;
  align-items: center;
}
.bottomdiv {
  margin-top: -71px;
  position: relative;
  z-index: 9;
}
.mypractice {
  background: rgba(1, 36, 78, 0.02);
  padding: 100px 0px 140px 0px;
}
.mypractice .bigtitle {
  margin-bottom: 60px;
}
.mypractice h5 {
  font-size: 22px;
  font-weight: 600;
}
.newslists {
  padding: 100px 0px 130px 0px;
}
.newsbox h4 {
  font-size: 22px;
  font-weight: normal;
  color: #000;
}
.newsbox a {
  color: #4059ad;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}
.newsbox:hover {
  background: #4059ad;
  box-shadow: -3px 20px 26px 3px #cdc9c9;
  color: #fff;
}
.newsbox {
  padding-bottom: 30px;
  padding: 25px;
}
.newsboxouters {
  border: 5px solid transparent;
}
.newsboxouters:hover {
  border: 5px solid rgba(12, 32, 102, 0.14);
}
.newsbox:hover h4,
.newsbox:hover a,
.newsbox:hover p {
  color: #fff;
}
.mrgn {
  margin-top: 15px;
}
.contactbtn svg {
  width: 45px;
  fill: #4059ad;
  min-width: 45px;
}
.contactbtn {
  display: flex;
  align-items: center;
  padding: 20px;
}
.contactbtn {
  font-family: "Poppins";
  letter-spacing: 0px;
}
.contactbtn span {
  color: #7a7a7a;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 0px;
  display: block;
}
.contactbtn h4 {
  color: #7a7a7a;
  font-size: 24px;
  font-weight: 300;
  margin: 0px;
  display: block;
}
.contactbtn div {
  margin-left: 20px;
}
.belowtitle {
  color: #4059ad;
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 40px;
  display: block;
}
.todaycontact {
  font-size: 22px;
  color: #000;
  line-height: 40px;
  font-weight: 600;
}
.newslft {
  padding-top: 20px;
}
.fqlist li a {
  color: #000;
  font-size: 16px;
  font-weight: normal;
  font-family: "Metropolis";
  padding: 20px;
  display: block;
  position: relative;
}
.fqlist li a:hover,
.fqlist li a.active {
  background: #073074;
  border-color: #073074;
  color: #fff;
}
.fqlist ul {
  border-top: 7px solid #eaeaea;
  border-bottom: 7px solid #eaeaea;
  margin: 0px;
}
.fqlist li a.active .anchorinside:before {
  content: "";
  position: absolute;
  left: -7px;
  width: 7px;
  height: 100%;
  background: #073074;
  top: 0px;
}
.fqlist li a.active .anchorinside:after {
  content: "";
  position: absolute;
  right: -7px;
  width: 7px;
  height: 100%;
  background: #073074;
  top: 0px;
}
.fqitem h4 {
  font-size: 22px;
  font-weight: 600;
}
.fqinfo {
  padding-left: 50px;
}
.sectag {
  font-family: "Metropolis";
  color: #000;
  font-weight: normal;
  font-size: 22px;
  display: inline-block;
  position: absolute;
  background: #fff;
  top: -10px;
  left: 14px;
}
.fqlist li a.active:after,
.fqlist li a:hover::after {
  content: "";
  display: block;
  border-width: 20px 20px 0;
  border-style: solid;
  border-color: #3498db transparent transparent;
  margin-left: -20px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  border-width: 12px;
  border-right-width: 0;
  border-top-color: transparent;
  border-left-color: #073074;
  margin: -10px 0 0;
  left: auto;
  right: -19px;
  top: 50%;
  bottom: auto;
}
.contentarea2 {
  padding: 130px 0px;
}
.pagebanner p {
  font-size: 22px;
  text-align: center;
}
.fqlist {
  margin-top: 10px;
  position: relative;
}
.officelist li a {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  padding: 20px 35px;
  display: block;
}
.officelist ul {
  justify-content: space-between;
  border: 1px solid #ebebeb;
}
.tabmenu li a:hover,
.tabmenu li a.active {
  background: #073074;
  border-color: #073074;
  color: #fff;
}
.tabmenu li a.active:after,
.tabmenu li a:hover::after {
  content: "";
  display: block;
  border-width: 14px 14px 0;
  border-style: solid;
  border-color: #073074 transparent transparent;
  margin-left: -14px;
  position: absolute;
  bottom: -14px;
  left: 50%;
}
.tabmenu li a {
  position: relative;
}
.officeloc {
  padding-top: 80px;
}
.officelist {
  margin-bottom: 70px;
}
.location-caption li svg {
  fill: #073074;
  width: 33px;
}
.location-caption li h4 {
  font-size: 25px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0px;
}
.location-caption li {
  display: flex;
  align-items: start;
  margin: 30px 0px;
}
.location-caption li p {
  font-size: 20px;
  margin: 0px;
}
.location-caption li div {
  margin-left: 20px;
}
.location-caption li div a {
  color: #073074;
  text-decoration: underline;
  font-size: 20px;
  font-weight: normal;
}
.office-location-map:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid rgba(216 216 216 / 80%);
  position: absolute;
  left: 0px;
  box-shadow: -1px -1px 3px rgba(216 216 216 / 80%);
  top: 0px;
}
.office-location-map {
  position: relative;
  padding-left: 0px;
  padding-top: 0px;
  margin-right: 18px;
}
.office-location-map iframe {
  margin-left: 18px;
  top: 18px;
  position: relative;
  z-index: 9;
  width: 100%;
}
.buildingimgs {
  box-shadow: 2px 12px 20px -5px #cdc9c9;
  background: #fff;
  display: flex;
  position: relative;
  z-index: 99;
  width: 125%;
  align-items: center;
  padding: 10px;
  box-sizing: content-box;
  margin-top: 35px;
}
.buildingimgs img {
  width: 50%;
  height: 198px;
  object-fit: cover;
}
.location-caption {
  padding-top: 50px;
}
.location-caption h2 {
  font-size: 50px;
}
.contact-info-style li svg {
  fill: #4059ad;
  width: 30px;
  height: 30px;
}
.contact-info-style li a {
  font-size: 24px;
  color: #7a7a7a;
  display: flex;
  align-items: center;
}
.contact-info-style li {
  margin: 15px 0px;
  display: block;
  float: left;
  width: 100%;
}
.contact-info-style .space1 {
  margin-right: 25px;
}
.contactdetail {
  padding-top: 60px;
}
.contactpageform .wpcf7-form-control-wrap select {
  font-size: 16px;
  background: 0 0;
  border: none;
  border-bottom: 1px solid rgba(44, 61, 80, 0.1);
  color: #333;
  padding: 20px 20px;
  width: 100%;
}
.contactpageform .wpcf7-form-control-wrap input,
.contactpageform .wpcf7-form-control-wrap textarea {
  padding: 20px 10px;
  border-width: 0px 0px 1px 0px;
  border-color: rgba(44, 61, 80, 0.15);
  font-size: 16px;
  width: 100%;
  resize: none;
}
.contactpageform .wpcf7-form-control-wrap input::placeholder,
.contactpageform .wpcf7-form-control-wrap textarea::placeholder {
  color: #767676;
}
.contactpageform .wpcf7-form-control-wrap textarea {
  max-height: 170px;
}
.contactpageform .btnwrap .btn.btn-border-1 {
  padding: 0px;
}
.contactpageform .btnwrap input {
  box-shadow: none;
  border: none;
  padding: 0px 45px;
  min-width: auto;
  width: 100%;
}
.contactpageform {
  border: 1px solid #e6e6e6;
  padding: 50px;
  background: #fff;
}
.pagewrap1 {
  padding: 130px 0px;
  background: url(img/formbg.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 270px;
}
.mapcontainer iframe {
  width: 100%;
  filter: gray;
  -webkit-filter: grayscale(99%);
  -webkit-backface-visibility: hidden;
  height: 600px;
  border: none;
  display: block;
}
.maptop {
  position: absolute;
  width: 100%;
  margin-top: -140px;
  text-align: center;
  z-index: 9;
}
.filterwrap {
  background: #fff;
  color: #767676;
  box-shadow: 2px 12px 20px -5px #cdc9c9;
  padding: 0px 0px;
  border: none;
  margin: auto;
  margin-top: 25px;
  width: 45%;
}
.filterwrap select {
  color: #767676;
  border: none;
  font-size: 16px;
  font-weight: 300;
  width: 100%;
  padding: 20px 0px;
}
.mapimg {
  position: absolute;
  left: 50%;
  margin-left: -372px;
  top: 50%;
  z-index: 9;
  margin-top: -149px;
  box-shadow: 2px 12px 20px -5px #cdc9c9;
  padding: 12px;
  background: #fff;
  cursor: pointer;
}
.mapcontainer {
  position: relative;
}
.googlemap {
  display: none;
}
.active1 {
  display: block;
}
.mapimg img {
  width: 326px;
  height: 244px;
  object-fit: cover;
}
.newslist li a {
  color: #000;
  line-height: 45px;
  font-family: "Metropolis";
  font-size: 16px;
}
.newslist ul li::before {
  top: 13px !important;
}
.section_title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 50px;
  padding-bottom: 20px;
}
.section_title h2 {
  margin-bottom: 0px;
}
.nwlist {
  /*border-bottom: 1px solid rgba(0,0,0,.15);*/
  padding-bottom: 40px;
  padding-top: 30px;
  margin-bottom: 40px;
}
.yearsort {
  background: rgba(0, 0, 0, 0.05);
  padding: 20px;
  color: rgba(0, 0, 0, 0.4);
  min-width: 265px;
  border: none;
}
.newspost-img {
  margin-top: 50px;
}
.practicearea-page {
  background-image: url(/wp-content/uploads/2021/01/practiceareabg.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  position: relative;
}
.borderimg2:after {
  top: -27px;
}
.borderimg2 img {
  margin-top: 0px;
}
.borderimg2 {
  padding-bottom: 0px;
}
.bottombardiv {
  box-shadow: 2px 12px 20px -5px #cdc9c9;
  background: #fff;
  padding: 20px;
  max-width: 1080px;
  position: absolute;
  bottom: -45px;
  z-index: 9;
  border: 3px solid rgba(64, 89, 173, 0.15);
}
.bottombardivwrap {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
}
.bottombardivwrap:before {
  content: "";
  height: 1px;
  background: rgba(64, 89, 173, 0.3);
  width: 14%;
  position: absolute;
  left: 0px;
  top: -35px;
}
.content-caption {
  padding-top: 70px;
  padding-right: 50px;
}
.offcearea {
  background: rgba(64, 89, 173, 0.05);
  padding: 100px 0px 100px 0px;
}
.iconbox svg {
  width: 55px;
  height: 55px;
  fill: #01244e;
}
.iconbox svg path {
  fill: #01244e;
}
.practicebox h4 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin-top: 20px;
}
.practicebox a {
  color: #4059ad;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}
.practicebox:hover {
  background-color: #3b529f;
  background-image: url(img/box-bg.jpg);
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  border: 5px solid rgba(12, 32, 102, 0.15);
  box-shadow: 12px 22px 31px -2px #cdc9c9;
}

.practicebox:hover a,
.practicebox:hover p,
.practicebox:hover h4 {
  color: #fff;
}
.practicebox:hover svg,
.practicebox:hover svg path {
  fill: #fff;
}
.practicebox {
  padding: 20px;
  position: relative;
  box-sizing: border-box;
  border: 5px solid transparent;
  margin-bottom: 30px;
}
.reducespace {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 40px;
}
.reducespace .loopdiv {
  padding-left: 0px;
  padding-right: 0px;
}
.single-post-img svg {
  height: 100px;
  width: 100px;
  fill: #142b54;
}
.single-post-img {
  margin-bottom: 25px;
}
.footer-map iframe {
  width: 100%;
  border: none;
  height: 175px;
}
.listnews {
  display: none;
}
.listnews.active {
  display: block;
}
.listnews.ssss {
  display: block;
}
.footer-box {
  color: #fff;
}
.footer-box a {
  color: #fff;
}
.footer-box a.nap-email {
  display: none;
}
.footer-box a.direction-link {
  display: none;
}
.compresstext .btnwrap {
  margin-top: 12px;
}
.contentleft p {
  line-height: 35px;
}
.form2 h2,
.form2 .h2_style {
  text-transform: none;
}
.workwithcontent {
  padding-right: 5px;
}
.aboutfirmcontent {
  padding-left: 20px;
}
.dootedimg:before {
  content: "";
  left: -59px;
  position: absolute;
  top: 80px;
  width: 30px;
  height: 250px;
  background: url(/wp-content/uploads/2021/01/diagonal-line.png);
  z-index: 9;
}
.dootedimg {
  margin-left: 30px;
}
.contactpageform .wpcf7-not-valid-tip {
  background: red;
  display: block;
  color: #fff;
  font-size: 11px;
  width: 66px;
  padding: 3px 1px;
  text-align: center;
  line-height: 100%;
  position: absolute;
}
.contactpageform .wpcf7 form.invalid .wpcf7-response-output,
.contactpageform .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ff0000;
  margin-top: 0px;
  font-size: 13px;
  border: none;
  color: #ff0000;
  margin-bottom: 0px;
  text-align: center;
}
.listofaq ul li {
  position: relative;
  width: 100%;
}
.listofaq ul {
  padding: 15px 0px;
  border: 7px solid #eaeaea;
}
.faq-card {
  margin-bottom: 25px;
}
.listofaq ul li:hover::before {
  background: #073074;
  content: "";
  position: absolute;
  left: -7px;
  width: 7px;
  height: 100%;
  top: 0px;
}
.listofaq ul li:hover::after {
  background: #073074;
  content: "";
  position: absolute;
  right: -7px;
  width: 7px;
  height: 100%;
  top: 0px;
}
.yearsort {
  background-image: url(img/select-arrow.png);
  background-repeat: no-repeat;
  background-position: right 19px center;
  appearance: none;
}
.dottedstyle:before {
  content: "";
  left: -59px;
  position: absolute;
  bottom: 0px;
  width: 30px;
  height: 250px;
  background: url(/wp-content/uploads/2021/01/diagonal-line.png);
  z-index: 9;
}
.click-here {
  color: #142b54;
  text-decoration: underline;
}
.itemheading {
  color: #000;
  font-weight: 500;
}
.no_style {
  padding: 0px !important;
}
.no_style:hover {
  background: none !important;
}

.no_style:hover svg,
.no_style:hover svg path {
  fill: white !important;
}
.newsimg {
  margin-left: 2px;
}
.filterwrap select.locfilter {
  background-image: url(//dplaw.staging.wpengine.com/wp-content/themes/dplaw/img/select-arrow.png);
  background-repeat: no-repeat;
  background-position: right 19px center;
  appearance: none;
  padding: 20px 25px;
}
.copyright a {
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 0px 2px;
  font-weight: 200;
}
.without-banner {
  padding-top: 220px;
}
.slick-cmn-style .slick-arrow {
  position: absolute;
  margin: 0;
  width: 50px;
  height: 50px;
  left: 0;
  top: 29%;
  background-size: 30px;
  margin-left: 0px !important;
  margin-right: 0px;
  z-index: 9;
}
.slick-cmn-style .slick-prev.slick-arrow {
  margin-left: 0px;
}
.slick-cmn-style button.slick-next.slick-arrow {
  left: auto;
  right: 0px;
}
.itemspace img {
  margin: auto;
}
.itemspace .h2_style {
  font-size: 52px;
}
.trust_logos_list {
  background: #ebedee;
}
.item-inside img {
  display: block;
  margin: auto;
  max-height: 100px;
}
.item-inside {
  text-align: center;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-loops {
  border-left: 1px solid #dbdbdb;
}
.compress_area {
  padding: 0px 50px;
}
.spaced-80 {
  padding: 80px 0px;
}

.footer-box .streetaddress {
  display: block;
}
.Community_image img {
  width: 100%;
}
.menubar ul.sub-menu {
  overflow-y: auto;
  max-height: 400px;
}
.news-lists .slick-prev.slick-arrow {
  margin-left: -65px !important;
}
.news-lists .slick-next.slick-arrow {
  margin-right: -65px !important;
}
.news-lists .newscontent {
  padding-left: 0px;
  padding-right: 10px;
}
.innerpagesnews .slick-arrow {
  display: none !important;
}
.newsheading {
  display: flex;
  height: 100%;
  align-items: center;
}
.sidebar_menus li.activeChild a {
  background-image: url(img/menuwhiteicon.png);
  background-color: #4059ad;
  color: #fff;
}
.sidebar_menus li a {
  background-image: url(img/menublueicon.png);
  background-repeat: no-repeat;
  background-position: right 17px center;
}
.sidebar_menus li a:hover {
  background-image: url(img/menuwhiteicon.png);
  background-repeat: no-repeat;
  background-position: right 17px center;
}
.video_bg {
  background: #f5f7fe;
  padding-bottom: 50px;
}
.bottom_content_sec {
  background: #f1f1f1;
}
.bottom_content_sec h4 {
  margin: 10px 0px 5px 0px;
}
.trust_logos_list:after {
}

.case-wrap .dollar {
  font-family: "Abhaya Libre";
  font-size: 4rem;
  color: #143a66;
  line-height: normal;
  font-weight: bold;
}
.case-results-listing li:hover {
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  transform: scale(1.05);
  z-index: 9;
  background-size: cover;
  background-image: url(img/box-bg.jpg);
  color: #fff;
}
.case-results-listing li {
  height: auto;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  text-align: center;
  transition: 0.5s ease all;
  padding: 65px 25px;
}
.case-results-listing li:not(:nth-child(3n + 1)):before,
.case-results-listing li:after {
  content: "";
  position: absolute;
  background-color: #e5e5e5;
}
.case-results-listing li:after {
  left: 30px;
  right: 30px;
  bottom: 0;
  height: 1px;
}
.case-results-listing {
  margin: 2rem 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.case-results-listing li:not(:nth-child(3n + 1)):before,
.case-results-listing li:after {
  content: "";
  position: absolute;
  background-color: #e5e5e5;
}
.case-results-listing li:before {
  left: 0;
  top: 30px;
  bottom: 30px;
  width: 1px;
}
.case-results-listing li:hover .dollar,
.case-results-listing li:hover .case-title h4 {
  color: #fff;
}
.case-results-listing li:hover p,
.case-results-listing li:hover p {
  color: #fff;
}
.case-title h4 {
  color: #142b54;
  font-size: 30px;
}

.videosbg.html5lightbox {
  background: #f5f7fe;
  padding: 100px 0px;
}
.content-box {
  height: 100%;
  box-shadow: 1px 1px 17px rgb(0 0 0 / 15%);
  width: 100%;
  position: relative;
}
.info-box {
  width: 100%;
  padding: 15px;
  overflow: hidden;
  padding-bottom: 40px;
  position: relative;
}
.post_image img {
  max-height: 220px;
  width: 100%;
  object-fit: cover;
  margin: 0;
  margin: auto;
  display: block;
}
.read_more {
  color: #4059ad;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
}
.info-box h5 {
  color: #000;
}
.blog_date {
  margin-bottom: 6px;
  display: block;
}
.m-b-30 {
  margin-bottom: 30px;
}
.compresrow {
  margin-left: -10px;
  margin-right: -10px;
}
.videoloops {
  padding-left: 10px;
  padding-right: 10px;
}
.mrgnbtm-50 {
  margin-bottom: 50px;
  width: auto;
  display: inline-block;
  float: none;
}
.newslist .info-box a .h5{
  color: #000;
}
.newslist .info-box a .h5:hover{
  color: #991812;
}
footer .slick-slide{
  display: block !important;
}
header.fixed-header{
  box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.15);
}
.form1 .quiz-sec input{
  padding-left: 100px;
}
#wpcf7-f69-o1 .form1  span.wpcf7-quiz-label{
left: 0 !important;line-height: 1.5;
}

.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:5px 8px;
    border-radius: 4px 4px 0 0;
    line-height: 6px;
    text-transform: capitalize;
    margin: 0;
    z-index: 1;
}
.email-error{
    z-index: 2;
}
.contactdetail .wpcf7-not-valid-tip ,.contactdetail .wpcf7-response-output,
.contact-form-sidebar .wpcf7-not-valid-tip, .contact-form-sidebar .wpcf7-response-output
, .getin_touch .wpcf7-not-valid-tip , .getin_touch  .wpcf7-response-output
, .bannerbelow .wpcf7-not-valid-tip, .bannerbelow  .wpcf7-response-output{
    display: none !important;
}
.contactdetail .quiz-sec .wpcf7-not-valid-tip, .contact-form-sidebar .quiz-sec .wpcf7-not-valid-tip 
, .getin_touch .quiz-sec  .wpcf7-not-valid-tip{
    display: block !important;
}

.contactdetail  .disabled1, .contact-form-sidebar  .disabled1, .getin_touch .disabled1,  .bannerbelow .disabled1{
    cursor: pointer !important;opacity: 1 !important;
}
@media (min-width: 992px) {
  .inner_header.fixed-header {
    padding-bottom: 33px;
  }
  .page-template-our-team .header,
  .page-template-our-office-template .header {
    padding-bottom: 33px;
  }
  .page-template-our-team .header,
  .page-template-our-office-template .header {
    background: #4059ad;
  }

  .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    z-index: 1;
    margin: 0;
    padding: 0;
    min-width: 250px;
    transition: all linear 0.1s;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    background: rgba(64, 79, 173);
  }
  .menubar ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    margin: 0px;
  }
  .menubar ul li ul {
    padding: 0px;
    display: block;
  }
  .menubar ul li:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
  .menu-item-has-children > a:before {
    content: "";
    background-image: url(img/down-arrow2.svg) !important;
    height: 70px;
    right: 4px;
    top: 0;
    width: 10px;
    position: absolute;
    line-height: 70px;
    background-position: center;
    background-repeat: no-repeat;
  }
   .sub-menu .menu-item-has-children a:before {
    right: 15px;
    top: -11px;    
    filter: invert(1);
  }
  .iinerpageslogo {
    position: absolute;
    left: 50%;
    margin-left: -72px;
    z-index: 99;
  }
  .menuleft {
    width: 50%;
    padding-right: 72px;
  }
  .menuright {
    width: 50%;
    padding-left: 72px;
  }
  .dektopmenu {
    display: flex;
  }
  .menuright ul {
    padding-left: 0px;
  }
  .mainbar {
    display: none;
  }
  .contact-infoinner li:first-child {
    padding-left: 1px;
  }
  .form1 {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1199px) {
  .home .banner {
    height: 700px !important;
  }
  .default-page-content h2 {
    font-size: 35px !important;
  }
}
@media (min-width: 1200px) {
  .home .banner {
    height: calc(100vh - 131px) !important;
    display: flex !important;
    align-items: center;
  }
  .contentloop:nth-child(2) .contentboxex,
  .contentloop:nth-child(4) .contentboxex,
  .contentloop:nth-child(6) .contentboxex,
  .contentloop:nth-child(8) .contentboxex,
  .contentloop:nth-child(10) .contentboxex {
    padding-left: 30px;
  }
}
.footer-box.menu-box {
  padding-left: 15px;
}
.memberbio {
  padding: 50px 0px;
}
.singleimg img {
  min-height: 600px;
}
.container {
  max-width: 1200px;
}
.form2 .row {
  margin-left: -20px;
  margin-right: -20px;
}
.form2 .col-md-6,
.form2 .col-md-12 {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1300px) {
  .container {
    max-width: 1300px;
  }
  .homepage-logo img {
    min-width: 140px;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1396px;
  }
}

@media (max-width: 1700px) {
  .main_content {
    padding-right: 63px;
  }
  .fullwidth_sec p {
    font-size: 14px;
    line-height: 34px;
  }
}
@media (max-width: 1520px) {
  .fullwidth_sec p {
    font-size: 13px;
    line-height: 30px;
    margin-bottom: 0px;
  }
  .fullwidth_sec p {
    font-size: 13px;
    line-height: 30px;
  }
  .main_content {
    padding-top: 119px;
  }
  .dektopmenu ul li a {
    padding: 21px 15px;
  }
}
@media (max-width: 1500px) {
  .menubar ul li a {
    font-size: 13px;
    padding: 21px 18px;
  }
  .contactno span {
    font-size: 17px;
  }
  .contactno h4,
  .contactno .h4 {
    font-size: 25px;
  }
  .contactno svg {
    width: 48px;
  }
  .areaslist li {
    width: 100%;
    padding: 18px 15px 18px 20px;
  }
  .contactno {
    align-items: center;
    padding: 9px 16px;
  }
}

@media (max-width: 1300px) {
  .menubar ul li a {
    font-size: 14px;
    padding: 21px 12px;
  }
  .contactno h4,
  .contactno .h4 {
    font-size: 24px;
  }
  .contactno span {
    font-size: 16px;
  }
  .darkbox p {
    font-size: 14px;
  }
  .officelist li a {
    padding: 20px 20px;
  }
  .news-lists {
    padding: 0px 60px;
  }
  .news-lists .slick-prev.slick-arrow {
    margin-left: 0px !important;
  }
  .news-lists .slick-next.slick-arrow {
    margin-right: 0px !important;
  }
}
@media (max-width: 1200px) {
  .inner_header.fixed-header {
    padding-bottom: 6px;
  }
  .page-template-our-team .header,
  .page-template-our-office-template .header {
    padding-bottom: 6px;
  }
  .menubar ul li a {
    font-size: 12px;
    padding: 21px 10px;
  }
  .menubar ul {
    padding-left: 10px;
  }
  .contact-info ul li {
    padding: 0px 10px;
  }
  .areaslist li {
    padding: 25px 10px 25px 15px;
  }
  .areaslist li h3,
  .areaslist li .h3 {
    font-size: 14px;
  }
  .areaslist li svg {
    height: 35px;
    width: 35px;
  }
  .areaslist li {
    padding: 25px 10px 25px 15px;
    display: block;
  }
  .contactno svg {
    width: 45px;
  }
  .contactno h4,
  .contactno .h4 {
    font-size: 18px;
  }
  .contactno span {
    font-size: 13px;
  }
  .insidewrap {
    padding-left: 50px;
    padding-right: 50px;
  }
  .menubar .dektopmenu li a {
    padding: 8px 9px;
  }
  .menuleft {
    padding-right: 53px;
  }
  .menuright {
    padding-left: 53px;
  }
  .menuright ul {
    padding-left: 0px;
  }
  .iinerpageslogo img {
    width: 100px;
  }
  .bottombardivwrap:before {
    top: 50%;
  }
  .bottombardiv {
    position: relative;
    bottom: 0px;
  }
  .content-caption {
    padding-top: 0px;
  }
  .offcearea {
    padding: 100px 0px 100px 0px;
  }
  .officelist li a {
    padding: 20px 15px;
  }
  .work_with {
    background-position: center !important;
  }

  .contentboxex {
    margin-bottom: 35px;
    padding-right: 0px;
  }
  .contentboxex .h2_style {
    font-size: 35px;
  }
  .aboutbottom {
    padding-right: 0px;
    padding-top: 0px;
  }
  .about-content hr {
    margin-top: 0px;
  }
  .about-content p {
    font-size: 15px;
    line-height: 34px;
  }
  .aboutbottom li {
    font-size: 15px;
  }
  .aboutbottom img {
    max-width: 129px;
  }
  .bottomdiv {
    margin-top: 0px;
  }
  .bottomdiv .rating {
    font-size: 30px;
    padding: 40px 40px;
  }
  .customw {
    flex: 0 0 10.8333335%;
    max-width: 10.8333335%;
  }
  .customw2 {
    flex: 0 0 89.1666665%;
    max-width: 89.1666665%;
  }
  .bottomdiv .btnwrap:before {
    width: 123px;
    left: -125px;
  }
  .iinerpageslogo {
    margin-left: -50px;
  }
  .contactno {
    padding: 14px 16px;
  }
}
@media (max-width: 991px) {
  .inner_header.fixed-header {
    padding-bottom: 0px;
  }
  .page-template-our-team .header,
  .page-template-our-office-template .header {
    padding-bottom: 0px;
  }
  .innerpagesnav {
    display: none;
  }
  .iinerpageslogo {
    margin-left: 0px;
  }
  .menubar ul li a:hover,
  .menubar ul li.current-menu-item > a ,
  .menubar ul li.current-menu-ancestor > a{
    background: rgb(0 0 0 / 55%);
  }
}
@media only screen and (max-width: 1100px) and (min-width: 992px) {
  .form1 ul li {
    padding: 0px 4px;
  }
  .form1 input,
  .form1 select {
    font-size: 14px;
  }
  .outerbtn {
    margin-left: 7px;
  }
  .outerbtn .btnwrap .btn input {
    padding: 0px 40px;
  }
  .form1 {
    background-size: 199px;
  }
  .law_offices {
    background-size: cover;
  }
  .areaslist li {
    width: 100%;
    padding: 15px 10px 15px 15px;
  }
  .contactno {
    padding: 4px 16px;
  }
  .news_sec_home {
    padding-top: 100px;
  }
  button.slick-prev.slick-arrow {
    margin-left: -69px;
  }
  button.slick-next.slick-arrow {
    margin-left: 82px;
  }
  .slick-arrow {
    bottom: 33px;
  }
  .newscontent a svg,
  .newscontent a img {
    width: 22px;
  }
  .iinerpageslogo {
    margin-left: -50px;
  }
  .menu-item-has-children:before {
    height: 44px;
    right: 2px;
    width: 7px;
    line-height: 44px;
  }
  .menubar .dektopmenu li a {
    padding: 8px 11px;
  }
  .newslft h2.h2_style {
    font-size: 50px;
  }
  .practicelisr li h4 {
    margin: 0px 0px 0px 10px;
    font-size: 18px;
    line-height: 38px;
  }
  .practice .innertitle {
    font-size: 44px;
  }
  .maptop .bigtitle {
    font-size: 58px;
  }
  .arrowicn svg {
    width: 20px !important;
    right: 10px;
    top: 17px;
  }
  .btnwrapstyle2 {
    margin-top: 15px;
  }
  .yearsort,
  .yearsort option {
    width: 165px;
    min-width: auto;
  }
  .yearsort option {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .btnwrapstyle2 {
    margin-top: 15px;
  }
  .arrowicn svg {
    width: 25px !important;
    right: 15px;
    top: 27px;
  }
  .officelist ul {
    justify-content: center;
  }
  .officelist li a {
    padding: 20px 30px;
  }
  .navbar-brand {
    float: left;
    font-size: 14px;
    padding-left: 15px;
    display: block;
    font-weight: 500;
  }
  .logowrap img {
    width: 115px;
    min-width: 115px;
  }
  .menubar {
    text-align: right;
  }
  .menubar li {
    text-align: left;
  }
  .contact-info2 {
    display: none;
  }
  .header {
    background: #4059ad;
  }
  .contact-info ul {
    display: flex;
    margin: 10px 0px;
    justify-content: center;
    width: 100%;
  }
  .header-inner {
    width: 84%;
  }
  .togglebtn {
    display: block;
  }
  .menubar ul li a {
    font-size: 14px;
    padding: 8px 20px;
  }
  .contact-info {
    width: 100%;
  }
  nav#navbarSupportedContent {
    position: absolute;
    background: #4059ad;
    right: 15px;
    width: 92%;
  }
  .menubar ul {
    padding: 0px;
  }
  .form1 ul {
    display: block;
  }
  .form1 input,
  .form1 select {
    margin-bottom: 10px;
    height: 50px;
  }
  .form1 {
    background-position: left bottom;
    background-size: 129px;
  }
  .form1 ul {
    text-align: center;
  }
  .form2 {
    padding: 0px 15px;
  }
  .content-caption {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 50px;
  }
  .borderimg2 {
    padding-bottom: 50px;
  }
  .borderimg2 img {
    width: 100%;
  }
  .about-content {
    padding: 50px 0px 20px 0px;
  }
  .singleimg {
    padding-top: 50px;
  }
  .customw2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bottomdiv .rating {
    font-size: 27px;
    padding: 40px 20px;
  }
  .bottomdiv .btnwrap:before {
    width: 90px;
    left: -77px;
  }
  .fqlist li a {
    font-size: 15px;
    padding: 20px 15px;
  }
  .contactpageform {
    padding: 20px;
    margin-top: 25px;
  }

  .navbar-toggler {
    margin-right: 30px;
  }
  .topbar {
    padding: 0px 140px 0px 0px;
  }
  .navbar-light .navbar-toggler-icon {
    background-image: url(img/toggleicn.png);
    width: 60px;
    height: 53px;
  }
  .navbar-light .navbar-toggler-icon.crossicn {
    background-image: url(img/crossicn.png);
  }
  .navbar-light .navbar-toggler {
    padding: 0px;
    border: 0px;
    box-shadow: none;
  }
  .contact-info ul li {
    padding: 6px 10px;
  }
  .header {
    background: #fff;
  }
  .header .container {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%;
  }
  .header-inner {
    width: 84%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .contact-info ul {
    display: block;
    margin: 0px;
  }
  .contact-info ul li {
    padding: 6px 10px;
  }
  .contact-info2 {
    display: none;
  }
  .contact-info li a {
    color: #252525;
    font-size: 18px;
  }
  .contact-info svg {
    fill: #4059ad !important;
    width: 24px;
    max-height: 24px;
    height: 24px;
  }
  .menubar ul li a{
    color: white;
  }
  nav#navbarSupportedContent {
    position: absolute;
    background: #4059ad;
    right: 0px;
    width: 100%;
    margin-top: 0px;
    top: 0px;
    padding-top: 31px;
  }
  .newscontent a svg,
  .newscontent a img {
    width: 15px;
  }

  .maptop .bigtitle {
    font-size: 39px;
  }
  .menu-main-menu-container {
    padding-top: 15px;
    min-height: calc(100vh - 71px);
  }
  .outerbtn {
    margin: 15px 0px 0px 0px;
  }
  .law_offices {
    background-size: cover;
  }
  .areaslist li {
    width: 100%;
  }
  .darkbox {
    margin: 0px 15px;
  }
  .areaslist {
    padding: 0px 15px;
  }
  .fullwidth_sec.d-md-flex {
    display: block !important;
  }
  .leftdiv {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .main_content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .left-img:after {
    display: none;
  }
  .left-img img {
    top: 50px;
    margin: auto;
    display: block;
    z-index: 9;
  }
  .practicearea {
    padding-bottom: 80px;
  }
  .contentleft h2 {
    font-size: 44px;
  }
  .looprow {
    align-items: flex-start !important;
  }
  .news_sec_home {
    padding-top: 120px;
  }
  .slick-arrow {
    left: -56%;
    bottom: 80px;
  }
  .slick-arrow {
    width: 125px;
    height: 70px;
  }
  button.slick-next.slick-arrow {
    margin-left: 36px;
  }
  .aresimages img {
    margin-top: 0px;
  }
  .form2 p br {
    display: none;
  }
  .menu-item-has-children:before {
    height: 44px;
    width: 50px;
  }
  .menubar ul li ul {
    width: 100%;
  }
  .video-title {
    font-size: 37px;
  }
  .singleimg img {
    min-height: auto;
  }
  .newslft h2 {
    font-size: 37px;
  }
  .section_title {
    display: block !important;
  }
  .sidebar-menu-arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    width: 40px;
    /* background-color: white */
  }
  .sidebar-menu-arrow:after {
    content: "";
    cursor: pointer;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: inline-block;
    width: 10px;
    height: 10px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: auto;
    position: absolute;
    right: 15px;
    top: 50%;
    bottom: 0;
    margin-top: -5px;
  }
  span.sidebar-menu-arrow.responsive-up-arrow:after {
    transform: rotate(135deg);
    display: block;
    margin: 0;
  }
  .sub-menu {
    display: none;
    background: #4059ad;
  }
  .menubar ul li ul li a {
    color: white;
    padding-left: 35px;
  }
  .menubar ul li.current-menu-item ul li a {
    background: #fff;
  }
}

@media (max-width: 767px) {
  h1{
    font-size: 25px;
  }
  .news-lists .slick-arrow {
    display: none !important;
  }
  .news-lists {
    padding: 0px;
  }
  .teamlist {
    padding: 50px 0px 0px 0px;
  }
  .menu-item-has-children:before {
    height: 44px;
    width: 50px;
    right: 15px;
    line-height: 44px;
  }
  .navbar-brand {
    float: left;
    font-size: 14px;
    padding-left: 15px;
    display: block;
    font-weight: 500;
  }
  .logowrap img {
    width: 115px;
    min-width: 115px;
  }
  .ntfound {
    padding: 50px 0px;
  }
  .searchtext1 {
    padding: 70px 0px;
  }
  .menubar {
    text-align: right;
  }
  .menubar li {
    text-align: left;
  }
  .contact-info2 {
    display: none;
  }
  .header {
    background: #fff;
  }
  .contact-info ul {
    display: block;
    margin: 0px;
  }
  .header-inner {
    width: 84%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    justify-content: space-between;
    padding-left: 50px;
  }
  .headralign {
    align-items: center;
  }
  .togglebtn {
    display: block;
  }
  .menubar ul li a {
    font-size: 14px;
    padding: 8px 20px;
  }
  .menubar ul {
    padding: 0px;
  }
  .banner h2 {
    font-size: 35px;
  }
  .h2_style {
    font-size: 35px;
  }
  .banner-caption {
    padding: 0px;
  }
  .banner h5 {
    font-size: 16px;
    line-height: 28px;
  }
  .banner h5 br {
    display: none;
  }
  .form1 ul {
    display: block;
  }
  .form1 input,
  .form1 select {
    margin-bottom: 10px;
    height: 50px;
  }
  .form1 {
    background-position: bottom;
    background-size: 129px;
  }
  .form1 ul {
    text-align: center;
  }
  .insidewrap {
    padding: 0px 0px;
  }

  body p {
    font-size: 15px;
    line-height: 32px;
  }
  .darkbox {
    padding: 30px;
    margin-left: 0px;
  }
  .areaslist ul {
    column-count: 1;
  }

  .aresimages img {
    margin-top: 0px;
  }
  .left-img img {
    top: 50px;
  }
  .main_content {
    padding-right: 15px;
    padding-left: 15px;
    flex: 100%;
    max-width: 100%;
    padding-top: 50px;
    padding-bottom: 30px;
    margin-top: 50px;
  }

  .left-img {
    padding: 0px 25px;
  }
  .left-img {
    padding: 0px 25px;
    position: relative;
    z-index: 9;
  }
  .left-img:after {
    display: none;
  }
  .news_sec {
    padding: 50px 0px;
  }
  .contentleft {
    margin-bottom: 30px;
  }
  .news_sec .owl-nav {
    display: none;
    left: auto;
    bottom: auto;
    position: static;
  }
  .news_sec .cv-nav {
    left: auto;
    bottom: auto;
    position: static;
  }
  .form2 {
    padding: 0px;
  }
  .form2 .h2_style {
    font-size: 33px;
  }
  .form2 p br {
    display: none;
  }
  .getin_touch {
    padding: 50px 0px;
    background: #fbfbfb;
  }
  .form2 form input,
  .form2 form textarea {
    padding: 10px 15px;
  }
  .form2 form textarea {
    height: 80px;
  }
  .form2 .btnwrap {
    margin-top: 15px;
  }
  .footer-box {
    padding: 50px 0px 0px 0px;
  }
  .copyright {
    margin-top: 40px;
  }
  .newscontent {
    padding-top: 10px;
  }
  .aresimages.big_img_wrap {
    display: none !important;
  }
  nav#navbarSupportedContent {
    position: absolute;
    background: #4059ad;
    right: 0px;
    width: 100%;
    margin-top: 0px;
    top: 0px;
  }
  .header .container {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%;
  }
  .contact-info li a {
    color: #252525;
    font-size: 18px;
  }
  .contact-info svg {
    fill: #4059ad !important;
    width: 24px;
    max-height: 24px;
    height: 24px;
  }
  .navbar-toggler {
    margin-right: 30px;
  }
  .topbar {
    padding: 0px 70px 0px 0px;
  }
  .navbar-light .navbar-toggler-icon {
    background-image: url(img/toggleicn.png);
    width: 60px;
    height: 53px;
  }
  .navbar-light .navbar-toggler-icon.crossicn {
    background-image: url(img/crossicn.png);
  }
  .navbar-light .navbar-toggler {
    padding: 0px;
    border: 0px;
    box-shadow: none;
  }
  .contact-info ul li {
    padding: 6px 10px;
  }
  .banner {
    height: auto;
    padding: 230px 0px 130px 0px;
  }
  .bannerbelow {
    display: none;
  }
  .law_offices {
    background: #f5f5f5;
    padding: 50px 0px;
  }
  .practicearea {
    padding: 0px;
  }
  .areaslist {
    background: #012046;
  }
  .areaslist li {
    display: block;
    padding: 0px 30px;
  }
  .areaslist li a {
    padding: 25px 0px;
    border-bottom: 1px solid #4059ad;
    position: relative;
  }
  .areaslist li svg {
    fill: #fff;
  }
  .areaslist li h3,
  .areaslist li .h3 {
    color: #fff;
    margin: 0px 0px 0px 24px;
  }
  .areaslist li:nth-child(5),
  .areaslist li:nth-child(6),
  .areaslist li:nth-child(7),
  .areaslist li:nth-child(8) {
    background-image: none;
  }
  .contactno {
    background: #4059ad;
    justify-content: center;
    margin-top: -1px;
  }
  .arrowicn {
    background-image: url(img/mobilearrow.png);
    width: 10px;
    height: 17px;
    position: absolute;
    right: 0px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .arrowicn svg {
    display: none;
  }
  .areaslist li svg path {
    fill: white;
  }
  .leftdiv {
    display: none;
  }
  .fullwidth_sec {
    text-align: center;
  }
  .fullwidth_sec p {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .form2 span.btn.btn-border-1 {
    padding: 0px;
  }
  .footer-logo {
    text-align: center;
  }
  .footer-map iframe {
    width: 100%;
    height: 200px;
  }
  .copyright {
    font-size: 12px;
    padding: 5px 10px;
  }
  .contentleft {
    text-align: center;
  }
  .hidedesktop {
    display: block;
  }
  .hidemobile {
    display: none;
  }
  .looprow {
    display: none;
  }
  .looprow:first-child {
    display: block;
  }
  .work_with {
    padding: 50px 0px;
    text-align: center;
  }
  .bottombardiv {
    max-width: 90%;
    left: 5%;
  }
  .divider-right {
    border-right: none;
  }
  .pagebanner .banner-title {
    font-size: 45px !important;
  }
  .spaced {
    padding: 50px 0 !important;
  }
  .content-caption {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 50px;
  }
  .borderimg2 {
    padding-bottom: 50px;
  }
  .offcearea {
    padding: 70px 0px 40px 0px;
  }
  .practicebox {
    margin-bottom: 0px;
  }
  .default-page-content h2 {
    font-size: 25px !important;
  }
  .buildingimgs {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 35px;
  }
  .office-location-map iframe {
    height: 400px;
  }
  .location-caption {
    padding-top: 0px;
  }
  .contentarea2 {
    padding: 50px 0px;
  }
  .officeloc .fqinfo {
    padding-left: 15px;
  }
  .buildingimgs {
    display: block;
  }
  .buildingimgs img {
    width: 100%;
  }
  .teambox {
    display: inline-block;
  }
  .about_firm {
    padding: 90px 0px 50px 0px;
  }
  .bottomdiv .rating {
    font-size: 30px;
    padding: 40px 18px;
    width: 100%;
  }
  .customw2 {
    display: block;
    text-align: center;
  }
  .btnwrapouter {
    padding-top: 80px;
  }
  .bottomdiv .btnwrap:before {
    width: 1px;
    left: 50%;
    height: 64px;
    top: -54px;
  }
  .paddingl {
    padding-bottom: 25px;
  }
  .mypractice {
    padding: 50px 0px 50px 0px;
  }
  .mypractice .btnwrap {
    margin-bottom: 40px;
  }
  .mypractice .bigtitle {
    margin-bottom: 0px;
  }
  .newslists {
    padding: 50px 0px 50px 0px;
  }
  a.contactbtn.rating {
    margin-bottom: 50px;
  }
  .practicelisr li {
    padding: 15px 10px;
  }
  .practicelisr li h4 {
    font-size: 17px;
  }
  .practice {
    padding: 70px 0px 70px 0px;
  }
  .contentboxex .h2_style {
    font-size: 25px;
  }
  .quilification {
    padding: 50px 0px 10px 0px;
  }
  .aboutbottom img.arrowimg {
    display: none;
  }
  .aboutbottom {
    display: block !important;
  }
  .aboutbottom img {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .fqinfo {
    padding-left: 15px;
    padding-top: 25px;
  }
  .fqlist li a.active:after,
  .fqlist li a:hover::after {
    content: "";
    display: block;
    border-width: 14px 14px 0;
    border-style: solid;
    border-color: #073074 transparent transparent;
    margin-left: -14px;
    position: absolute;
    bottom: -14px;
    left: 50%;
    right: auto;
    top: auto;
  }
  .pagewrap1 {
    padding-bottom: 200px;
  }
  .filterwrap {
    width: 65%;
  }
  .mapimg {
    margin-left: -155px;
    margin-top: -75px;
    padding: 5px;
  }
  .mapimg img {
    width: 150px;
    height: 125px;
    object-fit: cover;
  }
  .mapcontainer iframe {
    height: 400px;
  }
  .item-video {
    padding-bottom: 30px;
    margin-top: 30px;
  }
  .banner-caption .btnwrap {
    padding: 4px;
  }
  .banner-caption .btn.btn-border-1 {
    padding: 2px 25px;
    line-height: 38px;
    font-size: 15px;
  }
  .contactno div {
    padding-left: 15px;
  }
  .insidewrap2 {
    padding-top: 30px;
  }
  .newscontent h4 {
    padding: 12px 0px 12px 0px;
  }
  .news_sec .btn.btn-border-1 {
    padding: 6px 44px;
    line-height: 31px;
  }
  .getin_touch .wpcf7 form.invalid .wpcf7-response-output,
  .getin_touch .wpcf7 form.unaccepted .wpcf7-response-output {
    padding-left: 0px;
    margin-left: 0px;
    padding-right: 0px;
    font-size: 12px;
  }
  .footer {
    background: #01050a;
  }
  .menubar ul li ul {
    width: 100%;
  }
  .location-caption h2 {
    font-size: 40px;
    text-align: center;
  }
  .newslft {
    text-align: center;
  }
  .contactbtn div {
    text-align: left;
  }
  .iinerpageslogo {
    margin-left: 0px;
  }
  /* .getin_touch .your-message .wpcf7-not-valid-tip {
    margin-top: -53px;
  } */
  .darkbox {
    margin: 0px;
  }
  .areaslist {
    padding: 0px;
  }
  .maptop .bigtitle {
    font-size: 34px;
  }
  h2.h2_style br {
    display: none;
  }
  .itemspace .h2_style {
    font-size: 30px;
  }
}

@media (max-width: 520px) {
  .topbar {
    padding: 0px 15px 0px 0px;
  }
  .logowrap img {
    width: 90px;
    min-width: 90px;
  }
  .contact-info li a {
    font-size: 14px;
  }
  .contact-info svg {
    width: auto;
    max-height: 100%;
    height: auto;
  }
  .navbar-toggler {
    margin-right: 10px;
  }
  .navbar-light .navbar-toggler-icon {
    width: 45px;
    height: 40px;
  }
  .contact-info ul li {
    padding: 1px 5px;
  }
}
@media (max-width: 370px) {
  .header-inner {
    padding-left: 10px;
    justify-content: flex-end;
  }
  .topbar {
    padding: 0 5px 0 0;
  }
}
/**************** Site Schema Styling ****************/
.site-schema .review-schema-wrapper {
  /*    margin-top: 50px;*/
}
.clientreviews {
  background: #f6f6f6;
  border: 1px solid #2853c7;
  box-shadow: 0 0 20px #f2f2f2;
  padding: 20px;
}
.clientreviews .heading {
  font-size: 2em;
  margin-bottom: 15px;
  position: relative;
  line-height: normal;
  color: #212529;
}
.review-schema-wrapper {
  padding-top: 0px;
  margin-bottom: 30px;
}
.clientreviews p strong {
  color: #212529;
}
.clientreviews div strong {
  color: #212529;
}
.clientreviews .heading span {
  color: #212529;
}
.clientreviews.video-schema .heading:after {
  bottom: 6px;
}
.middle-heading.video-schema {
  margin-bottom: 50px;
}

.middle-heading.video-schema iframe {
  border: 1px solid #f1f1f1;
}
.clientreviews p {
  padding-bottom: 0;
}
/**************** Site Schema Styling End ****************/

.buildingimgs img.singleImage {
  width: 100%;
  height: calc(198px * 2);
}

.contact-info.mob-contact-info {
  display: none;
}

.default-page-content .listcnt img {
  margin-bottom: 0;
}

.awardDiv {
  display: flex;
  flex-wrap: wrap;
}

.awardItem {
  width: 25%;
  padding: 20px;
}

.awrd-img {
  height: 430px;
  display: flex;
  align-items: center;
  background: #fff;
  justify-content: center;
  padding: 10px;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.awardItem p {
  line-height: 1.5;
  padding: 10px 0;
}

.aresimages .big_img img {
  width: 100%;
}
.form2 form select {
  padding: 26px 20px;
}

/***** career page *****/

.carrer-details {
  background: #fff;
  border: 1px solid #4059ad;
  padding: 45px 35px;
  flex-wrap: wrap; 
  height: 100%;
}

.carrer-details:hover {
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 40%);
}

.car-title {
  color: #272b69;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.carrer-details .btn {
  border-radius: 0;
  padding: 15px 30px;
  line-height: 1;
  margin-top: 15px;
  font-weight: 300;
}
.page-template-community-temp
  .content_sections
  .default-page-content:nth-child(odd) {
  flex-direction: row-reverse;
}
/*.page-template-community-temp .content_sections {
    margin-bottom: 70px;
}*/
.page-template-community-temp
  .content_sections
  .default-page-content
  .compress_area {
  padding: 3rem;
}
.default-page-content.community-content-main h2 {
  font-weight: 700;
}
.Community_image {
  background-size: cover;
  background-position: center;
  background-color: #f0f0f0;
  min-height: 450px;
}
.community-content-main {
  background: #f9f9f9;
}
.default-page-content img.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.default-page-content img.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
span.wpcf7-quiz-label {
  padding-left: 20px;
  opacity: 0.6;
}
.contact-form-sidebar span.wpcf7-quiz-label {
  color: #f1f1f1;
}
#wpcf7-f69-o1 span.wpcf7-quiz-label {
  position: absolute;
  left: 0;
  top: inherit;
  bottom: -4px;
}

.sidebar-address {
  background: #343434;
  padding: 25px;
  margin-bottom: 30px;
  color: #fff;
}
.sidebar-address svg {
  width: 24px;
  fill: #fff;
  margin-right: 15px;
}
.sidebar-address .direction-link {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid;
  font-weight: 500;
}
.sidebar-address a {
  color: #fff;
}
.sidebar-address .address-icons {
  display: flex;
  align-items: flex-start;
}
.sidebar-phone {
  display: flex;
  margin-top: 15px;
}
.sidebar-phone a {
  font-weight: 500;
}
span.wpcf7-quiz-label::after {
  content: "*";
  padding: 0 0 0 2px;
}
span.wpcf7-form-control-wrap.quiz-math span.wpcf7-not-valid-tip {
  bottom: 7px !important;
}
.contact-info a:hover svg {
  fill: #d9dcef !important;
}
.contact-info li a:hover {
  color: #d9dcef;
}
.d-search {
  right: 8rem;
  position: absolute;
  bottom: 0;
  color: red;
  font-size: 13px;
  z-index: 1;
}
input.wpcf7-form-control.wpcf7-submit {
  font-size: 20px;
}
.footer-box a:hover {
  color: #4059ad;
}
.location-box li svg path:hover,
.stylecmn svg path:hover {
  fill: #4059ad;
}

.contact-info-style li a:hover {
  color: #4059ad;
}
li.left_sub_menu > .sub-menu {
    left: calc(100% - 250px);
}
a.contactno:hover {
    filter: sepia(1);
}
div#wpcf7-f103-o2 span.wpcf7-form-control-wrap.quiz-math span.wpcf7-not-valid-tip {
    bottom: 51px !important;
}
div#wpcf7-f103-o2 .wpcf7-response-output {
    background: #f00;
    max-width: 440px;
    margin: 0px auto;
    width: 100%;
    right: 0;
    text-align: center;
    padding: 0px;
    color: #fff;
    line-height: normal;
    margin-top: 20px;
}
#wpcf7-f69-o1 span.wpcf7-quiz-label {
    position: absolute;
    left: 0;
    top: inherit;
    bottom: -4px;
    padding-left: 0;
}
div#wpcf7-f69-o1 span.wpcf7-form-control-wrap.quiz-math span.wpcf7-not-valid-tip {
    bottom: -24px !important;
    position: absolute;
    left: 0px;
}
div#wpcf7-f398-o1 span.wpcf7-form-control-wrap.quiz-math span.wpcf7-not-valid-tip {
    bottom: -9px !important;
}
div#wpcf7-f398-o1 .wpcf7-response-output {
    background: #f00;
    max-width: 400px;
    text-align: center;
    padding: 0;
    line-height: normal;
    margin-left: 0;
    margin-top: 15px;
    color: #fff;
    font-size: 12px;
}
div#wpcf7-f398-o1 span.wpcf7-form-control-wrap.SelectPractice span.wpcf7-not-valid-tip {
    bottom: -21px;
    left: -17px;
}

.post-image {
    width: 100%;
    height: 400px;
    background-position: center;
    background-size: cover;
    margin-bottom: 15px;
}
.post-image.no-feature-image {
    background-size: 170px;
    background-repeat: no-repeat;
    background-color: #01244e;
}
.post-image a {
    display: block;
    width: 100%;
    height: 100%;
}
.post-meta {
    margin: 5px 0px;
}
.post-meta a{
    font-size: 18px;
    color: #01244e;
}
.blog-title a{
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #000;
}
.blog-title a:hover {
    color: #4059ad;
}
.postlist {
    margin-bottom: 60px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 60px;
    padding-left: 0!important;
    padding-right: 0!important;
}
input.search-field {
    height: 50px;
    border: none;
    background-color: transparent;
    width: calc(100% - 50px);
    font-size: 18px;
}
.search-group-button {
    width: 50px;
    height: 50px;
    background: url(img/search-icon-new.png) no-repeat center;
    cursor: pointer;
    position: relative;
}
.input-group-btn.blg-search-btn {
    width: 60px;
    height: 60px;
    background: url(img/search-icon-new.png) no-repeat center;
    cursor: pointer;
    position: relative;
    background-size: 25px;
}
.blogsearch {
    margin-bottom: 30px;
}
.search-box-row {
    display: flex;
    position: relative;
}

.input-group.add-on {
    background: #f4f4f4;
}
input.form-control.blog-search {
    height: 60px;
    padding-left: 30px;
    position: relative;
    border: none;
    background-color: transparent;
    width: calc(100% - 60px);
    font-size: 18px;
}
.input-group-btn.blg-search-btn input {
    border: 0;
}
.error-search-message {
    position: absolute;
    right: 75px;
    bottom: 0;
    background-color: red;
    color: #FFF;
    padding: 5px;
    font-size: 11px;
    line-height: 1;
}
.input-group.add-on span.d-search {
    right: 70px;
}
.widget.sidebar-form.contact-form-sidebar .form-btn span.wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -30px;
}

.quiz-math label {
    width: 100%;
}
.contactpageform .wpcf7-form-control-wrap select{    padding: 20px 20px 20px 10px;
}
.wpcf7-not-valid-tip{right:0;}
div#wpcf7-f398-o1 span.wpcf7-form-control-wrap.SelectPractice span.wpcf7-not-valid-tip{left:unset;}
.dark-bg-form select {    padding-left: 10px;
}
.contact-info svg:hover .st0{
    fill: #000 !important;
    transition: 0.5s ease;
}


@media (max-width:767px){
	.form2 form select {
    padding: 26px 15px;
}
}
@media (min-width:768px) and (max-width:992px){
	.wpcf7-not-valid-tip {
    right: 0;
    position: absolute !important;
    bottom: -16px;
    left: unset !important;
}
.form1 input{    height: 60px;
}
div#wpcf7-f69-o1 span.wpcf7-form-control-wrap.quiz-math span.wpcf7-not-valid-tip{ bottom: -16px !important;
}
/* .getin_touch .wpcf7-not-valid-tip{bottom:42px;} */
.getin_touch .your-message .wpcf7-not-valid-tip{bottom:52px;}
.news-lists {
    padding: 0px 30px;
}
.news-lists.slick-initialized .slick-slide {
    display: flex !important;
}
}

.bannerbelow span.wpcf7-not-valid-tip {background: transparent !important;color: #dc3232 !important;}
.dark-bg-form span.wpcf7-quiz-label {
    padding-left: 0.75rem;}

@media(min-width:992px){
	li#menu-item-1726 a {background: #000;color: #fff;}
	.menubar ul li:hover > ul li > ul {
    margin-left: 150px;    margin-top: -45px;}
	.menubar ul.sub-menu {
    overflow-y: initial;    }
	.menubar ul li ul li a{padding: 6px 10px 5px 30px !important;}
	.menubar ul li a:hover,
  .menubar ul li li.current-menu-item a{
    background: rgb(0 0 0 / 55%) !important;}
	.menubar ul.sub-menu{max-height:500px;}
}

@media (min-width:992px) and (max-width:1199px){
	.menubar ul li a {padding: 21px 15px !important;}
	.menu-item-has-children > a:before{right:0 !important;}
	li#menu-item-1550 > a:before {
    right: 10px !important;}
	
}
.copyright a:hover{opacity:0.7;}

.form2 span.wpcf7-form-control-wrap.quiz-math span.wpcf7-not-valid-tip {
    bottom: 51px !important;
}

.bageds-section {
	padding-top: 35px;
	padding-bottom: 35px;
	
}
.bageds-section img { 
  margin: 0 auto;
}
.form1 .wpcf7-form-control-wrap {
  position: relative;
  display: inline-block;
	margin: 0;
}
.bannerbelow .screen-reader-response {
	display: none;
}
.form1 span.wpcf7-not-valid-tip {
  position: absolute;
  bottom: 7px;
}
#wpcf7-f69-o1 span.wpcf7-quiz-label {
  position: absolute;
  left: 3px;
  top: 22px;
  bottom: 0;
  padding-left: 0;
  margin: auto;
}
.form2 .wpcf7-form-control-wrap {
  margin-bottom: 40px;
}
span.wpcf7-not-valid-tip {
  bottom: 1px;
}
span[data-name = "quiz-math"]  label{
  width:100%;
}
.form1 span[data-name = "quiz-math"] span.wpcf7-not-valid-tip{
  bottom: 17px;
}
span[data-name = "quiz-math"] span.wpcf7-not-valid-tip{
  bottom: 9px;
}
span[data-name = "your-message"] span.wpcf7-not-valid-tip{
	bottom:15px;
}
span.wpcf7-form-control-wrap {
  margin-bottom: 20px;
  display: inline-block;
  width: 100% !important;
}
.apbct_special_field{
  display: none;
}
@media(max-width:480px){
  div#wpcf7-f103-o2 .wpcf7-response-output{
    max-width: 360px;
    margin-top: 10px;
  }
}
@media (min-width:768px) and (max-width:991px){
  .banner-caption{
    padding-top: 170px;
  }
}
.testimonials-page ul { 
    padding-left: 30px;
}
.testimonials-page ul li {
    list-style: disc;
}

div#dynamic-load-more-button {
  background-color: #4059ad;
  color: #fff;
  text-align: center;
  font-size: 20px;

  display: inline-block;
  cursor: pointer;
  margin-bottom: 20px;
}
.nwlist.newslist a:focus {
  color: #000;
}
.v-card-box {
    background-color: #eee;
    margin-left: 30px;
    text-align: center;
    font-size: 18px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    margin-bottom: 20px;
}
.v-card-box a {
    display: block;
    font-weight: 500;
    padding: 20px;
    outline: 1px solid #dfdfdf!important;
    outline-offset: -10px;
}
.v-card-box a:hover, .v-card-box a:focus  {
    color: #4059ad;
}
@media (min-width:991px) and (max-width:1024px){
	.news_sec {display:none;}
}

@media (max-width:768px){
	.main-bb-sec a.btn.btn-border-1 {
    display: block;
    margin: auto;
    width: 100%;
    padding: 2px 20px;
}
}
span.space1:hover svg {
    fill: #4059ad;
}

.community-section {
    background: #01244e;
    color: #fff;
    padding: 100px 0;
}

.community-section .text-white p{
  color: #fff !important;
}
.community-section .text-white a{
  color: #fff !important;
  text-decoration: underline;
}
.wpcf7 .screen-reader-response{
clip: unset;
clip: unset;
height: unset;
width: unset;
clip-path: unset;
bottom:0px;
  z-index: 1111;
  width: 100%;
  position: relative;
  margin-top: 10px;
}
.wpcf7 .screen-reader-response p{
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  color: red;
}
/* .contactpageform  .wpcf7 .screen-reader-response{
  bottom: -110px;
} */
/* .bannerbelow .wpcf7 .screen-reader-response{
  bottom: 0;
} */
.wpcf7 .screen-reader-response ul{
  display: none;
}
div.wpcf7{
  position: relative;display: flex;
  flex-wrap: wrap;flex-direction: column-reverse;
}
div.wpcf7 form{
  width: 100%;
}
@media (max-width: 991px) {

.community-image{
  margin-bottom: 30px;
}
.community-section {
    padding: 50px 0;
}
}

@media (min-width:991px){
	.news_sec .slick-list.draggable .slick-track:first-child {
    left: -615px;
}
}

@media (min-width:991px) and (max-width:1025px){
	.practicearea .col-lg-6.pl-0.pr-0 {
    width: 70%;
    max-width: 70%;
    flex: 0 0 100%;
    margin: auto;
}
.bannerbelow #wpcf7-f69-o1 span.wpcf7-quiz-label{left: 30px;
    top: 16px;}
}
div#dynamic-load-more-button {
	padding: 15px 20px;}
.contact-info li a:last-child svg:hover {
    fill: #000 !important;
    filter: invert(1);
}
@media (min-width:768px) and (max-width:992px){
	.bannerbelow #wpcf7-f69-o1 span.wpcf7-quiz-label{left: 0px;
    top: 16px;}
	.practicearea {
    padding-top: 0;
}
.sidebar-form div.wpcf7-response-output{left:0 !important;}
}

@media (max-width:767px){
	.post-image{background-size: 100% 100% !important;}
	.post-image.no-feature-image {
    background-size: 170px !important;}
	.sidebar-form span.wpcf7-not-valid-tip{color:#fff !important;}
	.video-page .nwlist{margin-bottom: 0;padding-bottom: 20px;}
	.cat-list {
    margin-top: 15px;}
	.Community_image { background-size: 100% 100% !important;	}
}
.contactpageform span.wpcf7-quiz-label {
padding-left: 10px;}

@media (min-width:1650px){
	.news_sec .slick-list.draggable .slick-track:first-child {
    left: 0;
}
}
.sidebar-form span.wpcf7-not-valid-tip{color:#fff !important;}
section.news_sec {
    padding-top: 60px !important;
}
.search-box-wrap form input[type="text"] {
    padding-right: 120px;
}


.hello-bar {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #d9dcef;
	color: #01244e;
	text-align: center;
	padding: 10px 20px;
	z-index: 9999;
	font-size: 16px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.hello-bar p {
    line-height: 1.5;
    text-align: center;
    color: #01244e;
}
.hello-bar a {
	color: #01244e;
	text-decoration: underline;
	font-weight: 600;
	margin-left: 10px;
}

.hello-bar .close-btn {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	color: #01244e;
	font-size: 20px;
	cursor: pointer;
}
@media (max-width:767px){
	.hello-bar {
		padding: 10px 30px;
	}
	.hello-bar p {
		font-size: 14px;
	}
	.hello-bar .close-btn {
		top: 0;
		transform: none;
	}
}