*, ::after, ::before {
    box-sizing: border-box;
} 
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}
 body {
     font-weight: 300;
     font-size: 16px;
     margin: 0;
     line-height: 2;
     font-family: 'Lato', sans-serif;

     color: #666;
     background: #fff;
 }

 .container {
    max-width: 1166px;
    margin: auto;
}

.o-banner {
    width: 100%;
    padding-bottom: 0;
    padding-top: 0;
    overflow: hidden;
}

.o-banner {
    background-size: cover !important;
    position: relative;
    z-index: 1;
}
.o-banner {
    background-image: url(../images/hero-banner.jpg);
}
.o-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 42%) url(../images/overlay-pattern.png);
}
.logo-container {
    text-align: center;
    padding: 5px 20px;
    position: relative; 
    background: rgb(0 0 0 / 70%);
}
.logo-container img {
    width: 100%;
    max-width: 230px;
    height: auto;
}
.o-container {
    max-width: 1140px;
    margin: 0 auto;
}

.o-banner--container {
    width: 100%;
}
.o-banner--container {
    position: relative;
    padding: 0px 15px;
    z-index: 9999;
}
.o-banner--content__left {
    text-align: center;
    max-width: 100%;
    margin-right: auto;
    padding: 85px 45px;
    background: transparent;
}
.o-banner--title {
    margin: 0;
    font-size: 46px;
    font-weight: 800;
    color: #fff;
    line-height: 1.5;
    text-transform: uppercase;
}
.o-banner--content__left p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 0;

}
.main {
    padding: 2rem 0;
    background: #f5f5f5;
}
.box-layout {
    margin: auto;
    width: 100%;
    background: #fff;
    padding: 25px;
    margin-bottom: 30px;
    max-width: 750px;
} 
.blog-entry .desc {
    width: 100%;
    /* background: #fff; */
    z-index: 1;
}

.blog-entry {
    display: flex;
    position: relative;
    /* margin-bottom: 30px; */
    /* padding: 25px; */
    /* background: #fff; */
    transition: transform 1s;
}
.text-center{
    text-align: center !important;
}
.blog-entry {
    z-index: 0;
    display: block;
    position: relative;
}
.slider-top-right {
    position: relative;
    width: 100%;
}
.slider-top-right img {
    height: auto;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.box-layout:hover {
    transform: scale(1.03) !important;
}
.blog-entry .desc h2 {
    font-weight: 900;
    font-size: 28px;
    line-height: 1.3;
    color: #911e25;
    margin: 0;
    padding-bottom: 25px;
    text-transform: capitalize;
    padding-top: 10px;
}
.btn-action {
    background: #f00000;
    color: #fff;
    font-size: 25px;
    font-weight: 800;
    text-transform: capitalize;
    padding: 12px;
    border-radius: 5px;
    white-space: normal;
    text-decoration: none;
    width: 100%;
    display: block;
    line-height: 1.3;
    max-width: 85%;
    margin: auto;
    transition: .5s ease all;
}
.btn-action span {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #ffdd0d;
    position: relative;
    top: -3px;
}
.btn-action:hover {
    box-shadow: none;
    background: #911e25;
    color: #fff;
}
  
.btn:hover, .btn:active, .btn:focus {
    -webkit-box-shadow: 0 2px 10px -5px black;
    box-shadow: 0 2px 10px -5px black;
    outline: none !important;
}

footer {
    background: #313131;
    padding: 50px 0;
}
.copyright {
    text-align: left;
    color: #eee;
    margin: 0;
}
.disclaimer {
    text-align: left;
    color: #eee;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 15px;
}
footer ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    justify-content: flex-start;
}

footer ul li {
    margin: 5px 10px;
}

footer ul li a {
    color: #eee;
    text-decoration: underline;
    font-size: 14px;
}
footer ul li:first-child{
    margin-left: 0;
}
footer ul li a:hover {
    color: #fff000;
}


.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.gototop.active {
    opacity: 1;
    visibility: visible;
}

.gototop a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f00000;
    color: #fff;
    text-align: center;
    border-radius: 45px;
}

.gototop a i {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}

.gototop a:hover,
.gototop a:active,
.gototop a:focus {
    text-decoration: none;
    outline: none;
}
.meta-list {
    margin: 0;
    list-style: none;
    padding: 0;
    text-align: left;
    font-size: 10px;
}

.meta-list li {
    margin-top: 5px;
    line-height: 1.5;
    word-break: break-all;
}
@media (max-width:767px) {
    .o-banner--content__left { 
        padding: 50px 10px; 
    }
    .o-banner--title { 
        font-size: 30px;
    }   
    .o-banner--content__left p { 
        font-size: 18px;
    } 
    .logo-container img { 
        max-width: 170px;
    }
    .box-layout { 
        padding: 10px;
        margin-bottom: 15px;
    }
    .blog-entry .desc h2 { 
        font-size: 20px;
    }
    .btn-action {
        max-width: 100%;
        font-size: 18px;
    }
    .btn-action span{ 
        font-size: 14px;
    }
    .disclaimer { 
        font-size: 12px;
    }
}