.owl-carousel.owl-theme.owl-loaded.owl-drag {
    padding: 0;
}
body {
    position: relative;
    font-family: Nunito;
}
.HeaderMain {
    background-color: #0000008c;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.LogoMain img {
    width: 100%;
}
.HeaderNavSec {
    padding: 20px 0;
}
.HeaderButn a {
    background-color: #02572c;
    display: inline;
    color: #fff;
    padding: 13px 30px;
    text-decoration: none;
    border-radius: 10px;
}
.HeaderButn {
    height: 100%;
    display: flex;
    align-items: center;
}
.BodyMain{
    height: 100vh;
    background-image: url(../images/bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.BodyContentMain {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    background-color: #0000008c;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 0 6px 4px #000;
}

.BodyContentMain h1 {
    font-size: 50px;
    color: #fff;
}

.BodyContentMain p {
    font-size: 20px;
    color: #fff;
    margin: 35px 0;
}

.BodyContentMain a {
    background-color: #02572c;
    display: inline;
    color: #fff;
    padding: 13px 30px;
    text-decoration: none;
    border-radius: 10px;
}
.FooterColphonMain {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 999;
    background-color: #0000008c;
    padding: 20px;
}
.FooterNavLinks a {
    text-decoration: none;
    color: #fff;
}
.FooterNavLinks {
    text-align: center;
}



.AboutBanMain {
    height: 500px;
    text-align: center;
    display: flex;
    align-items: center;
    background-image: url(../images/slide-1.jpg);
}
h1.InnerBanHead {
    font-size: 50px;
    color: #ffff;
    display: inline-block;
    padding: 20px;
    background-color: #0000008c;
    border-radius: 10px;
}
h2.InnerBanHead {
    font-size: 50px;
    color: #ffff;
    display: inline-block;
    padding: 20px;
    background-color: #0000008c;
    border-radius: 10px;
}
.SecImages img {
    width: 100%;
}
.AboutSecondSec {
    padding: 50px 0;
    display: flex;
}
.InnerPagesContent h2 {
    font-size: 50px;
    line-height: 60px;
    color: #02572c;
    margin-bottom: 50px;
}
.InnerPagesContent p {
    font-size: 22px;
    line-height: 32px;
    color: #000;
}
.AlignItem{
    align-items: center;
}
.PaddBott{
    padding-bottom: 100px;
}
.InnerPagesContent ul {
    list-style: none;
}
.InnerPagesContent ul li {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}
.InnerPagesContent ul li::before{
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #02572c;
    position: absolute;
    top: 11px;
    left: 0px;
}
.PaddBott0{
    padding-bottom: 0 !important;
}
button:focus{
    outline: none;
}
.BodyContentMain a span i {
    font-size: 30px;
    position: relative;
    bottom: -4px;
}