/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

:root {
    --font-family: "Noto Sans", sans-serif;
    --secondary-color: #6d6e72;
}

.bg-primary {
    background: var(--primary-color);
}

.bg-secondary {
    background: var(--secondary-color);
}

.button-outline {
    border: 2px solid var(--primary-color);
    padding: 8px 16px;
    font-weight: normal;
    font-family: var(--font-family);
    font-size: 14px;
    transition: 0.3s;
    border-radius: 4px;
}
.button-outline:hover {
    background: var(--primary-color)
}
.mt-12 {
    margin-top: 12px;
}

.standard__gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.standard__gallery-below {
    /* display: flex; */
    margin-top: 30px;
}

.standard__gallery img {
    object-fit: cover;
    max-height: 350px;
}


.standard-sound-texts h1 {
    font-size: 35px;
}

/* SECTION PRODUCT CAT */
.product-category-item__left {
    margin-top: 35px;
}

.product-category-item__left h1 {
    font-size: 35px;
}

.layer-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    width: 65%;
    margin: auto;
}

.layer {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.layer.bg-secondary {
    height: 80%;
    left: 50px;
    top: 50px;
    background: #d5d5d5 !important;
}

.layer.bg-primary {
    right: 50px;
    top: 50px;
}

.layer-wrapper img {
    z-index: 3;
    position: relative;
    width: 100%;
    object-fit: cover;
    box-shadow: 2px 2px 40px 0 rgba(26, 26, 26, 0.4)
}

/* APPLY SECTION*/
.bg-primary.home--apply {
    margin-top: 60px;
    padding-top: 30px;
}

.home--apply__top-left img {
    width: 100%;
}

.home--apply__top-right h1 {
    color: white !important;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 100000;
}

.home--apply__top-right p {
    color: var(--secondary-color);

}

.apply-below__item {
    background-clip: padding-box;
    text-align: justify;
    margin-top: -80px;
}

.apply-below__item>div {
    padding: 20px;
    background: #fff;
    transition: 300ms;
    cursor: pointer;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.apply-below__item>div:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.apply-below__item img {
    width: AUTO !important;
    margin-bottom: 12px;
}

.home-news-title {
    margin: 30px 0px
}

.home-contact {
    text-align: center;
    width: 80%;
    margin: auto;
    margin-top: 30px;
}

.home-contact h1 {
    text-transform: uppercase;
}

.home-contact p {
    color: var(--secondary-color)
}

.button-primary {
    border: 2px solid var(--primary-color);
    background: var(--primary-color);
    padding: 8px 16px;
    font-weight: normal;
    font-family: var(--font-family);
    font-size: 14px;
    color: #0d0d0d;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
    line-height: 0;
}

/*
FOOTER
*/
footer#footer {
    background: #eeeeee;
    padding: 24px 24px 0px 24px;
}

.absolute-footer.dark.medium-text-center.small-text-center {
    display: none;
}

.footer-column h1 {
    font-size: 14px;
    margin-bottom: 12px;
}

.footer-column a {
    font-size: 14px;
    margin-bottom: 12px;
}

.footer-logo-col p {
    font-size: 14px;
    margin-top: 15px;
    padding-right: 40px;
    text-align: justify;
}

.footer-logo-col img {
    width: 200px;
}

.footer-column p {
    font-size: 14px;
    margin-bottom: 8px;
}

.introduce-item>div {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    padding: 16px 16px 16px 16px;
    display: flex;
    flex-direction: column;
    cursor:pointer;
    transition: 300ms;
    overflow: hidden;
}
.introduce-item>div:hover img {
    transform: scale(1.2);
}
.introduce-item-img{
    overflow:hidden;
}
.introduce-item>div img {
    height: 250px;
    transition: 1s;
    object-fit: cover;
    width: 100%;
}

.introduce-item>div h1 {
    font-size: 20px;
    text-align: center;
    margin: 14px 0px;
    font-weight: 400;
    /* text-transform: uppercase; */
}

.introduce-item>div p {
    display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
    font-size: 14px;
    overflow:hidden;
}
.introduce-item:hover >div{
    background: var(--primary-color)
}
.introduce-item:hover a{
    color:black;
}
.product-col:hover img{
    transform: scale(1.2);
}
.product-col a > div{
    box-shadow:0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    width:100%;
    padding-bottom:16px;
    border-radius: 4px;
}

.product-col-img {
    overflow: hidden;
    transition: 1s;
    height: 200px;
}
.product-col-img img{
    transition: 0.75s;
    object-fit:cover;
}
.product-col h1{
    font-size:22px;
    margin: 20px 0px 10px 0px;
    padding: 0 12px;
}
.product-col p{
    font-size:14px;
    color: #0d0d0dd;
    padding: 0 12px;

}
.product-category-item.row {
    margin-top: 40px;
}


h1.uppercase.home-news-title.aos-init.aos-animate {
    margin-top: 60px;
}

.home-contact.aos-init.aos-animate {
    margin-bottom: 50px;
    margin-top: 60px;
}
.has-arrow:before{
    content:"\f061";
    font-family: "Font Awesome 6 Free";
    margin-right:5px;
    font-weight:bold;
}
.button-secondary {
    font-weight:bold;
    text-transform: uppercase;
    font-size:14px;
    cursor:pointer;
}
.button-secondary:before{
    margin-right:10px;
}
.faq-accordion button.toggle {
    background:var(--primary-color);
    height: 100%;
    border-radius: 0;
    padding: 0;
    position: unset;
    color: black;
}
.faq-accordion a{
    margin:0;
    padding: 0;
    font-size: 16px;
}


.faq-accordion .accordion-item {
    border-bottom:1px solid #eee;
    margin-bottom: 10px;
}
.faq-accordion .accordion-title.active i{
    color:black;
    transform: rotate(180deg);
}
.faq-accordion .accordion-title.active span{
    font-weight: normal;
    color:black;
}
.faq-accordion .accordion-title.active>.toggle{
    transform: rotate(0);
}

.faq-accordion button.toggle i{
    display:flex;
    align-items:center;
    color:black;
    justify-content:center;
}
.faq-accordion button.toggle i::before{
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight:bold;
    font-size:18px;
    height:20px !important;
}
.below-product {
    display:flex;
    justify-content:center; 
    position:relative;
    align-items: center;
}
.below-product img{
    width:100%;
    z-index: 2;
}
.below-product__content {
    position: absolute;
    width:60%;
    height: 60%;
    background: #fff;
    display:flex;
    flex-direction: column;
    padding: 15px 30px;
    justify-content:center;
    right: -50%;
    z-index: 3;
}

.below-product__content h1 {
    font-size: 30px;
    /* text-wrap: nowrap; */
    text-align: center;
    letter-spacing: 1.1px;
    /* line-height: 1.6; */
    /* overflow: hidden; */
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
}
.below-product__layer {
    background: var(--primary-color);
    width: 100%;
    position: absolute;
    height: 40%;
    bottom: -3%;
    right: -60%;
    z-index: 1;
}
.below-product__circle {
    width:200px;
    height:200px;
    background:#e5e5e5;
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    top: 0;
    right: -60%;
}
[data-aos="rotate-left"] {
  opacity: 0;
  transform: translateX(-100px) rotate(0deg);
  transition: transform 2s ease-in-out, opacity 2s ease-in-out;
}

[data-aos="rotate-left"].aos-animate {
  opacity: 1;
  transform: translateX(0) rotate(360deg);
}
.below-product__circle-img {
    position:absolute;
    z-index:3;
    width:228px;
    height:228px;
    fill:#d9d9d9;
    left:-10%;
    bottom:-5%;
}
.banner-img img {
    width: 100%;
    height: 100%;
}
.product-icon {
    display:flex;
    align-items:center;
    margin-bottom:20px;
}
.product-icon img{
    width:60px;
    height:60px;
    border-radius: 50%;
    object-fit:cover;
    margin-right:10px;
}
.product-icon p{
    margin:0;
    padding:0;
}
.footer-logos {
    display:flex;
    justify-content: center;
    padding-bottom:40px;
    /* margin-right: 20px; */
}
.footer-logos img{
    /* width: 160px; */
    width: auto;
    height:25px;
    margin-right: 50px;
}

.below-product-mobile{display:none;}
.product-thumb {
        height: 350px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    cursor:pointer;
}


.product-thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fff;
  border: 0;
  transform: scale(0);
  transition: 0.8s;
  opacity: 0;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.product-home-item{
    cursor:pointer;
    position: relative;
}
.product-title{
      position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-title span{
      font-size: 14px;
  color: var(--primary-color);
  font-weight: 400;

}
.product-title h3{
    color: #1F1F1F;
    font-size: 24px;
    font-weight: 700;
    margin-top: 11px;
    margin-bottom: 25px;
}


.product-home-item:hover .product-hover{
      -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
opacity: 1;
}
@media only screen and (max-width: 600px) {
    .product-thumb {
    height:auto;
    position: relative;
    }
    .apply-below__item {
    margin-top: 0;
}
.footer-logos img{
    /* width: 160px; */
    width: auto;
    height:25px;
    margin-right: 50px;
}



.below-product .below-product__content{
  display:none;
}
  .below-product .below-product__layer{
    display:none;
  }
    .below-product .below-product__circle{
    display:none;
  }
  .below-product__circle-img {
    position: absolute;
    z-index: 3;
    width: 200px;
    height: 200;
    fill: #d9d9d9;
    left: 1%;
    bottom: -5%;
}
  .below-product-mobile{
      display:flex;
  }
  .below-product-mobile {
    position:relative;
    margin-top:80px
}
.below-product__content{
    position: unset;
    width: 85%;
    height:100%;
}
.below-product__layer {
    background: var(--primary-color);
    width: 80%;
    position: absolute;
    height: 40%;
    bottom: -3%;
    right: 5%;
    z-index: 1;
}
.below-product__circle {
   width: 200px;
    height: 200px;
    background: #e5e5e5;
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    top: -20%;
    right: 10px;
}
.standard__gallery-below{
    display: none;
}
  .footer-column h1{
    font-weight: normal;
  }
  .footer-column h1 a{
    color:black;
  }
  

/*.carousel {*/
/*  background: #FAFAFA;*/
/*}*/

#footer .carousel-cell {
  width: 80% !important;
  height: 25px;
  margin-right: 20px;
  /* background: #333; */
}

.carousel-cell-image {
  display: block;
  margin: auto;
  max-height: 25px;
  margin: 0 auto;
  max-width: 33%;
  padding-top: 0px !important;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

/* fade in lazy loaded image */
.carousel-cell-image.flickity-lazyloaded,
.carousel-cell-image.flickity-lazyerror {
  opacity: 1;
}
.footer-logo-col p{
    padding-right:0;
}
img.footer-imgs {
    height: 30px;
    width: auto !important;
    margin-right:30px;
}
.footer-last{
    padding-bottom:0;
    margin-bottom:0;
}
.carousel.show-for-small{
    padding-bottom: 20px;
}
.product-hover{
    display:none;
}
  .product-layer {
    position: absolute;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    text-align: center;
    background: rgba(0,0,0,0.7);
    border: 0;
    transition: 0.8s;
    opacity: 1;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.product-layer a{
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-layer a h3{
    color: #fff;
    /* height: 100%; */
}
}

ul.project-list li a {
    color: #0d0d0d;
    transition: 0.3s;
    padding-bottom: 12px;
    display: inline-block;
}
ul.project-list li a:hover {
    color: #fa2101;
}

ul.project-list li {
    margin-bottom: 0 !important;
    list-style: none;
    display:flex;
    align-items:center;
}

ul.project-list li:before {
  content: '\2022';
  font-size: 20px;
    margin-right: 5px;
    padding-bottom:12px;
}


@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}