@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
:root{
  /* color #df8031; #2a5045; #319377 #2a5045 #587c41 #ac835d-gold #286053 #b68656-gold1*/
  --primary-color:#ac835d;
  --green-color:#2a5045;
  --black-color:#000000;
  --white-color:#ffffff;
  --grey-color:#828282;
  --darktext-color:#3f3f3f;
  --sand-color:#ac835d;
  --headfont: "Playfair Display", serif;
  --bodyfont: "Roboto", sans-serif;
}
html {
  scroll-behavior: smooth;
  }
.bggrey{background-color: rgba(0, 0, 0, 0.05)}
h1, h2, h3, h4, h5, h6{
  font-family: var(--headfont);
}
ol li , ul li{
  margin-bottom: .75rem;
}
ol li:last-child , ul li:last-child{
  margin-bottom: 0;
}
.whitetxt{
  color:var(--white-color) !important;
}
.sandtxt{
  color:var(--sand-color);
}
.greentxt{
  color:var(--primary-color);
}
.headfont{
  font-family: var(--headfont) !important;
}
.bodyfont{
  font-family: var(--bodyfont) !important;
}

body {
  font-family: var(--bodyfont);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: var(--darktext-color);
  background: var(--white-color);
  overflow-x: hidden;
}
.abtvideo{
  position: relative;
}
.abtvideo video{
  width: 100%;
  height: auto;
}
.abtvideo .playbtn{
  background: var(--primary-color);
  border: 2px solid var(--primary-color);
  border-radius: 100%;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.abtvideo .playbtn i{
  font-size: 2.2rem;
  color: var(--white-color);
  display: block;
  margin-left: 5px;
}
#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a {
  color: var(--primary-color);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: var(--primary-color);
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: var(--black-color);
  font-family: var(--headfont);
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: var(--white-color);
  background: var(--primary-color);
}

::-moz-selection {
  color: var(--white-color);
  background: var(--primary-color);
}

::selection {
  color: var(--white-color);
  background: var(--primary-color);
}
.site-nav{
  position:fixed;
  left: 0;
  top:0;
  width: 100%;
  z-index: 99;
  transition: all 0.4s;
}
.site-nav .container, .container.inner{
  max-width: 1320px;
  width: 100%;
  padding: 0 2rem;
}
.site-nav a {
  padding: 5px 10px;
  color: var(--black-color);
}
.site-nav ul {
  padding: 0;
  margin: 5px 0 0 0;
}
.site-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.site-nav ul li a.nav-link {
  font-size: 1.25rem;
  font-family: var(--headfont);
  padding: 3px 12px !important;
  color:  var(--white-color) !important;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;border-radius: 3rem;
  border-radius: 0;
}
.site-nav ul li a.nav-link:hover, 
.site-nav ul li a.nav-link:focus, 
.site-nav ul li a.nav-link:active {
  color: var(--black-color) !important;
}
.site-nav.dark{
  background: #fff;
  box-shadow: 0 2px 16px 0px rgba(0,0,0,0.2);
}
.site-nav.dark .logo{
      filter: brightness(0);
}
.site-nav.dark ul li a.nav-link{
  color: var(--black-color) !important;
}
.site-nav.dark ul li a.nav-link:hover, 
.site-nav.dark ul li a.nav-link:focus, 
.site-nav.dark ul li a.nav-link:active {
  color: var(--primary-color) !important;
}

.site-nav ul li a.nav-link.active {
  border-bottom: 2px solid var(--primary-color);
  position: relative;
  color: var(--white-color);
}
.site-nav ul li a.active:after {
  position: absolute;
  bottom: 25px;
  left: 15px;
  content: '';
  width: 20px;
  height: 2px;
  background: var(--primary-color);
  margin: 0 auto;
  display: none;
}

#site-counter,
.site-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.site-video {
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .site-video {
    height: 450px;
  }
}
.site-video a {
  z-index: 1001;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  display: table;
  text-align: center;
  background: var(--white-color);
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.site-video a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}
.site-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.site-video:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
}
.site-video:hover a {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/* .law-quote{font-family: var(--headfont); color: var(--black-color); background-color: #f2f2f2; font-weight: 500; text-align: center;padding: 4rem 0; font-size: 2rem; line-height: 1.5;} */
.law-quote{
  font-family: var(--headfont); 
  color: var(--white-color); 
  font-weight: 500; text-align: center; font-size: 2rem; line-height: 1.5;
  background-position: center center ;
  background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
}
  .law-quote .overlay{
    background: rgba(0, 0, 0, 0.55);
    padding: 1rem 0;
    height: 100%;
        display: flex;
    align-items: center;
  }
.law-quote span{color: var(--primary-color);}
.logo{width: 220px; height: auto;    filter: brightness(10);}
.site-hero {
  min-height: 700px;
  background: var(--white-color) url(../images/loader.gif) no-repeat center center;
}
.site-hero .btn {
  font-size: 24px;
}
.site-hero .btn.btn-primary {
  padding: 14px 30px !important;
}
.site-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
.site-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}
.site-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 700px;
  position: relative;
}
.site-hero .flexslider .slides li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.site-hero .flexslider .flex-control-nav {
  bottom: 40px;
  z-index: 1000;
}
.site-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.site-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: var(--primary-color) !important;
}
.site-hero .flexslider .flex-direction-nav {
  display: none;
}
.site-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  min-height: 700px;
  z-index: 9;
}
.site-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
}
.site-hero .flexslider .slider-text > .slider-text-inner h1, .site-hero .flexslider .slider-text > .slider-text-inner h2 {
  margin: 0;
  padding: 0;
  color: white;
}
.site-hero .flexslider .slider-text > .slider-text-inner h1 {
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 1.3;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .site-hero .flexslider .slider-text > .slider-text-inner h1 {
    font-size: 30px;
  }
}
.site-hero .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.site-hero .flexslider .slider-text > .slider-text-inner .heading-section {
  font-size: 50px;
}
.site-hero .flexslider .slider-text > .slider-text-inner .btn {
  padding: 15px 30px;
  color: var(--white-color);
  border: none !important;
  font-size: 18px;
}
.site-hero .flexslider .slider-text > .slider-text-inner .btn:hover {
  background: var(--black-color) !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
.site-hero .flexslider .slider-text > .slider-text-inner .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
.site-hero .flexslider .slider-text > .slider-text-inner .form-inline .form-group .form-control {
  width: 100%;
  background: var(--white-color);
  border: none;
}
.site-hero .flexslider .slider-text > .slider-text-inner .site-lead {
  font-size: 20px;
  color: var(--white-color);
}
.site-hero .flexslider .slider-text > .slider-text-inner .site-lead .icon-heart {
  color: #d9534f;
}

.site-bg-section {
  background: rgba(0, 0, 0, 0.05);
}
#site-practice{
  /* background: url(../images/img11.jpg) center center no-repeat;
  background-size: cover; */
}
#site-practice .overlay {
  /* z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0; */
  padding: 7rem 0;
  /* background: rgba(0, 0, 0, 0.7); */
}

.site-forum{
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}
.site-forum .overlay {
  padding: 7rem 0;
  background: rgba(255, 255, 255, 0.9);
  height: 100%;
}
.site-forum .forum{
  position: relative;
  overflow: hidden;
}
.site-forum .forum-img{
  border-radius: 7px;
  height: 400px;
  width: 100%;
  object-fit: cover;
  filter: grayscale(0);
  transition: 0.4s;
}
.site-forum .forum:hover .forum-img{
  filter: grayscale(100%);
  transform: scale(1.1);
}
.site-forum .forumtxt{
  background: #000000;
background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 7px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
    align-items: center;
    justify-content: end;
    padding: 1rem;
    flex-direction: column;
}
.site-forum .forumtxt .btn{
  background: transparent;
  padding: 5px 12px;
}
.site-forum .forumtxt .btn:hover{
  background: var(--primary-color) !important;
  border-color: var(--primary-color);
  padding: 5px 14px;
}
.site-forum .forum-title{color: var(--white-color); text-align: center;margin-bottom: 11px;}
#site-about,
#site-testimonial,
#practice-areas,
#site-blog,
#site-contact,
#site-footer {
  padding: 5em 0;
  clear: both;
}
.casesummary .overlay{
  background: none;
}
.legal-awareness{
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.legal-awareness .overlay{
  padding: 7rem 0;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
}
.campaign-box{
  padding: 2rem 0;
}
.campaign-title{
  font-size: 34px;
    font-weight: 500;
    color: var(--black-color);
}
.campaign-img{
  width: 100%;
  height: auto;
  max-height: 350px;
  object-fit: cover;
}
.case-title{line-height: 1.5;}
@media screen and (max-width: 768px) {
  #site-about,
  #site-practice,
  #site-testimonial,
  #site-started,
  #practice-areas,
  #site-blog,
  #site-contact,
  #site-footer {
    padding: 3em 0;
  }
}

#site-counter {
  padding: 4em 0;
  clear: both;
}

.site-counters {
  padding: 3em 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
.site-counters .icon {
  width: 80px;
  height: 80px;
  display: table;
  margin: 0 auto;
  margin-bottom: 30px;
}
.site-counters .icon i {
  display: table-cell;
  vertical-align: middle;
  width: 80px;
  height: 80px;
  font-size: 28px;
  color: var(--primary-color);
  background: var(--white-color);
  -webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
  -ms-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
  -o-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.site-counters .counter-wrap {
  border: 1px solid red !important;
}
.site-counters .site-counter {
  font-size: 40px;
  display: block;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Work Sans", Arial, sans-serif;
  width: 100%;
  font-weight: 400;
  margin-bottom: .3em;
}
.site-counters .site-counter-label {
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 5px;
  margin-bottom: 2em;
  display: block;
}

#site-content,
#site-consult {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  /* float: left; */
}
#site-content .video, #site-content .choose,
#site-consult .video,
#site-consult .choose {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #site-content .video, #site-content .choose,
  #site-consult .video,
  #site-consult .choose {
    width: 100% !important;
  }
}
#site-content .video,
#site-consult .video {
  display: table;
  width: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
#site-content .choose,
#site-consult .choose {
  width: 50%;
  padding: 40px 60px;
}
#site-consult .form-group{
  margin-bottom: 1rem;
}
#site-consult input, #site-consult textarea{
  font-size: 1rem;
  border: 1px solid #dadada;
}
#site-consult input:focus, #site-consult textarea:focus{
  border: 1px solid #000000;
}
#site-consult textarea { height: 100px;}
/* #site-practice .col-md-4:nth-child(odd) .services{
  background: #f7f6f4;
}
#site-practice .col-md-4:nth-child(even) .services{
  background: var(--primary-color);
} */
.services {
  background: #f7f6f4;
    padding: 40px 20px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
    line-height: 1;
    text-align: center;
    border-radius: 6px;
    overflow: hidden;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.services a{text-decoration: none;}
.services h5{
  font-size: 1.15rem;
  font-weight: 700;
  font-family: var(--headfont);
  color: var(--black-color);
  margin-top: 1.5rem;
  text-decoration: none;
}
.services .shape {
    position: absolute;
    opacity: 0.025;
    z-index: -1;
    bottom: -55px;
    left: 80px;
}
.services i {
    font-size: 70px;
    color: #ac835d;
    line-height: 1;
    margin-bottom: 10px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
}
.services h3 a {
  color: var(--black-color);
}
.services .icon {
  max-width: 90px;
  height: auto;
  display: table;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  filter: grayscale(100%);
  
}
.services:hover {
  background: var(--primary-color);
}
.services:hover h5{
  color: var(--white-color);
}
.services:hover .icon{
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 992px) {
  .services .icon {
    margin: 0 auto 30px auto;
  }
}
.services .icon i {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  font-size: 40px;
  line-height: 40px;
  color: var(--primary-color);
}


.site-social-icons {
  margin: 0;
  padding: 0;
}
.site-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.site-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: var(--primary-color);
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}
.site-social-icons li a i {
  font-size: 20px;
}

.site-contact-info ul {
  padding: 0;
  margin: 0;
}
.site-contact-info ul li {
  padding: 0 0 0 40px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}
.site-contact-info ul li:before {
  color: var(--primary-color);
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.site-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}
.site-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}
.site-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}
.site-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}

.site-project {
  margin-bottom: 30px;
}
.site-project > a {
  display: block;
  color: var(--black-color);
  position: relative;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.site-project > a .bgimg {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  height: 280px; width: 100%; object-fit: cover;
}
.site-project > a:after {
  opacity: 1;
  /* visibility: hidden; */
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  /* -webkit-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -o-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75); */
  background: rgba(0, 0, 0, 0.5);
  z-index: 8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.site-project .info {
  z-index: 12;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--white-color);
  margin: 0;
  padding: 2rem;
  opacity: 1;
  font-size: 30px;
  font-weight: 300;
  visibility: visible;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
.site-project .icon{
  height: 75px;
  width: auto;
  object-fit: contain;
  max-width: 100%;
  filter: brightness(0) invert(1);
}
.site-project > a span {
  font-size: 14px;
  bottom: 20px;
}
/* .site-project > a:hover {
  -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
} */
.site-project > a:hover:after {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .site-project > a:hover:after {
    opacity: 0;
    visibility: hidden;
  }
}
.site-project > a:hover h3, .site-project > a:hover span {
  opacity: 1;
  bottom: 55px;
}
.site-project > a:hover span {
  bottom: 15px;
}
.site-project > a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .site-project > a:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.features {
  margin-bottom: 3em;
  width: 100%;
  float: left;
}

.site-heading {
  margin-bottom: 5em;
}
.site-heading.site-heading-sm {
  margin-bottom: 2em;
}
.site-heading h2 {
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.5;
  color: var(--black-color);
}
.site-heading p {
  font-size: 18px;
  line-height: 1.5;
  color: var(--grey-color);
}
.site-heading span {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}
#site-cta{
  /* background: url(../images/img1.jpg) center center no-repeat; */
  background: var(--white-color);
  padding: 0;
}
#site-cta .overlay{
  /* background: rgba(0, 0, 0, 0.7); */
  padding: 5em 0;
}
#site-testimonial{
  background: #fff;
  padding: 7em 0;
}

#site-testimonial .section-title::before{content: '';}
#site-testimonial .overlay{
  background: rgba(0, 0, 0, 0.7);
  padding: 7em 0;
}
#site-testimonial .testimony-slide {
  text-align: center;
}
#site-testimonial .testimony-slide span {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  display: block;
}
#site-testimonial .testimony-slide figure {
  margin-bottom: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#site-testimonial .testimony-slide figure img {
  width: auto;
  height: 150px;
  /*object-fit: cover;
   -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; */
}
#site-testimonial .testimony-slide blockquote {
  border: none;
  margin: 30px auto;
  width: 70%;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 992px) {
  #site-testimonial .testimony-slide blockquote {
    width: 100%;
  }
}
#site-testimonial .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%;
}
#site-testimonial .arrow-thumb a {
  font-size: 32px;
  color: #dadada;
}
#site-testimonial .arrow-thumb a:hover, #site-testimonial .arrow-thumb a:focus, #site-testimonial .arrow-thumb a:active {
  text-decoration: none;
}

.site-staff {
  text-align: center;
  padding: 2rem;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}

.site-staff img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  object-position: top;
  margin-bottom: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.site-staff h3 {
  font-size: 24px;
  margin-bottom: 12px;
}
.site-staff .role {
  color: var(--black-color);
  margin-bottom: 12px;
  display: block;
}

.site-staff:hover {background: #f2f2f2;
  transform: translateY(-1rem);}

#site-started {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
}
#site-started .overlay {
  background: rgba(0, 0, 0, 0.7);
  padding: 7em 0;
}
#site-started .container{
  position: relative;
  z-index: 2;
}
#site-started .site-heading h2 {
  color: var(--white-color);
  margin-bottom: 20px !important;
}
#site-started .site-heading p {
  color: rgba(255, 255, 255, 0.5);
}
#site-started .form-control {
  background: rgba(255, 255, 255, 0.2);
  border: none !important;
  color: var(--white-color);
  font-size: 16px !important;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#site-started .form-control::-webkit-input-placeholder {
  color: var(--white-color);
}
#site-started .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: var(--white-color);
}
#site-started .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--white-color);
}
#site-started .form-control:-ms-input-placeholder {
  color: var(--white-color);
}
#site-started .form-control:focus {
  background: rgba(255, 255, 255, 0.3);
}
#site-started .btn {
  height: 54px;
  border: none !important;
  background: var(--primary-color);
  color: var(--white-color);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 50px;
  padding-right: 50px;
}
#site-started .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#site-started .form-inline .form-group .form-control {
  width: 100%;
}

.site-blog {
  margin-bottom: 60px;
}
.site-blog > a {
  display: block;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.site-blog > a img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .site-blog {
    width: 100%;
  }
}
.site-blog .blog-text {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  padding: 30px;
  float: left;
  background: var(--white-color);
  border: 1px solid rgbs(#000, 0.2);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.site-blog .blog-text span {
  display: inline-block;
  margin-bottom: 20px;
}
.site-blog .blog-text span.comment {
  float: right;
}
.site-blog .blog-text span.comment a {
  color: rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
.site-blog .blog-text span.comment a i {
  color: var(--primary-color);
  padding-left: 7px;
}
.site-blog .blog-text h3 {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.site-blog .blog-text h3 a {
  color: black;
  text-decoration: none;
  font-weight: 700;
}
.site-blog .blog-text:hover {
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
}

#site-footer {
  background: #efefef;
}
#site-footer h4{
  font-weight: bold;
}
#site-footer .site-footer-links {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #site-footer .site-footer-links {
    margin-bottom: 30px;
  }
}
#site-footer .site-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#site-footer .site-footer-links li a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
#site-footer .site-footer-links li a:hover {
  text-decoration: underline;
}
#site-footer .site-widget {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #site-footer .site-widget {
    text-align: left;
  }
}
#site-footer .site-widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#site-footer .copyright .block {
  display: block;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

.uppercase {
  font-size: 14px;
  color: var(--black-color);
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: var(--white-color);
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.site-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  top: 25px !important;
}
.site-nav-toggle.active i::before, .site-nav-toggle.active i::after {
  background: #fff;
}
.site-nav-toggle:hover, .site-nav-toggle:focus, .site-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.site-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all .2s ease-out;
}
.site-nav-toggle i::before, .site-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.site-nav-toggle.site-nav-white > i {
  color: var(--white-color);
  background: var(--black-color);
}
.site-nav-toggle.site-nav-white > i::before, .site-nav-toggle.site-nav-white > i::after {
  background: var(--black-color);
}

.site-nav-toggle i::before {
  top: -7px;
}

.site-nav-toggle i::after {
  bottom: -7px;
}

.site-nav-toggle:hover i::before {
  top: -10px;
}

.site-nav-toggle:hover i::after {
  bottom: -10px;
}

.site-nav-toggle.active i {
  background: transparent;
}

.site-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: var(--white-color);
}

.site-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  background: var(--white-color);
}

.site-nav-toggle {
  position: absolute;
  right: 0px;
  top: 65px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .site-nav-toggle {
    display: block;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  
  outline: none !important;
}

.btn-primary {
  background: var(--primary-color);
  color: var(--white-color);
  border: 2px solid var(--primary-color);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: var(--black-color) !important;
  border-color: var(--black-color) !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: var(--primary-color);
  color: var(--white-color);
}

.btn-success {
  background: #5cb85c;
  color: var(--white-color);
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: var(--white-color);
}

.btn-info {
  background: #5bc0de;
  color: var(--white-color);
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: var(--white-color);
}

.btn-warning {
  background: #f0ad4e;
  color: var(--white-color);
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: var(--white-color);
}

.btn-danger {
  background: #d9534f;
  color: var(--white-color);
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: var(--white-color);
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: var(--white-color);
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 45px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--primary-color);
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.site-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat var(--white-color);
}

.js .animate-box {
  opacity: 0;
}

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

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  line-height: 1.2em;
  font-weight: 500;
  color: #14100c;
  margin-bottom: 50px;
  position: relative;
}
.section-title span {
  color: var(--primary-color);
  font-style: italic;
  font-weight: 700;
}
.section-title::before {
    position: absolute;
    content: '';
    left: auto;
    bottom: -20px;
    height: 2px;
    width: 80px;
    background-color: var(--primary-color);
}
.section-title.centerline::before {
    left: 50%;
    transform: translateX(-50%);
}
.section-title.noline::before {
  display: none;
}
.section-subtitle {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  margin-bottom: 10px;
  color: #14100c;
  font-size: 20px;
  display: flex;
  display: inline-flex;
  align-items: center;
  font-style: italic;
}
.page-list li {
  position: relative;
  display: flex;
  align-items: start;
  margin-bottom: 10px;
}
.page-list-icon {
  display: flex;
  align-items: start;
}
.page-list-text {
  margin-left: 10px;
}
.page-list-text p{margin-bottom: 0;}
.section-subtitle .icon {
  background-color: var(--primary-color);
  margin-right: 10px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  display: flex;
}
.section-subtitle .icon img{
  opacity: 1;
    filter: brightness(0) invert(1);
    width: 24px;
}
.section-title.single{
  display: flex;
  align-items: center;
}
.section-title.single .icon {
  background-color: var(--primary-color);
  margin-right: 10px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  display: flex;
}
.section-title.single .icon img{
  opacity: 1;
    filter: brightness(0) invert(1);
    width: 24px;
}
.section-padding{
  padding: 5rem 0;
}
.offcanvas-backdrop.show {
    opacity: .3;
}

.practice .owl-nav{
  display:flex;
  justify-content: center;
}
.practice .owl-nav .owl-prev,
.practice .owl-nav .owl-next{
    background: var(--primary-color) !important;
    border: 2px solid var(--primary-color);
    border-radius: 100% !important;
    width: 60px;
    height:60px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin:1rem 0.5rem !important;
    opacity: 0.6;
}
.practice .owl-nav .owl-prev:hover,
.practice .owl-nav .owl-next:hover{
  opacity: 1;
}
.practice .owl-nav .owl-prev span,
.practice .owl-nav .owl-next span{
  font-size: 1.5rem;
}
.logoslider .logoimg{
  object-fit: contain;
  height: 130px;
  width: auto;
}
.mapiframe{width: 400px; height: 300px;}

.cursor {
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    border-radius: 50%;
    background: var(--green-color);
    pointer-events: none;
    z-index: 111;
    border: 1px solid var(--green-color);
    transition: all 0.2s ease-out;
    animation: moveCursor1 .5s infinite alternate;
}

.expand {
    background: transparent;
    animation: moveCursor2 .5s forwards;
    border: 1px solid yellow;
}

.practice-hero{
  position: relative;
  /* margin-top: 72px; */
}
.practice-hero .overlay{
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.practice-hero .hero{
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.practice-hero .section-title{margin: 0;}
.practice-hero .section-title:before{display: none;}
.breadcrumb-container{padding: 30px 0;}
.breadcrumb-container .breadcrumb-item a, .breadcrumb-container .breadcrumb-item{font-weight: 500; text-decoration: none;}
.leftnav{
  padding: 2rem 1.2rem;
  width: 350px;
  position: sticky;
  position: -webkit-sticky;
  top: 80px;
  background-color: #f2f2f2;
}
.leftnav li{
  margin-bottom: 5px;
}
.leftnav .nav a{
  color: var(--primary-color);
  position: relative;
  padding: 0.4rem 0 0 0;
  display: flex;
  align-items: start;
  text-decoration: none;
  
}
.leftnav .nav a.active{font-weight: 500;color: var(--black-color);}
.leftnav .nav a:hover {color: var(--black-color);text-decoration: none;}
.leftnav .nav a span.icon{
  margin-right: 0.5rem;
  margin-top: 5px;
}
.leftnav .title{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.leftnav .menu-btn{padding: 5px; font-size: 1.5rem; font-weight: bold; color: var(--black-color);}
.pagetxt h5{font-weight: bold; font-size: 1.2rem;margin: 1.5rem 0 0.75rem;color: var(--black-color);}
.pagetxt .flexicon{margin: 1.5rem 0 0.5rem;}
.pagetxt h4{font-weight: bold;;margin: 1.5rem 0 0 0.75rem; }
.pagetxt .table,
.pagetxt .table>:not(caption)>*>*{color:var(--darktext-color) !important;}

.quoteslider .flex-control-nav{display: none;}
.quoteslider .flex-direction-nav a{opacity: 1;}
.quoteslidernav{
  position: absolute;
    left: 0;
    bottom: -280px;
    z-index: 50;
    display: flex;
    justify-content: center;
    width: 100%;
}
.quoteslidernav .flex-prev,
.quoteslidernav .flex-next{
  color: var(--white-color);
  font-size: 20px;
  background: var(--primary-color) !important;
  border-radius: 100% !important;
  width: 60px;
    height: 60px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
}
.quoteslidernav .flex-prev:hover,
.quoteslidernav .flex-next:hover{
    opacity: 1;
}
.quoteslider .container{
  margin-bottom: 2rem;
}
.teamcarousel .teampic{
  width: 200px !important;
    height: 200px;
    margin:0 auto 1rem auto;
    box-shadow: 0 10px 0px 0px var(--primary-color);
}
@keyframes moveCursor1 {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(.8);
    }
}

@keyframes moveCursor2 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(2.5);
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@media (max-width:1400px){
  .site-nav ul li a.nav-link {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width:992px) {
  .leftnav {
        width: 100%;
        padding: 1rem 1.2rem;
    }
}
@media only screen and (max-width:1200px) {
  
  .site-nav ul li a.nav-link,
  .site-nav.dark ul li a.nav-link{
    font-size: 1.5rem;
    padding: 7px 0 !important;
    margin-bottom: 7px;
    color: var(--white-color) !important;
  }
  
}