/*
@File: Befaj Template Styles

* 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 AREA STYLE - **

** - Default Btn Area Style
** - Read More Area Style
** - Section Title Area Style

** - HOME PAGE STYLE - **

** - Header Area Style
** - Nav Area Style
** - Search Modal Area Style
** - Banner Area Style
** - Hero Slider Area Style
** - Video Area Style
** - Values Area Style
** - About Area Style
** - Single Practices Area Style
** - Choose Us Area Style
** - Counter Area Style
** - Professionals Area Style
** - Request Form Area Style
** - Customers Area Style
** - Partner Area Style
** - News Area Style
** - Case Studies Area Style
** - Team Bg Area Style
** - Footer Area Style
** - Copy Right Area Style
** - Page Title Area Style
** - FAQ Area Style
** - User Area CSS
** - Main Contact Area Style
** - Pricing Area Style
** - Pricing Area Style
** - Sidebar Widget Style
** - Blog Details Content Style
** - Main Content Text Style
** - Coming Soon Area Style
** - 404 Error Area Style
** - Gallery Style
** - Practice Areas Details Style
** - Case Studies Details Style
** - Attorney Details Style

** - OTHER STYLE AREA - **

** - Preloader Area Style
** - Go Top Style
** - Video wave Style

*******************************************
/*

/*
Default Style
============================*/
@import url("https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400&amp;display=swap");
body {
  font-size: 16px;
  font-family: Helvetica, sans-serif;
  color: #737373;
}

a {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-decoration: none;
  color: #737373;
}

a:hover {
  text-decoration: none;
  color: #c88d55;
}

a:focus {
  text-decoration: none;
}

button {
  outline: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0;
}

button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #171717;
  font-weight: bold;
  font-family: Times New Roman, serif;
}

.d-table {
  width: 100%;
  height: 100%;
}

table, th, td {
  border: 1px solid !important;
  color: black;
  padding-bottom: 20px;
  padding-right: 10px;
}
th{
  padding: 0 10px
}

.d-table-cell {
  vertical-align: middle;
}

p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.8;
}

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.form-control {
  height: 55px;
  color: #171717;
  border: 1px solid #d7d7d7;
  background-color: transparent;
  border-radius: 0;
  font-size: 16px;
  padding: 10px 20px;
  width: 100%;
}

.form-control::-webkit-input-placeholder {
  color: #676a6a;
}

.form-control:-ms-input-placeholder {
  color: #676a6a;
}

.form-control::-ms-input-placeholder {
  color: #676a6a;
}

.form-control::placeholder {
  color: #676a6a;
}

.form-control:focus {
  color: #000000;
  background-color: transparent;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  outline: 0;
  border: 1px solid #c88d55;
}

.form-control:hover:focus, .form-control:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

textarea.form-control {
  height: auto;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.p-100 {
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 100px;
}

.p-70 {
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 70px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-40 {
  padding-bottom: 40px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-minus-100 {
  margin-top: -100px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.form-select {
  cursor: pointer;
}

/*
Bg-color Style*/
.bg-color-fafafa {
  background-color: #fafafa;
}

.bg-color-05122d {
  background-color: #0d307a;
}

.bg-color-f9f9f9 {
  background-color: #f9f9f9;
}

.bg-color-171717 {
  background-color: #171717;
}

/*
Default Btn Area Style*/
.default-btn {
  font-size: 15px;
  color: #ffffff;
  line-height: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-table;
  padding: 18px 40px;
  font-weight: 400;
  background-color: #c88d55;
}

.default-btn.radius-btn {
  border-radius: 4px;
}

.default-btn i {
  position: relative;
  top: 1.70px;
  margin-left: 5px;
}

.default-btn::before, .default-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #171717;
  z-index: -1;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.default-btn::after {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.default-btn:hover {
  color: #ffffff;
}

.default-btn:hover::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.default-btn:hover::after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

/*
Read More Btn Area Style*/
.read-more {
  font-size: 16px;
  color: #171717;
}

.read-more i {
  position: relative;
  top: 3px;
}

.read-more:hover {
  color: #c88d55;
  letter-spacing: 1px;
}

/*
Section Title Area Style*/
.section-title {
  max-width: 700px;
  margin: -8px auto 50px;
  text-align: center;
  position: relative;
}

.section-title .top-title {
  font-size: 16px;
  color: #c88d55;
  display: block;
  margin-bottom: 8px;
}

.section-title h2 {
  font-size: 40px;
  margin-bottom: 20px;
  position: relative;
}

.section-title h2:last-child {
  margin-bottom: 0;
}

.section-title p {
  max-width: 600px;
  margin: auto;
}

.section-title.white-title span {
  color: #c88d55;
}

.section-title.white-title h2 {
  color: #ffffff;
}

.section-title.white-title p {
  color: #ffffff;
}

.section-title.left-title {
  margin-left: 0;
  text-align: left;
}

/*
Header Area Style
======================================================*/
.top-header {
  background-color: #171717;
  padding-top: 15px;
  padding-bottom: 15px;
}

.top-header .container-fluid {
  max-width: 1620px;
}

.top-header.style-two {
  background-color: transparent;
}

.top-header .header-left-content {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  top: -1px;
}

.top-header .header-left-content li {
  display: inline-block;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #ffffff;
}

.top-header .header-left-content li a {
  color: #ffffff;
  font-size: 20px;
}

.top-header .header-left-content li a i {
  font-size: 24px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: #c88d55;
  text-align: center;
  border-radius: 50%;
  line-height: 1;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.top-header .header-left-content li a:hover i {
  color: #c88d55;
}

.top-header .header-left-content li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.top-header .header-right-content {
  float: right;
  position: relative;
  top: 0;
}

.top-header .header-right-content .languages-switcher {
  position: relative;
  padding-left: 20px;
  display: inline-block;
  top: -1px;
}

.top-header .header-right-content .languages-switcher i {
  position: absolute;
  left: 0;
  top: -7px;
  color: #c88d55;
  margin-right: 0;
  font-size: 24px;
}

.top-header .header-right-content .languages-switcher select {
  padding: 0;
  background-color: transparent;
  border: none !important;
  cursor: pointer;
  color: #ffffff;
  font-size: 20px;
}

.top-header .header-right-content .languages-switcher select option {
  color: #171717;
}

.top-header .header-right-content .languages-switcher select:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.top-header .header-right-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
  padding-right: 15px;
  border-right: 1px solid #ffffff;
  position: relative;
  top: 2px;
}

.top-header .header-right-content ul li {
  display: inline-block;
  position: relative;
  margin-right: 15px;
}

.top-header .header-right-content ul li a i {
  font-size: 24px;
  color: #c88d55;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.top-header .header-right-content ul li a:hover i {
  color: #ffffff;
}

.top-header .header-right-content ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

/*
Navbar Area Style
======================================================*/
.navbar-area {
background: #0d307a !important;
  position: relative;
}

.navbar-area .navbar-brand {
  margin-right: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.navbar-area.is-sticky {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  position: fixed;
  background-color: #c88d55 !important;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.navbar-area.is-sticky .desktop-nav .navbar {
  padding-left: 0;
  padding-right: 0;
}

.navbar-area.style-two.is-sticky {
  background-color: #0d307a !important;
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}

.desktop-nav {
  background-color: #ffffff;
  padding-bottom: 10px;
}

.desktop-nav.style-two {
  background-color: transparent !important;
}

.desktop-nav.style-two .navbar .navbar-nav .nav-item a {
  color: #ffffff;
}

.desktop-nav.style-two .navbar .others-options ul li .search-btn i {
  color: #ffffff;
}

.desktop-nav .container-fluid {
  max-width: 1620px;
}

.desktop-nav .navbar {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: 2;
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.desktop-nav .navbar ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.desktop-nav .navbar .navbar-nav {
  margin-left: auto;
  margin-right: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding-bottom: 10px;
  padding-top: 15px;
  padding-right: 0;
  padding-left: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item a {
  font-weight: 600;
  font-size: 19px;
  color: #171717;
  line-height: 1;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
}

.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::after {
  display: none;
}

.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::before {
  content: "\EA4E";
  position: absolute;
  top: 0;
  right: -20px;
  font-family: remixicon !important;
  line-height: 1;
  font-size: 17px;
}

.desktop-nav .navbar .navbar-nav .nav-item a:hover, .desktop-nav .navbar .navbar-nav .nav-item a:focus, .desktop-nav .navbar .navbar-nav .nav-item a.active {
  color: #c88d55;
}

.desktop-nav .navbar .navbar-nav .nav-item a i {
  font-size: 18px;
  line-height: 0;
  position: relative;
  top: 4px;
}

.desktop-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item:hover a, .desktop-nav .navbar .navbar-nav .nav-item:focus a, .desktop-nav .navbar .navbar-nav .nav-item.active a {
  color: #c88d55;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #ffffff;
  position: absolute;
  visibility: hidden;
  border-radius: 0;
  display: block;
  width: 250px;
  border: none;
  z-index: 99;
  opacity: 0;
  top: 80px;
  left: 0;
  padding: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  padding: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #171717;
  padding: 15px;
  border-bottom: 1px dashed #eeeeee;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  display: block;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::before {
  right: 12px;
  top: 13px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #c88d55;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #171717;
  border-bottom: 1px dashed #eeeeee;
  font-size: 14px;
  line-height: 1;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #c88d55;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #c88d55;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #c88d55;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #c88d55;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #c88d55;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #c88d55;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #c88d55;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #c88d55;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -1px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #c88d55;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  top: -1px;
  visibility: visible;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #c88d55;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  top: -15px;
  visibility: visible;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #c88d55;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #c88d55;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}

.desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  top: 80%;
  opacity: 1;
  margin-top: 0;
  visibility: visible;
}

.desktop-nav .navbar .others-options ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  line-height: 1;
}

.desktop-nav .navbar .others-options ul li {
  display: inline-block;
  padding-right: 20px;
}

.desktop-nav .navbar .others-options ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.desktop-nav .navbar .others-options ul li .search-btn {
  display: block !important;
  position: relative;
  top: 3px;
  background-color: transparent;
}

.desktop-nav .navbar .others-options ul li .search-btn i {
  font-size: 20px;
  color: #171717;
}

.desktop-nav .navbar .others-options ul li .search-btn:focus {
  color: #171717;
}

.mobile-responsive-nav {
  display: none;
}

/*
Search Modal Area Style
======================================================*/
.search-modal-area .modal-content {
  height: 100vh;
  border: none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.9);
  position: relative;
}

.search-modal-area .modal-content form.search-box {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-modal-area .modal-content form.search-box .search-input {
  width: 810px;
  position: relative;
  padding: 30px;
}

.search-modal-area .modal-content form.search-box .search-input .form-control {
  color: #ffffff;
  height: 60px;
}

.search-modal-area .modal-content form.search-box .search-input .form-control::-webkit-input-placeholder {
  color: #eeeeee;
}

.search-modal-area .modal-content form.search-box .search-input .form-control:-ms-input-placeholder {
  color: #eeeeee;
}

.search-modal-area .modal-content form.search-box .search-input .form-control::-ms-input-placeholder {
  color: #eeeeee;
}

.search-modal-area .modal-content form.search-box .search-input .form-control::placeholder {
  color: #eeeeee;
}

.search-modal-area .modal-content form.search-box .search-input .search-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  line-height: 63px;
  font-size: 25px;
  background-color: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.search-modal-area .modal-content form.search-box .search-input .search-btn:hover {
  color: #ffffff;
  background-color: #c88d55;
}

.search-modal-area .modal-content .closer-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #ff3131;
  color: #ffffff;
  font-size: 20px;
  z-index: 1;
}

.search-modal-area .modal-dialog {
  max-width: 100%;
  margin: 0;
}

.search-modal-area.modal {
  overflow: hidden;
  padding: 0 !important;
}

/*
Banner Area Style
======================================================*/
.banner-area {
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 270px;
  background: transparent;
}

.banner-area.banner-style-two {
  background-image: initial;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.banner-area.banner-style-two .banner-content-wrap {
  height: 100%;
  position: relative;
  z-index: 1;
  background-image: url(../images/banner/banner-bg-2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 280px;
}

.banner-area.banner-style-two .banner-content-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), to(transparent));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), transparent);
  z-index: -1;
}

.banner-area .container-fluid {
  max-width: 1620px;
}

.banner-content {
  max-width: 800px;
}

.banner-content .top-title {
  color: #c88d55;
  font-size: 14px;
}

.banner-content h1 {
  font-size: 70px;
  margin-bottom: 25px;
  color: #ffffff;
}

.banner-content p {
  margin-bottom: 35px;
  max-width: 600px;
  font-size: 18px;
  color: #ffffff;
}

.banner-content-wrap {
  position: relative;
}

.banner-content-wrap .banner-img {
  position: absolute;
  top: -222px;
  right: 0;
}

/*
Hero Slider Area Style
======================================================*/
.hero-slider-area .container-fluid {
  max-width: 1620px;
}

.hero-slider-area .thumbs-wrap {
  max-width: 1220px;
  margin: auto;
  position: relative;
  z-index: 2;
}

.hero-slider-area .thumbs-wrap .owl-thumbs {
  position: absolute;
  bottom: 90px;
  right: 0;
  overflow: hidden;
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item {
  padding: 0 15px;
  display: inline-block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item span {
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  cursor: pointer;
  position: relative;
  display: inline-block;
  line-height: 1.3;
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item span::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 23px;
  width: 70px;
  height: 1px;
  background-color: #171717;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item.active {
  margin-right: 50px;
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item.active span::before {
  opacity: 1;
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item.active span {
  color: #c88d55;
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item.active span::before {
  background-color: #c88d55;
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item:hover span {
  color: #c88d55;
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item:hover span::before {
  background-color: #c88d55;
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item:last-child.active {
  margin-right: 0;
  margin-left: 50px;
}

.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item:last-child.active span::before {
  left: auto;
  right: 27px;
}

.hero-slider-area .owl-item.active .hero-slider-content {
  overflow: hidden;
}

.hero-slider-area .owl-item.active .hero-slider-content h1 {
  -webkit-animation: 1s fadeInLeft both;
          animation: 1s fadeInLeft both;
}

.hero-slider-area .owl-item.active .hero-slider-content p {
  -webkit-animation: 2s fadeInLeft both;
          animation: 2s fadeInLeft both;
}

.hero-slider-area .owl-item.active .hero-slider-content .slider-btn {
  -webkit-animation: 3s fadeInLeft both;
          animation: 3s fadeInLeft both;
}

.hero-slider-area .owl-item.active .slider-img img {
  -webkit-animation: 3s fadeInLeft both;
          animation: 3s fadeInLeft both;
}

.hero-slider-item {
  position: relative;
  z-index: 1;
  height: 850px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-top: 130px;
  padding-bottom: 287px;
}

.hero-slider-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(23, 23, 23, 0.9)), to(rgba(23, 23, 23, 0.5)));
  background-image: linear-gradient(to right, rgba(23, 23, 23, 0.9), rgba(23, 23, 23, 0.5));
  z-index: -1;
}

.hero-slider-item.bg-1 {
  background-image: url(../images/slider-bg/slider-bg-1.jpg);
}

.hero-slider-item.bg-2 {
  background-image: url(../images/slider-bg/slider-bg-2.jpg);
}

.hero-slider-item.bg-3 {
  background-image: url(../images/slider-bg/slider-bg-3.jpg);
}

.hero-slider-content {
  max-width: 800px;
}

.hero-slider-content .top-title {
  color: #c88d55;
  font-size: 14px;
}

.hero-slider-content h1 {
  font-size: 70px;
  margin-bottom: 25px;
  color: #ffffff;
}

.hero-slider-content p {
  margin-bottom: 35px;
  max-width: 600px;
  font-size: 18px;
  color: #ffffff;
}

/*
Video Area Style
======================================================*/
.video-area {
  position: relative;
  margin-top: -157px;
  z-index: 1;
}

.video-area .container-fluid {
  max-width: 1620px;
}

.video-area::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 193px;
  background-color: #171717;
}

.video-area.video-style-two {
  margin-top: -130px;
}

.video-area.video-style-two::before {
  display: none;
}

.video-area.video-style-two .video-bg {
  background-color: #171717;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.video-area.video-style-two .video-content {
  padding-top: 0;
  padding-bottom: 0;
}

.video-area.video-style-two .video-content h3 {
  top: 0;
}

.video-img {
  position: relative;
}

.video-img .video-btns {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-content {
  padding-top: 63px;
  padding-bottom: 63px;
  position: relative;
  background-color: #171717;
}

.video-content h4 {
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 15px;
  color: #ffffff;
}

.video-content span {
  font-size: 16px;
  color: #ffffff;
}

.video-content h3 {
  font-size: 30px;
  position: absolute;
  top: 58px;
  left: 0;
  padding-left: 150px;
  color: #ffffff;
  font-family: Helvetica, sans-serif;
  font-weight: normal;
}

/*
Values Area Style
======================================================*/
.single-values {
  padding: 30px;
  margin-bottom: 30px;
  background-color: #f8f8f9;
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-values.border-style {
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.single-values.border-style span {
  position: unset;
  margin-bottom: 20px;
  display: block;
  font-size: 70px;
  line-height: 1;
  margin-top: -10px;
}

.single-values.border-style i {
  position: absolute;
  top: 30px;
  right: 30px;
}

.single-values.border-style:hover {
  background-color: #0d307a;
  border-color: #0d307a;
}

.single-values.border-style:hover span {
  color: transparent;
  -webkit-text-stroke: 1px white;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.single-values.box-none {
  background-color: transparent;
  padding: 0;
}

.single-values.box-none h3 span {
  color: #c88d55;
}

.single-values.box-none:hover {
  background-color: transparent;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.single-values.box-none:hover i {
  color: #171717;
}

.single-values.box-none:hover h3 {
  color: #171717;
}

.single-values.box-none:hover p {
  color: #171717;
}

.single-values.box-none:hover span {
  color: #c88d55;
  -webkit-text-stroke: 1px #c88d55;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.single-values i {
  font-size: 50px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: #171717;
  width: 80px;
  height: 80px;
  line-height: 90px;
  border: 1px solid #171717;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  transition: all ease 0.5s;
  margin-bottom: 20px;
}

.single-values h3 {
  font-size: 24px;
  margin-bottom: 15px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-values p {
  margin-bottom: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-values .text-stroke {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 40px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(115, 115, 115, 0.5);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-values:hover {
  background-color: #171717;
}

.single-values:hover i {
  color: #ffffff;
  border-color: #ffffff;
}

.single-values:hover h3 {
  color: #ffffff;
}

.single-values:hover p {
  color: #ffffff;
}

.single-values:hover span {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/*
About Area Style
======================================================*/
.about-area {
  position: relative;
  height: 100%;
  z-index: 1;
  background-image: url(../images/about-bg.jpg);
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}

.about-area::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
}

.about-area.style-two {
  background-image: unset;
}

.about-area.style-two::before {
  display: none;
}

.about-area.style-three {
  background-image: unset;
}

.about-area.style-three::before {
  display: none;
}

.about-area.style-three .about-bg {
  background-color: #f9f9f9;
}

.about-area.style-three .about-img-2 {
  height: 100%;
  background-image: url(../images/about-img-2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-area.style-three .about-content {
  padding-left: 18px;
  padding-right: 30px;
}

.about-content .top-title {
  font-size: 16px;
  color: #c88d55;
  margin-bottom: 10px;
  display: inline-block;
}

.about-content h2 {
  font-size: 40px;
  margin-bottom: 30px;
}

.about-content h3 {
  position: relative;
  font-size: 25px;
  padding-left: 100px;
  margin-bottom: 15px;
  margin-top: 30px;
}

.about-content h3::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #c88d55;
}

.about-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.about-content ul li {
  display: inline-block;
  border-right: 1px solid #c88d55;
  padding-right: 30px;
  margin-right: 30px;
}

.about-content ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.about-content ul li h4 {
  font-size: 40px;
}

.about-content ul li h4 span {
  font-size: 16px;
  font-family: Helvetica, sans-serif;
  font-weight: normal;
  position: relative;
  top: -9px;
  margin-left: 5px;
}

.about-content .default-btn {
  margin-top: 30px;
}

.about-img {
  position: relative;
}

.solved-cases {
  text-align: center;
  position: absolute;
  top: 30px;
  left: 30px;
}

.solved-cases h3 {
  font-size: 40px;
  font-weight: 600;
}

.solved-cases span {
  color: #c88d55;
  font-size: 14px;
}

.year-founded {
  text-align: center;
  position: absolute;
  bottom: 30px;
  right: 80px;
}

.year-founded h3 {
  font-size: 40px;
  font-weight: 600;
}

.year-founded span {
  color: #c88d55;
  font-size: 14px;
}

/*
Single Practices Area Style
======================================================*/
.practice-areas .owl-theme .owl-nav {
  position: absolute;
  top: -103px;
  right: 0;
  max-width: 1360px;
  left: 0;
  margin: auto;
  text-align: right;
  margin-top: 0;
}

.practice-areas .owl-theme .owl-nav .owl-prev, .practice-areas .owl-theme .owl-nav .owl-next {
  margin-top: 0;
  margin-bottom: 0;
}

.practice-areas .owl-theme .owl-nav .owl-prev i, .practice-areas .owl-theme .owl-nav .owl-next i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  border: 1px solid #c88d55;
  color: #c88d55;
  display: inline-block;
  border-radius: 50px;
  font-size: 19px;
}

.practice-areas .owl-theme .owl-nav .owl-prev:hover, .practice-areas .owl-theme .owl-nav .owl-next:hover {
  background-color: transparent;
}

.single-practices {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 30px;
}

.single-practices::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-practices .practices-content {
  position: absolute;
  bottom: -135px;
  padding: 25px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-practices .practices-content h3 {
  margin-bottom: 15px;
  font-size: 24px;
}

.single-practices .practices-content h3 a {
  color: #ffffff;
}

.single-practices .practices-content p {
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-practices .practices-content a i {
  width: 40px;
  height: 40px;
  line-height: 39px;
  background-color: #ffffff;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  border-radius: 50px;
  color: #c88d55;
  border: 1px solid #c88d55;
  border-radius: 50%;
}

.single-practices:hover::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.single-practices:hover .practices-content {
  bottom: 0;
}

.single-practices:hover .practices-content p {
  opacity: 1;
}

/*
Choose Us Area Style
======================================================*/
.choose-us-bg {
  background-image: initial;
  background-color: #f9f9f9;
}

.choose-us-bg .choose-us-content {
  max-width: 100%;
  padding-left: 30px;
  padding-right: 18px;
  padding-bottom: 70px;
}

.choose-us-bg .choose-us-content .single-choose-us h3 {
  font-size: 20px;
}

.choose-us-bg .choose-us-img {
  background-image: url(../images/choose-us-img-2.jpg);
  margin-left: 0;
}

.choose-us-img {
  height: 100%;
  margin-left: 30px;
  background-image: url(../images/choose-us-img-2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.choose-us-content {
  max-width: 630px;
  margin-left: auto;
  padding-bottom: 170px;
}

.choose-us-content .top-title {
  font-size: 16px;
  color: #c88d55;
  margin-bottom: 10px;
  display: inline-block;
}

.choose-us-content h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

.choose-us-content p {
  margin-bottom: 20px;
}

.choose-us-content .single-choose-us {
  margin-bottom: 30px;
}

.choose-us-content .single-choose-us h3 {
  font-size: 24px;
  margin-bottom: 12px;
}

.choose-us-content .single-choose-us h3 span {
  color: #c88d55;
}

/*
Counter Area Style
======================================================*/
.counter-area .col-lg-3:last-child .single-counter::before {
  display: none;
}

.counter-title {
  font-size: 16px;
  color: #c88d55;
  display: block;
  margin-bottom: 40px;
  text-align: center;
}

.counter-bg {
  background-color: #171717;
  position: relative;
  margin-right: 100px;
}

.counter-bg.bg-color-05122d {
  background-color: #0d307a;
}

.counter-bg .col-lg-3:last-child .single-counter::before {
  display: none;
}

.single-counter {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
  text-align: center;
}

.single-counter::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  border-right: 1px dashed #4c3a29;
}

.single-counter h2 {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1;
  margin-bottom: 10px;
}

.single-counter h2 .target {
  position: relative;
  top: 0;
  margin-left: -10px;
  font-size: 35px;
  color: #ffffff;
}

.single-counter h4 {
  font-size: 16px;
  margin-bottom: 0;
  color: #c88d55;
  font-weight: normal;
}

/*
Professionals Area Style
======================================================*/
.single-professionals {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.single-professionals::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
}

.single-professionals .professionals-content {
  position: absolute;
  bottom: -58px;
  left: 0;
  right: 0;
  padding: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-professionals .professionals-content h3 {
  font-size: 24px;
}

.single-professionals .professionals-content h3 a {
  color: #ffffff;
}

.single-professionals .professionals-content span {
  color: #c88d55;
  font-size: 15px;
  display: block;
  margin-bottom: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-professionals .professionals-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-professionals .professionals-content ul li {
  display: inline-block;
  margin-right: 15px;
}

.single-professionals .professionals-content ul li:last-child {
  margin-right: 0;
}

.single-professionals .professionals-content ul li a i {
  color: #ffffff;
  font-size: 18px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-professionals .professionals-content ul li a:hover i {
  color: #c88d55;
}

.single-professionals:hover .professionals-content {
  bottom: 0;
}

.single-professionals:hover .professionals-content span {
  margin-bottom: 10px;
}

/*
Request Form Area Style
======================================================*/
.request-form-area {
  background-image: url(../images/request-form-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.request-form-area.style-two {
  background-image: url(../images/request-form-bg-2.jpg);
  background-position: left;
  background-size: contain;
}

.request-form-area.style-two .request-form {
  background-color: #fafafa;
}

.request-form-area.bg-color-171717 {
  background-image: unset;
  background-color: #f9f9f9;
}

.request-form {
  max-width: 800px;
  padding: 100px;
  background-color: #ffffff;
  margin-left: auto;
}

.request-form.bg-color-fafafa {
  max-width: 100%;
  background-color: #fafafa;
  padding: 50px;
}

.request-form h3 {
  font-size: 40px;
  margin-bottom: 15px;
  margin-top: -8px;
}

.request-form p {
  margin-bottom: 20px;
}

.request-form .default-btn {
  width: 100%;
}

.request-form .form-group {
  margin-bottom: 30px;
}

/*
Customers Area Style
======================================================*/
.customers-area {
  position: relative;
  padding-bottom: 200px;
}

.customers-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background-color: #c88d55;
}

.customers-area .customers-title {
  color: #ffffff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  top: 39%;
  left: 0;
  font-size: 40px;
  margin-bottom: 0;
  opacity: 0.3;
}

.customers-area .owl-carousel .owl-item img {
  width: auto;
}

.customers-area .owl-theme .owl-nav {
  margin-top: -30px;
  max-width: 840px;
  margin-left: auto;
  text-align: left;
  z-index: 9999;
  position: relative;
}

.customers-area .owl-theme .owl-nav .owl-prev, .customers-area .owl-theme .owl-nav .owl-next {
  border-radius: 0;
  margin: 0;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.customers-area .owl-theme .owl-nav .owl-prev i, .customers-area .owl-theme .owl-nav .owl-next i {
  color: #171717;
  display: inline-block;
  font-size: 19px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.customers-area .owl-theme .owl-nav .owl-prev:hover, .customers-area .owl-theme .owl-nav .owl-next:hover {
  background-color: transparent;
}

.customers-area .owl-theme .owl-nav .owl-prev:hover i, .customers-area .owl-theme .owl-nav .owl-next:hover i {
  color: #c88d55;
}

.customers-area .owl-theme .owl-nav .owl-next {
  border-left: 1px solid #c88d55;
}

.customers-area.style-three {
  padding-bottom: 100px;
}

.customers-area.style-three::before {
  display: none;
}

.customers-content {
  max-width: 600px;
  margin-left: 30px;
}

.customers-content img {
  margin-bottom: 15px;
}

.customers-content p {
  margin-bottom: 18px;
}

.customers-content h3 {
  font-size: 24px;
  font-weight: 600;
}

.customers-content span {
  color: #c88d55;
  font-size: 14px;
}

.customers-area-style-two .owl-carousel .owl-item img {
  width: auto;
}

.customers-area-style-two .owl-item.active.center .single-customers {
  background-color: #0d307a;
}

.customers-area-style-two .owl-item.active.center .single-customers h3 {
  color: #ffffff;
}

.customers-area-style-two .owl-item.active.center .single-customers p {
  color: #ffffff;
}

.customers-area-style-two .owl-theme .owl-dots {
  margin-top: 0 !important;
  line-height: 1;
}

.customers-area-style-two .owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 0 4px;
  background: transparent;
  border: 1px solid #c88d55;
  border-radius: 50%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
}

.customers-area-style-two .owl-theme .owl-dots .owl-dot:hover span {
  border-color: #c88d55;
}

.customers-area-style-two .owl-theme .owl-dots .owl-dot:hover span::before {
  background-color: #c88d55;
}

.customers-area-style-two .owl-theme .owl-dots .owl-dot.active span {
  border-color: #c88d55;
  position: relative;
}

.customers-area-style-two .owl-theme .owl-dots .owl-dot.active span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #c88d55;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 50%;
  margin: 3px;
}

.single-customers {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
}

.single-customers h3 {
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-customers span {
  color: #c88d55;
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-customers img {
  position: absolute;
  top: 30px;
  right: 30px;
}

/*
Partner Area Style
======================================================*/
.partner-area {
  position: relative;
}

.partner-area .owl-carousel .owl-item img {
  width: auto;
  margin: auto;
}

.partner-bg {
  background-color: #171717;
}

.partner-bg .partner-title {
  font-size: 16px;
  color: #c88d55;
  display: block;
  margin-bottom: 40px;
  text-align: center;
}

.partner-bg-style-two {
  background-color: transparent;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

.partner-bg-style-two .partner-title {
  position: absolute;
  left: -50px;
  top: 26px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.partner-bg-style-three {
  background-color: #171717;
  position: relative;
  padding-left: 100px;
}

.partner-bg-style-three .partner-title {
  position: absolute;
  left: 0;
  top: 125px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.partner-item img {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  cursor: pointer;
}

.partner-item:hover img {
  opacity: 1;
}

/*
News Area Style
======================================================*/
.single-news {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-news.bg-1 {
  background-image: url(../images/news/news-1.jpg);
  height: 100%;
  position: relative;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.single-news.bg-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.single-news.bg-1 .news-content {
  position: absolute;
  bottom: 0;
}

.single-news.style-three {
  margin-bottom: 30px;
}

.single-news.style-three img {
  margin-bottom: 20px;
}

.single-news.style-three .news-content {
  padding: 0;
}

.single-news.style-three .news-content h3 {
  margin-bottom: 0;
}

.single-news.style-three .news-content h3 a {
  color: #171717;
}

.single-news .news-content {
  padding: 30px;
}

.single-news .news-content ul {
  padding-left: 0;
  list-style: none;
  line-height: 1;
  margin-bottom: 20px;
}

.single-news .news-content ul li {
  display: inline-block;
  color: #c88d55;
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
  font-size: 14px;
}

.single-news .news-content ul li::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #c88d55;
  width: 1px;
  height: 100%;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

.single-news .news-content ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.single-news .news-content ul li:last-child::before {
  display: none;
}

.single-news .news-content ul li a {
  color: #c88d55;
}

.single-news .news-content ul li a:hover {
  color: #c88d55;
}

.single-news .news-content h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.single-news .news-content h3 a {
  color: #ffffff;
}

.single-news .news-content p {
  color: #ffffff;
}

.single-news .news-content .read-more {
  color: #c88d55;
}

.single-news .news-content.news-content-white h3 {
  margin-bottom: 15px;
}

.single-news .news-content.news-content-white p {
  color: #171717;
}

.single-news .news-content.black-title {
  padding: 0;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.single-news .news-content.black-title h3 a {
  color: #171717;
}

.single-news .news-content.black-title p {
  color: #171717;
}

.single-news .news-content.black-title.border-none {
  border-bottom: none;
}

.single-news:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*
Case Studies Area Style
======================================================*/
.case-studies-area .owl-item.active.center .single-case {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.case-studies-area .owl-item.active.center .single-case .case-content {
  bottom: 30px;
}

.case-studies-area .owl-item.active.center .single-case .case-content h3 {
  font-size: 16px;
  margin-bottom: 0;
}

.case-studies-area .owl-item.active.center .single-case .case-content span {
  font-size: 10px;
}

.case-studies-area .owl-item.active.center .single-case .case-content .read-more-btn {
  top: 32px;
}

.case-studies-area .owl-carousel .owl-item img {
  width: auto;
}

.case-studies-area .owl-theme .owl-nav {
  margin-top: 0;
}

.case-studies-area .owl-theme .owl-nav .owl-prev, .case-studies-area .owl-theme .owl-nav .owl-next {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 29%;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.case-studies-area .owl-theme .owl-nav .owl-prev i, .case-studies-area .owl-theme .owl-nav .owl-next i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  border: 1px solid #c88d55;
  color: #c88d55;
  display: inline-block;
  border-radius: 50px;
  font-size: 19px;
}

.case-studies-area .owl-theme .owl-nav .owl-prev:hover, .case-studies-area .owl-theme .owl-nav .owl-next:hover {
  background-color: transparent;
}

.case-studies-area .owl-theme .owl-nav .owl-next {
  left: auto;
  right: 29%;
}

.single-case {
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-bottom: 30px;
  margin-bottom: 82px;
  margin-top: 82px;
  transition: all ease 0.5s;
  overflow: hidden;
}

.single-case .case-content {
  position: absolute;
  bottom: -100%;
  left: 30px;
  right: 30px;
  background-color: #0d307a;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  padding-top: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  padding-right: 75px;
}

.single-case .case-content h3 {
  font-size: 18px;
}

.single-case .case-content h3 a {
  color: #ffffff;
}

.single-case .case-content span {
  color: #c88d55;
  font-size: 15px;
}

.single-case .case-content .read-more-btn {
  width: 40px;
  height: 40px;
  line-height: 39px;
  font-size: 20px;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #c88d55;
  color: #c88d55;
  background-color: #ffffff;
  display: inline-block;
  position: absolute;
  top: 40px;
  right: 30px;
}

.single-case:hover .case-content {
  bottom: 30px;
}

.single-case.mb-30 {
  margin-bottom: 30px !important;
}

.shorting .mix {
  display: none;
}

.shorting-menu {
  text-align: center;
  margin-bottom: 50px;
}

.shorting-menu .filter {
  background-color: transparent;
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.shorting-menu .filter.active {
  color: #c88d55;
}

/*
Team Bg Area Style
======================================================*/
.team-bg-video {
  position: relative;
}

.team-bg-video .video-btns {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*
Footer Area Style
======================================================*/
.footer-area {
  background-color: #171717;
}

.footer-area.style-two {
  background-color: #0d307a;
}

.single-footer-widget {
  margin-bottom: 30px;
}

.single-footer-widget .logo {
  margin-bottom: 20px;
  display: inline-block;
}

.single-footer-widget p {
  margin-bottom: 18px;
  color: #dddddd;
  font-size: 20px;
}

.single-footer-widget .mb-25 {
  margin-bottom: 24px;
}

.single-footer-widget .social-link {
  line-height: 1;
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-top: 20px;
}

.single-footer-widget .social-link li {
  display: inline-block;
  margin-right: 10px;
}

.single-footer-widget .social-link li:last-child {
  margin-right: 0;
}

.single-footer-widget .social-link li a i {
  width: 30px;
  height: 30px;
  line-height: 28px;
  color: #dddddd;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 20px;
}

.single-footer-widget .social-link li a:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.single-footer-widget .social-link li a:hover i {
  color: #c88d55;
}

.single-footer-widget h3 {
  font-size: 24px;
  margin-bottom: 25px;
  padding-bottom: 10px;
  color: #ffffff;
  position: relative;
  border-bottom: 1px solid #31313c;
}

.single-footer-widget .address {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-footer-widget .address li {
  position: relative;
  margin-bottom: 23px;
  position: relative;
  color: #dddddd;
  padding-left: 30px;
  font-size: 20px;
}

.single-footer-widget .address li i {
  position: absolute;
  color: #dddddd;
  left: 0;
  top: -2px;
  font-size: 20px;
}

.single-footer-widget .address li a {
  display: block;
  color: #dddddd;
}

.single-footer-widget .address li a:hover {
  color: #c88d55;
}

.single-footer-widget .address li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .import-link {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-footer-widget .import-link li {
  margin-bottom: 23px;
  font-size: 20px;
}

.single-footer-widget .import-link li a {
  color: #dddddd;
}

.single-footer-widget .import-link li a i {
  font-size: 20px;
  position: relative;
  top: 4px;
}

.single-footer-widget .import-link li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .import-link li:hover::before {
  border-radius: 50%;
}

.single-footer-widget .import-link li:hover a {
  color: #c88d55;
}

.single-footer-widget .newsletter-form {
  position: relative;
}

.single-footer-widget .newsletter-form .form-control {
  background-color: transparent;
  border: none;
  border: 1px solid #dddddd;
  color: #dddddd;
}

.single-footer-widget .newsletter-form .form-control::-webkit-input-placeholder {
  color: #dddddd;
}

.single-footer-widget .newsletter-form .form-control:-ms-input-placeholder {
  color: #dddddd;
}

.single-footer-widget .newsletter-form .form-control::-ms-input-placeholder {
  color: #dddddd;
}

.single-footer-widget .newsletter-form .form-control::placeholder {
  color: #dddddd;
}

.single-footer-widget .newsletter-form .submit-btn {
  background-color: transparent;
  color: #ffffff;
  position: absolute;
  top: 4px;
  right: 20px;
  padding: 10px;
  padding-right: 0;
  font-size: 20px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-footer-widget .newsletter-form .submit-btn:hover {
  color: #c88d55;
}

.single-footer-widget .newsletter-form #validator-newsletter {
  color: #8b0000;
  margin-top: 10px;
}

/*
Copy Right Area Style
======================================================*/
.copy-right-area {
  background-color: #171717;
  border-top: 1px solid #434343;
  padding-top: 15px;
  padding-bottom: 15px;
}

.copy-right-area.style-two {
  background-color: #0d307a;
  border-top: 1px solid #434343;
}

.copy-right-area p {
  color: #dddddd;
  font-size: 15px;
}

.copy-right-area p a {
  color: #c88d55;
}

.copy-right-area p a:hover {
  color: #ffffff;
}

.copy-right-area .terms-privacy {
  text-align: right;
}

.copy-right-area .terms-privacy ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  line-height: 1;
}

.copy-right-area .terms-privacy ul li {
  display: inline-block;
  border-right: 1px solid #dddddd;
  padding-right: 10px;
  margin-right: 10px;
}

.copy-right-area .terms-privacy ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.copy-right-area .terms-privacy ul li a {
  color: #dddddd;
  font-size: 15px;
}

.copy-right-area .terms-privacy ul li a:hover {
  color: #c88d55;
}

/*
Page Title Area Style
=====================================================*/
.page-title-area {
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/page-bg/page-bg-1.jpg);
}

.page-title-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.page-title-content {
  position: relative;
  max-width: 600px;
}

.page-title-content h2 {
  margin-bottom: 20px;
  font-size: 50px;
  color: #ffffff;
}

.page-title-content ul {
  padding-left: 0;
  list-style-type: none;
}

.page-title-content ul li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  padding-right: 15px;
  margin-left: 15px;
}

.page-title-content ul li a {
  color: #ffffff;
}

.page-title-content ul li a:hover {
  color: #c88d55;
}

.page-title-content ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  right: -3px;
  background-color: #c88d55;
  width: 1px;
  height: 15px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

.page-title-content ul li.active {
  color: #c88d55;
}

.page-title-content ul li:first-child {
  margin-left: 0;
}

.page-title-content ul li:last-child {
  padding-right: 0;
}

.page-title-content ul li:last-child::before {
  display: none;
}

/*
FAQ Area Style
======================================================*/
.accordion-item {
  margin-bottom: 20px;
  border-radius: 0 !important;
  border: none;
}

.accordion-item .accordion-body {
  border: 1px solid #eeeeee;
  border-top: none;
  border-radius: 0 0 4px 4px;
  padding: 15px;
  padding-top: 8px;
}

.accordion-item .accordion-body a {
  color: #c88d55;
}

.accordion-item .accordion-body ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.accordion-item .accordion-body ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
}

.accordion-item .accordion-body ul li:last-child {
  margin-bottom: 0;
}

.accordion-button {
  border: 1px solid #eeeeee;
  border-radius: 4px;
  font-weight: 600;
}

.accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 4px 4px 0 0;
  background-color: #ffffff;
  color: #c88d55;
  border-color: #c88d55;
}

.accordion-button:not(.collapsed)::after {
  background-image: unset;
  content: "\f1af";
  font-family: 'remixicon' !important;
  right: -3px;
  position: relative;
}

.accordion-button::after {
  background-image: unset;
  content: "\ea13";
  font-family: 'remixicon' !important;
  right: -8px;
  position: relative;
}

.got-questions .default-btn {
  width: 100%;
}

.got-questions .form-group {
  margin-bottom: 30px;
}

/*
User Area CSS
=====================================================*/
.user-area {
  position: relative;
  z-index: 1;
}

.user-area .pl-0 {
  padding-left: 0;
}

.user-area .pr-0 {
  padding-right: 0;
}

.user-area .user-form-content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 50px;
  margin: auto;
  max-width: 800px;
}

.user-area .user-form-content .logo {
  margin-bottom: 30px;
  text-align: center;
}

.user-area .user-form-content h3 {
  font-size: 30px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
  text-align: center;
}

.user-area .user-form-content .user-form .form-group {
  margin-bottom: 30px;
}

.user-area .user-form-content .user-form .form-group label {
  font-size: 16px;
  margin-bottom: 12px;
}

.user-area .user-form-content .user-form .form-group .form-control {
  background: #ffffff;
}

.user-area .user-form-content .user-form .login-action {
  margin-bottom: 30px;
}

.user-area .user-form-content .user-form .login-action .log-rem {
  display: inline-block;
}

.user-area .user-form-content .user-form .login-action .log-rem label {
  margin-bottom: 0;
  font-size: 16px;
}

.user-area .user-form-content .user-form .login-action .log-rem a {
  color: #c88d55;
}

.user-area .user-form-content .user-form .login-action .forgot-login {
  display: inline-block;
  float: right;
}

.user-area .user-form-content .user-form .default-btn {
  width: 100%;
  margin-bottom: 30px;
}

.user-area .user-form-content .or {
  text-align: center;
  font-size: 16px;
  display: block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.user-area .user-form-content .or::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 45%;
  height: 1px;
  background-color: #cccccc;
  z-index: -1;
}

.user-area .user-form-content .or::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 0;
  width: 45%;
  height: 1px;
  background-color: #cccccc;
  z-index: -1;
}

.user-area .user-form-content .or-login {
  display: block;
  text-align: center;
  border: 1px solid #cccccc;
  padding: 15px 30px;
  border-radius: 4px;
  margin-bottom: 30px;
  font-size: 16px;
}

.user-area .user-form-content .or-login i {
  color: #3b5998;
  font-size: 20px;
  position: relative;
  top: 4px;
}

.user-area .user-form-content .or-login.google i {
  color: #ed1d24;
}

.user-area .user-form-content .or-login:hover {
  background-color: #c88d55;
  color: #ffffff;
  border-color: #c88d55;
}

.user-area .user-form-content .or-login:hover i {
  color: #ffffff;
}

.user-area .user-form-content .create {
  text-align: center;
  font-size: 16px;
}

.user-area .user-form-content .create a {
  color: #c88d55;
}

.user-area .user-form-content.log-in-width {
  max-width: 930px;
  margin: auto;
}

.user-area .user-form-content.register-width {
  max-width: 930px;
  margin: auto;
}

.user-area #remember-2 {
  position: relative;
  top: 1px;
}

.user-area .log-in-img {
  background-image: url(../images/log-in-img.html);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.user-area .log-in-img.sign-up {
  background-image: url(../images/sign-up-img.html);
}

/*
Main Contact Area Style
=====================================================*/
.contact-form {
  margin-bottom: 30px;
  background-color: #fafafa;
  padding: 50px;
}

.contact-form.mr-0 {
  margin-right: 0;
}

.contact-form h2 {
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: -5px;
  position: relative;
}

.contact-form p {
  margin-bottom: 30px;
}

.contact-form .form-group {
  margin-bottom: 30px;
}

.contact-form .form-group label {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
  color: #171717;
}

.contact-form .form-group .form-control {
  background-color: #ffffff;
}

.contact-form .form-group.checkboxs {
  position: relative;
  padding-left: 25px;
}

.contact-form .form-group.checkboxs .chb2 {
  position: absolute;
  top: 8px;
  left: 0;
}

.list-unstyled {
  color: #dc3545;
  margin-top: 10px;
  font-size: 14px;
}

.hidden {
  display: none;
}

#msgSubmit {
  margin-top: 30px;
  font-size: 20px;
}

.map-area iframe {
  height: 480px;
  width: 100%;
  border: none !important;
  display: block;
}

.contact-info-single-list {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ececec;
}

.contact-info-single-list h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.contact-info-single-list ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.contact-info-single-list ul li {
  position: relative;
  padding-left: 0;
  padding-left: 75px;
  margin-bottom: 10px;
  color: #171717;
}

.contact-info-single-list ul li:last-child {
  margin-bottom: 0;
}

.contact-info-single-list ul li span {
  position: absolute;
  top: 0;
  left: 0;
}

.contact-info-single-list ul li a {
  color: #171717;
}

.contact-info-single-list ul li a i {
  margin-right: 10px;
  display: inline-block;
}

.contact-info-single-list.border-none {
  border-bottom: none;
  padding-bottom: 0;
}

/*
Pricing Area Style
=====================================================*/
.single-pricing {
  padding: 30px;
  border: 1px solid #ebebeb;
  margin-bottom: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-pricing h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.single-pricing.active {
  background-color: #171717;
  color: #ffffff;
}

.single-pricing.active h3 {
  color: #ffffff;
}

.single-pricing.active h2 sub {
  color: #ffffff;
}

.single-pricing h2 {
  color: #c88d55;
  margin-bottom: 12px;
}

.single-pricing h2 sub {
  font-size: 15px;
  top: -1px;
  color: #171717;
  font-family: Helvetica, sans-serif;
  font-weight: normal;
}

.single-pricing ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-pricing ul li {
  margin-bottom: 15px;
}

.single-pricing ul li:last-child {
  margin-bottom: 0;
}

.single-pricing ul li i {
  float: right;
}

.single-pricing .default-btn {
  margin-top: 20px;
  padding: 15px 35px;
  border-radius: 0;
}

.single-pricing:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

/*
Sidebar Widget Style
=====================================================*/
.sidebar-widget {
  margin-bottom: 35px;
  padding: 20px;
  background-color: #fafafa;
}

.sidebar-widget h3 {
  font-size: 20px;
  margin-bottom: 25px;
  position: relative;
  margin-top: -4px;
}

.sidebar-widget ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.sidebar-widget.search .search-form {
  position: relative;
}

.sidebar-widget.search .search-form .form-control {
  border-color: #ebebeb;
}

.sidebar-widget.search .search-form .search-button {
  position: absolute;
  width: 55px;
  height: 55px;
  line-height: 55px;
  top: 0;
  right: 0;
  font-size: 20px;
  color: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background-color: #c88d55;
}

.sidebar-widget.search .search-form .search-button:hover {
  background-color: #171717;
}

.sidebar-widget.categories ul li {
  position: relative;
  margin-bottom: 15px;
  font-size: 16px;
  position: relative;
}

.sidebar-widget.categories ul li a {
  display: block;
}

.sidebar-widget.categories ul li a i {
  font-size: 20px;
  position: relative;
  top: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  float: right;
}

.sidebar-widget.categories ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.sidebar-widget.recent-post ul li {
  margin-bottom: 15px;
  padding-bottom: 19px;
  position: relative;
  padding-left: 130px;
  border-bottom: 1px solid #eeeeee;
}

.sidebar-widget.recent-post ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.sidebar-widget.recent-post ul li a {
  font-size: 14px;
  color: #171717;
  margin-bottom: 10px;
  font-weight: 600;
  display: inline-block;
}

.sidebar-widget.recent-post ul li a:hover {
  color: #c88d55;
}

.sidebar-widget.recent-post ul li a img {
  position: absolute;
  top: 0;
  left: 0;
}

.sidebar-widget.recent-post ul li span {
  display: block;
  font-size: 14px;
  position: relative;
  padding-left: 20px;
}

.sidebar-widget.recent-post ul li span i {
  position: absolute;
  top: 2px;
  left: 0;
}

.sidebar-widget.tags ul li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}

.sidebar-widget.tags ul li a {
  border: 1px solid #eeeeee;
  padding: 8px 12px;
  display: inline-block;
  background-color: #ffffff;
}

.sidebar-widget.tags ul li a:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  background-color: #c88d55;
  color: #ffffff;
  border-color: #c88d55;
}

.sidebar-widget.tags ul li:last-child {
  margin-bottom: 0;
}

.sidebar-widget.brochures ul li {
  margin-bottom: 20px;
}

.sidebar-widget.brochures ul li:last-child {
  margin-bottom: 0;
}

.sidebar-widget.brochures ul li a {
  padding: 15px;
  display: block;
  background-color: #ffffff;
}

.sidebar-widget.brochures ul li a i {
  padding: 10px;
  background-color: #c88d55;
  color: #ffffff;
  margin-right: 10px;
}

.sidebar-widget.client-details {
  margin-bottom: 0;
}

.sidebar-widget.client-details ul li {
  position: relative;
  padding-left: 120px;
  margin-bottom: 20px;
}

.sidebar-widget.client-details ul li:last-child {
  margin-bottom: 0;
}

.sidebar-widget.client-details ul li .client-info {
  position: absolute;
  top: 0;
  left: 0;
}

.sidebar-widget.client-details ul li .client-info i {
  font-size: 20px;
  color: #c88d55;
  position: relative;
  top: 4px;
  margin-right: 5px;
}

.sidebar-widget.client-details ul li .client-info span {
  font-weight: 700;
  font-size: 18px;
  color: #171717;
}

.sidebar-widget.client-details ul li p {
  font-size: 18px;
  position: relative;
  top: 2px;
}

.sidebar-widget.client-details ul li.social-link a {
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.sidebar-widget.client-details ul li.social-link a i {
  font-size: 20px;
}

/*
Blog Details Content Style
=====================================================*/
.blog-details-content .blog-details-img {
  margin-bottom: 30px;
}

.blog-details-content .blog-top-content .blog-content .admin {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 10px;
}

.blog-details-content .blog-top-content .blog-content .admin li {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
  display: inline-block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: #c88d55;
}

.blog-details-content .blog-top-content .blog-content .admin li::before {
  content: "";
  position: absolute;
  top: 3px;
  right: -3px;
  width: 1px;
  height: 80%;
  background-color: #737373;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.blog-details-content .blog-top-content .blog-content .admin li i {
  color: #c88d55;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.blog-details-content .blog-top-content .blog-content .admin li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.blog-details-content .blog-top-content .blog-content .admin li:last-child::before {
  display: none;
}

.blog-details-content .blog-top-content .blog-content h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.blog-details-content .blog-top-content blockquote {
  padding: 30px 50px;
  position: relative;
  background-color: #f9fafb;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 4px;
  z-index: 1;
  padding-left: 105px;
}

.blog-details-content .blog-top-content blockquote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #c88d55;
}

.blog-details-content .blog-top-content blockquote p {
  font-size: 18px;
  color: #171717;
}

.blog-details-content .blog-top-content blockquote img {
  font-size: 60px;
  position: absolute;
  top: 60px;
  left: 20px;
  z-index: -1;
}

.blog-details-content .blog-top-content .blog-content-2 {
  margin-bottom: 25px;
}

.blog-details-content .blog-top-content .blog-content-3 {
  margin-bottom: 30px;
}

.blog-details-content .blog-top-content .blog-content-3 h3 {
  margin-bottom: 15px;
  font-size: 24px;
}

.blog-details-content .tags {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px 30px;
  background-color: #fafafa;
}

.blog-details-content .tags .tag-link {
  padding: 0;
  margin: 0;
  list-style-type: none;
  line-height: 1;
  display: inline-block;
}

.blog-details-content .tags .tag-link li {
  display: inline-block;
  margin-right: 15px;
}

.blog-details-content .tags .tag-link li.title i {
  color: #171717;
  font-size: 20px;
  position: relative;
  top: 4px;
}

.blog-details-content .tags .tag-link li a {
  font-size: 16px;
  display: inline-block;
}

.blog-details-content .tags .tag-link li a:hover {
  color: #c88d55;
}

.blog-details-content .share-link {
  display: inline-block;
  float: right;
  position: relative;
  padding-bottom: 20px;
}

.blog-details-content .share-link .social-icon {
  list-style-type: none;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: 1;
  padding-left: 0;
  margin-bottom: 0;
}

.blog-details-content .share-link .social-icon li {
  display: inline-block;
}

.blog-details-content .share-link .social-icon li a {
  padding: 0 5px;
}

.blog-details-content .share-link .social-icon li a i {
  font-size: 18px;
}

.blog-details-content .share-link:hover .social-icon {
  top: 46px;
  opacity: 1;
}

.blog-details-content .comment {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 40px;
  background-color: #fafafa;
}

.blog-details-content .comment li {
  padding: 30px;
  display: inline-block;
  position: relative;
  padding-left: 120px;
}

.blog-details-content .comment li img {
  position: absolute;
  top: 30px;
  left: 30px;
}

.blog-details-content .comment li h3 {
  font-size: 16px;
  margin-top: -5px;
  margin-bottom: 2px;
}

.blog-details-content .comment li span {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}

.blog-details-content .comment li p {
  margin-bottom: 0;
}

.blog-details-content .comment li .read-more {
  position: absolute;
  top: 30px;
  right: 30px;
}

.blog-details-content .comment li.margin-left {
  margin-left: 30px;
}

.blog-details-content .leave-reply {
  background-color: #fafafa;
  padding: 30px;
}

.blog-details-content .leave-reply h3 {
  margin-bottom: 10px;
  font-size: 24px;
  position: relative;
  margin-top: -5px;
}

.blog-details-content .leave-reply form p {
  margin-bottom: 30px;
}

.blog-details-content .leave-reply form .form-group {
  margin-bottom: 30px;
}

.blog-details-content .leave-reply form .form-group label {
  margin-bottom: 10px;
  font-weight: 600;
}

.blog-details-content .leave-reply form .form-group .form-control {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
}

.blog-details-content .leave-reply form .form-group .form-control::-webkit-input-placeholder {
  color: #cccccc;
}

.blog-details-content .leave-reply form .form-group .form-control:-ms-input-placeholder {
  color: #cccccc;
}

.blog-details-content .leave-reply form .form-group .form-control::-ms-input-placeholder {
  color: #cccccc;
}

.blog-details-content .leave-reply form .form-group .form-control::placeholder {
  color: #cccccc;
}

/*
Main Content Text Style
=====================================================*/
.main-content-text h1, .main-content-text h2, .main-content-text h3, .main-content-text h4, .main-content-text h5, .main-content-text h6 {
  margin-bottom: 15px;
}

.main-content-text h1 {
  font-size: 30px;
}

.main-content-text h2 {
  font-size: 26px;
}

.main-content-text h3 {
  font-size: 24px;
}

.main-content-text h4 {
  font-size: 22px;
}

.main-content-text h5 {
  font-size: 20px;
}

.main-content-text h6 {
  font-size: 18px;
}

.main-content-text .gap-20 {
  margin-bottom: 30px;
}

.main-content-text ul {
  padding: 0;
  list-style-type: none;
}

.main-content-text ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 35px;
}

.main-content-text ul li:last-child {
  margin-bottom: 0;
}

.main-content-text ul li i {
  position: absolute;
  top: -6px;
  left: 0;
  color: #c88d55;
  font-size: 25px;
}

.main-content-text ol {
  padding-left: 18px;
}

.main-content-text ol li {
  margin-bottom: 10px;
}

.main-content-text ol li::marker {
  color: #c88d55;
}

.main-content-text ol li:last-child {
  margin-bottom: 0;
}

.main-content-text a {
  color: #c88d55;
}

.main-content-text a:hover {
  text-decoration: underline;
}

/*
Coming Soon Area Style
=====================================================*/
.coming-soon-area {
  height: 100vh;
  position: relative;
  background-image: url(../images/coming-soon-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.coming-soon-area .coming-soon-content {
  max-width: 700px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  padding: 60px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.coming-soon-area .coming-soon-content .logo {
  display: inline-block;
}

.coming-soon-area .coming-soon-content h2 {
  font-size: 48px;
  margin-top: -10px;
  margin-bottom: 0;
}

.coming-soon-area .coming-soon-content #timer {
  margin-top: 40px;
}

.coming-soon-area .coming-soon-content #timer div {
  border: 4px solid #c88d55;
  color: #c88d55;
  width: 100px;
  height: 105px;
  border-radius: 5px;
  font-size: 40px;
  font-weight: 800;
  margin-left: 10px;
  margin-right: 10px;
}

.coming-soon-area .coming-soon-content #timer div span {
  display: block;
  margin-top: -2px;
  font-size: 17px;
  font-weight: 600;
}

.coming-soon-area .coming-soon-content form {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.coming-soon-area .coming-soon-content form .form-group {
  margin-bottom: 25px;
  width: 100%;
  position: relative;
}

.coming-soon-area .coming-soon-content form .form-group .label-title {
  margin-bottom: 0;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  color: #171717;
}

.coming-soon-area .coming-soon-content form .form-group .label-title i {
  position: absolute;
  left: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  top: 9px;
  font-size: 22px;
}

.coming-soon-area .coming-soon-content form .form-group .label-title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background: #c88d55;
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter {
  border-radius: 0;
  border: 1px solid #eeeeee;
  padding: 10px 20px;
  color: #171717;
  height: 50px;
  display: block;
  width: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 16px;
  font-weight: 400;
  background-color: #ffffff;
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter::-webkit-input-placeholder {
  color: #737373;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:-ms-input-placeholder {
  color: #737373;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter::-ms-input-placeholder {
  color: #737373;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter::placeholder {
  color: #737373;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus {
  border-color: #c88d55;
  outline: 0 !important;
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus::-webkit-input-placeholder {
  color: transparent;
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus:-ms-input-placeholder {
  color: transparent;
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus::-ms-input-placeholder {
  color: transparent;
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus::placeholder {
  color: transparent;
}

.coming-soon-area .coming-soon-content form .default-btn {
  border-radius: 0;
  position: relative;
  height: 46px;
  line-height: 0;
}

.coming-soon-area .coming-soon-content form .default-btn::before {
  border-radius: 0;
}

.coming-soon-area .coming-soon-content form .validation-danger {
  margin-top: 15px;
  color: #ff0000;
}

.coming-soon-area .coming-soon-content form .validation-success {
  margin-top: 15px;
}

.coming-soon-area .coming-soon-content form p {
  margin-bottom: 0;
  margin-top: 20px;
}

.coming-soon-area .coming-soon-content .newsletter-form {
  position: relative;
}

.coming-soon-area .coming-soon-content .newsletter-form .default-btn {
  position: absolute;
  top: 2px;
  right: 2px;
}

.coming-soon-area .online-treatment-shape-1 {
  position: absolute;
  top: 0;
  right: 0;
}

.coming-soon-area .online-treatment-shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
}

/*
404 Error Area Style
=====================================================*/
.error-area {
  text-align: center;
  position: relative;
  z-index: 1;
  background-color: #afafaf;
}

.error-area .error-content {
  z-index: 1;
  position: relative;
}

.error-area .error-content h1 {
  font-size: 300px;
  line-height: 1;
  font-weight: 700;
  color: #c88d55;
  margin-top: -38px;
}

.error-area .error-content h1 .a {
  display: inline-block;
}

.error-area .error-content h1 .red {
  color: #ff0000;
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.error-area .error-content h1 .b {
  display: inline-block;
}

.error-area .error-content h3 {
  margin: 30px 0 0;
  position: relative;
  color: #ff0000;
}

.error-area .error-content p {
  margin: 20px 0 20px;
  font-size: 19px;
  color: #ffffff;
}

/*
Gallery Style
=====================================================*/
.single-gallery {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.single-gallery .img {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-gallery:hover .img {
  top: 0;
}

.load-more__btn {
  background-color: #c88d55;
  color: #ffffff;
  padding: 12px 35px;
  text-align: center;
  margin: auto;
  display: table;
}

.load-more__btn:hover {
  background-color: #171717;
  color: #ffffff;
}

/*
Practice Areas Details Style
=====================================================*/
.practice-areas-content .practice-details-img {
  margin-bottom: 30px;
}

.practice-areas-content .title {
  font-size: 24px;
}

.practice-areas-content h4 {
  font-size: 20px;
  margin-top: 20px;
}

.practice-areas-content .choosing h4 {
  margin-top: 0;
  margin-bottom: 20px;
}

/*
Case Studies Details Style
=====================================================*/
.case-studies-content .practice-details-img {
  margin-bottom: 30px;
}

.case-studies-content .title {
  font-size: 24px;
}

.case-studies-content h4 {
  font-size: 20px;
  margin-top: 20px;
}

.case-studies-content .choosing h4 {
  margin-top: 0;
  margin-bottom: 20px;
}

/*
Attorney Details Style
=====================================================*/
.attorney-details{
    width: 400px;
    margin: 0 auto;
    text-align: center;
}

.attorney-details img {
  width: 300px;
  margin: 0 auto 20px;
}

.attorney-details h3 {
  font-size: 20px;
}

.attorney-details span {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 10px;
}

.attorney-details .social-link {
  padding-left: 0;
  margin-bottom: 10px;
  list-style-type: none;
}

.attorney-details .social-link li {
  display: inline-block;
  margin-right: 15px;
}

.attorney-details .social-link li:last-child {
  margin-right: 0;
}

.attorney-details .social-link li a i {
  color: #171717;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 20px;
}

.attorney-details .social-link li a:hover i {
  color: #c88d55;
}

.attorney-details .info-list {
  padding-left: 0;
  margin-bottom: 20px;
  list-style-type: none;
}

.attorney-details .info-list li {
  margin-bottom: 10px;
}

.attorney-details .info-list li:last-child {
  margin-bottom: 0;
}

.attorney-details .info-list li span {
  color: #171717;
  font-weight: 600;
  margin-right: 5px;
  margin-bottom: 0;
}

.attorney-content {
  margin-left: 30px;
}

.attorney-content h3 {
  font-size: 28px;
}

.attorney-content h4 {
  font-size: 20px;
  margin-bottom: 12px;
}

.attorney-content ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.attorney-content ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}

.attorney-content ul li:last-child {
  margin-bottom: 0;
}

.attorney-content ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #171717;
  border-radius: 50px;
}

.attorney-content .skills {
  margin-top: 30px;
}

.attorney-content .skills li {
  margin-bottom: 30px;
  padding-left: 0;
}

.attorney-content .skills li span {
  position: relative;
  top: -20px;
  color: #171717;
}

.attorney-content .skills li:last-child {
  margin-bottom: 0;
}

.attorney-content .skills li::before {
  background-color: #f8f8f9;
  width: 100%;
  border-radius: 0;
}

.attorney-content .skills li::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 70%;
  height: 7px;
  background-color: #c88d55;
}

.attorney-content .skills li:nth-child(2)::after {
  width: 90%;
}

.request-form-area.bg-removed {
  background-image: unset;
  background-color: #f9f9f9;
}

/*====================================================
OTHERS STYLE AREA
=====================================================*/
/*
Preloader Area Style*/
.preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 99999;
}

.preloader .content {
  width: 80px;
  height: 80px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.preloader .content::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  background: white;
}

.preloader .content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #c88d55;
  -webkit-animation: rotate-five 12s infinite alternate;
          animation: rotate-five 12s infinite alternate;
}

.preloader .content .box {
  height: 50%;
  width: 50%;
  background: #c88d55;
  position: relative;
  z-index: 10;
  -webkit-animation: 12s rotate-five infinite alternate;
          animation: 12s rotate-five infinite alternate;
}

.preloader.preloader-deactivate {
  visibility: hidden;
}

@-webkit-keyframes rotate-five {
  0% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-five {
  0% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*
Go Top Style*/
.go-top {
  position: fixed;
  cursor: pointer;
  right: 3%;
  top: 87%;
  background-color: #c88d55;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  -webkit-transform: scale(0);
          transform: scale(0);
  visibility: hidden;
  -webkit-transition: .9s;
  transition: .9s;
}

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #c88d55;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top:hover {
  color: #ffffff;
  background-color: #c88d55;
}

.go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top:focus {
  color: #ffffff;
}

.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}

.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
  right: 3%;
  top: 84%;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*
Video wave Style*/
.video-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 0;
  color: #c88d55;
  position: relative;
  top: 3px;
  z-index: 1;
  background-color: rgba(27, 27, 27, 0.8);
  border-radius: 50%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.video-btn i {
  font-size: 42px;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 1px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.video-btn::after, .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 0;
  border-radius: 50%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-animation: ripple 1.6s ease-out infinite;
          animation: ripple 1.6s ease-out infinite;
  background-color: rgba(27, 27, 27, 0.8);
}

.video-btn:hover {
  background-color: rgba(200, 141, 85, 0.8);
}

.video-btn:hover::before, .video-btn:hover::after {
  background-color: rgba(200, 141, 85, 0.8);
}

@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

/*
Page-navigation Area Style*/
.pagination-area {
  margin-top: 10px;
  text-align: center;
}

.pagination-area .page-numbers {
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #171717;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 17px;
  background-color: #f9fbfe;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid #ebebeb;
}

.pagination-area .page-numbers:hover {
  color: #ffffff;
  border-color: #c88d55;
  background-color: #c88d55;
}

.pagination-area .page-numbers i {
  font-size: 20px;
}

.pagination-area .page-numbers.next {
  top: 3px;
}

.pagination-area .page-numbers.current {
  color: #ffffff;
  border-color: #c88d55;
  background-color: #c88d55;
}
/*# sourceMappingURL=style.css.map */

.test3{
width: 100%;
display: flex;
justify-content: start;

 }

 .test1{
 margin-right: 20px;
 }
 .test1 img{
    width: 300px;
    height: 180px;
 max-width: 320px;
 object-fit: cover;
 }

#background-video{
position: absolute;
width: 100%;
right: 0;
top: 0;
min-height: 100%;
min-width: 100%;
z-index: -1;
background-color: #3266a8;

}

.bg_overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2
}


.header-container   {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    transition: .3s;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    box-sizing: border-box;
    margin: 0 auto;
    padding-top: 5px;
    height: 130px;
    display: flex;
}
.gerb{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    box-sizing: border-box;
    float: left;
    margin: 5px 20px;
}
.site-name{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    box-sizing: border-box;
    text-align: center;
    width: 75%;
    margin: 15px auto;
}
.site-name h3{
    color: #fff !important;
    position: relative;
    z-index: 2
}
#logo-head{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    width: 135px;
    height: 135px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    box-sizing: border-box;
    float: right;max-width:
    margin: 0;
}
.scale-hidden{
    transform: scale(0)
}
.test4{
border: 2px solid #c88d55;
margin-top: 20px;
max-height: 658px;
overflow: auto;
}

.owl-carousel.owl-drag .owl-item div a p {
    color: #fff
}

.vacancy ul, .vacancy ol{
    margin: 0;
}
.vacancy table h5{
    margin: 20px 20px;
}
.vacancy table span {
    padding: 10px 35px;
}

.ri-mail-fill{
font-size: 24px;
}

.new-class .h3, .new-class .h4 {
font-size: 3.5vw !important;
}

.statistic h4{
font-weight: normal;
}