@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap");
@import url('https://fonts.googleapis.com/css?family=Alegreya:400,400i,500,500i,700,700i,800,800i,900,900i&display=swap');

body {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  overflow-x: hidden;
}

/* selection theme color */

::selection{
  background-color: #a38748;
  color: #fff;
}
.form-group {
  margin-bottom: 1rem;
}
.btn,.btn:focus{
  outline: 0;
  -webkit-box-shadow: 0 0 0;
  -ms-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.cl-count-2{
  column-count: 2;
}
.prof-icon{
  font-size: 20px;
  margin-right: 10px;
  color: #404852;
}
.col-border:hover .card_box .prof-icon{
  color: #fff;
}
.card_box .section-title{
  color: #91763a;
}
.profession-heading{
  color: #91763a;
}
.col-border:hover .card_box .profession-heading{
  color: #fff;
}

@media (min-width: 1200px){  
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1191px;
  }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance:textfield;
}

.form-control:focus{
  border-color: #a38748;
  -webkit-box-shadow: 0 0 0;
  -ms-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

.form-control{
  resize: none;
}

a,a:hover{
  text-decoration: none;
}

#top_header {
  background: rgba(163, 135, 72, 1);
}

ul{
  list-style-type: none;
}

.top_dtl ul li a{
  color: #fff;
  margin: 10px 0;
  display: inline-block;
 }
.footer_social_media .top_dtl ul li a {
  font-size: 1.1rem;
}
.top_dtl ul li:not(:last-child){
  margin-right: 10px;
}
 i.fa-phone{
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.top_dtl.social_media ul li:not(:last-child){
margin-right: 20px;
}
.top_dtl:not(.f-link).social_media ul li:last-child a{
  background-color: #404852;
  margin: 0;
  color: #fff;
  padding: 10px 23px;
}
.top_dtl ul li a:hover{
  color: #404852;
}
#main_header{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
}
#header{
  padding: 18px 0;
}
#banner {
  padding-top: 41px;
}
#header .navbar-brand{
  background-color: #fff;
  min-height: 128px;
  margin-top: -18px;
  margin-bottom: -18px;
}
.theme_arrow::before{
  content: '';
  position: absolute;
  right: -55px;
  top: 0;
  height: 100%;
  border-left: 45px solid #fff;
  border-bottom: 128px solid transparent;
  border-right: 10px solid transparent;
  pointer-events: none;
}
.left_space{
  position: absolute;
  background-color: #fff;
  height: 100%;
  pointer-events: none;
}
.slide_bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 310px;
  padding-bottom: 141px;
  position: relative;
  z-index: 1;
}
.slide_bg::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.25);
  z-index: -1;
}
#header .navbar{
  background-color: rgba(255, 255, 255, 0.85);
}

#header .navbar-nav .nav-link {
  padding: 11px 20px;
  text-transform: uppercase;
  border-radius: 4px;
  -webkit-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
  color: #000;
  font-weight: 600;
}

#header .navbar-nav li.active .nav-link, #header .navbar-nav li .nav-link:hover, #header .navbar-nav .dropdown-item:hover {
  background-color: #404852;
  color: #fff;
}
#header .navbar-nav li:not(:last-child){
  margin-right: 15px;
}
#header .dropdown-toggle::after{
  display: none;
}

#header .navbar-nav .dropdown-item {
  padding: 5px 12px;
  transition: all 0.25s linear;
}
#header .navbar-nav .dropdown .dropdown-menu{
  background-color: rgba(255, 255, 255, 0.85);
}

#header .navbar-nav .dropdown:hover .dropdown-menu{
  display: block;
}
.banner_dtl{
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 30px;
  padding-right: 10px;
  font-family: 'Alegreya', serif;
}

.banner_dtl h3{
  font-size: 36px;
  margin: 0 0 26px;
}
.banner_dtl p{
  font-size: 1.25rem;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.banner_dtl.theme_arrow::before{
  border: 0; 
}
.span_bg {
  background: url(../img/bg.png) no-repeat;
  position: absolute;
  border: 0;
  width: 120px;
  height: 100%;
  background-size: cover;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
  -ms-transform: rotateX(180deg) rotateY(180deg);
  transform: rotateX(180deg) rotateY(180deg);
  right: -120px;
  top: 0;
}

#banner_slider .carousel-control-prev, #banner_slider .carousel-control-next{
  width: auto;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 50px;
}

#banner_slider .carousel-control-next-icon, #banner_slider .carousel-control-prev-icon {
  width: 30px;
  height: 30px;
}
#banner_slider .carousel-control-prev {
  left: 20px;
}
#banner_slider .carousel-control-next {
  right: 20px;
}

/* shrot banner css */

#short_banner_sec {
  margin-top: -100px;
  position: relative;
  z-index: 2;
}

.read_more_banner {
  background-color: #a38748;
  color: #fff;
  padding: 30px;
  transition: all 0.25s linear;
}
.read_more_banner:hover, .read_more_banner.active{
  background-color: #91763a;
}
.read_more_banner h3 {
  font-size: 2.6rem;
  margin: 0 0 35px;
  padding-bottom: 20px;
  font-family: 'Alegreya', serif;
}

.read_more_banner h3::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 43px;
  height: 3px;
  background: rgba(255, 255, 255, 0.22);
}

.read_more_banner p {
  font-size: 1.1rem;
  margin-bottom: 35px;
}
.read_more_banner a{
  color: #fff;
  font-size: 1.1rem;
}
.read_more_banner a i{
  vertical-align: middle;
  margin-left: 5px;
}

/* end of shrot banner css */


/* who-we-are */

.section-padding{
  padding: 60px 0;
}
.theme-title{
  font-family: 'Alegreya', serif;
  font-size: 4rem;
  font-weight: bold;
  color: #404852;
  text-transform: capitalize;
}
.sub-title{
  font-size: 1.2rem;
  line-height: 1.8;
  color: #404852;
}
/* end of who-we-are */


/* practices-area */

#practices-area {
  background: rgba(64, 72, 82, 0.08);
  padding: 60px 0 0;
}
#practices-area p {
  margin-bottom: 30px;
}
.section-title {
  font-weight: bold;
  font-size: 1.9rem;
  font-family: 'Alegreya', serif;
  color: #404852;
}
.section-sub-title {
  font-size: 1rem;
  margin-bottom: 0;
}
.section_list .list_box{
  margin-bottom: 60px;
}

/* end of practices-area */


/* disclaimer css */

.btn-yellow {
  background-color: #a38748;
  border: 0;
  border-radius: 4px;
  padding: 6px 20px;
  -webkit-box-shadow: 0 4px 5px 0 rgba(163, 135, 72, 0.39);
  -moz-box-shadow: 0 4px 5px 0 rgba(163, 135, 72, 0.39);
  -ms-box-shadow: 0 4px 5px 0 rgba(163, 135, 72, 0.39);
  box-shadow: 0 4px 5px 0 rgba(163, 135, 72, 0.39);
  -webkit-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
  color: #fff;
}
.btn-yellow:hover{
  background-color: #404852;
}

.agree_modal h3 {
  font-weight: 600;
  margin: 0 0 10px;
  font-size: 2.0rem;
  -webkit-text-shadow: 0 1px 2px rgba(0, 0, 1, 0.08);
  -ms-text-shadow: 0 1px 2px rgba(0, 0, 1, 0.08);
  text-shadow: 0 1px 2px rgba(0, 0, 1, 0.08);
}

@media (min-width: 576px){
  .modal-dialog {
    max-width: 600px;
  }
}
/* end of disclaimer css */


/* Attorneys css */

.attorney_header_body {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(163, 135, 72, 0.9);
  font-size: 1rem;
  line-height: 1.8;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.5s cubic-bezier(0.57, -0.46, 0.51, 1.77);
  -ms-transition: all 0.5s cubic-bezier(0.57, -0.46, 0.51, 1.77);
  transition: all 0.5s cubic-bezier(0.57, -0.46, 0.51, 1.77);
}

.attorney_header_body a {
  color: #fff;
  font-size: 1.25rem;
  -webkit-transition: all 0.5s cubic-bezier(0.57, -0.46, 0.51, 1.77);
  -ms-transition: all 0.5s cubic-bezier(0.57, -0.46, 0.51, 1.77);
  transition: all 0.5s cubic-bezier(0.57, -0.46, 0.51, 1.77);
  display: inline-block;
}

.attorney_header_body a.twitter_a {
  margin-right: 15px;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}

.attorney_header_body a.linkedin_a {
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}

.attorney_header:hover .attorney_header_body{
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.attorney_header:hover .attorney_header_body a{
  -webkit-transition-delay: 0.22s;
  -ms-transition-delay: 0.22s;
  transition-delay: 0.22s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.attorney_body{
  background-color: #a38748;
  color: #fff;
}

.attorney_body strong{
  font-size: 1.25rem;
  font-family: 'Alegreya', serif;
}

.attorney_body strong {
  font-size: 1.75rem;
  font-family: 'Alegreya', serif;
  padding: 10px 0 0;
}
.attorney_body .sub_title {
  font-size: 1.01rem;
  display: inline-block;
  padding-bottom: 5px;
}
.ourattorneys-slide .owl-nav {
  text-align: center;
  padding-top: 30px;
}
.ourattorneys-slide .owl-carousel .owl-nav button.owl-prev {
  margin-right: 25px;
}
.ourattorneys-slide .owl-carousel .owl-nav button.owl-next, .ourattorneys-slide .owl-carousel .owl-nav button.owl-prev {
  height: 45px;
  width: 45px;
  background-color: #404852;
  color: #fff;
  font-size: 1.25rem;
  line-height: 0;
  border-radius: 4px;
  text-align: center;
}
.ourattorneys-slide .owl-carousel .owl-nav button.disabled{
  opacity: 0.35;
  cursor: default;
}

#meet-our-attorneys{
  padding: 60px 0;
}

#meet-our-attorneys .sub-title {
  margin-bottom: 60px;
}
/* end of Attorneys css */



/* award css */
#company_awards{
  background-color: rgba(64, 72, 82, 0.08);
}
#company_awards h3.theme-title {
  margin-bottom: 40px;
}
/* end of award css */


/* footer css */

#footer{
  padding-top: 70px;
  background: #404852;
  color: #fff;
}

.footer-title {
  font-family: 'Alegreya', serif;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 12px;
  font-size: 1.8rem;
} 
.footer-title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 3px;
  background: #fff;
}
.footer-nav {
  margin: 0;
  padding-left: 1.5em;
}
.footer-nav li a{
  color: #fff;
  padding: 5px 0;
  font-size: 1rem;
  -webkit-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
  display: inline-block;
}
.footer_social_media {
  max-width: 174px;
  padding-left: 50px;
}
.footer-nav li a:hover, .footer_social_media .top_dtl ul li a:hover {
  color: #a38748;
}
.contact_us .footer-nav {
  padding: 0 52px;
}
.footer_border{
  background: url(../img/footer-border.png) no-repeat left 66px;
}
.send_enquiry {
  padding-left: 70px;
}
.send_enquiry input::placeholder, .send_enquiry textarea::placeholder{
  color: #000;
}
.rest_btn{
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
}
.form_btns .submit_btn{
  border: 1px solid #a38748;
  margin-right: 25px;
}
.form_btns [class*=btn] {
  padding: 10px 35px;
  box-shadow: 0 0 0;
  font-weight: 600;
  font-size: 1rem;
}
.form_btns .submit_btn:hover {
  color: #fff;
  border-color: #fff;
}
.form_btns .rest_btn:hover{
  background-color: #a38748 !important;
  color: #fff;
  border-color: #a38748;
}
.copy-right{
  padding: 40px 0;
}
/* end of footer css */




/* ======================================== About css ========================= */

.banner-title {
  color: #fff;
  text-align: center;
  font-family: Alegreya, serif;
  text-transform: uppercase;
  font-size: 3rem;
}
.page_banner .slide_bg {
  padding: 254px 0 120px;
}
.page_banner .slide_bg::before{
  /* background-color: rgba(0, 0, 0, 0.8); */
  background-color: rgba(0, 0, 0, 0.45);
}
.author-sign img {
  position: absolute;
  left: -210px;
  top: -18px;
  min-width: 200px;
}
.author-sign {
  color: #404852;
  font-weight: 800;
  font-size: 1.25rem;
}
.author-sign .author-role {
  opacity: 0.8;
}

#years_of_experience{
  background-image: url(../img/about-quote-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.year-exp h3 {
  font-family: 'Alegreya', serif;
  font-size: 3rem;
}

.year-exp p.sub-title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 400;
  font-family: 'Alegreya', serif;
  margin: 0;
}
.year-exp p {
  margin: 0 0 30px;
  font-size: 1.2rem;
}

.year-exp .input-group-text {
  background: #a38748;
  color: #fff;
  border-color: #a38748;
  font-size: 2rem;
  padding: 8px 24px;
}
.year-exp .form-control {
  height: auto;
  font-size: 1.9rem;
  font-family: 'Alegreya', serif;
  text-align: center;
  font-weight: 600;
  color: #a38748;
  border-color: #a38748;
  border-width: 2px;
  padding: 12px 10px;
  cursor: default;
}

.year-exp .form-control::placeholder{
  color: #a38748;
}
.about-us .author-role {
  font-size: 0.9rem;
}
.about-us .year-exp h3 {
  margin: 0;
}
.about-us .year-exp h3 span {
  font-size: 3.8rem;
}
.about-us .year-exp p.sub-title {
  line-height:initial;
}
.cst-num {
  color: #a38748;
  font-size: 3rem;
  font-family: 'Alegreya', serif;
  font-weight: 600;
}

/* ======================================== end of about css ================== */


/* ========================================= contact us ============================= */

.submit_input input[type=submit] {
  background-color: #a38748;
  color: #fff;
  border: 0;
  padding: 15px 86px;
  font-size: 1.6rem;
  font-family: 'Alegreya', serif;
  font-weight: bold;
  outline: 0;
  border-radius: 4px;
  border: 2px solid #a38748;
  -webkit-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.submit_input input[type=submit]:hover {
  background: transparent;
  color: #a38748;
}

#get_a_free_evaluation .sub-title {
  margin-bottom: 30px;
}
.contact_us_form .form-control {
  height: auto;
  padding: 15px 20px;
  font-weight: 600;
  font-size: 1.2rem;
  outline: 0;
  box-shadow: 0 0 0 0;
}

#get_a_free_evaluation .footer_nav {
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
  -webkit-word-break: break-word;
  -ms-word-break: break-word;
  word-break: break-word;
}
#get_a_free_evaluation .footer_nav li a, #get_a_free_evaluation .footer_social_media li a{
  color: #404852;
}

/* ========================================= end of contact us ============================= */




/* ======================================== services css ======================================= */

.flex_box .box i {
  font-size: 5rem;
  background: -webkit-linear-gradient(45deg, #b98f55 0%, #eabe80 100%);
  background: linear-gradient(45deg, #b98f55 0%, #eabe80 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.flex_box .box{
  padding: 35px 40px;
  -webkit-box-shadow: 1px 11px 15px rgba(73, 78, 92, 0.24);
    -moz-box-shadow: 1px 11px 15px rgba(73, 78, 92, 0.24);
    box-shadow: 1px 11px 15px rgba(73, 78, 92, 0.24);

  background: #fff;
  border-radius: 5px;
  transition: 0.4s;
  position: relative;
  margin: 0 0 40px;
}

.full_dtl {
  position: absolute;
  right: 0px;
  background: #c2975d;
  bottom: 0px;
  color: #fff;
  padding: 3px 12px;
  border-radius: 4px 0;
  font-size: 1.5rem;
  -webkit-box-shadow: -6px -3px 10px 0 rgba(0, 0, 1, 0.16);
  -ms-box-shadow: -6px -3px 10px 0 rgba(0, 0, 1, 0.16);
  box-shadow: -6px -3px 10px 0 rgba(0, 0, 1, 0.16);
  width: 40px;
  text-align: center;
  -webkit-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.full_dtl:hover{
  background-color: #404852;
  color: #fff;
}

.box_dtl .description {
  font-size: 1rem;
  margin: 0;
  color: #404852;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.service_dtl {
  padding: 30px 15px;
  display: none;
  position: relative;
  background: rgb(247, 247, 247);
  margin-bottom: 40px;
}
.service_dtl .description {
  margin-bottom: 3px;
  font-size: 1rem;
}
.box_dtl .section-title {
  -webkit-white-space: nowrap;
  -ms-white-space: nowrap;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ======================================== end of services css ======================================= */




/* ======================================== our team css ================================================ */

.col-border {
  border: 2px solid #404852;
  padding: 0;
}

.col-border:not(:first-child){
  border-left: 0;
}
.col-border:nth-child(1), .col-border:nth-child(2), .col-border:nth-child(3) {
  border-top: 0px solid #404852;
}
.col-border p{
  font-size: 1rem;
}
.col-border .section-sub-title {
  margin-bottom: 10px;
  font-size: 1.2rem;
  color: #404852;
  font-weight: 600;
  opacity: 0.8;
}
.col-border {
  border-top: 0px;
  border: 0px;
  margin-bottom: 30px;
  padding: 0px;
}
/* .card_box {
  -webkit-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
  background: #a38748;
  padding: 40px;
  color: #fff;
} */
.card_box {
  background-color: transparent;
  color: #404852;
  width: 95%;
  box-shadow: 0px 0px 12px rgb(73 78 92 / 20%);
  transition: all 0.25s linear;
  background: transparent;
  padding: 20px;
  min-height: 100%;
}
.col-border:hover .card_box {
  background: #a38748;
  color: #fff;
  transform: none;
  transition: 300ms;
  box-shadow: 0px 0px 30px rgb(73 78 92 / 25%);
  -webkit-transform: translate3d(-10px,-10px,0);
  -ms-transform: translate3d(-10px,-10px,0);
}
.card_box .section-title {
  text-transform: uppercase;
  color: #91763a;
}
.view_more_less .btn-yellow{
  border: 1px solid #a38748;
}
.view_more_less .btn-yellow:hover {
  background: transparent;
  color: #a38748;
}
.col-arrow{
  position: relative;
  padding-left: 10px;
}
.col-arrow::before{
  content: '';
  position: absolute;
  left: -3px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-left: 1px solid #404852;
  border-bottom: 1px solid #404852;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.col-border:hover .card_box .section-title, .col-border:hover .card_box .section-sub-title{
  color: #fff;
}
.col-border:hover .card_box .col-arrow::before{
  border-left-color: #fff;
  border-bottom-color: #fff;
}
.col-border p strong {
  font-size: 1.1rem;
}
.agree_modal.show {
  display: flex!important;
  align-items: center;
  
}
.banner_dtl h3.cst-font {
  font-size: 34px;
}

/* ======================================== end of our team css ================================================ */



/* ==================================== media queries ============================ */


@media screen and (min-width: 992px){
  .col-border .section-sub-title, .card_box .section-title p {
    color: #404852;
  }
  /* .col-border:nth-child(3n + 4){
    border-left: 2px solid #404852;
  } */
  .flex_box .box:hover{
    -moz-box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
    -webkit-box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
    box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .card_box{
    background-color: transparent;
    color: #404852;
  }
  .col-border:hover .card_box {
    background: #a38748;
    color: #fff;
    transform: none;
    transition: 300ms;
    box-shadow: 0px 0px 30px rgb(73 78 92 / 25%);
    -webkit-transform: translate3d(-10px,-10px,0);
    -ms-transform: translate3d(-10px,-10px,0);
}
}

@media screen and (max-width: 1199px){
  .flex_box .box {
    padding: 35px 30px;
  }
  .flex_box .box i {
    font-size: 4rem;
  }
  .send_enquiry {
    padding-left: 15px;
  }
  .full_dtl {
    right: 0px;
  }
  .box_dtl .section-title {
    font-size: 1.65rem;
  }
  #header .navbar-nav .nav-link {
    font-size: 13.5px;
  }
  #header .navbar-nav li:not(:last-child) {
    margin-right: 5px;
  }
  .cstm-nav-ham{
    height: 48px;
  }
  .banner_dtl h3 {
    font-size: 28px;
    margin: 0 0 10px;
  }
  .banner_dtl {
    padding: 25px;
  }
  .read_more_banner h3 {
    font-size: 2.0rem;
    margin: 0 0 20px;
    padding-bottom: 15px;
  }
  .read_more_banner p {
    font-size: 1.0rem;
    margin-bottom: 20px;
  }
  .read_more_banner {
    padding: 25px
  }
  #who-we-are h1, #practices-area h2 {
    font-size: 3rem;
  }
  #who-we-are p, #practices-area p {
    font-size: 1.0rem;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px){
  .col-border:nth-child(2n + 3) {
    border-left: none;
  }
  .col-border:nth-child(3){
    border-top: 0;
  }
}

@media screen and (max-width: 991px){

  .cl-count-2{
    column-count: 1;
  }
  .col-border:not(:last-child){
    margin-bottom: 15px;
  }
  .service_dtl {
    margin-left: 15px;
  }
  .footer_border{
    background: none;
  }
#header .navbar-toggler{
  outline: 0;
  box-shadow: 0 0 0;
}
#header .navbar-nav li{
  margin-bottom: 10px;
}
#header .navbar-nav li{
  text-align: right;
}
#header .navbar-toggler-icon {
    position: relative;
    height: 3px;
    background: #404852;
    width: 40px;
}
#header .navbar-toggler-icon::before, #header .navbar-toggler-icon::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: #404852;
  left: 0;
}
#header .navbar-toggler-icon::before {
  top: -10px;
}
#header .navbar-toggler-icon::after {
  bottom: -10px;
}
#header .navbar-collapse{
  margin-top: 30px;
}
.banner_dtl.theme_arrow::before, .span_bg{
  display: none;
}
.read_more_banner h3 {
  font-size: 1.52rem;
  margin: 0 0 15px;
}
.read_more_banner p {
  margin-bottom: 10px;
}
.read_more_banner {
  padding: 25px 15px;
}
#who-we-are {
  padding: 30px 0 20px;
}
.section_list .list_box {
  margin-bottom: 20px;
}
.section_list .list_box {
    margin-bottom: 20px;
}
.slide_bg {
  padding-top: 220px;
}
#practices-area {
  padding: 20px 0 0;
}
}


@media screen and (max-width: 767px){
  .section-padding {
    padding: 40px 0;
  }
  .page_banner .slide_bg {
    padding: 180px 0 60px;
  }
  .banner-title {
    font-size: 2.25rem;
    margin: 0;
  }
  .top_dtl:not(.social_media) ul li a i {
    font-size: 14px;
  }
  
  .top_dtl:not(.social_media) ul li a {
    font-size: 0;
  }
  .submit_input input[type=submit] {
    padding: 10px 60px;
    font-size: 1.2rem;
  }
  .form_btns .submit_btn {
    margin-right: 15px;
  }
  .contact_us .footer-nav {
    padding: 0 30px;
}
  .footer_social_media {
    max-width: 280px;
    padding-left: 0;
}
  .theme-title{
    font-size: 3rem;
  }
  #meet-our-attorneys {
    padding: 30px 0;
}
.ourattorneys-slide .owl-carousel .owl-nav button.owl-next, .ourattorneys-slide .owl-carousel .owl-nav button.owl-prev {
  height: 35px;
  width: 35px;
  font-size: 1.2rem;
}
  .top_dtl:not(.f-link).social_media ul li:not(:last-child) {
    display: none;
  }
  .read_more_banner:not(:last-child) {
   margin-bottom: 10px;
  }
  .read_more_banner {
    text-align: center; 
  }
  .read_more_banner h3::before {
    right: 0;
    margin: auto;
  }
  #banner_slider .carousel-control-next-icon, #banner_slider .carousel-control-prev-icon {
    width: 20px;
    height: 20px;
  }
  #header ul.navbar-nav {
    margin-right: 0;
}
}


@media screen and (max-width: 575px){

  .card_box {
    background-color: transparent;
    color: #404852;
    width: 92%;
    margin: auto;
}
.col-border:hover .card_box {
  -webkit-transform: none;
  -ms-transform: none;
}
  #footer {
    padding-top: 40px;
}
  .flex_box .box i {
    font-size: 3.2rem;
}
.full_dtl {
  font-size: 1.1rem;
  width: 33px;
}
.top_dtl:not(.f-link).social_media ul li:last-child a {
  padding: 6px 15px;
  font-size: 15px;
}
.top_dtl{
  padding: 0 15px;
}
#header .navbar-brand {
  padding-left: 30px;
}
#header .navbar-brand {
  max-width: 200px;
  min-height: 100px;
}
.theme_arrow::before {
  border-bottom-width: 100px;
}
#banner_slider .carousel-control-prev {
  left: 3px;
}
#banner_slider .carousel-control-next {
  right: 3px;
}
.section-title {
  font-size: 1.5rem;
}
#who-we-are h1, #practices-area h2 {
  font-size: 2.5rem;
}
}

@media screen and (max-width: 450px){
  .flex_box .box i {
    font-size: 2.5rem;
}
}

/* ==================================== end of media queries ============================ */
.advice{ cursor:pointer;}
 @-moz-document url-prefix() { 
  .banner_dtl.theme_arrow::before{

  right: -64px;
}
.theme_arrow::before{right: -54px;}
}