.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.theme-btn {
  line-height: 1;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
  font-size: 14px;
}


.theme-btn {
  color: #FFF;
  padding: 25px 43px 21px;
  background-color: #FF5E14;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.link-text p {
  margin-bottom: 0 !important;
}

h1.fs-lg {
  font-size: 90px;
  text-transform: uppercase;
}

.hero-1 {
  position: relative;
}

.hero-1 .hero-contents {
  padding-top: 215px;
  padding-bottom: 220px;
  overflow: hidden;
}



@media (max-width: 1200px) {
  .hero-1 .hero-contents {
    padding-top: 180px;
    padding-bottom: 190px;
  }
}

@media (max-width: 991px) {
  .hero-1 .hero-contents {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .hero-1 .hero-contents {
    padding-top: 100px;
    padding-bottom: 110px;
  }
}

.hero-1 .hero-contents h1 {
  margin-bottom: 30px;
  color: #fff;
}

@media (max-width: 767px) {
  .hero-1 .hero-contents h1 {
    margin-bottom: 25px;
  }
}

.hero-1 .hero-contents p {
  margin-bottom: 20px;
  color: #EBEDF2;
  font-size: 20px;
}

.hero-1 .hero-contents .theme-btn {
  margin-top: 20px;
  overflow: hidden;
  margin-right: 20px;
}

.hero-1 .hero-contents .plus-text-btn {
  color: #fff;
  display: inline-block;
  overflow: hidden;
  clear: both;
  margin-top: 20px;
}

.hero-1 .hero-contents .plus-text-btn:hover .icon {
  background: #001659;
  color: #fff;
}

.hero-1 .hero-contents .plus-text-btn .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #FF5E14;
  background: #fff;
  border-radius: 50px;
  margin-right: 20px;
  float: left;
  overflow: auto;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.hero-1 .hero-contents .plus-text-btn .link-text {
  float: left;
  overflow: auto;
}

.hero-1 .hero-contents .plus-text-btn span {
  display: block;
}

.hero-1 .hero-slider-active {
  position: relative;
}

.hero-1 .hero-slider-active.owl-theme:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.hero-1 .hero-slider-active.owl-nav {
  margin: 0;
}

.hero-1 .hero-slider-active.owl-nav div {
  left: 20px;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FFF;
  background-color: transparent;
  margin: 0;
  padding: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  border-radius: 0px;
  z-index: 99;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}

@media (max-width: 991px) {
  .hero-1 .hero-slider-active.owl-nav div {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .hero-1 .hero-slider-active.owl-nav div {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .hero-1 .hero-slider-active.owl-nav div {
    display: none;
  }
}

.hero-1 .hero-slider-active.owl-nav div:hover {
  border-color: #001659;
  background-color: #001659;
  -webkit-box-shadow: 0px 10px 35px 0px rgba(38, 42, 76, 0.1);
  box-shadow: 0px 10px 35px 0px rgba(38, 42, 76, 0.1);
  color: #fff;
}

.hero-1 .hero-slider-active.owl-nav div.owl-next {
  left: auto;
  right: 20px;
}

.hero-1 .owl-nav div {
  position: absolute;
  right: 120px;
  bottom: 0;
  padding: 18px 31px;
  line-height: 1;
  text-transform: uppercase;
  background-color: #fff;
  color: #001659;
}

@media (max-width: 767px) {
  .hero-1 .owl-nav div {
    font-size: 14px;
    padding: 14px 28px;
    right: 108px;
  }
}

.hero-1 .owl-nav div:hover {
  color: #FF5E14;
}

.hero-1 .owl-nav div.owl-prev i {
  margin-right: 5px;
}

.hero-1 .owl-nav div.owl-next {
  right: 0px;
}

.hero-1 .owl-nav div.owl-next i {
  margin-left: 5px;
}

.hero-1 .single-slide {
  position: relative;
  z-index: -1;
}

.hero-1 .single-slide:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  z-index: -1;
  opacity: 0.5;
}

.hero-2 .single-slide {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.hero-2 .single-slide::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: rgba(3, 58, 91, 0.7);
}

.hero-2 .hero-contents {
  padding: 200px 0px;
}

.hero-2 .hero-contents .theme-btn i,
.hero-2 .hero-contents .theme-btn svg {
  margin-left: 10px;
}

@media (max-width: 1191px) {
  .hero-2 .hero-contents {
    padding: 150px 0px;
  }
}

@media (max-width: 991px) {
  .hero-2 .hero-contents {
    padding: 110px 0px;
  }
}

@media (max-width: 767px) {
  .hero-2 .hero-contents {
    padding: 80px 0px;
    text-align: center;
  }
}

.hero-2 .hero-contents h1 {
  font-size: 95px;
  margin-bottom: 30px;
  color: #001659;
}

@media (max-width: 1191px) {
  .hero-2 .hero-contents h1 {
    font-size: 70px;
  }
}

@media (max-width: 991px) {
  .hero-2 .hero-contents h1 {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .hero-2 .hero-contents h1 {
    font-size: 48px;
  }
}

.hero-2 .hero-contents p {
  margin-bottom: 20px;
  color: #001659;
  font-size: 20px;
}

@media (max-width: 767px) {
  .hero-2 .hero-contents p {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

.hero-2 .hero-contents .theme-btn {
  margin-top: 20px;
  overflow: hidden;
}

.hero-2 .hero-contents .theme-btn svg path {
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .hero-2 .hero-contents .theme-btn {
    margin-top: 10px;
  }
}

.hero-2 .hero-contents .theme-btn:last-of-type {
  background-color: #001659;
}

.hero-2 .hero-contents .theme-btn:last-of-type:hover {
  background: #FF5E14;
}

.hero-slider-2 .owl-nav {
  top: 50%;
  right: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero-slider-2 .owl-next i,
.hero-slider-2 .owl-prev i {

  right: 50px;
  color: #FFF;
  background-color: transparent;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  position: absolute;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  z-index: 99;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hero-slider-2 .owl-prev i {
  margin-top: 70px;
}


@media (max-width: 575px) {

  .hero-slider-2 .owl-next i,
  .hero-slider-2 .owl-nav i {
    display: none;
  }
}

.hero-slider-2 .owl-next i:hover,
.hero-slider-2 .owl-nav i:hover {
  color: #B69D74;
  border: 1px solid #B69D74;
  background-color: transparent;
}

.hero-slider-2 .owl-dots {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}

@media (max-width: 575px) {
  .hero-slider-2 .owl-dots {
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15%;
  }
}


.hero-slider-2 .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0;
  border-radius: 50px;
  position: relative;
  margin-right: 15px;
  transition: all 0.4s;
  background-color: #B3B3B3;
}

.hero-slider-2 .owl-dots .owl-dot.active span {
  background: #B69D74;
  position: relative;
}

.hero-slider-2 .owl-dots .owl-dot.active span:before {
  content: '';
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  transition: all 0.4s;
  border-radius: 50%;
  position: absolute;
  border: 1px solid #fff;
  transform: translate(-50%, -50%);
}

#hero_slider_counter {
  position: absolute;
  z-index: 9;
  top: 41%;
  transform: translateY(-50%);
  font-family: 'Prata';
  font-style: normal;
  font-weight: 400;
  font-size: 133px;
  color: white;
  left: -61px;
  -webkit-text-stroke: 1px #fff;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
  #hero_slider_counter {
    font-size: 90px;
    left: -30px;
  }
}

@media (max-width: 767px) {
  #hero_slider_counter {
    font-size: 75px;
    left: -25px;
  }
}

@media (max-width: 575px) {
  #hero_slider_counter {
    font-size: 55px;
    top: auto;
    transform: none;
    bottom: 12%;
  }
}

/*case study css*/
.style-one .lawgist-case-study-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lawgist-case-study-image {
  z-index: 0;
  position: relative;
}

.style-one a.lawgist-cs-category {
  position: absolute;
  bottom: 0;
  left: 0;
}

.style-one a.case-study-btn {
  display: flex;
  align-items: center;
}


.style-two .lawgist-case-study-image:before {
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 4px;
  position: absolute;
  background: rgba(3, 58, 91, 0.4);

}

.style-two .lawgist-case-study-content {
  position: absolute;
  bottom: 20px;
  left: 30px;
}

.style-two .case-study-btn-wrap {
  top: 30px;
  opacity: 0;
  right: 15px;
  transition: all 0.4s;
  position: absolute;
}

.style-two .lawgist-case-study-image:hover .case-study-btn-wrap {
  right: 30px;
  opacity: 1;
}

.style-two .lawgist-cs-category {
  position: relative;
  display: block;
}

.style-two .lawgist-cs-category:before {
  content: '';
  left: 0;
  width: 150px;
  height: 3px;
  bottom: 10px;
  background-repeat: no-repeat;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='150' height='4' viewBox='0 0 150 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 2C0 1.17157 0.671573 0.5 1.5 0.5H150V3.5H1.5C0.671571 3.5 0 2.82843 0 2Z' fill='url(%23paint0_linear_1_7107)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1_7107' x1='1.85966e-07' y1='1.94' x2='150' y2='1.9401' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B69D74'/%3E%3Cstop offset='1' stop-color='%23222127' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");

}


.lawgist-cta-subscribe-filed i {
  margin-left: 10px;
}

.lawgist-main-filed i {
  margin-left: 7px;
  font-size: 18px;
  position: relative;
  top: 3px;
}


/*blog bredcrumb*/
.blog .blog-breadcrumb,
.single .blog-breadcrumb,
.search .blog-breadcrumb,
.error404 .blog-breadcrumb,
.archive .blog-breadcrumb {
  margin-top: -167px;
}

@media (max-width: 1200px) {

  .blog .blog-breadcrumb,
  .single .blog-breadcrumb,
  .search .blog-breadcrumb,
  .error404 .blog-breadcrumb,
  .archive .blog-breadcrumb {
    padding: 200px 0 80px;
  }

}

@media (max-width: 1024px) {

  .blog .blog-breadcrumb h1.post__title,
  .single .blog-breadcrumb h1.post__title,
  .search .blog-breadcrumb,
  .error404 .blog-breadcrumb,
  .archive .blog-breadcrumb {
    text-align: center !important;
  }

  .blog .breadcrumbs,
  .single .breadcrumbs,
  .search .blog-breadcrumb,
  .error404 .blog-breadcrumb,
  .archive .blog-breadcrumb {
    text-align: center !important;
  }

}

@media (max-width: 767px) {

  .blog .blog-breadcrumb,
  .search .blog-breadcrumb,
  .error404 .blog-breadcrumb,
  .archive .blog-breadcrumb {
    padding: 170px 0 50px;
  }
}