
body {
  font-family: 'AktivGrotesk';
  font-size: 16px;
  color: #000;
  line-height: 26px;
  font-weight: 300;
  font-style: normal;
}

b, strong {
    font-weight: 700;
}
*,
ul,
ol {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style-type: none;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #be9e44;
  outline: none;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-family: 'AktivGrotesk';
  font-weight: 500;
  margin-bottom: 15px;
  color:#010101;
}
element.style {
  display: none;
}
#wm-loading {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #152039;
}

.slide-text > a:hover,
.slide-text > a:active {
  color: #fff9;
  background-color: #000;
}
/*.slide-text{*/
/*	margin-top: 0px;*/
/*}*/

.header-h3 a{
  display: inline-block;
}

.slide-text > a.btn-default {
  background-color: #000;
}
.bg-color1 {
  background-color: #000;
}
.bg-color2 {
    background-color: #be9e44;
    color: #fff;
}
.bg-color4{
  background-color: #26282a;
}
.bg-white{
  background-color: #fff;
}
.text-color1 {
  color: #ff9999;
}
a.text-white:hover,
a.text-white:focus {
  color: #ff9999 !important;
}
.width-30 {
  width: 30%;
}
.width-40 {
  width: 40%;
}
.width-46 {
  width: 46%;
}
.width-50 {
  width: 50%;
}
.width-60 {
  width: 60%;
}
.width-70 {
  width: 70%;
}
.padd-50 {
  padding: 50px 20px;
}
.flexbox {
  display: -webkit-box;
  display: flex;
}
.flexbox .element {
  height: 100%;
}
.btn1 {
  padding: 10px 20px;
  border: 1px solid #fff;
  font-size: 14px;
  color: #fff;
  background-color: transparent;
  /* transition: 0.5s; */
  display: inline-block;
  border-radius: 0;
}
.btn1:hover,
.btn1:focus {
  color: #fff;
  background-color: #be9e44;
  border-color: #be9e44;
}
.btn2 {
  padding: 10px 20px;
  border: 1px solid #fff;
  font-size: 14px;
  color: #fff;
  background-color: #be9e44;
  /* transition: 0.5s; */
  display: inline-block;
  border-radius: 0;
}
.btn2:hover,
.btn2:focus {
  color: #fff;
  background-color: #000;
  border-color: #be9e44;
}


#stuck_container {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.isStuck {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: rgba(0, 38, 83);
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
}

.home-page .header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.homepage .header-top.px-lg-5.px-0 {
    border-bottom: 0 solid #253c6e;
    background: rgb(0 0 0 / 100%);
}

.header-top.px-lg-5.px-0 {
    border-bottom: 1px solid #be9e44;
    background: rgb(0 0 0);
}

.header-top{
	padding: 37px 0;
}

.homepage .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  z-index: 999;
}
/* -------- */
.home-page .header {
  position: absolute;
  top: 0;
  width: 100%;
  content: "";
  z-index: 999;
  background-color: transparent;
}

/*.header.fixed-top{
    background-color:#000435;
}
*/
/*.navbar{*/
/*	padding: 0px!important;*/
/*}*/
/*.navbar > .container-fluid{*/
/*	display: block!important;*/
/*}*/
/*.header-top.px-lg-5.px-0 {*/
/*    border-bottom: 1px solid #808080;*/
/*    background:#ffffffc9;*/
/*    position: static;*/
/*}*/

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #fff;
    background-color: #be9e44;
    border-color: #be9e44;
}

.get-a-quote {
    display: block;
    background-color: #be9e44;
    color: #fff;
    padding: 12px 10px;
    text-align: center;
    line-height: 40px;
}

.get-a-quote:hover {
  color: #000;
}

.side-h2 {
    border-left: 5px solid #dfab43;
    padding: 0 0 0 20px;
}

.block-revealer__element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background-color: #cc8c3a!important;
    pointer-events: none;
    opacity: 0;
}


img.footer-qr.text-left.img-fluid {
    width: 25%;
  }
.logo {
    display: inline-block;
    position: absolute;
    z-index: 99999;
    top: 20px;
    background: #000;
    padding: 0;
    /*max-width: 118px;*/
}
.header-right {
  text-align: right;
}
.top-contact-list,
.social-link {
  display: inline-block;
  vertical-align: middle;
}
.top-contact-list li {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  margin-right: 25px;
}
.top-contact-list li a {
  display: inline-block;
  line-height: 1.3;
}
.top-contact-list li span {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.top-contact-list li span strong {
  color: #fff;
  font-size: 18px;
}
.top-contact-list li i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    color: #fff;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #be9e44;
    background-color: #be9e44;
}
.top-contact-list li:last-child {
  margin-right: 0;
}
.top-contact-list li:hover i {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}
.top-contact-list li a:hover {
  color: #a3a3a3;
}

.bs-slider {
  background: transparent;
}

.header-center {
  text-align: center;
}
.mobile-menu {
  display: none;
}
.nav-wrapper {
  text-align: center;
}
.navigation > li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.navigation > li:last-child {
  padding-right: 0;
}
.navigation li.dropdown > .dropdown-menu {
  opacity: 0;
  position: absolute;
  top: 130%;
  left: 0;
  width: 250px;
  z-index: 999;
  background-color: #ffffff;
  visibility: hidden;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-bottom: 3px solid #9a9a9a;
  transition: all 500ms ease;
  display: block;
}
.navigation li.dropdown > .dropdown-menu li {
  border-bottom: 1px solid #e6e6e6;
  margin-right: 0;
  text-align: left;
}
.navigation li.dropdown > .dropdown-menu li:last-child {
  border-bottom: none;
}
.navigation li.dropdown > .dropdown-menu li a {
  background-color: #ffffff;
  padding: 12px 15px;
  color: #000;
  white-space: normal;
  line-height: 1;
}
.navigation li.dropdown:hover > .dropdown-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.navigation > li:first-child {
  display: none;
}
.navigation a {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  overflow: hidden;
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  padding: 0px 25px;
  transition: all 500ms ease 0s;
  line-height: 4;
}
.navigation li.dropdown a {
  padding-right: 16px;
}
.navigation > li.dropdown > a::after {
  font-family: "bootstrap-icons";
  content: "\F282";
  position: absolute;
  top: 9px;
  right: 0;
  font-size: 12px;
  transition: all 500ms ease 0s;
  display: contents;
}
.navigation li:hover > a,
.navigation li:focus > a,
.navigation li.active > a {
  color: #fff;
  background-color: #be9e44;
}
.navigation li.dropdown > .dropdown-menu li a:hover,
.navigation li.dropdown > .dropdown-menu li a:focus,
.navigation li.dropdown > .dropdown-menu li.active a {
  color: #ffffff;
  background-color: #be9e44;
}
.slide-wrapper {
  position: relative;
}
.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.top-contact-list-1,
.social-link {
  display: inline-block;
  vertical-align: middle;
}
.top-contact-list-1 li {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  margin-right: 0px;
}
.top-contact-list-1 li a {
  display: inline-block;
  line-height: 1.3;
}
.top-contact-list-1 li span {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.top-contact-list-1 li span strong {
  color: #fff;
  font-size: 18px;
}
.top-contact-list-1 li i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    color: #fff;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #be9e44;
    background-color: #be9e44;
}
.top-contact-list-1 li:last-child {
  margin-right: 0;
}
.top-contact-list-1 li:hover i {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}
.top-contact-list-1 li a:hover {
  color: #ff9999;
}

.sub-title {
  color: #fff;
  border-left: 2px solid #fff;
  padding-left: 10px;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'AktivGrotesk';
  margin-bottom: 20px;
  display: inline-flex;
}
.carousel-item .slide-text h2 {
  font-weight: 500;
  font-size: 50px;
  ffont-family:'AktivGrotesk';
  line-height: 55px;
  letter-spacing: 0px;
  color: #fff;
  margin-bottom: 20px;
}
.parallax {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.area-cover-section.overlap2:before,
.area-cover-section.overlap2:before {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
}
.area-cover-section.overlap2:before {
  top: auto;
  bottom: 0;
  height: 50%;
  background-color: rgba(255, 255, 255, 0.596);
}

.overlap:before,
.overlap1:before {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
}
.overlap1:before {
  top: auto;
  bottom: 0;
  height: 50%;
  background: linear-gradient(
    to bottom,
    rgba(9, 22, 45, 0) 0%,
    rgba(9, 22, 45, 0.54) 49%,
    rgb(0 0 0) 91%,
    rgb(0 0 0) 100%
  );
}
.parallax .padd-40 {
  position: relative;
  z-index: 1;
}
.service-box {
  margin: 15px 0;
  position: relative;
}
.service-box .service-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  padding: 20px;
  background-color: rgb(0 0 0 / 33%);
}
.service-box .service-content .service-content-box {
  opacity: 1;
  visibility: visible;
  margin-top: auto;
  transform: translateY(0);
  transition: 0.3s;
}


.list1 li,
.areas-list li {
  padding: 0 0 10px 26px;
  position: relative;
}
.list1 li:before,
.areas-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\F140";
  font-family: "bootstrap-icons";
  font-size: 18px;
  color: #be9e44;
}
.areas-list li:before {
  content: "\F3E7"!important;
}

.list2 li,
.areas-list li {
  padding: 0 0 19px 26px;
  position: relative;
}
.list2 li:before,
.areas-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\F134";
  font-family: "bootstrap-icons";
  font-size: 18px;
}

.areas-list li a:hover {
  color: #be9e44;
}
.form-control {
  height: 45px;
  padding: 10px;
  border: 1px solid #dfdfdf;
  background-color: transparent;
  border-radius: 0;
  color: #000;
}
.form-control:hover,
.form-control:focus,
.form-control:active,
.form-control.active {
  box-shadow: none;
  border-color: #a1a1a1;
}
textarea.form-control {
  height: 310px;
  resize: vertical;
}
.site-map-list li {
  border-left: 1px solid #dfdfdf;
  padding: 10px 0 10px 30px;
  position: relative;
}
.site-map-list li:before {
  position: absolute;
  top: 20px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #dfdfdf;
  content: "";
}
.site-map-list li > ul.child-menu {
  margin: 10px 0 10px 20px;
}
.footer-widget {
  margin: 30px 0;
}
.widget-title {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #fff;
}
.widget-title a:hover {
  color: #be9e44;
}
.address-box {
  margin-bottom: 12px;
}
.address-box .address-icon-holder {
  float: left;
  margin-right: 15px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #be9e44;
  border-radius: 100%;
  text-align: center;
  position: relative;
}

.address-box .address-icon-holder-1 {
  float: left;
  margin-right: 5px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #be9e44;
  border-radius: 100%;
  text-align: center;
  position: relative;
}

.address-box .address-content {
  position: relative;
  overflow: hidden;
}
.address-box a:hover {
  color: #be9e44;
}
.address-box .address-icon-holder-1:hover {
  background-color: #0009;
}
.footer-menu li {
  margin-bottom: 4px;
}
.footer-menu li a {
  display: inline-block;
}
.footer-menu li a:hover {
  color: #be9e44;
}
.footer-links,
.footer-links a {
  color: #fff;
}
.footer-links a:hover {
  color: #be9e44;
}
.formwrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.formwrapper .form-control {
  height: auto;
  padding: 5px 15px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 5px;
  color: #000;
  box-shadow: none;
}

.formwrapper label {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.formwrapper .custom-formchekbox .form-check .form-check-input {
  width: 22px;
  height: 22px;
  margin-left: -30px;
  border-radius: 0;
}

.formwrapper .custom-formchekbox .form-check {
  padding-left: 30px;
}

.formwrapper .custom-formchekbox .form-check label {
  line-height: 31px;
}

.formwrapper .custom-select select {
  display: inline-block;
  width: auto;
}

.msg,
.msg2 {
  margin-top: 15px;
}

.submit-icon {
  display: none;
}

.submit-icon.rotating-show {
  display: inline-block;
  vertical-align: middle;
}
@-webkit-keyframes rotating

/* Safari and Chrome */
  {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}


.google-map {
  height: 440px;
}

a strong {
  font-weight: 600;
}

.isStuck .nav-wrapper{
  text-align: center;
}

.layout-one{
  position: relative;
  overflow: hidden;
}
.bg-color3{
  background-color: #e6e6e6;
}
.layout-one-inner{
  background-color: #fff;
}
.minus-top{
  margin-top: -50px;
}
.box-text-over-img {
  position: relative;
  overflow: hidden;
}
.img-feagure:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 73%);
  content: "";
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border-radius: 0;
}
.box-text-over-content {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  background: transparent;
  width: 100%;
  margin: auto;
  border-radius: 5px;
  padding: 0 20px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  text-align: left;
}
.box-text-over-img:hover .box-text-over-content {
  top: 40%;
}
.borderline{
  border: 2px solid rgb(255 255 255);
  height: calc(100% - 54px);
  width: calc(100% - 54px);
  margin: 17px;
  background: 0 0;
  position: absolute;
}
.rgba-heading{
  background-color: rgba(0,0,0,0.5);
}
.img-abslt{
  margin-top: 0;
}
.layout-three{
  position: relative;
}
.inner-layout-three{
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  min-height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
.layout-three-content{
  min-height: 310px;
}
.img-inner img{
  width: 50px;
}
.img-inner{
  width: 120px;
  height: 120px;
  line-height: 120px;
  border: 1px solid #262829;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 25px;
}
.layout-three:hover .inner-layout-three{
  box-shadow:0 0 0 2px rgb(81 81 81 / 56%), 8px 8px 0 0 rgb(2 2 2 / 47%);
  background-color: #26282a;
}
.layout-three:hover .inner-layout-three .img-inner{
  background-color: #fff;
  box-shadow: 0px 9px 30px rgb(255 255 255 / 71%);
}
.layout-three:hover .layout-three-content,.layout-three:hover .layout-three-content h3{
  color: #fff;
}
.m-parallax-strip::before {
  content: '';
  background-image: url(../images/loft-conversions/bg1.jpg);
  position: absolute;
  opacity: 1;
  top: 0px;
  left: 0px;
  height: 370px;
  width: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 1.0);
  clip-path: polygon(0 0, 100% 0, 100% 30%, 100% 73%, 64% 94%, 34% 94%, 0 76%, 0% 30%);
}
.inner-white-shadow-box{
  padding: 30px;
  background-color: #fff;
  border-radius: 30px 30px 0px 0px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.45) inset;
}
.layout-about-four .one-half {
  padding: 8% 5% 8% 5%;
  width: 50%;
}
.layout-about-four .one-half {
  padding: 8% 5% 8% 5%;
  width: 50%;
}
.one-half .overlap-custom-five {
  margin-left: -150px;
  padding: 40px;
  background: rgba(0, 0, 0, 0.92);
  position: relative;
  z-index: 1;
}
.minus-top-150{
  margin-top: -150px;
}
.layout-five{
  margin-bottom: 20px;
  position: relative;
}
.layout-five-inner{
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.info {
  transform: rotate3d(1, 0, 0, 90deg);
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-wrap: wrap;
  align-content: center;
  background-color: rgba(0, 0, 0, 0.9);
}
.overlaycontent{
  background: rgb(0 0 0 / 82%);
  padding: 15px;
  text-align: center;
  position: absolute;
  bottom: 0;
}
.maidstone-page .m-parallax-strip::before{
  height: 300px;
  background-image: url(../images/maidstone/bg1.jpg);
}
.maidstone-page .inner-white-shadow-box{
  border-radius: 0;
}
.overlaycontent h3{
  color: #fff;
  font-size: 17px;
}
.layout-five:hover .overlaycontent{
  opacity: 0;
}
.border-box-img{
  border-radius: 5px;
  border: 10px solid #fff;
  box-shadow: rgb(6 20 106) 1px 7px 18px -10px;
}
.sevenoaks-sec .layout-one-inner{
  background-color: #e6e6e6;
}
.fancybox-custom-inner {
  margin-bottom: 23px;
  position: relative;
  overflow: hidden;
}
.fancybox-custom-inner a {
   position: relative;
}
.fancybox-custom-inner a:before {
  content: '\F4FA';
  font-family: "bootstrap-icons";
  width: 35px;
  height: 35px;
  background: transparent;
  position: absolute;
  top: 0;
  left: 45%;
  opacity: 0;
  right: 0;
  z-index: 9;
  line-height: 35px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.fancybox-custom-inner:after {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 100%;
  left: 0%;
  content: '';
  opacity: 0;
  transition: all 450ms ease-out 0s;
  -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
  transform: rotateY(180deg) scale(0.5, 0.5);
}
.fancybox-custom-inner:hover a:before {
    opacity: 1;
    z-index: 9;
}
.fancybox-custom-inner:hover:after {
  opacity: 1;
  top: 0%;
  transform: scale(1.5);
}
.listarea ul li{
  position: relative;
  display: inline-block;
  margin: 7px;
  background-color: #be9e44;
  border-radius: 20px;
}
.listarea ul li a{
  display: block;
  position: relative;
  width: 180px;
  height: 130px;
  border: 1px solid #be9e44;
  line-height: 130px;
  text-align: center;
  border-radius: 20px;
  z-index: 9;
  color: #000;
  font-weight: 500;
}
.listarea-no-link,.listarea{
  text-align: center;
}
.listarea-no-link ul li{
  display: inline-block;
  position: relative;
  color: #fff;
  margin: 7px;
  width: 180px;
  height: 130px;
  border: 1px solid #be9e44;
  background: #be9e44;
  line-height: 130px;
  text-align: center;
  border-radius: 20px;
}
.bgpara{
  width: 100%;
  display: block;
  font-weight: 500;
}
.listarea ul li::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  content: "";
  background: #26282a;
  transition: .3s;
  z-index: 1;
  opacity: 0;
  border-radius: 20px;
}
.listarea ul li:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  background: #26282a;
}
.listarea ul li a:hover{
  color: #fff;
}
.contact-section .info-item {
  width: 100%;
  background-color: #be9e44;
  padding: 20px;
  min-height: 200px;
  border-radius: 10px;
  color: #fff;
}
.contact-section .info-item i {
  display: block;
  color: #000;
  width: 44px;
  height: 44px;
  background-color: rgb(255 255 255);
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin: 0 auto 15px auto;
  line-height: 44px;
}
.contact-section .info-item .emailwrap a:hover{
  color: #000;
}
.contact-section.m-parallax-strip::before{
  background-image: url(../images/contactbg.jpg);
  background-position: center;
}
.testimonials-section{
  position: relative;
}
.testimonials-section .img-feagure:before{
  z-index: 1;
  clip-path: polygon(0% 0%, 100% 0%, 100% 91%, 87% 90%, 97% 100%, 69% 91%, 0 91%);
}
.testimonials-section .box-text-over-img{
  position: relative;
}
.testimonials-section .box-text-over-img:hover .img-feagure img{
  transform: scale(1.0);
}
.testimonials-section .box-text-over-img::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "\F254";
  font-family: "bootstrap-icons";
  font-size: 120px;
  color: rgb(255 255 255 / 43%);
  line-height: 171px;
  right: 0;
  text-align: center;
  bottom: 0;
  z-index: 9;
}
.img-testimonial-path{
  clip-path: polygon(0% 0%, 100% 0%, 100% 91%, 87% 90%, 97% 100%, 69% 91%, 0 91%);
}
.layout-five-inner .info h3,
.layout-five-inner .info p{
  color: #fff;
  display: block;
  text-align: center;
}
.in-top .info {
  transform-origin: 50% 0%;
  -webkit-animation: in-top 300ms ease 0ms 1 forwards;
          animation: in-top 300ms ease 0ms 1 forwards;
}

.in-right .info {
  transform-origin: 100% 0%;
  -webkit-animation: in-right 300ms ease 0ms 1 forwards;
          animation: in-right 300ms ease 0ms 1 forwards;
}

.in-bottom .info {
  transform-origin: 50% 100%;
  -webkit-animation: in-bottom 300ms ease 0ms 1 forwards;
          animation: in-bottom 300ms ease 0ms 1 forwards;
}

.in-left .info {
  transform-origin: 0% 0%;
  -webkit-animation: in-left 300ms ease 0ms 1 forwards;
          animation: in-left 300ms ease 0ms 1 forwards;
}

.out-top .info {
  transform-origin: 50% 0%;
  -webkit-animation: out-top 300ms ease 0ms 1 forwards;
          animation: out-top 300ms ease 0ms 1 forwards;
}

.out-right .info {
  transform-origin: 100% 50%;
  -webkit-animation: out-right 300ms ease 0ms 1 forwards;
          animation: out-right 300ms ease 0ms 1 forwards;
}

.out-bottom .info {
  transform-origin: 50% 100%;
  -webkit-animation: out-bottom 300ms ease 0ms 1 forwards;
          animation: out-bottom 300ms ease 0ms 1 forwards;
}

.out-left .info {
  transform-origin: 0% 0%;
  -webkit-animation: out-left 300ms ease 0ms 1 forwards;
          animation: out-left 300ms ease 0ms 1 forwards;
}

@-webkit-keyframes in-top {
  from {
    transform: rotate3d(-1, 0, 0, 90deg);
  }
  to {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}

@keyframes in-top {
  from {
    transform: rotate3d(-1, 0, 0, 90deg);
  }
  to {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@-webkit-keyframes in-right {
  from {
    transform: rotate3d(0, -1, 0, 90deg);
  }
  to {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes in-right {
  from {
    transform: rotate3d(0, -1, 0, 90deg);
  }
  to {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@-webkit-keyframes in-bottom {
  from {
    transform: rotate3d(1, 0, 0, 90deg);
  }
  to {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes in-bottom {
  from {
    transform: rotate3d(1, 0, 0, 90deg);
  }
  to {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@-webkit-keyframes in-left {
  from {
    transform: rotate3d(0, 1, 0, 90deg);
  }
  to {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes in-left {
  from {
    transform: rotate3d(0, 1, 0, 90deg);
  }
  to {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@-webkit-keyframes out-top {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    transform: rotate3d(-1, 0, 0, 104deg);
  }
}
@keyframes out-top {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    transform: rotate3d(-1, 0, 0, 104deg);
  }
}
@-webkit-keyframes out-right {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    transform: rotate3d(0, -1, 0, 104deg);
  }
}
@keyframes out-right {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    transform: rotate3d(0, -1, 0, 104deg);
  }
}
@-webkit-keyframes out-bottom {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    transform: rotate3d(1, 0, 0, 104deg);
  }
}
@keyframes out-bottom {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    transform: rotate3d(1, 0, 0, 104deg);
  }
}
@-webkit-keyframes out-left {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    transform: rotate3d(0, 1, 0, 104deg);
  }
}
@keyframes out-left {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    transform: rotate3d(0, 1, 0, 104deg);
  }
}
.line-below{
  position: relative;
  padding-bottom: 12px;
}
.line-below::before{
  position: absolute;
  content: '';
  width: 70%;
  height: 4px;
  left: 0;
  background-color: #9f978e;
  bottom: -15px;
  animation: line 2s linear forwards;
}
@keyframes line {
  from {
    left:0%;
    width:0%;
  }
  to {
    right:0%;
    width:90%;
  }
}

.innerbox{
  padding: 20px;
  background-color: #be9e44;
  margin-bottom: 22px;
  color:#fff;  
}

.single-service-item {
  margin: 20px 0;
}

.box-style1 {
  padding: 20px;
  background-color: #f8f8f8;
  min-height: 300px;
}

.single-service-item .img-holder {
  overflow: hidden;
  position: relative;
}

.single-service-item .img-holder .img-responsive {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
}

.single-service-item:hover .img-holder .img-responsive {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.single-service-item .img-holder .overlay {
  background-color: rgba(0, 0, 0, .60);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;
  -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
  transform: rotateY(180deg) scale(0.5, 0.5);
}

.single-service-item:hover .img-holder .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg) scale(1, 1);
  transform: rotateY(0deg) scale(1, 1);
}

.single-service-item .img-holder .overlay .box {
  display: table;
  height: 100%;
  width: 100%;
}

.single-service-item .img-holder .overlay .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
}

.single-service-item .img-holder .overlay .box .content a i {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  height: 45px;
  line-height: 48px;
  transition: all 500ms ease 0s;
  width: 45px;
}

.single-service-item .img-holder .overlay .box .content a:hover i {
  background: #9a9a9a;
}

.single-service-item .text-holder h3 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin: 20px 0 6px;
  text-transform: capitalize;
}

.single-service-item .text-holder h3 span {
  color: #fff;
}

.contact-container {
  text-align: center;
}

.contact-icon {
  float: none;
  margin: auto;
  position: relative;
  z-index: 1;
  border: 5px solid #ffffff;
  background-color: #be9e44;
  box-sizing: border-box;
  color: #FFFFFF;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 70px;
  font-size: 1.6em;  
}

.contact-detail {
  background-color: #dedfe3;
  padding: 60px 20px 20px;
  margin-top: -40px;
  height: 140px;
  color: #000;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom: 10px solid #000;
  /* transition: 0.5s; */
}

.contact-detail a:hover{
    color: #be9e44;
}

.contact-icon i{
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
}

.contact-icon {
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
}

.contact-container:hover .contact-icon{
  transform: rotatey(360deg);
  transition: 0.70s;
}

.contact-container:hover .contact-icon i{
  transform: rotatey(360deg);
  transition: 0.70s;
}

.contact-wrap1 {
  text-align: center;
}
.contact-wrap1 .address-icon-holder1 {
  float: none;
  margin: auto;
  position: relative;
  z-index: 1;
  color: #ffffff;
  border: 5px solid #ffffff;
  box-sizing: border-box;
  width: 80px;
  height: 80px;
  line-height: 70px;
  font-size: 25px;
  border-radius: 50%;
  background-color: #c11515;
}
.contact-wrap1 .address-icon-holder1:before {
  display: none;
}
.contact-wrap1 .address-content {
  background-color: #eee;
  padding: 60px 20px 20px;
  margin-top: -40px;
}
.contact-wrap1 .address-content strong {
  font-size: 18px;
}
.contact-wrap1 .address-content1 {
  background-color: #eee;
  padding: 60px 15px 20px;
  margin-top: -40px;
}
.contact-wrap1 .address-content p a:hover {
  color: #211f44;
}

.blog-innerbox1 {
	padding: 20px;
	box-shadow: 0 5px 25px -5px rgba(0, 0, 0, .2), 0 5px 10px -5px rgba(0, 0, 0, .04);
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	height: 100%
}

.blog-innerbox1 a:hover {
	color: #be9e44;
}

.blog-btn {
	padding: 15px 25px;
	background-color: #000;
	margin-top: 10px;
	display: inline-block;
	color: #fff;
}

.blog-btn:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 15px rgba(255, 255, 255, 0.2);
  background-color: #be9e44;  
  color:#fff !important;
}

.blog-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-content {
	margin-top: 30px;
}

@media (min-width:1301px) and (max-width: 1400px) {
  .layout-three-content {
    min-height: 445px;
  }
  .listarea ul li a{
    width: auto;
    height: auto;
    line-height: inherit;
    padding: 20px 7px;
    font-size: 15px;
  }
  .listarea-no-link ul li{
    width: auto;
    height: auto;
    line-height: inherit;
    padding: 25px 25px;
  }
}
@media (min-width: 991px) and (max-width: 1300px) {
	.nav-wrapper {
		text-align: end;
	}
	.navigation a{
		padding: 0px 12px;
	}
  .extensions-wrapper .box-text-over-content{
    padding: 0 2px;
  }
  .layout-three-content{
    min-height: auto;
  }
  .inner-layout-three{
    min-height: 550px;
  }
  .listarea ul li a{
    width: auto;
    height: auto;
    line-height: inherit;
    padding: 15px 8px;
  }
  .listarea-no-link ul li{
    width: auto;
    height: auto;
    line-height: inherit;
    padding: 25px 25px;
  }
  .tonbridge-page-sec .box-text-over-content h2{
    font-size: 25px;
  }
  .tonbridge-page-sec .box-text-over-img:hover .box-text-over-content {
    top: 47%;
  }
  
}

@media (min-width: 220px) and (max-width: 991px) {
  .home-img-box.m-min-200 {
    background-image: none;
    margin-bottom: 15px;
    height: 100% !important;
    min-height: 100% !important;
  }
  .inner-layout-three {
    min-height: auto;
  }
  .isStuck{
    position: static;
  }
  .header {
    position: static !important;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    z-index: 999;
  }
  .bs-slider {
    overflow: hidden;
    height: auto !important;
    position: relative;
    background: #000000;
  }
  .header.fixed-top {
    position: static;
  }
.logo {
    display: table;
    margin: 15px auto;
    position: static;
    padding: 0px;
    max-width: 100%;
}
  .mobile-menu {
    display: block;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    padding: 15px 0;
  }
  .mobile-menu i {
    float: right;
  }
  .nav-wrapper {
    position: fixed;
    top: 0;
    left: -300px;
    width: 255px;
    height: 100%;
    overflow-x: scroll;
    z-index: 999;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #221e1f;
    padding-top: 0;
  }
  .nav-wrapper.open {
    left: 0;
  }
  .navigation > li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #333;
    text-align: left;
    padding-right: 0;
  }
  .navigation > li:first-child {
    display: block;
    text-align: right;
  }
  .header-fixed .navigation li a,
  .navigation li a {
    padding: 0 20px;
    color: #fff;
  }
  .navigation li:hover > a,
  .navigation li:focus > a,
  .navigation li.active > a {
    background-color: #be9e44;
    color: #ffffff;
  }
  .navigation > li.dropdown > a:after {
    right: 20px;
  }
  .navigation li.dropdown > .dropdown-menu,
  .navigation li.dropdown:hover > .dropdown-menu {
    position: static;
    top: 0;
    visibility: visible;
    opacity: 1;
    width: 100%;
    float: none;
  }
  .navigation li.dropdown > .dropdown-menu li a {
    padding: 10px 10px 10px 30px;
  }
  .header-right {
    text-align: center;
    margin: 15px 0;
  }
  .top-contact-list li {
    margin-right: 20px;
  }
  .top-contact-list li i {
    margin-right: 5px;
  }
  .slide-text {
    margin-top: 0;
  }
  .flexbox {
    display: block;
  }
  .width-30,
  .width-40,
  .width-50,
  .width-60,
  .width-70 {
    width: 100%;
  }
  .carousel-item .slide-text h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .header-top {
    padding: 0px;
    background: rgb(0 0 0) !important;
}
  .height330{
    height: 500px !important;
  }
  .layout-three-content {
    min-height: auto;
  }
  .minus-top {
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mt-160 {
    margin-top: 0px !important;
  }
  .contact-section .info-item{
    min-height: auto;
  }
  .layout-three-content {
    min-height: auto;
  }
}

@media (min-width: 220px) and (max-width: 767px) {
  .mt-160 {
    margin-top: 0px !important;
  }
  .address-box .address-icon-holder {
    margin-right: 8px;
  }
  .bs-slider {
    height: 100%;
  }
  .layout-about-four .one-half{
    width: 100%;
    padding:0;
  }
  .one-half .overlap-custom-five{
    margin-left: 0;
    padding: 1.5rem;
  }
  .layout-about-four .one-half.imgbg-height,
  .layout-about-four-left .one-half.imgbg-height{
    height: 350px;
  }
  .height330{
    height: 330px !important;
  }
  /*.top-contact-list li:nth-of-type(3),*/
  /*.top-contact-list li:nth-of-type(4){*/
  /*    display:none;*/
  /*}*/
}

@media (min-width: 576px) and (max-width: 767px) {
  .google-map {
    height: 350px;
  }
}

@media (min-width: 220px) and (max-width: 575px) {
  .top-contact-list li span {
    display: block !important;
    text-align: center !important;
  }
  .slide-text > a.btn-default,
  .slide-text > a.btn-primary {
    margin-right: 0px;
  }
  .title.button {
    z-index: 11;
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 55% !important;
    background: #000435;
    padding: 13px 30px;
  }

  .title2.button {
    z-index: 11;
    position: absolute;
    top: -15px !important;
    left: -35px !important;
    right: 57% !important;
    background: #ff9999;
    padding: 13px 14px;
  }

  .next,
  .prev {
    background: #000435;
    color: #fff;
    padding: 4px 10px !important;
    border: none;
  }

  .google-map {
    height: 300px;
  }
  .top-contact-list li i {
    display: none;
  }
  .slide-text {
    width: 90%;
    left: 5%;
  }
  .carousel-item .slide-text h2 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .sub-title {
    text-align: left;
    margin-bottom: 15px;
  }
  #wm-loading-center {
    padding: 40px;
  }
  .box-text-over-content{
    padding: 20px;
  }
  .box-text-over-content{
    position: relative;
    background: #000;
    transform: none;
    z-index: 9;
    top: auto;
    border-radius: 0;
  }
  .testimonials-section .box-text-over-content{
    padding: 40px;
    clip-path:polygon(0% 0%, 100% 0%, 100% 91%, 87% 90%, 97% 100%, 69% 91%, 0 91%);
  }
  .testimonials-section .box-text-over-img::after{
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    line-height: 51px;
  }
  .testimonials-section .box-text-over-img .img-feagure{
    display: none;
  }
  .inner-white-shadow-box{
    padding: 15px;
  }
  .img-feagure:before{
    display: none;
  }
  .layout-five-inner .info h3{
    font-size: 15px;
  }
  .layout-five-inner .info p{
    font-size: 13px;
  }

}

.mt-100 {
  margin-top: 100px;
}

.parallax .padd-40 {
  position: relative;
  z-index: 1;
}

.contact-wrap1 {
  text-align: center;
  margin-bottom: 50px;
}
.contact-wrap1 .address-icon-holder1 {
  float: none;
  margin: auto;
  position: relative;
  z-index: 1;
  color: #fff;
  border: 5px solid #ff9999;
  box-sizing: border-box;
  width: 80px;
  height: 80px;
  line-height: 70px;
  font-size: 25px;
  border-radius: 50%;
  background-color: #ff9999;
}
.contact-wrap1 .address-icon-holder1:before {
  display: none;
}
.contact-wrap1 .address-content {
  background-color: #fff;
  padding: 50px 12px 20px;
  margin-top: -40px;
  min-height: auto;
  border: 3px solid #ff9999;
}
.contact-wrap1 .address-content strong {
  font-size: 18px;
}

a.btn-1 {
  border: 1px solid #000;
  padding: 10px;
}

.text-left {
  text-align: left;
}
a.btn-3 {
  border: 1px solid #000;
  padding: 10px;
}
