*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
body{
    width: 100%;
    height: 100vh;
    font-family: 'Montserrat', sans-serif;
}
/* Navigation */
.navbar-nav .nav-link.active,.navbar-nav .nav-link:hover{
    color: #3abaf4 !important;
}
.navbar-light .navbar-nav .nav-link ,.signup{
    font-weight: bold;
}
.fixed-top{
    height:90px;
}
header nav img{
    width: 100px;
}
/* About us Section  */
.about-us{
    margin-top: 150px;
}
.about-us .container .row .col img{
    max-width: 100%;
}
.about-us .container .row .col h2{
    color: #6c757d;
}
.our{
    margin-top: 100px;
}
.our .container .row .box{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    -ms-border-radius: 15px !important;
    -o-border-radius: 15px !important;
}
@media (min-width: 1200px) {
    .our .container .row .box{
        width: 560px !important;
    }
}
@media (max-width: 991px) {
    .our .container .row .box{
        margin-bottom: 30px;
        flex-direction: column;
        text-align: center;
    }
    .our .container .row .box .image{
        margin: auto !important;
        margin-bottom: 20px !important;
    }
}
.our .container .row .box-1{
    margin-right: 10px;
}
.our .container .row .box-2{
    margin-left: 10px;
}
.our .container .row .box .image{
    border-color: #3abaf4 !important;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
/* Footer section */
#footer{
    margin-top: 10%;
}
.top-footer{
    background-image:  url(../images/footer.png);
    background-size: cover;
    background-position: center;
    padding: 100px 0 80px;
    width: 100%;
}
@media (max-width: 767px) {
    .top-footer{
        padding: 0;
    }
}
.top-footer a{
    text-decoration: none;
}
footer i{
    margin-right: 20px;
}
.top-footer h3 {
    font-size: 23px;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.top-footer p {
    font-size: 13px;
    line-height: 30px;
    color: #bdbdbd;
    font-weight: 300;
    letter-spacing: 1px;
    padding-right: 20px;
}
.top-footer li{
    list-style-type: none;
}
.top-footer li a {
    font-size: 15px;
    line-height: 50px;
    color: #dddfeb;
    font-weight: 300;
    text-transform: capitalize;
    transition: color .3s;
    font-family: "Source Sans Pro", sans-serif;
    display: block;
}
.top-footer li a:hover {
    color: white;
    font-weight: bold;
}
.footer-bottom {
    text-align: center;
    background-color: #1b1b1b;
    border-top: 1px solid #2c2c2c;
    padding: 30px 0;
}
.footer-bottom h5 {
    font-size: 12px;
    line-height: 1;
    color: #888888;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 7px;
    margin-bottom: 3px;
}
.footer-bottom h6 {
    font-size: 11px;
    line-height: 15px;
    color: #888888;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 2px;
    margin-bottom: 0;
}
.center-column{
    margin-top:4%
}