@import "header.css";
@import "home.css";
@import "cms-style.css";
@import "footer.css";

body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Ubuntu', sans-serif;
    overflow-x: hidden;
}
.container {
    max-width: 1280px;
}
.container-fluid{
    padding: 0 50px;
}
a{
    text-decoration: none;
}
p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px;
}
p strong {
    font-weight: 500;
    color: #333333;
}
.comn-btn {
    background: #6dc067;
    color: #fff;
    padding: 15px 15px;
    font-size: 25px;
    font-weight: 900;
    transition: all .5s ease-in-out;
}
.comn-btn-light{
    font-weight: 300;
}
.comn-btn:hover {
    background: #46b1e9;
    color: #fff !important;
}
.sm-btn {
    font-size: 12px;
    padding: 5px 10px;
}