body{
    background-image: url('images/background.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;  
    background-size: cover;
    width: 100;
    opacity: 0.95;
}

#title{
    font-family: "Montserrat";
}

.container-fluid{
    padding: 0;
}

.navbar-brand{
    font-family: "Ubuntu";
    font-size: 1.5rem;
    font-weight: 600;
}

.navbar{
    background-color: rgba(39, 127, 161, 0.932);
    padding: 20px 0 20px 20px;
}

.nav-item{
    padding: 0 10px 0 10px;
    margin-right: 20px;
    color: black;
}

h1{
    text-align: center;
    font-size: 3rem;
    font-weight: bolder;
    color: #fff;
    opacity: none;
    margin: 200px auto;
    padding: 0 15% 0 15%;
}

#about{
    background-color: rgba(39, 127, 161, 0.932);
    font-family: "Montserrat";
    color: #fff;
    text-align: center;
    padding: 5% 0;
}

.aboutcontent{
    padding: 0;
}

h2{
    font-weight: 500;
    font-size: 2.5rem;
}

#aboutp{
    font-size: 1.25rem;
    padding: 20px 20% 0;
}

#carousel{
margin-top: 40px;
}

.carousel-h2{
    color: #fff;
    text-align: center;
    padding: 20px auto 20px;
}

#testimonials{
    text-align: center;
    padding-top: 40px;
    color: yellow;
    font-size: 3rem;
}

.carousel-img1{
    height: 400px;
    width: 1000px;
    border-radius: 30px;
}

.carousel-img2{
    height: 400px;
    width: 1000px;
    border-radius: 30px;
}

.carousel-img3{
    height: 400px;
    width: 1000px;
    border-radius: 30px;
}

#products{
    background-color: rgba(39, 127, 161, 0.932);
    color: #fff;
    text-align: center;
    margin-top: 10%;
}

.products-h2{
    padding: 5% 0 5% 0;
}

.card-header{
    background-color: #fff;
    color: black;
}

.card-body{
    background-color: rgba(11, 63, 83, 0.932);
    text-align: left;
    line-height: 2;
}

.product-colomn{
    padding: 5% 2%;
}

#contact{
    padding: 5% 0;
    color: #fff;
}

.add-col{
    padding-left: 0;
}

.card{
    background-color: rgba(39, 127, 161, 0.932);
}

.card-cont{
    padding:20px;
}

.contact-h2{
    text-align: center;
    padding-bottom: 10px;
    font-family: "Montserrat";
    font-weight: 600;
}

.transparent-input{
    background-color: #fff;
    border-color: black;
}

.formcol{
    padding: 30px;
}

.reset-button{
    margin-top: 12px;
    margin-right: 5px;
}

.submit-button{
       margin: 12px 0 0 5px;
}

.contactcol{
    padding: 30px;
    
}

.contact-h3{
    padding-bottom: 10px;
}

.call-btn{
    color: #fff;
}

h5{
    margin-top: 8px;
}

iframe{
    margin: 15px 0 30px 0;
    height: 200px;
    width: 100%;
}

#footer{
    padding: 20px 0 20px 0;
    text-align: center;
    color: #fff;
    background-color: rgba(39, 127, 161, 0.932);
}

.row{
    margin: 0;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 20px;
    width: 20px;
    outline: grey;
    background-color: grey;
    background-size: 100%, 100%;
    border-radius: 80%;
    border: 1px solid grey;
}

#more,#more2,#more3 {
    display: none;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}