#whatsapp-chat-widget .wa-widget-send-button{border:none;}
.liquid-row-overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute!important;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: background .3s,opacity .3s;
    transition: background .3s,opacity .3s;
}.who-we-are {
  position: relative;
  display: block;
  padding: 180px 0 180px;
  overflow: hidden;
  z-index: 1;
}
.who-we-are__shape-1 {
  position: absolute;
  width: 425px;
  height: 425px;
  right: -115px;
  top: -180px;
  border-radius: 50%;
  background: rgb(168 149 129 / 8%);
  z-index: 1;
}

.who-we-are__shape-2 {
  position: absolute;
  width: 603px;
  height: 603px;
  right: -162px;
  top: -226px;
  border-radius: 50%;
  background: rgb(168 149 129 / 8%);
  z-index: 1;
}

.who-we-are__shape-3 {
  position: absolute;
  width: 905px;
  height: 905px;
  right: -284px;
  top: -350px;
  border-radius: 50%;
  background: rgb(168 149 129 /8%);
  z-index: 1;
}
.zoominout {
  animation-name: zoomInOut;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;

  -webkit-animation-name: zoomInOut;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;

  -moz-animation-name: zoomInOut;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;

  -ms-animation-name: zoomInOut;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease-in-out;

  -o-animation-name: zoomInOut;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out;
}

@-webkit-keyframes zoomInOut {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
    opacity: 0;
  }

  50% {
    -webkit-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(360deg) scale(0.7);
    transform: rotate(360deg) scale(0.7);
    opacity: 0;
  }
}
.values li {
    list-style-position: outside;
}
.values li:not(:last-child) {margin-bottom:5px;}
.team-cards .content-box{height:100%;}.team-cards .content-box{height:100%;}
.page-banner:before {
    content: ""!important;
    position: absolute;
    display: block;
    width: 100%;
    height: 25vh;
    top: 0;
    left: 0;
    pointer-events: none;
    background: -moz-linear-gradient(top,rgba(0,0,0,.8) 0,rgba(0,0,0,.4) 60%,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,.8) 0,rgba(0,0,0,.4) 60%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,.8) 0,rgba(0,0,0,.4) 60%,rgba(0,0,0,0) 100%);
}
.page-banner::after {
    content: ""!important;
    position: absolute;
    display: block;
    width: 100%;
    height: 35vh;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.4) 50%,rgba(0,0,0,.6) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.4) 50%,rgba(0,0,0,.6) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.4) 50%,rgba(0,0,0,.6) 100%);
}
@media(max-width:767px){
.who-we-are__shape-1 {
    width: 325px;
    height: 325px;
    right: -50px;
}

.who-we-are__shape-2 {
    width: 403px;
    height: 403px;
    right: -62px;
}

.who-we-are__shape-3 {
    width: 605px;
    height: 605px;
    right: -184px;
}
#footer-text-logo-social .bg {
    opacity: 0.1;
    background-size: 600px !important;
}
.logo svg {
    height: 60px;
}
.navbar-collapse {
    background: #fff;
    margin-top: 20px;
}

.navbar.navbar-expand-lg .navbar-nav .nav-link,.navbar.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #000 !important;
}
}
@media(max-width:1024px){
.navbar-collapse {
    background: #fff;
    margin-top: 20px;
}

.navbar.navbar-expand-lg .navbar-nav .nav-link,.navbar.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #000 !important;
}
}
#preloader {
	z-index: 99999999;
	background-color: #741312;
}
#preloader > div, #preloader > div > *, #preloader > div:before, #preloader > div:after {
    background-color: #741312 !important;
    border: none !important;
}
.cs-loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cs-loader-inner {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  width: 100%;
  color: #FFF;
  padding: 0 100px;
  text-align: center;
}

.cs-loader-inner label {
  font-size: 40px;
  opacity: 0;
  display:inline-block;
}

@keyframes lol {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    transform: translateX(0px);
  }
  66% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(300px);
  }
}

@-webkit-keyframes lol {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  66% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(300px);
  }
}

.cs-loader-inner label:nth-child(6) {
  -webkit-animation: lol 3s infinite ease-in-out;
  animation: lol 3s infinite ease-in-out;
}

.cs-loader-inner label:nth-child(5) {
  -webkit-animation: lol 3s 100ms infinite ease-in-out;
  animation: lol 3s 100ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(4) {
  -webkit-animation: lol 3s 200ms infinite ease-in-out;
  animation: lol 3s 200ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(3) {
  -webkit-animation: lol 3s 300ms infinite ease-in-out;
  animation: lol 3s 300ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(2) {
  -webkit-animation: lol 3s 400ms infinite ease-in-out;
  animation: lol 3s 400ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(1) {
  -webkit-animation: lol 3s 500ms infinite ease-in-out;
  animation: lol 3s 500ms infinite ease-in-out;
}