@import url(https://fonts.googleapis.com/css?family=Muli:300,300i,400,400i,600,600i,700,700i,800,800i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Playfair+Display:400,400i,700,700i,900,900i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);

* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

.agree-btn {
  position: relative;
  opacity: 1;
  float: left;
  line-height: 24px;
  color: #000;
  font-size: 12px;
  text-shadow: none;
  cursor: pointer !important;
  font-weight: 500;
  border-radius: 4px;
  background-color: #d5aa6d !important;
  text-transform: capitalize;
  padding: 4px 30px 4px 30px !important;
  font-family: inherit;
  box-shadow: 0 10px 20px rgb(212 169 109 / 0.15);
}

.agree-btn:hover {
  background-color: #cd9c56 !important;
  opacity: 1;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  text-align: justify;
  color: #777;
  line-height: 1.7em;
  font-weight: 400;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

.bordered-layout .page-wrapper {
  padding: 0 50px 0;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #4835ce;
}

button,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: 400;
  margin: 0;
  background: none;
  line-height: 1.6em;
  font-family: "Poppins", sans-serif;
}

.comon-text p {
  font-size: 14px;
  color: #444956;
  line-height: 24px;
  padding-bottom: 4px;
  text-align: justify;
  color: #000;
}

.comon-text ul {
  margin: 0;
  padding: 0;
  padding: 2px 17px 5px 35px;
  text-align: justify;
}

.comon-text ul li {
  font-size: 14px;
  color: #444956;
  padding-bottom: 5px;
  line-height: 24px;
  list-style: disc;
}

.modal-title {
  color: #444956;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

textarea {
  overflow: hidden;
}

p {
  position: relative;
  line-height: 1.8em;
  font-family: "Muli", sans-serif;
}

.container {
  position: static;
  padding: 0 15px;
  margin: 0 auto;
}

.medium-container {
  max-width: 850px;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  display: inline-block;
  max-width: 100%;
}

.theme-btn {
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.centered {
  text-align: center;
}

.btn-style-one {
  position: relative;
  line-height: 24px;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  font-weight: 600;
  border-radius: 50px;
  background-color: #9e7247;
  text-transform: uppercase;
  padding: 16px 36px 16px 36px;
  font-family: "Poppins", sans-serif;
  box-shadow: 0 10px 20px rgb(212 169 109 / 0.15);
  background-image: -ms-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
}

.btn-style-one:hover {
  color: #fff;
  background-image: -ms-linear-gradient(left, #9d7146 0%, #d5aa6d 100%);
  background-image: -moz-linear-gradient(left, #9d7146 0%, #d5aa6d 100%);
  background-image: -o-linear-gradient(left, #9d7146 0%, #d5aa6d 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #9d7146),
    color-stop(100, #d5aa6d)
  );
  background-image: -webkit-linear-gradient(left, #9d7146 0%, #d5aa6d 100%);
  background-image: linear-gradient(to right, #9d7146 0%, #d5aa6d 100%);
}

.btn-style-two {
  position: relative;
  padding: 11px 32px 11px;
  line-height: 24px;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  font-weight: 400;
  border-radius: 50px;
  text-transform: capitalize;
  background-color: #191514;
  box-shadow: 0 2px 10px 3px rgb(0 0 0 / 0.15);
}

.btn-style-two:hover {
  background-color: #9d7146;
  background-image: -ms-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -moz-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -o-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #d5aa6d),
    color-stop(100, #9e7247)
  );
  background-image: -webkit-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
  color: #fff;
}

.btn-style-three {
  position: relative;
  padding: 11px 32px 11px;
  line-height: 24px;
  color: #333;
  font-size: 15px;
  cursor: pointer;
  font-weight: 400;
  border-radius: 50px;
  text-transform: capitalize;
  background-color: #eeeef6;
  box-shadow: inset 0 0 10px rgb(0 0 0 / 0.2);
}

.btn-style-three:hover {
  background-color: #9d7146;
  background-image: -ms-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -moz-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -o-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #d5aa6d),
    color-stop(100, #9e7247)
  );
  background-image: -webkit-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
  color: #fff;
}

.theme_color {
  color: #d5aa6d;
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/legacy-content/themes/pbmtassociates/images/icons/preloader.svg);
  background-size: 80px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.scroll-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 60px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: #0a0a0a;
  display: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  color: #fff;
  background: #d5aa6d;
}

.section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
}

.section-title .title {
  position: relative;
  font-size: 15px;
  color: #006aff;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 12px;
  text-transform: capitalize;
  font-family: "Muli";
}

.section-title h3 {
  position: relative;
  color: #191514;
  font-weight: bolder;
  line-height: 1.4em;
  padding-bottom: 22px;
  font-family: "Muli";
}

.section-title h3 span {
  position: relative;
  color: #fff;
  font-style: normal;
  font-family: "Playfair Display", serif;
  background: linear-gradient(to right, #044ae9 0%, #046dff 100%);
  -webkit-background-clip: text;
}

.section-title h3:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background-color: #ddd;
}

.section-title .text {
  position: relative;
  font-size: 14px;
  line-height: 1.9em;
  color: #555;
  margin-top: 10px;
}

.section-title.centered .big-title,
.section-title.centered {
  text-align: center;
}

.section-title.centered h3:after {
  left: 50%;
  margin-left: -20px;
}

.section-title.light .text {
  color: #999;
}

.section-title.light h3 {
  color: #fff;
}

.list-style-one {
  position: relative;
  z-index: 1;
}

.list-style-one li {
  position: relative;
  color: #191514;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 30px;
  line-height: 1.5em;
  font-family: "Muli", sans-serif;
}

.list-style-one li:before {
  position: absolute;
  content: "\f16a";
  left: 0;
  top: 0;
  color: #191514;
  font-family: "Flaticon";
}

.list-style-two {
  position: relative;
  z-index: 1;
}

.list-style-two li {
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.7em;
  padding-left: 52px;
}

.list-style-two li .icon {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 28px;
  color: #d5aa6d;
  margin-right: 15px;
  background: linear-gradient(to left, #d5aa6d 0%, #9e7247 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
}

.list-style-two.style-two li {
  color: #191514;
  font-size: 16px;
}

.list-style-three {
  position: relative;
}

.list-style-three li {
  position: relative;
  color: #999;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 25px;
}

.list-style-three li .icon {
  position: absolute;
  left: 0;
  top: 0;
  color: #999;
  font-size: 14px;
}

.list-style-four {
  position: relative;
  z-index: 1;
}

.list-style-four li {
  position: relative;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 30px;
  padding-left: 60px;
  line-height: 1.5em;
}

.list-style-four li strong {
  position: relative;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 2px;
}

.list-style-four li .icon {
  position: absolute;
  left: 0;
  top: 10px;
  color: #9f7348;
  font-size: 40px;
}

.list-style-five {
  position: relative;
}

.list-style-five li {
  position: relative;
  color: #666;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 8px;
  padding-left: 25px;
}

.list-style-five li:before {
  position: absolute;
  content: "\f042";
  left: 0;
  top: 1px;
  font-size: 14px;
  color: #666;
  font-family: "FontAwesome";
}

.list-style-six {
  position: relative;
}

.list-style-six li {
  position: relative;
  color: #666;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
  padding-left: 32px;
  line-height: 1.7em;
}

.list-style-six li .icon {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 22px;
  color: #d5aa6d;
  line-height: 1em;
  background: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
}

.list-style-seven {
  position: relative;
}

.list-style-seven li {
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
  padding-left: 35px;
  line-height: 1.7em;
}

.list-style-seven li .icon {
  position: absolute;
  left: 0;
  top: 2px;
  color: #b38856;
  font-size: 25px;
}

.main-header {
  position: absolute;
  z-index: 999;
  width: 100%;
  margin-top: 30px;
}

.main-header .main-box {
  position: relative;
  padding: 0 0;
  left: 0;
  top: 0;
  width: 100%;
  background: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .main-box .outer-container {
  position: relative;
  padding: 0 40px;
}

.main-header .main-box .logo-box {
  position: relative;
  float: left;
  left: 0;
  z-index: 10;
  padding: 30px 0;
}

.main-header .main-box .logo-box .logo img {
  display: inline-block;
  max-width: 100%;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .header-upper {
  position: relative;
  z-index: 1;
}

.main-header .header-upper .outer-box {
  position: relative;
  float: right;
  color: #fff;
  cursor: pointer;
}

.main-header .header-upper .outer-box .nav-toggler {
  position: relative;
  width: 97px;
  height: 90px;
  font-size: 22px;
  line-height: 90px;
  margin-left: 25px;
  text-align: center;
  display: inline-block;
  box-shadow: 0 10px 20px rgb(212 169 109 / 0.15);
  background-image: linear-gradient(
    to right,
    #d5aa6d,
    #c79b63,
    #b98d59,
    #ab7f4f,
    #9d7146
  );
}

.main-header .header-upper .outer-box .nav-toggler:hover {
  background-image: linear-gradient(
    to right,
    #9d7146,
    #ab7f4f,
    #b98d59,
    #c79b63,
    #d5aa6d
  );
}

.main-header .header-upper .search-box-outer {
  position: relative;
  right: 0;
  float: left;
  color: #fff;
}

.main-header .header-upper .search-box-btn {
  position: relative;
  width: 97px;
  height: 90px;
  display: block;
  color: #d5aa6d;
  padding: 0;
  margin: 0;
  font-size: 22px;
  cursor: pointer;
  background: none;
  text-align: center;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-color: #042655;
}

.main-header .header-upper .search-box-btn:after {
  display: none;
}

.main-header .header-upper .search-box-outer .dropdown-menu {
  top: 45px;
  right: 0;
  padding: 0;
  width: 280px;
  margin-top: 90px;
  border-radius: 0;
  left: auto !important;
  border-top: 3px solid #d5aa6d;
  transform: translate3d(0, 0, 0) !important;
}

.main-header .header-upper .search-box-outer .dropdown-menu > li {
  padding: 0;
  border: none;
  background: none;
}

.main-header .header-upper .search-panel .form-container {
  padding: 25px 20px;
}

.main-header .header-upper .search-panel .form-group {
  position: relative;
  margin: 0;
}

.main-header .header-upper .search-panel input[type="text"],
.main-header .header-upper .search-panel input[type="search"],
.main-header .header-upper .search-panel input[type="password"],
.main-header .header-upper .search-panel select {
  display: block;
  width: 100%;
  height: 40px;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 7px 40px 7px 15px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .header-upper .search-panel input:focus,
.main-header .header-upper .search-panel select:focus {
  border-color: #d5aa6d;
}

.main-header .header-upper .search-panel .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #555;
  font-size: 12px;
  background: none;
  cursor: pointer;
}

.main-header .header-upper .outer-box .nav-btn {
  position: relative;
}

.main-header .header-upper .outer-box .nav-btn .nav-btn {
  position: relative;
}

.main-header .header-lower .outer-box {
  position: relative;
  float: right;
  padding: 13px 0;
}

.main-header .header-lower .outer-box .cart-box {
  position: relative;
  float: left;
  color: #fff;
  font-size: 14px;
  background: none;
  margin-top: 5px;
  display: inline-block;
  margin-right: 25px;
}

.main-header .header-lower .outer-box .cart-box .cart-box-btn {
  background: none;
  cursor: pointer;
  font-size: 20px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.main-header .header-lower .outer-box .cart-box .cart-box-btn:after {
  display: none;
}

.main-header .header-lower .outer-box .cart-box-btn .total-cart {
  position: absolute;
  right: -8px;
  top: -8px;
  width: 18px;
  height: 18px;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  background-color: #509cf9;
}

.main-header .header-lower .search-box-outer {
  position: relative;
  right: 0;
  float: left;
  color: #fff;
  margin-top: 2px;
}

.main-header .header-lower .search-box-btn {
  position: relative;
  display: block;
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 18px;
  cursor: pointer;
  background: none;
  text-align: right;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-header .header-lower .search-box-btn:after {
  display: none;
}

.main-header .header-lower .search-box-outer .dropdown-menu {
  top: 45px;
  right: 0;
  padding: 0;
  width: 280px;
  margin-top: 17px;
  border-radius: 0;
  border-top: 3px solid #509cf9;
}

.main-header .header-lower .search-box-outer .dropdown-menu > li {
  padding: 0;
  border: none;
  background: none;
}

.main-header .header-lower .search-panel .form-container {
  padding: 25px 20px;
}

.main-header .header-lower .search-panel .form-group {
  position: relative;
  margin: 0;
}

.main-header .header-lower .search-panel input[type="text"],
.main-header .header-lower .search-panel input[type="search"],
.main-header .header-lower .search-panel input[type="password"],
.main-header .header-lower .search-panel select {
  display: block;
  width: 100%;
  height: 40px;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 7px 40px 7px 15px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .header-lower .search-panel input:focus,
.main-header .header-lower .search-panel select:focus {
  border-color: #509cf9;
}

.main-header .header-lower .search-panel .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #555;
  font-size: 12px;
  background: none;
  cursor: pointer;
}

.main-header .header-lower .language {
  position: relative;
  line-height: 1em;
  margin-top: 3px;
  margin-left: 20px;
  display: inline-block;
}

.main-header .header-lower .language .flag-icon {
  margin-right: 8px;
}

.main-header .header-lower .language .dropdown-menu {
  top: 100%;
  right: 0;
  left: auto;
  width: 170px;
  border: none;
  padding: 0;
  margin-top: 16px;
  border-radius: 0;
  background-color: #222;
  border-top: 3px solid #509cf9;
  transform: translate3d(0, 0, 0) !important;
}

.main-header .header-lower .language > a {
  color: #fff;
  text-transform: capitalize;
  display: inline-block;
  border: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1em;
  padding: 0;
  border-radius: 0;
}

.main-header .header-lower .language > a:after {
  display: none;
}

.main-header .header-lower .language a:hover {
  background: none;
}

.main-header .header-lower .language .dropdown-menu > li {
  padding-right: 0px !important;
  margin: 0px !important;
  float: none;
  display: block !important;
  border-bottom: 1px solid rgb(255 255 255 / 0.2);
}

.main-header .header-lower .language .dropdown-menu > li:last-child {
  border-bottom: none;
}

.main-header .header-lower .language .dropdown-menu > li > a {
  padding: 12px 20px !important;
  color: #fff;
  display: block;
  text-align: left;
  font-size: 14px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .header-lower .language .dropdown-menu > li > a:hover {
  color: #ffffff !important;
  background-color: #509cf9;
}

.contact_form_inner {
  width: 80%;
}

.contact_form_submit {
  position: relative;
  opacity: 1;
  float: left;
  line-height: 24px;
  color: #000;
  font-size: 12px;
  text-shadow: none;
  cursor: pointer !important;
  font-weight: 500;
  border-radius: 4px;
  background-color: #d5aa6d !important;
  text-transform: capitalize;
  padding: 4px 30px 4px 30px !important;
  font-family: inherit;
  box-shadow: 0 10px 20px rgb(212 169 109 / 0.15);
}

.contact_form_submit:hover {
  background-color: #cd9c56 !important;
  opacity: 1;
}

.wpcf7-form-control.wpcf7-submit {
  position: relative;
  opacity: 1;
  float: left;
  line-height: 24px;
  color: #000;
  font-size: 12px;
  text-shadow: none;
  cursor: pointer !important;
  font-weight: 500;
  border-radius: 4px;
  background-color: #d5aa6d !important;
  text-transform: capitalize;
  padding: 4px 30px 4px 30px !important;
  font-family: inherit;
  box-shadow: 0 10px 20px rgb(212 169 109 / 0.15);
}

.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #cd9c56 !important;
  opacity: 1;
}

.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 0;
  background: #002150;
  z-index: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sticky-header .logo {
  padding: 4px 0 4px;
}

.fixed-header .sticky-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.sticky-header .main-menu .navigation > li > a {
  padding: 19px 0px !important;
  color: #ffffff !important;
}

.sticky-header .main-menu .navigation > li > a:after {
  display: none;
}

.main-header .nav-outer {
  position: relative;
  float: right;
}

.header-style-two .nav-outer {
  margin-top: 0;
  width: 100%;
  float: none;
  text-align: center;
}

.header-style-two .nav-outer .main-menu {
  display: inline-block;
  width: auto;
  float: none !important;
}

.header-style-two .header-upper .main-menu {
  padding-right: 0;
}

.main-header .header-upper .logo-box {
  position: absolute;
  left: 80px;
  z-index: 1;
  padding: 0 0 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-header.header-style-five .nav-outer {
  margin-top: 0;
}

.main-header .header-upper .logo-box .logo {
  position: relative;
}

.main-header .header-lower {
  position: relative;
  background-color: rgb(0 0 0 / 0.55);
}

.main-header .header-upper .main-menu {
  position: relative;
  float: left;
  padding-right: 55px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .main-menu:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 3000px;
  background-color: #042655;
}

.fixed-header .main-menu:before {
  display: none;
}

.fixed-header .main-menu {
  padding-right: 0;
}

.main-menu .navbar-collapse {
  padding: 0;
  float: left;
}

.main-menu .navigation {
  position: relative;
  margin: 0;
}

.main-menu .navigation > li {
  position: relative;
  float: left;
  margin-right: 40px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li:last-child,
.header-style-two .main-menu .navigation > li:last-child {
  margin-right: 0;
}

.main-header .header-upper .upper-right {
  position: relative;
}

.main-header .header-upper .info-box {
  position: relative;
  color: #333;
  font-weight: 600;
  padding: 22px 0;
  padding-left: 30px;
  padding-right: 28px;
  margin-right: 30px;
  display: inline-block;
  border-right: 1px solid #ecebeb;
}

.main-header .header-upper .info-box .icon-box {
  position: absolute;
  left: 0;
  top: 24px;
  color: #091394;
  font-size: 20px;
  line-height: 1em;
}

.main-header .header-upper .social-box {
  position: relative;
  float: right;
  padding: 21px 0;
}

.main-menu .navigation > li > a {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 30px;
  text-transform: capitalize;
  letter-spacing: 0;
  opacity: 1;
  font-weight: 600;
  padding: 30px 0;
  font-size: 16px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  font-family: "Poppins", sans-serif;
}

.main-menu .navigation > li > a:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #d5aa6d;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li:hover > a::after,
.main-menu .navigation > li.current > a::after {
  width: 100%;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-header.light-version .main-menu .navigation > li:hover > a,
.main-header.light-version .main-menu .navigation > li.current > a {
  opacity: 1;
}

.main-menu .navigation > li > ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 230px;
  z-index: 100;
  display: none;
  opacity: 0;
  text-align: left;
  visibility: hidden;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  padding: 0 0;
  background-color: #fff;
  border: 3px solid #d5aa6d;
  box-shadow: 0 0 10px rgb(0 0 0 / 0.1);
}

.main-menu .navigation > li > ul:before {
  position: absolute;
  content: "";
  left: 0;
  top: -30px;
  width: 100%;
  height: 30px;
  display: block;
}

.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0;
}

.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #f4f2f2;
}

.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 12px 18px;
  line-height: 24px;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: #7c7b7b;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a {
  color: #fff;
  padding-left: 30px;
  background: #d5aa6d;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 15px;
  top: 14px;
  width: 10px;
  height: 20px;
  display: block;
  color: #fff;
  line-height: 20px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  z-index: 5;
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
  color: #fff;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 100%;
  width: 230px;
  z-index: 100;
  display: none;
  text-align: left;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  padding: 0 0;
  background-color: #fff;
  border: 3px solid #d5aa6d;
  -webkit-box-shadow:
    2px 2px 5px 1px rgb(0 0 0 / 0.05),
    -2px 0 5px 1px rgb(0 0 0 / 0.05);
  -ms-box-shadow:
    2px 2px 5px 1px rgb(0 0 0 / 0.05),
    -2px 0 5px 1px rgb(0 0 0 / 0.05);
  -o-box-shadow:
    2px 2px 5px 1px rgb(0 0 0 / 0.05),
    -2px 0 5px 1px rgb(0 0 0 / 0.05);
  -moz-box-shadow:
    2px 2px 5px 1px rgb(0 0 0 / 0.05),
    -2px 0 5px 1px rgb(0 0 0 / 0.05);
  box-shadow:
    2px 2px 5px 1px rgb(0 0 0 / 0.05),
    -2px 0 5px 1px rgb(0 0 0 / 0.05);
}

.main-menu .navigation > li > ul > li > ul.from-right {
  left: auto;
  right: 0;
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #f4f2f2;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 12px 18px;
  line-height: 24px;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: #7c7b7b;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a {
  color: #fff;
  padding-left: 30px;
  background: #d5aa6d;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 11px;
  width: 10px;
  height: 20px;
  display: block;
  color: #272727;
  line-height: 20px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  z-index: 5;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after {
  color: #fff;
}

.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  border-top: 0px !important;
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0;
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  line-height: 28px;
  /*border: 1px solid #fff;*/
  background-size: 20px;
  cursor: pointer;
  z-index: 5;
  display: none;
}

.header-style-two .outer-container {
  padding: 0 60px;
}

.header-style-two .main-menu .navigation > li {
  margin-right: 30px;
}

.header-style-two .phone-number {
  position: relative;
  float: left;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding-left: 50px;
  margin-top: 28px;
  z-index: 1;
  margin-right: 40px;
  font-family: "Muli", sans-serif;
}

.header-style-two .phone-number .icon {
  position: relative;
  top: 6px;
  font-size: 26px;
  font-weight: 400;
  margin-right: 10px;
}

.header-style-two .header-upper .logo-box {
  position: relative;
  margin-left: 0;
  left: 0;
  z-index: 1;
}

.header-style-two .main-menu:before {
  display: none;
}

.header-style-two .header-upper .search-box-btn {
  background: none;
  box-shadow: none;
}

.header-style-two .main-menu .navigation > li:hover > a::after,
.header-style-two .main-menu .navigation > li.current > a::after {
  width: 30px;
  bottom: 15px;
}

.hidden-bar {
  position: fixed;
  top: 0;
  width: 305px;
  height: 100%;
  background: #fff;
  z-index: 9999;
  transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
}

.hidden-bar-wrapper {
  height: 100%;
  padding: 0 5px 30px 0;
}

.hidden-bar .mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.hidden-bar.right-align {
  right: -400px;
}

.hidden-bar.right-align.visible-sidebar {
  right: 0;
}

.hidden-bar .hidden-bar-closer {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 18px;
  background: none;
  color: #fff;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  z-index: 999999;
}

.hidden-bar .hidden-bar-closer button {
  background: none;
  cursor: pointer;
}

.hidden-bar .hidden-bar-closer:hover {
  color: #414857;
}

.hidden-bar .hidden-bar-closer:hover .btn {
  color: #fff;
}

.hidden-bar .hidden-bar-closer .btn {
  background-color: #fff0;
  border: none;
  outline: none;
  font-size: 14px;
}

.hidden-bar .inner-box {
  position: relative;
  background-color: #fff;
  padding: 135px 40px 100px;
}

.hidden-bar .inner-box .text {
  position: relative;
  color: #555;
  font-size: 14px;
  line-height: 1.7em;
  margin-top: 20px;
  margin-bottom: 35px;
}

.hidden-bar .inner-box .cross-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  color: #555;
  font-size: 20px;
}

.hidden-bar .inner-box .lower-box {
  position: relative;
  text-align: center;
  margin-top: 60px;
}

.hidden-bar .inner-box .lower-box .social-icons {
  position: relative;
}

.hidden-bar .inner-box .lower-box .social-icons li {
  position: relative;
  margin: 0 3px 5px;
  display: inline-block;
}

.hidden-bar .inner-box .lower-box .social-icons li a {
  position: relative;
  width: 36px;
  height: 36px;
  color: #fff;
  line-height: 36px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  background-color: #aaca54;
}

.hidden-bar .inner-box .lower-box .social-icons li.facebook a {
  background-color: #4e71a8;
}

.hidden-bar .inner-box .lower-box .social-icons li.twitter a {
  background-color: #1cb7eb;
}

.hidden-bar .inner-box .lower-box .social-icons li.pinterest a {
  background-color: #ca3737;
}

.hidden-bar .inner-box .lower-box .buy-btn {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 25px;
  display: inline-block;
  border-radius: 50px;
  color: #fff;
  margin-top: 25px;
  background-image: -ms-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -moz-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -o-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #d5aa6d),
    color-stop(100, #9e7247)
  );
  background-image: -webkit-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
}

.hidden-bar .inner-box .lower-box .buy-btn:hover {
  background-image: -ms-linear-gradient(left, #9d7146 0%, #d5aa6d 100%);
  background-image: -moz-linear-gradient(left, #9d7146 0%, #d5aa6d 100%);
  background-image: -o-linear-gradient(left, #9d7146 0%, #d5aa6d 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #9d7146),
    color-stop(100, #d5aa6d)
  );
  background-image: -webkit-linear-gradient(left, #9d7146 0%, #d5aa6d 100%);
  background-image: linear-gradient(to right, #9d7146 0%, #d5aa6d 100%);
}

.form-back-drop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgb(0 0 0 / 0.7);
  visibility: hidden;
  z-index: 9990;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.background-visible .form-back-drop {
  opacity: 1;
  visibility: visible;
}

.banner-section {
  position: relative;
}

.banner-section .slide {
  position: relative;
  padding: 300px 0 240px;
  background-size: cover;
}

.banner-section .content {
  position: relative;
  max-width: 730px;
}

.banner-section .content .title {
  position: relative;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.banner-section .content h1 {
  position: relative;
  color: #fff;
  font-weight: 600;
  line-height: 1.1em;
  margin-bottom: 45px;
  font-size: 50px;
  margin-top: 22px;
}

.list-style-one li a {
  color: #046dff;
}

.banner-section .content h1 span {
  font-style: normal;
  font-family: "Playfair Display", serif;
  background: linear-gradient(to right, #fff 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
}

.banner-section .owl-dots {
  display: none;
}

.banner-section .owl-dots {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  text-align: center;
  display: none;
}

.banner-section .owl-nav {
  display: none;
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -25px;
  z-index: 99;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section:hover .owl-nav {
  opacity: 1;
}

.banner-section .owl-prev,
.banner-section .owl-next {
  position: absolute;
  top: 0;
  left: 30px;
  height: 88px;
  width: 88px;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  line-height: 88px;
  border-radius: 50%;
  background-color: rgb(25 21 20 / 0.52);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section .owl-next {
  left: auto;
  right: 30px;
}

.banner-section .owl-prev:hover,
.banner-section .owl-next:hover {
  background-color: #d5aa6d;
  color: #fff;
}

.services-section {
  position: relative;
  padding: 90px 0 50px;
  background-color: #01122a;
}

.services-section .icon-one {
  position: absolute;
  left: 30px;
  bottom: 0;
  width: 350px;
  height: 224px;
  background-repeat: no-repeat;
}

.services-section .icon-two {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 146px;
  height: 317px;
  background-repeat: no-repeat;
}

.services-block {
  position: relative;
  margin-bottom: 35px;
}

.services-block .inner-box {
  position: relative;
  padding: 30px 35px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.services-block .inner-box .border-one:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 2px;
  background-color: #d4a96d;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.services-block .inner-box .border-one:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 2px;
  height: 0;
  background-color: #d4a96d;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.services-block .inner-box:hover .border-one:before {
  width: 100%;
}

.services-block .inner-box:hover .border-one:after {
  height: 100%;
}

.services-block .inner-box .border-two:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 2px;
  height: 0;
  background-color: #d4a96d;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.services-block .inner-box .border-two:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #d4a96d;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.services-block .inner-box:hover .border-two:before {
  height: 100%;
}

.services-block .inner-box:hover .border-two:after {
  width: 100%;
}

.services-block .inner-box .content {
  position: relative;
  padding-left: 60px;
}

.services-block .inner-box .icon-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  font-weight: 400;
  background-color: #9a7f59;
  background-image: -ms-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -moz-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -o-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #d5aa6d),
    color-stop(100, #9e7247)
  );
  background-image: -webkit-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
}

.services-block .inner-box .content h6 {
  position: relative;
  color: #fff;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 10px;
}

.services-block .inner-box .content h6 a {
  position: relative;
  color: #fff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.services-block .inner-box .content h6 a:hover {
  color: #d4a96d;
}

.services-block .inner-box .content .text {
  position: relative;
  color: #c1c1c1;
  font-size: 14px;
  line-height: 1.8em;
}

.services-block.style-two .inner-box {
  background-color: #252120;
}

.inner-content h1 {
  position: relative;
  color: #d5aa6d;
  font-style: italic;
  font-family: "Playfair Display", serif;
  background: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  font-weight: 600;
  font-size: 3em;
  text-align: left;
  padding-bottom: 10px;
}

.inner-content h1:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 4px;
  content: "";
  right: 45px;
  background-color: #9e7247;
  left: 45px;
  width: 90px;
}

.inner-content h1:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 4px;
  content: "";
  right: 45px;
  background-color: #d5aa6d;
}

.inner-content p {
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 1.1em;
  color: #626262;
  margin: 10px 0 0 0;
}

.right_conatct_social_icon {
  /*background: linear-gradient(to right,#d5aa6d 0%,#9e7247 100%)*/
}

.contact_us {
  background-color: #f1f1f1;
  padding: 120px 0;
}

.contact_inner {
  background-color: #fff;
  position: relative;
  box-shadow: 20px 22px 44px #cccc;
  border-radius: 25px;
}

.right_conatct_social_icon {
  height: 100%;
}

.contact_field h3 {
  color: #000;
  font-size: 40px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact_field p {
  color: #000;
  margin-bottom: 35px;
}

.contact_field .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ccc;
}

.contact_field .form-control:focus {
  box-shadow: none;
  outline: none;
  border-bottom: 2px solid #1325e8;
}

.contact_field .form-control::placeholder {
  font-size: 13px;
  letter-spacing: 1px;
}

.contact_info_sec {
  position: absolute;
  background-color: #01122a;
  right: 1px;
  top: 6%;
  height: 468px;
  width: 340px;
  padding: 20px 40px;
  border-radius: 25px 0 0 25px;
}

.contact_info_sec h4 {
  letter-spacing: 1px;
  padding-bottom: 0;
  color: #f4d87a;
}

.info_single {
  margin: 20px 0;
  color: #fff;
}

.info_single i {
  margin-right: 15px;
}

.info_single span {
  font-size: 14px;
  letter-spacing: 1px;
}

button.contact_form_submit {
  background: linear-gradient(to right, #e5a345 0%, #b97c41 100%);
  border: none;
  color: #fff;
  padding: 10px 15px;
  width: 50%;
  margin-top: 25px;
  border-radius: 35px;
  cursor: pointer;
  font-size: 1em;
  letter-spacing: 2px;
  font-weight: 600;
}

.socil_item_inner li {
  list-style: none;
}

.socil_item_inner li a {
  color: #fff;
  margin: 0 15px;
  font-size: 14px;
}

.socil_item_inner {
  padding-bottom: 10px;
}

.map_sec {
  padding: 50px 0;
}

.map_inner h4,
.map_inner p {
  color: #000;
  text-align: center;
}

.map_inner p {
  font-size: 13px;
}

.map_bind {
  margin-top: 50px;
  border-radius: 30px;
  overflow: hidden;
}

.center-heading {
  text-align: center;
}

.center-heading .section-title {
  font-weight: 400;
  font-size: 28px;
  color: #3b566e;
  letter-spacing: 1.1px;
  line-height: 38px;
  margin-bottom: 20px;
}

.center-heading.colored .section-title {
  color: #fff;
}

.center-text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #6f8ba4;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.center-text.colored {
  color: #c7e5ff;
}

.center-text p {
  margin-bottom: 30px;
}

.services-small-item {
  background-image: linear-gradient(180deg, #ffffff 0%, #ededed 100%);
  display: block;
  border-radius: 5px;
  padding: 28px 28px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}

.services-small-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 5px;
  background-image: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}

.services-small-item.active:before,
.services-small-item:hover:before {
  opacity: 1;
}

.services-small-item.active .icon:before,
.services-small-item:hover .icon:before {
  opacity: 0.26;
}

.services-small-item.active .icon i,
.services-small-item:hover .icon i {
  background: -webkit-linear-gradient(#fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
}

.services-small-item.active .services-title,
.services-small-item:hover .services-title {
  color: #fff;
}

.services-small-item.active p,
.services-small-item:hover p {
  color: #fff;
}

.services-small-item.active .button i,
.services-small-item:hover .button i {
  background-image: linear-gradient(135deg, #fff 0%, #fff 100%) !important;
  color: #2b708b !important;
}

.services-small-item:hover {
  margin-top: -15px;
}

.services-small-item .icon {
  width: 139px;
  height: 40px;
  margin: auto;
  position: relative;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.services-small-item .icon i {
  display: block;
  height: 30px;
  line-height: 30px;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 2;
  font-size: 28px;
  background-image: linear-gradient(135deg, #ffac36 0%, #9b5e08 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.services-small-item .services-title {
  font-weight: 400;
  font-size: 16px;
  color: #3b566e;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.services-small-item p {
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
  letter-spacing: 0.88px;
  line-height: 26px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 30px;
}

.services-small-item .button {
  position: relative;
  z-index: 2;
}

.services-small-item .button i {
  width: 42px;
  height: 42px;
  background-image: linear-gradient(135deg, #80d0c7 0%, #13547a 100%);
  line-height: 42px;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  color: #fff;
  padding-left: 3px;
}

.services-small-item:hover + .item-bg {
  bottom: 30px;
}

.item-bg {
  content: "";
  position: absolute;
  width: 80%;
  height: 15px;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 1;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgb(0 0 0 / 0.06);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.p-hide p {
  display: none !important;
}

.breadcrumb a {
  font-weight: 700;
  position: relative;
  color: #d5aa6d;
  background: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  font-size: 1.1em;
}

.breadcrumb {
  margin-top: 2rem;
  color: #000;
}

.inner_page_title {
  background: url(https://pbmtassociates.technocrew.in/legacy-content/uploads/2024/01/bg.jpg) !important;
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  padding: 130px 0 83px 0;
  background-blend-mode: overlay !important;
  background-color: #00000085 !important;
}

.about-section {
  position: relative;
  padding: 90px 0 0;
}

.about-section .image-layer {
  position: absolute;
  right: 0;
  top: 0;
  width: 565px;
  height: 570px;
}

.about-section .image-layer:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgb(0 0 0 / 0.5);
}

.about-section .content-column {
  position: relative;
}

.about-section .content-column .inner-column {
  position: relative;
  margin-bottom: 40px;
}

.about-section .content-column .inner-column .section-title {
  margin-bottom: 30px;
}

.about-section .content-column .inner-column .text {
  position: relative;
  margin-bottom: 35px;
}

.about-section .content-column .inner-column .text p {
  position: relative;
  font-size: 16px;
  color: #191514;
  line-height: 1.6em;
  margin-bottom: 18px;
}

.about-section .content-column .inner-column .text p span {
  color: #a17448;
  text-decoration: underline;
}

.about-section .content-column .inner-column .text p a {
  text-decoration: underline;
}

.about-section .content-column .inner-column .text p:last-child {
  margin-bottom: 0;
}

.about-section .content-column .question {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #4a4a4a;
  margin-top: 22px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #b7b7b7;
  font-family: "Muli";
}

.about-section .content-column .question a {
  position: relative;
  color: #191514;
  text-decoration: underline;
}

.about-section .content-column .question strong {
  position: relative;
  color: #191514;
  font-size: 24px;
  font-weight: 700;
  margin-left: 5px;
  margin-bottom: 5px;
  display: inline-block;
  font-family: "Poppins", sans-serif;
}

.about-section .content-column .question .or {
  position: relative;
  margin-left: 5px;
  color: #191514;
  display: inline-block;
}

.about-section .content-column .inner-column .signature {
  position: relative;
  padding-left: 165px;
  padding-top: 20px;
  min-height: 105px;
}

.about-section .content-column .inner-column .signature .signature-img {
  position: absolute;
  left: 0;
  top: 0;
}

.about-section .content-column .inner-column .signature h5 {
  position: relative;
  color: #191514;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
}

.about-section .content-column .inner-column .signature .designation {
  position: relative;
  color: #7a7a7a;
  font-size: 16px;
  margin-top: 4px;
}

.about-section .image-column {
  position: relative;
  margin-bottom: 40px;
}

.about-section .image-column .inner-column {
  position: relative;
  margin-left: 60px;
  padding-top: 0;
}

.about-section .image-column .inner-column.style-two {
  padding-top: 60px;
}

.about-section .image-column .inner-column .image {
  position: relative;
  max-width: 290px;
  width: 100%;
}

.about-section .image-column .inner-column .image img {
  position: relative;
  width: 100%;
  display: block;
}

.about-section .image-column .inner-column .image .overlay-box {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  padding: 0 30px 60px;
  background-color: rgb(255 255 255 / 0.9);
}

.about-section .image-column .inner-column .image .overlay-box .content {
  position: absolute;
  left: 20px;
  bottom: 60px;
}

.about-section .image-column .inner-column .image .overlay-box .content h2 {
  position: relative;
  font-weight: 700;
  font-size: 120px;
  line-height: 80px;
  color: #000;
}

.about-section
  .image-column
  .inner-column
  .image
  .overlay-box
  .content
  h2
  span {
  font-weight: 400;
  display: block;
  font-size: 24px;
  color: #000;
}

.services-section-two {
  position: relative;
  padding-top: 90px;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.services-section-two:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #011c40;
}

.services-section-two .row {
  margin: 0 -17px;
}

.services-section-two .services-block-two {
  padding: 0 17px;
}

.services-block-two {
  position: relative;
  margin-bottom: 35px;
}

.services-block-two .inner-box {
  position: relative;
  text-align: center;
  padding: 35px 30px 35px;
  border: 2px dotted rgb(255 255 255 / 0.15);
  min-height: 300px;
}

.services-block-two.style-two .inner-box {
  border-color: #c9c9c9;
}

.services-block-two.style-two .inner-box h3 {
  color: #191514;
}

.services-block-two .inner-box .icon-box {
  position: relative;
}

.services-block-two .inner-box .icon-box .icon {
  position: relative;
  font-size: 52px;
  color: #d5aa6d;
  line-height: 1em;
  background: linear-gradient(to top, #d5aa6d 0%, #9e7247 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
}

.services-block-two .inner-box h3 {
  position: relative;
  font-size: 20px;
  color: #f9f8f8;
  font-weight: 600;
  line-height: 1.4em;
  margin: 20px 0 15px;
  letter-spacing: 1px;
}

.services-block-two .inner-box h3 a {
  position: relative;
  color: #f9f8f8;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.services-block-two .inner-box h3 a:hover {
  color: #d2a76b;
}

.services-block-two .inner-box .text {
  position: relative;
  color: #999;
  font-size: 14px;
  line-height: 1.9em;
}

.services-block-two .inner-box .overlay-box {
  position: absolute;
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  opacity: 0;
  color: #fff;
  text-align: center;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  background-image: -ms-linear-gradient(top, #87e067 0%, #1bda99 100%);
  background-image: -moz-linear-gradient(top, #87e067 0%, #1bda99 100%);
  background-image: -o-linear-gradient(top, #87e067 0%, #1bda99 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #87e067),
    color-stop(100, #1bda99)
  );
  background-image: -webkit-linear-gradient(top, #87e067 0%, #1bda99 100%);
  background-image: linear-gradient(to bottom, #87e067 0%, #1bda99 100%);
}

.services-block-two .inner-box .overlay-box:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 0.9);
}

.services-block-two .inner-box .overlay-box .overlay-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px 30px;
}

.services-block-two .inner-box .overlay-box .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.services-block-two .inner-box:hover .overlay-box {
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
  visibility: visible;
}

.services-block-two .inner-box .overlay-box .icon {
  position: relative;
  font-size: 52px;
  color: #d5aa6d;
  line-height: 1em;
  background: linear-gradient(to top, #d5aa6d 0%, #9e7247 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
}

.services-block-two .inner-box .overlay-box h4 {
  position: relative;
  font-size: 20px;
  color: #f9f8f8;
  font-weight: 600;
  line-height: 1.4em;
  margin: 20px 0 22px;
  letter-spacing: 1px;
}

.services-block-two .inner-box .overlay-box h4 a {
  position: relative;
  color: #f9f8f8;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.services-block-two .inner-box .overlay-box h4 a:hover {
  color: #d2a76b;
}

.services-block-two .inner-box .overlay-box .overlay-text {
  position: relative;
  color: #999;
  font-size: 14px;
  line-height: 1.9em;
  margin-bottom: 20px;
}

.services-section-two .lower-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 120px;
}

.services-section-two .lower-section .image {
  position: absolute;
  right: 0;
  bottom: 0;
}

.services-section-two .lower-section .carousel-box {
  position: relative;
  max-width: 780px;
  width: 100%;
  display: block;
  z-index: 1;
}

.services-section-two .lower-section .carousel-box .content {
  position: relative;
  padding: 60px 70px 70px;
  background-image: -ms-linear-gradient(left, #036cff 0%, #013276 100%);
  background-image: -moz-linear-gradient(left, #036cff 0%, #013276 100%);
  background-image: -o-linear-gradient(left, #036cff 0%, #013276 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #036cff),
    color-stop(100, #013276)
  );
  background-image: -webkit-linear-gradient(left, #036cff 0%, #013276 100%);
  background-image: linear-gradient(to right, #036cff 0%, #013276 100%);
}

.services-section-two .lower-section .owl-carousel .owl-stage-outer {
  padding-top: 35px;
}

.testimonial-block {
  position: relative;
}

.testimonial-block .inner-box {
  position: relative;
}

.testimonial-block .inner-box .testimonial-content {
  position: relative;
}

.testimonial-block .inner-box .text {
  position: relative;
  color: #c6c6c6;
  font-size: 16px;
  line-height: 1.9em;
  padding-left: 65px;
}

.testimonial-block .inner-box .quote-icon {
  position: absolute;
  left: 0;
  top: -38px;
  color: #002b66;
  font-size: 41px;
  line-height: 1em;
}

.testimonial-block .inner-box .lower-box {
  position: relative;
  margin-top: 28px;
}

.testimonial-block .inner-box .lower-box .box-inner {
  position: relative;
  padding-top: 17px;
  padding-left: 135px;
  min-height: 92px;
}

.testimonial-block .inner-box .lower-box .box-inner .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-block .inner-box .lower-box .box-inner h3 {
  position: relative;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.testimonial-block .inner-box .lower-box .box-inner .designation {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #999;
  margin-top: 4px;
}

.services-section-two .lower-section .owl-nav {
  display: none;
}

.services-section-two .lower-section .owl-dots {
  position: absolute;
  right: 0;
}

.services-section-two .lower-section .owl-dots .owl-dot {
  position: relative;
  width: 9px;
  height: 9px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 6px;
  border: 2px solid #333;
  background-color: #bf9a65;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.services-section-two .lower-section .owl-dots .owl-dot:hover,
.services-section-two .lower-section .owl-dots .owl-dot.active {
  border-color: #bf9a65;
}

.counter-section {
  position: relative;
  padding: 90px 0 70px;
}

.counter-section.style-two {
  padding-top: 0;
}

.counter-section .icon-one {
  position: absolute;
  left: 30px;
  bottom: 0;
  width: 313px;
  height: 212px;
  background-repeat: no-repeat;
}

.counter-section .icon-two {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 301px;
  height: 495px;
  background-repeat: no-repeat;
}

.counter-section .title-box {
  position: relative;
}

.counter-section .title-box p {
  position: relative;
  color: #191514;
  font-size: 16px;
  line-height: 1.8em;
  padding-top: 30px;
}

.fact-counter {
  position: relative;
}

.fact-counter .column {
  position: relative;
  z-index: 5;
  margin-bottom: 30px;
}

.fact-counter .column .inner {
  position: relative;
  text-align: center;
  padding: 40px 10px;
  background-color: #191514;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.fact-counter .column:nth-child(1) .inner,
.fact-counter .column:nth-child(3) .inner {
  background-image: -ms-linear-gradient(left, #d5aa6d 0%, #9d7146 100%);
  background-image: -moz-linear-gradient(left, #d5aa6d 0%, #9d7146 100%);
  background-image: -o-linear-gradient(left, #d5aa6d 0%, #9d7146 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #d5aa6d),
    color-stop(100, #9d7146)
  );
  background-image: -webkit-linear-gradient(left, #d5aa6d 0%, #9d7146 100%);
  background-image: linear-gradient(to right, #d5aa6d 0%, #9d7146 100%);
}

.fact-counter .count-outer {
  position: relative;
  font-weight: 700;
  color: #f4f4f4;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
}

.fact-counter .count-outer .count-text {
  position: relative;
  font-weight: 700;
  color: #f4f4f4;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
}

.fact-counter .column .counter-title {
  position: relative;
  font-size: 22px;
  font-weight: 400;
  color: #f4f4f4;
  margin-top: 14px;
  text-transform: capitalize;
  display: block;
}

.fact-counter .count-outer .text {
  position: relative;
  color: #fff;
  font-size: 14px;
  margin-top: 6px;
  font-weight: 400;
}

.fact-counter.style-two {
  padding-top: 50px;
}

.fact-counter.style-two .column .inner {
  background: none;
  padding: 0;
}

.fact-counter.style-two .count-outer {
  color: #9d7146;
}

.fact-counter.style-two .count-outer .count-text {
  color: #d5aa6d;
  background: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
}

.fact-counter.style-two .column .counter-title {
  color: #000;
  font-size: 15px;
  font-weight: 600;
}

.fact-counter.style-two .count-outer .text {
  color: #999;
  font-size: 15px;
}

.fact-counter.style-three .column .inner {
  background: none;
  padding: 0;
}

.fact-counter.style-three .count-outer .icon {
  display: block;
  color: #d5aa6d;
  line-height: 1em;
  margin-bottom: 22px;
  font-size: 34px;
  font-weight: 400;
  background: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
}

.fact-counter.style-three .count-outer {
  color: #191514;
}

.fact-counter.style-three .count-outer .count-text {
  color: #191514;
}

.fact-counter.style-three .column .counter-title {
  color: #999;
  font-size: 18px;
}

.team-section {
  position: relative;
  padding-top: 90px;
}

.team-section:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  bottom: 67px;
  background-color: #000916;
}

.team-section .section-title .text {
  max-width: 560px;
  padding-top: 30px;
}

.team-section .section-title {
  margin-bottom: 60px;
}

.team-section .team-block {
  padding: 5px;
  float: left;
}

.team-block {
  position: relative;
  margin-bottom: 30px;
}

.team-block .inner-box {
  position: relative;
}

.team-block .inner-box .image {
  position: relative;
}

.team-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team-block .inner-box:hover .image img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.team-block .inner-box .lower-content {
  position: relative;
  margin-left: 18px;
  margin-right: 18px;
  margin-top: -70px;
  padding: 30px 35px 30px;
  text-align: left;
  overflow: hidden;
  background-color: #f9f9fa;
  box-shadow: 0 0 15px rgb(0 0 0 / 0.1);
}

.team-block .inner-box .lower-content h3 {
  position: relative;
  color: #191514;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
  font-family: "Poppins", sans-serif;
}

.team-block .inner-box .lower-content h3 a {
  position: relative;
  color: #191514;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team-block .inner-box .lower-content h3 a:hover {
  color: #d5aa6d;
}

.team-block .inner-box .lower-content .designation {
  position: relative;
  color: #7a7a7a;
  font-size: 15px;
  margin-top: 5px;
  line-height: 1.3em;
}

.team-block .inner-box .lower-content .overlay-box {
  position: absolute;
  left: 0;
  top: -100%;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.team-block .inner-box:hover .lower-content .overlay-box {
  top: 0%;
  opacity: 1;
}

.team-block .inner-box .lower-content .overlay-box:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  background-image: -ms-linear-gradient(left, #d5aa6d 0%, #9d7146 100%);
  background-image: -moz-linear-gradient(left, #d5aa6d 0%, #9d7146 100%);
  background-image: -o-linear-gradient(left, #d5aa6d 0%, #9d7146 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #d5aa6d),
    color-stop(100, #9d7146)
  );
  background-image: -webkit-linear-gradient(left, #d5aa6d 0%, #9d7146 100%);
  background-image: linear-gradient(to right, #d5aa6d 0%, #9d7146 100%);
}

.team-block .inner-box .lower-content .overlay-box .overlay-content {
  position: relative;
  padding: 30px 35px 30px;
}

.team-block .inner-box .lower-content .overlay-box .title {
  position: relative;
  color: #fff;
  font-size: 16px;
  padding-right: 40px;
  display: inline-block;
}

.team-block .inner-box .lower-content .overlay-box .title:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 2px;
  width: 28px;
  height: 1px;
  background-color: #fff;
}

.team-block .inner-box .lower-content .overlay-box .social-icons {
  position: relative;
  margin-top: 6px;
}

.team-block .inner-box .lower-content .overlay-box .social-icons li {
  position: relative;
  margin-right: 8px;
  display: inline-block;
}

.team-block .inner-box .lower-content .overlay-box .social-icons li a {
  position: relative;
  color: #fff;
}

.portfolio-section {
  position: relative;
  padding: 85px 0 90px;
}

.portfolio-section .outer-container {
  position: relative;
  padding: 0 35px;
}

.portfolio-section .outer-container .owl-dots,
.portfolio-section .outer-container .owl-nav {
  display: none;
}

.portfolio-block {
  position: relative;
}

.portfolio-block .inner-box {
  position: relative;
  overflow: hidden;
}

.portfolio-block .inner-box .image {
  position: relative;
}

.portfolio-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.portfolio-block .inner-box .image .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background: -webkit-linear-gradient(top, #fff0, rgb(0 0 0 / 0.8));
  background: -moz-linear-gradient(top, #fff0, rgb(0 0 0 / 0.8));
  background: -o-linear-gradient(top, #fff0, rgb(0 0 0 / 0.8));
  background: -ms-linear-gradient(top, #fff0, rgb(0 0 0 / 0.8));
}

.portfolio-block .inner-box:hover .image .overlay-box .content {
  transform: translateX(-150%);
  -moz-transform: translateX(-150%);
  -webkit-transform: translateX(-150%);
  -ms-transform: translateX(-150%);
  -o-transform: translateX(-150%);
}

.portfolio-block .inner-box .image .overlay-box .overlay-inner {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 35px 25px;
}

.portfolio-block .inner-box .image .overlay-box .content {
  position: relative;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.portfolio-block .inner-box .image .overlay-box .title {
  position: relative;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  font-family: "Muli", sans-serif;
}

.portfolio-block .inner-box .image .overlay-box h3 {
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.3em;
  padding-right: 20px;
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid rgb(255 255 255 / 0.3);
}

.portfolio-block .inner-box .image .overlay-box h3:before {
  position: absolute;
  content: "";
  left: 0;
  top: -1px;
  width: 45px;
  height: 1px;
  background-color: #d5aa6d;
}

.portfolio-block .inner-box .image .overlay-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.portfolio-block .inner-box .image .overlay-link:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgb(0 0 0 / 0.85);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.portfolio-block .inner-box:hover .image .overlay-link:before {
  height: 100%;
}

.portfolio-block .inner-box .image .overlay-link .plus {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  width: 70px;
  height: 70px;
  color: #fff;
  font-size: 20px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  font-weight: 700;
  margin-left: -35px;
  margin-top: -115px;
  display: inline-block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-image: -ms-linear-gradient(left, #d5aa6d 0%, #9d7146 100%);
  background-image: -moz-linear-gradient(left, #d5aa6d 0%, #9d7146 100%);
  background-image: -o-linear-gradient(left, #d5aa6d 0%, #9d7146 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #d5aa6d),
    color-stop(100, #9d7146)
  );
  background-image: -webkit-linear-gradient(left, #d5aa6d 0%, #9d7146 100%);
  background-image: linear-gradient(to right, #d5aa6d 0%, #9d7146 100%);
}

.portfolio-block .inner-box:hover .image .overlay-link .plus {
  opacity: 1;
  margin-top: -35px;
  transition-delay: 500ms;
}

.form-section {
  position: relative;
  padding: 90px 0 70px;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.form-section .section-title {
  margin-bottom: 50px;
}

.form-section:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #010c1c;
}

.form-section .upper-content .info-column .list-style-two {
  padding-top: 40px;
}

.default-form {
  position: relative;
}

.default-form .form-group {
  position: relative;
  margin-bottom: 30px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form select,
.default-form textarea {
  display: block;
  width: 100%;
  line-height: 28px;
  height: 42px;
  font-size: 15px;
  padding: 8px 22px;
  background: rgb(255 255 255 / 0.2);
  color: #fff;
  border: 1px solid #9d7146;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.default-form .form-group textarea::-webkit-input-placeholder,
.default-form .form-group input::-webkit-input-placeholder {
  color: rgb(255 255 255);
}

.default-form textarea {
  height: 170px;
  resize: none;
  color: #fff;
  font-size: 16px;
  background: rgb(255 255 255 / 0.2);
}

.default-form input[type="text"]:focus,
.default-form input[type="email"]:focus,
.default-form input[type="password"]:focus,
.default-form select:focus,
.default-form textarea:focus {
  border-color: #fff;
}

.default-form .theme-btn {
  width: 100%;
  font-size: 16px;
  padding: 12px 45px;
  border-radius: 0;
  text-transform: capitalize;
}

.default-form.style-two input,
.default-form.style-two textarea {
  background-color: #eef2f3;
  border-color: #eef2f3;
  color: #222;
}

.default-form.style-two .form-group textarea::-webkit-input-placeholder,
.default-form.style-two .form-group input::-webkit-input-placeholder {
  color: #999;
}

.news-section {
  position: relative;
  padding-top: 90px;
}

.news-section.style-two {
  padding-top: 80px;
}

.news-section .section-title .text {
  max-width: 560px;
  padding-top: 30px;
  padding-left: 15px;
}

.news-section .section-title {
  margin-bottom: 60px;
}

.news-block {
  position: relative;
  margin-bottom: 30px;
}

.news-block .inner-box {
  position: relative;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  box-shadow: 0 0 15px rgb(0 0 0 / 0.15);
}

.news-block .inner-box .image {
  position: relative;
  overflow: hidden;
}

.news-block .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.news-block .inner-box .image .overlay-box {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.news-block .inner-box .image .overlay-box .plus {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 54px;
  height: 54px;
  color: #fff;
  font-size: 18px;
  line-height: 54px;
  text-align: center;
  border-radius: 50%;
  font-weight: 700;
  margin-left: -27px;
  margin-top: -27px;
  transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  display: inline-block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-image: -ms-linear-gradient(left, #d5aa6d 0%, #9d7146 100%);
  background-image: -moz-linear-gradient(left, #d5aa6d 0%, #9d7146 100%);
  background-image: -o-linear-gradient(left, #d5aa6d 0%, #9d7146 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #d5aa6d),
    color-stop(100, #9d7146)
  );
  background-image: -webkit-linear-gradient(left, #d5aa6d 0%, #9d7146 100%);
  background-image: linear-gradient(to right, #d5aa6d 0%, #9d7146 100%);
}

.news-block .inner-box:hover .image .overlay-box .plus {
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}

.news-block .inner-box .image .overlay-box:before {
  position: absolute;
  content: "";
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  display: block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-color: rgb(0 0 0 / 0.9);
}

.news-block .inner-box:hover .image .overlay-box:before {
  left: 0%;
}

.news-block .inner-box .lower-content {
  position: relative;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  padding: 30px 30px 35px;
}

.news-block .inner-box .lower-content .post-meta {
  position: relative;
}

.news-block .inner-box .lower-content .post-meta li {
  position: relative;
  margin-right: 20px;
  color: #999;
  font-size: 14px;
  padding-left: 22px;
  display: inline-block;
}

.news-block .inner-box .lower-content .post-meta li:last-child {
  margin-right: 0;
}

.news-block .inner-box .lower-content .post-meta li .fa {
  position: absolute;
  left: 0;
  top: 0;
  color: #999;
  font-size: 14px;
}

.news-block .inner-box .lower-content h5 {
  position: relative;
  font-weight: 700;
  line-height: 1.6em;
  margin-top: 8px;
  margin-bottom: 24px;
}

.news-block .inner-box .lower-content h5 a {
  position: relative;
  color: #373434;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.news-block .inner-box .lower-content h5 a:hover {
  color: #d5aa6d;
}

.subscribe-section {
  position: relative;
  padding-top: 90px;
}

.subscribe-section.style-two {
  padding-top: 0;
}

.subscribe-section .inner-container {
  position: relative;
  padding: 30px 50px 50px;
  background-size: cover;
  box-shadow: inset 0 10px 20px rgb(213 170 109 / 0.4);
}

.subscribe-section .inner-container h2 {
  position: relative;
  color: #fff;
  font-size: 24px;
  line-height: 1.4em;
  margin-bottom: 20px;
}

.subscribe-form {
  position: relative;
  max-width: 510px;
}

.subscribe-form .form-group {
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  padding-right: 152px;
}

.subscribe-form input {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  height: 41px;
  font-size: 14px;
  color: #fff;
  background: none;
  border: 1px solid #d5aa6d;
  padding: 10px 18px 10px 18px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.subscribe-form input[type="submit"],
.subscribe-form button {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  color: #0b0505;
  font-size: 15px;
  padding: 9px 36px;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  box-shadow: 0 10px 20px rgb(213 170 109 / 0.2);
  background-image: -ms-linear-gradient(left, #d5aa6d 0%, #9d7146 100%);
  background-image: -moz-linear-gradient(left, #d5aa6d 0%, #9d7146 100%);
  background-image: -o-linear-gradient(left, #d5aa6d 0%, #9d7146 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #d5aa6d),
    color-stop(100, #9d7146)
  );
  background-image: -webkit-linear-gradient(left, #d5aa6d 0%, #9d7146 100%);
  background-image: linear-gradient(to right, #d5aa6d 0%, #9d7146 100%);
}

.main-footer {
  position: relative;
  padding: 95px 0 0;
  background-color: #01122a;
}

.main-footer .footer-widget {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}

.main-footer .widgets-section {
  position: relative;
  padding-bottom: 40px;
}

.main-footer .footer-widget h4 {
  position: relative;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #d5aa6d;
  background: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
}

.main-footer .logo-widget {
  position: relative;
}

.main-footer .logo-widget .logo {
  position: relative;
  margin-bottom: 25px;
}

.main-footer .logo-widget .text {
  position: relative;
  color: #ddd;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  margin-bottom: 30px;
}

.list-link {
  position: relative;
}

.list-link li {
  position: relative;
  margin-bottom: 15px;
}

.list-link li a {
  position: relative;
  color: #999;
  font-size: 14px;
  padding-left: 15px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.list-link li a:hover {
  color: #d0a56a;
  margin-left: 8px;
}

.list-link li a:before {
  position: absolute;
  content: "\f105";
  left: 0;
  top: -3px;
  font-family: "FontAwesome";
}

.main-footer .gallery-widget {
  position: relative;
}

.main-footer .gallery-widget .images-outer {
  position: relative;
  margin: 0 -3px;
}

.main-footer .gallery-widget .image-box {
  position: relative;
  float: left;
  width: 33.333%;
  padding: 0 3px;
  margin-bottom: 6px;
}

.main-footer .gallery-widget .image-box img {
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .gallery-widget .image-box img:hover {
  opacity: 0.7;
}

.main-footer .footer-bottom {
  position: relative;
  padding: 18px 0;
  background-color: #01122a;
}

.main-footer .footer-bottom .copyright-column {
  position: relative;
}

.main-footer .footer-bottom .copyright-column .copyright {
  position: relative;
  color: #999;
  font-size: 14px;
}

.main-footer .footer-bottom .copyright-column .copyright a {
  color: #d3a86c;
}

.main-footer .footer-bottom .social-column {
  position: relative;
  text-align: right;
}

.main-footer .footer-bottom .social-column ul {
  position: relative;
}

.main-footer .footer-bottom .social-column ul li {
  position: relative;
  margin-left: 8px;
  display: inline-block;
}

.main-footer .footer-bottom .social-column ul li.follow {
  color: #999;
  font-size: 14px;
}

.main-footer .footer-bottom .social-column ul li a {
  position: relative;
  color: #cea368;
  font-size: 16px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .footer-bottom .social-column ul li a:hover {
  color: #d5aa6d;
}

.banner-section-two {
  position: relative;
  padding-top: 150px;
}

.banner-section-two .left-side {
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-image: -ms-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -moz-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -o-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #d5aa6d),
    color-stop(100, #9e7247)
  );
  background-image: -webkit-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
}

.banner-section-two .left-side .icon-image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 417px;
  height: 334px;
  z-index: 1;
  background: url(/legacy-content/themes/pbmtassociates/images/icons/icon-5.png)
    no-repeat;
}

.banner-section-two .image-column {
  position: relative;
  z-index: 1;
}

.banner-section-two .image-column .image {
  position: relative;
}

.banner-section-two .image-column .image img {
  position: relative;
}

.banner-section-two .content-column {
  position: relative;
}

.banner-section-two .content-column .inner-column {
  position: relative;
  padding-top: 115px;
}

.banner-section-two .content-column h2 {
  position: relative;
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2em;
  padding-bottom: 15px;
}

.banner-section-two .content-column h2:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 75px;
  height: 3px;
  background-image: -ms-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -moz-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -o-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #d5aa6d),
    color-stop(100, #9e7247)
  );
  background-image: -webkit-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
}

.banner-section-two .content-column h2:after {
  position: absolute;
  content: "";
  left: 85px;
  bottom: 0;
  right: 80px;
  height: 3px;
  background-color: rgb(255 255 255 / 0.5);
}

.banner-section-two .content-column .text {
  position: relative;
  color: #fff;
  font-size: 18px;
  line-height: 1.7em;
  margin-top: 35px;
  margin-bottom: 35px;
}

.banner-section-two .owl-dots {
  display: none;
}

.banner-section-two .owl-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 99;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section-two:hover .owl-nav {
  opacity: 1;
}

.banner-section-two .owl-prev,
.banner-section-two .owl-next {
  position: relative;
  height: 60px;
  width: 60px;
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  line-height: 58px;
  margin-left: 4px;
  display: inline-block;
  border: 1px solid rgb(255 255 255 / 0.2);
  background-color: rgb(255 255 255 / 0.1);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section-two .owl-prev:hover,
.banner-section-two .owl-next:hover {
  background-color: #fff;
  border-color: #fff;
  color: #d3a86c;
}

.feature-section {
  position: relative;
}

.feature-section .inner-container {
  position: relative;
  margin-top: -95px;
}

.feature-section .feature-block {
  float: left;
  z-index: 1;
  padding: 0;
}

.feature-block {
  position: relative;
}

.feature-block .inner-box {
  position: relative;
  padding: 50px 40px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 40px rgb(0 0 0 / 0.15);
}

.feature-block .inner-box:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #191514;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.feature-block .inner-box:hover:before {
  width: 100%;
}

.feature-block .inner-box .big-icon {
  position: absolute;
  right: -120px;
  top: -10px;
  line-height: 1em;
  font-size: 90px;
  color: rgb(255 255 255 / 0.2);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.feature-block .inner-box:hover .big-icon {
  right: -20px;
  transition-delay: 500ms;
}

.feature-block .inner-box .content {
  position: relative;
  padding-left: 62px;
}

.feature-block .inner-box .content .icon-box {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 36px;
  line-height: 1em;
  color: #d5aa6d;
  line-height: 1em;
  background: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
}

.feature-block .inner-box .content .title {
  position: relative;
  color: #999;
  font-size: 18px;
  font-weight: 500;
}

.feature-block .inner-box .content h4 {
  position: relative;
  color: #191514;
  font-size: 26px;
  font-weight: 700;
  margin-top: 4px;
  line-height: 1.3em;
  display: inline-block;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.feature-block .inner-box:hover .content h4 {
  color: #fff;
}

.video-box {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}

.video-box .video-image {
  position: relative;
  margin: 0;
  box-shadow: 0 10px 40px rgb(0 0 0 / 0.2);
}

.video-box .video-image img {
  position: relative;
  width: 100%;
  z-index: 3;
}

.video-box .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  line-height: 80px;
  box-shadow: inset 0 0 45px rgb(0 0 0 / 0.4);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.video-box .overlay-box span {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  z-index: 99;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  padding-left: 4px;
  display: inline-block;
  margin-top: -50px;
  margin-left: -50px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  box-shadow: 0 0 15px rgb(0 0 0 / 0.15);
  background-image: -ms-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -moz-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -o-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #d5aa6d),
    color-stop(100, #9e7247)
  );
  background-image: -webkit-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
}

.video-box .ripple,
.video-box .ripple:before,
.video-box .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  width: 100px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 0.6);
  -moz-box-shadow: 0 0 0 0 rgb(255 255 255 / 0.6);
  -ms-box-shadow: 0 0 0 0 rgb(255 255 255 / 0.6);
  -o-box-shadow: 0 0 0 0 rgb(255 255 255 / 0.6);
  box-shadow: 0 0 0 0 rgb(255 255 255 / 0.6);
  -webkit-animation: ripple 3s infinite;
  -moz-animation: ripple 3s infinite;
  -ms-animation: ripple 3s infinite;
  -o-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.video-box .ripple:before {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.video-box .ripple:after {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px #fff0;
  }

  100% {
    box-shadow: 0 0 0 0 #fff0;
  }
}

@keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px #fff0;
  }

  100% {
    box-shadow: 0 0 0 0 #fff0;
  }
}

.feature-section-two {
  position: relative;
  padding-bottom: 80px;
}

.feature-section-two .inner-container {
  position: relative;
  padding-top: 45px;
  border-top: 5px solid #e1e1e1;
}

.feature-block-two .fill-line {
  position: absolute;
  left: 15px;
  top: -50px;
  width: 0;
  height: 5px;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
  background-image: -ms-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -moz-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -o-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #d5aa6d),
    color-stop(100, #9e7247)
  );
  background-image: -webkit-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
}

.feature-block-two:hover .fill-line {
  width: 50%;
  margin-left: -11px;
}

.feature-block-two {
  position: relative;
  margin-bottom: 30px;
}

.feature-block-two .inner-box {
  position: relative;
  text-align: center;
}

.feature-block-two .inner-box .year {
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
  text-align: center;
  color: #191514;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3em;
}

.feature-block-two .inner-box .year:before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  left: 50%;
  bottom: -35px;
  border-radius: 50%;
  margin-left: -11px;
  background-color: #e1e1e1;
  box-shadow: inset 0 0 10px rgb(0 0 0 / 0.2);
}

.feature-block-two .inner-box h3 {
  position: relative;
  color: #191514;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
  opacity: 0.4;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.feature-block-two .inner-box .text {
  position: relative;
  color: #191514;
  font-size: 14px;
  line-height: 1.9em;
  margin-top: 12px;
  opacity: 0.4;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.feature-block-two .inner-box:hover h3,
.feature-block-two .inner-box:hover .text {
  opacity: 1;
}

.services-section-three {
  position: relative;
  padding: 90px 0 60px;
  background-color: #01122a;
}

.services-section-three .icon-one {
  position: absolute;
  left: 0;
  top: 150px;
  width: 158px;
  height: 188px;
}

.services-section-three .icon-two {
  position: absolute;
  right: 0;
  bottom: 100px;
  width: 201px;
  height: 399px;
}

.services-section-three .blocks-column {
  position: relative;
}

.services-section-three .blocks-column .inner-column {
  position: relative;
  margin-right: -70px;
}

.services-block-three {
  position: relative;
  margin-bottom: 35px;
}

.services-block-three .inner-box {
  position: relative;
  padding: 30px 35px;
  background-color: #252120;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.services-block-three .inner-box .border-one:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 2px;
  background-color: #d4a96d;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.services-block-three .inner-box .border-one:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 2px;
  height: 0;
  background-color: #d4a96d;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.services-block-three .inner-box:hover .border-one:before {
  width: 100%;
}

.services-block-three .inner-box:hover .border-one:after {
  height: 100%;
}

.services-block-three .inner-box .border-two:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 2px;
  height: 0;
  background-color: #d4a96d;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.services-block-three .inner-box .border-two:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #d4a96d;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.services-block-three .inner-box:hover .border-two:before {
  height: 100%;
}

.services-block-three .inner-box:hover .border-two:after {
  width: 100%;
}

.services-block-three .inner-box .content {
  position: relative;
  padding-left: 60px;
}

.services-block-three .inner-box .icon-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  font-weight: 400;
  background-color: #9a7f59;
  background-image: -ms-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -moz-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -o-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #d5aa6d),
    color-stop(100, #9e7247)
  );
  background-image: -webkit-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
}

.services-block-three .inner-box .content h6 {
  position: relative;
  color: #fff;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 10px;
}

.services-block-three .inner-box .content h6 a {
  position: relative;
  color: #fff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.services-block-three .inner-box .content h6 a:hover {
  color: #d4a96d;
}

.services-block-three .inner-box .content .text {
  position: relative;
  color: #999;
  font-size: 14px;
  line-height: 1.8em;
}

.services-block-three .inner-box:hover {
  background: none;
}

.services-section-three .image-column {
  position: relative;
  margin-bottom: 40px;
}

.services-section-three .image-column .inner-column {
  position: relative;
  margin-left: -30px;
}

.services-section-three .image-column .inner-column .image {
  position: relative;
  max-width: 300px;
  width: 100%;
  float: right;
}

.services-section-three .image-column .inner-column .image img {
  position: relative;
  width: 100%;
  display: block;
}

.services-section-three .image-column .inner-column .image .overlay-box {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  padding: 0 30px 60px;
  background-color: rgb(255 255 255 / 0.95);
}

.services-section-three
  .image-column
  .inner-column
  .image
  .overlay-box
  .content {
  position: absolute;
  left: 20px;
  bottom: 60px;
}

.services-section-three
  .image-column
  .inner-column
  .image
  .overlay-box
  .content
  h2 {
  position: relative;
  font-weight: 700;
  font-size: 120px;
  line-height: 80px;
  color: #000;
}

.services-section-three
  .image-column
  .inner-column
  .image
  .overlay-box
  .content
  h2
  span {
  font-weight: 400;
  display: block;
  font-size: 24px;
  color: #000;
  font-family: "Playfair Display", serif;
}

.testimonial-section {
  position: relative;
  padding: 90px 0;
}

.testimonial-section .section-title {
  margin-bottom: 60px;
}

.testimonial-block-two {
  position: relative;
}

.testimonial-block-two .inner-box {
  position: relative;
  padding-left: 30px;
  border-left: 4px solid #a77b4d;
}

.testimonial-block-two .inner-box .text {
  position: relative;
  color: #191514;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7em;
}

.testimonial-block-two .inner-box .author-post {
  position: relative;
  margin-top: 25px;
}

.testimonial-block-two .inner-box .author-post .author-inner {
  position: relative;
  min-height: 77px;
  padding-left: 95px;
  padding-top: 10px;
}

.testimonial-block-two .inner-box .author-post .author-inner .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 77px;
  height: 77px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 15px rgb(0 0 0 / 0.2);
}

.testimonial-block-two .inner-box .author-post .author-inner h3 {
  position: relative;
  color: #191514;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3em;
}

.testimonial-block-two .inner-box .author-post .author-inner .designation {
  position: relative;
  color: #6f6f6f;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
  margin-top: 4px;
}

.testimonial-section .owl-nav {
  display: none;
}

.testimonial-section .owl-dots {
  position: absolute;
  right: 0;
  top: -70px;
}

.testimonial-section .owl-dots .owl-dot {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-left: 8px;
  display: inline-block;
  background-color: #ddd;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.testimonial-section .owl-dots .owl-dot.active,
.testimonial-section .owl-dots .owl-dot:hover {
  background-color: #c69b63;
}

.contact-form-section {
  position: relative;
}

.contact-form-section .map-section {
  position: absolute;
  left: 0;
  top: 150px;
  right: 0;
  bottom: 0;
}

.contact-form-section .map-section .map-canvas {
  height: 580px;
}

.contact-form-section .inner-container {
  position: relative;
  z-index: 1;
  padding: 55px 60px 55px;
  background-color: #fff;
  box-shadow: 0 0 15px rgb(0 0 0 / 0.15);
}

.contact-form-section .inner-container h2 {
  position: relative;
  color: #012068;
  font-weight: 700;
  line-height: 1.4em;
}

.contact-form-section .inner-container h2 span {
  font-style: italic;
  color: #3241ff;
  font-family: "Playfair Display", serif;
}

.contact-form-section .info-column {
  position: relative;
}

.contact-form-section .info-column .inner-column {
  position: relative;
}

.contact-form-section .info-column .inner-column .text {
  position: relative;
  color: #1a1e66;
  font-size: 16px;
  line-height: 1.7em;
  margin-top: 25px;
  margin-bottom: 15px;
}

.contact-form-section .form-column {
  position: relative;
}

.contact-form-section .form-column .inner-column {
  position: relative;
  padding-top: 30px;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
  border-color: #ff0000 !important;
}

.contact-form label.error {
  display: block;
  line-height: 24px;
  padding: 5px 0 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 11px;
  color: red;
  font-weight: 500;
}

.page-title {
  position: relative;
  padding: 210px 0 90px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}

.page-title:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(10 18 20 / 0.24);
}

.page-title .content {
  position: relative;
  text-align: center;
}

.page-title .content h1 {
  position: relative;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.page-title .page-breadcrumb {
  position: relative;
}

.page-title .page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  color: #d5aa6d;
  font-weight: 400;
  font-size: 16px;
}

.page-title .page-breadcrumb li:after {
  position: absolute;
  content: "\f105";
  right: -4px;
  top: 1px;
  color: #fff;
  font-family: "FontAwesome";
}

.page-title .page-breadcrumb li:last-child::after {
  display: none;
}

.page-title .page-breadcrumb li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.page-title .page-breadcrumb li a {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.page-title .page-breadcrumb li a:hover {
  color: #d5aa6d;
}

.testimonial-page-section {
  position: relative;
  padding-top: 90px;
}

.testimonial-page-section .section-title {
  margin-bottom: 100px;
}

.testimonial-block-three {
  position: relative;
  margin-bottom: 130px;
}

.testimonial-block-three .inner-box {
  position: relative;
  text-align: center;
  padding: 35px 30px;
  background-color: #fff;
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  box-shadow: 0 0 20px rgb(0 0 0 / 0.15);
}

.testimonial-block-three .inner-box:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 5px;
  background-color: #d5aa6d;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.testimonial-block-three .inner-box:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 0;
  height: 5px;
  background-color: #d5aa6d;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.testimonial-block-three .inner-box:hover::before,
.testimonial-block-three .inner-box:hover::after {
  width: 100%;
}

.testimonial-block-three .inner-box .quote-icon {
  position: absolute;
  right: 45px;
  top: -20px;
  color: #e0e0e0;
  font-size: 60px;
  line-height: 1em;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-block-three .inner-box:hover {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}

.testimonial-block-three .inner-box:hover .quote-icon {
  color: #d5aa6d;
}

.testimonial-block-three .inner-box .image-outer {
  position: relative;
  display: inline-block;
}

.testimonial-block-three .inner-box .image {
  position: relative;
  width: 76px;
  height: 76px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 50px;
}

.testimonial-block-three .inner-box .image-outer:before {
  position: absolute;
  content: "";
  left: -4px;
  top: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 50px;
  border: 2px solid #d5aa6d;
}

.testimonial-block-three .inner-box .text {
  position: relative;
  color: #000;
  font-size: 16px;
  line-height: 1.7em;
  margin-top: 20px;
  margin-bottom: 10px;
}

.testimonial-block-three .inner-box h5 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7em;
  color: #d5aa6d;
  background: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
}

.testimonial-block-three .inner-box .designation {
  position: relative;
  color: #9c9c9c;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4em;
}

.services-section-four {
  position: relative;
  padding-top: 90px;
}

.pricing-section {
  position: relative;
  padding-top: 70px;
}

.pricing-info-tabs .pricing-tabs {
  position: relative;
}

.pricing-tabs .tab-btns {
  position: relative;
  text-align: center;
  margin-bottom: 75px;
}

.pricing-tabs .tab-btns .tab-btn {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #1a1e66;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  margin: 0 10px;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.pricing-tabs .tab-btns .tab-btn .save {
  color: #1a1e66;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 16px;
  border-radius: 4px;
  margin-left: 10px;
  display: inline-block;
  background-color: #dcdcdc;
}

.pricing-tabs .tab-btns .tab-btn .circle {
  position: relative;
  width: 18px;
  height: 18px;
  top: 3px;
  margin-right: 8px;
  border-radius: 50px;
  display: inline-block;
  border: 2px solid #b8b5b5;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.pricing-tabs .tab-btns .tab-btn:hover,
.pricing-tabs .tab-btns .tab-btn.active-btn {
  color: #1a1e66;
}

.pricing-tabs .tab-btns .tab-btn .circle:before {
  position: absolute;
  content: "";
  left: 4px;
  top: 4px;
  width: 6px;
  height: 6px;
  opacity: 0;
  border-radius: 50px;
  background-color: #cca167;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.pricing-tabs .tab-btns .tab-btn:hover .circle,
.pricing-tabs .tab-btns .tab-btn.active-btn .circle {
  border-color: #cca167;
}

.pricing-tabs .tab-btns .tab-btn:hover .circle::before,
.pricing-tabs .tab-btns .tab-btn.active-btn .circle::before {
  opacity: 1;
}

.pricing-tabs .tabs-content {
  position: relative;
}

.pricing-tabs .tabs-content .tab {
  position: relative;
  display: none;
  margin-top: 120px;
  transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -webkit-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
}

.pricing-tabs .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0;
}

.price-block {
  position: relative;
  margin-bottom: 30px;
}

.price-block .inner-box {
  position: relative;
  border-radius: 10px;
  box-shadow: 0 0 15px rgb(0 0 0 / 0.15);
}

.price-block .inner-box .title-box {
  position: relative;
  text-align: center;
  padding: 30px 25px 25px;
}

.price-block .inner-box .title-box .icon {
  position: relative;
  line-height: 1em;
  color: #d5aa6d;
  line-height: 1em;
  background: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  font-size: 60px;
}

.price-block .inner-box .title-box h5 {
  position: relative;
  color: #012068;
  font-weight: 700;
  line-height: 1.3em;
  margin-top: 14px;
}

.price-block .inner-box .title-box .text {
  position: relative;
  font-size: 16px;
  color: #1a1e66;
  line-height: 1.7em;
}

.price-block .inner-box .price {
  position: relative;
  display: block;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2em;
  padding: 5px 10px 5px;
  text-align: center;
  background-color: #b5b5b5;
}

.price-block .inner-box .price span {
  position: relative;
  font-weight: 300;
  font-size: 16px;
}

.price-block .inner-box .lower-box {
  position: relative;
  padding: 35px 20px 30px;
}

.price-block .inner-box .price-list {
  position: relative;
  margin-bottom: 35px;
}

.price-block .inner-box .price-list li {
  position: relative;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
  text-align: center;
  padding: 0 0 0 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.price-block .inner-box .lower-box .theme-btn {
  width: 100%;
  text-align: center;
}

.sidebar-page-container {
  position: relative;
  padding: 90px 0 0;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
  margin-bottom: 40px;
}

.sidebar-page-container .sidebar-side .padding-right {
  padding-right: 30px;
}

.sidebar-widget {
  position: relative;
  margin-bottom: 40px;
}

.sidebar-title {
  position: relative;
  margin-bottom: 25px;
}

.sidebar-title h4 {
  position: relative;
  color: #191514;
  font-weight: 500;
  line-height: 1.2em;
}

.blog-cat {
  position: relative;
}

.blog-cat li {
  position: relative;
  margin-bottom: 7px;
}

.blog-cat li a {
  position: relative;
  color: #191514;
  font-size: 18px;
  font-weight: 600;
  display: block;
  border: 1px solid #d7d7d7;
  padding: 16px 15px 16px 25px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  font-family: "Poppins", sans-serif;
}

.blog-cat li a:before {
  position: absolute;
  content: "\f105";
  right: 22px;
  top: 15px;
  color: #012068;
  font-size: 22px;
  font-family: "FontAwesome";
}

.blog-cat li.active a::before,
.blog-cat li a:hover::before {
  color: #fff;
}

.blog-cat li.active a,
.blog-cat li a:hover {
  color: #fff;
  border-color: #d5aa6d;
  background-image: -ms-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -moz-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -o-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #d5aa6d),
    color-stop(100, #9e7247)
  );
  background-image: -webkit-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
}

.contact-widget {
  position: relative;
}

.contact-widget ul {
  position: relative;
}

.contact-widget ul li {
  position: relative;
  color: #666;
  font-size: 18px;
  line-height: 1.7em;
  padding-left: 35px;
  margin-bottom: 12px;
}

.contact-widget ul li .icon {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 24px;
  line-height: 1em;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#b68b58),
    to(#a17549)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
}

.brochures-widget {
  position: relative;
}

.brochures-widget .text {
  position: relative;
  color: #666;
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 22px;
}

.brochures-widget .files {
  position: relative;
}

.brochures-widget .files li {
  position: relative;
  margin-bottom: 10px;
}

.brochures-widget .files li:last-child {
  margin-bottom: 0;
}

.brochures-widget .files li a {
  position: relative;
  display: block;
  color: #00000a;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 13px 30px;
  border: 1px solid #cdcbcb;
  transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
}

.brochures-widget .files li a span {
  position: relative;
  line-height: 24px;
  padding-right: 15px;
  color: #d5aa6d;
  font-size: 24px;
}

.brochures-widget .files li a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  background-image: -ms-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -moz-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -o-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #d5aa6d),
    color-stop(100, #9e7247)
  );
  background-image: -webkit-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
}

.brochures-widget .files li a:hover span {
  color: #fff;
}

.brochures-widget .files li a:hover {
  color: #fff;
}

.brochures-widget .files li a:hover::before {
  width: 100%;
  opacity: 1;
}

.services-single {
  position: relative;
}

.services-single h4 {
  position: relative;
  color: #191514;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 25px;
}

.services-single .text {
  position: relative;
}

.services-single .text p {
  position: relative;
  color: #666;
  font-size: 15px;
  line-height: 1.8em;
  margin-bottom: 20px;
}

.services-single .services-gallery {
  position: relative;
  margin-top: 60px;
  margin-bottom: 70px;
}

.services-single .services-gallery .owl-nav {
  display: none;
}

.services-single .services-gallery .owl-dots {
  position: relative;
  text-align: center;
  margin-top: 35px;
}

.services-single .services-gallery .owl-dots .owl-dot {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 15px;
  border-radius: 50px;
  display: inline-block;
  background-color: #c6c6c6;
  border: 2px solid #fff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.services-single .services-gallery .owl-dots .owl-dot:hover,
.services-single .services-gallery .owl-dots .owl-dot.active {
  background-color: #d4a96c;
  border: 2px solid #d4a96c;
}

.services-single .service-tabs {
  position: relative;
  margin-bottom: 60px;
}

.services-single .service-tabs .tab-btns {
  position: relative;
  text-align: center;
  background-color: #e9e9e9;
  box-shadow: inset 0 0 10px rgb(0 0 0 / 0.2);
}

.services-single .service-tabs .tab-btns .tab-btn {
  position: relative;
  font-size: 18px;
  color: #191514;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  width: 33%;
  display: inline-block;
  padding: 11px 28px 9px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}

.services-single .service-tabs .tab-btns .tab-btn i {
  position: relative;
  z-index: 1;
  font-style: normal;
}

.services-single .service-tabs .tab-btns .tab-btn:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  z-index: 1;
  display: block;
  transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  background-image: -ms-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -moz-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -o-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #d5aa6d),
    color-stop(100, #9e7247)
  );
  background-image: -webkit-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
}

.services-single .service-tabs .tab-btns .tab-btn:hover,
.services-single .service-tabs .tab-btns .tab-btn.active-btn {
  color: #fff;
}

.services-single .service-tabs .tab-btns .tab-btn:hover::before,
.services-single .service-tabs .tab-btns .tab-btn.active-btn::before {
  height: 100%;
}

.services-single .service-tabs .tabs-content {
  position: relative;
  padding-top: 25px;
}

.services-single .service-tabs .tabs-content .tab {
  position: relative;
  display: none;
  border-top: 0;
}

.services-single .service-tabs .tabs-content .tab.active-tab {
  display: block;
}

.services-single .service-tabs .tabs-content .tab .content {
  position: relative;
}

.services-single .service-tabs .tabs-content .tab .content .text {
  position: relative;
}

.services-single .service-tabs .tabs-content .tab .content p {
  position: relative;
  font-size: 16px;
  line-height: 1.8em;
  color: #666;
  margin-bottom: 20px;
}

.more-services {
  position: relative;
  margin-top: 10px;
}

.more-services a {
  position: relative;
  color: #666;
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
}

.more-services a:hover {
  color: #191514;
}

.contact-page-section {
  position: relative;
  padding-top: 95px;
}

.contact-page-section .map-section {
  position: absolute;
  left: 0;
  top: 150px;
  right: 0;
  bottom: 0;
}

.contact-page-section .map-section .map-canvas {
  height: 580px;
}

.contact-page-section .inner-container {
  position: relative;
  z-index: 1;
  padding: 55px 60px 55px;
  background-color: #fff;
  box-shadow: 0 0 15px rgb(0 0 0 / 0.15);
}

.contact-page-section .inner-container h2 {
  position: relative;
  color: #191514;
  font-weight: 700;
  line-height: 1.2em;
}

.contact-page-section .inner-container h2 span {
  font-style: italic;
  color: #a17549;
  font-family: "Playfair Display", serif;
}

.contact-page-section .info-column {
  position: relative;
}

.contact-page-section .info-column .inner-column {
  position: relative;
}

.contact-page-section .info-column .inner-column .text {
  position: relative;
  color: #191514;
  font-size: 16px;
  line-height: 1.7em;
  margin-top: 25px;
  margin-bottom: 15px;
}

.contact-page-section .form-column {
  position: relative;
}

.contact-page-section .form-column .inner-column {
  position: relative;
  padding-top: 30px;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
  border-color: #ff0000 !important;
}

.contact-form label.error {
  display: block;
  line-height: 24px;
  padding: 5px 0 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 11px;
  color: red;
  font-weight: 500;
}

.contact-form {
  position: relative;
}

.contact-form .form-grou {
  position: relative;
  margin-bottom: 16px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea {
  display: block;
  width: 100%;
  line-height: 23px;
  height: 45px;
  font-size: 14px;
  padding: 10px 24px;
  background: #eef1f5;
  color: #000;
  border: 1px solid #eef1f5;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.contact-form textarea {
  height: 110px;
  resize: none;
  font-size: 14px;
  background: #eef1f5;
  border: 1px solid #eef1f5;
}

.contact-form .form-group .ui-selectmenu-button.ui-button {
  font-size: 14px;
}

.contact-form .form-group .ui-selectmenu-button.ui-button {
  float: none;
  background-color: #eef1f5;
}

.contact-form .form-group .ui-state-active,
.contact-form .form-group .ui-widget-content .ui-state-active {
  background-color: #2937e8;
  border-color: #2937e8;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="password"]:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #d2a76b;
}

.contact-form .theme-btn {
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
  padding: 12px 42px;
  cursor: pointer;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.contact-info-section {
  position: relative;
  margin-top: -90px;
  padding: 160px 0 50px;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-info-section .column {
  margin-bottom: 30px;
}

.contact-info-section:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgb(0 0 0 / 0.8);
}

.contact-info-section h4 {
  position: relative;
  color: #fff;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 20px;
}

.form-group .ui-selectmenu-button.ui-button {
  width: 100%;
  font-size: 16px;
  font-style: normal;
  line-height: 25px;
  color: #797979;
  float: left;
  border-radius: 0;
  border: 0;
  padding: 10px 20px;
  background: #fff;
}

.form-group .ui-button .ui-icon {
  background: none;
  position: relative;
  top: -1px;
  text-indent: 0;
  color: #333;
  font-size: 20px;
}

.form-group .ui-button .ui-icon:before {
  font-family: "FontAwesome";
  content: "\f0d7";
  position: absolute;
  right: 0;
  top: 2px !important;
  top: 13px;
  width: 10px;
  height: 30px;
  display: block;
  color: #001a57;
  line-height: 23px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  z-index: 5;
}

.ui-widget.ui-widget-content {
  border: 1px solid #e0e0e0;
}

.ui-menu .ui-menu-item {
  font-size: 14px;
  border-bottom: 1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child {
  border: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  background-color: #d1a56a;
  border-color: #d1a56a;
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  display: block;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 24px;
}

.portfolio-section-two {
  position: relative;
  padding: 95px 0 0;
}

.portfolio-section-two .filters {
  position: relative;
  margin-bottom: 55px;
}

.portfolio-section-two .filters .filter-tabs {
  position: relative;
}

.portfolio-section-two .filters li {
  position: relative;
  display: inline-block;
  color: #191514;
  padding: 0 12px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  font-family: "Poppins", sans-serif;
}

.portfolio-section-two .filters li:after {
  position: absolute;
  content: "/";
  right: -12px;
  top: 1px;
  font-size: 14px;
  color: #191514;
}

.portfolio-section-two .filters li:last-child::after {
  display: none;
}

.portfolio-section-two .filters .filter.active,
.portfolio-section-two .filters .filter:hover {
  color: #222;
}

.portfolio-section-two .filters li:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -8px;
  height: 4px;
  width: 0;
  background-image: -ms-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -moz-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -o-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #d5aa6d),
    color-stop(100, #9e7247)
  );
  background-image: -webkit-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.portfolio-section-two .filters li:hover:before,
.portfolio-section-two .filters li.active::before {
  width: 100%;
}

.portfolio-block-two {
  position: relative;
  margin-bottom: 50px;
}

.portfolio-block-two .inner-box {
  position: relative;
  overflow: hidden;
}

.portfolio-block-two .inner-box .image {
  position: relative;
}

.portfolio-block-two .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.portfolio-block-two .inner-box .image .overlay-box {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.portfolio-block-two .inner-box .image .overlay-box .plus {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 54px;
  height: 54px;
  color: #a3774a;
  font-size: 18px;
  line-height: 54px;
  text-align: center;
  border-radius: 50%;
  font-weight: 700;
  margin-left: -27px;
  margin-top: -27px;
  transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  display: inline-block;
  background-color: #fff;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.portfolio-block-two .inner-box:hover .image .overlay-box .plus {
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}

.portfolio-block-two .inner-box .image .overlay-box:before {
  position: absolute;
  content: "";
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  display: block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-color: rgb(0 0 0 / 0.8);
}

.portfolio-block-two .inner-box:hover .image .overlay-box:before {
  right: 0%;
}

.portfolio-block-two .inner-box .lower-content {
  position: relative;
  padding-top: 20px;
}

.portfolio-block-two .inner-box .lower-content h5 {
  position: relative;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 4px;
}

.portfolio-block-two .inner-box .lower-content h5 a {
  position: relative;
  color: #191514;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.portfolio-block-two .inner-box .lower-content h5 a:hover {
  color: #cea268;
}

.portfolio-block-two .inner-box .lower-content .designation {
  position: relative;
  color: #666;
  font-size: 14px;
}

.portfolio-block-two.mix {
  display: none;
}

.project-block-three {
  position: relative;
  margin-bottom: 30px;
}

.project-block-three .inner-box {
  position: relative;
}

.project-block-three .inner-box .image {
  position: relative;
}

.project-block-three .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.project-block-three .inner-box .image .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  padding: 45px 45px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.project-block-three .inner-box:hover .image .overlay-box {
  opacity: 1;
}

.project-block-three .inner-box .image .overlay-box:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-color: rgb(0 0 0 / 0.8);
}

.project-block-three .inner-box .image .overlay-box .overlay-inner {
  position: relative;
  height: 100%;
}

.project-block-three .inner-box .image .overlay-box .title {
  position: relative;
  color: #fff;
  font-size: 14px;
  margin-bottom: 6px;
  letter-spacing: 1px;
}

.project-block-three .inner-box .image .overlay-box h5 {
  position: relative;
  color: #fff;
  font-weight: 700;
  line-height: 1.3em;
}

.project-block-three .inner-box .image .overlay-box h5 a {
  position: relative;
  color: #fff;
}

.project-block-three .inner-box .image .overlay-box .plus {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 54px;
  height: 54px;
  color: #9e7146;
  font-size: 18px;
  line-height: 54px;
  text-align: center;
  border-radius: 50%;
  font-weight: 700;
  display: inline-block;
  background-color: #fff;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.portfolio-single-section {
  position: relative;
  padding: 85px 0 0;
}

.portfolio-single-section .section-title {
  margin-bottom: 50px;
}

.portfolio-single-section .image-column {
  position: relative;
  margin-bottom: 40px;
}

.portfolio-single-section .image-column .inner-column {
  position: relative;
}

.portfolio-single-section .image-column .inner-column .image {
  position: relative;
}

.portfolio-single-section .image-column .inner-column .image img {
  position: relative;
  width: 100%;
  display: block;
}

.portfolio-single-section .content-column {
  position: relative;
  margin-bottom: 40px;
}

.portfolio-single-section .content-column .inner-column {
  position: relative;
  padding-top: 50px;
  padding-left: 50px;
}

.portfolio-single-section .content-column .inner-column h3 {
  position: relative;
  color: #191514;
  line-height: 1.3em;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-single-section .content-column .inner-column .text {
  position: relative;
  margin-bottom: 30px;
}

.portfolio-single-section .content-column .inner-column .text p {
  position: relative;
  color: #656565;
  font-size: 15px;
  line-height: 1.8em;
  margin-bottom: 20px;
}

.portfolio-single-section .content-column .inner-column .text p:last-child {
  margin-bottom: 0;
}

.portfolio-single-section .content-column .inner-column .project-list {
  position: relative;
}

.portfolio-single-section .content-column .inner-column .project-list li {
  position: relative;
  color: #666;
  font-size: 15px;
  padding-left: 20px;
  margin-bottom: 10px;
}

.portfolio-single-section
  .content-column
  .inner-column
  .project-list
  li
  strong {
  font-weight: 600;
  color: #191514;
}

.portfolio-single-section .content-column .inner-column .project-list li .icon {
  position: absolute;
  left: 0;
  top: 0;
  color: #a07448;
  font-size: 14px;
}

.portfolio-single-section .lower-section {
  position: relative;
  margin-top: 40px;
}

.blog-page-section {
  position: relative;
  padding-top: 90px;
  padding-bottom: 20px;
}

.blog-page-section .news-block {
  margin-bottom: 90px;
}

.blog-single {
  position: relative;
}

.blog-single .inner-box {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 15px rgb(0 0 0 / 0.2);
}

.blog-single .inner-box .image {
  position: relative;
}

.blog-single .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.blog-single .inner-box .lower-content {
  position: relative;
  padding: 25px 25px;
}

.blog-single .inner-box .lower-content .post-meta {
  position: relative;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ececf0;
}

.blog-single .inner-box .lower-content .post-meta:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 40px;
  background-color: #d3a86c;
}

.blog-single .inner-box .lower-content .post-meta li {
  position: relative;
  margin-right: 20px;
  color: #999;
  font-size: 14px;
  font-weight: 600;
  padding-left: 22px;
  display: inline-block;
}

.blog-single .inner-box .lower-content .post-meta li:last-child {
  margin-right: 0;
}

.blog-single .inner-box .lower-content .post-meta li .fa {
  position: absolute;
  left: 0;
  top: 0;
  color: #999;
  font-size: 14px;
}

.blog-single .inner-box .lower-content h4 {
  position: relative;
  color: #191514;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 13px;
  margin-top: 20px;
  margin-bottom: 28px;
}

.blog-single .inner-box .lower-content .text {
  position: relative;
}

.blog-single .inner-box .lower-content .text .news-gallery {
  position: relative;
  margin-top: 30px;
}

.blog-single .inner-box .lower-content .text .news-gallery .row {
  margin: 0 -12px;
}

.blog-single .inner-box .lower-content .text .news-gallery .column {
  padding: 0 12px;
  margin-bottom: 24px;
}

.blog-single .inner-box .lower-content .text h5 {
  position: relative;
  color: #191514;
  font-weight: 500;
  line-height: 1.4em;
  margin-top: 15px;
  margin-bottom: 20px;
}

.blog-single .inner-box .lower-content .text p {
  position: relative;
  color: #666;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 20px;
}

.blog-single .inner-box .lower-content .text p a {
  color: #666;
  font-weight: 600;
  text-decoration: underline;
}

.blog-single .inner-box .lower-content blockquote {
  position: relative;
  border: none;
  padding: 0;
  margin-top: 40px;
  margin-bottom: 30px;
  background-color: #f4f7fc;
  padding: 45px 30px 45px 110px;
}

.blog-single .inner-box .lower-content blockquote .quote-icon {
  position: absolute;
  left: -20px;
  top: -20px;
  width: 113px;
  height: 113px;
  color: #d5aa6d;
  font-size: 40px;
  line-height: 113px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
}

.blog-single .inner-box .lower-content blockquote .quote-text {
  position: relative;
  font-size: 20px;
  color: #191514;
  font-weight: 400;
  line-height: 1.7em;
}

.blog-single .post-share-options {
  position: relative;
  padding-top: 55px;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 32px;
}

.blog-single .post-share-options .post-share-inner {
  position: relative;
}

.blog-single .post-share-options .post-tags {
  position: relative;
}

.blog-single .post-share-options .post-tags span {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  color: #191514;
  margin-right: 15px;
  font-family: "Poppins", sans-serif;
}

.blog-single .post-share-options .post-tags a {
  position: relative;
  padding: 8px 20px;
  color: #191514;
  margin-right: 4px;
  margin-bottom: 4px;
  border-radius: 50px;
  display: inline-block;
  background-color: #f4f7fc;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.blog-single .post-share-options .post-tags a:hover {
  color: #fff;
  background-color: #9e7247;
  background-image: -ms-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -moz-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -o-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #d5aa6d),
    color-stop(100, #9e7247)
  );
  background-image: -webkit-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
}

.blog-single .post-share-options .social-links {
  position: relative;
  margin-top: 5px;
}

.blog-single .post-share-options .social-links li {
  position: relative;
  margin-left: 2px;
  display: inline-block;
}

.blog-single .post-share-options .social-links li.twitter a {
  background-color: #55acee;
}

.blog-single .post-share-options .social-links li.google-plus a {
  background-color: #dd4b39;
}

.blog-single .post-share-options .social-links li.dribble a {
  background-color: #cd339a;
}

.blog-single .post-share-options .social-links li a {
  position: relative;
  width: 32px;
  height: 32px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  background-color: #3b5998;
}

.new-posts {
  position: relative;
  padding: 22px 0;
  border-top: 1px solid #ececf0;
  border-bottom: 1px solid #ececf0;
}

.new-posts .prev-post {
  position: relative;
  color: #666;
  font-size: 16px;
  font-weight: 500;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  font-family: "Poppins", sans-serif;
}

.new-posts .next-post {
  position: relative;
  color: #666;
  font-size: 16px;
  font-weight: 500;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  font-family: "Poppins", sans-serif;
}

.new-posts .prev-post:hover,
.new-posts .next-post:hover {
  color: #bf935e;
}

.sidebar-page-container .comments-area {
  position: relative;
  margin-top: 45px;
  margin-bottom: 60px;
}

.sidebar-page-container .group-title {
  position: relative;
  margin-bottom: 35px;
}

.sidebar-page-container .group-title h6 {
  position: relative;
  color: #191514;
  font-weight: 600;
  padding-bottom: 10px;
  text-transform: capitalize;
}

.sidebar-page-container .group-title h6:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background-image: -ms-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -moz-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -o-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #d5aa6d),
    color-stop(100, #9e7247)
  );
  background-image: -webkit-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
}

.sidebar-page-container .group-title .group-text {
  position: relative;
  font-size: 14px;
  color: #666;
  margin-top: 25px;
}

.sidebar-page-container .comments-area .comment-box {
  position: relative;
  padding: 0 0 0;
  margin-bottom: 40px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

.sidebar-page-container .comments-area .comment-box:hover {
  border-color: #222;
}

.sidebar-page-container .comments-area .comment {
  position: relative;
  font-size: 14px;
  padding: 0 0 0 125px;
}

.sidebar-page-container .comments-area .comment .comment-inner {
  position: relative;
  padding: 22px 25px 30px;
  background-color: #f4f7fc;
}

.sidebar-page-container .comments-area .comment .comment-reply {
  position: absolute;
  right: 25px;
  top: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 50px;
  background-color: #191919;
  font-family: "Poppins", sans-serif;
}

.sidebar-page-container .comments-area .comment .comment-reply:hover {
  background-color: #9e7247;
  background-image: -ms-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -moz-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -o-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #d5aa6d),
    color-stop(100, #9e7247)
  );
  background-image: -webkit-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
  display: block;
}

.sidebar-page-container .comments-area .comment-info {
  color: #3e5773;
  line-height: 24px;
  font-size: 13px;
}

.sidebar-page-container .comments-area .comment-box strong {
  font-size: 18px;
  font-weight: 600;
  color: #191514;
  line-height: 1.3em;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}

.sidebar-page-container .comments-area .comment-box .text {
  color: #666;
  font-size: 15px;
  margin-top: 16px;
  line-height: 1.8em;
  margin-bottom: 0;
}

.sidebar-page-container .comments-area .comment-info .comment-time {
  position: relative;
  font-size: 14px;
  color: #999;
  font-weight: 400;
  margin-top: 3px;
}

.sidebar-page-container .comments-area .comment-box .theme-btn {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 30px;
  font-family: "Poppins", sans-serif;
}

.comment-form {
  position: relative;
  margin-top: 0;
}

.comment-form .row {
  margin: 0 -7px;
}

.comment-form .form-group {
  position: relative;
  padding: 0 7px;
  margin-bottom: 14px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 26px;
  padding: 10px 20px;
  height: 46px;
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid #ececec;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
  border-color: #d5aa6d;
}

.comment-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 26px;
  padding: 10px 20px;
  color: #a5a5a5;
  height: 150px;
  font-size: 14px;
  resize: none;
  border-radius: 3px;
  border: 1px solid #ececec;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.comment-form .theme-btn {
  cursor: pointer;
  font-weight: 400;
  margin-top: 10px;
  padding: 11px 30px 11px;
}

.sidebar .search-box .form-group {
  position: relative;
  margin: 0;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
  position: relative;
  line-height: 28px;
  padding: 10px 50px 10px 20px;
  border: 1px solid #ececf0;
  background: none;
  display: block;
  font-size: 14px;
  width: 100%;
  height: 50px;
  color: gray;
  font-weight: 400;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  font-size: 14px;
  color: #222;
  line-height: 100%;
  background: none;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  border-left: 1px solid #f2f2f2;
}

.sidebar-title-two {
  position: relative;
  margin-bottom: 25px;
}

.sidebar-title-two h4 {
  position: relative;
  color: #191514;
  font-weight: 600;
  line-height: 1.2em;
  padding-bottom: 15px;
  font-family: "Poppins", sans-serif;
}

.sidebar-title-two h4:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 40px;
  background-image: -ms-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -moz-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -o-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #d5aa6d),
    color-stop(100, #9e7247)
  );
  background-image: -webkit-linear-gradient(left, #d5aa6d 0%, #9e7247 100%);
  background-image: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
}

.blog-cat-two {
  position: relative;
}

.blog-cat-two li {
  position: relative;
  border-bottom: 1px solid #d7d7d7;
}

.blog-cat-two li a {
  position: relative;
  color: #191514;
  font-size: 15px;
  font-weight: 400;
  display: block;
  padding: 16px 15px 16px 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  font-family: "Poppins", sans-serif;
}

.blog-cat-two li a:hover {
  padding-left: 28px;
}

.blog-cat-two li a span {
  position: absolute;
  right: 0;
  top: 15px;
  font-size: 15px;
}

.blog-cat-two li a:before {
  position: absolute;
  content: "";
  left: 10px;
  top: 25px;
  width: 8px;
  height: 8px;
  opacity: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border-radius: 50px;
  display: inline-block;
  background-color: #aa834d;
}

.blog-cat-two li a:hover::before {
  opacity: 1;
}

.blog-cat-two li.active a,
.blog-cat-two li a:hover {
  color: #aa834d;
}

.popular-posts .post {
  position: relative;
  font-size: 14px;
  color: #666;
  min-height: 100px;
  padding-left: 90px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e7e7eb;
}

.popular-posts .post .post-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  height: 65px;
  overflow: hidden;
  border-radius: 50%;
}

.popular-posts .post .post-thumb img {
  display: block;
  width: 100%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.popular-posts .post .text {
  position: relative;
  top: 0;
  font-size: 16px;
  margin: 0 0 3px;
  font-weight: 600;
  color: #191514;
  line-height: 1.5em;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}

.popular-posts .post .text a {
  color: #191514;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.popular-posts .post a:hover {
  color: #d4a96d;
}

.popular-posts .post-info {
  position: relative;
  font-size: 14px;
  color: #adadad;
  font-weight: 400;
  padding-left: 20px;
}

.popular-posts .post-info:before {
  position: absolute;
  content: "\f073";
  left: 0;
  top: 4px;
  color: #adadad;
  font-size: 14px;
  line-height: 1em;
  font-family: "FontAwesome";
}

.sidebar .instagram-widget .images-outer {
  position: relative;
  margin: 0 -4px;
}

.sidebar .instagram-widget .image-box {
  position: relative;
  float: left;
  width: 33.3333%;
  padding: 0 6px;
  margin-bottom: 12px;
}

.sidebar .instagram-widget .image-box:nth-child(3),
.sidebar .instagram-widget .image-box:nth-child(6) {
  margin-right: 0;
}

.sidebar .instagram-widget .image-box .overlay-box {
  position: absolute;
  content: "";
  left: 12px;
  top: 8px;
  bottom: 8px;
  right: 12px;
  display: block;
  z-index: 1;
  opacity: 0;
  text-align: center;
  padding: 8px;
  color: #fff;
  font-size: 24px;
  line-height: 44px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color: #d5aa6d;
}

.sidebar .instagram-widget .image-box .overlay-box:before {
  position: absolute;
  top: 50%;
  margin-left: -12px;
  margin-top: -22px;
  display: inline-block;
}

.sidebar .instagram-widget .image-box:hover .overlay-box {
  opacity: 1;
}

.sidebar .instagram-widget .image-box img {
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sidebar .popular-tags a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 7px 18px 7px;
  margin: 0 4px 8px 0;
  color: #1a1e66;
  text-align: center;
  font-size: 15px;
  background-color: #f4f7fc;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.sidebar .popular-tags a:hover {
  background-color: #d5aa6d;
  color: #fff;
}

.shell {
  padding: 20px 0;
  width: 100%;
}

.wsk-cp-product {
  background: #fff;
  padding: 15px;
  border-radius: 6px;
  box-shadow:
    0 1px 3px rgb(0 0 0 / 0.12),
    0 1px 2px rgb(0 0 0 / 0.24);
  position: relative;
  margin: 20px auto;
}

.wsk-cp-img {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -o-transform: translate(-50%);
  -khtml-transform: translate(-50%);
  width: 100%;
  padding: 15px;
  transition: all 0.2s ease-in-out;
}

.wsk-cp-img img {
  width: 100%;
  transition: all 0.2s ease-in-out;
  border-radius: 6px;
}

.wsk-cp-product:hover .wsk-cp-img {
  top: -40px;
}

.wsk-cp-product:hover .wsk-cp-img img {
  box-shadow:
    0 19px 38px rgb(0 0 0 / 0.3),
    0 15px 12px rgb(0 0 0 / 0.22);
}

.wsk-cp-text {
  padding-top: 100%;
}

.wsk-cp-text .category {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  padding: 5px;
  margin-bottom: 45px;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.wsk-cp-text .category > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
}

.wsk-cp-text .category > span {
  padding: 12px 30px;
  border: 1px solid #313131;
  background: #212121;
  color: #fff;
  box-shadow:
    0 19px 38px rgb(0 0 0 / 0.3),
    0 15px 12px rgb(0 0 0 / 0.22);
  border-radius: 27px;
  transition: all 0.05s ease-in-out;
}

.wsk-cp-product:hover .wsk-cp-text .category > span {
  border-color: #ddd;
  box-shadow: none;
  padding: 11px 28px;
}

.wsk-cp-product:hover .wsk-cp-text .category {
  margin-top: 0;
}

.wsk-cp-text .title-product {
  text-align: center;
}

.wsk-cp-text .title-product h3 {
  font-size: 1.2em;
  font-weight: 500;
  margin: 20px auto 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  color: #6a6a6a;
}

.wsk-cp-text .description-prod p {
  margin: 0;
}

.wsk-cp-text .description-prod {
  text-align: center;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 5px;
  color: #9b9b9b;
  font-weight: 400;
}

.card-footer {
  padding: 25px 0 5px;
  border-top: 1px solid #ddd;
}

.card-footer:after,
.card-footer:before {
  content: "";
  display: table;
}

.card-footer:after {
  clear: both;
}

.card-footer .wcf-left {
  float: left;
}

.card-footer .wcf-right {
  float: right;
}

.price {
  font-size: 18px;
  font-weight: 700;
}

a.buy-btn {
  display: block;
  color: #212121;
  text-align: center;
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  border: 1px solid #212121;
  transition: all 0.2s ease-in-out;
}

a.buy-btn:hover,
a.buy-btn:active,
a.buy-btn:focus {
  border-color: #ff9800;
  background: #ff9800;
  color: #fff;
  text-decoration: none;
}

.wsk-btn {
  display: inline-block;
  color: #212121;
  text-align: center;
  font-size: 18px;
  transition: all 0.2s ease-in-out;
  border-color: #ff9800;
  background: #ff9800;
  padding: 12px 30px;
  border-radius: 27px;
  margin: 0 5px;
}

.wsk-btn:hover,
.wsk-btn:focus,
.wsk-btn:active {
  text-decoration: none;
  color: #fff;
}

.red {
  color: #f44336;
  font-size: 22px;
  display: inline-block;
  margin: 0 5px;
}

@media screen and (max-width: 991px) {
  .wsk-cp-product {
    margin: 40px auto;
  }

  .wsk-cp-product .wsk-cp-img {
    top: -40px;
  }

  .wsk-cp-product .wsk-cp-img img {
    box-shadow:
      0 19px 38px rgb(0 0 0 / 0.3),
      0 15px 12px rgb(0 0 0 / 0.22);
  }

  .wsk-cp-product .wsk-cp-text .category > span {
    border-color: #ddd;
    box-shadow: none;
    padding: 11px 28px;
  }

  .wsk-cp-product .wsk-cp-text .category {
    margin-top: 0;
  }

  a.buy-btn {
    border-color: #ff9800;
    background: #ff9800;
    color: #fff;
  }
}

.des {
  margin-top: 5px;
  color: #9b9b9b !important;
  font-weight: 400;
}

.agree-btn-pop {
  position: relative;
  opacity: 1;
  line-height: 30px;
  color: #000 !important;
  font-size: 12px;
  text-shadow: none;
  cursor: pointer !important;
  border-radius: 4px;
  background-color: #d5aa6d !important;
  text-transform: capitalize;
  padding: 0 20px 0 20px !important;
  font-family: inherit;
  box-shadow: 0 10px 20px rgb(212 169 109 / 0.15);
}

.agree-btn-pop:hover {
  background-color: #cd9c56 !important;
  opacity: 1;
}

.inner_page_title {
  background: url(https://cdn.pixabay.com/photo/2024/04/06/17/32/ai-generated-8679700_1280.jpg)
    no-repeat center !important;
  background-size: cover !important;
}

.item-body {
  background-color: #fff;
  padding: 25px 25px 10px;
  box-shadow: 0 -5px 20px rgb(0 33 80 / 26%);
  margin-bottom: 30px;
}

.item-meta {
  padding: 0 0 9px;
  margin: 0;
  border: none;
}

.item-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 17px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ececf0;
  position: relative;
}

.entry-meta li,
.item-meta li {
  position: relative;
  display: inline-block;
  color: #999;
  font-size: 14px;
  padding: 0 24px 0 0;
  text-transform: capitalize;
}

.entry-meta li i,
.item-meta li i {
  margin-right: 6px;
}

.entry-meta li:last-child,
.item-meta li:last-child {
  padding-right: 0;
}

.entry-meta li,
.item-meta li {
  position: relative;
  display: inline-block;
  color: #999;
  font-size: 14px;
  padding: 0 24px 0 0;
  text-transform: capitalize;
}

.item-title {
  line-height: 1.5;
  text-align: left;
  font-weight: 700;
  padding: 0 0 15px;
  font-family: "Muli";
  font-size: 1.2em;
  margin-bottom: 10px;
}

.item-title a {
  color: #002150;
}

.entry-featured img {
  width: 100%;
  height: 200px;
}

.item-more a {
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 1em;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: #fff;
  border-radius: 3px;
  border: 0;
  font-weight: 600;
  box-shadow: 0 0 14px -7px #0e42ff;
  background-image: linear-gradient(
    45deg,
    #002150 0%,
    #046799 51%,
    #002150 100%
  );
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.item-more a:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

.gallery_container {
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 1300px) and (max-width: 2560px) {
  .popup-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
}

@media (min-width: 700px) and (max-width: 1299px) {
  .popup-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}

@media (min-width: 300px) and (max-width: 699px) {
  .popup-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
}

.gallery_item {
  margin-bottom: 5px;
  overflow: hidden;
}

.popup-gallery a {
  display: block;
  width: 100%;
  border: 1px solid #fff;
  overflow: hidden;
  transition:
    transform 0.3s ease,
    border-color 0.3s ease;
}

.popup-gallery a:hover {
  transform: scale(1.05);
  border-color: #fff;
}

.popup-gallery img {
  display: block;
  width: 100%;
  object-fit: cover;
  min-height: 250px;
  max-height: 250px;
}

@media only screen and (max-width: 1000px) {
  .popup-gallery img {
    min-height: 150px;
    max-height: 150px;
  }
}

.singicon_btn_nlf {
  position: absolute;
  top: 44%;
  bottom: 56%;
  left: 44%;
  right: 56%;
  opacity: 0;
}

.singicon_btn_nlf svg {
  color: #fff;
}

.popup-gallery a:hover .singicon_btn_nlf {
  opacity: 1;
}

.hover_affect_nlf:hover img {
  opacity: 0.5;
}
