.title{
    font-family: sans-serif;
    font-weight: normal;
}
.bold{
    font-weight: 700;
}
.section1{
    background-image: url(assets/web-design-background-images-10.jpg);
}
.quote-text{
    font-size: 64px;
    color: white;
    font-style: italic;
    font-family: sans-serif;
    display: block;
    margin: auto;
    text-align: center;
    margin-left: 20px;
}
.section2{
    text-align: center;
    text-transform: uppercase;
    font-weight: 100;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: sans-serif;
    color: #404040;
    background-color: #e0e0e0;
}
.section3{
    padding-bottom: 20px;
    padding-top: 20px;
}
.bold{
    font-weight: 700;
}
.contents{
    box-shadow: 0px 0px 8px #888888;
    margin: 15px;
    text-align: center;
}
.heading{
    font-family: sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    color: #404040;
    padding-bottom: 15px;
}
.paragraph{
    color: #404040;
    font-family: sans-serif;
    font-size: 24px;
}
.achievements{
    text-align: center;
    color: #404040;
    padding-bottom: 30px;
    background-color: #e0e0e0;
    padding-top: 30px;
}
.number{
    font-family: sans-serif;
    font-size: 64px;
}
.achievements-text{
    font-family: sans-serif;
    font-size: 24px;
}
.quotes-section{
    color: #404040;
    font-style: italic;
    padding-top: 20px;
    padding-bottom: 20px;
}
.quotes-section .container .row .col{
    position: relative;
    margin: auto;
    display: block;
}
.why-choose-us{
    text-align: justify;
    color: #404040;
    margin-top: 30px;
    background-color: #e0e0e0;
    padding-top: 20px;
    padding-bottom: 20px;
}
.why-choose-us .list{
    font-size: 20px;
}
.boldlist{
    font-weight: 700;
}
.section4{
    text-align: center;
    font-weight: 100;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: sans-serif;
    color: #404040;
    background-color: #e0e0e0;
}
.section5{
    padding-bottom: 10px;
}
.section5 .container .row .col-sm{
    position: relative;
    margin: auto;
}
.thanks{
    font-size: 24px;
}
.footer{
    background-color: #e0e0e0;
    color: #404040;
}
.footer .container .row{
    padding-top: 60px;
}
.footer .container .row .col-sm{
    text-align: justify;
    position: relative;
    margin: auto;
}
.footer-title{
    font-size: 36px;
    
}
.footer-heading{
    font-family: sans-serif;
    font-size: 30px;
    text-transform: uppercase;
}
.footer-list{
    list-style: none;
    font-size: 20px;
    margin-top: 20px;
}