body {
  background-color: #fff !important;
}
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.fl-page-content {
  margin-top: 130px;
  background: transparent !important;
}

/*header*/
.header {
  width: 100%;
  z-index: 30;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: 0;
  position: fixed;
  background-color: #fff;
  padding: 28px 0 15px;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  height: 130px;
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__logo {
  width: 50%;
}
.header__logo img {
  max-width: 434px;
  height: auto;
}
.header__nav--wrap {
  width: 50%;
}
.header__btn {
  display: none;
}
.topNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.topNav li {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
}
.topNav li a {
  padding: 14px 15px;
  color: #212a2d;
  display: inline-block;
}
.topNav li:last-of-type a {
  padding-right: 0;
}
#menu-new-primary-menu li:after {
  color: #90adb4;
  height: 24px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*.topNav li:hover .sub-menu{*/
/*display: block;*/
/*visibility: visible;*/
/*opacity: 1;*/
/*}*/
.topNav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  padding: 15px 25px;
  /*visibility: hidden;*/
  /*opacity: 0;*/
  text-align: left;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
  list-style: none;
  display: none;
}
.topNav .sub-menu a {
  padding-bottom: 8px !important;
  padding-top: 8px !important;
  padding-right: 5px !important;
  padding-left: 0px !important;
  color: #3b4b4f !important;
  font-family: "Zilla Slab", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
  letter-spacing: 1px;
  display: block;
}
.header__nav--wrap form {
  position: relative;
  width: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #8dc63f;
  margin: 0 0 5px auto;
}
.header__nav--wrap form button {
  width: 30px;
  height: 30px;
  background-color: #8dc63f;
  background-size: cover;
  position: relative !important;
  top: 0;
}
.header__nav--wrap form button:hover {
  background-color: #8dc63f;
  top: 0;
}
.header__nav--wrap form button .fa-search {
  color: #fff !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header__wrapper .header__nav--wrap form input {
  font-family: Montserrat;
  font-size: 14px;
  color: #212a2d;
  line-height: 24px;
  padding: 0;
  height: 30px;
  font-weight: normal;
}
.header__nav--tablet,
.header__search--mob {
  display: none;
}

/*banner*/
.banner {
  /*height: 580px;*/
  position: relative;
  /*display: flex;*/
  /*align-items: center;*/
  margin-bottom: 95px;
  max-height: 580px;
}
.banner.visible {
  max-height: none;
}
.banner .wrapper {
  padding-top: 80px;
  padding-bottom: 185px;
}
.banner__video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -o-linear-gradient(
    30deg,
    rgba(33, 42, 45, 0.8) 0%,
    rgba(33, 42, 45, 0.3) 100%
  );
  background-image: linear-gradient(
    60deg,
    rgba(33, 42, 45, 0.8) 0%,
    rgba(33, 42, 45, 0.3) 100%
  );
}
.banner__video video {
  position: absolute;
  z-index: -100;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
.banner__items {
  max-width: 50%;
}
.visible .banner__item,
.banner__item.slick-current {
  opacity: 1;
}
.banner__item {
  opacity: 0;
  padding: 1px;
}
.banner__item h1 {
  font-family: Montserrat;
  font-size: 36px;
  color: #ffffff;
  line-height: 46px;
  margin: 0 0 25px;
  font-weight: 700;
}
.banner__pagination {
  position: absolute;
  bottom: 86px;
  display: none;
}
.banner__pagination .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  border-radius: 0;
  padding: 0;
  width: 18px;
  height: 18px;
}
.banner__pagination .slick-prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.banner__pagination .slick-next {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}
.banner__pagination .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  justify-content: space-around;
  margin: 0 auto;
  padding: 0 25px 9px;
}
.banner__pagination ul {
  padding: 0 25px;
}
.banner__pagination li {
  margin: 0 7px;
}
.banner__pagination li button {
  font-size: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  background-color: #212a2d;
  cursor: pointer;
  padding: 0;
  border-radius: 0;
}
.banner__pagination li.slick-active button {
  background-color: #fff;
}
.slick-dots button:hover,
.slick-dots button:active,
.slick-dots button:focus {
  top: 0;
}

/*practice-areas*/
.practice-areas {
  margin-bottom: 75px;
}
.practice-areas__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding: 20px 0;
}
.practice-areas__item {
  width: 33.33%;
  padding: 0 12px;
  margin-bottom: 24px;
}
.practice-areas__img {
  height: 300px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-size: cover !important;
}
.practice-areas__img:hover {
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}
.practice-areas__img p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 181, 218, 0.8);
  padding: 18px;
  margin: 0 !important;
  font-family: Montserrat;
  font-size: 24px;
  color: #ffffff;
  line-height: 36px;
  font-weight: bold;
}
.practice-areas__img a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*our-team*/
.our-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
}
.our-team__content {
  width: 60%;
  background-color: #00b5da;
  padding: 55px 45px;
}
.our-team__attorney {
  width: 40%;
  position: relative;
}
.our-team .title {
  color: #ffffff;
  text-align: left;
}
.our-team .btn-wrap {
  background-color: #212a2d;
  color: #ffffff;
  margin-bottom: 45px;
}
.our-team__img {
  height: 100%;
  padding: 24px;
  background-size: cover !important;
}
.our-team__info {
  max-width: 180px;
  position: absolute;
  top: 24px;
  left: 24px;
}
.our-team__info span {
  font-family: Montserrat;
  font-size: 14px;
  color: #212a2d;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 12px;
  position: relative;
  margin: 0 0 24px;
  font-weight: 600;
  display: block;
}
.our-team__info span:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #212a2d;
  position: absolute;
  bottom: 0;
  left: 0;
}
.our-team__info h3 {
  font-family: Montserrat;
  font-size: 24px;
  color: #212a2d;
  line-height: 34px;
  margin: 0;
  font-weight: bold;
}
.our-team__info h4 {
  font-family: Montserrat;
  font-size: 14px;
  color: #212a2d;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0 0 24px;
  font-weight: bold;
}

/*blog*/
.blog {
  margin-bottom: 100px;
}
.blog__titleTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.blog__titleTop .title {
  margin: 0;
}
.blog__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding: 20px 0;
}
.blog__item {
  width: 33.33%;
  padding: 0 12px;
}
.blog__info {
  background-color: #efefef;
  padding: 20px 24px 35px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog__info:hover {
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}
.blog__info .btn-small {
  margin-top: auto;
  max-width: 130px;
}
.blog__category a {
  pointer-events: none;
  cursor: default;
  font-family: Montserrat;
  font-size: 14px;
  color: #212a2d;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 2px solid #212a2d;
  margin-bottom: 10px;
  display: block;
}
.blog__top {
  font-family: Montserrat;
  font-size: 14px;
  color: #212a2d;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-weight: 600;
}
.blog__title {
  font-family: Zilla Slab;
  font-size: 24px;
  color: #212a2d;
  line-height: 34px;
  font-weight: 600;
  margin: 0 0 25px;
}
.blog__excerpt {
  font-family: "Montserrat";
  font-size: 14px;
  color: #212a2d;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 40px;
}
.blog__excerpt p {
  margin: 0 !important;
}
.blog .btn-wrap {
  background-color: #8dc63f;
}

/*contact-section*/
.contact-section {
  position: relative;
  z-index: 2;
  background-size: cover !important;
  padding: 80px 0;
  display: none;
}
.contact-section .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 50px;
  border-left: 2px solid #fff;
}
.contact-section .title {
  text-align: left;
  color: #fff;
}
.contact-section .text {
  margin: 0 !important;
}
.contact-section__info {
  width: 67%;
}
.contact-section .btn-wrap {
  background-color: #fff;
  color: #327897;
}
.contact-section .btn-wrap:after {
  border-color: #327897;
}

/*footer*/
.footer {
  background-color: #1e3036;
  padding: 80px 0 70px;
}
.footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__left {
  width: 40%;
}
.footer__right {
  width: 40%;
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
}
.footer__links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
}
.footer__links ul li:first-of-type {
  margin-right: 35px;
}
.footer__links ul li i {
  color: #90adb4;
  font-size: 30px;
}
.footer__links img {
  max-width: 225px;
  height: auto;
}
.footer__line {
  width: 1px;
  background-color: #90adb4;
}
.footer__right p {
  font-family: Montserrat;
  font-size: 12px;
  color: #90adb4;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 25px !important;
}
.footer__img {
  margin-bottom: 40px;
}
.footer a {
  font-family: Montserrat;
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
}
.footer__info {
  margin-bottom: 15px;
}
/* .footer__info a:first-of-type{
  margin-right: 7px;
  padding-right: 10px;
  position: relative;
}
.footer__info a:first-of-type:after{
  content: '';
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #90adb4;
} */
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__menu li {
  font-family: Montserrat;
  font-size: 14px;
  color: #90adb4;
  line-height: 24px;
  font-weight: 600;
  position: relative;
}
.footer__menu li a {
  color: inherit;
}
.footer__menu li:not(:last-of-type) {
  padding-right: 12px;
  margin-right: 12px;
}
.footer__menu li:not(:last-of-type):after {
  content: "";
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #90adb4;
}

/*globals*/
h2.title {
  font-family: Montserrat;
  font-size: 55px;
  color: #000000;
  line-height: 65px;
  text-align: center;
  font-weight: 300;
  margin: 0 0 25px;
}
p.text {
  font-family: Montserrat;
  font-size: 18px;
  color: #ffffff;
  line-height: 28px;
  margin: 0 0 35px !important;
  font-weight: 600;
}
.btn-wrap {
  padding: 16px 60px 16px 30px;
  background-color: #00b5da;
  font-family: Montserrat;
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  display: inline-block;
  position: relative;
}
.btn-wrap:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 30px;
  top: 50%;
}
.btn-small {
  background-color: #00b5da;
  font-family: Montserrat;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  padding: 6px 10px;
  display: inline-block;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid #00b5da;
}
.btn-small:hover {
  background-color: #fff;
  color: #00b5da;
  text-decoration: none;
}

@media (max-width: 1280px) {
  .wrapper {
    max-width: 1080px;
  }
  .topNav li {
    font-size: 12px;
  }
  .topNav li a {
    padding: 10px;
  }
  .footer__left {
    width: 45%;
  }
  .footer__right {
    width: 45%;
  }
}
@media (max-width: 1150px) {
  .wrapper {
    max-width: 900px;
  }
  .header__logo {
    width: 45%;
  }
  .header__logo img {
    max-width: 100%;
  }
  .banner__item h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .banner__items {
    max-width: 75%;
  }
  .practice-areas__img p {
    font-size: 22px;
    line-height: 32px;
  }
  .blog__category a,
  .blog__top {
    font-size: 12px;
    line-height: 22px;
  }
  .blog__title {
    font-size: 18px;
    line-height: 28px;
  }
  .blog__excerpt {
    font-size: 12px;
  }
  .footer .wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
  .footer__left {
    width: 100%;
    margin-bottom: 35px;
  }
  .footer__right {
    width: 100%;
  }
  .footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__links ul {
    margin-bottom: 35px;
  }
  .footer__links ul li i {
    font-size: 25px;
  }
  .footer__menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  h2.title {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 991px) {
  .wrapper {
    max-width: 100%;
    margin-left: 36px;
    margin-right: 36px;
  }
  .header {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 96px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fl-page-content {
    margin-top: 96px;
  }
  /*.header.searchOpen{*/
  /*height: auto;*/
  /*}*/
  .header .wrapper {
    width: 100%;
    height: 100%;
  }
  .header__logo {
    width: 100%;
    max-width: 420px;
  }
  .header__nav--tablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 36px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    /*width: 100%;*/
  }
  .header__nav--tablet .contactBtnMob {
    text-decoration: none;
    position: relative;
    z-index: 10;
  }
  .header__nav--tablet i {
    font-size: 26px;
    color: #00a046;
  }
  .header__btn {
    display: block;
  }
  .topNav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 95px;
    height: 80vh;
    background-color: #fff;
    padding: 30px 50px;
    text-align: center;
    width: 100%;
    -webkit-box-shadow: 0 20px 15px -15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 15px -15px rgba(0, 0, 0, 0.2);
  }
  .topNav > li {
    padding: 0;
    font-weight: 900;
    font-size: 18px;
  }
  .topNav > li a {
    padding: 7px 10px;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .showMenu .topNav a {
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .showMenu .header__btn span:first-of-type {
    -webkit-transform: rotate(135deg) translate(5px, -5px);
    -ms-transform: rotate(135deg) translate(5px, -5px);
    transform: rotate(135deg) translate(5px, -5px);
  }
  .showMenu .header__btn span:nth-child(2) {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0;
  }
  .showMenu .header__btn span:last-of-type {
    -webkit-transform: rotate(45deg) translate(-4px, -4px);
    -ms-transform: rotate(45deg) translate(-4px, -4px);
    transform: rotate(45deg) translate(-4px, -4px);
  }
  .showSubMenu a {
    color: #00a046;
  }
  .menu-item-has-children .sub-menu {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    width: auto;
  }
  .header__btn {
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 10;
    border-radius: 0;
    padding: 14px 8px;
  }
  .header__btn:hover,
  .header__btn:active,
  .header__btn:focus {
    border: none;
    background-color: #00b5da;
    top: 0;
  }
  .header__btn span {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 24px;
    height: 2px;
    background: #fff;
    margin-bottom: 4px;
    display: block;
  }
  .header__btn span:last-of-type {
    margin: 0;
  }

  .header__search--mob {
    display: block;
    width: 100%;
    -webkit-box-shadow: 0 20px 15px -15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 15px -15px rgba(0, 0, 0, 0.2);
  }
  .header__search--wrap--mob {
    display: none;
    position: static;
    width: 100%;
    padding: 10px 0;
    z-index: 4;
    background-color: #fff;
  }
  .header__search--wrap--mob form {
    padding: 24px 36px;
  }
  .header__search--wrap--mob input.fl-search-input.form-control {
    border-color: #8dc63f !important;
    font-family: Montserrat;
    font-size: 16px;
    color: #212a2d;
    line-height: 26px;
    padding: 12px;
  }
  .custom-search-form {
    margin: 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 20px;
    border: 1px solid #515871;
  }
  .custom-search-form input {
    width: 100%;
    background-color: transparent;
    border: none;
    padding: 10px 40px 10px 10px;
  }
  .custom-search-form span {
    margin-right: 10px;
    margin-top: 2px;
  }
  .header__search-icon {
    width: 42px;
    height: 42px;
    position: relative;
    cursor: pointer;
    border: none;
    background-color: #8dc63f;
    padding: 0;
    margin-left: auto;
  }
  .header__search-icon:after {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: block;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 7px;
    left: 7px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  .header__search-icon:before {
    content: "";
    width: 2px;
    height: 13px;
    position: absolute;
    right: 13px;
    top: 20px;
    display: block;
    background-color: #fff;
    -webkit-transform: rotate(-49deg);
    -ms-transform: rotate(-49deg);
    transform: rotate(-49deg);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header__search--wrap {
    display: none;
  }
  .searchOpen .header__wrapper .header__nav--desktop {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  .searchOpen .header__right .header__search .header__search--wrap {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    opacity: 1;
    width: auto;
    left: 0;
    pointer-events: auto;
  }
  .searchOpen .searchform .custom-search-form .search-field {
    width: 100%;
    border-color: #24ae24;
  }

  .searchOpen .input-group-btn {
    display: block;
    width: 23px;
    height: 23px;
  }
  .searchOpen .header__search-toggle::after {
    height: 2px;
    width: 24px;
    border: none;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 10px;
    border-radius: 0;
    top: 8px;
    left: 9px;
  }
  .searchOpen .header__search-toggle::before {
    height: 24px;
    right: 19px;
    top: 7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  button.search-submit {
    display: none;
  }
  .banner {
    margin-bottom: 80px;
  }
  .banner__item h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .btn-wrap,
  .btn-small {
    font-size: 16px;
  }
  .practice-areas {
    margin-bottom: 40px;
  }
  .practice-areas__img p {
    font-size: 20px;
    line-height: 30px;
  }
  .practice-areas__item {
    width: 50%;
  }
  .practice-areas__img {
    height: 250px;
  }
  .our-team {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
  .our-team__content {
    width: 100%;
    padding: 36px;
  }
  .our-team__attorney {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .our-team__info {
    width: 50%;
    max-width: 100%;
    padding: 36px;
    position: static;
  }
  .our-team__img {
    width: 50%;
  }
  .our-team .btn-wrap {
    margin-bottom: 10px;
  }
  .blog {
    margin-bottom: 60px;
  }
  .blog__item {
    width: 100%;
    margin-bottom: 24px;
  }
  .blog__item:last-of-type {
    margin-bottom: 0;
  }
  .contact-section .wrapper {
    padding-left: 36px;
  }
  .contact-section {
    padding: 60px 0;
  }
  h2.title {
    font-size: 40px;
    line-height: 50px;
  }
  p.text {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .banner__items {
    max-width: 100%;
  }
  .contact-section .wrapper {
    display: block;
  }
  .contact-section__info {
    width: 100%;
    margin-bottom: 35px;
  }
}
@media (max-width: 600px) {
  .header {
    height: 68px;
  }
  .header__btn,
  .header__search-icon {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .fl-page-content {
    margin-top: 68px;
  }
  .topNav {
    top: 67px;
  }
  .header__search--wrap--mob form {
    padding: 24px 16px;
  }
  .header__nav--tablet {
    margin-left: 13px;
  }
  .practice-areas__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .practice-areas__img {
    height: 200px;
  }
  .wrapper {
    margin-left: 16px;
    margin-right: 16px;
  }
  .header__nav--wrap {
    width: 30%;
  }
  .banner {
    margin-bottom: 60px;
  }
  .banner .wrapper {
    padding-top: 45px;
    padding-bottom: 175px;
  }
  .banner__item h1 {
    font-size: 24px;
    line-height: 34px;
  }
  .banner__pagination {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 40px;
  }
  .banner__pagination .slick-dots {
    padding: 0 50px 9px;
  }
  .our-team__content {
    padding: 24px 14px;
  }
  .our-team .btn-wrap {
    margin: 0;
  }
  .our-team__attorney {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .our-team__info {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 14px 0 0;
  }
  .our-team__img {
    width: 100%;
    height: 220px;
  }
  .blog__titleTop {
    display: block;
  }
  .blog__titleTop .title {
    text-align: left;
    margin-bottom: 20px;
  }
  .blog__title {
    font-size: 16px;
  }
  .btn-wrap {
    padding: 13px 40px 13px 15px;
  }
  .btn-wrap:after {
    right: 20px;
  }
  h2.title {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 10px;
  }
  .footer__menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__menu li:nth-last-of-type(2) {
    padding-right: 0;
    margin-right: 0;
  }
  .footer__menu li:nth-last-of-type(2):after {
    display: none;
  }
  .footer__menu li:last-of-type {
    margin-top: 35px;
  }
}

/*slick slider*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide:focus {
  outline: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-initialized {
  visibility: visible;
}
