@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900|Poppins:100,100i,200i,300,400,500,500i,600,600i,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Caption:wght@400;700&family=Philosopher:wght@400;700&display=swap');
/* rolagem suave */
html{
  scroll-behavior: smooth;
}

/* line 1, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_extend.scss */
.flex-center-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

/* Normal desktop :1200px. */
/* Normal desktop :992px. */
/* Tablet desktop :768px. */
/* small mobile :320px. */
/* Large Mobile :480px. */
/* 1. Theme default css */
/* line 4, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/theme-default.scss */
body {
  font-family: "Philosopher","Philosopher","PT Sans Caption", sans-serif;
  font-weight: normal;
  font-style: normal;
}

/* line 14, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/theme-default.scss */
.img {
  max-width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 18, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/theme-default.scss */
a,
.button {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 22, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/theme-default.scss */
a:focus,
.button:focus, button:focus {
  text-decoration: none;
  outline: none;
}

/* line 27, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/theme-default.scss */
a:focus {
  color: #fff;
  text-decoration: none;
}

/* line 31, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/theme-default.scss */
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
}

/* line 38, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/theme-default.scss */
a,
button {
  color: #1E1D1D;
  outline: medium none;
}

/* line 43, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/theme-default.scss */
h1, h2, h3, h4, h5 {
  font-family: "Philosopher", sans-serif;
  color: #1E1D1D;
  text-transform: uppercase;
}

/* line 47, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/theme-default.scss */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

/* line 56, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/theme-default.scss */
ul {
  margin: 0px;
  padding: 0px;
}

/* line 60, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/theme-default.scss */
li {
  list-style: none;
}

/* line 63, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/theme-default.scss */
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #727272;
  margin-bottom: 13px;
  font-family: "Philosopher", sans-serif;
}

/* line 72, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/theme-default.scss */
label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

/* line 78, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/theme-default.scss */
*::-moz-selection {
  background: #656564;
  color: #fff;
  text-shadow: none;
}

/* line 83, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/theme-default.scss */
::-moz-selection {
  background: #656564;
  color: #fff;
  text-shadow: none;
}

/* line 88, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/theme-default.scss */
::selection {
  background: #656564;
  color: #fff;
  text-shadow: none;
}

/* line 93, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/theme-default.scss */
*::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 98, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/theme-default.scss */
*:-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 103, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/theme-default.scss */
*::-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 108, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/theme-default.scss */
*::placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 114, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/theme-default.scss */
h3 {
  font-size: 24px;
}

/* line 118, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/theme-default.scss */
.mb-65 {
  margin-bottom: 67px;
}

/* line 122, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/theme-default.scss */
.black-bg {
  background: #656564 !important;
}

/* line 126, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/theme-default.scss */
.white-bg {
  background: #ffffff;
}

/* line 129, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/theme-default.scss */
.gray-bg {
  background: #AFAFAF;
}

/* line 136, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/theme-default.scss */
.bg-img-1 {
  background-image: url(../img/slider/slider-img-1.jpg);
}

/* line 139, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/theme-default.scss */
.bg-img-2 {
  background-image: url(../img/background-img/bg-img-2.jpg);
}

/* line 142, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/theme-default.scss */
.cta-bg-1 {
  background-image: url(../img/background-img/bg-img-3.jpg);
}

/* line 147, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/theme-default.scss */
.overlay {
  position: relative;
  z-index: 0;
}

/* line 151, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/theme-default.scss */
.overlay::before {
  position: absolute;
  content: "";
  background-color: #656564;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.851;
}

/* line 163, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/theme-default.scss */
.overlay2 {
  position: relative;
  z-index: 0;
}

/* line 167, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/theme-default.scss */
.overlay2::before {
  position: absolute;
  content: "";
  background-color: #656564;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
}

/* line 179, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/theme-default.scss */
.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

/* line 183, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/theme-default.scss */
.pt-120 {
  padding-top: 120px;
}

/* button style */
/* line 189, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/theme-default.scss */
.owl-carousel .owl-nav div {
  background: transparent;
  height: 40px;
  left: 0px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 25px;
  color: #fff;
  background: transparent;
  border-radius: 10px;
  width: 40px;
  border: 1px solid #5D5C5C;
}

/* line 214, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/theme-default.scss */
.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 0;
}

/* line 219, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/theme-default.scss */
.owl-carousel .owl-nav div.owl-next i {
  position: relative;
  right: -1px;
  top: -2px;
}

/* line 226, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/theme-default.scss */
.owl-carousel .owl-nav div.owl-prev i {
  position: relative;
  right: 1px;
  top: -2px;
}

/* line 236, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/theme-default.scss */
.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

/* line 239, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/theme-default.scss */
.owl-carousel:hover .owl-nav div:hover {
  color: #656564;
  background: #fff;
  border: 1px solid #fff;
}

/* line 1, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_btn.scss */
.boxed-btn {
  background: #fff;
  color: #656564;
  display: inline-block;
  padding: 18px 44px;
  font-family: "Philosopher", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid #656564;
  letter-spacing: 3px;
  text-align: center;
  color: #656564 !important;
  text-transform: uppercase;
}

/* line 16, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_btn.scss */
.boxed-btn:hover {
  background: #656564;
  color: #fff !important;
  border: 1px solid #656564;
}

/* line 21, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_btn.scss */
.boxed-btn:focus {
  outline: none;
}

/* line 24, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_btn.scss */
.boxed-btn.large-width {
  width: 220px;
}

/* line 28, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_btn.scss */
.boxed-btn2 {
  background: #656564;
  color: #fff;
  display: inline-block;
  padding: 17px 50px 16px 50px;
  font-family: "Philosopher", sans-serif;
  font-size: 16px;
  font-weight: 400;
  border: 0;
  text-transform: capitalize;
  color: #fff;
}

/* line 39, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_btn.scss */
.boxed-btn2:hover {
  background: #fff;
}

/* line 42, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_btn.scss */
.boxed-btn2:focus {
  outline: none;
}

/* line 46, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_btn.scss */
.boxed_btn3 {
  background: #A76565;
  padding: 9px 26px;
  margin-bottom: 0;
  font-size: 20px;
  color: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
}

/* line 54, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_btn.scss */
.boxed_btn3:hover {
  background: #FAF0F0;
  color: #A76565;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 46, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_btn.scss */
  .boxed_btn3 {
    padding: 9px 16px;
  }
}

/* line 63, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_btn.scss */
.boxed-btn4 {
  background: #661A1F;
  color: #fff;
  display: inline-block;
  padding: 15px 44px;
  font-family: "Philosopher", sans-serif;
  font-size: 16px;
  font-weight: 600;
  border: 0;
  text-align: center;
  text-transform: capitalize;
  border-radius: 7px;
}

/* line 76, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_btn.scss */
.boxed-btn4:hover {
  background: #AFAFAF;
  color: #661A1F !important;
}

/* line 81, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_btn.scss */
.boxed-btn4:focus {
  outline: none;
}

/* line 84, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_btn.scss */
.boxed-btn4.large-width {
  width: 220px;
}

/* line 89, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_btn.scss */
.boxed-btn5 {
  background: #661A1F;
  color: #fff;
  display: inline-block;
  padding: 15px 44px;
  font-family: "Philosopher", sans-serif;
  font-size: 16px;
  font-weight: 600;
  border: 0;
  border: 1px solid #661A1F;
  text-align: center;
  text-transform: capitalize;
}

/* line 102, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_btn.scss */
.boxed-btn5:hover {
  background: #fff;
  color: #661A1F !important;
  border: 1px solid #661A1F;
}

/* line 107, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_btn.scss */
.boxed-btn5:focus {
  outline: none;
}

/* line 110, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_btn.scss */
.boxed-btn5.large-width {
  width: 220px;
}

/* line 2, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_section_title.scss */
.section_title h3 {
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
  color: #1E1D1D;
}

@media (max-width: 767px) {
  /* line 2, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_section_title.scss */
  .section_title h3 {
    font-size: 32px;
    line-height: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 2, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_section_title.scss */
  .section_title h3 {
    font-size: 32px;
    line-height: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 2, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_section_title.scss */
  .section_title h3 {
    font-size: 36px;
    line-height: 35px;
  }
}

@media (max-width: 767px) {
  /* line 19, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_section_title.scss */
  .section_title h3 br {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 19, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_section_title.scss */
  .section_title h3 br {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 19, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_section_title.scss */
  .section_title h3 br {
    display: none;
  }
}

/* line 31, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_section_title.scss */
.section_title p {
  font-size: 16px;
  font-weight: 400;
  color: #727272;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  /* line 31, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_section_title.scss */
  .section_title p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  /* line 39, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_section_title.scss */
  .section_title p br {
    display: none;
  }
}

/* line 47, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_section_title.scss */
.mb-95 {
  margin-bottom: 95px;
}

@media (max-width: 767px) {
  /* line 47, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_section_title.scss */
  .mb-95 {
    margin-bottom: 30px;
  }
}

/* line 54, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_section_title.scss */
.mb-80 {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  /* line 54, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_section_title.scss */
  .mb-80 {
    margin-bottom: 30px;
  }
}

/* line 60, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_section_title.scss */
.mb-60 {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  /* line 60, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_section_title.scss */
  .mb-60 {
    margin-bottom: 30px;
  }
}

/* line 66, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_section_title.scss */
.mb-20 {
  margin-bottom: 20px;
}

/* line 69, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_section_title.scss */
.mb-60 {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  /* line 4, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slick-nav.scss */
  .mobile_menu {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 9;
  }
}

/* line 13, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav {
  background: #fff;
  float: right;
  margin-top: 0;
  padding: 0;
  width: 95%;
  padding: 0;
  border-radius: 0px;
  margin-top: 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0px;
}

/* line 28, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav a:hover {
  background: transparent;
  color: #661A1F;
}

/* line 32, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav a.active {
  color: #661A1F;
}

@media (max-width: 767px) {
  /* line 35, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slick-nav.scss */
  .slicknav_menu .slicknav_nav a i {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 35, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slick-nav.scss */
  .slicknav_menu .slicknav_nav a i {
    display: none;
  }
}

/* line 44, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav .slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: -40px;
  position: relative;
  z-index: 99;
  border: 1px solid #ddd;
  top: 3px;
  right: 5px;
  top: -32px;
}

/* line 55, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav .slicknav_btn .slicknav_icon {
  margin-right: 6px;
  margin-top: 3px;
  position: relative;
  padding-bottom: 3px;
  top: -11px;
  right: -5px;
}

@media (max-width: 767px) {
  /* line 12, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slick-nav.scss */
  .slicknav_menu {
    margin-right: 12px;
  }
}

/* line 72, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slick-nav.scss */
.slicknav_nav .slicknav_arrow {
  float: right;
  font-size: 22px;
  position: relative;
  top: -9px;
}

/* line 78, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slick-nav.scss */
.slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  z-index: 99;
  border: none;
  border-radius: 3px;
  top: 5px;
  padding: 5px;
  right: 5px;
  margin-top: -5px;
  top: -31px;
}

/* line 92, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slick-nav.scss */
.slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  z-index: 99;
  border: none;
  border-radius: 3px;
  top: 5px;
  padding: 5px;
  right: 0;
  margin-top: -5px;
  top: -32px;
}

/* line 106, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slick-nav.scss */
.slicknav_icon-bar {
  background: #fff !important;
}

/* line 1, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
.header-area {
  height: 150px;
  left: 0;
  right: 0;
  top: 0;
  background: transparent;
  z-index: 999;
  background: #656564;
  border-bottom: 5px solid transparent;
  border-image: url(../img/borda-menu.gif) 30 round;
}

/* line 9, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
.header-area .main-header-area {
  padding-top: 15px !important;
}

@media (max-width: 767px) {
  /* line 9, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
  .header-area .main-header-area {
    padding: 10px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 9, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
  .header-area .main-header-area {
    padding: 10px 0;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 9, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
  .header-area .main-header-area {
    padding: 0 50px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 9, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
  .header-area .main-header-area {
    padding: 0 50px;
  }
}

@media (max-width: 767px) {
  /* line 23, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
  .header-area .main-header-area .logo-img {
    padding-left: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 23, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
  .header-area .main-header-area .logo-img {
    padding-left: 20px;
    padding-right: 80px;
  }
}

@media (max-width: 767px) {
  /* line 30, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
  .header-area .main-header-area .logo-img img {
    width: 240px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 30, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
  .header-area .main-header-area .logo-img img {
    width: 240px;
  }
}

/* line 40, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu {
  text-align: center;
  
}

/* line 43, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li {
  display: inline-block;
  position: relative;
}

/* line 46, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  padding: 38px 23px 38px 23px;
  font-family: "Poppins", sans-serif;
  position: relative;
}
/* .header-area .main-header-area .main-menu ul li a:hover {
  color: #661A1F;
} */

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 46, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
  .header-area .main-header-area .main-menu ul li a {
    padding: 35px 8px 35px 8px;
    font-size: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 46, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
  .header-area .main-header-area .main-menu ul li a {
    padding: 38px 18px 38px 18px;
  }
}

/* line 64, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a i {
  font-size: 9px;
}

@media (max-width: 767px) {
  /* line 64, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 64, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}

/* line 73, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a.active {
  color: #661A1F;
}

/* line 76, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss 
.header-area .main-header-area .main-menu ul li a::before {
  position: absolute;
  content: "";
  background: #661A1F;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scaleX(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}*/
.header-area .main-header-area .main-menu ul li a:hover{
  color: #661A1F;
}

/* line 88, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

/* line 93, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a.active::before {
  opacity: 1;
  transform: scaleX(1);
}

/* line 102, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu {
  position: absolute;
  left: 0;
  top: 140%;
  background: #fff;
  width: 200px;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
  opacity: 0;
  visibility: hidden;
  text-align: left;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  z-index: 9;
}

/* line 115, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu li {
  display: block;
}

/* line 117, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu li a {
  padding: 10px 15px;
  position: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  color: #656564;
}

/* line 123, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu li a::before {
  display: none;
}

/* line 127, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu li:hover a {
  color: #661A1F;
}

/* line 132, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

/* line 137, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li:hover > a::before {
  opacity: 1;
  transform: scaleX(1);
}

/* line 144, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
.header-area .main-header-area.sticky {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  padding-bottom: 20px;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 99;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  background: #656564;
  border-bottom: 5px solid transparent;
  border-image: url(../img/borda-menu.gif) 30 round;
}

@media (max-width: 767px) {
  /* line 144, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
  .header-area .main-header-area.sticky {
    padding: 10px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 144, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
  .header-area .main-header-area.sticky {
    padding: 10px 0;
  }
}

/* line 170, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
.header-area .main-header-area.sticky .main-menu {
  padding: 0;
}

/* line 174, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
.header-area .main-header-area.sticky .main-menu ul li a {
  padding: 35px 18px 35px 18px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 174, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
  .header-area .main-header-area.sticky .main-menu ul li a {
    padding: 35px 8px 35px 8px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 174, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
  .header-area .main-header-area.sticky .main-menu ul li a {
    padding: 35px 8px 35px 8px;
  }
}

/* line 192, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
.header-area .social_media_links {
  text-align: right;
}

/* line 195, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
.header-area .social_media_links ul li {
  display: inline-block;
}

/* line 197, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
.header-area .social_media_links ul li a {
  background: #727272;
  color: #FFF;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  margin: 0 3px;
  font-size: 17px;
}

/* line 208, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
.header-area .social_media_links ul li a:hover {
  color: #661A1F;
}

/* line 7, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slider.scss */
.slider_area {
  padding-top: 0px;
  background-image: url(../img/livro-sobre-mesa.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
}

@media (max-width: 767px) {
  /* line 7, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slider.scss */
  .slider_area {
    padding: 0 20px;
  }
}

/* line 14, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slider.scss */
.slider_area_inner {
  height: 700px;
  position: relative;
  z-index: 8;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 767px) {
  /* line 14, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slider.scss */
  .slider_area_inner {
    height: 520px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 14, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slider.scss */
  .slider_area_inner {
    height: 400px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 14, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slider.scss */
  .slider_area_inner {
    height: 400px;
    background-position: right;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 14, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slider.scss */
  .slider_area_inner {
    height: 500px;
    background-position: right;
  }
}

/* line 37, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slider.scss */
.slider_area_inner .single_slider {
  position: relative;
  z-index: 8;
}

/* line 41, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slider.scss */
.slider_area_inner .single_slider .slider_text h3 {
  color: #ffffff;
  font-weight: 400;
  font-family: "Philosopher", serif;
  font-size: 56px;
  line-height: 68px;
  position: relative;
  z-index: 8;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  /* line 41, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slider.scss */
  .slider_area_inner .single_slider .slider_text h3 {
    font-size: 25px;
    line-height: 35px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 41, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slider.scss */
  .slider_area_inner .single_slider .slider_text h3 {
    font-size: 30px;
    line-height: 46px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 41, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slider.scss */
  .slider_area_inner .single_slider .slider_text h3 {
    font-size: 35px;
    line-height: 56px;
  }
}

@media (max-width: 767px) {
  /* line 62, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slider.scss */
  .slider_area_inner .single_slider .slider_text h3 br {
    display: none;
  }
}

/* line 68, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slider.scss */
.slider_area_inner .single_slider .slider_text p {
  font-size: 26px;
  font-weight: 400;
  color: #FFF;
  margin-bottom: 50px;
  margin-top: 16px;
  line-height: 32px;
  font-style: italic;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 68, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slider.scss */
  .slider_area_inner .single_slider .slider_text p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  /* line 68, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slider.scss */
  .slider_area_inner .single_slider .slider_text p {
    font-size: 14px;
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  /* line 83, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slider.scss */
  .slider_area_inner .single_slider .slider_text p br {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slider.scss */
  .slider_area_inner .single_slider .slider_text p br {
    display: none;
  }
}

/* line 94, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slider.scss */
.slider_area_inner .single_slider .slider_text p.name {
  font-size: 16px;
  margin-top: 20px;
}

/* line 101, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slider.scss */
.slider_area_inner.slider_area_inner2 {
  height: 550px;
}

/* line 1, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_practice.scss */
.practice_area {
  background: #ebebeb;
  padding-top: 80px;
  padding-bottom: 120px;
  padding-right: 40.5px;
  padding-left: 45.5px;
}

@media (max-width: 767px) {
  /* line 1, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_practice.scss */
  .practice_area {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 13, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_practice.scss */
.practice_area.practice_area2 {
  padding-top: 15px;
  padding-bottom: 0;
}

/* line 17, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_practice.scss */
.practice_area .single_practice {
  margin: 0 4.5px 30px 4.5px;
  position: relative;
  text-align: center;
}

/* line 21, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_practice.scss */
.practice_area .single_practice .practice_image img {
  width: 93%;
}

/* line 25, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_practice.scss */
.practice_area .single_practice .practice_hover {
  position: absolute;
  left: 3.5%;
  top: 0;
  width: 93%;
  height: 100%;
  background: rgba(31, 31, 31, 0.9);
}

.practice_area .single_practice .practice_hover p{
  font-size: 20px !important;
}

/* line 33, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_practice.scss */
.practice_area .single_practice .practice_hover i {
  font-size: 85px;
  color: #fff;
  text-align: center;
}

@media (max-width: 767px) {
  /* line 33, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_practice.scss */
  .practice_area .single_practice .practice_hover i {
    font-size: 40px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 33, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_practice.scss */
  .practice_area .single_practice .practice_hover i {
    font-size: 40px;
  }
}

/* cor vermelha */
/* line 25, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_practice.scss */
.practice_area .single_practice .practice_hover-1 {
  position: absolute;
  left: 3.5%;
  top: 0;
  width: 93%;
  height: 100%;
  background: rgba(102, 26, 31, 0.7);
}
.practice_area .single_practice .practice_hover-1 p{
  font-size: 20px !important;
}

/* line 33, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_practice.scss */
.practice_area .single_practice .practice_hover-1 i {
  font-size: 85px;
  color: #fff;
}

@media (max-width: 767px) {
  /* line 33, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_practice.scss */
  .practice_area .single_practice .practice_hover-1 i {
    font-size: 40px;
    text-align: center;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 33, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_practice.scss */
  .practice_area .single_practice .practice_hover-1 i {
    font-size: 40px;
  }
}

/* cor cinza */
/* line 25, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_practice.scss */
.practice_area .single_practice .practice_hover-2 {
  position: absolute;
  left: 3.5%;
  top: 0;
  width: 93%;
  height: 100%;
  background: rgba(101, 101, 100, 0.6);
  text-align: center;
}
.practice_area .single_practice .practice_hover-2 p{
  font-size: 20px !important;
}

/* line 33, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_practice.scss */
.practice_area .single_practice .practice_hover-2 i {
  font-size: 85px;
  color: #fff;
}

@media (max-width: 767px) {
  /* line 33, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_practice.scss */
  .practice_area .single_practice .practice_hover-2 i {
    font-size: 40px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 33, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_practice.scss */
  .practice_area .single_practice .practice_hover-2 i {
    font-size: 40px;
  }
}

/* line 43, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_practice.scss */
.practice_area .single_practice .practice_hover h3, .practice_area .single_practice .practice_hover-1 h3, .practice_area .single_practice .practice_hover-2 h3 {
  font-size: 28px;
  color: #fff;
  font-family: "Philosopher", sans-serif;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 767px) {
  /* line 43, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_practice.scss */
  .practice_area .single_practice .practice_hover h3, .practice_area .single_practice .practice_hover-1 h3, .practice_area .single_practice .practice_hover-2 h3 {
    margin-bottom: 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 43, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_practice.scss */
  .practice_area .single_practice .practice_hover h3, .practice_area .single_practice .practice_hover-1 h3, .practice_area .single_practice .practice_hover-2 h3 {
    font-size: 18px;
    color: #fff;
    margin-top: 6px;
    margin-bottom: 10px;
  }
}

/* line 59, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_practice.scss */
.practice_area .single_practice .practice_hover p, .practice_area .single_practice .practice_hover-1 p, .practice_area .single_practice .practice_hover-2 p{
  width: 85%;
    font-size: 20px;
  color: #AFAFAF;
  margin: 0 auto;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 59, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_practice.scss */
  .practice_area .single_practice .practice_hover p, .practice_area .single_practice .practice_hover-1 p, .practice_area .single_practice .practice_hover-2 p{
    width: 85%;
    font-size: 20px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  /* line 67, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_practice.scss */
  .practice_area .single_practice .practice_hover p br, .practice_area .single_practice .practice_hover-1 p br, .practice_area .single_practice .practice_hover-2 p br{
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 67, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_practice.scss */
  .practice_area .single_practice .practice_hover p br, .practice_area .single_practice .practice_hover-1 p br, .practice_area .single_practice .practice_hover-2 p br{
    display: none;
  }
}

/* line 76, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_practice.scss */
.practice_area .single_practice .practice_hover .hover_inner, .practice_area .single_practice .practice_hover-1 .hover_inner, .practice_area .single_practice .practice_hover-2 .hover_inner{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateY(0px);
  -moz-transform: translateY(-50%) translateY(0px);
  -ms-transform: translateY(-50%) translateY(0px);
  transform: translateY(-50%) translateY(0px);
  right: 0;
  left: 0;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  text-align: center;
  transition: 0.3s;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 76, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_practice.scss */
  .practice_area .single_practice .practice_hover .hover_inner, .practice_area .single_practice .practice_hover-1 .hover_inner, .practice_area .single_practice .practice_hover-2 .hover_inner{
    padding: 20px;
  }
}

@media (max-width: 767px) {
  /* line 76, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_practice.scss */
  .practice_area .single_practice .practice_hover .hover_inner, .practice_area .single_practice .practice_hover-1 .hover_inner, .practice_area .single_practice .practice_hover-2 .hover_inner{
    padding: 20px;
  }
}

/* line 90, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_practice.scss */
.practice_area .single_practice .practice_hover .hover_inner .lern_more {
  color: #661A1F;
  font-size: 16px;
  font-weight: 400;
  opacity: 0;
  visibility: hidden;
}

/* line 96, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_practice.scss */
.practice_area .single_practice .practice_hover .hover_inner .lern_more:hover {
  text-decoration: underline;
}

/* line 102, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_practice.scss */
.practice_area .single_practice:hover .practice_hover .hover_inner .lern_more {
  opacity: 1;
  visibility: visible;
}

/* line 108, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_practice.scss */
.practice_area .single_practice:hover .practice_hover .hover_inner , .practice_area .single_practice:hover .practice_hover-1 .hover_inner, .practice_area .single_practice:hover .practice_hover-2 .hover_inner{
  -webkit-transform: translateY(-50%) translateY(-25px);
  -moz-transform: translateY(-50%) translateY(-25px);
  -ms-transform: translateY(-50%) translateY(-25px);
  transform: translateY(-50%) translateY(-25px);
}

/* line 1, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_loyers.scss */
.our_loyers {
  padding-top: 90px;
  padding-bottom: 90px;
  margin-right: 50px;
  margin-left: 50px;
  background: #FFF;
}

@media (max-width: 767px) {
  /* line 1, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_loyers.scss */
  .our_loyers {
    margin-left: 0;
    margin-right: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/* line 13, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_loyers.scss */
.our_loyers .single_loyers {
  padding-bottom: 30px;
}

/* line 15, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_loyers.scss */
.our_loyers .single_loyers .thumb {
  width: 140px;
  height: 140px;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-image: url(../img/lawyers/stf.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}

/* line 20, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_loyers.scss */
.our_loyers .single_loyers .thumb img {
  height: 140px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* line 15, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_loyers.scss */
.our_loyers .single_loyers .thumb2 {
  width: 140px;
  height: 140px;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-image: url(../img/lawyers/PPRA-PCMSO-LTCAT.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}

/* line 20, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_loyers.scss */
.our_loyers .single_loyers .thumb2 img {
  height: 140px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* line 15, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_loyers.scss */
.our_loyers .single_loyers .thumb3 {
  width: 140px;
  height: 140px;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-image: url(../img/lawyers/bandeira-do-brasil.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}

/* line 20, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_loyers.scss */
.our_loyers .single_loyers .thumb3 img {
  height: 140px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* line 24, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_loyers.scss */
.our_loyers .single_loyers h3 {
  font-size: 18px;
  font-weight: 700;
  color: #656564;
  margin-top: 26px;
  margin-bottom: 6px;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}
.our_loyers .single_loyers h3 a{
  color: #656564;
}
.our_loyers .single_loyers h3 a:hover{
  color: #661A1F;;
}


/* line 31, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_loyers.scss */
.our_loyers .single_loyers span {
  font-size: 16px;
  color: #727272;
  display: block;
  margin-bottom: 18px;
}

/* line 39, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_loyers.scss */
.our_loyers .single_loyers .social_links ul li {
  display: inline-block;
}

/* line 41, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_loyers.scss */
.our_loyers .single_loyers .social_links ul li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #661A1F;
  background: #727272;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 0 5.5px;
  text-align: center;
  line-height: 35px;
}

/* line 51, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_loyers.scss */
.our_loyers .single_loyers .social_links ul li a:hover {
  background: #661A1F;
  color: #fff;
}

/* phone */
.container-phone{
  height: 160px;
  text-align: center;
  line-height: 160px;
  font-size: 50px;
  background-color: #AFAFAF;
}
.container-phone a{
  color: #FFF;
}
.container-phone a:hover{
  color: #661A1F;
}

/* line 1, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_about.scss */
.about_area {
  background: #FFF;
  padding-top: 100px;
  padding-bottom: 120px;
  margin-right: 50px;
  margin-left: 50px;
  position: relative;
}

@media (max-width: 767px) {
  /* line 1, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_about.scss */
  .about_area {
    margin-left: 0;
    margin-right: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/* line 14, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_about.scss */
.about_area .opacity_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* line 19, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_about.scss */
.about_area .opacity_icon i {
  font-size: 500px;
  color: #FEFAEF;
}

/* line 25, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_about.scss */
.about_area .single_about_info .about_thumb {
  overflow: hidden;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: auto;
  position: top;
}

@media (max-width: 767px) {
  /* line 25, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_about.scss */
  .about_area .single_about_info .about_thumb {
    margin-top: 30px;
  }
}

/* line 35, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_about.scss */
.about_area .single_about_info .about_thumb .image_hover {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #661A1F;
}

/* line 42, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_about.scss */
.about_area .single_about_info .about_thumb .image_hover .hover_inner {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 49, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_about.scss */
.about_area .single_about_info .about_thumb .image_hover .hover_inner h2 {
  font-size: 70px;
  font-weight: 500;
  color: #fff;
  font-family: "Philosopher", sans-serif;
  line-height: 70px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  /* line 49, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_about.scss */
  .about_area .single_about_info .about_thumb .image_hover .hover_inner h2 {
    font-size: 40px;
    line-height: 40px;
  }
}

/* line 61, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_about.scss */
.about_area .single_about_info .about_thumb .image_hover .hover_inner span {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  font-family: "Philosopher", sans-serif;
}

/* line 71, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_about.scss */
.about_area .single_about_info h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 48px;
  margin-top: 27px;
  margin-bottom: 13px;
  font-weight: 400;
}

@media (max-width: 767px) {
  /* line 71, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_about.scss */
  .about_area .single_about_info h3 {
    margin-top: 30px;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 71, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_about.scss */
  .about_area .single_about_info h3 {
    margin-top: 30px;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 30px;
  }
}

/* line 91, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_about.scss */
.about_area .single_about_info p {
  padding: 0 30px;
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 20px;
  text-align: left;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 91, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_about.scss */
  .about_area .single_about_info p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  /* line 99, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_about.scss */
  .about_area .single_about_info p br {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 99, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_about.scss */
  .about_area .single_about_info p br {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 99, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_about.scss */
  .about_area .single_about_info p br {
    display: none;
  }
}

/* line 117, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_about.scss */
.about_area .single_about_info .total_cases .single_cases {
  display: inline-block;
  margin: 0 25px;
}

/* line 120, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_about.scss */
.about_area .single_about_info .total_cases .single_cases h4 {
  font-size: 36px;
  font-weight: 500;
  color: #661A1F;
  line-height: 36px;
  font-family: "Philosopher", sans-serif;
}

/* line 127, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_about.scss */
.about_area .single_about_info .total_cases .single_cases p {
  font-size: 14px;
  color: #919191;
  font-weight: 400;
  margin-bottom: 0;
}

/* line 136, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_about.scss */
.about_area .single_about_info:hover .image_hover {
  opacity: 1;
  visibility: visible;
}

/* line 1, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
.footer {
  background: #656564;
  border-top: 5px solid transparent;
  border-image: url(../img/borda-menu.gif) 30 round;
  font-size: 18px;
  color: #FFF;
}
/* line 28, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
.footer .footer_top .footer_phone a{
  margin-bottom: 23px;
  font-weight: 400;
  line-height: 28px;
  font-size: 24px;
  color: #FFF;
}

/* line 192, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
.footer .footer_top  .social_links {
  padding-top: 20px;
  text-align: left;
}

/* line 195, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
.footer .footer_top  .social_links ul li {
  display: inline-block;
}

/* line 197, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
.footer .footer_top .social_links ul li a {
  background: #727272;
  color: #fff;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  margin: 0 3px;
  font-size: 17px;
}

/* line 208, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
.footer .footer_top .social_links ul li a:hover {
  color: #661A1F;
}


/* line 3, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
.footer .footer_top {
  padding-top: 60px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  /* line 3, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
  .footer .footer_top {
    padding-top: 40px;
    padding-bottom: 15px;
  }
}

@media (max-width: 767px) {
  /* line 10, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
  .footer .footer_top .footer_widget {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 10, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
  .footer .footer_top .footer_widget {
    margin-bottom: 30px;
  }
}

/* line 17, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
.footer .footer_top .footer_title {
  color: #661A1F;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Philosopher", sans-serif;
}

@media (max-width: 767px) {
  /* line 17, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
  .footer .footer_top .footer_title {
    margin-bottom: 20px;;
  }
}

/* line 28, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
.footer .footer_top adress {
  margin-bottom: 23px;
  font-weight: 400;
  line-height: 28px;
  color: #FFF;
}

/* line 34, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
.footer .footer_top address a.domain {
  font-weight: 400;
}

/* line 37, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
.footer .footer_top address a.domain:hover {
  color: #661A1F;
  border-bottom: 1px solid #661A1F;
  text-decoration: none;
}

/* line 43, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text.doanar a {
  font-weight: 500;
}

/* line 47, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text.doanar a:hover {
  color: #661A1F;
  border-bottom: 1px solid #661A1F;
}

/* line 51, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text.doanar a.first {
  margin-bottom: 10px;
}

/* line 60, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget ul li a {
  color: #fff;
  line-height: 32px;
  text-transform: capitalize;
  font-weight: lighter;
}

/* line 64, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget ul li a:hover {
  color: #661A1F;
}

/* line 106, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
.footer .copy-right_text {
  padding-bottom: 30px;
  background: #656564;
}

/* line 109, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
.footer .copy-right_text .footer_border {
  padding-bottom: 30px;
}

/* line 112, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
.footer .copy-right_text .copy_right {
  font-size: 14px;
  color: #AFAFAF;
  margin-bottom: 0;
  font-weight: 400;
}

@media (max-width: 767px) {
  /* line 112, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
  .footer .copy-right_text .copy_right {
    font-size: 14px;
  }
}

/* line 120, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
.footer .copy-right_text .copy_right a {
  color: #661A1F;
}

@media (max-width: 767px) {
  /* line 125, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
  .footer .socail_links {
    margin-top: 30px;
  }
}

/* line 130, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
.footer .socail_links ul li {
  display: inline-block;
}

/* line 132, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
.footer .socail_links ul li a {
  background: #656564;
  color: #FFF;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  margin: 0 3px;
  font-size: 17px;
}

/* line 143, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
.footer .socail_links ul li a:hover {
  color: #661A1F;
}

/* line 150, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
.footer .footer_logo {
  margin-bottom: 43px;
}

@media (max-width: 767px) {
  /* line 150, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
  .footer .footer_logo {
    margin-bottom: 20px;
  }
}

/* line 1, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_testmonial.scss */
.testmonial_bg_1 {
  background-image: url("../img/testmonial/testmonial_bg.png");
}

/* line 4, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_testmonial.scss */
.testmonial_area {
  padding: 135px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 767px) {
  /* line 4, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_testmonial.scss */
  .testmonial_area {
    padding: 100px 0;
  }
}

/* line 13, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_testmonial.scss */
.testmonial_area .single_testmonial i {
  color: #fff;
  font-size: 47px;
}

/* line 17, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_testmonial.scss */
.testmonial_area .single_testmonial p {
  color: #fff;
  font-size: 22px;
  line-height: 34px;
  font-weight: 400;
  margin-top: 33px;
  margin-bottom: 44px;
}

@media (max-width: 767px) {
  /* line 17, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_testmonial.scss */
  .testmonial_area .single_testmonial p {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  /* line 29, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_testmonial.scss */
  .testmonial_area .single_testmonial p br {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 29, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_testmonial.scss */
  .testmonial_area .single_testmonial p br {
    display: none;
  }
}

/* line 40, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_testmonial.scss */
.testmonial_area .author_info .thumb {
  float: left;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
}

/* line 47, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_testmonial.scss */
.testmonial_area .author_info span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

/* line 1, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_appoinment.scss */
.appointment_area {
  padding-top: 100px;
}

@media (max-width: 767px) {
  /* line 1, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_appoinment.scss */
  .appointment_area {
    padding-top: 100px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_appoinment.scss */
  .appointment_area {
    padding-bottom: 100px;
  }
}

/* line 9, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_appoinment.scss */
.appointment_area .opacity_icon {
  position: absolute;
  bottom: -126px;
  z-index: -1;
}

/* line 13, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_appoinment.scss */
.appointment_area .opacity_icon i {
  font-size: 478px;
  color: #FEFCF6;
}

@media (max-width: 767px) {
  /* line 19, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_appoinment.scss */
  .appointment_area .appiontment_thumb img {
    width: 100%;
  }
}

/* line 25, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_appoinment.scss */
.appointment_area .appointment_info {
  position: relative;
  z-index: 0;
}

@media (max-width: 767px) {
  /* line 25, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_appoinment.scss */
  .appointment_area .appointment_info {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

/* line 32, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_appoinment.scss */
.appointment_area .appointment_info h3 {
  font-size: 42px;
  font-weight: 700;
  color: #656564;
}

/* line 38, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_appoinment.scss */
.appointment_area .appointment_info p {
  font-size: 16px;
  color: #727272;
  margin-top: 13px;
  margin-bottom: 56px;
}

/* line 46, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_appoinment.scss */
.appointment_area form input {
  width: 100%;
  height: 40px;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #AFAFAF;
  margin-bottom: 26px;
  padding-bottom: 7px;
}

/* line 54, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_appoinment.scss */
.appointment_area form input::placeholder {
  font-size: 16px;
  color: #919191;
  font-weight: 400;
}

/* line 60, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_appoinment.scss */
.appointment_area form textarea {
  width: 100%;
  height: 40px;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #AFAFAF;
  margin-bottom: 26px;
  padding-bottom: 7px;
  margin-top: 50px;
  margin-bottom: 40px;
}

/* line 70, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_appoinment.scss */
.appointment_area form textarea::placeholder {
  font-size: 16px;
  color: #919191;
  font-weight: 400;
}

/* line 77, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_appoinment.scss */
.appointment_area form .appoinment_button button {
  width: 100%;
  text-align: center;
}

/* line 84, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_appoinment.scss */
.gj-datepicker-md [role="right-icon"] {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 17px;
  color: #919191;
  margin-right: 0;
  color: #661A1F;
  top: 5px;
}

/* line 94, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_appoinment.scss */
.gj-textbox-md:focus, .gj-textbox-md:active {
  border-bottom: 1px solid #AFAFAF;
  outline: none;
}

/* line 99, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_appoinment.scss */
.gj-picker .fa.fa-chevron-left {
  position: relative;
  left: 25px;
}

/*=================== contact banner start ====================*/
/* line 3, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_contact.scss */
.dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 10, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_contact.scss */
.contact-info {
  margin-bottom: 25px;
}

/* line 13, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_contact.scss */
.contact-info__icon {
  margin-right: 20px;
}

/* line 16, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_contact.scss */
.contact-info__icon i, .contact-info__icon span {
  color: #8f9195;
  font-size: 27px;
}

/* line 24, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_contact.scss */
.contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-size: 16px;
  color: #2a2a2a;
}

/* line 30, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_contact.scss */
.contact-info .media-body h3 a:hover {
  color: #661A1F;
}

/* line 36, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_contact.scss */
.contact-info .media-body p {
  color: #8a8a8a;
}

/*=================== contact banner end ====================*/
/*=================== contact form start ====================*/
/* line 45, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_contact.scss */
.contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* line 53, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_contact.scss */
.form-contact label {
  font-size: 14px;
}

/* line 57, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_contact.scss */
.form-contact .form-group {
  margin-bottom: 30px;
}

/* line 61, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_contact.scss */
.form-contact .form-control {
  border: 1px solid #e5e6e9;
  border-radius: 0px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

/* line 69, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_contact.scss */
.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}

/* line 74, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_contact.scss */
.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

/* line 80, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_contact.scss */
.form-contact textarea {
  border-radius: 0px;
  height: 100% !important;
}

/*=================== contact form end ====================*/
/* Contact Success and error Area css
============================================================================================ */
/* line 97, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_contact.scss */
.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%;
}

/* line 106, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header {
  text-align: center;
  display: block;
  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 112, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 0px;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

/* line 121, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header h2 {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}

/* line 126, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header p {
  display: block;
}

/* line 133, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_contact.scss */
.contact-section {
  padding: 130px 0 100px;
}

@media (max-width: 991px) {
  /* line 133, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_contact.scss */
  .contact-section {
    padding: 70px 0 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 133, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_contact.scss */
  .contact-section {
    padding: 80px 0 50px;
  }
}

/* line 141, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_contact.scss */
.contact-section .btn_2 {
  background-color: #191d34;
  padding: 18px 60px;
  border-radius: 50px;
  margin-top: 0;
}

/* line 146, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_contact.scss */
.contact-section .btn_2:hover {
  background-color: #661A1F;
}

/* line 75, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}

/* line 80, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

/* line 85, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
b,
sup,
sub,
u,
del {
  color: #661A1F;
}

/* line 93, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
h1 {
  font-size: 36px;
}

/* line 97, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
h2 {
  font-size: 30px;
}

/* line 101, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
h3 {
  font-size: 24px;
}

/* line 105, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
h4 {
  font-size: 18px;
}

/* line 109, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
h5 {
  font-size: 16px;
}

/* line 113, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
h6 {
  font-size: 14px;
}

/* line 117, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
}

/* line 127, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #828bb2;
}

/* line 137, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.button-area {
  background: #fff;
}

/* line 138, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}

/* line 146, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px;
}

/* line 149, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.button-group-area .genric-btn:last-child {
  margin-right: 0;
}

/* line 155, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: .8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 166, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.genric-btn:focus {
  outline: none;
}

/* line 169, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px;
}

/* line 173, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.genric-btn.large {
  line-height: 45px;
}

/* line 176, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.genric-btn.medium {
  line-height: 30px;
}

/* line 179, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.genric-btn.small {
  line-height: 25px;
}

/* line 182, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.genric-btn.radius {
  border-radius: 3px;
}

/* line 185, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.genric-btn.circle {
  border-radius: 20px;
}

/* line 188, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 195, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.genric-btn.arrow span {
  margin-left: 10px;
}

/* line 199, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.genric-btn.default {
  color: #415094;
  background: #656564;
  border: 1px solid transparent;
}

/* line 203, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.genric-btn.default:hover {
  border: 1px solid #656564;
  background: #fff;
}

/* line 208, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.genric-btn.default-border {
  border: 1px solid #656564;
  background: #fff;
}

/* line 211, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.genric-btn.default-border:hover {
  color: #415094;
  background: #656564;
  border: 1px solid transparent;
}

/* line 217, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.genric-btn.primary {
  color: #fff;
  background: #661A1F;
  border: 1px solid transparent;
}

/* line 221, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.genric-btn.primary:hover {
  color: #661A1F;
  border: 1px solid #661A1F;
  background: #fff;
}

/* line 227, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.genric-btn.primary-border {
  color: #661A1F;
  border: 1px solid #661A1F;
  background: #fff;
}

/* line 231, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.genric-btn.primary-border:hover {
  color: #fff;
  background: #661A1F;
  border: 1px solid transparent;
}

/* line 237, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

/* line 241, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

/* line 247, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

/* line 251, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

/* line 257, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

/* line 261, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

/* line 267, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

/* line 271, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

/* line 277, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

/* line 281, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

/* line 287, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

/* line 291, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

/* line 297, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

/* line 301, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

/* line 307, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

/* line 311, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

/* line 317, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.genric-btn.link {
  color: #415094;
  background: #656564;
  text-decoration: underline;
  border: 1px solid transparent;
}

/* line 322, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.genric-btn.link:hover {
  color: #415094;
  border: 1px solid #656564;
  background: #fff;
}

/* line 328, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.genric-btn.link-border {
  color: #415094;
  border: 1px solid #656564;
  background: #fff;
  text-decoration: underline;
}

/* line 333, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.genric-btn.link-border:hover {
  color: #415094;
  background: #656564;
  border: 1px solid transparent;
}

/* line 339, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.genric-btn.disable {
  color: #222222, 0.3;
  background: #656564;
  border: 1px solid transparent;
  cursor: not-allowed;
}

/* line 347, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #656564;
  border-left: 2px solid #661A1F;
}