/*
@File: Lyzo Template Style

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Home Page 1 CSS
** - Home Page 2 CSS
** - Home Page 3 CSS
** - About Page CSS
** - Attorney Page CSS
** - Attorney Details Page CSS
** - Case Study Page CSS
** - Case Study Details Page CSS
** - Blog Details Page CSS
** - Practice Page CSS
** - Practice Details Page CSS
** - Appointment Page CSS
** - Testimonial Page CSS
** - FAQ Page CSS
** - Error Page CSS
** - Privacy Policy Page CSS
** - Contact Page CSS
** - Preloader CSS
** - Back to Top CSS
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,600,700,900&display=swap");

@font-face{
  font-family: 'Yeseva One';
  src: url('/assets/fonts/yeseva-one.ttf');
}

.yeseva-one{
  font-family: 'Yeseva One';
  font-weight: lighter;
}

@font-face{
  font-family: 'Gotham';
  src: url('/assets/fonts/gotham.otf');
}

.gotham{
  font-family: 'Gotham';
}

/*-- Default CSS --*/
body {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  background-color: #fff;
  font-size: 16px;
  overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  line-height: 1.4;
}

p {
  line-height: 1.8;
}

a {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  text-decoration: none;
  color: #a2a19f;
}

a:hover {
  color: #333333;
}

.home-slider2.bg-1 {
  background: url(/assets/img/banner1.jpg);
 }

 .home-slider2.bg-2 {
  background: url(/assets/img/banner2.jpg);
 }

.home-slider2 {
  background-size:cover !important;
  background-repeat:no-repeat;
  background-position: 0px 25px;
 }

@media screen and (max-width:1460px) {
   .home-slider2 {
    background-size:contain !important;
     background-repeat:no-repeat !important;
     margin-bottom: -180px;
   }
}


@media screen and (max-width:1270px) {
  .home-slider2 {
    margin-bottom: -200px;
  }
}

@media screen and (max-width:1200px) {
  .home-slider2 {
    margin-bottom: -250px;
  }
}

@media screen and (max-width:1100px) {
  .home-slider2 {
    margin-bottom: -300px;
  }
}

@media screen and (max-width:992px) {
  .home-slider2 {
   background-size:cover !important;
    background-repeat:no-repeat !important;
    margin-bottom: 0px;
  background-position: 0px 25px !important;

  }
}

@media screen and (max-width:575px) {
  .home-slider2.bg-2 {
  background: url(/assets/img/banner2-mobile.jpg);
  }
}

@media screen and (max-width:473px) {
  .home-slider2.bg-1 {
  background: url(/assets/img/banner1-mobile.jpg);
  }
}



img {
  max-width: 100%;
}

.d-table {
  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;
}

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: #26282a;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.main-nav nav .navbar-brand {
  width: 150px;
}

.main-nav nav .navbar-nav {
  margin-left: auto;
  margin-right: auto;
  font-family: 'Yeseva One';
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  background: #a2a19f;
  border: none !important;
  filter: drop-shadow(0px 0px 2px #ffffff80);
}

.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: #263f3a;
  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: #a2a19f;
}

.main-nav nav .navbar-nav .nav-item a {
  font-size: 18px;
  text-transform: none;
  position: relative;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.main-nav nav .navbar-nav .nav-item a:before {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: -12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  opacity: 0;
  -webkit-animation: a-one 5s linear infinite;
  animation: a-one 5s linear infinite;
  background-color: #a2a19f;
}

.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: #a2a19f;
}

.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;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

@-webkit-keyframes a-one {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes a-one {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.side-nav a {
  display: inline-block;
  font-size: 16px;
  font-family: 'Yeseva One';
  color: #ffffff;
  border: 1px solid #a2a19f;
  padding: 12px 15px;
  position: relative;
  z-index: 1;
}

.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-image: linear-gradient(to top, #a2a19f 60%, #dee1e3);
}

.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-image: linear-gradient(to top, #a2a19f 60%, #dee1e3);
}

.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 {
  background-image: url("../img/home-one/1.jpg");
}

.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: "Yeseva One", serif;
  font-weight: 900;
}

.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 #a2a19f;
  padding: 18px 25px;
}

.banner-item .banner-left 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;
}

.banner-item .banner-left a:hover {
  background-color: #a2a19f;
}

.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);
  }
}

.banner-bottom {
  border-top: 30px solid #a2a19f59;
  border-bottom: 30px solid #a2a19f59;
  border-left: 40px solid #a2a19f59;
  border-right: 40px solid #a2a19f59;
  display: inline-block;
  position: absolute;
  bottom: -65px;
  margin-left: auto;
}

.banner-bottom ul {
  margin: 0;
  padding: 0;
  margin-bottom: -2px;
}

.banner-bottom ul li {
  list-style-type: none;
  display: inline-block;
  background-color: #ffffff;
  position: relative;
}

.banner-bottom ul li i {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 100px;
  text-align: center;
  font-size: 50px;
  display: inline-block;
  background-color: #a2a19f;
}

.banner-bottom ul li:last-child {
  padding-left: 30px;
  padding-right: 110px;
  padding-top: 23px;
  padding-bottom: 24px;
  margin-left: -4px;
}

.banner-bottom ul li:last-child span {
  font-size: 14px;
  margin-bottom: 8px;
  color: #a2a19f;
}

.banner-bottom ul li:last-child p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  color: #a2a19f;
}

.banner-bottom ul li:last-child img {
  position: absolute;
  right: 0;
  bottom: 0;
}

/*-- End Banner --*/
/*-- Help --*/
.help-area {
  padding-top: 165px;
  position: relative;
}

.help-shape img {
  position: absolute;
  right: 50px;
  bottom: 0;
  -webkit-animation: a-two 10s infinite linear;
  animation: a-two 10s infinite linear;
}

@-webkit-keyframes a-two {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes a-two {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.help-left {
  position: relative;
  max-width: 610px;
  margin-left: auto;
  padding-top: 65px;
  padding-bottom: 65px;
}

.help-left:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: -60px;
  top: 0;
  z-index: -1;
  -webkit-animation: 10s help-animation linear infinite;
  animation: 10s help-animation linear infinite;
  border-width: 25px;
  border-style: solid;
  border-image: linear-gradient(to left, #19362d, #19362d) 1;
  background-color: transparent;
}

@-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-item .help-right h2 {
  font-size: 38px;
  font-weight: 400;
  font-family: "Yeseva One", serif;
  margin-bottom: 25px;
  line-height: 1.4;
}

.help-item .help-right p {
  color: #333333;
  margin-bottom: 25px;
  text-align: justify;
}

.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: 16px;
  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: #a2a19f;
  margin-right: 10px;
  font-size: 20px;
  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: 16px;
  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: #a2a19f;
  margin-right: 10px;
  font-size: 20px;
  position: relative;
  top: 2px;
}

.help-item .help-right .help-signature img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.cmn-btn {
  display: inline-block;
  color: #ffffff;
  background-color: #19362d;
  /* background-image: linear-gradient(45deg, #a2a19f 60%, #dddddd); */
  font-family: "Gotham";
  font-weight: 600;
  font-size: 16px;
  padding: 14px 30px;
  position: relative;
  z-index: 1;
}

.cmn-btn: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: #ebebe9;
}

.cmn-btn: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: #ebebe9;
}

.cmn-btn:hover {
  color: #19362d;
}

.cmn-btn:hover:before {
  width: 50%;
  opacity: 1;
}

.cmn-btn:hover:after {
  width: 50%;
  opacity: 1;
}

/*-- End Help --*/
/*-- Practice --*/
.section-title {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 0px;
}

section.expertise-area.expertise-area-two::before {
  content: '';
  /* top: 0px; */
  margin-top: 95px;
  left: -235px;
  right: 0px;
  /* bottom: 0px; */
  /* width: 100%; */
  height: 100%;
  position: absolute;
  background-image: url(/assets/img/sample.png);
  background-repeat: no-repeat;
  opacity: 0.14;
  z-index: 0;
}

section#equipe::before {
  /*content: '';*/
  /* top: 0px; */
  /* margin-top: 95px; */
  /* left: 0px; */
  right: -235px;
  /* bottom: 0px; */
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(/assets/img/sample.png);
  background-repeat: no-repeat;
  /* opacity: 0.14; */
  z-index: -1;
  filter: brightness(0.87);
  transform: scalex(-1)
}

div#contato::before {
  content: '';
  /* top: 0px; */
  margin-top: 70px;
  left: -235px;
  right: 0px;
  /* bottom: 0px; */
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(/assets/img/sample.png);
  background-repeat: no-repeat;
  /* opacity: 0.14; */
  filter: brightness(0.87);
}

.section-title span {
  padding-top: 20px;
  display: block;
  color: #a2a19f;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: -5px;
}

.section-title h2 {
  /* padding-top: 20px; */
  font-weight: 400;
  font-size: 38px;
  font-family: "Yeseva One", serif;
  margin-bottom: 0;
}

.practice-area {
  background-color: #f5f1f1;
}

.practice-item {
  text-align: center;
  margin-bottom: 30px;
  padding: 45px 15px;
  background-color: #19362d;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.practice-item:hover {
  background-image: linear-gradient(to bottom, #dee1e3, #a2a19f);
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
  color: #232323;
}

.practice-item:hover .practice-icon:before {
  background-color: #ebebe9;
  /* background-image: linear-gradient(45deg, #dee1e3, #a2a19f); */
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.practice-item:hover .practice-icon:after {
  background-color: #263f3a;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.practice-item:hover .practice-icon i {
  color: #263f3a;
}

.practice-item .practice-icon {
  position: relative;
  z-index: 1;
  margin-top: 25px;
}

.practice-item .practice-icon:before {
  position: absolute;
  content: '';
  width: 55px;
  height: 55px;
  left: 0;
  top: -5px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  background-color: #ebebe9;
}

.practice-item .practice-icon:after {
  position: absolute;
  content: '';
  width: 55px;
  height: 55px;
  left: 0;
  top: -15px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -2;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  background-color: #a2a19f;
}

.practice-item .practice-icon i {
  color: #a2a19f;
  margin-bottom: 32px;
  display: block;
  font-size: 38px;
  position: relative;
  top: -10px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.practice-item h3 {
  margin-bottom: 25px;
  color: #ebebe9;
  font-family: "Yeseva One", serif;
  font-weight: lighter;
  font-size: 28px;
}

.practice-item:hover h3{
  color: #26282a !important;
}

.practice-item p {
  margin-bottom: 25px;
  font-family: 'Gotham';
}

.practice-item a {
  display: inline-block;
  color: #ebebe9;
  border: 1px solid #ebebe9;
  padding: 15px 30px;
  position: relative;
  z-index: 1;
}

.practice-item 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: #ebebe9;
}

.practice-item 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: #ebebe9;
}

.practice-item a:hover {
  transition: ease-in-out .5s;
  font-weight: 600;
  color: #263f3a;
}

.practice-item a:hover:before {
  width: 50%;
  opacity: 1;
}

.practice-item a:hover:after {
  width: 50%;
  opacity: 1;
}

.practice-item .practice-shape-one {
  position: absolute;
  right: -25px;
  bottom: -60px;
}

.practice-item .practice-shape-two {
  position: absolute;
  right: -72px;
  bottom: -56px;
}

/*-- End Practice --*/
/*-- Expertise --*/
.expertise-area {
  background-color: #19362d;
}

.expertise-area .section-title h2 {
  margin-left: 0;
  color: #ffffff;
}

.expertise-item ul {
  margin: 0;
  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 {
  position: absolute;
  top: 0;
  left: 0;
}

.expertise-item ul li .expertise-icon i {
  color: #a2a19f;
  font-size: 45px;
  position: absolute;
  left: 22px;
  top: 22px;
}

.expertise-item ul li h3 {
  padding-left: 135px;
  font-size: 28px;
  font-weight: 400;
  font-family: "Yeseva One", serif;
  margin-bottom: 18px;
  color: #ffffff;
}

.expertise-item ul li p {
  padding-left: 135px;
  font-size: 16px;
  margin-bottom: 0;
  font-family: 'Gotham', sans-serif;
}

.expertise-image {
  text-align: center;
  position: relative;
  z-index: 1;
  padding-top: 20px;
}

.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 #a2a19f;
  background-color: #19362d;
  border-radius: 40px;
}

.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(#263f3a50), color-stop(56%, #b69d7449));
  background: linear-gradient(0deg, #263f3a50 0%, #b69d7449 56%);
}

.portfolio-item:hover {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

.portfolio-item:hover h3 a {
  color: #a2a19f;
}

.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: #a2a19f;
}

.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: #a2a19f;
}

.portfolio-item .portfolio-inner p {
  margin-bottom: 0;
}

/*-- End Portfolio --*/
/*-- Team --*/
.team-area {
  padding-top: 60px;
  padding-bottom: 60px;
}

.team-item {
  margin-bottom: 30px;
}

.team-item img {
  width: 100%;
  object-fit: contain;
  height: 360px;
}

.team-item .team-inner {
  background-color: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0px 0px 15px 0px #ebebe9;
  box-shadow: 0px 0px 15px 0px #ebebe9;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  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: #ebebe9;
  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: #395a53;
}

.team-item .team-inner h3 {
  margin-bottom: 4px;
  padding-top: 25px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  font-family: "Yeseva One", serif;
}

.team-item .team-inner h3 a {
  color: #333333;
  font-weight: 600;
  font-size: 18px;
}

.team-item .team-inner span {
  display: block;
  color: #a2a19f;
  font-size: 14px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.team-item:hover .team-inner {
  background-color: #ebebe9;
  /* background-image: linear-gradient(45deg, #a2a19f 40%, #d3d3d3); */
  max-width: 100%;
  filter: none;
}

.team-item:hover .team-inner ul {
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.team-item:hover .team-inner ul li a:hover {
  color: #333333;
}

.team-item:hover .team-inner h3 a {
  color: #263f3a;
}

.team-item:hover .team-inner h3 a:hover {
  color: #333333;
}

.team-item:hover .team-inner span {
  color: #333333;
}

/*-- End Team --*/
/*-- Location --*/
.loaction-area {
  /* position: relative; */
  margin: 10px 0px 10px 0px;
}

.location-bg {
  background-image: url("/assets/img/banner-teste.jpg");
  /* background-size: cover; */
  /* background-position: center center; */
  background-repeat: no-repeat;
  position: relative;
  padding-top: 50px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

/* .location-bg:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #a2a19f;
  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: "Yeseva One", serif;
}

.location-item ul {
  margin: 0;
  padding: 0;
  margin-bottom: 2px;
  font-family: 'Gotham';
}

.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: #333333;
}

.location-item .location-link {
  display: block;
  color: #282828;
  margin-top: 10px;
}

.location-item .location-link:hover {
  color: #ffffff;
}

/*-- End Location --*/
/*-- Contact Form --*/
.contact-form {
  background-image: linear-gradient(#dee1e3, #ddd);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.contact-wrap {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}

.contact-wrap .form-group {
  margin-bottom: 30px;
}

.contact-wrap .form-group .current {
  color: #ababab;
}

.contact-wrap .form-group .nice-select.open .list {
  background-color: transparent !important;
  border: 1px solid #a2a19f;
}

.contact-wrap .form-group .nice-select .option:hover,
.contact-wrap .form-group .nice-select .option.focus,
.contact-wrap .form-group .nice-select .option.selected.focus {
  background-color: #a2a19f;
}

.contact-wrap .form-group .form-control {
  background-color: transparent;
  border: 1px solid #a2a19f;
  border-radius: 0;
  height: 60px;
  padding-left: 30px;
  color: #ffffff;
  font-size: 15px;
}

.contact-wrap .form-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ffffff;
}

.contact-wrap .form-group ::-webkit-input-placeholder {
  color: #ababab;
}

.contact-wrap .form-group :-ms-input-placeholder {
  color: #ababab;
}

.contact-wrap .form-group ::-ms-input-placeholder {
  color: #ababab;
}

.contact-wrap .form-group ::placeholder {
  color: #ababab;
}

.contact-wrap .form-group textarea {
  height: auto !important;
  padding-top: 15px;
}

.contact-wrap .form-group label {
  color: #333333;
}

.contact-btn {
  font-family: 'Gotham';
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  background-color: #19362d;
  padding: 16px 40px;
  border: 0;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.contact-btn: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: #333333;
}

.contact-btn: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: #333333;
}

.contact-btn:hover {
  color: #ffffff;
}

.contact-btn:hover:before {
  width: 50%;
  opacity: 1;
}

.contact-btn:hover:after {
  width: 50%;
  opacity: 1;
}

.list-unstyled {
  color: #292929;
  margin-bottom: 0;
  font-size: 15px;
  margin-top: 5px;
}

.text-danger {
  text-align: center;
  color: #303030;
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 24px;
}

.text-success {
  color: #28a745;
  margin-top: 25px;
  font-size: 25px;
}

/*-- End Contact Form --*/
/*-- Blog --*/
.blog-area {
  padding-bottom: 200px;
}

.blog-area .owl-theme .owl-dots .owl-dot.active span {
  background: #263f3a;
  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 #263f3a;
}

.blog-area .owl-theme .owl-dots .owl-dot span {
  background: #263f3a;
}

.blog-item {
  border-radius: 8px 8px 8px 8px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 6px 0px #ddddddad;
  box-shadow: 0px 0px 6px 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 0px 0px;
}

.blog-item .blog-inner {
  padding: 0 15px 30px 20px;
  background-color: #ebebe9;
}

.blog-item .blog-inner span {
  display: block;
  text-align: center;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 165px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: -20px;
  border-radius: 30px;
  background-image: linear-gradient(to top, #b8b8b8, #ebebe9 80%);
  color: #263f3a;
  margin-bottom: 30px;
}

.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: 20px;
  color: #26282a;
}

.blog-item .blog-inner h3 a:hover {
  color: #263f3a;
}

.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: #263f3a;
  font-size: 14px;
  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: 14px;
  position: relative;
  top: -2px;
}

.blog-item .blog-inner ul li i {
  display: inline-block;
  font-size: 17px;
  margin-right: 3px;
}

.blog-item .blog-inner ul li a {
  display: inline-block;
  color: #a2a19f;
  font-size: 14px;
}

.blog-item .blog-inner ul li a:hover {
  color: #333333;
}

.blog-item .blog-inner p {
  margin-bottom: 15px;
  color: #26282a;
}

.blog-item .blog-inner .blog-link {
  display: block;
  color: #a2a19f;
  font-weight: 600;
  font-size: 18px;
}

.blog-item .blog-inner .blog-link i {
  font-size: 20px;
  position: relative;
  top: 2px;
  left: -2px;
}

.blog-item .blog-inner .blog-link:hover {
  color: #333333;
  letter-spacing: 1px;
}

/*-- End Blog --*/
/*-- Newsletter --*/
.newsletter-area {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background-color: #212222;
  position: relative;
  top: -100px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 60px;
}

.newsletter-area img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 260px;
}

.newsletter-area h2 {
  font-weight: 400;
  font-size: 32px;
  font-family: "Yeseva One", serif;
  color: #ffffff;
  margin-bottom: 30px;
}

.newsletter-area .newsletter-form {
  position: relative;
  max-width: 490px;
}

.newsletter-area .newsletter-form .form-control {
  height: 46px;
  border-radius: 0;
  border: 1px solid #a2a19f;
  background-color: transparent;
  padding-left: 20px;
  color: #ffffff;
  font-size: 15px;
}

.newsletter-area .newsletter-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.newsletter-area .newsletter-form .validation-danger {
  color: #dc3545;
  margin-top: 10px;
}

.newsletter-area .newsletter-form ::-webkit-input-placeholder {
  color: #a9a3a3;
}

.newsletter-area .newsletter-form :-ms-input-placeholder {
  color: #a9a3a3;
}

.newsletter-area .newsletter-form ::-ms-input-placeholder {
  color: #a9a3a3;
}

.newsletter-area .newsletter-form ::placeholder {
  color: #a9a3a3;
}

.newsletter-area .newsletter-form .contact-btn {
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  border-radius: 0;
  padding: 11px 20px;
}

.btn.disabled,
.btn:disabled {
  opacity: 1;
}

/*-- End Newsletter --*/
/*-- Footer --*/
footer {
  background-image: url("../img/home-one/footer.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding-top: 50px;
}

footer:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #19362d;
  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: 15px;
  width: 65%;
}

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: #263f3a;
}

footer .footer-item .footer-service h3 {
  margin-bottom: 30px;
  color: #ffffff;
  font-weight: 600;
  font-size: 22px;
  display: inline-block;
  border-bottom: 2px solid #a2a19f;
}

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: #fff;
}

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 #a2a19f;
}

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;
}

footer .footer-item .footer-find ul li i {
  font-size: 23px;
  /* margin-right: 6px; */
  position: relative;
  top: 2px;
  color: #fff;
}

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: #fff;
}

footer .footer-item .footer-find ul li a:hover i{
  color: #fff;
}

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: #263f3a;
}

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: #a2a19f;
  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: #a2a19f;
  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 .help-signature img {
  margin-top: 25px;
  margin-bottom: 25px;
}

.help-area-two .help-item .help-right h3 {
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
}

.help-area-two .help-item .help-right span {
  display: block;
  color: #333333;
  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;
}

.help-area-two .help-wrap .help-left:before:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: -60px;
  top: 0;
  z-index: -1;
  -webkit-animation: 10s help-animation-two linear infinite;
  animation: 10s help-animation-two linear infinite;
  border: 25px solid #a2a19f;
  background-color: transparent;
}

/*-- End Help --*/
/*-- Practice --*/
.practice-area-two {
  background-color: #ffffff;
}

/*-- End Practice --*/
/*-- Expertise --*/
.expertise-area-two .expertise-item ul li {
  border: 2px solid #a2a19f;
  padding: 20px 20px 25px 35px;
  margin-bottom: 30px;
}

.expertise-area-two .expertise-item ul li .expertise-icon {
  top: 35px;
  left: 45px;
}

/*-- End Expertise --*/
/*----- End Home Page 2 -----*/
/*----- Home Page 3 -----*/
/*-- Home Slider --*/
.slider-bg-one {
  background-color: #26282a;
}

.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: #333333;
  opacity: .95;
} */

.slider-text {
  position: relative;
}

.slider-text h1 {
  margin-bottom: 0;
  color: #ffffff;
  font-family: "Yeseva One", serif;
  font-weight: 400;
  font-size: 46px;
  display: inline-block;
  margin-bottom: 25px;
}

.slider-text p {
  margin-bottom: 37px;
  font-weight: 900;
  font-size: 24px;
  font-family: "Gotham", sans-serif;
}

.slider-text a {
  display: inline-block;
  color: #ffffff;
  border: 3px solid #a2a19f;
  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: #ebebe9;
  color: #263f3a;
  font-weight: 700;
}

.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: #a2a19f3b !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.home-slider .owl-prev:hover {
  background-color: #a2a19f !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: #a2a19f3b !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.home-slider .owl-next:hover {
  background-color: #a2a19f !important;
}

.home-slider.owl-theme .owl-nav {
  margin-top: 0;
}

.home-slider.owl-theme .owl-dots {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.home-slider.owl-theme .owl-dots .owl-dot.active span {
  background: #ffffff;
  width: 30px;
}

.home-slider.owl-theme .owl-dots .owl-dot span {
  background: #263f3a;
  width: 25px;
  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: #a2a19f59;
  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: 30px;
}

/*-- 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("/assets/img/banner-none84.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-image: linear-gradient(135deg, #333 50%, transparent);
  opacity: .2;
}

.page-title-text {
  position: relative;
  margin-top: 120px;
}

.page-title-text h2 {
  font-weight: lighter;
  font-size: 38px;
  font-family: "Yeseva One", serif;
  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-family: 'Gotham';
  font-weight: 600;
  font-size: 17px;
}

.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: #a2a19f;
}

.page-title-text .page-title-btn a {
  display: inline-block;
  color: #ffffff;
  border: 3px solid #a2a19f;
  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: #a2a19f;
}

.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: #333333;
  opacity: .80;
}

.about-item .about-video-wrap a {
  color: #a2a19f;
  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: #a2a19f;
}

.about-item .about-content {
  margin-top: 25px;
  margin-bottom: 25px;
}

.about-item .about-content h2 {
  font-weight: 600;
  font-size: 22px;
  font-family: "Yeseva One", 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: #a2a19f;
}

.about-item .about-information p {
  margin-bottom: 10px;
  color: #333333;
}

/*-- 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: #263f3a;
  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: #fff;
  font-size: 18px;
}

.attor-details-item .attor-details-left .attor-social ul li a:hover {
  color: #a2a19f;
}

.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: "Yeseva One", 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: #333333;
  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: #333333;
}

.attor-details-item .attor-details-left .attor-social-details ul li a:hover {
  color: #a2a19f;
}

.attor-details-item .attor-details-left .attor-social-details ul li i {
  display: inline-block;
  color: #a2a19f;
  font-size: 18px;
  margin-right: 5px;
}

.attor-details-item .attor-details-left .attor-work h3 {
  font-weight: 600;
  font-family: "Yeseva One", 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: #333333;
  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: 2px;
  top: 13px;
  right: -88px;
  background-color: #263f3a;
}

.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 #a2a19f;
  padding: 10px 20px;
  border-radius: 8px;
}

.attor-details-item .attor-prev ul li a:hover {
  color: #fff;
  background-color: #263f3a;
  /* background-image: linear-gradient(#dee1e3, #a2a19f); */
}

.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: "Yeseva One", 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: #a2a19f;
  font-weight: 600;
  font-size: 22px;
  font-family: "Yeseva One", serif;
  margin-bottom: 20px;
}

.attor-details-item .attor-details-right .attor-details-things p {
  margin-bottom: 20px;
  color: #333333;
}

.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: #333333;
  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: "Yeseva One", 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 #333333;
}

.contact-form-two .contact-wrap .form-group .list li {
  background-color: #ffffff;
  color: #333333;
}

/*-- 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;
  height: 40px;
  line-height: 40px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  color: #263f3a;
  background-color: #ebebe9;
  line-height: 24px;
  font-size: 18px;
}

.case-pagination ul li a:hover {
  transition: ease-in-out .4s;
  color: #ebebe9;
  background-color: #263f3a;
}

.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: "Yeseva One", 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: #232323;
  padding-bottom: 40px;
}

.case-details-tab .case-details-tab-item h2 {
  color: #ffffff;
  font-size: 38px;
  font-weight: 600;
  font-family: "Yeseva One", 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 #a2a19f;
  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: #a2a19f;
}

.case-details-tab .case-details-tab-item .tab-content h3 {
  line-height: 1.4;
  font-weight: 600;
  font-size: 22px;
  font-family: "Yeseva One", 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 #a2a19f;
  background-color: #373535;
}

/*-- End Case Details Tab --*/
/*-- Portfolio --*/
.portfolio-area-three {
  padding-bottom: 170px;
}

/*-- End Portfolio --*/
/*----- End Case Studies Details Page -----*/
/*----- Blog Details Page -----*/
/*-- Blog Details --*/
.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: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #263f3a;
}

.blog-details-item .blog-details-img img {
  width: 100%;
  margin-bottom: 40px;
}

.blog-details-item .blog-details-img h2 {
  font-weight: 600;
  font-size: 22px;
  font-family: "Yeseva One", 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: #263f3a;
  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: #333333;
}

.blog-details-item .blog-details-img ul li i {
  color: #263f3a;
  position: relative;
  top: 0;
  font-size: 17px;
  margin-right: 4px;
}

.blog-details-item .blog-details-img p {
  margin-bottom: 15px;
  color: #464646;
  text-align: justify;
}

.blog-details-item .blog-details-social {
  text-align: center;
  padding-top: 10px;
  margin-bottom: 20px;
  font-size: 22px;
}

.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: #26282a;
  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: #263f3a;
}

.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 #a2a19f;
  padding: 10px 22px;
  border-radius: 8px;
  display: inline-block;
}

.blog-details-item .blog-details-nav a:hover {
  color: #ffffff;
  background-color: #a2a19f;
}

.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: "Yeseva One", 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: #333333;
}

.blog-details-item .blog-details-contact .contact-form .form-group .form-control:focus {
  border: 1px solid #333333;
}

.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: #a2a19f !important;
}

.blog-details-item .blog-details-search {
  padding: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 6px #dee1e3;
  box-shadow: 2px 2px 6px #dee1e3;
  margin-bottom: 20px;
}

.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 #a2a19f;
  border-radius: 20px;
  padding-left: 20px;
}

.blog-details-item .blog-details-search .search-area .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #a2a19f;
}

.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: #a2a19f;
  top: 0;
  right: 0;
  width: 55px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  border-radius: 0px 20px 20px 0px;
  font-size: 19px;
}

.blog-details-item .blog-details-search .search-area .blog-details-btn:hover {
  background-color: #333333;
}

.blog-details-item .blog-details-search h3 {
  font-weight: 600;
  font-size: 22px;
  font-family: "Yeseva One", 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 {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px;
}

.blog-details-item .blog-details-search ul li .blog-details-recent {
  padding-left: 115px;
}

.blog-details-item .blog-details-search ul li .blog-details-recent h4 {
  color: #464646;
  font-weight: 500;
  font-size: 14px;
  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: #a2a19f;
  font-size: 14px;
  margin-right: 10px;
  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: #a2a19f;
}

.blog-details-item .blog-details-search ul li ul li a:hover {
  color: #333333;
}

.blog-details-item .blog-details-tags {
  padding: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 6px #dee1e3;
  box-shadow: 2px 2px 6px #dee1e3;
}

.blog-details-item .blog-details-tags h3 {
  font-weight: 300;
  font-size: 22px;
  font-family: "Yeseva One", 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: #263f3a;
  background-color: #ebebe9;
  border-radius: 6px;
  padding: 10px 25px;
}

.blog-details-item .blog-details-tags ul li a:hover {
  color: #ebebe9;
  background-color: #263f3a;
}

.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: "Yeseva One", 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 #263f3a;
  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: #263f3a;
  -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: #333333;
  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: #232323;
  text-align: justify;
}

.practice-details-item .practice-details-content ul {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  text-align: justify;
}

.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: "Yeseva One", 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: #333333;
}

.practice-details-item .practice-details-contact ul li i {
  color: #a2a19f;
  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: "Yeseva One", 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: #333333;
}

/*-- 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: #a2a19f;
}

.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: #a2a19f;
}

.testimonial-item .testimonial-wrap:hover p:before {
  border-top: 45px solid #a2a19f;
}

.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: #333333;
  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 #333333;
  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: "Yeseva One", serif;
  margin-bottom: 8px;
}

.testimonial-item .testimonial-wrap .testimonial-right span {
  display: block;
  color: #a2a19f;
  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: #333333;
}

.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: #333333;
}

.accordion a:after {
  position: absolute;
  right: 20px;
  content: "+";
  top: 10px;
  color: #232323;
  font-size: 25px;
  font-weight: 400;
}

.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: #a2a19f;
  border: 1px solid #a2a19f;
}

.accordion li a.active:after {
  content: "-";
  font-size: 25px;
  color: #ffffff;
}

/*-- End Faq --*/
/*----- End Faq Page -----*/
/*----- Error Page -----*/
/*-- 404 --*/
.error-item {
  height: 800px;
  text-align: center;
  margin-top: -30px;
}

.error-item h1 {
  font-size: 130px;
  font-weight: 400;
  margin-bottom: 8px;
}

.error-item p {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 35px;
  color: #646464;
}

.error-item span {
  display: block;
  color: #646464;
}

.error-item a {
  display: inline-block;
  color: #ffffff;
  /* background-image: linear-gradient(45deg, #d6d6d6, #dee1e3); */
  background-color: #a2a19f;
  padding: 20px 45px;
  margin-top: 70px;
  font-size: 18px;
}

.error-item a:hover {
  background-color: #333333;
}

/*-- 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: 450px;
}

.page-title-area-two .page-title-text {
  /* margin-top: 15px; */
}


.contact-form-four .location-item {
  border: 1px solid #a2a19f;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  height: 120px;
}

.contact-form-four .location-item h3 {
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: lighter;
}

.contact-form-four .location-item ul li {
  font-size: 14px;
}

.contact-form-four .location-item ul li a:hover {
  color: #a2a19f;
}

.contact-form-four .location-item .location-icon i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #a2a19f;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  left: 20px;
  top: 35px;
}

.contact-form-four .location-bg:before {
  background-color: #333333;
}

.contact-form-four .location-bg:after {
  display: none;
}

.contact-form-four .form-group .form-control {
  color: #333333;
}

.contact-form-four .form-group .form-control:focus {
  border: 1px solid #333333;
}

.contact-form-four .form-group .nice-select.open .list {
  background-color: #ffffff !important;
  border: 1px solid #a2a19f;
}

.contact-form-four .form-group .nice-select .option {
  color: #333333;
}

/*-- 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-image: linear-gradient(#dee1e3, #a2a19f);
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {

  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {

  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

/*----- End Preloader -----*/
/*----- Back To Top -----*/
#toTop {
  position: fixed;
  bottom: 40px;
  left: 35px;
  cursor: pointer;
  display: none;
  z-index: 10;
}

.back-to-top-btn i {
  background-image: radial-gradient(#a2a19f, #dee1e3);
  color: #ffffff;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  font-size: 26px;
  border-radius: 50%;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  margin-right: 28px;
  -webkit-box-shadow: 0px 0px 6px 0px #a2a19f;
  box-shadow: 0px 0px 6px 0px #a2a19f;
}

.back-to-top-btn i:hover {
  background-color: #333333;
}

/*----- End Back To Top -----*/

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #a2a19f #FFFFFF;
}

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
  width: 10px;
  width: 10px;
}

*::-webkit-scrollbar-track {
  /* border-radius: 5px; */
  background-color: transparent;
}

*::-webkit-scrollbar-track:hover {
  background-color: transparent;
}

*::-webkit-scrollbar-track:active {
  background-color: transparent;
}

*::-webkit-scrollbar-thumb {
  /* border-radius: 5px; */
  background-color: #a2a19f;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #a2a19f;
}

*::-webkit-scrollbar-thumb:active {
  background-color: #a2a19f;
}


.cbh-phone {
  display: block;
  position: fixed;
  left: -50px;
  bottom: 45px;
  visibility: hidden;
  background-color: transparent;
  width: 100px;
  height: 100px;
  cursor: pointer;
  z-index: 999;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility .5s;
  -moz-transition: visibility .5s;
  -o-transition: visibility .5s;
  transition: visibility .5s
}

.cbh-phone.cbh-show {
  visibility: visible
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight
}

.cbh-phone.cbh-static1 {
  opacity: .6
}

.cbh-phone.cbh-hover1 {
  opacity: 1
}

.cbh-ph-circle {
  width: 110px;
  height: 110px;
  top: 40px;
  left: 40px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, .4);
  opacity: .1;
  -webkit-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -moz-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -ms-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -o-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.cbh-phone.cbh-active .cbh-ph-circle1 {
  -webkit-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -moz-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -ms-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -o-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  animation: cbh-circle-anim 1.1s infinite ease-in-out !important
}

.cbh-phone.cbh-static .cbh-ph-circle {
  -webkit-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -moz-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -ms-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -o-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  animation: cbh-circle-anim 2.2s infinite ease-in-out !important
}

.cbh-phone.cbh-hover .cbh-ph-circle {
  border-color: #00f23c;
  opacity: .5
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle {
  border-color: #75eb50;
  opacity: .5
}

.cbh-phone.cbh-green .cbh-ph-circle {
  border-color: #00f228;
  opacity: .5
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle {
  border-color: #cccccc;
  opacity: .5
}

.cbh-phone.cbh-gray .cbh-ph-circle {
  border-color: #75eb50;
  opacity: .5
}

.cbh-ph-circle-fill {
  width: 74px;
  height: 74px;
  top: 58px;
  left: 58px;
  position: absolute;
  background-color: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .1;
  -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.cbh-phone.cbh-active .cbh-ph-circle-fill {
  -webkit-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -moz-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -ms-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -o-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important
}

.cbh-phone.cbh-static .cbh-ph-circle-fill {
  -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  opacity: 0 !important
}

.cbh-phone.cbh-hover .cbh-ph-circle-fill {
  background-color: #00aff280;
  opacity: .75 !important
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill {
  background-color: #75eb5080;
  opacity: .75 !important
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
  background-color: #00aff280;
  opacity: .75 !important
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill {
  background-color: #cccccc80;
  opacity: .75 !important
}

.cbh-phone.cbh-gray .cbh-ph-circle-fill {
  background-color: #75eb5080;
  opacity: 1 !important
}

.cbh-ph-img-circle1 {
  width: 50px;
  height: 50px;
  top: 70px;
  left: 70px;
  position: absolute;
  background-image: url(https://360imagem.com/google/images/wpp-icon.png);
  background-size: 40px 40px;
  background-color: rgba(30, 30, 30, .1);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 1;
  -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -o-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  animation: cbh-circle-img-anim 1s infinite ease-in-out
}

.cbh-phone.cbh-active .cbh-ph-img-circle1 {
  -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -o-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  animation: cbh-circle-img-anim 1s infinite ease-in-out !important
}

.cbh-phone.cbh-static .cbh-ph-img-circle1 {
  -webkit-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -moz-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -ms-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -o-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  animation: cbh-circle-img-anim 0s infinite ease-in-out !important
}

.cbh-phone.cbh-hover .cbh-ph-img-circle1 {
  background-color: #00aff2
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover {
  background-color: #75eb50
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: #00aff2
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: #00aff2
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1 {
  background-color: #cccccc
}

.cbh-phone.cbh-gray .cbh-ph-img-circle1 {
  background-color: #75eb50
}

@-moz-keyframes cbh-circle-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: .1;
    -moz-opacity: .1;
    -webkit-opacity: .1;
    -o-opacity: .1
  }

  30% {
    -moz-transform: rotate(0deg) scale(.7) skew(1deg);
    opacity: .5;
    -moz-opacity: .5;
    -webkit-opacity: .5;
    -o-opacity: .5
  }

  100% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .6;
    -moz-opacity: .6;
    -webkit-opacity: .6;
    -o-opacity: .1
  }
}

@-webkit-keyframes cbh-circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    -webkit-opacity: .1
  }

  30% {
    -webkit-transform: rotate(0deg) scale(.7) skew(1deg);
    -webkit-opacity: .5
  }

  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    -webkit-opacity: .1
  }
}

@-o-keyframes cbh-circle-anim {
  0% {
    -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
    -o-opacity: .1
  }

  30% {
    -o-transform: rotate(0deg) scale(.7) skew(1deg);
    -o-opacity: .5
  }

  100% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    -o-opacity: .1
  }
}

@keyframes cbh-circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: .1
  }

  30% {
    transform: rotate(0deg) scale(.7) skew(1deg);
    opacity: .5
  }

  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .1
  }
}

@-moz-keyframes cbh-circle-fill-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2
  }

  50% {
    -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
    opacity: .2
  }

  100% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2
  }
}

@-webkit-keyframes cbh-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2
  }

  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .2
  }

  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2
  }
}

@-o-keyframes cbh-circle-fill-anim {
  0% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2
  }

  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .2
  }

  100% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2
  }
}

@keyframes cbh-circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2
  }

  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .2
  }

  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2
  }
}

@keyframes cbh-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg)
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg)
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg)
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg)
  }

  100%,
  50% {
    transform: rotate(0deg) scale(1) skew(1deg)
  }
}

@-moz-keyframes cbh-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg)
  }

  10% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg)
  }

  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg)
  }

  100%,
  50% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg)
  }
}

@-webkit-keyframes cbh-circle-img-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg)
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg)
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg)
  }

  100%,
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg)
  }
}

@-o-keyframes cbh-circle-img-anim {
  0% {
    -o-transform: rotate(0deg) scale(1) skew(1deg)
  }

  10% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20% {
    -o-transform: rotate(25deg) scale(1) skew(1deg)
  }

  30% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  40% {
    -o-transform: rotate(25deg) scale(1) skew(1deg)
  }

  100%,
  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg)
  }
}

.cbh-phone.cbh-green .cbh-ph-circle {
  border-color: #00f2a4
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
  background-color: #00f2a4;
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: #2ecb71;
}

.kmacb__manager-border {
  position: absolute;
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  margin-top: -39.5px;
  margin-left: -39.5px;
  border-radius: 100%;
  border: 2px solid #ffe787;
  -webkit-animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
  -moz-animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
  -ms-animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
  -o-animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
  animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
  opacity: .8;
  transform-origin: center;
}

.kmacb__manager-fill {
  background: #52aff7 center bottom no-repeat;
  position: absolute;
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  margin-top: -37.5px;
  margin-left: -37.5px;
  border-radius: 100%;
  opacity: .5;
  -webkit-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  -moz-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  -ms-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  -o-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
  transform-origin: center;
}

.kmacb__manager-circle {
  background: #52aff7;
  position: absolute;
  width: 120px;
  height: 120px;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
  border-radius: 100%;
}
