@import "bootstrap.min.css";
@import "owl.carousel.min.css";
@import "animate.min.css";
@import "animate.compat.css";
@import "style/header.css";
@import "style/nav.css";
@import "style/footer.css";
@import "style/bread.css";
@import "style/home.css";
@import "style/blog.css";
@import "style/office.css";

body {
    font-size: 17px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 20px 0 20px 0;
    color: #006630;
    font-weight: 700;
}
.center {
    display: flex;
    justify-content: center;
}
hr {
    height: 3px;
    border-width: 0;
    background-color: #090267;
}
.p {
    font-size: 18px;
    text-align: justify;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.none {
    padding-top: 0;
}
.executive {
    background-color: rgb(138 138 157 / 13%);
}
img {
    max-width: 100%;
    width: 100%;
}
a {
    text-decoration: none;
    color: #333;
}
section {
    padding-top: 30px;
}
.booking {
    padding-top: 20px;
}
.br {
    margin-top: 5px;
}
.justify {
    text-align: justify;
}
.i_box{
    padding:20px;
    width: 300px;
    float: right;
}
@media (max-width: 768px) {
    .i_box{
    width: 100%;
}
}
