@media(min-width: 768px)
{
    .news-input {
        width: 65%;
    }
}
.card {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;

}
.carousel-fade .carousel-item, .carousel-item img  {
    display:inline-flex;
    margin-left: auto;
    margin-right: auto;
    height: 1%;
    background: #777;
  }
 
header {
    position: relative;
    height: 75vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
    
}

.about p{
    color:#000;
}

header video {
    position: absolute;
    top: 50%;
    left: 50%;
 /*   min-width: 100%;
    min-height: 100%; */
    height: auto;
    width: 100%;
    object-fit: contain;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  
  header .container {
    position: relative;
    z-index: 2;
  }
  
  header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
  }
  
  @media (pointer: coarse) and (hover: none) {
    header {
      background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
    }
    header video {
      display: none;
    }
  }

  .navbar{
    height:13vh;
    background-size:contain;
    background-repeat: no-repeat;
    background-position: left;
    position: relative;

} 

/*--------------------------------------------------------------
# CommonSeas Logo Navbar
--------------------------------------------------------------*/
.navbar-brand img{
    margin-top: 0px;
    padding: 0px;
    position: relative;
    height:30vh;
    overflow: hidden; 
}


/*--------------------------------------------------------------
# Products Section
--------------------------------------------------------------*/

.carouselProduct h3{
    color:#000;
    padding-bottom: 2px;
    text-align: center;
}

.carousel-caption p{
    text-align: center;
    color:#000;
}
.carousel-item img {
    object-fit:cover;
    object-position: center;
    height: 50vh;
    overflow: hidden;
}

/*.carousel-item::before{
    content: "" ;
    background-image:
        linear-gradient(
            to bottom,
            transparent, rgba(0,0,0,0.5)
        );
        display: block;
        position: absolute;
        top: 0;
        width: 100vw;
        height: 100vh;
} */

.carousel-caption p{
    color:#000;
}


/*--------------------------------------------------------------
# Objective Section
--------------------------------------------------------------*/
.objective .objective-item {
    padding: 30px;
    transition: all ease-in-out 0.4s;
    background: var(--color-white);
    height: 100%;
  }
  .objective .objective-item .icon {
    margin-bottom: 10px;
  }
  .objective .objective-item .icon i {
    color: var(--color-primary);
    font-size: 36px;
    transition: 0.3s;
  }
  .objective .objective-item h4 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 24px;
    color:#000
  }
  .objective .objective-item h4 a {
    color: var(--color-secondary);
    transition: ease-in-out 0.3s;
  }
  .objective .objective-item p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
    color:#000;
  }
  .objective .objective-item:hover {
    transform: translateY(-10px);
    box-shadow: 0px 0 60px 0 rgba(var(--color-secondary-rgb), 0.1);
  }
  .objective .objective-item:hover h4 a {
    color: var(--color-primary);
  }

  .about {
      text-align: center;   
  }
  .about-text {
      text-align:justify;
      margin: 0 auto;
      width: 50em;
  }
 
  .product-text {
    
        text-align:justify;
        margin: 0 auto;
        
    }

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/


.clients h3 {
    font-size: 36px;
    color: #000;
    text-align: center;
    font-weight: 500;
    position: relative;
}

.clients p {
    text-align: left;
    margin: auto;
    
    padding-bottom: 60px;
    color: #000;
    width: 70%;
}

#clients {
    padding: 60px 0;
    
}
#clients .clients-wrap {
    border-top: 1px solid #d6eaff;
    border-left: 1px solid #d6eaff;
    margin-bottom: 30px;
}

#clients .client-logo {
    padding: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #d6eaff;
    border-bottom: 1px solid #d6eaff;
    overflow: hidden;
    background: #fff;
    height: 160px;
}

#clients img {
    transition: all 0.4s ease-in-out;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#contact {
    position: relative;
    height: fixed;
    background: #343a40;
    /*background: url("https://i.imgur.com/g63vXfd.jpg"); */
    background-size: cover;
    width: 100%
}
/*.wrapper {
    height: 80vh;
    background: #343a40;
    /*background: url("https://i.imgur.com/g63vXfd.jpg"); */
 /*   background-size: cover;
    width: 100%
}

.overlay {
    width: 100%;
    height: 50vh;
    background: #343a40 
} */

.contact-us {
    margin-top: 50px;
    margin-bottom: 50px
}

.contact-us h3,
p {
    color: #fff
}

.address {
    text-align: left;
    padding: 20px;
}

.address p {
    text-align: left;
    padding-bottom: 0%;
    padding-left: 0px;
    text-align: left;
    
    
}
.address span {
    color: #055c9d;
    text-indent: 0px;
}

.icons {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.icons i {
    font-size: 20px;
    
}

.forms {
    padding: 20px
}

.inputs input {
    margin-bottom: 13px;
    border: none;
    border-bottom: 2px solid #eee
}

.inputs input:focus {
    margin-bottom: 13px;
    border: none;
    border-bottom: 2px solid #055c9d;
    box-shadow: none
}

.inputs textarea {
    margin-bottom: 13px;
    border: none;
    border-bottom: 2px solid #eee;
    width: 100%;
    resize: none
}

.inputs textarea:focus {
    margin-bottom: 13px;
    border: none;
    border-bottom: 2px solid #055c9d;
    box-shadow: none;
    resize: none
}

.form-control {
    padding: .375rem .25rem
}

.scroll-section {
    max-height: 100px;
    overflow-y: auto;
  }

 /* body::before{
     display: block;
     content:'';
     height:60px;

 } */