html{
    height:100%;
}
body{
    height:100%;
    width:100%;
    padding: 0px;
    margin:0px;
    font-family: Merriweather;
}
.navbar-light.color-changed{
    background-color:rgba(255, 255, 255, 0.85)!important;

}
#mainNav{
}
#intro{
    font-weight: 900;
    color:rgb(23, 20, 206);
}
#landing{
    height:70%;
    width:100%;
    background: url(img/bg.jpg) no-repeat;
    background-size: cover;
    letter-spacing: 3px;
    background-position: center;
}
#navButton{
    background-color: white;
}
#content{
    margin-top: 10%;
    text-align: center;
}
#b1{
    width: 60%;
    padding:10px 40px;
    font-size: 36px;
    font-weight: 900;
    justify-content: center;
    background-color: rgb(184, 18, 18);
}

@media (min-width: 576px){
    #b1{
        width: 50%;
    }
}

@media (min-width: 992px){
    #b1{
        width: 30%;
        padding: 15px;
    }
}

#navbarNav > ul > li.nav-item > a{
    color: rgb(9, 114, 170);
    font-size: 16px;
    font-weight: 500;
}
@media only screen and (max-width: 768px) {
    #content{
        margin-top: 30%;
    }
    .display-4{
        font-size: 44px;
    }
    #b1{
        padding:10px 25px;
        font-size: 25px;
        font-weight: 900;
        letter-spacing: 3px; 
    }
    .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
    font-size: 14px;
    }
    .navbar-light .navbar-nav .active>.nav-link:hover, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.show:hover, .navbar-light .navbar-nav .show>.nav-link:hover{
        color:red;
    }
}

/* About Me Section */

#AboutUs{
    background:rgba(0, 209, 224, 0.308);
    width:100%;
    padding-top: 20px;
    padding-bottom: 40px;
}

em{
    font-weight: 900;
}
.container{
    width:90%;
}
.list-type1{
    margin:auto;
    margin-top:;
    width:90%;
    
}

.list-type1 ol{
    counter-reset: li;
    list-style: none;
    *list-style: decimal;
    font-size: 15px;
    padding: 0;
    margin-bottom: 4em;
}
.list-type1>ol>ul>li{
    list-style: disc;
    margin: 0 0 0 2em;
}

.list-type1>ol>li{
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: 1em 0;
    background: rgb(77, 75, 75);
    color: white;
    text-decoration: none;
    border-radius: 2em;
    transition: all .2s ease-in-out;
}

/* CLient Section */

#Clients{
    background: rgba(0, 0, 0, 0.822);
    width:100%;
}

.wrap-img{
    text-align: center;
}
.clients-img{
    width: 100%;
    height:200px;
}
.client-name{
    text-align: center;
}
/* Contact Section */

#Contacts{
    padding-top:1px;
    padding-bottom:30px;
    
    font-weight: 400;
}

#vinayak{
    color: blue;
    font-size: 30px;
}

#associates{
    color: red;
    font-size: 30px;
}
#Contacts i{
    font-size:40px;
    vertical-align: sub;
}

#Contacts a{
    font-size: 18px;
    font-weight: 400;
}
iframe{
    text-align: center;
    border-color:blue; 
}

.footer-copyright{
    background-color: rgba(0, 0, 0, 0.9);
    color:white;
}
.row{
    width:100%;
}
.content-header{
  color:#fcc500;
  font-size: 45px;
}

.section-content{
  text-align: center; 
}

#contact{
    padding-top: 60px;
    padding-bottom: 40px;
    width: 100%;
    background: -webkit-linear-gradient(to left, #3a6186 , #89253e); 
    background: #3a6186; 
    background: linear-gradient(to left, #3a6186 , #89253e);
    color : #fff;    
}
.contact-section{
  padding-top: 40px;
}

@media (min-width: 992px){
    .form-line{
        border-right: 1px solid #B29999;
}   
}
.form-group{
    margin-top: 10px;
}
label{
    font-size: 1.3em;
    line-height: 1em;
    font-weight: normal;
}
.form-control{
    font-size: 1.3em;
    color: #080808;
}
textarea.form-control {
    height: 135px;
}

#submit{
    font-size: 1.3em;
    height: 2.5em;
    float: right;
    background-color: transparent;
    width: 200px;
    color: #fff;
    border-color: white;

} 
#submit:hover{
    background-color: rgba(128, 128, 128, 0.541);
    border:none;
}

