
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat/Montserrat-Thin.ttf);
  font-weight: 100;
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat/Montserrat-ExtraLight.ttf);
  font-weight: 200;
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat/Montserrat-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat/Montserrat-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat/Montserrat-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat/Montserrat-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat/Montserrat-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat/Montserrat-ExtraBold.ttf);
  font-weight: 800;
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat/Montserrat-Black.ttf);
  font-weight: 900;
}


:root{
  --primaryColor: #a96244;
  --secondaryColor: #000;
  --whiteColor: #fff;
  --bodyFont: "Montserrat";
}


.overlay, .footer .container .footerTop .content .details .socialLinks ul a, .footer .container .footerTop .content.formWrap form input.submit, .footer .container .footerTop .content.formWrap form textarea.submit, aside#sideMenu .menuBar .menuLink a, aside#sideMenu, header aside .menuBar .menuLink::after, header aside .menuBar .menuLink a, header aside, header .container ul.socialLinks a, header .container i.menuBar, header .container a.logo img, header .container, header {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family:var(--bodyFont);
  line-height: 1.6;
  color: #3c3c3c;
  font-size: 17px;
}
body.fp-viewing-section2 aside#sideMenu .menuBar .menuLink a, body.fp-viewing-section3 aside#sideMenu .menuBar .menuLink a, body.fp-viewing-section5 aside#sideMenu .menuBar .menuLink a, body.fp-viewing-section7 aside#sideMenu .menuBar .menuLink a {
  color: #000;
  border-left: solid 3px #000;
}

body.fp-viewing-section4 aside#sideMenu .menuBar .menuLink a, body.fp-viewing-section6 aside#sideMenu .menuBar .menuLink a {
  color: var(--whiteColor);
  border-left: solid 3px var(--whiteColor);
}
body.fp-viewing-section4 header .container,body.fp-viewing-section6 header .container,body.fp-viewing-section8 header .container,body.fp-viewing-section3 header .container,body.fp-viewing-section2 header .container,body.fp-viewing-section5 header .container,body.fp-viewing-section9 header .container{
  background-color: rgb(0 0 0 / 78%);
}
@media screen and (min-width: 991px) {
  body.fp-viewing-section7 header, body.fp-viewing-section7 aside#sideMenu {
    opacity: 0;
    visibility: hidden;
  }
}
main, section, footer, .container {
  width: 100%;
  float: left;
}

a {
  display: inline-block;
  text-decoration: none;
}
a.primaryBtn {
    font-size: 16px;
    padding: 12px 30px;
    background-color: var(--primaryColor);
    color: var(--whiteColor);
    border-radius: 35px;
}


h1, h2, h3 {
  font-family: var(--bodyFont);
}

ul {
  list-style: none;
}
ul.contentList {
  margin: 15px 0;
}
ul.contentList li {
  position: relative;
  padding: 5px 0 5px 30px;
}
ul.contentList li::before {
  content: "\f0a9";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 4px;
  color: var(--primaryColor);
}


.w-100 {
  width: 100%;
}

.text-center {
  text-align: center;
}

.contentTitle {
  width: 100%;
}
.contentTitle p {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 20px;
}
.contentTitle h2 {
  line-height: 1.4;
  font-size: 34px;
  margin: 0 0 20px;
  color: var(--primaryColor);
  font-family: var(--bodyFont);
}

.text-white {
  color: var(--whiteColor);
}

section {
  height: auto;
  width: 100%;
  float: left;
  padding: 60px 0;
  height: auto !important;
}
section[data-anchor=section1] {
  background-image: url(../img/slide-home.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  position: relative;
  z-index: 0;
}
.space{
  padding: 100px 0 0;
}
section[data-anchor=section1]::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.3;
  z-index: -1;
}
section[data-anchor=section9] .container .contentimg{
  width: 50%;
  padding: 30px;
}

section[data-anchor=section9] .container .contentWrap{
  width: 50%;
  padding: 30px;
}
section[data-anchor=section8] .container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}



section[data-anchor=section1] img {
  width: 100%;
  display: block;
}
@media screen and (min-width: 991px) {
  section[data-anchor=section1] {
    padding: 40px 0;
  }
  section[data-anchor=section1] img {
    display: none;
  }
}
section[data-anchor=section2] .container {
  justify-content: flex-end;
}
section[data-anchor=section2]{
  height: auto !important;
}
section[data-anchor=section2] .container .content {
  width: 100%;
  color: #000;
}
section[data-anchor=section2] .container .content .inner {
  margin: 0 1rem;
}
@media screen and (min-width: 991px) {
  section[data-anchor=section2] .container .content {
    width: 60%;
  }
  section[data-anchor=section2] .container .content .inner {
    width: 70%;
  }
}
.owl-theme .owl-nav button span {
    padding: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    background-color: var(--primaryColor);
    font-size: 30px;
    color: var(--whiteColor);
    border-radius: 50%;
    transition: .4s ease;
}


section[data-anchor=section3] {
  background-color: #eaeaea;
}
section[data-anchor=section3] .container {
  flex-direction: column;
  justify-content: center;
}
section[data-anchor=section3] .container .newsWrap .item .contentNews .boxCon{
    display: block;
    background-color: var(--whiteColor);
    width: 100%;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
}
section[data-anchor=section3] .productWrap h3{
  font-size: 18px;
  font-weight: 600;
}
section[data-anchor=section3] {
  padding: 60px 0;
  height: auto !important;
}
section[data-anchor=section3] .productWrap .contentBox{
  background-color: var(--whiteColor);
  padding: 15px;
  box-shadow: 0px 0px 20px rgba(162, 162, 162, 0.2);
}

section[data-anchor=section3] .productWrap {
  width: 100%;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  grid-template-rows: repeat(1, 1fr);
}
section[data-anchor=section3] .productWrap .item {
  text-align: center;
}
section[data-anchor=section3] .productWrap .item img {
  height: 300px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
@media screen and (min-width: 991px) {
  section[data-anchor=section3] .productWrap {
    padding: 0 100px 70px 250px;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    grid-template-rows: repeat(2, 1fr);
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  section[data-anchor=section3] .productWrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
section[data-anchor=section4] {
  background-image: url("../img/dark-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  height: auto !important;
}
section[data-anchor=section4]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
section[data-anchor=section4] .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
section[data-anchor=section4] .container .featureCont {
  width: 100%;
  padding: 0 15px;
}
section[data-anchor=section4] .container .featureCont .contentTitle h2 {
  font-size: 20px;
  margin: 0 0 20px;
}
section[data-anchor=section4] .container .featureCont .keyFeatures {
  flex: 3;
}
section[data-anchor=section4] .container .featureCont .keyFeatures .innerWrap {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(1, 1fr);
}
section[data-anchor=section4] .container .featureCont .keyFeatures .innerWrap .item {
  border: dashed 1px rgba(255, 255, 255, 0.3);
  padding: 15px;
}
section[data-anchor=section4] .container .featureCont .keyFeatures .innerWrap .item img {
  height: 50px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
section[data-anchor=section4] .container .featureCont .keyFeatures .innerWrap .item p {
  margin: 0;
}
section[data-anchor=section4] .container .featureCont .advantages {
  flex: 2;
  background-color: var(--whiteColor);
  padding: 25px;
  margin-top: 10px;
}
section[data-anchor=section4] .container .featureCont .advantages .contentTitle h2 {
  position: relative;
  padding: 0 0 20px;
  margin: 0;
  color: #000;
}
section[data-anchor=section4] .container .featureCont .advantages .contentTitle h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #000;
}
section[data-anchor=section4] .container .featureCont .advantages .innerWrap {
  display: flex;
  flex-direction: column;
}
section[data-anchor=section4] .container .featureCont .advantages .innerWrap .item {
  border-bottom: dashed 1px rgba(255, 255, 255, 0.3);
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 25px 0;
  margin: 0;
}
section[data-anchor=section4] .container .featureCont .advantages .innerWrap .item span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #000;
  border-radius: 50%;
  color: var(--whiteColor);
  font-weight: 900;
}
section[data-anchor=section4] .container .featureCont .advantages .innerWrap .item p {
  margin: 0;
  flex: 1;
  color: #000;
}
section[data-anchor=section4] .container .featureCont .advantages .innerWrap .item:last-child {
  border: none;
}
section[data-anchor=section4] .container .featureCont .leftBox .serBox,section[data-anchor=section4] .container .featureCont .rightBox .serBox{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
section[data-anchor=section4] .container .featureCont .leftBox .serBox .contentBox,section[data-anchor=section4] .container .featureCont .rightBox .serBox .contentBox{
    flex: 1;
    padding: 15px;
    background-color: var(--whiteColor);
    -webkit-filter: drop-shadow(10px 4px 60px rgba(115, 180, 88, 0.1));
    filter: drop-shadow(10px 4px 60px rgba(115, 180, 88, 0.1));
    border: 1px solid #EEEFEF;
    border-radius: 15px;
}
section[data-anchor=section4] .container .featureCont .leftBox .serBox .contentBox h4,section[data-anchor=section4] .container .featureCont .rightBox .serBox .contentBox h4{
  color: var(--primaryColor);
  font-weight: 600;
}
section[data-anchor=section4] .container .featureCont .leftBox .serBox .contentBox p,section[data-anchor=section4] .container .featureCont .rightBox .serBox .contentBox p{
  color: #737373;
  font-size: 15px;
  font-weight: 600;
}
section[data-anchor=section4] .container .featureCont .leftBox .serBox .contentBox .theme-btn.style-one,section[data-anchor=section4] .container .featureCont .rightBox .serBox .contentBox .theme-btn.style-one{
  color: var(--primaryColor);
  font-size: 15px;
  font-weight: 700;
}



section[data-anchor=section4] .container .featureCont .leftBox .serBox .thumbnail img,section[data-anchor=section4] .container .featureCont .rightBox .serBox .thumbnail img{
  height: 200px;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}
@media screen and (min-width: 991px) {
  section[data-anchor=section4] {
    height: 100vh !important;
  }
  section[data-anchor=section4] .container .featureCont {
    padding: 0 0 0 180px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    grid-template-rows: repeat(2, 1fr);
  }
  section[data-anchor=section4] .container .featureCont .keyFeatures .innerWrap {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2 1fr);
  }
  section[data-anchor=section4] .container .featureCont .advantages {
    margin-top: 0;
  }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  section[data-anchor=section4] .container .featureCont .keyFeatures .innerWrap {
    grid-template-columns: repeat(2, 1fr);
  }
  section[data-anchor=section4] .container .featureCont .advantages {
    margin-top: 40px;
  }
}
section[data-anchor=section5] .container {
  justify-content: flex-end;
}
section[data-anchor=section5] .container .inner {
  padding: 0 20px;
  margin-left: 0;
}
section[data-anchor=section5] .container .inner .columnWrap .item {
  display: flex;
  gap: 30px;
  margin: 20px 0;
}
section[data-anchor=section5] .container .inner .columnWrap .item i {
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50px;
  font-size: 40px;
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}
section[data-anchor=section5] .container .inner .columnWrap .item span{
  font-size: 40px;
  font-weight: 700;
  color: var(--secondaryColor);
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  section[data-anchor=section5] .container .content {
    width: 70%;
  }
  section[data-anchor=section5] .container .content .inner {
    margin-left: 15rem;
  }
}
@media screen and (min-width: 991px) {
  section[data-anchor=section5] {
    background-image: url(../img/event-bg.jpg);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
  }
  section[data-anchor=section5] .container .content {
    width: 60%;
  }
  section[data-anchor=section5] .container .content .inner {
    margin-left: 10rem;
    padding: 0;
  }
}
@media screen and (max-height: 870px) and (min-width: 991px) {
  section[data-anchor=section5] .container .content .inner {
    width: 60%;
    margin-left: 7rem;
  }
}
section[data-anchor=section6] {
  background-image: linear-gradient(45deg, #b27c65, #d4ac66);
  overflow: hidden;
}
section[data-anchor=section6] .container .contentImage {
  position: relative;
  overflow: visible;
}
section[data-anchor=section6] .container .contentImage .mobileImage {
  position: relative;
  z-index: 2;
}
section[data-anchor=section6] .container .contentImage .mobileImage img {
  max-height: 550px;
}
section[data-anchor=section6] .container .contentImage .mobileImage .map {
  position: absolute;
  top: 27px;
  right: 35px;
  left: 32px;
  bottom: 43px;
  overflow: hidden;
  border-radius: 19px;
}
section[data-anchor=section6] .container .contentImage .mobileImage .map iframe {
  width: 100%;
  height: 100%;
}
section[data-anchor=section6] .container .contentImage .ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  z-index: 1;
  background-color: red;
  transition: 0.5s ease;
  animation: ripple 2s infinite linear;
}
section[data-anchor=section6] .container .contentImage .ripple.rp1 {
  background-color: #a34c3b;
}
section[data-anchor=section6] .container .contentImage .ripple.rp2 {
  background-color: #a34c3b;
  animation-delay: 0.5s;
}
section[data-anchor=section6] .container .contentImage .ripple.rp3 {
  background-color:#a34c3b;
  animation-delay: 1s;
}
section[data-anchor=section6] .container .inner {
  margin-left: 0;
  padding: 0 20px;
}
section[data-anchor=section6] .container .inner h2,section[data-anchor=section7] h2{
  color: var(--whiteColor);
}
section.serviceInner .serviceWrap{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 30px;
}
section[data-anchor=section8]{
  height: auto !important;
}
section[data-anchor=section8] .serviceWrap .itemSer img{
  height: 300px;
  object-fit: cover;
  object-position: center;
}

@media screen and (min-width: 991px) {
  section[data-anchor=section6] .container .inner {
    margin-left: 3rem;
    padding: 0;
  }
}
section[data-anchor=section7] {
  padding: 0;
}
section h2 {
  font-size: 3rem;
  font-weight: 800;
}
@media screen and (min-width: 991px) {
  section {
    height: 100vh !important;
    padding: 40px 0;
  }
}

@keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(8);
    opacity: 0;
  }
}
.container {
  height: 100%;
}
.container .content, .container .contentImage {
  display: flex;
  align-items: center;
  width: 100%;
}
.container .contentImage {
  max-height: auto;
  height: auto;
  justify-content: center;
}
.container .contentImage .imageBox {
  width: 80%;
}
@media screen and (min-width: 991px) {
  .container {
    display: flex;
    align-items: center;
  }
  .container .content {
    width: 50%;
  }
  .container .content .inner {
    width: 50%;
    margin-left: calc(15% + 1rem);
  }
  .container .contentImage {
    width: 40%;
    padding: 2rem;
    max-height: 100vh;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
  }
  .container .contentImage img {
    max-height: 800px;
    width: auto;
    max-width: 100%;
  }
}
.mb-2{
  margin-bottom: 20px;
}
.mb-3{
  margin-bottom:30px;
}
.mb-4{
  margin-bottom: 40px;
}
.mt-1{
  margin-top: 10px;
}
.mt-2{
  margin-top: 20px;
}

.mt-3{
  margin-top: 30px;
}
.mt-4{
  margin-top: 40px;
}

.theme-btn.style-one {
    color: var(--primaryColor);
    font-size: 15px;
    font-weight: 700;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
}
header .container {
  justify-content: space-between;
  padding: 10px;
  height: auto;
  align-items: center;
  display: flex;
}
header .container a.logo {
  line-height: 0;
}
header .container a.logo img {
  height: 100px;
}
header .container a.logo h1{
  color: var(--whiteColor);
}
header .container i.menuBar {
  color: #000;
  font-size: 2rem;
  cursor: pointer;
  position: fixed;
  right: 20px;
}
header .container i.menuBar.close {
  right: 300px;
}
header .container ul.socialLinks {
  display: flex;
  padding: 0;
  gap: 15px;
}
header .container ul.socialLinks a {
  color: var(--whiteColor);
  font-size: 20px;
}
header aside {
  position: fixed;
  max-width: 300px;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background-color: #3c3c3c;
  z-index: 99;
}
header aside .menuBar {
  display: flex;
  flex-direction: column;
  height: auto;
}
header aside .menuBar .menuLink {
  margin: 0;
  flex: 1;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #000;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
header aside .menuBar .menuLink a {
  padding: 30px;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--whiteColor);
  font-size: 16px;
  opacity: 1;
  width: 100%;
  font-size: 1.2rem;
}
header aside .menuBar .menuLink:last-child {
  border-bottom: none;
}
header aside .menuBar .menuLink::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #605f64;
  z-index: -1;
}
header aside .menuBar .menuLink:hover::after {
  right: 0;
}
header aside.hidden {
  right: -300px;
}
header.fixed {
  background-color: #000;
}
header.fixed .container {
  padding: 10px 15px;
}
header.fixed .container i.menuBar {
  color: var(--whiteColor);
}
@media screen and (min-width: 991px) {
  header .container a.logo img {
    height: 100px;
  }
  header .container i.menuBar {
    font-size: 3rem;
    display: none;
  }
}

aside#sideMenu {
  position: fixed;
  width: max-content;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  z-index: -50;
}
aside#sideMenu .menuBar {
  padding-left: 20px;
}
aside#sideMenu .menuBar .menuLink {
  margin: 8px 0;
}
aside#sideMenu .menuBar .menuLink a {
  padding: 5px 0 5px 15px;
  border-left: solid 3px var(--whiteColor);
  text-transform: uppercase;
  font-weight: 500;
  color: var(--whiteColor);
  font-size: 16px;
  opacity: 0.6;
}
aside#sideMenu .menuBar .menuLink a:hover {
  opacity: 0.9;
}
aside#sideMenu .menuBar .menuLink.active a {
  font-size: 22px;
  opacity: 1;
  font-weight: 800;
  padding: 8px 0 8px 12px;
}
@media screen and (min-width: 991px) {
  aside#sideMenu {
    z-index: 9;
    opacity: 1;
    visibility: visible;
  }
}

.footer {
  height: 100%;
  overflow: inherit;
}
.footer .container {
  flex-direction: column;
  justify-content: space-between;
}
.footer .container .footerTop {
  width: 100%;
  height: 100%;
}
.footer .container .footerTop .content {
  height: 100%;
}
.footer .container .footerTop .content.formWrap {
  background-image: url(../img/form-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding: 50px 30px;
}
.footer .container .footerTop .content.formWrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.footer .container .footerTop .content.formWrap form {
  margin-top: 20px;
}
.footer .container .footerTop .content.formWrap form .form-group {
  line-height: 1;
}
.footer .container .footerTop .content.formWrap form input, .footer .container .footerTop .content.formWrap form textarea {
  width: 100%;
  padding: 10px 15px;
  margin: 0 0 20px;
  border-radius: 8px;
  border: none;
  border-bottom: solid 2px #7e7e7e;
  resize: none;
  font-size: 17px;
  font-family: "Nunito";
  background-color: transparent;
  color: var(--whiteColor);
  line-height: 1;
  border-radius: 0;
}
.footer .container .footerTop .content.formWrap form input:focus, .footer .container .footerTop .content.formWrap form textarea:focus {
  outline: none;
  border-bottom: solid 2px var(--primaryColor);
}
.footer .container .footerTop .content.formWrap form input.submit, .footer .container .footerTop .content.formWrap form textarea.submit {
  color: var(--whiteColor);
  background-color: var(--primaryColor);
  border: none;
  cursor: pointer;
  margin: 15px 0 0;
  padding: 18px 0;
}
.footer .container .footerTop .content.formWrap form input.submit:hover, .footer .container .footerTop .content.formWrap form textarea.submit:hover {
  background-color: var(--whiteColor);
  color: #3c3c3c;
}
.footer .container .footerTop .content.formWrap form input::placeholder, .footer .container .footerTop .content.formWrap form textarea::placeholder {
  color: #acacac;
}
.footer .container .footerTop .content a.logo {
  margin: 0 0 30px;
}
.footer .container .footerTop .content a.logo img {
  height: 70px;
}
.footer .container .footerTop .content .innerWrap {
  padding-left: 0;
  margin-right: 0;
  padding: 50px 20px;
}
.footer .container .footerTop .content .innerWrap p {
  margin-top: 20px;
}
.footer .container .footerTop .content .details {
  width: 100%;
  margin: 0;
}
.footer .container .footerTop .content .details ul.info {
  flex: 1;
  padding-right: 20px;
}
.footer .container .footerTop .content .details ul.info li {
  position: relative;
  padding: 5px 0 5px 30px;
}
.footer .container .footerTop .content .details ul.info li i {
  position: absolute;
  left: 0;
  top: 10px;
  color: var(--primaryColor);
}
.footer .container .footerTop .content .details ul.info li a {
  color: #3c3c3c;
}
.footer .container .footerTop .content .details .socialLinks {
  flex: 1;
  padding: 0;
  margin-top: 20px;
}
.footer .container .footerTop .content .details .socialLinks ul {
  display: flex;
  gap: 15px;
  margin: 15px 0 0;
}
.footer .container .footerTop .content .details .socialLinks ul a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: var(--whiteColor);
  background-color: var(--primaryColor);
  text-align: center;
  line-height: 45px;
}
.footer .container .footerTop .content .details .socialLinks ul a:hover {
  background-color: #605f64;
}
.footer .footerBottom {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background-color: var(--primaryColor);
  width: 100%;
}
.footer .footerBottom a {
  color: var(--whiteColor);
}
.footer .footerBottom span {
  text-align: center;
  color: var(--whiteColor);
}
@media screen and (min-width: 991px) {
  .footer .container .footerTop {
    display: flex;
    align-items: center;
  }
  .footer .container .footerTop .content {
    width: 50%;
  }
  .footer .container .footerTop .content.formWrap {
    padding: 0;
  }
  .footer .container .footerTop .content a.logo img {
    height: 90px;
  }
  .footer .container .footerTop .content .innerWrap {
    padding-left: 3rem;
    margin-right: calc(25% - 3rem);
  }
  .footer .container .footerTop .content .innerWrap p {
    margin-top: 0;
    font-size: 18px;
    font-family: var(--bodyFont);
  }
  .footer .container .footerTop .content .details {
    margin-right: calc(25% - 3rem);
    display: flex;
    margin: 0 0 40px;
  }
  .footer .container .footerTop .content .details .socialLinks {
    padding: 0 20px;
    margin-top: 0;
  }
  .footer .footerBottom {
    flex-direction: row;
  }
}
@media screen and (max-height: 770px) {
  .footer .container .content .inner {
    width: 70%;
    margin-left: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px){
  section[data-anchor=section1]{
    padding: 150px 0;
  }
  header .container i.menuBar{
    color: var(--whiteColor) !important;
  }
  section[data-anchor=section4] .container .featureCont .advantages{
    margin-top: 25px;
  }
  .container .contentImage .imageBox{
    width: 100%;
  }
  section[data-anchor=section4] .container .featureCont .advantages .innerWrap .item span{
    font-size: 13px;
  }
}
section[data-anchor=section4] .container h2{
  color: var(--whiteColor);
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.484);
  backdrop-filter: blur(2px);
  z-index: 8;
}
.overlay.hidden {
  opacity: 0;
  visibility: hidden;
}

.fp-watermark {
  display: none;
}

@media screen and (max-width: 767px){
  header .container ul.socialLinks{
    display: none;
  }
  header.fixed .container{
    padding: 5px;
  }
  section[data-anchor=section4] .container .featureCont .leftBox .serBox .thumbnail img, section[data-anchor=section4] .container .featureCont .rightBox .serBox .thumbnail img{
    height: auto;
  }
  body.fp-viewing-section2 header .container{
    background-color: #000;
  }
  section[data-anchor=section4] .container .featureCont .leftBox .serBox .contentBox, section[data-anchor=section4] .container .featureCont .rightBox .serBox .contentBox{
    margin: 0 0 20px;
  }
  section[data-anchor=section3]{
    padding: 60px 0;
  }
  section[data-anchor=section9] .container .contentimg{
  width: 100%;
}

section[data-anchor=section9] .container .contentWrap{
  width: 100%;
}
.space{
  padding: 40px 0 0;
}
section.serviceInner .serviceWrap{
  grid-template-columns: 1fr;
}
}

