@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
@import url('https://cdn-uicons.flaticon.com/2.1.0/uicons-solid-straight/css/uicons-solid-straight.css');
@import url('https://cdn-uicons.flaticon.com/2.1.0/uicons-solid-rounded/css/uicons-solid-rounded.css');

:root{
  --primary: #333333;
  --secondary: #f5f1f1;
  --tertiary: #ffe8c4;
  --gold: #bd975a;
  --darker-gold: #84672d;
  --gray: #959595;
}

::selection {
  background-color: var(--primary);
  color: #ffffff;
}

/*-- Default CSS --*/
body {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 16px;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--primary);
  line-height: 1.4;
  font-family: "Playfair Display", serif;
}

p {
  line-height: 1.8;
  font-weight: 500;
}

a {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  text-decoration: none;
  color: var(--gold);
}

a:hover {
  color: var(--darker-gold);
}

.form-check-input:checked {
  background-color: var(--gold);
  border-color: var(--gold);
}

.form-check-input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 0.25rem rgb(222 148 0 / 20%);
}

img {
  max-width: 100%;
}

.d-table {
  position: relative;
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-200{
  padding-bottom: 200px;
}

button:focus {
  outline: 0;
}

.btn.focus, .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*-- End Default CSS --*/
/*----- Home Page 1 -----*/
/*-- Navbar --*/
.main-nav {
  background-color: #242323;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.main-nav nav .navbar-brand {
  width: 8.5rem;
}

.main-nav nav .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}

.reponsiveLogin{
  display: none;
}

.language+.dropdown-menu {
  background: #242323;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: var(--tertiary);
  letter-spacing: 1px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover:before, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus:before, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active:before {
  display: none;
}

.main-nav nav .navbar-nav .nav-item:hover a {
  color: var(--tertiary);
}

.dropdown-menu li a:focus {
  color: var(--gold);
}

.main-nav nav .navbar-nav .nav-item a {
  font-size: 16px;
  text-transform: capitalize;
  position: relative;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.spade{
  display: none;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: -12px;
  width: 10px;
}

.active.spade{
  display: block;
}

.main-nav nav .navbar-nav .nav-item a:hover, .main-nav nav .navbar-nav .nav-item a:focus, .main-nav nav .navbar-nav .nav-item a.active {
  color: var(--gold);
}

.main-nav nav .navbar-nav .nav-item a:hover:before, .main-nav nav .navbar-nav .nav-item a:focus:before, .main-nav nav .navbar-nav .nav-item a.active:before {
  opacity: 1;
}

.side-nav {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  /* border: 1px solid var(--tertiary); */
  padding: 4px 8px;
  position: relative;
  z-index: 1;
}

.nav-link {
  color: #fff;
}

.nav-link:hover {
  color: var(--gold);
}

/* .side-nav a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  background-color: var(--tertiary);
}

.side-nav a:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  background-color: var(--tertiary);
} */

/* .side-nav a:hover:before {
  width: 50%;
  opacity: 1;
}

.side-nav a:hover:after {
  width: 50%;
  opacity: 1;
} */

.menu-shrink {
  padding-top: 8px;
  padding-bottom: 8px;
}

/*-- End Navbar --*/
/*-- Banner --*/
.banner-img-one {
  position: relative;
  background-size: cover;
  background: url("../img/2.jpg") center no-repeat;
}

.banner-img-one:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: var(--primary);
  left: 0;
  top: 0;
  opacity: .9;
}

.banner-area {
  height: 830px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.banner-item .banner-left {
  margin-top: 60px;
}

.banner-item .banner-left h1 {
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 48px;
  font-family: "Playfair Display", serif;
  font-weight: 800;
}

.banner-item .banner-left p {
  margin-bottom: 40px;
  color: #e0e0e0;
  font-size: 16px;
}

.banner-item .banner-left a {
  display: inline-block;
  color: #ffffff;
  border: 3px solid var(--tertiary);
  padding: 18px 25px;
}


.banner-item .banner-left a i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 5px;
  left: 5px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.banner-item .banner-left a:hover {
  background-color: var(--gold);
  border: 3px solid var(--gold);
}

.banner-item .banner-left a:hover i {
  left: 0;
}

.banner-item .banner-right img {
  width: 100%;
  position: relative;
  bottom: -180px;
}

.banner-item .banner-right .banner-animation {
  -webkit-animation: banner-animation 10s infinite linear;
          animation: banner-animation 10s infinite linear;
}

@-webkit-keyframes banner-animation {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes banner-animation {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.meet-team h2 {
  font-weight: 700;
}

.meet-team p{
  color: var(--primary); 
}

.help-left {
  max-width: 610px;
  padding-top: 65px;
  padding-bottom: 65px;
}

@-webkit-keyframes help-animation {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(30px, 0);
            transform: translate(30px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes help-animation {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(30px, 0);
            transform: translate(30px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes help-animation-two {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes help-animation-two {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.help-item {
  margin-bottom: 30px;
}

.help-item .help-right {
  max-width: 520px;
  margin-left: 50px;
}

.help-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.help-item .help-right h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.4;
}

.help-item .help-right p {
  position: relative;
  color: var(--primary);
  margin-bottom: 105px;
  padding-left: 45px;
}

.team-desc {
  position: relative;
  padding-left: 45px;
}

.help-item .help-right p::before,
.team-desc::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 20px;
  height: 1px;
  background-color: var(--primary);
}

.help-item .help-right .help-inner-left {
  width: 49%;
  display: inline-block;
}

.help-item .help-right .help-inner-left ul {
  margin: 0;
  padding: 0;
}

.help-item .help-right .help-inner-left ul li {
  list-style-type: none;
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #111111;
  margin-bottom: 12px;
}

.help-item .help-right .help-inner-left ul li:last-child {
  margin-bottom: 0;
}

.help-item .help-right .help-inner-left ul li i {
  color: var(--primary);
  margin-right: 10px;
  font-size: 25px;
  position: relative;
  top: 2px;
}

.help-item .help-right .help-inner-right {
  width: 50%;
  display: inline-block;
}

.help-item .help-right .help-inner-right ul {
  margin: 0;
  padding: 0;
}

.help-item .help-right .help-inner-right ul li {
  list-style-type: none;
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #111111;
  margin-bottom: 12px;
}

.help-item .help-right .help-inner-right ul li:last-child {
  margin-bottom: 0;
}

.help-item .help-right .help-inner-right ul li i {
  color: var(--primary);
  margin-right: 10px;
  font-size: 25px;
  position: relative;
  top: 2px;
}

.cmn-btn {
  display: inline-block;
  color: #ffffff;
  background-color: var(--primary);
  font-weight: 600;
  font-size: 16px;
  padding: 14px 30px;
  position: relative;
  z-index: 1;
}

.cmn-btn:hover {
  color: var(--tertiary);
  -webkit-box-shadow: 3px 4px 20px -3px rgb(116 116 116);
        box-shadow: 3px 4px 20px -3px rgb(116 116 116);
}
/*-- End Help --*/
/*-- Practice --*/
.section-title {
  text-align: center;
  margin-bottom: 50px;
  margin-top: -7px;
}

.section-title span {
  display: block;
  color: var(--gold);
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: .3em;
  text-transform: uppercase;
}

.section-title h2 {
  font-weight: 700;
  font-size: 38px;
  margin-bottom: 0;
}

.practice-area {
  background-color: #f5f1f1;
}


.area-container{
  position: relative;
  margin-bottom: 3%;
}
.area-container img{
  border-radius: 16px;
  width: 100%;
  height: 220px;
}
.area-container .image-div{
  position: absolute; 
  filter: brightness(30%);
  width: 85%;
}
.content{
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: white;
  text-align: center;
}
.content h3{
  color: white;

}
.other-container{
  background-color: #282424;
  border-radius: 10px;
  margin-left: 10px;
}

.pd-20-30 .col-lg-4{
  padding: 40px 24px;
}

.practice-item {
  text-align: center;
  margin-bottom: 30px;
  padding: 24px 0;
  color:white;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  border-radius: 15px;
}

.practice-item:hover{
  /* -webkit-box-shadow: 4px 10px 30px -3px rgba(0,0,0,0.15);
          box-shadow: 4px 10px 30px -3px rgba(0,0,0,0.15); */
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
}

.practice-item i{
  font-size: 3.4rem;
}

.practice-item h3 {
  margin-top: 15px;
  margin-bottom: 25px;
  color: white;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 28px;
  padding-right: 25px;
}

.practice-item p {
  margin-bottom: 25px;
}

/*-- End Practice --*/
/*-- Expertise --*/
.expertise-area {
  background-color: var(--secondary);
}

.expertise-item ul {
  margin: 1rem;
  padding: 0;
}

.expertise-item ul li {
  list-style-type: none;
  display: block;
  position: relative;
  margin-bottom: 70px;
}

.expertise-item ul li:last-child {
  margin-bottom: 0;
}

.expertise-item ul li .expertise-icon {
  background-color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px 0 0 5px;
}

.expertise-item ul li .expertise-icon i {
  color: #fff;
  font-size: 30px;
}

.expertise-item ul li h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.expertise-item ul li p {
  font-size: 16px;
  margin-bottom: 0;
}

.expertise-image {
  text-align: center;
  position: relative;
  z-index: 1;
  padding-top: 100px;
}

.expertise-image:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  top: 0;
  z-index: -1;
  border: 10px solid var(--tertiary);
  background-color: #373535;
}

.expertise-image img {
  position: relative;
  bottom: 10px;
}

/*-- End Expertise --*/
/*-- Portfolio --*/
.portfolio-area .text-center {
  margin-top: 20px;
}

.portfolio-item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.portfolio-item img {
  width: 100%;
}

.portfolio-item:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.977081)), color-stop(56%, rgba(182, 157, 116, 0.28607)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.977081) 0%, rgba(182, 157, 116, 0.28607) 56%);
}

.portfolio-item:hover {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}

.portfolio-item:hover h3 a {
  color: var(--tertiary);
}

.portfolio-item .portfolio-inner {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
}

.portfolio-item .portfolio-inner span {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 7px;
  position: relative;
}

.portfolio-item .portfolio-inner span:before {
  position: absolute;
  content: '';
  width: 60px;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: var(--tertiary);
}

.portfolio-item .portfolio-inner h3 {
  margin-bottom: 0;
  line-height: 1.4;
}

.portfolio-item .portfolio-inner h3 a {
  display: block;
  color: #ffffff;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 5px;
}

.portfolio-item .portfolio-inner h3 a:hover {
  color: var(--tertiary);
}

.portfolio-item .portfolio-inner p {
  margin-bottom: 0;
}

/*-- End Portfolio --*/
/*-- Consultant --*/
.team-crop, .crop-img-smaller {
  display: flex;
  width: 100%;
  height: 0;
  position: relative;
}

.team-crop {
  padding-top: 100%;
}

.crop-img-smaller {
  padding-top: 60%;
}

.team-crop img, .crop-img-smaller img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.team-inner h3 {
  line-height: 1;
}

.placeholder-container {
  margin-bottom: 30px;
}

.team-item {
  margin-bottom: 30px;
}

.team-item img {
  width: 100%;
}

.team-item .team-inner {
  background-color: #ffffff;
  text-align: center;
  -webkit-box-shadow: 3px 4px 20px -3px rgb(116 116 116);
        box-shadow: 3px 4px 20px -3px rgb(116 116 116);
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 25px;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -40px;
  position: relative;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.team-item .team-inner ul {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #282828;
  max-width: 155px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 30px;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0px 8px 13px 0px #ddd;
          box-shadow: 0px 8px 13px 0px #ddd;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.team-item .team-inner ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
}

.team-item .team-inner ul li a {
  display: block;
  color: var(--tertiary);
}

.team-item .team-inner h3 {
  margin-bottom: 4px;
  padding-top: 35px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  font-family: "Montserrat", sans-serif;
}

.team-item .team-inner h3 {
  color: var(--primary);
  font-weight: 600;
  font-size: 14px;
}

.team-item .team-inner span {
  display: block;
  color: var(--gold);
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.team-item:hover .team-inner {
  background-color: var(--gold);
  max-width: 100%;
}

.team-item:hover .team-inner ul {
  background-color: var(--primary);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.team-item:hover .team-inner ul li a:hover {
  color: var(--gray);
}

.team-item:hover .team-inner h3 a {
  color: #ffffff;
}

.team-item:hover .team-inner h3 a:hover {
  color: var(--primary);
}

.team-item:hover .team-inner span {
  color: #fff;
}

/*-- End Consultant --*/
/*-- Location --*/
.loaction-area {
  position: relative;
  top: -100px;
}

.location-bg {
  background: url('/assets/img/contact-us/contact.jpg') center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 50px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-box-shadow: 3px 4px 20px -3px rgb(116 116 116);
          box-shadow: 3px 4px 20px -3px rgb(116 116 116);
}

.location-bg:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--primary);

  opacity: .90;
}

/* .location-bg:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: -20px;
  width: 88%;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: #c3b59f;
} */

.location-item {
  margin-bottom: 30px;
  position: relative;
  padding-left: 90px;
}

.location-item .location-icon {
  position: absolute;
  left: 0;
  top: 0;
}

.location-item .location-icon i {
  display: inline-block;
  color: #ffffff;
  font-size: 26px;
  position: absolute;
  left: 32px;
  top: 22px;
}

.location-item h3 {
  font-weight: 600;
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 15px;
  font-family: "Playfair Display", serif;
}

.location-item ul {
  margin: 0;
  padding: 0;
  margin-bottom: 2px;
}

.location-item ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 3px;
  font-size: 15px;
}

.location-item ul li:last-child {
  margin-bottom: 0;
}

.location-item ul li a {
  color: #ffffff;
}

.location-item ul li a:hover {
  color: var(--primary);
}

.location-item .location-link {
  display: block;
  color: #282828;
  margin-top: 10px;
}

.location-item .location-link:hover {
  color: #ffffff;
}

/*-- End Location --*/  
/*-- Blog --*/
.blog-area {
  padding-bottom: 100px;
}

.no-blog {
  color: var(--primary);
  font-size: 24px;
  text-align: center;
}

.no-blog img {
  max-width: 45%;
}

.blog-area .owl-theme .owl-dots .owl-dot.active span {
  background: var(--tertiary);
  position: relative;
}

.blog-area .owl-theme .owl-dots .owl-dot.active span:before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: -5px;
  top: -5px;
  border: 1px solid var(--tertiary);
}

.blog-area .owl-theme .owl-dots .owl-dot span {
  background: #daceb9;
}

.blog-item {
  border-radius: 0 0 8px 8px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 12px 0px #ddddddad;
          box-shadow: 0px 0px 12px 0px #ddddddad;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  margin-left: 15px;
  margin-right: 15px;
}

.blog-item:hover {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}

.blog-item a {
  display: block;
}

.blog-item a img {
  width: 100%;
  border-radius: 8px 8px 0 0;
}

.blog-item .blog-inner {
  padding: 0 15px 30px 20px;
}

.blog-item .blog-inner .category {
  display: block;
  text-align: center;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 165px;
  margin: -20px auto 30px auto;
  position: relative;
  border-radius: 30px;
  background-color: var(--primary);
  -webkit-box-shadow: 3px 4px 20px -3px rgb(116 116 116);
          box-shadow: 3px 4px 20px -3px rgb(116 116 116);
}

.blog-item .blog-inner h3 {
  margin-bottom: 18px;
  line-height: 1.4;
}

.blog-item .blog-inner h3 a {
  display: block;
  font-weight: 600;
  font-size: 18px;
  color: #111111;
}

.blog-item .blog-inner h3 a:hover {
  color: var(--gold);
}

.blog-item .blog-inner ul {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

.blog-item .blog-inner ul li {
  list-style-type: none;
  display: inline-block;
  color: var(--gray);
  font-size: 12px;
  margin-right: 20px;
}

.blog-item .blog-inner ul li:last-child {
  margin-right: 0;
}

.blog-item .blog-inner ul li:last-child i {
  font-size: 12px;
  position: relative;
  top: -2px;
}

.blog-item .blog-inner ul li i {
  display: inline-block;
  font-size: 12px;
  margin-right: 3px;
}

.blog-item .blog-inner ul li a {
  display: inline-block;
  color: var(--tertiary);
  font-size: 14px;
}

.blog-item .blog-inner ul li a:hover {
  color: var(--primary);
}

.blog-item .blog-inner p {
  margin-bottom: 15px;
  color: #646464;
  font-size: 14px;
}

.blog-item .blog-inner .blog-link {
  display: block;
  color: var(--gold);
  font-weight: 600;
  font-size: 14px;
}

.blog-item .blog-inner .blog-link i {
  font-size: 20px;
  position: relative;
  top: 2px;
  left: -2px;
}

.blog-item .blog-inner .blog-link:hover {
  color: var(--primary);
}

/*-- End Blog --*/
/*-- Footer --*/
footer {
  width: 100%;
  height: 100%;
  background-color: #1c1d1e;
  opacity: .99;
  z-index: -1;
}

footer .footer-item {
  margin-bottom: 30px;
}

footer .footer-item .footer-logo a {
  display: block;
}

footer .footer-item .footer-logo a img {
  margin-bottom: 35px;
  width: 100px;
}

footer .footer-item .footer-logo p {
  margin-bottom: 30px;
}

footer .footer-item .footer-logo ul {
  margin: 0;
  padding: 0;
}

footer .footer-item .footer-logo ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 18px;
}

footer .footer-item .footer-logo ul li:last-child {
  margin-right: 0;
}

footer .footer-item .footer-logo ul li a {
  font-size: 20px;
  color: #fff;
}

footer .footer-item .footer-logo ul li a:hover {
  color: var(--tertiary);
}

footer .footer-item .footer-service h3 {
  margin-bottom: 30px;
  color: #ffffff;
  font-weight: 600;
  font-size: 22px;
  display: inline-block;
  border-bottom: 2px solid var(--tertiary);
}

footer .footer-item .footer-service ul {
  margin: 0;
  padding: 0;
}

footer .footer-item .footer-service ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 20px;
}

footer .footer-item .footer-service ul li:last-child {
  margin-bottom: 0;
}

footer .footer-item .footer-service ul li a {
  color: #ffffff;
  display: block;
}

footer .footer-item .footer-service ul li a:hover {
  letter-spacing: 1px;
  color: var(--tertiary);
}

footer .footer-item .footer-service ul li a i {
  display: inline-block;
}

footer .footer-item .footer-find h3 {
  margin-bottom: 30px;
  color: #ffffff;
  font-weight: 600;
  font-size: 22px;
  display: inline-block;
  border-bottom: 2px solid var(--tertiary);
}

footer .footer-item .footer-find ul {
  margin: 0;
  padding: 0;
}

footer .footer-item .footer-find ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
}

footer .footer-item .footer-find ul li i {
  font-size: 16px;
  margin-right: 6px;
  position: relative;
  top: 2px;
  color: var(--tertiary);
}

footer .footer-item .footer-find ul li:last-child {
  margin-bottom: 0;
}

footer .footer-item .footer-find ul li a {
  display: inline-block;
  color: #ffffff;
}

footer .footer-item .footer-find ul li a:hover {
  color: var(--tertiary);
  letter-spacing: 1px;
}

footer .copyright-area {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 70px;
  border-top: 1px solid #565655;
  position: relative;
}

footer .copyright-area .copyright-item span {
  display: inline-block;
}

footer .copyright-area .copyright-item p {
  margin-bottom: 0;
}

footer .copyright-area .copyright-item a {
  color: #ffffff;
  display: inline-block;
}

footer .copyright-area .copyright-item a:hover {
  color: var(--tertiary);
}

footer .copyright-area .copyright-right {
  text-align: right;
}

/*-- End Footer --*/
/*----- End Home Page 1 -----*/
/*----- Home Page 2 -----*/
/*-- Banner --*/
.banner-area-two .banner-item .banner-right img {
  bottom: -65px;
  z-index: 2;
}

/*-- End Banner --*/
/*-- Counter --*/
.counter-area {
  background-color: #fefaf3;
}

.counter-bg {
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd75;
          box-shadow: 0px 0px 20px 0px #dddddd75;
  padding-top: 50px;
  padding-bottom: 20px;
  background-image: url("../img/home-two/4.png");
  background-repeat: repeat;
  background-color: #ffffff;
  position: relative;
  top: -110px;
  z-index: 5;
}

.counter-item {
  margin-bottom: 30px;
  position: relative;
}

.counter-item i {
  color: var(--tertiary);
  display: inline-block;
  font-size: 50px;
  position: absolute;
  top: 0;
  left: 20px;
}

.counter-item .counter-inner {
  padding-left: 90px;
}

.counter-item .counter-inner h3 {
  font-weight: 600;
  font-size: 36px;
  color: var(--tertiary);
  margin-bottom: 0;
}

.counter-item .counter-inner p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  color: #504f4f;
}

/*-- End Counter --*/
/*-- Help --*/
.help-area-two {
  background-color: #fefaf3;
  padding-top: 0;
}

.help-area-two .help-shape img {
  right: 0;
  left: 50px;
}

.help-area-two .help-left:before {
  z-index: 1;
}

.help-area-two .help-left img {
  width: 100%;
  z-index: 2;
  position: relative;
}

.help-area-two .help-item .help-right p {
  margin-bottom: 20px;
}

.help-area-two .help-item .help-right h3 {
  font-weight: 600;
  font-size: 16px;
  color: var(--primary);
  margin-bottom: 10px;
}

.help-area-two .help-item .help-right span {
  display: block;
  color: var(--primary);
  font-size: 14px;
}

.help-area-two .help-wrap .help-item .help-right {
  margin-left: auto;
  margin-right: 50px;
}

.help-area-two .help-wrap .help-item .cmn-btn {
  margin-top: 40px;
}

.help-area-two .help-wrap .help-left {
  margin-left: 0;
}

/*-- End Help --*/
/*-- Practice --*/
.practice-area-two {
  background-color: #ffffff;
}

/*-- End Practice --*/
/*-- Expertise --*/
.expertise-item p{
  color: var(--primary);
}

.expertise-area-two .expertise-item ul li {
  margin-bottom: 30px;
  box-shadow: 4px 10px 30px -3px rgba(0,0,0,0.15);
  border-radius: 5px;
}

/*-- End Expertise --*/
/*----- End Home Page 2 -----*/
/*----- Home Page 3 -----*/
/*-- Home Slider --*/
.slider-bg-one {
  background-image: url("../img/home-two/home-slider/1.jpg");
}

.slider-item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 835px;
  position: relative;
}

.slider-item:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--primary);
  opacity: .95;
}

.slider-text {
  position: relative;
}

.slider-text h1 {
  margin-bottom: 0;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-size: 46px;
  display: inline-block;
  margin-bottom: 25px;
}

.slider-text p {
  margin-bottom: 37px;
  font-weight: 900;
  font-size: 24px;
  font-family: "Playfair Display", serif;
}

.slider-text a {
  display: inline-block;
  color: #ffffff;
  border: 3px solid var(--tertiary);
  padding: 18px 25px;
}

.slider-text a i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 1px;
  left: 5px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.slider-text a:hover {
  background-color: var(--tertiary);
}

.slider-text a:hover i {
  left: 0;
}

.slider-shape .s-s-one {
  position: relative;
  top: 133px;
}

.slider-shape .s-s-two {
  position: relative;
  top: 180px;
}

.slider-shape .s-s-three {
  position: relative;
  top: 115px;
}

.home-slider .owl-prev {
  position: absolute;
  top: 45%;
  left: 20px;
  width: 60px;
  height: 60px;
  font-size: 30px !important;
  line-height: 60px !important;
  border-radius: 50% !important;
  color: #ffffff !important;
  background-color: var(--tertiary)3b !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.home-slider .owl-prev:hover {
  background-color: var(--tertiary) !important;
}

.home-slider .owl-next {
  position: absolute;
  top: 45%;
  right: 20px;
  width: 60px;
  height: 60px;
  font-size: 30px !important;
  line-height: 60px !important;
  border-radius: 50% !important;
  color: #ffffff !important;
  background-color: var(--tertiary)3b !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.home-slider .owl-next:hover {
  background-color: var(--tertiary) !important;
}

.home-slider.owl-theme .owl-nav {
  margin-top: 0;
}

.home-slider.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 120px;
}

.home-slider.owl-theme .owl-dots .owl-dot.active span {
  background: #ffffff;
  width: 30px;
}

.home-slider.owl-theme .owl-dots .owl-dot span {
  background: var(--tertiary);
  width: 20px;
  height: 5px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

/*-- End Home Slider --*/
/*-- Slider Bottom --*/
.slider-bottom-area .slider-bottom-wrap {
  background-color: var(--tertiary)59;
  padding-top: 45px;
  padding-bottom: 15px;
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
  top: -100px;
  z-index: 1;
}

.slider-bottom-area .slider-bottom-wrap .banner-bottom {
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  position: relative;
  bottom: 0;
  margin-bottom: 30px;
}

.slider-bottom-area .slider-bottom-wrap .banner-bottom ul li:last-child {
  padding-left: 20px;
  padding-right: 50px;
}

/*-- End Slider Bottom --*/
/*-- Help --*/
.help-area-three {
  padding-top: 0;
}

/*-- End Help --*/
/*-- Counter --*/
.counter-area-two {
  background-color: transparent;
}

/*-- End Counter --*/
/*----- End Home Page 3 -----*/
/*----- About Page -----*/
/*-- Page Title --*/
.page-title-area-three .page-title-text {
  margin-top: 85px;
}

.title-img-one {
  background-image: url("../img/about-us/banner.jpg");
}

.page-title-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 450px;
  text-align: center;
  position: relative;
}

.page-title-area:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--primary);
  opacity: .90;
}

.page-title-text {
  position: relative;
  margin-top: 120px;
}

.page-title-text h2 {
  font-weight: 900;
  font-size: 38px;
  color: #ffffff;
  margin-bottom: 20px;
}

.page-title-text ul {
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}

.page-title-text ul li {
  list-style-type: none;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
}

.page-title-text ul li i {
  font-size: 20px;
  position: relative;
  top: 1px;
  display: inline-block;
}

.page-title-text ul li a {
  display: inline-block;
  color: #ffffff;
}

.page-title-text ul li a:hover {
  color: var(--tertiary);
}

.page-title-text .page-title-btn a {
  display: inline-block;
  color: #ffffff;
  border: 3px solid var(--tertiary);
  padding: 12px 28px;
  font-size: 15px;
}

.page-title-text .page-title-btn a i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 1px;
  left: 5px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.page-title-text .page-title-btn a:hover {
  background-color: var(--tertiary);
}

.page-title-text .page-title-btn a:hover i {
  left: 0;
}

/*-- End Page Title --*/
/*-- Help --*/
.help-area-four {
  padding-top: 100px;
}

/*-- End Help --*/
/*-- About --*/
.about-area {
  padding-bottom: 170px;
}

.about-item {
  margin-bottom: 30px;
}

.about-item .about-video-wrap {
  position: relative;
}

.about-item .about-video-wrap .about-video {
  position: relative;
}

.about-item .about-video-wrap .about-video:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--primary);
  opacity: .80;
}

.about-item .about-video-wrap a {
  color: var(--tertiary);
  position: absolute;
  top: 46%;
  left: 46%;
  display: block;
  background-color: #ffffff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
}

.about-item .about-video-wrap a:hover {
  color: #ffffff;
  background-color: var(--tertiary);
}

.about-item .about-content {
  margin-top: 25px;
  margin-bottom: 25px;
}

.about-item .about-content h2 {
  font-weight: 600;
  font-size: 22px;
  font-family: "Playfair Display", serif;
  margin-bottom: 10px;
}

.about-item .about-content p {
  margin-bottom: 0;
  color: #4a4a4a;
}

.about-item .about-information {
  margin-bottom: 25px;
}

.about-item .about-information h2 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}

.about-item .about-information h2 span {
  display: inline-block;
  color: var(--tertiary);
}

.about-item .about-information p {
  margin-bottom: 10px;
  color: var(--primary);
}

/*-- End About --*/
/*----- End About Page -----*/
/*----- Attorneys Page -----*/
/*-- Team --*/
.team-area-two {
  padding-bottom: 170px;
}

/*-- End Team --*/
/*----- End Attorneys Page -----*/
/*----- Attorneys Details Page -----*/
/*-- Attorneys Details --*/
.attor-details-item {
  margin-bottom: 30px;
}

.attor-details-item img {
  width: 100%;
}

.attor-details-item .attor-details-left {
  padding: 0 50px 40px 50px;
  -webkit-box-shadow: 0px 0px 20px 0px #ddd;
          box-shadow: 0px 0px 20px 0px #ddd;
  margin-bottom: 30px;
}

.attor-details-item .attor-details-left .attor-social {
  text-align: center;
  margin-top: -28px;
}

.attor-details-item .attor-details-left .attor-social ul {
  margin: 0;
  padding: 0;
  background-color: #282828;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px 0px #ddd;
          box-shadow: 0px 0px 15px 0px #ddd;
  margin-bottom: 25px;
}

.attor-details-item .attor-details-left .attor-social ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
}

.attor-details-item .attor-details-left .attor-social ul li a {
  display: block;
  color: var(--tertiary);
  font-size: 18px;
}

.attor-details-item .attor-details-left .attor-social ul li a:hover {
  color: #ffffff;
}

.attor-details-item .attor-details-left .attor-social-details {
  margin-bottom: 30px;
}

.attor-details-item .attor-details-left .attor-social-details h3 {
  font-weight: 600;
  font-family: "Playfair Display", serif;
  font-size: 22px;
  margin-bottom: 20px;
}

.attor-details-item .attor-details-left .attor-social-details ul {
  margin: 0;
  padding: 0;
}

.attor-details-item .attor-details-left .attor-social-details ul li {
  list-style-type: none;
  display: block;
  color: var(--primary);
  margin-bottom: 13px;
}

.attor-details-item .attor-details-left .attor-social-details ul li:last-child {
  margin-bottom: 0;
}

.attor-details-item .attor-details-left .attor-social-details ul li a {
  display: inline-block;
  color: var(--primary);
}

.attor-details-item .attor-details-left .attor-social-details ul li a:hover {
  color: var(--tertiary);
}

.attor-details-item .attor-details-left .attor-social-details ul li i {
  display: inline-block;
  color: var(--tertiary);
  font-size: 18px;
  margin-right: 5px;
}

.attor-details-item .attor-details-left .attor-work h3 {
  font-weight: 600;
  font-family: "Playfair Display", serif;
  font-size: 22px;
  margin-bottom: 20px;
}

.attor-details-item .attor-details-left .attor-work ul {
  margin: 0;
  padding: 0;
}

.attor-details-item .attor-details-left .attor-work ul li {
  list-style-type: none;
  display: block;
  color: var(--primary);
  margin-bottom: 8px;
}

.attor-details-item .attor-details-left .attor-work ul li:last-child {
  margin-bottom: 0;
}

.attor-details-item .attor-details-left .attor-work .attor-work-left {
  display: inline-block;
}

.attor-details-item .attor-details-left .attor-work .attor-work-left ul li {
  position: relative;
}

.attor-details-item .attor-details-left .attor-work .attor-work-left ul li:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  top: 13px;
  right: -88px;
  background-color: #cccccc;
}

.attor-details-item .attor-details-left .attor-work .attor-work-right {
  display: inline-block;
  margin-left: 115px;
}

.attor-details-item .attor-prev ul {
  margin: 0;
  padding: 0;
}

.attor-details-item .attor-prev ul li {
  list-style-type: none;
  display: inline-block;
}

.attor-details-item .attor-prev ul li:last-child {
  float: right;
}

.attor-details-item .attor-prev ul li a {
  display: block;
  color: #3f3f3f;
  border: 1px solid var(--tertiary);
  padding: 10px 20px;
  border-radius: 8px;
}

.attor-details-item .attor-prev ul li a:hover {
  color: #ffffff;
  background-color: var(--tertiary);
}

.attor-details-item .attor-details-right .attor-details-name {
  margin-bottom: 40px;
}

.attor-details-item .attor-details-right .attor-details-name h2 {
  font-weight: 600;
  font-size: 38px;
  font-family: "Playfair Display", serif;
  margin-bottom: 15px;
}

.attor-details-item .attor-details-right .attor-details-name span {
  display: block;
  color: #999897;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 5px;
}

.attor-details-item .attor-details-right .attor-details-name p {
  margin-bottom: 0;
  color: #838383;
}

.attor-details-item .attor-details-right .attor-details-things {
  margin-bottom: 30px;
}

.attor-details-item .attor-details-right .attor-details-things h3 {
  color: var(--tertiary);
  font-weight: 600;
  font-size: 22px;
  font-family: "Playfair Display", serif;
  margin-bottom: 20px;
}

.attor-details-item .attor-details-right .attor-details-things p {
  margin-bottom: 20px;
  color: var(--primary);
}

.attor-details-item .attor-details-right .attor-details-things ul {
  margin: 0;
  padding: 0;
}

.attor-details-item .attor-details-right .attor-details-things ul li {
  list-style-type: none;
  display: block;
  color: var(--primary);
  margin-bottom: 15px;
}

.attor-details-item .attor-details-right .attor-details-things ul li:last-child {
  margin-bottom: 0;
}

/*-- End Attorneys Details --*/
/*-- Contact Form --*/
.contact-form-two {
  background-image: none;
}

.contact-form-two h2 {
  font-size: 25px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  margin-bottom: 40px;
  text-align: center;
}

.contact-form-two .contact-wrap {
  max-width: 100%;
  padding: 55px 100px;
  -webkit-box-shadow: 0px 0px 20px 0px #ddd;
          box-shadow: 0px 0px 20px 0px #ddd;
}

.contact-form-two .contact-wrap .form-group .form-control:focus {
  border: 1px solid var(--primary);
}

.contact-form-two .contact-wrap .form-group .list li {
  background-color: #ffffff;
  color: var(--primary);
}

/*-- End Contact Form --*/
/*----- End Attorneys Details Page -----*/
/*----- Case Studies Page -----*/
/*-- Portfolio --*/
.portfolio-area-two {
  padding-bottom: 200px;
}

.case-pagination {
  text-align: center;
  margin-top: 10px;
}

.case-pagination ul {
  margin: 0;
  padding: 0;
}

.case-pagination ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}

.case-pagination ul li a {
  display: block;
  width: 40px;
  line-height: 40px;
  font-weight: 600;
  color: #111111;
}

.case-pagination ul li a:hover, .case-pagination .page a.active, .case-pagination .page a:focus {
  color: #ffffff;
  background-color: var(--primary);
  -webkit-box-shadow: 0px 0px 15px 0px #d3d2d1;
  box-shadow: 0px 0px 15px 0px #d3d2d1;
}

.case-pagination ul li a i {
  font-weight: 600;
}

/*-- End Portfolio --*/
/*----- End Case Studies Page -----*/
/*----- Case Studies Details Page -----*/
/*-- Case Details Img --*/
.case-details-item {
  margin-bottom: 30px;
}

.case-details-item img {
  width: 100%;
}

.case-details-item h3 {
  font-size: 22px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  margin-bottom: 20px;
  line-height: 30px;
}

.case-details-item p {
  margin-bottom: 0;
  color: #4a4a4a;
}

.case-details-item ul {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.case-details-item ul li {
  list-style-type: none;
  display: block;
  color: #4a4a4a;
}

.case-details-item ul li span {
  display: inline-block;
  font-weight: 600;
}

/*-- End Case Details Img --*/
/*-- Case Details Tab --*/
.case-details-tab {
  background-color: #1c1c1c;
}

.case-details-tab .case-details-tab-item h2 {
  color: #ffffff;
  font-size: 38px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  margin-bottom: 30px;
}

.case-details-tab .case-details-tab-item .nav-pills {
  margin-bottom: 30px;
}

.case-details-tab .case-details-tab-item .nav-pills .nav-link {
  border-radius: 0;
  color: #ffffff;
  border: 1px solid var(--tertiary);
  width: 150px;
  text-align: center;
  margin-right: 10px;
  font-size: 16px;
  padding: 12px 0;
}

.case-details-tab .case-details-tab-item .nav-pills .nav-link.active, .case-details-tab .case-details-tab-item .nav-pills .show > .nav-link {
  background-color: var(--tertiary);
}

.case-details-tab .case-details-tab-item .tab-content h3 {
  line-height: 1.4;
  font-weight: 600;
  font-size: 22px;
  font-family: "Playfair Display", serif;
  margin-bottom: 15px;
  color: #ffffff;
}

.case-details-tab .case-details-tab-item .tab-content p {
  color: #c8c6c6;
  margin-bottom: 0;
}

.case-details-tab .case-details-tab-item .case-details-tab-img {
  text-align: center;
  position: relative;
  z-index: 1;
  padding-top: 20px;
}

.case-details-tab .case-details-tab-item .case-details-tab-img img {
  position: relative;
  bottom: 10px;
}

.case-details-tab .case-details-tab-item .case-details-tab-img:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  top: 0;
  z-index: -1;
  border: 10px solid var(--tertiary);
  background-color: #373535;
}
/*-- End Case Details Tab --*/

/*----- Blog Details Page -----*/
/*-- Blog Details --*/

.no-blog {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.no-blog p {
  max-width: 44%;
}

.blog-area-two .blog-item {
  margin-right: 0;
  margin-left: 0;
}

.blog-details-item {
  margin-bottom: 30px;
}

.blog-details-item .blog-details-img {
  padding-bottom: 20px;
  position: relative;
}

.blog-details-item .blog-details-img:before {
  position: absolute;
  content: '';
  width: 80%;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #ebebeb;
}

.blog-details-item .blog-details-img img {
  width: 100%;
}

.blog-details-item .blog-details-img h2 {
  font-weight: 600;
  font-size: 22px;
  font-family: "Playfair Display", serif;
  line-height: 30px;
  padding-right: 60px;
  margin-bottom: 20px;
}

.blog-details-item .blog-details-img ul {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

.blog-details-item .blog-details-img ul li {
  list-style-type: none;
  display: inline-block;
  font-size: 14px;
  color: #a8a7a5;
  margin-right: 12px;
}

.blog-details-item .blog-details-img ul li:last-child {
  margin-right: 0;
}

.blog-details-item .blog-details-img ul li a {
  display: inline-block;
  color: #a8a7a5;
}

.blog-details-item .blog-details-img ul li a:hover {
  color: var(--primary);
}

.blog-details-item .blog-details-img ul li i {
  color: var(--gray);
  position: relative;
  top: 0;
  font-size: 17px;
  margin-right: 4px;
}

.blog-details-item .blog-details-img p {
  margin-bottom: 15px;
  color: #464646;
}

.blog-details-item .blog-details-social {
  text-align: center;
  padding-top: 25px;
  margin-bottom: 20px;
}

.blog-details-item .blog-details-social ul {
  margin: 0;
  padding: 0;
}

.blog-details-item .blog-details-social ul li {
  list-style-type: none;
  display: inline-block;
}

.blog-details-item .blog-details-social ul li span {
  display: inline-block;
  color: #4a4a4a;
  font-weight: 500;
  margin-right: 10px;
}

.blog-details-item .blog-details-social ul li a {
  display: block;
  color: #a5a5a5;
  font-size: 22px;
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.blog-details-item .blog-details-social ul li a:hover {
  color: var(--primary);
}

.blog-details-item .blog-details-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

.blog-details-item .blog-details-nav a {
  color: #3f3f3f;
  border: 1px solid var(--primary);
  padding: 10px 22px;
  border-radius: 8px;
  display: inline-block;
}

.blog-details-item .blog-details-nav a:hover {
  color: #ffffff;
  background-color: var(--primary);
}

.blog-details-item .blog-details-nav .nav-prev {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.blog-details-item .blog-details-nav .nav-next {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
}

.blog-details-item .blog-details-contact h2 {
  font-weight: 600;
  font-size: 22px;
  font-family: "Playfair Display", serif;
  margin-bottom: 30px;
}

.blog-details-item .blog-details-contact .contact-form {
  background-image: none;
}

.blog-details-item .blog-details-contact .contact-form .form-group .form-control {
  color: var(--primary);
}

.blog-details-item .blog-details-contact .contact-form .form-group .form-control:focus {
  border: 1px solid var(--primary);
}

.blog-details-item .blog-details-contact .contact-form .form-group .list li {
  color: #ffffff;
}

.blog-details-item .blog-details-contact .contact-form .form-group .nice-select.open .list {
  background-color: var(--gold) !important;
}

.blog-details-item .blog-details-search {
  padding: 50px 55px 65px;
  -webkit-box-shadow: 0px 0px 20px 0px #ddd;
          box-shadow: 0px 0px 20px 0px #ddd;
  margin-bottom: 60px;
}

/* .blog-details-item .blog-details-search .search-area {
  position: relative;
  margin-bottom: 30px;
}

.blog-details-item .blog-details-search .search-area .form-control {
  height: 50px;
  border: 1px solid var(--primary);
  border-radius: 0;
  padding-left: 20px;
}

.blog-details-item .blog-details-search .search-area .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid var(--primary);
}

.blog-details-item .blog-details-search .search-area .blog-details-btn {
  position: absolute;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  color: #ffffff;
  background-color: var(--primary);
  top: 0;
  right: 0;
  width: 55px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  border-radius: 0;
  font-size: 19px;
}

.blog-details-item .blog-details-search .search-area .blog-details-btn:hover {
  background-color: var(--darker-gold);
} */

.blog-details-item .blog-details-search h3 {
  font-weight: 600;
  font-size: 22px;
  font-family: "Playfair Display", serif;
  color: #464646;
  margin-bottom: 20px;
}

.blog-details-item .blog-details-search ul {
  margin: 0;
  padding: 0;
}

.blog-details-item .blog-details-search ul li {
  list-style-type: none;
  display: block;
  position: relative;
  padding-top: 8px;
  margin-bottom: 40px;
}

.blog-details-item .blog-details-search ul li:last-child {
  margin-bottom: 0;
}

.blog-details-item .blog-details-search ul li img {
  border-radius: 8px;
}

.blog-details-item .blog-details-search ul li .blog-details-recent h4 {
  color: #464646;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}

.blog-details-item .blog-details-search ul li .blog-details-recent h4 a {
  display: block;
  color: #464646;
}

.blog-details-item .blog-details-search ul li ul li {
  display: inline-block;
  color: var(--gray);
  font-size: 12px;
  margin-right: 20px;
  padding-top: 0;
  margin-bottom: 0;
}

.blog-details-item .blog-details-search ul li ul li:last-child {
  margin-right: 0;
}

.blog-details-item .blog-details-search ul li ul li i {
  display: inline-block;
  margin-right: 5px;
}

.blog-details-item .blog-details-search ul li ul li a {
  color: var(--gray);
}

.blog-details-item .blog-details-search ul li ul li a:hover {
  color: var(--primary);
}

.blog-details-item .blog-details-tags {
  padding: 50px 55px 45px;
  -webkit-box-shadow: 0px 0px 20px 0px #ddd;
          box-shadow: 0px 0px 20px 0px #ddd;
}

.blog-details-item .blog-details-tags h3 {
  font-weight: 600;
  font-size: 22px;
  font-family: "Playfair Display", serif;
  color: #464646;
  margin-bottom: 20px;
}

.blog-details-item .blog-details-tags ul {
  margin: 0;
  padding: 0;
}

.blog-details-item .blog-details-tags ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 8px;
}

.blog-details-item .blog-details-tags ul li a {
  display: block;
  color: var(--primary);
  background-color: #e5e5e5;
  border-radius: 6px;
  padding: 10px 25px;
}

.blog-details-item .blog-details-tags ul li a:hover {
  color: #ffffff;
  background-color: var(--primary);
}

.blog-details-category {
  padding: 50px 55px;
  -webkit-box-shadow: 0px 0px 20px 0px #ddd;
          box-shadow: 0px 0px 20px 0px #ddd;
  margin-bottom: 60px;
}

.blog-details-category h3 {
  font-weight: 600;
  font-size: 22px;
  font-family: "Playfair Display", serif;
  color: #464646;
  margin-bottom: 20px;
}

.blog-details-category ul {
  margin: 0;
  padding: 0;
}

.blog-details-category ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 9px;
  padding-top: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d8e1ee;
  position: relative;
  padding-left: 25px;
  z-index: 1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.blog-details-category ul li:before {
  position: absolute;
  content: '';
  top: 2px;
  left: 0;
  width: 3px;
  height: 40px;
  background-color: var(--gold);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: -1;
}

.blog-details-category ul li:last-child {
  margin-bottom: 0;
}

.blog-details-category ul li:hover a {
  color: #ffffff;
}

.blog-details-category ul li:hover:before {
  width: 100%;
}

.blog-details-category ul li:hover i {
  opacity: 1;
}

.blog-details-category ul li a {
  display: block;
  color: var(--primary);
  font-weight: 500;
  font-size: 16px;
}

.blog-details-category ul li i {
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 19px;
  opacity: 0;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  color: #ffffff;
}

.blog-area-three {
  padding-bottom: 170px;
}

.blog-area-three .blog-item {
  margin-left: 0;
  margin-right: 0;
}

/*-- End Blog Details --*/
/*----- End Blog Details Page -----*/
/*----- Practice Page -----*/
/*-- Practice --*/
.practice-area-three {
  padding-bottom: 170px;
}

/*-- End Practice --*/
/*----- End Practice Page -----*/
/*----- Practice Details Page -----*/
/*-- Practice --*/
.practice-details-area {
  padding-bottom: 170px;
  position: relative;
}

.practice-details-item .practice-details-content {
  margin-bottom: 60px;
}

.practice-details-item .practice-details-content .section-title {
  margin-bottom: 30px;
}

.practice-details-item .practice-details-content p {
  margin-bottom: 20px;
  color: #4a4a4a;
}

.practice-details-item .practice-details-content ul {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.practice-details-item .practice-details-content ul li {
  list-style-type: none;
  display: block;
  color: #4a4a4a;
  margin-bottom: 5px;
}

.practice-details-item .practice-details-content ul li:last-child {
  margin-bottom: 0;
}

.practice-details-item .practice-details-content ul li span {
  display: inline-block;
  font-weight: 600;
}

.practice-details-item .blog-details-category {
  margin-bottom: 50px;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.practice-details-item .practice-details-contact {
  margin-bottom: 50px;
}

.practice-details-item .practice-details-contact h3 {
  font-weight: 600;
  font-size: 22px;
  font-family: "Playfair Display", serif;
  margin-bottom: 20px;
}

.practice-details-item .practice-details-contact ul {
  margin: 0;
  padding: 0;
}

.practice-details-item .practice-details-contact ul li {
  list-style-type: none;
  display: block;
  color: #858585;
  font-size: 15px;
  margin-bottom: 20px;
}

.practice-details-item .practice-details-contact ul li:last-child {
  margin-bottom: 0;
}

.practice-details-item .practice-details-contact ul li a {
  color: #858585;
}

.practice-details-item .practice-details-contact ul li a:hover {
  color: var(--primary);
}

.practice-details-item .practice-details-contact ul li i {
  color: var(--tertiary);
  display: inline-block;
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.practice-details-item .practice-details-brochures h3 {
  font-weight: 600;
  font-size: 22px;
  font-family: "Playfair Display", serif;
  margin-bottom: 20px;
}

.practice-details-item .practice-details-brochures p {
  color: #4a4a4a;
  margin-bottom: 20px;
}

.practice-details-item .practice-details-brochures .cmn-btn i {
  display: inline-block;
  font-size: 22px;
  margin-right: 10px;
  position: relative;
  top: 1px;
}

/*-- End Practice --*/
/*----- End Practice Details Page -----*/
/*----- Appointment Page -----*/
/*-- Team --*/
.team-area-three {
  padding-bottom: 70px;
}

.contact-form-three {
  padding-bottom: 200px;
}

.contact-form-three .form-group .form-control {
  color: var(--primary);
}

/*-- End Team --*/
/*----- End Appointment Page -----*/
/*----- Testimonial Page -----*/
/*-- Testimonial --*/
.testimonial-area {
  padding-bottom: 200px;
}

.testimonial-area .testimonial-more {
  text-align: center;
  margin-top: 20px;
  position: relative;
}

.testimonial-area .testimonial-more:before {
  position: absolute;
  content: '';
  bottom: 22px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--tertiary);
}

.testimonial-area .testimonial-more:after {
  position: absolute;
  content: '';
  bottom: 22px;
  left: 0;
  right: 0;
  width: 180px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
}

.testimonial-item .testimonial-wrap {
  position: relative;
  margin-bottom: 60px;
}

.testimonial-item .testimonial-wrap:hover p {
  background-color: var(--tertiary);
}

.testimonial-item .testimonial-wrap:hover p:before {
  border-top: 45px solid var(--tertiary);
}

.testimonial-item .testimonial-wrap img {
  border-radius: 50%;
  position: absolute;
  left: 25px;
  bottom: -25px;
  max-width: 85px;
}

.testimonial-item .testimonial-wrap p {
  margin-bottom: 50px;
  background-color: var(--primary);
  padding: 35px;
  border-radius: 10px;
  position: relative;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.testimonial-item .testimonial-wrap p:before {
  position: absolute;
  content: "";
  bottom: -35px;
  left: 28px;
  border-left: 40px solid transparent;
  border-top: 45px solid var(--primary);
  border-right: 40px solid transparent;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.testimonial-item .testimonial-wrap .testimonial-right {
  padding-left: 125px;
  position: relative;
  top: 6px;
}

.testimonial-item .testimonial-wrap .testimonial-right h3 {
  font-weight: 600;
  font-size: 22px;
  font-family: "Playfair Display", serif;
  margin-bottom: 8px;
}

.testimonial-item .testimonial-wrap .testimonial-right span {
  display: block;
  color: var(--tertiary);
  font-size: 14px;
}

/*-- End Testimonial --*/
/*----- End Testimonial Page -----*/
/*----- FAQ Page -----*/
/*-- Faq --*/
.faq-area {
  padding-bottom: 170px;
}

.faq-head h2 {
  margin-bottom: 35px;
  font-weight: 600;
  font-size: 25px;
}

.faq-wrap {
  margin-bottom: 50px;
}

.faq-wrap:last-child {
  margin-bottom: 30px;
}

.accordion {
  padding-left: 0;
  margin: 0;
  padding: 0;
}

.accordion p {
  font-size: 16px;
  display: none;
  padding: 20px 45px 15px 20px;
  margin-bottom: 0;
  color: var(--primary);
}

.accordion a {
  color: #232323;
  font-size: 17px;
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  padding: 15px 0 15px 18px;
  border: 1px solid #232323;
}

.accordion a:hover {
  color: var(--primary);
}

.accordion a:after {
  position: absolute;
  right: 20px;
  content: "+";
  top: 10px;
  color: #232323;
  font-size: 25px;
  font-weight: 700;
}

.accordion li {
  position: relative;
  list-style-type: none;
  margin-bottom: 30px;
}

.accordion li:first-child {
  border-top: 0;
}

.accordion li:last-child {
  margin-bottom: 0;
}

.accordion li a.active {
  color: #ffffff;
  background-color: var(--tertiary);
  border: 1px solid var(--tertiary);
}

.accordion li a.active:after {
  content: "-";
  font-size: 25px;
  color: #ffffff;
}

/*-- End Faq --*/
/*----- End Faq Page -----*/
/*----- Error Page -----*/
/*-- 404 --*/
.error-item img {
  max-width: 20%;
}

/*-- End 404 --*/
/*----- End Error Page -----*/
/*----- Privacy Policy Page -----*/
/*-- Privacy --*/
.privacy-area {
  padding-bottom: 150px;
}

.privacy-item {
  margin-bottom: 50px;
}

.privacy-item h2 {
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 600;
}

.privacy-item p {
  margin-bottom: 0;
  color: #646464;
}

.privacy-item ul {
  margin: 0;
  padding: 0;
}

.privacy-item ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 18px;
  color: #646464;
}

.privacy-item ul li i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  bottom: -2px;
}

.privacy-item ul li:last-child {
  margin-bottom: 0;
}

/*-- End Privacy --*/
/*----- End Privacy Policy Page -----*/
/*----- Contact Page -----*/
/*-- Location --*/
.contact-location-item {
  margin-bottom: 0;
}

/*-- End Location --*/
/*-- Contact --*/
.page-title-area-two {
  height: 550px;
}

.page-title-area-two .page-title-text {
  margin-top: 15px;
}

.contact-form-four .location-item {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
}

.contact-form-four .location-item h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.contact-form-four .location-item ul li {
  font-size: 14px;
}

.contact-form-four .location-item ul li a:hover {
  color: var(--tertiary);
}

.contact-form-four .location-item .location-icon i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid var(--tertiary);
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  left: 20px;
  top: 35px;
}

.contact-form-four .location-bg:before {
  background-color: var(--primary);
}

.contact-form-four .location-bg:after {
  display: none;
}

.contact-form-four .form-group .form-control {
  color: var(--primary);
}

.contact-form-four .form-group .form-control:focus {
  border: 1px solid var(--primary);
}

.contact-form-four .form-group .nice-select.open .list {
  background-color: #ffffff !important;
  border: 1px solid var(--tertiary);
}

.contact-form-four .form-group .nice-select .option {
  color: var(--primary);
}

/*-- End Contact --*/
/*-- Map --*/
.map-area iframe {
  width: 100%;
  height: 500px;
  margin-bottom: -8px;
  border: none;
}

/*-- End Map --*/
/*----- End Contact Page -----*/
/*----- Preloader -----*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: var(--primary);
}

.spinner {
  margin: auto;
  width: 11.2px;
  height: 11.2px;
  border-radius: 11.2px;
  box-shadow: 28px 0px 0 0 rgba(255,255,255,0.2), 22.7px 16.5px 0 0 rgba(255,255,255,0.4), 8.68px 26.6px 0 0 rgba(255,255,255,0.6), -8.68px 26.6px 0 0 rgba(255,255,255,0.8), -22.7px 16.5px 0 0 #ffffff;  animation: spinner-b87k6z 1s infinite linear;
  animation: spinner-b87k6z 1s infinite linear;
}

@keyframes spinner-b87k6z {
  to {
     transform: rotate(360deg);
  }
}

/*----- End Preloader -----*/
/*----- Whatsapp icon -----*/
.whatsapp-icon {
  position: fixed;
  bottom: 30px;
  right: 15px;
  left: unset;
  width: 50px;
  border-radius: 50%;
  z-index: 1000;
}



.whatsapp-icon-name{
  padding: 15px 20px;
  background-color: #282424;
  color: #ecd7b7;
  width: 150px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  left: unset;
  z-index: 1000;
  border-radius: 20px;
}



.whatsapp-icon:hover {
  -webkit-box-shadow: 0px 0px 14px 0px var(--primary);
          box-shadow: 0px 0px 14px 0px var(--primary);
}

.whatsapp-icon2 {
  position: fixed;
  bottom: 110px;
  right: 15px;
  left: unset;
  width: 50px;
  border-radius: 50%;
  z-index: 1000;
}



.whatsapp-icon2-name{
  padding: 15px 20px;
  background-color: #282424;
  color: #ecd7b7;
  width: 150px;
  position: fixed;
  bottom: 100px;
  right: 20px;
  left: unset;
  z-index: 1000;
  border-radius: 20px;
}



.whatsapp-icon2:hover {
  -webkit-box-shadow: 0px 0px 14px 0px var(--primary);
          box-shadow: 0px 0px 14px 0px var(--primary);
}

.whatsapp-icon3 {
  position: fixed;
  bottom: 190px;
  right: 15px;
  left: unset;
  width: 50px;
  border-radius: 50%;
  z-index: 1000;
}



.whatsapp-icon3-name{
  padding: 15px 20px;
  background-color: #282424;
  color: #ecd7b7;
  width: 150px;
  position: fixed;
  bottom: 180px;
  right: 20px;
  left: unset;
  z-index: 1000;
  border-radius: 20px;
}



.whatsapp-icon3:hover {
  -webkit-box-shadow: 0px 0px 14px 0px var(--primary);
          box-shadow: 0px 0px 14px 0px var(--primary);
}

.whatsapp-container4{
  visibility: hidden;
}


.whatsapp-icon4 {
  position: fixed;
  bottom: 30px;
  right: 15px;
  left: unset;
  width: 50px;
  border-radius: 50%;
  z-index: 1000;
}


.whatsapp-icon4-name{
  display: flex;
  padding: 16px 50px 16px 20px;
  background-color: #282424;
  color: #ecd7b7;
  position: fixed;
  bottom: 27px;
  right: 20px;
  left: unset;
  z-index: 1000;
  border-radius: 20px;
  font-size: 1rem;
  transition: 0.3s ease-in-out;
}

.whatsapp-icon4-name h6{
  padding: 0px 10px;
  margin: 0;
}

.contact-btn {
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  background-color: #4caf50;
  padding: 16px 40px;
  border: 0;
  z-index: 1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.contact-btn:hover{
  background-color: #3c843f;
  color: #fff;
}
/*----- Whatsapp icon -----*/
.language-responsive {
  display: none;
}
/* Whatsapp icon ends */

.owl-item .blog-item {
  margin-left: 8px;
  margin-right: 8px;
}
.about-us-btn{
  background-color: #282424;
    border-radius: 34px;
    padding: 11px 39px;
    color: white;
    font-size: 20px;
    font-weight: 800;
}

.btn{
  cursor:pointer;
  box-shadow: 4px 10px 30px -3px rgba(0,0,0,.15);
    position:relative;
    padding:11px 39px;
    background:var(--gold);
    font-size:20px;
    border-top-right-radius:10px;
    border-bottom-left-radius:10px;
    transition:all 1s;
    &:after,&:before{
      content:" ";
      width:10px;
      height:10px;
      position:absolute;
      border :0px solid #fff;
      transition:all 1s;
      }
    &:after{
      top:-1px;
      left:-1px;
      border-top:5px solid #282424;
      border-left:5px solid #282424;
    }
    &:before{
      bottom:-1px;
      right:-1px;
      border-bottom:5px solid #282424;
      border-right:5px solid #282424;
    }
    &:hover{
      border-top-right-radius:0px;
    border-bottom-left-radius:0px;
      // background:rgba(0,0,0,.5);
      // color:white;
      &:before,&:after{
        
        width:100%;
        height:100%;
        // border-color:white;
      }
    }
  }
  

.headache-container{
  position: relative;
  text-align: center;
}

.headache-img{
  position: relative;
}

.headache-sentenses{
  color: #111111 ;
  position: absolute;
  top: 7%;
  left: 0;
  width: 100%;
  padding:0 10px
}

.headache-sentenses div p{
  background-color: #E1E7E8;
  border-radius: 45px;
  padding: 19px;
  max-width: 43%;
  font-size: 18px;
  margin-bottom: 25px;
  box-shadow: 4px 10px 30px -3px rgba(0,0,0,.15);
}

.sentenses-footer{
  background-color: white;
  border-radius: 45px;
  padding: 19px;
  font-size: 18px;
  box-shadow: 4px 10px 30px -3px rgba(0,0,0,.15);
}

.headache-sentenses div p:nth-child(odd) {
  margin-left: auto;
}

.headache-sentenses div p:nth-child(even) {
  margin-right: auto;
}
.view-btn{
  background-color: var(--tertiary) !important;
}
#enquiry-list tr:nth-child(odd){
  background-color: #f5f1f1 !important;
}
#enquiry-list tr:nth-child(even){
  background-color: white !important;
}

/* .chat-box span{
  position: absolute;
  top: 50%;
  left: 50%;
  color: grey;
  transform: translate(-50%,-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 3vh;
} */
.view-btn{
  border: none;
  padding: 4px 9px;
  border-radius: 5px;
  background-color: #f5f1f1;
  color: black;
  transition: filter 0.3s ease;
}
.view-btn:hover{
  color: black;
  filter: brightness(1.1);
}
.row-image-container{
  background-color:#282424;
  text-align: center;
  padding: 7% 0;
  display: flex;
    align-items: center;
    justify-content: center;
}

.row-image-container img{
  width: 40%;
}

.row-sentenses-container{
  padding-top: 18px;
  padding-left: 30px;
}

.whys-us{
  margin-bottom: 30px;
  box-shadow: 4px 10px 30px -3px rgba(0,0,0,0.15);
  border-radius: 5px;
  padding: 0;
  max-width: 48%;
}


.image{
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.sentenses{
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}


.row-sentenses-container h3{
  color: #282424;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.row-sentenses-container p{
  color: black;
  font-size: 16px;
}

.modal-backdrop{
  z-index:1 !important;
}

#close{
  background: none;
  border: none;
}

.login-content {
  width: 100%;
  padding: 0;
  background: white;
  position: relative;
  text-align: center;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,.3);
  box-shadow: 0 30px 60px 0 rgba(0,0,0,.3);
  padding-bottom:20px;
}

.login-content-header img {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 335px;
}

.login-title {
  color: black;
  font-size: 24px !important;
  font-weight: 600;
  margin: 10px 8px;
  text-align: center;
  margin-bottom: 40px;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 2px solid black;
}

.login-content-body{
  padding: 0 21px;
}

.login-button {
  width: 100%;
  border: none;
  color: white;
  font-size: 14px;
  cursor: pointer;
  padding: 11px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: black;
  font-family: Catamaran, sans-serif;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.guest-button:hover{
  color: white;
}
.guest-button {
  color: white;
  width: 100%;
  display: block;
  padding: 0 20px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  border-radius: 5px;
  background: #787878;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.back-home-button {
  width: 100%;
  color: #000;
  border: 1px solid black;
  font-size: 14px;
  cursor: pointer;
  padding: 0 30px;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: #fff;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.login-or {
  z-index: 3;
  position: relative;
  color: #000;
}
.forgot-password, .register-now {
  display: inline-block;
}

.align_right {
  text-align: right;
}

.align_left {
  text-align: left;
}

.form-group {
  margin-bottom: 17px;
}

.fadeIn.first {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.fadeIn.second {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
} 

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeIn.ninth {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
}

.login-content-footer {
  padding: 20px;
  font-size: 12px;
  text-align: center;
  color: #000;
  background: #F6F6F6;
  border-top: 1px solid #dce8f1;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.form-control {
  width: 100%;
  color: #444;
  line-height: 33px;
  border-radius: 5px;
  padding-left: 10px;
  /* padding-right: 10px; */
  background-color: unset;
  border: 2px solid #f6f6f6;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.relative_show{
  position: relative;
}

.show_pass_1, .show_pass_2, .show_pass_3 {
  top: 50%;
  transform: translate(0, -50%);
  right: 10px;
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  color: grey;
}

.floating-label {
  left: 5px;
  top: -10px;
  opacity: 0;
  z-index: 1001;
  padding: 0 5px;
  color: #969696;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  line-height: normal;
  pointer-events: none;
  background-color: #fff;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.service-container{
  box-shadow: 4px 10px 30px -3px rgba(0,0,0,0.15);
  border-radius: 20px;
  padding-top: 43px;
  padding-left: 43px;
  padding-right: 43px;
  padding-bottom: 1px;
}

.service-desc{
  max-width:89%;
  font-weight:normal;
  font-size:20px;
}

#inquire-form p{
  margin: 0;
  
}
#inquire-form input[type=text], #inquire-form textarea, #inquire-form select{
  width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}


.image-link{
  filter: brightness(30%);
}


.section-version1 {
  padding: 160px 0;
  background: #f5f1f1;
}
.header_background {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.portlet.light>.portlet-title {
  padding: 0;
  min-height: 48px;
  line-height: 48px;
  margin-bottom: 10px;
}
.portlet.light {
  background-color: #fff;
  padding: 12px 20px 20px;
}
.big-padding{
padding: 12px 20px 100px !important;
  
}
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.form-group {
  margin-bottom: 10px;
}
.position_relative {
  position: relative;
}
.floating-div {
  position: relative;
}
.floating-label {
  left: 5px;
  top: -10px;
  opacity: 0;
  z-index: 1001;
  padding: 0 5px;
  color: #969696;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  line-height: normal;
  pointer-events: none;
  background-color: #fff;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
input[type=date], input[type=file] {
  font-family: Catamaran, sans-serif;
  letter-spacing: .05em;
} 
.portlet.light.bordered>.portlet-title {
  border-bottom: 1px solid #eef1f5;
}
.portlet.light>.portlet-title>.caption {
  color: #666;
  padding: 10px 0;
}
.portlet>.portlet-title>.caption {
  float: left;
  font-size: 18px;
  padding: 10px 0;
  line-height: 18px;
  font-weight: 700;
  display: inline-block;
}
.portlet.light>.portlet-title>.caption.caption-md>.caption-subject {
  font-size: 15px;
}

.profile-sidebar-portlet {
  padding: 30px 0 0 !important;
  height: 94.5%;
}

.portlet {
  padding: 0;
  margin-top: 25px;
  border-radius: 4px;
  margin-bottom: 17px;
}
.language-mobile{
  display: none;
}

.profile-userpic {
  position: relative;
}

.profile-userpic img {
  float: none;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  display: block;
  object-fit: cover;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.profile-usertitle {
  margin-top: 20px;
  text-align: center;
}
.profile-usertitle-name {
  color: #5a7391;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 7px;
}
.profile-usertitle-job {
  color: #5b9bd1;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.profile-userbuttons {
  margin-top: 10px;
  display: flex;
    justify-content: center;
}
.profile-usermenu {
  margin-top: 30px;
  padding-bottom: 20px;
}

.profile-userbuttons button, .orange{
  cursor: pointer;
  padding: 3px 15px;
  color: #000;
  border: 3px solid var(--tertiary);
  font-family: Catamaran, sans-serif;
  letter-spacing: .03em;
  font-weight: 600;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.6s ease,color 1s ease;;
  background-image: linear-gradient(to right,var(--gold) 0%, var(--gold) 0%);
}

.profile-userbuttons button:hover, .orange:hover{
  background-size: 100% 100%;
  border: 3px solid var(--gold);
  color: white;
}


.special-portlet{
  padding:20px 20px !important;
}
.c-red, .required, .out {
  color: red;
}

.orange{
  width: 17%;
}

.profile-menu-ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.profile-menu-ul>li.active {
  background-color: #f6f9fb;
}
.profile-menu-ul>li {
  padding: 0;
  display: block;
  position: relative;
  border-bottom: 1px solid #f0f4f7;
}
.float_right {
  float: right;
}
.profile-menu-ul>li.active>a {
  color: #5b9bd1;
  margin-left: -2px;
  font-weight: 700;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
}
.profile-menu-ul>li>a {
  display: block;
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 15px;
  position: relative;
}
.profile-menusub-ul {
  margin: 0 auto;
  list-style: none;
  padding: 0;
}
.portlet>.portlet-body {
  clear: both;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.member-shortcut-ul, .member-shortcut-ul:after {
  clear: both;
}
.member-shortcut-ul {
  margin: 0;
  width: 100%;
}
.member-shortcut-ul li {
  width: 25%;
  padding: 0;
  float: left;
}
.member-shortcut-ul li a {
  padding: 10px;
  display: block;
  text-align: center;
}
.member-shortcut-ul li a .member-icon {
  color: #fff;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  display: block;
  line-height: 40px;
  border-radius: 50%;
  margin-bottom: 10px;
  background-color: #000;
}
.member-shortcut-ul li a label {
  color: #000;
  display: block;
  margin: 0 auto;
  font-weight: 700;
}
.side_sub.active {
  display: block;
}
.profile-menusub-ul.active {
  margin-left: -2px;
  border-left: 2px solid #98c5ea;
  padding: 0;
}
.side_main {
  cursor: pointer;
}
.profile-menusub-ul>li.active a {
  color: #5b9bd1;
  background-color: #eef4f7;
}

.profile-menusub-ul>li>a {
  display: block;
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding: 10px 15px;
  padding-left: 35px;
}

.profile-menusub-ul>li {
  padding: 0;
  display: block;
  position: relative;
}

.page_table {
  width: 100%;
  font-size: 13px;
}
.page_table tr:first-child td {
  border: none;
}
.page_table tr th, .page_table tr td {
  padding: 8px 10px;
  line-height: 19px;
  vertical-align: middle;
  color: #666;
}
.select2-container {
  margin: 0;
  min-width: 100px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  width: 100% !important;
}
.page_table tr th, .page_table tr td {
  padding: 8px 10px;
  line-height: 19px;
  vertical-align: middle;
}
.page_table tr th {
  border: none;
  font-weight: 700;
  vertical-align: bottom;
  border-bottom: 1px solid #ddd;
}



.header_background .row{
  width: 100%;
  max-width: 1200px;
  min-width: 300px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.special_row{
  width: 100%;
  max-width: 1200px;
  min-width: 300px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.page_title {
  color: #454545;
  padding: 0 0 10px;
  margin-top: 105px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.product_breadcrumbs {
  margin-top: 15px;
  margin-bottom: 15px;
}

.product_breadcrumbs_ol {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  font-family: Catamaran, sans-serif;
}
.product_breadcrumbs_ol li {
  padding: 0 5px 0 0;
  margin: 0 3px;
  display: inline-block;
}

.product_breadcrumbs_ol i {
  padding: 0 5px 0 0;
  object-fit: cover;
}

#enquiry-list{
  color: black;
  list-style: none;
  text-align: left;
  margin-left: 0;
  padding-left: 0;
}

#enquiry-list li{
  padding: 12px 5px;
  cursor: pointer;
}

#enquiry-list .active{
  background: #242323;
  border-radius: 5px;
  color: #fff;
}

.comment-item{
  padding: 8px;
  background-color: #f3f3f3;
  margin-bottom: 10px;
  border-bottom: 1px solid #f6f6f6;
}

/* Chat Area CSS Start */
.chat-area header{
  display: flex;
  align-items: center;
  padding: 18px 30px;
  color: #444444;
}
.chat-area header .back-icon{
  color: #333;
  font-size: 18px;
}
.chat-area header img{
  height: 45px;
  width: 45px;
  margin: 0 15px;
}
.chat-area header .details span{
  font-size: 17px;
  font-weight: 500;
}
.chat-box{
  position: relative;
  min-height: 500px;
  max-height: 500px;
  overflow-y: auto;
  padding: 10px 30px 20px 30px;
  background: #f7f7f7;
  box-shadow: inset 0 32px 32px -32px rgb(0 0 0 / 5%),
      inset 0 -32px 32px -32px rgb(0 0 0 / 5%);
}
.chat-box .text{
  position: absolute;
  top: 45%;
  left: 50%;
  width: calc(100% - 50px);
  text-align: center;
  transform: translate(-50%, -50%);
}
.chat-box .chat{
  margin: 15px 0;
}
.chat-box .chat p{
  word-wrap: break-word;
  padding: 8px 16px 0px 16px;
  box-shadow: 0 0 32px rgb(0 0 0 / 8%),
      0rem 16px 16px -16px rgb(0 0 0 / 10%);
}
.chat-box .outgoing{
  display: flex;
}
.chat-box .outgoing .details{
  margin-left: auto;
  max-width: calc(100% - 130px);
}
.outgoing .details p,.outgoing .details pre{
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
  overflow-x: hidden;
  text-align: left;
  background: #333;
  color: #fff;
  border-radius: 18px 18px 0 0;
  /* border-radius: 5px 5px 0px 5px; */
  margin: 0;
  padding: 10px;
  font-family: inherit;
  /* padding-right: 35px; */
}
.file_comment{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}

.info_date{
  text-align: -webkit-center;
}

.info_date p{
  font-size: 12px;
  text-align: center;
  background: grey;
  color: #fff;
  border-radius: 18px ;
  margin: 0;
  width: fit-content;
  padding: 1px 10px;
}

.outgoing .details .actions {
  padding: 0px 15px;
  text-align: right;
  font-size: 12px;
  background: #333;
  color: #fff;
  border-radius: 0px 0px 0px 18px;
}


.chat-box .incoming{
  display: flex;
  align-items: flex-end;
}
.chat-box .incoming img{
  height: 35px;
  width: 35px;
}
.chat-box .incoming .details{
  margin-right: auto;
  margin-left: 10px;
  max-width: calc(100% - 130px);
}
.incoming .details p,.incoming .details pre{
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
  overflow-x: hidden;
  text-align: left; 
  background: #fff;
  color: #333;
  padding: 10px;
  border-radius: 18px 18px 0 0;
  /* border-radius: 5px 5px 0px 5px; */
  margin: 0;
  font-family: inherit;
}

.incoming .details .actions {
  padding: 0px 20px;
  text-align: right;
  font-size: 12px;
  background: #333;
  color: #333;
  background: #fff;
  border-radius: 0px 0px 18px 0px;
}


.typing-area{
  padding: 18px 30px;
  display: flex;
  justify-content: space-between;
}
.typing-area textarea{
  height: 45px;
  width: calc(100% - 58px);
  font-size: 16px;
  padding: 0 13px;
  border: 1px solid #e6e6e6;
  outline: none;
  border-radius: 5px 0 0 5px;
}
.modal-body .input-field{
  height: 45px;
  width: calc(100% - 58px);
  font-size: 16px;
  padding: 0 13px;
  border: 1px solid #e6e6e6;
  outline: none;
  border-radius: 5px 0 0 5px;
}
.typing-area button{
  color: #fff;
  width: 55px;
  border: none;
  outline: none;
  background: #333;
  font-size: 19px;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.3s ease;
}
.typing-area #upload-btn{
  background: black;
  opacity: 1;
  border-radius: 0 5px 5px 0;
}

.typing-area button.active{
  opacity: 1;
  pointer-events: auto;
}

.wrapper img{
  object-fit: cover;
  border-radius: 50%;
}

.wrapper{
  background: #fff;
  max-width: 100%;
  margin-top: 25px;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 0 128px 0 rgba(0,0,0,0.1),
      0 32px 64px -48px rgba(0,0,0,0.5);
}

.issue_log .table tbody,.issue_log .table td,.issue_log .table tr,.issue_log .table thead{
  border-width: 0.2px !important;
}

.issue_log .table{
  text-align: -webkit-center;
}

.page_table_div{
  width: 100%;
  overflow-x: auto;
}

.privacy-policy-container {
  width: 80%;
  margin: 0 auto;
  margin-top: 5%;
  margin-bottom: 5%;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  line-height: 1.6;
  padding-left: 20px;
  padding-right: 20px;
  
}

.privacy-policy-container h2 {
  text-align: center;
  font-size: 2em;
  margin-bottom: 10px;
  font-size: bold;
}

.privacy-policy-container h3 {
  font-size: 1.5em;
  margin-top: 20px;
  font-size: bold;
}

.privacy-policy-container p {
  margin: 10px 0;
  color:black;
}

.privacy-policy-container li {
  margin: 10px 0;
  color:black;
}

#case-file-list tr:nth-child(odd){
  background-color: #f5f1f1 !important;
}
#case-file-list tr:nth-child(even){
  background-color: white !important;
}

#case-file-list{
  color: black;
  list-style: none;
  text-align: left;
  margin-left: 0;
  padding-left: 0;
}

#case-file-list li{
  padding: 12px 5px;
  cursor: pointer;
}

#case-file-list .active{
  background: #242323;
  border-radius: 5px;
  color: #fff;
}