@charset "UTF-8";
body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.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 {
  color: #1F1F1F;
  outline: medium none;
}
a:focus {
  color: #fff;
  text-decoration: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

/* line 31, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/theme-default.scss */
/* line 38, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/theme-default.scss */
button {
  color: #1F1F1F;
  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: "Playfair Display", serif;
  color: #1F1F1F;
}

/* 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: "Poppins", 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, ::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

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

h3 {
  font-size: 24px;
}

ul.check-list {
  list-style: none;
  margin-top: 2rem;
}
ul.check-list li {
  margin-bottom: 0.5rem;
  padding-left: 2rem;
  position: relative;
}
ul.check-list li::before {
  font-family: "FontAwesome";
  color: #F2C64D;
  content: "";
  font-size: 1.3rem;
  left: 0.25rem;
  position: absolute;
}

a.back-link {
  display: inline-block;
  font-weight: 500;
  margin-top: 1rem;
  padding-left: 1.5rem;
  position: relative;
}
a.back-link::before {
  font-family: FontAwesome;
  content: "";
  left: 0.25rem;
  position: absolute;
}

.nounicon {
  display: inline-block;
  margin-top: 0.75rem;
  position: relative;
  text-align: center;
  line-height: 120%;
}
.nounicon::before {
  background-image: url("/img/icons/legal.svg");
  background-position: center;
  background-size: contain;
  display: inline-block;
  content: "";
  height: 5.6rem;
  width: 5.6rem;
}
.nounicon.briefcase::before {
  background-image: url("/img/icons/briefcase.svg");
}
.nounicon.money::before {
  background-image: url("/img/icons/money.svg");
}
.nounicon.family::before {
  background-image: url("/img/icons/family.svg");
}
.nounicon.real-estate::before {
  background-image: url("/img/icons/real-estate.svg");
}
.nounicon.person::before {
  background-image: url("/img/icons/person.svg");
}
.nounicon.work::before {
  background-image: url("/img/icons/work.svg");
}
.nounicon.crime::before {
  background-image: url("/img/icons/crime.svg");
}
.nounicon.company::before {
  background-image: url("/img/icons/company.svg");
}
.nounicon.other::before {
  background-image: url("/img/icons/other.svg");
}

.overlay2 {
  position: relative;
  z-index: 0;
}
.overlay2::before {
  position: absolute;
  content: "";
  background-color: #1F1F1F;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
}

/* line 167, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/theme-default.scss */
/* 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 */
/* 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;
}
.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 0;
}
.owl-carousel .owl-nav div.owl-next i {
  position: relative;
  right: -1px;
  top: -2px;
}
.owl-carousel .owl-nav div.owl-prev i {
  position: relative;
  right: 1px;
  top: -2px;
}
.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}
.owl-carousel:hover .owl-nav div:hover {
  color: #000;
  background: #fff;
  border: 1px solid #fff;
}

/* line 214, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/theme-default.scss */
/* line 219, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/theme-default.scss */
/* line 226, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/theme-default.scss */
/* line 236, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/theme-default.scss */
/* line 239, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/theme-default.scss */
/* line 1, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_btn.scss */
.boxed-btn {
  background: #fff;
  color: #000;
  display: inline-block;
  padding: 18px 44px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid #000;
  letter-spacing: 3px;
  text-align: center;
  color: #000 !important;
  text-transform: uppercase;
}
.boxed-btn:hover {
  background: #000;
  color: #fff !important;
  border: 1px solid #000;
}
.boxed-btn:focus {
  outline: none;
}
.boxed-btn.disabled {
  opacity: 0.25;
  pointer-events: none;
}

/* line 16, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_btn.scss */
/* line 21, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_btn.scss */
/* line 24, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_btn.scss */
/* line 28, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_btn.scss */
/* line 39, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_btn.scss */
/* line 42, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_btn.scss */
/* line 46, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_btn.scss */
/* line 54, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_btn.scss */
@media (min-width: 768px) and (max-width: 991px) {
  /* line 46, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_btn.scss */
}
/* line 63, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_btn.scss */
.boxed-btn4 {
  background: transparent;
  color: #F2C64D;
  display: inline-block;
  padding: 15px 44px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  border: 0;
  border: 1px solid #F2C64D;
  text-align: center;
  /*text-transform: capitalize;*/
}
.boxed-btn4:hover {
  background: #F2C64D;
  color: #fff !important;
  border: 1px solid transparent;
}
.boxed-btn4:focus {
  outline: none;
}

/* line 76, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_btn.scss */
/* line 81, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_btn.scss */
/* line 84, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_btn.scss */
/* line 89, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_btn.scss */
.boxed-btn5 {
  background: #F2C64D;
  color: #fff;
  display: inline-block;
  padding: 15px 44px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  border: 0;
  border: 1px solid #F2C64D;
  text-align: center;
  text-transform: capitalize;
}
.boxed-btn5:hover {
  background: #fff;
  color: #F2C64D !important;
  border: 1px solid #F2C64D;
}
.boxed-btn5:focus {
  outline: none;
}

/* line 102, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_btn.scss */
/* line 107, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_btn.scss */
/* line 110, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_btn.scss */
/* line 2, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_section_title.scss */
.section_title {
  padding-left: 0.5rem;
}
.section_title h1 {
  margin-bottom: 2rem;
}
.section_title h2 {
  margin: 1.5rem 0;
}
.section_title h3 {
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
  color: #1F1F1F;
  margin-bottom: 1.5rem;
}
.section_title p {
  font-size: 16px;
  font-weight: 400;
  color: #727272;
  max-width: 50rem;
}
.section_title.text-center p {
  margin-left: auto;
  margin-right: auto;
}

@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: 22px;
    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: 25px;
    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: 30px;
    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 */
@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 */
}
/* line 47, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_section_title.scss */
@media (max-width: 767px) {
  /* line 47, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_section_title.scss */
}
/* line 54, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_section_title.scss */
@media (max-width: 767px) {
  /* line 54, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_section_title.scss */
}
/* 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 */
/* line 28, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slick-nav.scss */
/* line 32, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slick-nav.scss */
@media (max-width: 767px) {
  /* line 35, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slick-nav.scss */
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 35, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slick-nav.scss */
}
/* line 44, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slick-nav.scss */
/* line 55, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slick-nav.scss */
@media (max-width: 767px) {
  /* line 12, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slick-nav.scss */
}
/* line 72, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slick-nav.scss */
/* line 78, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slick-nav.scss */
/* line 92, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slick-nav.scss */
/* line 106, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slick-nav.scss */
/* line 1, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
.header-area {
  left: 0;
  right: 0;
  top: 0;
  background: transparent;
  z-index: 999;
  background: #000;
}
.header-area .main-header-area {
  padding: 0 50px;
}
.header-area .main-header-area .main-menu {
  text-align: center;
}
.header-area .main-header-area .main-menu ul li {
  display: inline-block;
  position: relative;
}
.header-area .main-header-area .main-menu ul li a {
  color: #fff;
  font-size: 15px;
  /*text-transform: capitalize;*/
  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 i {
  font-size: 9px;
}
.header-area .main-header-area .main-menu ul li a.active {
  color: #F2C64D;
}
.header-area .main-header-area .main-menu ul li a::before {
  position: absolute;
  content: "";
  background: #F2C64D;
  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::before, .header-area .main-header-area .main-menu ul li a.active::before {
  opacity: 1;
  transform: scaleX(1);
}
.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;
}
.header-area .main-header-area .main-menu ul li .submenu li {
  display: block;
}
.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: #000;
}
.header-area .main-header-area .main-menu ul li .submenu li a::before {
  display: none;
}
.header-area .main-header-area .main-menu ul li .submenu li:hover a {
  color: #F2C64D;
}
.header-area .main-header-area .main-menu ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-area .main-header-area .main-menu ul li:hover > a::before {
  opacity: 1;
  transform: scaleX(1);
}
.header-area .main-header-area.sticky {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  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: #000;
}
.header-area .main-header-area.sticky .main-menu {
  padding: 0;
}
.header-area .main-header-area.sticky .main-menu ul li a {
  padding: 35px 18px 35px 18px;
}
.header-area .social_media_links {
  text-align: right;
}
.header-area .social_media_links ul li {
  display: inline-block;
}
.header-area .social_media_links ul li a {
  background: #171717;
  color: #8B8B8B;
  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;
  overflow: hidden;
}
.header-area .social_media_links ul li a i.english {
  background: url("/img/icons/uk-flag-round.svg") no-repeat center center/contain;
  opacity: 0.75;
  height: 100%;
  width: 100%;
  transition: opacity 300ms;
}
.header-area .social_media_links ul li a i.czech {
  background: url("/img/icons/czech-flag-round.svg") no-repeat center center/contain;
  opacity: 0.75;
  height: 100%;
  width: 100%;
  transition: opacity 300ms;
}
.header-area .social_media_links ul li a:hover {
  color: #F2C64D;
}
.header-area .social_media_links ul li a:hover i.english,
.header-area .social_media_links ul li a:hover i.czech {
  opacity: 1;
}

/* line 9, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
@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;
  }
}
@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: 80%;
  }
}
@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: 120px;
  }
}
/* line 40, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
/* line 43, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
/* line 46, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
@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 */
@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 */
/* line 76, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
/* line 88, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
/* line 93, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
/* line 102, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
/* line 115, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
/* line 117, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
/* line 123, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
/* line 127, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
/* line 132, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
/* line 137, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
/* line 144, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
@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 */
/* line 174, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
@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 */
/* line 195, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
/* line 197, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
/* line 208, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_header.scss */
/* line 1, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slider.scss */
.slider_bg_1 {
  background-image: url(/img/law.jpg);
}

/* line 4, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slider.scss */
.slider_bg_2 {
  background-image: url(/img/banner/banner2.png);
}

/* line 7, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slider.scss */
.slider_area {
  padding: 0 50px;
  background: #000;
}

@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: 800px;
  position: relative;
  z-index: 8;
  position: relative;
  z-index: 8;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.slider_area_inner .single_slider {
  position: relative;
  z-index: 8;
}
.slider_area_inner .single_slider .slider_text h3 {
  color: #ffffff;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  font-size: 56px;
  line-height: 68px;
  position: relative;
  z-index: 8;
  /*text-transform: capitalize;*/
}
.slider_area_inner .single_slider .slider_text p {
  font-size: 26px;
  font-weight: 400;
  color: #C7C7C7;
  margin-bottom: 50px;
  margin-top: 16px;
  line-height: 32px;
  font-style: italic;
}
.slider_area_inner .single_slider .slider_text p.name {
  font-size: 16px;
  margin-top: 20px;
}
.slider_area_inner.slider_area_inner2 {
  height: 550px;
}

@media (max-width: 767px) {
  /* line 14, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slider.scss */
  .slider_area_inner {
    height: 420px;
  }
}
@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: 500px;
  }
}
@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: 500px;
    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: 600px;
    background-position: right;
  }
}
/* line 37, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slider.scss */
/* line 41, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slider.scss */
@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 */
@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 */
/* line 101, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_slider.scss */
/* line 1, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_practice.scss */
.bg-light {
  background: #fff5d6 !important;
}

.practice_area {
  background: #FFFDF8;
  padding-top: 150px;
  padding-bottom: 120px;
  padding-right: 40.5px;
  padding-left: 45.5px;
}
.practice_area > .container-fluid {
  max-width: 75rem;
}
.practice_area.practice_area2 {
  padding-top: 15px;
  padding-bottom: 0;
}
.practice_area .single_practice {
  margin: 0 4.5px 30px 4.5px;
  position: relative;
}
.practice_area .single_practice .practice_image img {
  width: 100%;
}
.practice_area .single_practice .practice_hover {
  cursor: pointer;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 31, 31, 0.9);
}
.practice_area .single_practice .practice_hover i {
  font-size: 85px;
  color: #CEA159;
}
.practice_area .single_practice .practice_hover h3 {
  font-size: 24px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  margin-top: 10px;
  margin-bottom: 20px;
}
.practice_area .single_practice .practice_hover p {
  font-size: 16px;
  color: #C7C7C7;
  margin-bottom: 21px;
  margin: 10px auto;
  max-width: 80%;
}
.practice_area .single_practice .practice_hover .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;
  transition: 0.3s;
}
.practice_area .single_practice .practice_hover .hover_inner .learn_more {
  color: #F2C64D;
  font-size: 16px;
  font-weight: 400;
  opacity: 0;
  visibility: hidden;
}
.practice_area .single_practice .practice_hover .hover_inner .learn_more:hover {
  text-decoration: underline;
}
.practice_area .single_practice:hover .practice_hover .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);
}
.practice_area .single_practice:hover .practice_hover .hover_inner .learn_more {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  /* line 1, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_practice.scss */
  .practice_area {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 13, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_practice.scss */
/* line 17, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_practice.scss */
/* line 21, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_practice.scss */
/* line 25, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_practice.scss */
/* line 33, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_practice.scss */
@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: 30px;
  }
}
/* line 43, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_practice.scss */
@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 {
    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 {
    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 */
@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 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@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 {
    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 {
    display: none;
  }
}
/* line 76, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_practice.scss */
@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 {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .practice_area .single_practice .practice_hover .hover_inner {
    padding: 20px;
  }
  .practice_area .single_practice .practice_hover .hover_inner p {
    max-width: calc(100% - 0.5rem);
  }
}
.our_loyers {
  padding-top: 150px;
  padding-bottom: 90px;
  margin-right: 50px;
  margin-left: 50px;
  background: #FFFDF8;
}
.our_loyers .single_loyers {
  padding-bottom: 30px;
}
.our_loyers .single_loyers .thumb {
  width: 280px;
  height: 280px;
  margin: 1rem auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.our_loyers .single_loyers .thumb img {
  border-radius: 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  width: 100%;
}
.our_loyers .single_loyers h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1F1F1F;
  margin-top: 26px;
  margin-bottom: 6px;
}
.our_loyers .single_loyers span {
  font-size: 16px;
  color: #727272;
  display: block;
  margin-bottom: 18px;
}
.our_loyers .single_loyers .social_links ul li {
  display: inline-block;
}
.our_loyers .single_loyers .social_links ul li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #F2C64D;
  background: #FEF7E7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 0 5.5px;
  text-align: center;
  line-height: 35px;
}
.our_loyers .single_loyers .social_links ul li a:hover {
  background: #F2C64D;
  color: #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 */
/* line 15, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_loyers.scss */
/* line 20, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_loyers.scss */
/* line 24, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_loyers.scss */
/* line 31, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_loyers.scss */
/* line 39, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_loyers.scss */
/* line 41, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_loyers.scss */
/* line 51, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_loyers.scss */
/* line 1, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_about.scss */
.about_area {
  background: #FFFDF8;
  padding-top: 150px;
  padding-bottom: 120px;
  margin-right: 50px;
  margin-left: 50px;
  position: relative;
}
.about_area .opacity_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about_area .opacity_icon i {
  font-size: 500px;
  color: #FEFAEF;
}
.about_area .single_about_info .about_thumb {
  overflow: hidden;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  margin: auto;
  position: relative;
}
.about_area .single_about_info .about_thumb .image_hover {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #F2C64D;
}
.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%);
}
.about_area .single_about_info .about_thumb .image_hover .hover_inner h2 {
  font-size: 70px;
  font-weight: 500;
  color: #fff;
  font-family: "Poppins", sans-serif;
  line-height: 70px;
  margin-bottom: 5px;
}
.about_area .single_about_info .about_thumb .image_hover .hover_inner span {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
.about_area .single_about_info h3 {
  font-size: 36px;
  font-weight: 400;
  line-height: 48px;
  margin-top: 27px;
  margin-bottom: 13px;
  font-weight: 400;
}
.about_area .single_about_info p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
}
.about_area .single_about_info .total_cases .single_cases {
  display: inline-block;
  margin: 0 25px;
}
.about_area .single_about_info .total_cases .single_cases h4 {
  font-size: 36px;
  font-weight: 500;
  color: #CEA159;
  line-height: 36px;
  font-family: "Poppins", sans-serif;
}
.about_area .single_about_info .total_cases .single_cases p {
  font-size: 14px;
  color: #919191;
  font-weight: 400;
  margin-bottom: 0;
}
.about_area .single_about_info:hover .image_hover {
  opacity: 1;
  visibility: visible;
}

@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 */
/* line 19, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_about.scss */
/* line 25, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_about.scss */
@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 */
/* line 42, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_about.scss */
/* line 49, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_about.scss */
@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 */
/* line 71, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_about.scss */
@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 */
@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 */
/* line 120, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_about.scss */
/* line 127, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_about.scss */
/* line 136, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_about.scss */
/* line 1, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
.footer {
  background: #202020;
}
.footer .footer_top {
  padding-top: 120px;
  padding-bottom: 120px;
}
.footer .footer_top .footer_widget .footer_title {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 40px;
  font-family: "Poppins", sans-serif;
}
.footer .footer_top .footer_widget p.footer_text {
  font-size: 14px;
  color: #C7C7C7;
  margin-bottom: 23px;
  font-weight: 400;
  line-height: 28px;
}
.footer .footer_top .footer_widget p.footer_text a.domain {
  color: #B2B2B2;
  font-weight: 400;
}
.footer .footer_top .footer_widget p.footer_text a.domain:hover {
  color: #F2C64D;
  border-bottom: 1px solid #F2C64D;
}
.footer .footer_top .footer_widget p.footer_text.doanar a {
  font-weight: 500;
  color: #B2B2B2;
}
.footer .footer_top .footer_widget p.footer_text.doanar a:hover {
  color: #F2C64D;
  border-bottom: 1px solid #F2C64D;
}
.footer .footer_top .footer_widget p.footer_text.doanar a.first {
  margin-bottom: 10px;
}
.footer .footer_top .footer_widget ul li a {
  font-size: 14px;
  color: #C7C7C7;
  line-height: 42px;
}
.footer .footer_top .footer_widget ul li a:hover {
  color: #F2C64D;
}
.footer .footer_top .footer_widget .newsletter_form {
  position: relative;
  margin-bottom: 20px;
}
.footer .footer_top .footer_widget .newsletter_form input {
  width: 100%;
  height: 45px;
  background: #fff;
  padding-left: 20px;
  font-size: 14px;
  color: #000;
  border: none;
}
.footer .footer_top .footer_widget .newsletter_form input::placeholder {
  font-size: 14px;
  color: #C7C7C7;
}
.footer .footer_top .footer_widget .newsletter_form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: none;
  font-size: 14px;
  color: #fff;
  background: #F2C64D;
  padding: 10px;
  padding: 0 22px;
  cursor: pointer;
}
.footer .footer_top .footer_widget .newsletter_text {
  font-size: 14px;
  color: #BABABA;
}
.footer .copy-right_text {
  padding-bottom: 30px;
  background: #000000;
}
.footer .copy-right_text .footer_border {
  padding-bottom: 30px;
}
.footer .copy-right_text .copy_right {
  font-size: 14px;
  color: #C7C7C7;
  margin-bottom: 0;
  font-weight: 400;
}
.footer .copy-right_text .copy_right a {
  color: #F2C64D;
}
.footer .social_links ul li {
  display: inline-block;
}
.footer .social_links ul li a {
  background: #313131;
  color: #8B8B8B;
  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;
}
.footer .social_links ul li a:hover {
  color: #F2C64D;
}
.footer .footer_logo {
  margin-bottom: 43px;
}

/* line 3, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
@media (max-width: 767px) {
  /* 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 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 */
@media (max-width: 767px) {
  /* line 17, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
  .footer .footer_top .footer_widget .footer_title {
    margin-bottom: 20px;
  }
}
/* line 28, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
/* line 34, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
/* line 37, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
/* line 43, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
/* line 47, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
/* line 51, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
/* line 60, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
/* line 64, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
/* line 70, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
/* line 73, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
/* line 81, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
/* line 86, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
/* line 100, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
/* line 106, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
/* line 109, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
/* line 112, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
@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 */
@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 */
/* line 132, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
/* line 143, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
/* line 150, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_footer.scss */
@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/_bradcam.scss */
.bradcam_bg {
  background-image: url(/img/bradcam.png);
}

/* line 4, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_bradcam.scss */
.bradcam_bg_2 {
  background-image: url(/img/bradcam2.png);
}

/* line 8, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_bradcam.scss */
.bradcam_inner {
  height: 550px;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-right: 50px;
  margin-left: 50px;
}
.bradcam_inner::before {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.8;
}
.bradcam_inner .bradcam_text {
  position: relative;
  z-index: 0;
}
.bradcam_inner .bradcam_text h3 {
  color: #ffffff;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  font-size: 56px;
  line-height: 68px;
  position: relative;
  z-index: 8;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  /* line 8, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_bradcam.scss */
  .bradcam_inner {
    margin-left: 0;
    margin-right: 0;
    height: 400px;
  }
}
/* line 20, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_bradcam.scss */
/* line 30, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_bradcam.scss */
/* line 33, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_bradcam.scss */
@media (max-width: 767px) {
  /* line 33, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_bradcam.scss */
  .bradcam_inner .bradcam_text h3 {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 33, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_bradcam.scss */
  .bradcam_inner .bradcam_text h3 {
    font-size: 30px;
    line-height: 46px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 33, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_bradcam.scss */
  .bradcam_inner .bradcam_text h3 {
    font-size: 35px;
    line-height: 56px;
  }
}
@media (max-width: 767px) {
  /* line 54, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_bradcam.scss */
  .bradcam_inner .bradcam_text h3 br {
    display: none;
  }
}
/* 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;
}
.testmonial_area .single_testmonial i {
  color: #fff;
  font-size: 47px;
}
.testmonial_area .single_testmonial p {
  color: #fff;
  font-size: 22px;
  line-height: 34px;
  font-weight: 400;
  margin-top: 33px;
  margin-bottom: 44px;
}
.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;
}
.testmonial_area .author_info span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

@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 */
/* line 17, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_testmonial.scss */
@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 */
/* line 47, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_testmonial.scss */
/* line 1, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_appoinment.scss */
.appointment_area {
  padding: 50px 0;
}
.appointment_area .opacity_icon {
  position: absolute;
  bottom: -126px;
  z-index: -1;
}
.appointment_area .opacity_icon i {
  font-size: 478px;
  color: #FEFCF6;
}
.appointment_area .appointment_info {
  position: relative;
  z-index: 0;
}
.appointment_area .appointment_info h3 {
  font-size: 42px;
  font-weight: 700;
  color: #1F1F1F;
}
.appointment_area .appointment_info p {
  font-size: 16px;
  color: #727272;
  margin-top: 13px;
  margin-bottom: 56px;
}
.appointment_area form input {
  width: 100%;
  height: 40px;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #C7C7C7;
  margin-bottom: 26px;
  padding-bottom: 7px;
}
.appointment_area form input::placeholder {
  font-size: 16px;
  color: #919191;
  font-weight: 400;
}
.appointment_area form input[required] {
  border-color: #F2C64D;
}
.appointment_area form input.empty {
  background-color: rgba(255, 0, 0, 0.1);
  border-color: red;
}
.appointment_area form textarea {
  width: 100%;
  height: 40px;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #C7C7C7;
  margin-bottom: 26px;
  padding-bottom: 7px;
  margin-top: 50px;
  margin-bottom: 40px;
}
.appointment_area form textarea::placeholder {
  font-size: 16px;
  color: #919191;
  font-weight: 400;
}
.appointment_area form .appoinment_button button {
  width: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  /* line 1, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_appoinment.scss */
  .appointment_area {
    padding-top: 0px;
  }
}
@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 */
/* line 13, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_appoinment.scss */
@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 */
@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 */
/* line 38, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_appoinment.scss */
/* line 46, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_appoinment.scss */
/* line 54, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_appoinment.scss */
/* line 60, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_appoinment.scss */
/* line 70, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_appoinment.scss */
/* line 77, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_appoinment.scss */
/* 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: #F2C64D;
  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 #c7c7c7;
  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;
}
.contact-info__icon i, .contact-info__icon span {
  color: #8f9195;
  font-size: 27px;
}

/* line 16, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_contact.scss */
/* 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;
}
.contact-info .media-body h3 a:hover {
  color: #ff5e13;
}
.contact-info .media-body p {
  color: #8a8a8a;
}

/* line 30, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_contact.scss */
/* line 36, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_contact.scss */
/*=================== 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;
}
.form-contact .form-group {
  margin-bottom: 30px;
}
.form-contact .form-control {
  border: 1px solid #e5e6e9;
  border-radius: 0px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}
.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}
.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}
.form-contact textarea {
  border-radius: 0px;
  height: 100% !important;
}

/* line 57, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_contact.scss */
/* line 61, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_contact.scss */
/* line 69, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_contact.scss */
/* line 74, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_contact.scss */
/* line 80, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_contact.scss */
/*=================== contact form end ====================*/
/* Contact Success and error Area css
============================================================================================ */
/* line 97, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_contact.scss */
/* line 106, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_contact.scss */
/* line 112, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_contact.scss */
/* line 121, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_contact.scss */
/* line 126, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_contact.scss */
/* 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 */
/* line 146, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_contact.scss */
/* line 75, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.text_area {
  padding: 100px 0 70px 0;
}
@media (max-width: 767px) {
  .text_area {
    margin: 0;
  }
}

.sample-text-area {
  background: #fff;
}
@media (max-width: 767px) {
  .sample-text-area {
    margin: 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: #ff5e13;
}

/* 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;
}
.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}

/* line 138, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* 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;
}
.button-group-area .genric-btn:last-child {
  margin-right: 0;
}

/* line 149, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* 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: 0.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;
}
.genric-btn:focus {
  outline: none;
}
.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px;
}
.genric-btn.large {
  line-height: 45px;
}
.genric-btn.medium {
  line-height: 30px;
}
.genric-btn.small {
  line-height: 25px;
}
.genric-btn.radius {
  border-radius: 3px;
}
.genric-btn.circle {
  border-radius: 20px;
}
.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;
}
.genric-btn.arrow span {
  margin-left: 10px;
}
.genric-btn.default {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}
.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff;
}
.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff;
}
.genric-btn.default-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}
.genric-btn.primary {
  color: #fff;
  background: #ff5e13;
  border: 1px solid transparent;
}
.genric-btn.primary:hover {
  color: #ff5e13;
  border: 1px solid #ff5e13;
  background: #fff;
}
.genric-btn.primary-border {
  color: #ff5e13;
  border: 1px solid #ff5e13;
  background: #fff;
}
.genric-btn.primary-border:hover {
  color: #fff;
  background: #ff5e13;
  border: 1px solid transparent;
}
.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}
.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}
.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}
.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}
.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}
.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}
.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}
.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}
.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}
.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}
.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}
.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}
.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}
.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}
.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}
.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}
.genric-btn.link {
  color: #415094;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent;
}
.genric-btn.link:hover {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
}
.genric-btn.link-border {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline;
}
.genric-btn.link-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}
.genric-btn.disable {
  color: #222222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed;
}

/* line 166, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 169, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 173, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 176, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 179, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 182, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 185, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 188, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 195, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 199, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 203, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 208, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 211, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 217, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 221, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 227, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 231, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 237, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 241, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 247, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 251, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 257, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 261, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 267, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 271, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 277, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 281, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 287, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 291, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 297, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 301, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 307, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 311, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 317, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 322, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 328, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 333, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 339, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 347, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #f9f9ff;
  border-left: 2px solid #ff5e13;
}

/* line 353, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.progress-table-wrap {
  overflow-x: scroll;
}

/* line 357, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.progress-table {
  background: #f9f9ff;
  padding: 15px 0px 30px 0px;
  min-width: 800px;
}
.progress-table .serial {
  width: 11.83%;
  padding-left: 30px;
}
.progress-table .country {
  width: 28.07%;
}
.progress-table .visit {
  width: 19.74%;
}
.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px;
}
.progress-table .table-head {
  display: flex;
}
.progress-table .table-head .serial, .progress-table .table-head .country, .progress-table .table-head .visit, .progress-table .table-head .percentage {
  color: #415094;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}
.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: flex;
}
.progress-table .table-row .serial, .progress-table .table-row .country, .progress-table .table-row .visit, .progress-table .table-row .percentage {
  display: flex;
  align-items: center;
}
.progress-table .table-row .country img {
  margin-right: 15px;
}
.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0px;
  background: transparent;
}
.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px;
}
.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6;
}
.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686;
}
.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359;
}
.progress-table .table-row .percentage .progress .progress-bar.color-4, .progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf;
}
.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6;
}
.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7;
}
.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686;
}

/* line 361, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 365, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 368, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 371, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 375, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 377, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 387, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 391, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 399, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 404, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 408, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 411, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 414, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 417, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 420, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 423, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 426, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 429, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 432, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 441, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
}

/* line 449, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 455, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
}
.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #ff5e13;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%;
}

/* line 459, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 473, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.ordered-list {
  margin-left: 30px;
}
.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #ff5e13;
  font-weight: 500;
  line-height: 1.82em !important;
}
.ordered-list li span {
  font-weight: 300;
  color: #828bb2;
}

/* line 475, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 480, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 488, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #ff5e13;
  font-weight: 500;
  line-height: 1.82em !important;
}
.ordered-list-alpha li span {
  font-weight: 300;
  color: #828bb2;
}

/* line 494, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 502, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #ff5e13;
  font-weight: 500;
  line-height: 1.82em !important;
}
.ordered-list-roman li span {
  font-weight: 300;
  color: #828bb2;
}

/* line 508, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 515, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}
.single-input:focus {
  outline: none;
}

/* line 523, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 528, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.input-group-icon {
  position: relative;
}
.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}
.input-group-icon .icon i {
  color: #797979;
}
.input-group-icon .single-input {
  padding-left: 45px;
}

/* line 530, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 535, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 540, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 545, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none;
}
.single-textarea:focus {
  outline: none;
}

/* line 555, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 560, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}
.single-input-primary:focus {
  outline: none;
  border: 1px solid #ff5e13;
}

/* line 568, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 574, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}
.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55;
}

/* line 582, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 588, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}
.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359;
}

/* line 596, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 602, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}
.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.default-switch input + label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ff5e13;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.default-switch input:checked + label {
  left: 19px;
}

/* line 609, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 619, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 632, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 639, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}
.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.primary-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.primary-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.primary-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.primary-switch input:checked + label:after {
  left: 19px;
}
.primary-switch input:checked + label:before {
  background: #ff5e13;
}

/* line 646, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 655, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 663, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 677, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 693, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 696, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 704, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}
.confirm-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.confirm-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.confirm-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.confirm-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.confirm-switch input:checked + label:after {
  left: 19px;
}
.confirm-switch input:checked + label:before {
  background: #4cd3e3;
}

/* line 711, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 720, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 728, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 742, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 758, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 761, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 769, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}
.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.primary-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}
.primary-checkbox input:checked + label {
  background: url(/img/primary-check.png) no-repeat center center/cover;
  border: none;
}

/* line 776, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 785, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 798, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 806, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}
.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.confirm-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}
.confirm-checkbox input:checked + label {
  background: url(/img/success-check.png) no-repeat center center/cover;
  border: none;
}

/* line 813, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 822, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 835, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 843, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}
.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.disabled-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}
.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3;
}
.disabled-checkbox input:checked + label {
  background: url(/img/disabled-check.png) no-repeat center center/cover;
  border: none;
}

/* line 850, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 859, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 871, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 876, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 884, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}
.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.primary-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}
.primary-radio input:checked + label {
  background: url(/img/primary-radio.png) no-repeat center center/cover;
  border: none;
}

/* line 891, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 900, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 913, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 921, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}
.confirm-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.confirm-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}
.confirm-radio input:checked + label {
  background: url(/img/success-radio.png) no-repeat center center/cover;
  border: none;
}

/* line 928, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 937, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 950, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 958, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}
.disabled-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.disabled-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}
.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3;
}
.disabled-radio input:checked + label {
  background: url(/img/disabled-radio.png) no-repeat center center/cover;
  border: none;
}

/* line 965, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 974, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 986, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 991, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 999, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.default-select {
  height: 40px;
}
.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 20px;
  padding-right: 40px;
}
.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}
.default-select .nice-select .list .option {
  font-weight: 300;
  -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-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
}
.default-select .nice-select .list .option.selected, .default-select .nice-select .list .option:hover {
  color: #ff5e13;
  background: transparent;
}
.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}
.default-select .nice-select::after {
  right: 20px;
}

/* line 1001, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 1008, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 1015, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 1022, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 1026, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 1033, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 1037, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 1042, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.form-select {
  height: 40px;
  width: 100%;
}
.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}
.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}
.form-select .nice-select .list .option {
  font-weight: 300;
  -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-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px;
}
.form-select .nice-select .list .option.selected, .form-select .nice-select .list .option:hover {
  color: #ff5e13;
  background: transparent;
}
.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}
.form-select .nice-select::after {
  right: 20px;
}

/* line 1045, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 1053, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 1060, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 1067, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 1071, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 1078, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 1082, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
/* line 1086, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.mt-10 {
  margin-top: 10px;
}

/* line 1089, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
}

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

/* line 1096, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.mt-30 {
  margin-top: 30px;
}

/* line 1099, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_elements.scss */
.switch-wrap {
  margin-bottom: 10px;
}

/* Start Blog Area css
============================================================================================ */
/* line 5, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_blog.scss */
/* line 10, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_blog.scss */
.blog_area a {
  color: #666666 !important;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.blog_area a:hover, .blog_area a :hover {
  background: -webkit-linear-gradient(131deg, #000 0%, #000 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 14, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_blog.scss */
/* line 24, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_blog.scss */
.single-blog {
  overflow: hidden;
  margin-bottom: 30px;
}
.single-blog:hover {
  box-shadow: 0px 10px 20px 0px rgba(42, 34, 123, 0.1);
}
.single-blog .thumb {
  overflow: hidden;
  position: relative;
}
.single-blog .thumb:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-blog h4 {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 34px;
  margin-bottom: 25px;
}
.single-blog a {
  font-size: 20px;
  font-weight: 600;
}
.single-blog .date {
  color: #666666;
  text-align: left;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}
.single-blog .tag {
  text-align: left;
  display: inline-block;
  float: left;
  font-size: 13px;
  font-weight: 300;
  margin-right: 22px;
  position: relative;
}
.single-blog .tag:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: #acacac;
  right: -12px;
  top: 7px;
}
.single-blog:hover .thumb:after {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 28, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_blog.scss */
/* line 32, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_blog.scss */
/* line 36, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_blog.scss */
/* line 49, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_blog.scss */
/* line 56, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_blog.scss */
/* line 66, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_blog.scss */
/* line 74, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_blog.scss */
/* line 84, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_blog.scss */
@media (max-width: 1199px) {
  /* line 74, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_blog.scss */
  .single-blog .tag {
    margin-right: 8px;
  }
  .single-blog .tag:after {
    display: none;
  }

  /* line 98, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_blog.scss */
}
/* line 104, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_blog.scss */
@media (max-width: 800px) {
  /* line 24, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_blog.scss */
  .single-blog {
    margin-bottom: 30px;
  }
}
/* line 112, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_blog.scss */
/* line 116, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_blog.scss */
/* line 121, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_blog.scss */
@media (max-width: 1199px) {
  /* line 112, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_blog.scss */
}
/* line 135, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_blog.scss */
@media (max-width: 1199px) {
  /* line 143, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_blog.scss */
  .single-blog h4 {
    transition: all 300ms linear 0s;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 14px;
    margin-bottom: 12px;
  }
  .single-blog h4 a {
    font-size: 18px;
  }

  /* line 149, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_blog.scss */
}
/* line 157, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_blog.scss */
/* line 160, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_blog.scss */
@media (min-width: 992px) {
  /* line 160, C:/Users/SPN Graphics/Desktop/CL September/211 Lawyer/HTML/scss/_blog.scss */
}
.appointment_placeholder {
  display: none;
}

/*# sourceMappingURL=style.css.map */
