/*-----------------------------------------------------------
* Template Name    : MENGO - Agency Portfolio HTML5 Template
* Author           : pavloff-studio
* Version          : 1.0.0
* Created          : Oct 2020
* File Description : Main css file of the template
*------------------------------------------------------------
*/

/***********************
1.FONTS
2.BASIC
3.HELPER
4.HEADER
5.ABOUT
6.SERVICES
7.PORTFOLIO
8.CLIENTS
9.TEAM & TESTIMONIALS
10.BLOG
11.CONTACT
12.FOOTER

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

/*======================
1.FONTS
========================*/

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@500&display=swap");

/*======================
1.BASIC
========================*/

body {
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 400 !important;
  color: #000;
  background-color: #fcfcf9;
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
  cursor: auto;
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

@font-face{
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", serif !important;
  font-weight: 400;
  color: #5c5b5b;
  line-height: 1.1em;
}

h1 {
  font-size: 67px;
}

h3 {
  font-size: 46px;
  padding: 0;
  margin: 0;
  line-height: 1;
}

h4 {
  font-size: 27px;
}

p {
  margin: 10px 0;
  line-height: 1.625em;
  color: #717171;
}

span {
  margin: 10px 0;
  line-height: 1.625em;
}

a,
.button {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a {
  color: #009347;
}

a:hover {
  color: #009347;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
}

a,
button {
  color: #009347;
  outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.capitalize {
  text-transform: capitalize;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

.separator {
  border-top: 1px solid #f2f2f2;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

@media (max-width: 768px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
  }
}

section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

@media (max-width: 768px) {
  section {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
  }
}

.section-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

/*======================
3.HELPER
========================*/

.mb-1 {
  margin-bottom: 1px !important;
}

.mb-3 {
  margin-bottom: 3px !important;
}

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

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

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

.mb-50 {
  margin-bottom: 50px !important;
}

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

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

.ellipse-container {
  width: 70rem;
  height: 70rem;
  border-radius: 50%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.ellipse-container .greeting {
  position: relative;
  top: 14rem;
  left: -6rem;
  right: 0;
  margin: 0 auto;
  text-transform: uppercase;
  letter-spacing: 4rem;
  font-size: 8rem;
  font-weight: 700;
  opacity: 0.5;
}

.ellipse-container .greeting:after {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  display: inline-block;
  background-color: #000;
  position: relative;
  top: -0.65rem;
  left: -5.05rem;
}

.ellipse {
  border-radius: 50%;
  position: absolute;
  top: 0;
  border-style: solid;
}

.ellipse__outer--thin {
  width: 100%;
  height: 100%;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0);
  animation: ellipseOrbit 15s ease-in-out infinite;
}

.ellipse__outer--thin:after {
  content: "";
  /*background-image: url('http://pavloffstudio.com/mengo/assets/img/unnamed.png');*/
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #000;
  position: absolute;
  opacity: 0.3;
  border: 1px solid #000;
  border-radius: 50%;
}

.ellipse_orbit {
  width: 3.5rem;
  height: 3.5rem;
  border-width: 1px;
  border-color: #000;
  top: 10.8rem;
  right: 6.5rem;
}

@keyframes ellipseRotate {
  0% {
    transform: rotate(-45deg);
  }

  100% {
    transform: rotate(-405deg);
  }
}

@keyframes ellipseOrbit {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.custom-btn {
  padding: 0;
  margin-top: 15px;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  letter-spacing: 1px;
}

.custom-btn:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #009347;
  position: absolute;
  left: 0;
  bottom: 3px;
  transition: width 0.5s;
}

.custom-btn:hover:after {
  content: "";
  width: 0%;
  height: 1px;
  background: #009347;
  position: absolute;
  left: 0;
  bottom: 3px;
  transition: width 0.5s;
}

.slider-btn {
  padding: 0;
  margin-top: 40px;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  letter-spacing: 1px;
}

.slider-btn:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #009347;
  position: absolute;
  left: 0;
  bottom: 3px;
  transition: width 0.5s;
}

.slider-btn:hover:after {
  content: "";
  width: 0%;
  height: 1px;
  background: #009347;
  position: absolute;
  left: 0;
  bottom: 3px;
  transition: width 0.5s;
}

.slider2-btn {
  padding: 0;
  margin-top: 40px;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  letter-spacing: 1px;
}

.slider2-btn a {
  color: #fff;
}

.slider2-btn:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 3px;
  transition: width 0.5s;
}

.slider2-btn:hover:after {
  content: "";
  width: 0%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 3px;
  transition: width 0.5s;
}

.boxed-btn {
  background: #00A25B;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #fff !important;
  display: inline-block;
  padding: 18px 44px;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.boxed-btn:hover {
  background: #1AA475;
  color: #ffffff !important;
}

.boxed-btn:focus {
  outline: none;
}

.img {
  max-width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-btn {
  padding: 31px 35px;
}

span#main {
  position: relative;
  bottom: -2px;
}

.testimonial-item span img {
  width: 70px !important;
  margin-bottom: 30px;
  display: inline-block !important;
}

.account-btn {
  padding: 0 25px;
  color: #010a44;
  font-size: 14px;
  font-weight: 600;
}

.first {
  border-right: 1px solid #c3c3c3;
}

.account-btn:hover {
  color: #fd8f5f;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .account-btn {
    padding: 0 24px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .account-btn {
    padding: 0 32px;
  }
}

@media (max-width: 575px) {
  .account-btn {
    padding: 0 15px;
  }
}

.details {
  display: inline-block;
}

/* -- Scroll Text --*/

.container-scroll {
  max-width: 800px;
  margin: 0px auto;
  width: 100%;
  padding: 180px 0px;
  position: relative;
}

@media (max-width: 768px) {
  .container-scroll {
    max-width: 800px;
    margin: 0px auto;
    width: 100%;
    padding: 60px 0px;
    position: relative;
  }
}

.image-container {
  padding-bottom: 100%;
  background: black;
  overflow: hidden;
  z-index: 2;
  background-image: url("../img/video-preview.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
}

.text {
  color: white;
  margin: 0;
  width: 100%;
  text-align: center;
  position: absolute;
  top: -110px;
  left: -350%;
  z-index: -1;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: "Open Sans", sans-serif;
  font-size: 349px;
  line-height: 1em;
  -webkit-text-stroke: 1px #000;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 768px) {
  .text {
    color: white;
    margin: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    top: -30px;
    left: -350%;
    z-index: -1;
    text-transform: uppercase;
    white-space: nowrap;
    font-family: "Open Sans", sans-serif;
    font-size: 100px;
    line-height: 1em;
    -webkit-text-stroke: 1px #000;
    -webkit-text-fill-color: transparent;
  }
}

.text span {
  position: relative;
  display: block;
}

h2.section-title {
  font-size: 55px;
  line-height: 1.13em;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  color: #06582e;
}

@media (max-width: 768px) {
  h2.section-title {
    font-size: 46px;
    line-height: 1.13em;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
  }
}

.bg-shape {
  background-image: url("../img/shape-1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.single_testmonial {
  cursor: auto;
}

.single_testmonial:hover {}

.section-title {
  margin-bottom: 25px;
}

.section-subtitle {
  display: inline-block;
  font-size: 12px;
  line-height: 1.65;
  padding-left: 10px;
  text-transform: uppercase;
  border-left: 1px solid #e0e0e0;
  color: #575757;
}

.section-subtitle-home {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #575757;
}

.section-subtitle-home:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #009347;
  border-radius: 100%;
  margin-right: 10px;
}

.border-section {}

img {
  width: 100%;
}

/* -- Back to top -- */

#back-to-top {
  bottom: 150px;
  left: 30px;
  position: fixed;
  display: none;
}

#back-to-top .back-to-top-icon line,
#back-to-top .back-to-top-icon polyline {
  fill: none;
  stroke-width: 0.75px;
  stroke: #000;
}

@media only screen and (max-width: 600px) {
  #back-to-top {
    bottom: 50px;
    left: 10px;
  }

  .justify-content-center-sm {
    justify-content: center !important;
  }

  .text-center-sm {
    text-align: center !important;
  }
}



.hero-slide-desc {
  width: 301px;
  display: inline-block;
  position: relative;
  margin-top: 20px;
}

.slide-number {
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: 2px;
  font-size: 11px;
}

.widget_title {
  margin: 0 0 25px;
}

.card-img {
  height: 500px;
  cursor: auto;
}

@media (max-width: 768px) {
  .card-img {
    height: 250px;
    cursor: auto;
  }
}

.card-img-big {
  height: 800px;
  cursor: auto;
}

/*-- paralax --*/

.paralax {
  padding: 0;
  margin: 0;
  position: relative;
}

.parallax-window {
  min-height: 500px;
  align-items: center;
  align-content: center;
  display: flex;
  position: relative;
  background: url("../img/paralax.gif");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.paralax-wrapper {
  width: 800px;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.paralax__text {
  display: block;
  z-index: 1;
  position: relative;
}

.paralax-text h2.section-title {
  color: #fff;
  font-size: 55px;
  line-height: 1.13em;
  padding: 0;
}

@media (max-width: 768px) {
  .paralax-text h2.section-title {
    color: #fff;
    font-size: 46px;
    line-height: 1.13em;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.like-info a {
  font-size: 16px;
}

.owl-nav {
  float: right;
  z-index: 9999;
  display: block ;
  position: relative;
  background: #00A25B;
  color: #CAE4D4;
  top: 26px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0% !important;
  padding: 10px 23px !important;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.2) !important;
  margin-left: 10px !important;
  outline: none;
  border: 4px solid rgba(112, 112, 112, 0.1);
}

.owl-carousel,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  border-radius: 0 !important;
}

.owl-prev,
.owl-next {
  padding: 20px;
}

.owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  /* margin-right: 100px; */
  padding: 5px;
  border: 1px solid #5c5b5b;
  border-radius: 50%;
  margin: 0 6px;
  margin-top: 25px;
}

.owl-dot.active {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  padding: 5px;
  border: 1px solid #009347;
  background: #009347;
  border-radius: 50%;
  margin: 0 6px;
}

/* cursor */

.cursor {
  position: absolute;
  background: #00A25B;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  z-index: 9999;
  transition: 0.5s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.2s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;
  user-select: none;
  pointer-events: none;
  transform: scale(0.8);
}

@media (max-width: 768px) {
  .cursor {
    display: none;
  }
}

.cursor::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-image: url("../img/ducem/logo_ducem_pointer.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  opacity: 0;
}

.cursor.active {
  opacity: 1;
  transform: scale(8);
  /* background-color: #000; */
}

.cursor.active::before {
  opacity: 1;
}

.cursor-follower {
  position: absolute;
  background: transparent;
  border: 1px solid #000;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  z-index: 9999;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
    0.4s cubic-bezier(0.75, -1.27, 0.3, 2.33) opacity;
  user-select: none;
  pointer-events: none;
  transform: translate(4px, 4px);
}

@media (max-width: 768px) {
  .cursor-follower {
    display: none;
  }
}

.cursor-follower.active {
  opacity: 0.3;
  transform: scale(0);
}

.header-social a {
  color: #000;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 37px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  border: 1px solid #000;
}

.header-social a:hover {
  border: 1px solid transparent;
  background: #000;
  color: #fff;
}

.search-icon a {
  color: #000;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  margin-left: 20px;
  border: 1px solid #000;
}

.search-icon a:hover {
  border: 1px solid #000;
  color: #fff;
  background: #000;
}

@media (max-width: 768px) {
  main {

    overflow-x: hidden;
  }
}

.slicknav_nav {
  background: #fafafa !important;
  float: right;
  margin-top: 11px;
  padding: 19px;
  width: 100%;
  border-bottom: 1px solid transparent !important;
}

/*======================
4.HEADER
========================*/

.header-area {
  border-bottom: 1px solid #ece6da;
  background: #fcfcf9;
}

.header-area .main-header {
  padding-left: 240px;
  padding-right: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-area .main-header {
    padding-left: 165px;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .main-header {
    padding-left: 159px;
    padding-right: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header {
    padding-left: 270px;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header {
    padding: 20px 20px;
  }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
  .header-area .main-header {
    padding: 13px 20px;
  }
}


@media (max-width: 640px) {
  .header-area .main-header {
    padding: 32px 3px;
  }
}

.header-area .menu-wrapper {
  display: flex;
  align-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.header-area .menu-wrapper .logo {
  position: absolute;
  z-index: 2;
  margin-bottom: 42px;
  /* top: 1rem; */
  top: -2px;
  /* right: 59rem; */
  left: 12rem;
}

.header-area .menu-wrapper .logo img {
  margin-top: 1rem;
  width: 180px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-area .menu-wrapper .logo img {
    width: 165px;
  }
}

@media only screen and (min-width: 639px) and (max-width: 1199px) {
  .header-area .menu-wrapper .logo img {
    width: 180px;
    margin-top: 26px !important;
  }
  
  
  .slicknav_btn {
    display: none;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .menu-wrapper .logo img {
    width: 170px;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-area .menu-wrapper .logo img {
    width: 155px;
  }
}

@media (max-width: 320px) {
  .header-area .menu-wrapper .logo img {
    position: absolute;
    z-index: 2;
    top: 1px;
    left: -108px !important;
  }
}
@media (max-width: 425px) {
  .header-area .menu-wrapper .logo img {
    position: absolute;
    z-index: 2;
    top: 1px;
    left: -140px;
  }
}
@media (max-width: 576px) {
  .header-area .menu-wrapper .logo img {
    position: absolute;
    z-index: 2;
    top: 1px;
    left: -14rem;
  }
}

.header-area .menu-wrapper .main-menu ul li {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.header-area .menu-wrapper .main-menu ul li a {
  padding: 14px 19px;
  display: block;
  font-size: 14px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
}

.header-area .menu-wrapper .main-menu ul li a.active:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #00A25B;
  border-radius: 100%;
  margin-right: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .menu-wrapper .main-menu ul li a {
    padding: 29px 9px;
  }
}

.header-area .menu-wrapper .main-menu ul li:hover>a {
  color: #009347;
}

.header-area .menu-wrapper .main-menu ul li:hover>ul.submenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.header-area .menu-wrapper .main-menu ul li:hover>ul.submenu::before {
  top: -8px;
}

.header-area .menu-wrapper .main-menu ul ul.submenu {
  position: absolute;
  width: 230px;
  background-color: #ffffff;
  border-radius: 8px;
  left: 0;
  box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
  top: 90%;
  visibility: hidden;
  opacity: 0;
  padding: 17px 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-area .menu-wrapper .main-menu ul ul.submenu>li {
  margin-left: 7px;
  display: block;
}

.header-area .menu-wrapper .main-menu ul ul.submenu>li>a {
  padding: 6px 10px !important;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.625em;
  font-weight: 400;
  color: #000;
  text-transform: capitalize;
}

.header-area .menu-wrapper .main-menu ul ul.submenu>li>a:hover {
  padding-left: 13px !important;
  color: #00A25B !important;
}

.header-area .menu-wrapper .main-menu ul ul.submenu::before {
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #000 transparent;
  content: "";
  top: -5px;
  left: 13%;
  position: absolute;
  transition: 0.3s;
  z-index: -1;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-sticky.sticky-bar {
  background: #fcfcf9;
  padding-left: 40px;
  padding-right: 40px;
  box-shadow: none;
  border-bottom: 1px solid #ece6da;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-sticky.sticky-bar {
    padding-left: 114px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-sticky.sticky-bar {
    padding-left: 85px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-sticky.sticky-bar {
    padding-left: 85px;
    padding-right: 30px;
  }
}

@media (max-width: 575px) {
  .header-sticky.sticky-bar {
    padding-left: 10px;
    padding-right: 10px;
    position: unset;
  }
}

.header-sticky.sticky-bar.sticky .main-menu ul li a {
  padding: 20px 20px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-sticky.sticky-bar.sticky {
    padding: 15px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-sticky.sticky-bar.sticky {
    padding: 15px 0px;
  }
}

@media (max-width: 575px) {
  .header-sticky.sticky-bar.sticky {
    padding: 15px 0px;
  }
}

.header-area .header-sticky.sticky-bar .menu-wrapper .header-left .logo {
  display: none !important;
}

.header-area .header-sticky.sticky-bar .menu-wrapper .header-left .logo2 {
  margin-top: 15px;
  display: block;
  position: absolute;
  margin-right: 35px;
}

.header-area .header-sticky.sticky-bar .menu-wrapper .header-left .logo2 img {
  width: 180px;
  padding-top: 0.5rem;
  margin-top: -14px;
}

.header-area .menu-wrapper .logo2 {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 15rem;
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .menu-wrapper .logo2 img {
    width: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-area .menu-wrapper .logo2 img {
    width: 53px;
  }
}

@media (max-width: 575px) {
  .header-area .menu-wrapper .logo2 img {
    width: 53px;
  }
}

.sticky-bar {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  z-index: 9999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  background: #fff;
}

.slick-initialized .slick-slide {
  outline: 0;
}

/* ----- Mobile menu ------- */

.mobile_menu {
  position: absolute;
  right: 0px;
  width: 100%;
  z-index: 99;
}

.mobile_menu .slicknav_menu {
  background: transparent;
  margin-top: 0px !important;
}

.mobile_menu .slicknav_menu .slicknav_btn {
  top: -37px;
}

.mobile_menu .slicknav_menu .slicknav_btn .slicknav_icon-bar {
  background-color: #5c5b5b !important;
  height: 3px;
  margin: 6px 0;
  width: 33px;
}

.mobile_menu .slicknav_menu .slicknav_nav {
  margin-top: 18px !important;
}

.mobile_menu .slicknav_menu .slicknav_nav a:hover {
  background: transparent;
  color: #000;
}

.mobile_menu .slicknav_menu .slicknav_nav a {
  font-size: 15px;
  padding: 7px 10px;
}

.mobile_menu .slicknav_menu .slicknav_nav .slicknav_item a {
  padding: 0 !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right1 {
    margin-right: 85px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-right1 {
    margin-right: 90px;
  }
}

@media (max-width: 575px) {
  .header-right1 {
    position: relative;
    bottom: -70px;
    z-index: 1;
    margin-right: 12px;
  }
}

/*-- Bradcam --*/

.breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
}

.breadcrumb a {
  color: #1aa475;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 1px;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  color: #000;
  content: "•";
  font-size: 17px;
  line-height: 1;
  padding: 0 4px;
  padding-right: 8px;
}

.bradcam_area {
  background-size: cover;
  background-position: center center;
  padding: 160px 0;
  background-position: bottom;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .bradcam_area {
    padding: 150px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bradcam_area {
    padding: 150px 0;
  }
}

.bradcam_area h3 {
  font-size: 50px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .bradcam_area h3 {
    font-size: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bradcam_area h3 {
    font-size: 40px;
  }
}

.slider-area .hero__caption p {
  font-size: 14px;
  text-transform: uppercase;
}

.slider-area .hero__caption p:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: currentColor;
  border-radius: 100%;
  margin-right: 10px;
}

.slider-area .hero__caption h1 {
  font-family: "Open Sans", serif;
  font-weight: 400;
  color: #000;
  font-size: 67px;
  line-height: 1.1em;
  position: relative;
}

.slider-area .hero__caption h1 i {
  border-bottom: 1px solid #000;
}

.slider-area .hero__caption h1 span {
  display: inline-block;
  font-size: 12px;
  line-height: 1.625em;
  padding-left: 20px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  margin-top: 25px;
  vertical-align: top;
  color: #575757;
  background: white;
  padding: 5px;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .slider-area .hero__caption h1 span {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area .hero__caption h1 {
    font-size: 60px;
    line-height: 1.2;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area .hero__caption h1 {
    font-size: 50px;
    line-height: 1.2;
  }
}

@media (max-width: 575px) {
  .slider-area .hero__caption h1 {
    font-size: 35px;
    line-height: 1.2;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area {

    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-area {
    padding-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .slider-area {
    padding-right: 0;
    padding-bottom: 100px;
  }
}

.slider-area::before {
  position: absolute;
  content: "";
  width: 95px;
  height: 100%;
  bottom: 0;
  left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-area::before {
    width: 100px;
    height: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-area::before {
    width: 100px;
    height: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-area::before {
    width: 100px;
    height: 40px;
  }
}

@media (max-width: 768px) {
  .slider-area .hero__caption {
    padding: 0;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.slider-area .hero__caption.hero__caption2 {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  position: unset;
  background: none;
}

.slider-area .hero__caption.hero__caption2 h1 {
  color: #000;
  font-size: 55px;
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .slider-area .hero__caption.hero__caption2 h1 {
    font-size: 40px;
    margin-bottom: 10px;
  }
}

.slider-height {
  min-height: 820px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height {
    min-height: 600px;
  }
}

@media (max-width: 575px) {
  .slider-height {
    min-height: 650px;
  }
}

.slider-height2 {
  min-height: 275px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 575px) {
  .slider-height2 {
    min-height: 300px;
  }
}

.slider-bg2 {}

.banner__item {
  position: relative;
  z-index: 1000;
}

.banner__item:hover .banner__item__text a:after {
  width: 40px;
  background: #dfa667;
}

.banner__item.banner__item--middle {
  margin-top: -50px;
}

.banner__item.banner__item--middle .banner__item__pic {
  float: none;
}

@media (max-width: 768px) {
  .banner__item.banner__item--middle .banner__item__pic {
    margin-top: 80px;
  }
}

.banner__item.banner__item--middle .banner__item__text {
  position: relative;
  top: 0;
  left: 0;
  padding-top: 22px;
  display: inline-block;
}

.banner__item.banner__item--last {
  margin-top: -50px;
}

@media (max-width: 575px) {
  .banner__item.banner__item--last {
    left: -145px;
    margin-top: 12px;
  }
}

.banner__item__pic {
  float: right;
  overflow: hidden;
  position: relative;
}

.banner__item__pic img {
  transform: scale(1);
  transition: 0.5s;
}

.banner__item__pic img:hover {
  transform: scale(1.2);
  transition: 0.5s;
  cursor: auto;
  filter: grayscale(50%);
}

.banner__item__text {
  max-width: 300px;
  position: absolute;
  left: 550px;
  top: 140px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .banner__item__text {
    max-width: 300px;
    position: absolute;
    left: 420px;
    top: 140px;
  }
}

.banner__item__text p {
  margin-bottom: 0;
  position: relative;
  font-size: 14px;
  color: #b55332;
}

.banner__item:hover .banner__item__text p {
  color: #fff;
}

.banner__item__text h4 {
  color: #111111;
  position: relative;
  z-index: 10;
}

.banner__item:hover .banner__item__text h4 {
  color: #fff;
  position: relative;
  z-index: 10;
}

.banner__item__text h4:after {
  content: "";
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  /* background: #000;
    color: #fff; */
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  z-index: -1;
}

.banner__item:hover .banner__item__text h4:after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  /* background: rgb(0, 0, 0); */
  color: #fff;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  z-index: -1;
}

.banner__item__text p:after {
  content: "";
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  /* background: #000;
    color: #fff; */
  z-index: -1;
  transition: 0.1s;
}

.banner__item:hover .banner__item__text p:after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  /* background: #000;
    color: #fff; */
  z-index: -1;
  transition: 0.1s;
}

/*---------------------------------------
HEADER SEARCH           
-----------------------------------------*/

.header__search {
  z-index: 400;
  display: block;
  text-align: center;
  background-color: #ffffff;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header__search-form {
  width: 100%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  position: absolute;
  top: 50%;
  padding: 20px;
}

.header__search-form label {
  color: #000;
  border-bottom: 1px solid #000;
  width: 330px;
}

@media (min-width: 768px) {
  .header__search-form label {
    color: #000;
    border-bottom: 1px solid #000;
    width: 650px;
  }
}

@media (min-width: 1254px) {
  .header__search-form label {
    color: #000;
    border-bottom: 1px solid #000;
    width: 650px;
  }
}

.header__search-form input[type="search"] {
  background-color: transparent;
  height: auto;
  width: 100%;
  font-size: 14px;
  max-width: 680px;
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
  margin: 0 auto;
  text-align: center;
  border: none;
  line-height: 31px;
  font-weight: 400;
  color: #000000;
}

.header__search-form input[type="submit"] {
  display: none;
}

body.search-is-visible {
  overflow: hidden;
}

.search-is-visible .header__search {
  opacity: 1;
  visibility: visible;
}

/*---------------------------------------
Close button for search              
-----------------------------------------*/

.header__search-close {
  position: absolute;
  display: block;
  width: 45px;
  height: 45px;
  top: 67px;
  left: 50%;
  margin-left: -23px;
  text-shadow: none;
  color: #000;
}

/*  ----------------------------------------------------
POPUP
-------------------------------------------------------- */

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fcfcf9;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}

/*===========================
4.ABOUT
=============================*/

.about-description-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}

.about-description__img {
  width: 70%;
  z-index: 1000;
}

.about-description__img img {
  width: 100%;
}

@media (min-width: 1254px) {
  .about-description__img {
    max-width: 613px;
    z-index: 1000;
  }

  .about-description__img img {
    width: auto;
  }
}

.about-description-video {
  position: absolute;
  right: 0;
  top: 43px;
  z-index: 1001;
  width: 60%;
  -webkit-box-shadow: -10px 8px 9px -8px rgb(0 0 0 / 10%);
  -moz-box-shadow: -10px 8px 9px -8px rgb(0 0 0 / 10%);
  box-shadow: -10px 8px 9px -8px rgb(0 0 0 / 10%);
}

.about-description-video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.about-description-video img {
  width: 100%;
  filter: grayscale(50%);
}

@media (min-width: 1254px) {
  .about-description-video {
    width: auto;
  }

  .about-description-video img {
    width: auto;
    filter: grayscale(50%);
  }
}

.about-description-video__control {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s ease-in;
  background: rgb(239 211 179);
  z-index: 10;
}

@media (min-width: 1254px) {
  .about-description-video__control {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #dfa667;
    z-index: 10;
    cursor: auto;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    -moz-box-shadow: 0 0 0 30px rgba(241, 93, 48, 0);
    -webkit-box-shadow: 0 0 0 30px rgba(241, 93, 48, 0);
    box-shadow: 0 0 0 30px rgba(241, 93, 48, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(241, 93, 48, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(241, 93, 48, 0);
    box-shadow: 0 0 0 0 rgba(241, 93, 48, 0);
  }
}

.about-description__text {
  margin-bottom: 0px;
  margin-top: 90px;
  max-width: 450px;
  z-index: 1;
}

@media (min-width: 855px) and (max-width: 1254px) {
  .about-description__text {
    max-width: 410px;
    z-index: 1;
  }
}

@media (min-width: 1254px) {
  .about-description__text {
    width: 410px;
    margin-top: 30px;
    z-index: 1;
  }
}

.about-description__text h4 {
  font-weight: 700;
  color: #111111;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-description__text h4 span {
  font-weight: 400;
}

.about-description__link {
  margin-left: 0px;
  margin-bottom: 22px;
  z-index: 1;
}

@media (min-width: 1254px) {
  .about-description__link {
    z-index: 1;
  }
}

.about-description-video__control img {
  position: absolute;
  left: 34%;
  top: 50%;
  transform: translate(-35%, -50%);
  width: 100%;
  border-radius: 50%;
}

@media (min-width: 1254px) {
  .about-description-video__control img {
    width: auto;
  }
}

.about-description-video__control {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s ease-in;
  background: rgb(239 211 179);
  z-index: 10;
}

@media (min-width: 1254px) {
  .about-description-video__control {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    z-index: 10;
    cursor: auto;
  }
}

/*======================
6.SERVICES
========================*/

.service {
  padding: 10px;
}

.service-desc {
  margin-top: 10px;
  position: relative;
}

.service-desc:after {
  content: "";
  width: 0%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: width 0.5s;
}

.service-desc:hover:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: width 0.5s;
}

.service-img {
  position: relative;
}

.service-img img {
}




.service-img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;


  z-index: -1;
  opacity: 0;
  transition: 0.5s;
}

.service-img:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10px;
  left: 10px;
  /* background: #000;
    border: 1px solid #000; */
  z-index: -1;
  opacity: 1;
  transition: 0.5s;
}

.service-num {
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: 2px;
  font-size: 11px;
}

.service-title {
  text-transform: uppercase;
  display: inline-block;
}

.service-subtitle {
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  padding-left: 10px;
  text-transform: uppercase;
  color: #575757;
}

.service-arrow {
  display: inline-block;
  float: right;
  font-size: 32px;
}

/*======================
7.PORTFOLIO
========================*/

.portfolio-wrap {
  padding-bottom: 80px;
  padding-right: 0;
  position: relative;
  margin: 0 auto 80px;
  cursor: auto;
}

@media only screen and (max-width: 767px) {
  .portfolio-wrap {
    padding-bottom: 80px;
    padding-right: 0;
    padding-left: 0px;
    position: relative;
  }
}

.portfolio-content {
  position: absolute;
  left: 0px;
  /*top: 80px;*/
  z-index: 20;
  margin-top: 10px;
  width: 100%;
}

.border-50 {
  border-top: 1px solid #e1e1e1;
  width: 50%;
}

.portfolio-wrap p {
  display: inline-block;
  font-size: 14px;
  color: #b55332;
  margin-bottom: 0px;
}

.portfolio-wrap h3 {
  color: #1b1b1b;
}

.portfolio-link {
  color: #ff9800;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  padding-right: 35px;
  line-height: 1.5em;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  padding-left: 90px;
}

.portfolio-wrap img {
  transition: 1s;
  z-index: 10;
  position: relative;
  display: block;
  cursor: auto;
}

.portfolio-items .col-md-6:nth-child(2) {
  margin-top: 75px;
}

.filter-control {
  text-align: center;
  margin-bottom: 45px;
  padding-top: 32px;
}

.filter-control ul li {
  list-style: none;
  display: inline-block;
  font-size: 20px;
  color: #b2b2b2;
  margin-right: 22px;
  position: relative;
  cursor: pointer;
}

.filter-control ul li.active {
  color: #171717;
}

.filter-control ul li.active:before {
  opacity: 1;
}

.filter-control ul li:before {
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background: #171717;
  content: "";
  opacity: 0;
}

.filter-control ul li:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  .navigation-area .nav-left {
    text-align: center;
    display: inline-block !important;
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .navigation-area .nav-right {
    text-align: center;
    display: inline-block !important;
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .navigation-area i {
    font-size: 21px;
    position: absolute;
    left: 47%;
  }
}

@media (max-width: 768px) {
  .single-work-container {
    padding: 0px 0px 60px;
  }
}

a.tip {
  text-decoration: none;
}

a.tip:hover {
  position: relative;
}

a.tip span {
  display: none;
}

a.tip:hover span {
  padding: 5px 5px 5px 5px;
  display: block;
  z-index: 100;
  left: 0px;
  margin: 10px;
  width: 100px;
  position: absolute;
  top: 10px;
  text-decoration: none;
  background: #000;
  color: #fff;
  font-size: 14px;
}

.tip i {
  color: #000;
}

ul.filter-menu {
  list-style: none;
  position: relative;
  outline: none;
  z-index: 9;
  color: #000;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  background: #fafafa;
  float: right;
  margin-right: 25px;
}

ul.filter-menu li {
  position: absolute;
  top: 10px;
  cursor: pointer;
  transition-property: transform;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  color: #000;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 47px;
  display: inline-block;
  text-align: center;
  background: #fafafa;
}

@media (max-width: 768px) {
  ul.filter-menu li {
    top: -15px;
  }
}

ul.filter-menu li:nth-child(1) {
  z-index: 4;
  opacity: 1;
}

ul.filter-menu li:nth-child(2) {
  z-index: 3;
  transition: 1s;
  opacity: 0;
}

ul.filter-menu li:nth-child(3) {
  z-index: 2;
  transition: 1s;
  opacity: 0;
}

ul.filter-menu li:nth-child(4) {
  z-index: 1;
  transition: 1s;
  opacity: 0;
}

ul.filter-menu li:nth-child(5) {
  z-index: 1;
  transition: 1s;
  opacity: 0;
}

ul.filter-menu.show li:nth-child(1) {
  transform: translateX(-0px);
  opacity: 1;
}

ul.filter-menu.show li:nth-child(2) {
  transform: translateX(-100px);
  opacity: 1;
}

ul.filter-menu.show li:nth-child(3) {
  transform: translateX(-200px);
  opacity: 1;
}

ul.filter-menu.show li:nth-child(4) {
  transform: translateX(-300px);
  opacity: 1;
}

ul.filter-menu.show li:nth-child(5) {
  transform: translateX(-400px);
  opacity: 1;
}

@media (max-width: 768px) {
  ul.filter-menu.show li:nth-child(1) {
    transform: translateX(-0px);
    opacity: 1;
  }

  ul.filter-menu.show li:nth-child(2) {
    transform: translateX(-70px);
    opacity: 1;
  }

  ul.filter-menu.show li:nth-child(3) {
    transform: translateX(-140px);
    opacity: 1;
  }

  ul.filter-menu.show li:nth-child(4) {
    transform: translateX(-210px);
    opacity: 1;
  }

  ul.filter-menu.show li:nth-child(5) {
    transform: translateX(-290px);
    opacity: 1;
  }
}

.filter-slide-btn {
  border: 1px solid #000;
  border-radius: 50%;
}

/*---------------------
    Single work Page
-----------------------*/

.work-slider {
  margin-bottom: 100px;
  position: relative;
  z-index: 10;
}

.work-slider .ws-item {
  height: 660px;
}

.work-slider .owl-nav {
  position: absolute;
  right: 55px;
  top: 50%;
  margin-top: -10px;
}

.work-slider .owl-nav .owl-prev {
  display: none;
}

.work-slider .owl-nav .owl-next {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.work-info-list {
  list-style: none;
}

@media (max-width: 768px) {
  .work-info-list {
    margin-bottom: 100px;
  }
}

.work-info-list li {
  display: block;
  margin-bottom: 30px;
}

.work-info-list li span {
  font-size: 15px;
  color: #000000;
  margin-bottom: 6px;
  display: block;
}

.work-info-list li h4 {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.work-info-list h5 {
  font-size: 21px;
}

.single-work-container h3 {
  padding: 0px 0px 20px 0px;
}

.next-portfolio-link {
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: right;
}

.map-area {
  height: 560px;
}

.single-work-container {
  padding: 0px 0px 100px;
}

.navigation-area i {
  font-size: 21px;
  position: absolute;
}

/*===========================
8.CLIENTS
=============================*/

.clients .brands:last-of-type {
  border-right: 0;
}

.clients .brands .item:hover .img {
  transform: scale(0.8);
  cursor: auto;
}

.clients .brands .item:hover .link {
  opacity: 1 !important;
  -webkit-transition: 0;
  cursor: auto;
}

.clients .brands .item:hover .char {
  -webkit-animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
}

.clients .brands .item {
  position: relative;
  text-align: center;
}

.clients .brands .item .link {
  /*   width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 25px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 400;
  color: #000; */

  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 400;
}

.clients .brands .img {
  margin: auto;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

/*===========================
9.TEAM & TESTIMONIALS
=============================*/

.t-large {
  height: 620px;
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
  padding-top: 285px;
}

.t-large h2 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 18px;
}

.product-slider .owl-nav button[type="button"] {
  font-size: 30px;
  position: absolute;
  left: -62px;
  top: 25%;
  color: #171717;
  opacity: 0.3;
}

.product-slider .owl-nav button[type="button"].owl-next {
  left: auto;
  right: -62px;
  color: #171717;
  opacity: 1;
}

.product-slider .owl-dots {
  text-align: center;
  margin-top: 27px;
}

.product-slider .owl-dots button {
  width: 6px;
  height: 6px;
  background: #d8d9da;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.product-slider .owl-dots button:last-child {
  margin-right: 0;
}

.product-slider .owl-dots button.active {
  width: 30px;
  background: #252525;
  border-radius: 50px;
}

.team-item {
  margin-bottom: 26px;
}

.team-item:hover .pi-pic .icon {
  top: 15px;
  opacity: 1;
}

.team-item:hover .pi-pic ul {
  bottom: 0;
}

.team-item .pi-pic {
  overflow: hidden;
  position: relative;
}

.team-item .pi-pic:hover:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transition: 0.5s;
  opacity: 0;
}

.team-item .pi-pic:hover:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transition: 0.5s;
  opacity: 1;
}

.team-item .pi-pic img {
  min-width: 100%;
}

.team-item .pi-pic .sale {
  color: #ffffff;
  font-size: 10px;
  background: #76bc42;
  position: absolute;
  left: 0;
  top: 20px;
  padding: 5px 10px;
  text-transform: uppercase;
}

.team-item .pi-pic .sale.pp-sale {
  background: #e7ab3c;
}

.team-item .pi-pic .icon {
  font-size: 20px;
  color: #252525;
  position: absolute;
  right: 21px;
  top: -15px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.team-item .pi-pic ul {
  position: absolute;
  left: 0;
  bottom: -52px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  width: 100%;
}

.team-item .pi-pic ul li {
  list-style: none;
  display: inline-block;
  background: #ffffff;
}

.team-item .pi-pic ul li.w-icon.active a {
  background: #e7ab3c;
  color: #ffffff;
}

.team-item .pi-pic ul li a {
  font-size: 16px;
  font-weight: 700;
  color: #252525;
  display: block;
  padding: 16px 18px 12px 19px;
}

.team-item .pi-text {
  text-align: center;
}

.team-item .pi-text .t-name {
  font-size: 10px;
  color: #b2b2b2;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.team-item .pi-text a {
  display: block;
}

.team-item .pi-text a p {
  color: #b55332;
}

.team-item .pi-text .product-price {
  color: #e7ab3c;
  font-size: 20px;
  font-weight: 700;
}

.team-item .pi-text .product-price span {
  font-size: 14px;
  font-weight: 400;
  color: #b2b2b2;
  text-decoration: line-through;
}

.t-large {
  height: 480px;
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
  padding-top: 85px;
  padding-left: 30px;
  padding-right: 30px;
  background: #fcfcf9;
  border: 1px solid #000;
  z-index: 1;
}

.t-large h4 {
  margin: 0 0 16px;
  font-style: italic;
  line-height: 1.3em;
}

.t-large span {
  font-size: 48px;
}

.pi-text {
  margin-top: 27px;
  text-align: center;
}

.pi-text a p {
  color: #b55332;
}

/*===========================
10.BLOG
=============================*/

.blog_details h2 {
  font-size: 28px;
  margin-bottom: 8px;
  margin-top: 8px;
}

@media (min-width: 768px) {
  .blog_details h2 {
    font-size: 39px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}

.blog-info-link li {
  float: left;
  font-size: 14px;
  color: #717171;
}

.blog-info-link li a {
  color: #999999;
}

.blog-info-link li i,
.blog-info-link li span {
  font-size: 13px;
  margin-right: 5px;
}

.blog-info-link li::after {
  content: "•";
  padding-left: 10px;
  padding-right: 10px;
}

.blog-info-link li:last-child::after {
  display: none;
}

.blog-info-link::after {
  content: "";
  display: block;
  clear: both;
  display: table;
}

.blog_item_img {
  position: relative;
  transition: 0.5s;
}

.blog_item_img:hover {
  filter: grayscale(50%);
  transition: 0.5s;
}

.blog_item_img .blog_item_date {
  position: absolute;
  bottom: -10px;
  left: 10px;
  display: block;
  color: #fff;
  background-color: #fd8f5f;
  padding: 8px 15px;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .blog_item_img .blog_item_date {
    bottom: -20px;
    left: 40px;
    padding: 13px 30px;
  }
}

.blog_item_img .blog_item_date h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .blog_item_img .blog_item_date h3 {
    font-size: 30px;
  }
}

.blog_item_img .blog_item_date p {
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
}

@media (min-width: 768px) {
  .blog_item_img .blog_item_date p {
    font-size: 18px;
  }
}

.blog_right_sidebar .widget_title {
  font-size: 21px;
}

.blog_right_sidebar .single_sidebar_widget {
  padding: 30px;
  padding-top: 0;
  margin-bottom: 20px;
}

.blog_right_sidebar .single_sidebar_widget .btn_1 {
  margin-top: 0px;
}

.blog_right_sidebar .search_widget .form-control {
  height: 50px;
  border-color: #000;
  font-size: 13px;
  color: #999999;
  background: transparent;
  padding-left: 20px;
  border-radius: 0;
  border-right: 0;
}

.blog_right_sidebar .search_widget .form-control::placeholder {
  color: #999999;
}

.blog_right_sidebar .search_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}

.blog_right_sidebar .search_widget .input-group button {
  background: #000;
  border-left: 0;
  border: 1px solid #000;
  padding: 4px 15px;
  border-left: 0;
  cursor: pointer;
}

.blog_right_sidebar .search_widget .input-group button i {
  color: #fff;
}

.blog_right_sidebar .search_widget .input-group button span {
  font-size: 14px;
  color: #999999;
}

.blog_right_sidebar .newsletter_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
}

.blog_right_sidebar .newsletter_widget .form-control::placeholder {
  color: #999999;
}

.blog_right_sidebar .newsletter_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}

.blog_right_sidebar .newsletter_widget .input-group button {
  background: #fff;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0;
}

.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
  font-size: 14px;
  color: #fff;
}

.blog_right_sidebar .post_category_widget .cat-list li:last-child {
  border-bottom: 0;
}

.blog_right_sidebar .post_category_widget .cat-list li a {
  font-size: 15px;
  line-height: 20px;
  color: #000;
}

.blog_right_sidebar .post_category_widget .cat-list li a p {
  margin: 5px 0;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body {
  justify-content: center;
  align-self: center;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
  font-size: 16px;
  color: #717171;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
  color: #fff;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0px;
}

.blog_right_sidebar .popular_post_widget .post_item+.post_item {
  margin-top: 20px;
}

.blog_right_sidebar .tag_cloud_widget ul li {
  display: inline-block;
}

.blog_right_sidebar .tag_cloud_widget ul li a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 12px 17px 0;
  font-family: inherit;
  font-size: 14px !important;
  line-height: 1.2;
  font-weight: inherit;
  letter-spacing: inherit;
  padding: 0 1px;
  color: #717171;
  position: relative;
}

.blog_right_sidebar .tag_cloud_widget ul li a:hover {
  color: #b5b5b5 !important;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog_right_sidebar .instagram_feeds .instagram_row {
  display: flex;
  margin-right: -6px;
  margin-left: -6px;
}

.blog_right_sidebar .instagram_feeds .instagram_row li {
  width: 33.33%;
  float: left;
  padding-right: 6px;
  padding-left: 6px;
  margin-bottom: 15px;
}

.blog_right_sidebar .br {
  width: 100%;
  height: 1px;
  background: #eee;
  margin: 30px 0px;
}

.blog-pagination {
  margin-top: 80px;
}

.blog-pagination .page-link {
  font-size: 16px;
  position: relative;
  display: block;
  padding: 0;
  text-align: center;
  margin-left: -1px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  border-radius: 0 !important;
  color: #000;
  margin-right: 10px;
  background: transparent;
}

.blog-pagination .page-link i,
.blog-pagination .page-link span {
  font-size: 13px;
}

.blog-pagination .page-item.active .page-link {
  background-color: transparent;
  color: #000;
}

.blog-pagination .page-item:last-child .page-link {
  margin-right: 0;
}

.single-post-area .blog_details {
  box-shadow: none;
  padding: 0;
}

.single-post-area .social-links {
  padding-top: 10px;
}

.single-post-area .social-links li {
  display: inline-block;
  margin-bottom: 10px;
}

.single-post-area .social-links li a {
  color: #cccccc;
  padding: 7px;
  font-size: 14px;
  transition: all 0.2s linear;
}

.single-post-area .blog_details {
  padding-top: 26px;
}

.single-post-area .blog_details p {
  margin-bottom: 20px;
  font-size: 16px;
}

.single-post-area .quote-wrapper {
  line-height: 1.733;
  color: #000000;
  font-style: italic;
  font-size: 27px;
  font-family: playfair display, serif;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .single-post-area .quote-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 18px;
  }
}

.single-post-area .quotes {
  background: #f6f6f4;
  padding: 15px 15px 15px 20px;
}

@media (min-width: 768px) {
  .single-post-area .quotes {
    padding: 25px 25px 25px 30px;
  }
}

.single-post-area .arrow {
  position: absolute;
}

.single-post-area .arrow .lnr {
  font-size: 20px;
  font-weight: 600;
}

.single-post-area .thumb .overlay-bg {
  background: rgba(0, 0, 0, 0.8);
}

.single-post-area .navigation-top {
  padding-top: 15px;
  border-top: 1px solid #f0e9ff;
}

.single-post-area .navigation-top p {
  margin-bottom: 0;
}

.single-post-area .navigation-top .like-info {
  font-size: 14px;
}

@media (max-width: 768px) {
  .single-post-area .navigation-top .like-info {
    margin-bottom: 30px;
  }
}

.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
  font-size: 16px;
  margin-right: 15px;
}

.single-post-area .navigation-top .comment-count {
  font-size: 14px;
}

.single-post-area .navigation-top .comment-count i,
.single-post-area .navigation-top .comment-count span {
  font-size: 16px;
  margin-right: 5px;
}

.single-post-area .navigation-top .social-icons li {
  display: inline-block;
  margin-right: 15px;
}

.single-post-area .navigation-top .social-icons li:last-child {
  margin: 0;
}

.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
  font-size: 14px;
  color: #999999;
}

.single-post-area .blog-author {
  padding: 25px;
  background: #f6f6f4;
  margin-top: 50px;
  border: 1px solid #f6f6f4;
}

@media (max-width: 600px) {
  .single-post-area .blog-author {
    padding: 20px 8px;
  }
}

.single-post-area .blog-author img {
  width: 180px;
  height: 180px;
  margin-right: 30px;
}

@media (max-width: 600px) {
  .single-post-area .blog-author img {
    margin-right: 15px;
    width: 45px;
    height: 45px;
  }
}

.single-post-area .blog-author a {
  display: inline-block;
}

.single-post-area .blog-author a:hover {
  color: #fd8f5f;
}

.single-post-area .blog-author p {
  margin-bottom: 0;
  font-size: 16px;
}

.single-post-area .blog-author h4 {
  font-size: 21px;
  font-weight: 400;
}

.single-post-area .navigation-area {
  padding-bottom: 30px;
  margin-top: 55px;
}

.single-post-area .navigation-area p {
  margin-bottom: 0px;
}

.single-post-area .navigation-area h4 {
  font-size: 18px;
  line-height: 25px;
}

.single-post-area .navigation-area .nav-left {
  text-align: left;
  display: inline-block;
}

@media (max-width: 768px) {
  .single-post-area .navigation-area .nav-left {
    text-align: center;
    display: inline-block !important;
  }
}

.single-post-area .navigation-area .nav-left .thumb {
  margin-right: 20px;
  background: #000;
}

.single-post-area .navigation-area .nav-left .thumb img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-post-area .navigation-area .nav-left .lnr {
  margin-left: 20px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-post-area .navigation-area .nav-left:hover .lnr {
  opacity: 1;
}

.single-post-area .navigation-area .nav-left:hover .thumb img {
  opacity: 0.5;
}

@media (max-width: 767px) {
  .single-post-area .navigation-area .nav-left {
    margin-bottom: 30px;
  }
}

.single-post-area .navigation-area .nav-right {
  text-align: right;
  display: inline-block !important;
}

@media (max-width: 768px) {
  .single-post-area .navigation-area .nav-right {
    text-align: center;
    display: inline-block !important;
  }
}

.single-post-area .navigation-area .nav-right .thumb {
  margin-left: 20px;
  background: #000;
}

.single-post-area .navigation-area .nav-right .thumb img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-post-area .navigation-area .nav-right .lnr {
  margin-right: 20px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-post-area .navigation-area .nav-right:hover .lnr {
  opacity: 1;
}

.single-post-area .navigation-area .nav-right:hover .thumb img {
  opacity: 0.5;
}

@media (max-width: 991px) {
  .single-post-area .sidebar-widgets {
    padding-bottom: 0px;
  }
}

.comments-area {
  background: transparent;
  padding: 45px 0;
  margin-top: 50px;
}

@media (max-width: 414px) {
  .comments-area {
    padding: 50px 8px;
  }
}

.comments-area h4 {
  margin-bottom: 48px;
  font-size: 27px;
}

.comments-area h5 {
  font-size: 21px;
  margin-bottom: 0px;
}

.comments-area .comment-list {
  padding-bottom: 48px;
}

.comments-area .comment-list:last-child {
  padding-bottom: 0px;
}

.comments-area .comment-list.left-padding {
  padding-left: 25px;
}

@media (max-width: 413px) {
  .comments-area .comment-list .single-comment h5 {
    font-size: 12px;
  }

  .comments-area .comment-list .single-comment .date {
    font-size: 11px;
  }

  .comments-area .comment-list .single-comment .comment {
    font-size: 10px;
  }
}

.comments-area .thumb {
  margin-right: 20px;
}

.comments-area .thumb img {
  width: 70px;
  border-radius: 50%;
}

.comments-area .date {
  font-size: 15px;
  color: #000;
  margin-bottom: 0;
  margin-left: 20px;
}

.comments-area .comment {
  margin-bottom: 48px;
  color: #000;
  font-size: 16px;
}

.comments-area .btn-reply {
  background-color: transparent;
  color: #888888;
  padding: 5px 18px;
  font-size: 14px;
  display: block;
  font-weight: 400;
}

.comment-form {
  padding-top: 45px;
  margin-top: 50px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .comment-form {
    padding-top: 45px;
    margin-top: 50px;
    margin-bottom: 80px;
  }
}

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

.comment-form h4 {
  margin-bottom: 48px;
  font-size: 27px;
  line-height: 22px;
}

.comment-form .name {
  padding-left: 0px;
}

@media (max-width: 767px) {
  .comment-form .name {
    padding-right: 0px;
    margin-bottom: 1rem;
  }
}

.comment-form .email {
  padding-right: 0px;
}

@media (max-width: 991px) {
  .comment-form .email {
    padding-left: 0px;
  }
}

.comment-form .form-control {
  border: 1px solid #f0e9ff;
  border-radius: 5px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

.comment-form .form-control:focus {
  outline: 0;
  box-shadow: none;
}

.comment-form .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

.comment-form .form-control::placeholder {
  color: #777777;
}

.comment-form textarea {
  padding-top: 18px;
  border-radius: 12px;
  height: 100% !important;
}

.comment-form ::-webkit-input-placeholder {
  font-size: 13px;
  color: #777;
}

.comment-form ::-moz-placeholder {
  font-size: 13px;
  color: #777;
}

.comment-form :-ms-input-placeholder {
  font-size: 13px;
  color: #777;
}

.comment-form :-moz-placeholder {
  font-size: 13px;
  color: #777;
}

.dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.contact-info {
  margin-bottom: 30px;
}

.contact-info__icon {
  margin-right: 20px;
}

.contact-info__icon i,
.contact-info__icon span {
  color: #8f9195;
  font-size: 27px;
}

.contact-info .media-body h3 {
  font-size: 20px;
  margin-bottom: 0;
  color: #000;
}

.contact-info .media-body h3 a:hover {
  color: #1f2b7b;
}

.contact-info .media-body p {
  color: #717171;
}

.contact-title {
  font-size: 48px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .contact-title {
    font-size: 36px;
    margin-bottom: 30px;
  }
}

.form-contact label {
  font-size: 14px;
}

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

.form-contact .form-control {
  border: 1px solid #ece6da;
  border-radius: 0px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}

.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #717171;
}

.form-contact textarea {
  border-radius: 0px;
  height: 100% !important;
}

.blog-section.latest-blog {
  padding-bottom: 80px;
}

.blog-section .blog-btn {
  padding-top: 30px;
}

.blog-section .blog-btn .primary-btn {
  background: #222222;
  border: 2px solid #e32879;
}

.blog_item {
  position: relative;
  margin-bottom: 60px;
}

.blog-item {
  border: 1px solid #000;
}

.blog-item:hover .bi-pic {
  filter: grayscale(50%);
}

.blog-item.solid-bg {
  background: #e32879;
  padding: 55px 45px 55px 65px;
}

.blog-item.solid-bg .bi-text {
  padding: 0;
}

.blog-item.solid-bg .bi-text ul li {
  color: #ffffff;
}

.blog-item.solid-bg .bi-text h4 {
  margin-bottom: 12px;
}

.blog-item.solid-bg .bi-text p {
  color: #ffffff;
  margin-bottom: 20px;
}

.blog-item.solid-bg .bi-text .bt-author .ba-text h5 {
  color: #ffffff;
}

.blog-item.solid-bg .bi-text .bt-author .ba-text span {
  color: #ffffff;
}

.blog-item .bi-pic {
  height: 390px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.blog-item .bi-text {
  padding-top: 46px;
  padding-right: 20px;
  padding-left: 0px;
  padding-bottom: 38px;
}

@media (max-width: 768px) {
  .blog-item .bi-text {
    padding-top: 46px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 38px;
  }
}

.blog-item .bi-text ul {
  margin-bottom: 17px;
}

.blog-item .bi-text ul li {
  list-style: none;
  display: inline-block;
  color: #717171;
  margin-right: 8px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.625em;
  font-weight: 400;
}

.blog-item .bi-text ul li i {
  margin-right: 4px;
}

.blog-item .bi-text h4 {
  margin-bottom: 22px;
}

.blog-item .bi-text h4 a {
  color: #000;
  font-weight: 400;
  font-size: 27px;
  line-height: 1.22em;
}

.blog-item .bi-text p {
  margin-bottom: 30px;
  color: #717171;
}

.blog-item .bi-text .bt-author .ba-pic {
  float: left;
  margin-right: 12px;
}

.blog-item .bi-text .bt-author .ba-pic img {
  height: 53px;
  width: 50px;
  border-radius: 50%;
}

.blog-item .bi-text .bt-author .ba-text {
  overflow: hidden;
  padding-top: 4px;
}

.blog-item .bi-text .bt-author .ba-text h5 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 4px;
}

.blog-item .bi-text .bt-author .ba-text span {
  font-size: 12px;
  color: #e32879;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/*---------------------
  Blog Details Hero
-----------------------*/

.blog-hero-section {
  padding-top: 130px;
  padding-bottom: 120px;
}

.blog-hero-section .bh-text span {
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  background: #e32879;
  padding: 5px 26px;
}

.blog-hero-section .bh-text h2 {
  font-size: 60px;
  color: #ffffff;
  font-weight: 700;
  line-height: 72px;
  margin-top: 34px;
  margin-bottom: 16px;
}

.blog-hero-section .bh-text ul li {
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 45px;
  display: inline-block;
  list-style: none;
  position: relative;
}

.blog-hero-section .bh-text ul li:after {
  position: absolute;
  right: -24px;
  top: 4px;
  width: 1px;
  height: 15px;
  background: #585658;
  content: "";
}

.blog-hero-section .bh-text ul li:last-child {
  margin-right: 0;
}

.blog-hero-section .bh-text ul li:last-child:after {
  display: none;
}

.comment-list {
  padding: 0;
  margin: 0;
}

.comment-list .children {
  padding: 50px 0 0 40px;
  margin: 0;
  float: left;
  width: 100%;
}

.comment-list li {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
}

.comment-list li .vcard {
  width: 75px;
  float: left;
}

.comment-list li .vcard img {
  width: 75px;
}

.comment-list li .comment-body {
  float: right;
  width: calc(100% - 80px);
  padding-left: 26px;
}

.comment-list li .comment-body h3 {
  font-size: 20px;
  color: #000;
}

.comment-list li .comment-body .meta {
  font-size: 15px;
  margin-top: 10px;
}

.comment-list li .comment-body .reply {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 1px solid #000;
}

.pagination-area {
  padding-top: 50px;
}

.pagination-area .page-item {
  margin: 0;
}

.pagination-area .page-item:first-child {
  margin: 0;
}

.pagination-area .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0%;
  border-bottom-left-radius: 0%;
}

.pagination-area .page-item:last-child .page-link {
  border-top-right-radius: 0%;
  border-bottom-right-radius: 0%;
}

.pagination-area .page-item.active .page-link {
  z-index: 1;
  border: 0;
  position: relative;
  box-shadow: none;
  outline: 0;
  color: #fff;
  background: #3b4855;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid transparent;
}

.pagination-area .page-link {
  border: 0;
  font-size: 15px;
  text-align: center;
  background: none;
  box-shadow: none;
  outline: 0;
  color: #fff;
  padding: 16px 18px;
  background: #fff;
  margin: 0 7px;
  border-radius: 0%;
  border: 1px solid transparent;
}

@media (max-width: 575px) {
  .pagination-area .page-link {
    margin: 0 4px;
    padding: 8px 11px;
  }
}

.pagination-area .page-link:hover {
  color: #fff;
  background: #3b4855;
  border: 1px solid transparent;
}

/*======================
11.CONTACT
========================*/

.form-control {
  font-size: 16px !important;
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #000000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #929292 !important;
  font-size: 16px;
}

input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #929292 !important;
  font-size: 16px;
}

textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #929292 !important;
  font-size: 16px !important;
}

input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #929292 !important;
  font-size: 16px;
}

input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #929292 !important;
  font-size: 16px;
}

textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #929292 !important;
  font-size: 16px;
}

@media (max-width: 768px) {
  form.form-contact {
    margin-bottom: 100px;
  }
}

/*======================
12.FOOTER
========================*/

.footer-area {
  padding-left: 100px;
  padding-right: 100px;
  border-left: 1px solid #ece6da;
  border-top: 1px solid #ece6da;
  border-bottom: 1px solid #ece6da;
  background: #f0f1ea;
}

@media (max-width: 768px) {
  .footer-area {
    padding-left: 0px;
    padding-right: 0px;
    border-left: 0px solid transparent;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
}

.footer-wrapper {
  position: relative;
}

.footer-wrapper::before {
  position: absolute;
  content: "";
  width: 95px;
  height: 459px;
  bottom: 102px;
  left: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .footer-wrapper::before {
    width: 21px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-wrapper::before {
    position: unset;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-wrapper::before {
    position: unset;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-wrapper::before {
    position: unset;
  }
}

@media (max-width: 575px) {
  .footer-wrapper::before {
    position: unset;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .footer-area {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-area {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .footer-area {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.footer-area:after {
  position: absolute;
  content: "";
  width: 90%;
  height: 100%;
  bottom: 0;
  left: 0;
  top: -50px;
  z-index: -1;
}

.footer-area .footer-pera p {
  color: #c2c5db;
  padding-right: 52px;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.8;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-pera p {
    padding-right: 0px;
  }
}

.footer-area .footer-pera.footer-pera2 p {
  padding: 0;
}

.footer-area .footer-tittle ul li {
  margin-bottom: 5px;
}

.footer-area .footer-form {
  margin-top: 40px;
}

.footer-area .footer-form form {
  position: relative;
}

.footer-area .footer-form form input {
  width: 100%;
  height: 43px;
  padding: 10px 20px;
  border: 1px solid #c2c5db;
  background: no-repeat;
  color: #fff;
  border-radius: 30px;
}

.footer-area .footer-form form .form-icon button {
  border: 0;
  cursor: pointer;
  padding: 13px 22px;
  background: #00A25B;
  line-height: 1;
  width: 100%;
  display: block;
  margin-top: 24px;
  border-radius: 30px;
}

.footer-area .info.error {
  color: #00A25B;
}

.footer-bottom-area {
  background: #000;
}

.footer-bottom-area .footer-border {}

.footer-bottom-area .footer-copy-right p i {
  color: #00A25B;
}

.footer-bottom-area .footer-copy-right p a {
  color: #00A25B;
}

.footer-social a {
  color: #000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
  border: 1px solid #000;
}

.footer-social a:hover {
  color: #fff;
  border: 1px solid transparent;
  background: #000;
}

.footer-padding {
  padding-top: 105px;
  padding-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-padding {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-padding {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}

@media (max-width: 575px) {
  .footer-padding {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-tittle {
    margin-bottom: 50px;
  }
}

.footer-logo img {
  width: 200px;
  padding-bottom: 10px;
}

.footer-area .footer-tittle h4 {
  color: #000;
  margin-bottom: 16px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.19em;
  padding-top: 20px;
  border-top: 1px solid #717171;
}

.footer-area .footer-tittle ul li a {
  color: #000;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 400;
  text-decoration: underline transparent;
}

.footer-area .footer-tittle ul li a:hover {
  color: #00A25B;
  text-decoration: none;
}

.footer-area .footer-tittle p {
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 400;
  color: #000;
}

.footer-bottom-area .footer-copy-right p {
  font-size: 13px;
  color: #fff;
  line-height: 2;
  margin-bottom: 12px;
}

.footer-bottom-area .footer-copy-right p:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #00A25B;
  border-radius: 100%;
  margin-right: 10px;
}

.subscribe-form {
  position: relative;
}

.subscribe-form input {
  color: #000000;
  background: transparent;
  width: 100%;
  height: 46px;
  font-size: 12px;
  border: none;
  padding-left: 20px;
  border: 1px solid #000;
}

.subscribe-form button {
  display: inline-block;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.subscribe-form button i {
  position: absolute;
  color: #fff;
  background: #000;
  padding: 15px;
  top: -2px;
  left: -17px;
}

@media (max-width: 768px) {
  .subscribe-form button i {
    position: absolute;
    color: #fff;
    background: #000;
    padding: 15px;
    top: -2px;
    left: -33px;
  }
}

.virtura-blue {
  color: #06582e !important;
}

.virtura-orange {
  color: #00A25B !important;
}

.img-txt {
  position: absolute;
  left: 420px;
  z-index: 999;
}

.cta-button a {
  color: #ffffff;
  height: 70px;
  font-size: 500px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  /* border: 3px solid #1AA475; */
  padding: 8px 15px;
  background: #00A25B;
  border-radius: 50px;
  line-height: 60px;
  width: 180px;
}

.cta-button a:hover {
  border: 1px solid transparent;
  background: #1AA475;
  color: rgb(255, 255, 255);
  /* border: 3px solid #00A25B; */
  transition: all 0.5s;
}

.cta-float {
  color: #ffffff;
  position: fixed;
  height: 50px;
  bottom: 40px;
  right: 10px;
  text-align: center;
  z-index: 99999;
  padding: 3px 15px;
  font-size: 18px;
}

.cta-float a {
  color: #ffffff;
  position: fixed;
  /* height:38px; */
  bottom: 40px;
  right: 10px;
  text-align: center;
  z-index: 99999;
  padding: 3px 15px;
  font-size: 18px;
}

.virtura-border {
  margin: 15px;
  padding: 5px;
}

.logo-footer {
  width: 110px;
  padding-top: 16px !important;
}

.tooltip {
  font-size: 13px;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #00000000;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #dd095adc;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b348d400;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #707070 #e6e6e6;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background: #7070703a;
}

*::-webkit-scrollbar-thumb {
  background-color: #707070;
  border-radius: 5px;
  border: 1px double #ffffff;
}

/* .btn-whats{
  position: fixed;
  bottom: 50px;
  right: 30px;
  width: 60px;
  height: 60px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  z-index: 3;
  background-color: #1ad03f;
  border-radius: 50%;
  display: flex;
  justify-content: center;
}
 */

/* ANIMAÇÂO DO BANNER */
.fadeAnimationImage {
  animation-name: fadedownimgAbout;
  animation-duration: 1.4s;
}
.fadeAnimationImage2 {
  animation-name: fadedownimgAbout;
  animation-duration: 1.6s;
}
.fadeAnimationImage3 {
  animation-name: fadedownimgAbout;
  animation-duration: 1.8s;
}

.fadeAnimationImage4 {
  animation-name: fadedownimgAbout;
  animation-duration: 2s;
}

.fadeAnimationSub {
  animation-name: fadelefthead;
  animation-duration: 1.5s;
}

.fadeAnimationTitle {
  animation-name: fadelefthead;
  animation-duration: 1s;
  color: #06582e !important;
}

.fadeAnimationTitle2 {
  animation-name: fadelefthead;
  animation-duration: 1.2s;
}

.fadeAnimationTitle3 {
  animation-name: fadelefthead;
  color: #1aa475 ;
  animation-duration: 1.4s;
}

.fadeAnimationTitle4 {
  animation-name: fadelefthead;
  animation-duration: 1.6s;
}

.fadeAnimationBar{
  transform-origin: left;
  animation-name: fadebarleft;
  animation-duration: 1.6s;
}
.fadeAnimationBar2{
  transform-origin: left;
  animation-name: fadebarleft;
  animation-duration: 1.8s;
}

.fadeAnimationBar3{
  transform-origin: left;
  animation-name: fadebarleft;
  animation-duration: 2s;
}

.fadeAnimationBar4{
  transform-origin: left;
  animation-name: fadebarleft;
  animation-duration: 2.2s;
}

.fadeAnimationBar5{
  transform-origin: left;
  animation-name: fadebarleft;
  animation-duration: 2.4s;
}


@media(max-width: 600px){
  .fadeAnimationTitle2 {
    animation-name: fadelefthead;
    animation-duration: 1.2s;
    top: 180px;
  }
  
  .fadeAnimationSub {
    animation-name: fadelefthead;
    animation-duration: 1.5s;
    top: 145px;
  }
  .mt-resp{
    margin-top: -45px !important;
  }
}

@keyframes fadedownimg {
  0% {
    
    transform: translateY(100px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes fadedownimgAbout {
  0% {
    opacity: 0;
    transform: translateY(400px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadelefthead {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadebarleft{
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
}

to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
}


/* ANIMAÇÂO DAS SECTIONS */

.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}

.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}

.active.fade-left {
  animation: fade-left;
  animation-duration: 1.2s;
}

.active.fade-right {
  animation: fade-right 1s ease-in;
}

@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-left {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.bar-animated {
  height: 0.14rem;
  inset: 0 0 auto;
  background-color: #161616af;
  position: relative;
  transform-origin: left;
  margin-top: -55px;
  transform: scale(1.025);
}

.active.fade-bar {
  animation-name: fade-bar;

  animation-duration: 1.6s;
}

@keyframes fade-bar {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1.025);
  }
}

.background-about {
  background-image: url('../img/capa.png');
  background-repeat: no-repeat;
  background-position-y: inherit;
  background-size: cover;
}

.background-products {
  background-image: url('../img/capa2.png');
  background-repeat: no-repeat;
  background-position-y: inherit;
  background-size: cover;
}

.product2 {
  transform: scale(1);
}

.product2:hover {
  transform: scale(0.9);
  cursor: pointer;
}

.cultures-align {
  margin-bottom: 60px;
}

.cultures-align-col {
  padding-right: 30px;
  padding-left: 30px;
}

.mobile-footer {
  justify-content: left;
}

@media (max-width:480px) {
  .mobile-footer {
    justify-content: center;
  }
}

@media (max-width:910px)  {
  .logo {
    left: 60px !important;
  }
}
@media (max-width:768px)  {
  .logo {
    left: 30px !important;
  }
}
@media (max-width:575px)  {
  .logo {
    left: 17rem !important;
  }
}
@media (max-width:375px)  {
  .logo {
    left: 15rem !important;
  }
}
@media (max-width:320px)  {
  .logo {
    left: 12rem !important;
  }
}

.video-size{
  width: 1200px;
}


@media (max-width:1260px)  {
  .video-size {
    width: 1000px;
  }
}

@media (max-width:1100px)  {
  .video-size {
    width: 800px;
  }
}

@media (max-width:960px)  {
  .video-size {
    width: 680px;
    height: 680px;
  }
}
@media (max-width:780px)  {
  .video-size {
    width: 660px;
    height: 660px;
  }
}
@media(max-width:500px){
  .video-size{
    width:360px;
    height: 360px;
  }
}

@media (max-width:400px){
  .video-size{
    width: 315px;
    height: 315px;
  }
}

.buttondrop{
    padding: 20px;
    font-size: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #06582e;
    border: none !important;
}

.dropdown-menu-green{
  padding: 10px 0px;
  font-size: 15px;
  width: 100%;
}

.clearbutton{
  padding: 20px;
  font-size: 15px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #06582e; */
  border: none !important;
}

.hoverdrop{
  color:#000000;
  transition: 0.4s;
}

.hoverdrop:hover{
  padding-left: 40px !important;
  color: #00A25B !important;
}

.card{
  box-shadow: rgb(100 100 111 / 18%) 0px 7px 29px 0px;
  border: none;
  border-radius: 5px;
  transition: 0.4s;
}

.card:hover{
  scale: 1.01;
}

.url{
  color: #3cb189;
  text-decoration: underline;
}

.card-title{
  color: #06582e;
}

.card-text{
  color: #717171;
  transition: 0.4s;
  cursor: pointer;

}

.card-text:hover{
  color: #00A25B;
  padding-left: 10px;
}

.owl-carousel .owl-stage{    
  display: flex;
  align-items: center;
}

.carrosel-display{
  display: block;
}
.carrosel-display-mobile{
  display: none;
}

@media (max-width:992px) {
  .carrosel-display{
    display: none;
  }
  .carrosel-display-mobile{
    display: block;
  }
}
.sec-out{
  position: relative;
  display: flex;
  align-items: center;
}

.sec-out::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../img/agrosoja.jpg'); 
  background-size: cover;
  filter: brightness(0.4);
  z-index: -1; 

}

.container {
 
}

.social-thanks a{
  color: #000;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 72px;
    display: inline-block;
    text-align: center;
    margin-right: 8px;
    border: 1px solid #000;
}