.head-line {
  background-color: #fff;
  margin: 0 !important;
  padding: 0 !important;
  font-family: "Montserrat", sans-serif;
}

@media only screen and (max-width: 1200px) {
  .head-line {
    display: none;
  }

  .navbar {
    margin-top: 0px !important;
    transition: 200ms ease-in-out;
  }
}

.head-line p {
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: 300ms ease-in-out;
  text-align: center;
  padding: 12px 0;
  word-spacing: 3.5px;
  margin-bottom: 0 !important;
}

.head-line a {
  text-decoration: none !important;
  color: inherit !important;
}

.logo-textt:hover {
  color: #e9c37a;
}
.no_hoverr:hover {
  color: #e9c37a;
}
@media only screen and (max-width: 1200px) {
  .logo-textt h3 {
    font-size: 20px !important;
    font-family: "Montserrat", sans-serif;
  }
}

#belador_download .section2 {
  position: relative;
  padding: 100px 0px 0;
}

#belador_download .section2 .pattern-layer {
  position: absolute;
  left: 0px;
  top: 40px;
  width: 960px;
  height: 785px;
}

#belador_download .section2 .title-box {
  position: relative;
  text-align: center;
  /* margin-bottom: 70px; */
}

#belador_download .section2 .title-box .big-text {
  /* position: absolute;
  left: 0px;
  right: 0px;
  top: -100px; */
  color: #f8f8f8;
  font-size: 124px;
  line-height: 1em;
  font-weight: 800;
}

#belador_download .section2 .title-box .text {
  position: relative;
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
  max-width: 830px;
  margin: 0 auto;
}
#belador_download .section-2 .image-wrapper {
  height: 300px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  /* border: 5px solid #e9c37a; */
  /* border: 5px solid #e9c37a; */
}
#belador_download .section-2 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#belador_download .section-2 .image-wrapper .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* opacity: 0.9; */
  background-color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}
#belador_download .section-2 .image-wrapper img:hover {
  /* opacity: 0.9; */
}
#belador_download .section-2 .image-wrapper:hover .overlay {
  height: 100%;
}
#belador_download .section-2 .text {
  white-space: nowrap;
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  font-family: "Montserrat", sans-serif;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#belador_download .section-2 .text p {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
  color: #000;
  font-family: "Montserrat", sans-serif;
}
/**/
#belador_register .section-2 {
  padding: 10vh 0;
}

#belador_register .section-2 .image-wrapper {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: relative;
}
#belador_register .section-2 .image-wrapper .edit-icon {
  background-color: #e9c37a;
  color: white;
  padding: 15px;
  border-radius: 50%;
  position: absolute;
  right: 5%;
  bottom: 5%;
  cursor: pointer;
}
#belador_register .section-2 .image-wrapper img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
}

#belador_register .section-2 h1 {
  font-size: 70px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 768px) {
  #belador_register .section-2 h1 {
    font-size: 40px;
  }
}
#belador_register .section-2 hr {
  height: 6px;
  background-color: #e9c37a;
  color: #e9c37a;
}

#belador_register .section-2 p {
  font-size: 16px;
  font-weight: 500;
  color: #777;
  line-height: 20px;
}
/* 
#belador_register .section-2 form {
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
}

#belador_register .section-2 form input,
#belador_register .section-2 form select,
#belador_register .section-2 form textarea {
  width: 100%;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #f7f7f7;
  padding: 20px 25px;
  border-radius: 15px;
}

#belador_register .section-2 button {
  padding: 10px 30px;
  background-color: #e9c37a;
  color: white;
  font-size: 18px;
  font-weight: 700;
  border: none;
}

#belador_register .section-2 button:hover {
  color: rgb(0, 0, 0);
  transform: scale(1.1);
} */
/**/
#belador_network .sidebar-item {
}

#belador_network .make-me-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0px !important;

  padding: 0 15px !important;
}

#belador_network .section-3 button {
  padding: 5px 30px !important;
  background-color: white;
  font-size: 17px;
  font-weight: 500;
  color: #777;
  border: 1px solid #777;
}

#belador_network .section-3 .btn1 button {
  padding: 5px 30px !important;
  background-color: #e9c37a;
  color: white;
  font-size: 20px;
  font-weight: 500;
  border: none;
}

#belador_network .section-3 .dropdown button {
  padding: 15px 30px !important;
  background-color: white;
  font-size: 20px;
  font-weight: 500;
}

#belador_network .section-3 .accordion {
  background-color: #e9c37a;
  color: #000;
  cursor: pointer;
  padding: 16px !important;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  transition: 0.4s;
  margin-bottom: 10px;
}

#belador_network .section-3 .active,
.accordion:hover {
  background-color: #e9c37a;
}

#belador_network .section-3 .accordion:after {
  content: "\002B";
  color: #000;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

#belador_network .section-3 .active:after {
  content: "\2212";
}

#belador_network .section-3 .panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  font-weight: 600;
  font-size: 16px;
  transition: max-height 0.2s ease-out;
  font-family: "Montserrat", sans-serif;
}

#belador_network .section-3 .panel a {
  color: #000 !important;
}

#belador_network .search-container {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  border-collapse: collapse;
}

#belador_network input[type="text"] {
  padding: 16px;
  margin-top: 8px;
  font-size: 17px;
  border: 2px solid #e9c37a;
  width: 80%;
  background: #fff;
  display: inline !important;
  overflow: hidden;
}

#belador_network .search-container button {
  float: right !important;
  padding: 16px 10px !important;
  margin-top: 8px !important;
  margin-right: 0 !important;
  background: #e9c37a !important;
  overflow: hidden !important;
  border: 2px solid #e9c37a !important;
  font-size: 17px !important;
  /* border: none; */
  cursor: pointer !important;
  display: inline !important;
  width: 20% !important;
}

#belador_network .box-visibility p {
  font-size: 18px !important;
  margin-bottom: 10px !important;
  line-height: 25px !important;
}
#belador_network .box-visibility p b {
  font-size: 18px !important;
  margin-bottom: 10px !important;
  line-height: 25px !important;
}
#belador_network .section-3 .panel li {
  border-bottom: 1px solid #eeeeee;
  padding-left: 10px;
  margin: 0 !important;
  line-height: 30px;
}
#belador_network .section-3 .panel li p {
  margin: 5px !important;
}
#belador_network .section-3 button:hover {
  color: rgb(0, 0, 0);
  text-decoration: none;
  border: 1px solid black;
}

@media only screen and (max-width: 600px) {
  #belador_network .section-3 button,
  #belador_network .section-3 .dropdown {
    padding: 15px 30px;
    width: 100%;
    background-color: white;
    font-size: 20px;
    font-weight: 600;
    border: 1px solid black;
    text-align: left;
  }

  #belador_network .section-3 .dropdown-menu {
    width: 100% !important;
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  #belador_network .section-3 button,
  #belador_network .section-3 .dropdown {
    padding: 15px 30px;
    width: 100%;
    background-color: white;
    font-size: 20px;
    font-weight: 600;
    border: 1px solid black;
    text-align: left;
  }

  #belador_network .section-3 .dropdown-menu {
    width: 100%;
  }
}

/**************************************************** section-3 ******************************************************** */
#belador_network .section-3 {
  padding: 0 0;
}

#belador_network .section2 {
  position: relative;
  padding: 100px 0px 0;
}

#belador_network .section2 .pattern-layer {
  position: absolute;
  left: 0px;
  top: 40px;
  width: 960px;
  height: 785px;
}

#belador_network .section2 .title-box {
  position: relative;
  text-align: center;
  /* margin-bottom: 70px; */
}

#belador_network .section2 .title-box .big-text {
  /* position: absolute;
  left: 0px;
  right: 0px;
  top: -100px; */
  color: #f8f8f8;
  font-size: 164px;
  line-height: 1em;
  font-weight: 800;
}

#belador_network .section2 .title-box .text {
  position: relative;
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
  max-width: 830px;
  margin: 0 auto;
}

#belador_network .section-3 .headrpart {
  display: inline;
}
#belador_network .section-3 .headrpart h1 {
  text-align: left;
  font-weight: 600;
  font-size: 40px;
  display: inline-block;
}
#belador_network .section-3 .headrpart button {
  float: right;
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 16px !important;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  transition: 0.4s;
  margin-bottom: 10px;
  display: inline-block;
}
#belador_network .section-3 .headrpart button a {
  color: #000;
}
#belador_network .section-3 .profile_card {
  border: 6px solid #e9c37a;
  height: 100%;
}

#belador_network .section-3 .profile_card h3 {
  font-size: 30px !important;
  letter-spacing: 1px;
  line-height: 50px;
  color: #000;
  margin-bottom: 20px;
}

#belador_network .section-3 .profile_card h6 {
  font-size: 20px !important;
  letter-spacing: 1px;
  line-height: 40px;
  color: #000;
}

#belador_network .section-3 .profile_card h6 span {
  color: #e9c37a;
  padding-right: 20px !important;
}

#belador_network .section-3 .profile_card img {
  height: 180px;
  width: 180px;
  border-radius: 50%;
  object-fit: cover;
  background-color: #f8f8f8 !important;
}

#belador_network .section-3 .profile_card button {
  padding: 10px 20px;
  background-color: #e9c37a;
  color: white;
  font-size: 20px;
  border: none;
}
#belador_network .section-3 .profile_card h5 {
  color: #000;
}
@media screen and (max-width: 1000px) {
  #belador_network .section-3 .profile_card h3 {
    font-size: 25px !important;
    letter-spacing: 0.5px;
    line-height: 45px;
    color: #000;
    margin-bottom: 15px;
  }

  #belador_network .section-3 .profile_card h6 {
    font-size: 15px !important;
    letter-spacing: 0.5px;
    line-height: 35px;
    color: #000;
  }

  #belador_network .section-3 .profile_card h6 span {
    color: #e9c37a;
  }

  #belador_network .section-3 .profile_card img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    object-fit: cover;
    background-color: #f8f8f8 !important;
  }
}

@media screen and (max-width: 540px) {
  #belador_network .section-3 .profile_card h3 {
    font-size: 20px !important;
    letter-spacing: 0.2px;
    line-height: 35px;
    color: #000;
    margin-bottom: 15px;
  }

  #belador_network .section-3 .profile_card h6 {
    font-size: 12px !important;
    letter-spacing: 0px;
    line-height: 30px;
    color: #000;
  }

  #belador_network .section-3 .profile_card h6 span {
    padding-right: 10px !important;
    color: #e9c37a;
  }

  #belador_network .section-3 .profile_card img {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
    background-color: #f8f8f8 !important;
  }
  #belador_network .section-3 .profile_card h5 {
    font-size: 15px !important;
    letter-spacing: 0px;
    line-height: 30px;
    color: #000;
  }
}

@media screen and (max-width: 440px) {
  #belador_network .section-3 .profile_card h3 {
    font-size: 15px !important;
    letter-spacing: 0px;
    line-height: 25px;
    color: #000;
    margin-bottom: 10px;
  }

  #belador_network .section-3 .profile_card h6 {
    font-size: 10px !important;
    letter-spacing: 0px;
    line-height: 25px;
    color: #000;
  }

  #belador_network .section-3 .profile_card h6 span {
    padding-right: 7px !important;
    color: #e9c37a;
  }

  #belador_network .section-3 .profile_card img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
    background-color: #f8f8f8 !important;
  }
  #belador_network .section-3 .profile_card h5 {
    font-size: 12px !important;
    letter-spacing: 0px;
    line-height: 20px;
    color: #000;
  }
}

@media screen and (max-width: 380px) {
  #belador_network .section-3 .profile_card h5 {
    font-size: 11px !important;
    letter-spacing: 0px;
    line-height: 25px;
    color: #000;
  }
  #belador_network .section-3 .profile_card h3 {
    font-size: 15px !important;
    letter-spacing: 0px;
    line-height: 25px;
    color: #000;
    margin-bottom: 8px;
  }
}
/**/
#belador_product .section-2 .image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* #belador_product .section-2 .image-wrapper:hover img{
  transform: scale(1.1) !important;
  } */

#belador_product .section-2 .image-wrapper .imgwrapper_hover {
  object-fit: cover;
  width: 100%;
  height: 250px;
  transition: 300ms ease-in-out;
  overflow: hidden;
}
#belador_product .section-2 .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 250px;
  transition: 300ms ease-in-out;
}
#belador_product .section-2 .wrapper p {
  transition: 300ms ease-in-out;
  color: #000;
}
#belador_product .product_text {
  padding: 10px 0px 0px 0px;
  /* background-color: #f8f8f8; */
  transition: 300ms ease-in-out;
}

#belador_product .section-2 .wrapper {
  border-radius: 10px;
}
#belador_product .section-2 .h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  margin-bottom: 2px;

  font-weight: normal;
  color: #333333;
}
#belador_product .section-2 .h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  margin-bottom: 0px;
  font-weight: 300;
  color: #333333;
}
#belador_product .section-2 .wrapper:hover img {
  transform: scale(1.3);
}
#belador_product .section-2 .wrapper:hover p {
  /* color: #fff; */
}
#belador_product .section-2 .wrapper:hover .product_text {
  /* background-color: #e9c37a; */
}
#belador_product_inside .section-2 {
  padding: 10vh 0;
}
#belador_product_inside .section-2 .product-image-wrapper {
  width: 100%;
  height: 100%;
}
#belador_product_inside .section-2 .product-image-wrapper img {
  width: 100%;
  object-fit: contain;
}

#belador_product_inside .section-2 .product-image-wrapper p {
  font-size: 20px;
  margin-top: 10px;
  letter-spacing: 0.5px;
  font-weight: normal;
  color: #000;
  text-align: left;
}
#belador_product_inside .section-2 .preview-image-wrapper {
  width: 100%;
  height: 500px;
}
#belador_product_inside .section-2 .preview-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#belador_product_inside .section-2 .feature-image-wrapper {
  width: 100%;
  height: 80px;
}
#belador_product_inside .section-2 .feature-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#belador_product_inside .section-2 .h1 {
  font-size: 38px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: #333333;
}

#belador_product_inside .section-2 .h6 {
  font-size: 25px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: #abacac;
}
#belador_product_inside .section-2 th {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
}
#belador_product_inside .section-2 td {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
}

#belador_network .product-filter {
  z-index: 0 !important;
  width: 250px;
}
.product-filter-scrolled {
  position: fixed !important;
  top: 80px;
  height: 100%;
}
.product-filter-bottom-scrolled {
  position: absolute !important;
  bottom: 5vh;
}

@media screen and (max-width: 1208px) {
  #belador_network .product-filter {
    z-index: 0 !important;
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  #belador_network .product-filter {
    z-index: 0 !important;
    width: 200px;
  }
  #belador_network .section-3 {
    text-align: center;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  #belador_product .section-2 .image-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 300px;
    transition: 300ms ease-in-out;
  }
}
/**************************************************** section-3 ******************************************************** */
#belador_career .section-3 {
  padding: 0 0;
}

#belador_career .section2 {
  position: relative;
  padding: 100px 0px 0;
}

#belador_career .section2 .pattern-layer {
  position: absolute;
  left: 0px;
  top: 40px;
  width: 960px;
  height: 785px;
}

#belador_career .section2 .title-box {
  position: relative;
  text-align: center;
}

#belador_career .section2 .title-box .big-text {
  position: relative;
  left: 0px;
  right: 0px;
  /* top: -200px; */
  color: #f8f8f8;
  font-size: 164px;
  line-height: 1em;
  font-weight: 800;
}

#belador_career .section2 .title-box .text {
  /* position: relative;
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
  max-width: 830px;
  margin: 0 auto; */
}
#belador_career .section3 {
}
#belador_career .section3 .card {
  font-family: "Montserrat", sans-serif;
  /* border: 6px solid #e9c37a; */
  border: none;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1) !important;
  padding: 20px 0;
}
#belador_career .section3 .card .card-image {
  height: 200px;
  width: 100%;
}

#belador_career .section3 .card .card-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

#belador_career .section3 .card h2 {
  letter-spacing: 1px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 768px) {
  #belador_career .section2 .title-box .big-text {
    /* position: absolute;
    left: 0px;
    right: 0px;
    top: -100px; */
    color: #f8f8f8;
    font-size: 100px;
    line-height: 1em;
    font-weight: 800;
  }
  #belador_network .section2 .title-box .big-text {
    /* position: absolute;
    left: 0px;
    right: 0px;
    top: -100px; */
    color: #f8f8f8;
    font-size: 100px;
    line-height: 1em;
    font-weight: 800;
  }
  #belador_download .section2 .title-box .big-text {
    /* position: absolute;
    left: 0px;
    right: 0px;
    top: -100px; */
    color: #f8f8f8;
    font-size: 100px;
    line-height: 1em;
    font-weight: 800;
  }
}
@media screen and (max-width: 568px) {
  #belador_career .section2 .title-box .big-text {
    /* position: absolute;
    left: 0px;
    right: 0px;
    top: -60px; */
    color: #f8f8f8;
    font-size: 80px;
    line-height: 1em;
    font-weight: 800;
  }
  #belador_network .section2 .title-box .big-text {
    /* position: absolute;
    left: 0px;
    right: 0px;
    top: -60px; */
    color: #f8f8f8;
    font-size: 80px;
    line-height: 1em;
    font-weight: 800;
  }

  #belador_register .big-title {
    /* position: absolute;
    left: 0px;
    right: 0px;
    top: -60px; */
    color: #f8f8f8;
    font-size: 60px !important;
    line-height: 1em;
    font-weight: 800;
  }
  #belador_download .section2 .title-box .big-text {
    /* position: absolute;
    left: 0px;
    right: 0px;
    top: -60px; */
    color: #f8f8f8;
    font-size: 80px;
    line-height: 1em;
    font-weight: 800;
  }
}

/* ================================================================================================================================================================   SUB CATEGORY ============================================================================== */

#belador_subcategory .section2 {
  position: relative;
  padding: 100px 0px 0;
}

#belador_subcategory .section2 .pattern-layer {
  position: absolute;
  left: 0px;
  top: 40px;
  width: 960px;
  height: 785px;
}

#belador_subcategory .section2 .title-box {
  position: relative;
  text-align: center;
  /* margin-bottom: 70px; */
}

#belador_subcategory .section2 .title-box .big-text {
  /* position: absolute;
  left: 0px;
  right: 0px;
  top: -100px; */
  color: #f8f8f8;
  font-size: 124px;
  line-height: 1em;
  font-weight: 800;
}

#belador_subcategory .section2 .title-box .text {
  position: relative;
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
  max-width: 830px;
  margin: 0 auto;
}
#belador_subcategory .project-block .inner-box .image {
  height: 400px !important;
  width: 100% !important;
  overflow: hidden !important;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  /* border-radius: 20px; */
  border: 1px solid #000;
}
#belador_subcategory .project-block .inner-box .image img {
  height: 400px !important;
  width: 100% !important;
  overflow: hidden !important;
  object-fit: cover !important;
  object-position: center !important;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
}
#belador_subcategory .section-2 .image-wrapper {
  border: 6px solid #e9c37a;
  padding: 15px;
  border-radius: 20px;
  transition: 0.2s linear;
}

#belador_subcategory .section-2 .image-wrapper img {
  height: 300px;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
#belador_subcategory .section-2 .image-wrapper h5 {
  margin: 10px 0;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 22px;
  color: rgb(0, 0, 0);
}
#belador_subcategory .section-2 .image-wrapper:hover {
  background-color: #e9c37a;
  cursor: pointer;
}
#belador_subcategory .section-2 .image-wrapper:hover h5 {
  color: #fff;
}

#belador_subcategory .section-2 .image-wrapper:hover button {
  color: #fff;
  font-weight: bold;
  border: 2px solid #fff;
}

#belador_product .product-filter {
  z-index: 0 !important;
  width: 250px;
}

@media screen and (max-width: 1208px) {
  #belador_product .product-filter {
    z-index: 0 !important;
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  #belador_product .product-filter {
    z-index: 0 !important;
    width: 200px;
  }
  #belador_product .section-3 {
    text-align: center;
    padding: 20px;
  }
}

#belador_product .accordion {
  background-color: #e9c37a;
  color: #000;
  cursor: pointer;
  padding: 16px !important;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  transition: 0.4s;
  margin-bottom: 10px;
}

#belador_product .active,
.accordion:hover {
  background-color: #e9c37a;
}

#belador_product .accordion:after {
  content: "\002B";
  color: #000;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

#belador_product .active:after {
  content: "\2212";
}

#belador_product .panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  font-weight: 600;
  font-size: 16px;
  transition: max-height 0.2s ease-out;
  font-family: "Montserrat", sans-serif;
}

#belador_product .panel a {
  color: #000 !important;
}

#belador_product .search-container {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  border-collapse: collapse;
}

#belador_product input[type="text"] {
  padding: 16px;
  margin-top: 8px;
  font-size: 17px;
  border: 2px solid #e9c37a;
  width: 80%;
  background: #fff;
  display: inline !important;
  overflow: hidden;
}

#belador_product .search-container button {
  float: right !important;
  padding: 16px 10px !important;
  margin-top: 8px !important;
  margin-right: 0 !important;
  background: #e9c37a !important;
  overflow: hidden !important;
  border: 2px solid #e9c37a !important;
  font-size: 17px !important;
  /* border: none; */
  cursor: pointer !important;
  display: inline !important;
  width: 20% !important;
}

/* ================================================================================================================================================================ STUDIO============================================== */

#belador_studio .section2 {
  position: relative;
  padding: 100px 0px 0;
}

#belador_studio .section2 .pattern-layer {
  position: absolute;
  left: 0px;
  top: 40px;
  width: 960px;
  height: 785px;
}

#belador_studio .section2 .title-box {
  position: relative;
  text-align: center;
  /* margin-bottom: 70px; */
}

#belador_studio .section2 .title-box .big-text {
  /* position: absolute;
  left: 0px;
  right: 0px;
  top: -100px; */
  color: #f8f8f8;
  font-size: 124px;
  line-height: 1em;
  font-weight: 800;
}

#belador_studio .section2 .title-box .text {
  position: relative;
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
  max-width: 830px;
  margin: 0 auto;
}
/*** 

====================================================================
	Design Tabs Style
====================================================================

***/

#belador_studio .design-tabs {
  position: relative;
  z-index: 1;
}

#belador_studio .design-tabs .tab-btns {
  position: relative;
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
}

#belador_studio .design-tabs .tab-btns .tab-btn {
  position: relative;
  margin-right: 25px;
  font-size: 16px;
  background: none;
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 24px;
  cursor: pointer;
  padding-bottom: 5px;
  margin-bottom: 8px;
  display: inline-block;
  transition: all 500ms ease;
}

#belador_studio .design-tabs .tab-btns .tab-btn:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  height: 3px;
  width: 0px;
  background-color: #e9c37a;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

#belador_studio .design-tabs .tab-btns .tab-btn:hover::before,
#belador_studio .design-tabs .tab-btns .tab-btn.active-btn:before {
  width: 100%;
}

#belador_studio .design-tabs .tab-btns .tab-btn:hover,
#belador_studio .design-tabs .tab-btns .tab-btn.active-btn {
  color: #e9c37a;
}

#belador_studio .design-tabs .tabs-content {
  position: relative;
}

#belador_studio .design-tabs .tabs-content .tab {
  position: relative;
  display: none;
}

#belador_studio .design-tabs .tabs-content .tab .services-block-two .inner-box {
  height: 400px !important;
  width: 100% !important;
}

#belador_studio
  .design-tabs
  .tabs-content
  .tab
  .services-block-two
  .inner-box
  img {
  height: 400px !important;
  width: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

#belador_studio
  .design-tabs
  .tabs-content
  .tab
  .services-block-two
  .inner-box
  .overlay-box:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: -1px;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  background-image: none !important;
}

#belador_studio
  .design-tabs
  .tabs-content
  .tab
  .services-block-two
  .overlay-box {
  height: 400px !important;
  width: 100% !important;
}

#belador_studio .design-tabs .tabs-content .tab.active-tab {
  display: block;
}

#belador_studio .design-tabs .tabs-content .text {
  position: relative;
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
  margin-bottom: 40px;
}

#belador_studio .design-tabs .tabs-content .active-tab .text,
#belador_studio .design-tabs .tabs-content .active-tab .theme-btn {
  -ms-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -op-animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/*** 

/* Services Block Six */

.branded-section .services-block-six {
  position: relative;
  z-index: 1;

  margin-bottom: 30px;
  /* box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1) !important; */
}

.branded-section .services-block-six .inner-box {
  position: relative;
  text-align: center;
  padding: 0px;
}

.branded-section .services-block-six .inner-box .icon-box {
  position: relative;
  font-size: 80px;
  height: 80px;
  width: 100%;
  line-height: 1em;
  color: #4f4f4f;
}

.branded-section .services-block-six .inner-box .icon-box img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.branded-section .services-block-six .inner-box h3 {
  position: relative;
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 600;
  margin-top: 50px;
  color: #222222;
  padding-bottom: 18px;
}

.branded-section .services-block-six .inner-box h3:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0px;
  width: 50px;
  height: 2px;
  margin-left: -25px;
  background-color: #e9c37a;
}

.branded-section .services-block-six .flip-container {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
}

.branded-section .services-block-six .flip-container {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.branded-section .services-block-six .flip-container .front {
  position: relative;
  display: block;
  width: 100%;
  padding: 100px 30px;
  height: auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.branded-section .services-block-six .flip-container .back {
  position: absolute;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background: #e9c37a;
  z-index: 1;
}

.branded-section .services-block-six .flipper {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;

  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;

  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;

  transition: 0.6s;
  transform-style: preserve-3d;

  position: relative;
  padding: 0;
}

.branded-section .services-block-six .flip-container:hover .flipper,
.branded-section .services-block-six .flip-container.hover .flipper {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.branded-section .services-block-six .front,
.branded-section .services-block-six .back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 0;
  left: 0;
}

.branded-section .services-block-six .front {
  z-index: 2;
  -webkit-transition: opacity ease 500ms;
  -ms-transition: opacity ease 500ms;
  -moz-transition: opacity ease 500ms;
  transition: opacity ease 500ms;
}

.branded-section .services-block-six .flip-container:hover .flipper .front,
.services-block-six .flip-container.hover .flipper .front .branded-section {
  opacity: 0;
  z-index: 0;
}

.branded-section .services-block-six .back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background: #e9c37a;
}

.branded-section .services-block-six .inner-box .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  overflow: hidden;
}

.branded-section .services-block-six .inner-box .overlay-box .overlay-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px 35px;
  opacity: 1;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/*.services-block-six .inner-box:hover .overlay-box .overlay-inner{
	top:0;
	opacity:1;	
	transition-delay:700ms;
}*/

.branded-section .services-block-six .inner-box .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.branded-section .services-block-six .inner-box .overlay-inner h4 {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  color: #fff;
  padding-bottom: 15px;
}

.branded-section .services-block-six .inner-box .overlay-inner h4:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0px;
  width: 50px;
  height: 2px;
  margin-left: -25px;
  background-color: #fff !important;
}

.branded-section .services-block-six .inner-box .overlay-inner h4 a {
  position: relative;
  color: #fff;
}

.branded-section .services-block-six .inner-box .overlay-inner .text {
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 1.8em;
  margin-top: 18px;
}

.branded-section .services-block-six .inner-box .overlay-inner .read-more {
  position: relative;
  display: inline-block;
  color: #222222;
  font-size: 14px;
  margin-top: 20px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
}

.branded-section
  .services-block-six
  .inner-box
  .overlay-inner
  .read-more:hover {
  border-bottom-color: #222222;
}

.branded-section .services-block-six .inner-box .overlay-inner .icon {
  position: absolute;
  left: 0px;
  right: 0px;
  color: #222222;
  font-size: 90px;
  line-height: 1em;
  margin-top: 60px;
  opacity: 0.1;
}

.cretx-page-title {
  height: 100% !important;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.cretx-page-title img {
  height: 60vh;
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
}
.cretx-page-title .auto-content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;

  background-color: rgba(0, 0, 0, 0.5);
}
.cretx-page-title .auto-content .content {
  position: absolute;
  bottom: 5%;
  left: 25%;
}

.cretx-page-title h2 {
  position: relative;
  color: #ffffff;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.3em;
}

.cretx-page-title .text {
  position: relative;
  color: #ffffff;
  font-size: 22px;
  margin-top: 5px;
  line-height: 1.3em;
}

.cretx-page-title .page-breadcrumb {
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 20px;
  font-family: "Montserrat", sans-serif;
}

.cretx-page-title .page-breadcrumb li {
  position: relative;
  font-size: 14px;
  padding-right: 10px;
  margin-right: 10px;
  text-transform: capitalize;
  display: inline-block;
}

.cretx-page-title .page-breadcrumb li:after {
  position: absolute;
  content: "/";
  right: -6px;
  top: 0px;
}

.cretx-page-title .page-breadcrumb li:last-child:after {
  display: none;
}

.cretx-page-title .page-breadcrumb li a {
  position: relative;
  color: #e9c37a;
}
@media only screen and (max-width: 800px) {
  .cretx-page-title .auto-content .content {
    position: absolute;
    bottom: 10%;
    left: 10%;
  }
}

@media only screen and (max-width: 760px) {
  .cretx-page-title img {
    height: 40vh !important;
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: top;
  }
}

@media only screen and (max-width: 660px) {
  .cretx-page-title img {
    height: 35vh !important;
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: top;
  }
}

#recommended-section .feature-image-wrapper {
  width: 100%;
  height: 80px;
}
#recommended-section img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#recommended-section .h1 {
  font-size: 38px;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  color: #333333;
}
