/*
Theme Name:   Consto Child
Theme URI: http://consto.themezinho.net/
Author: themezinho
Author URI: https://themezinho.net/
Description:  Industrial Construction Company 
Template:     consto
Version:      1.1.0
Text Domain:  consto-child
*/



@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&family=Roboto&family=Roboto+Condensed:wght@300&display=swap');



.contact-form {
  width: 100%;
  display: block;
  padding: 50px;
/*  background: #ffffff30!important;*/
    color: white!important;
  position: relative;
  z-index: 1;
  /*margin-bottom: -80%;*/
  margin-bottom: 10%;
/*  box-shadow: 11px -7px 30px 6px rgb(0 0 0 / 70%);*/
  border-radius: 15px;
}
.contact-form input[type="text"] {
  width: 100%;
}
.contact-form textarea {
  width: 100%;
}
.contact-form .form-group:last-child {
  margin-bottom: 0;
}


.navbar .logo a img {
    height: 40px!important;
  }


@media only screen and (min-width: 992px) {
      .navbar .hamburger {
    display: none!important;
    color: #fff;
    margin-left: 30px;
}
  }

.icon-content2 a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: none!important;
    background: var(--color-dark);
    color: #fff;
    text-align: center;
    font-size: 20px;
  }

  .page-header {
    width: 100%;
    height: 350px!important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: var(--color-dark);
    background-image: url(../images/header-pattern.png);
    background-size: cover;
    position: relative;
}

@media only screen and (max-width: 425px) {
.page-header {
    width: 100%;
    height: 250px!important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: var(--color-dark);
    background-image: url(../images/header-pattern.png);
    background-size: cover;
    position: relative;
}
}

@media only screen and (min-width: 992px) {
.page-header .container h1 {
    width: 100%;
    display: block;
    font-size: 4vw!important;
    font-weight: 800;
    line-height: 1;
/*    text-transform: capitalize!important;*/
}
}

.info-box-dark p {
    width: 100%;
    display: block;
    opacity: 0.8;
    font-size: 40px!important;
    background-color: #000!important;
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px){
.slider .slider-content .inner {
    padding-bottom: 0px;
    padding-top: 40px;
}
}

.accordion {
  width: 100%;
  float: left;
  background: #fff0!important;
  padding: 0;
  padding-right: 50px;
}

input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
    height: 50px!important;
    padding: 0 15px!important;
}

textarea {
    height: 100px!important;
    padding: 15px!important;
}

.content-section {
  display: block;
  /*padding: 80px 0;*/
  position: relative;
/*  background-image: url(http://cloud.edesign.my/ombak/wp-content/uploads/2023/08/main-banner-ombak-03.png?id=818), radial-gradient(black, #506a50, black) !important;*/
}

.header_menu a{
    color: #2a61ab!important;
    font-weight: 600!important;
}

.sticky a{
    color: white!important;
    font-weight: 600!important;
    
}