/*! CSS Used from: https://cleverlandinvestment.ltd/guest-assets/css/bootstrap.min.css */
*,::after,::before{box-sizing:border-box;}
h1{margin-top:0;margin-bottom:.5rem;}
a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects;}
a:hover{color:#0056b3;text-decoration:underline;}
img{vertical-align:middle;border-style:none;}
svg:not(:root){overflow:hidden;}
h1{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit;}
h1{font-size:2.5rem;}
.carousel{position:relative;}
.carousel-inner{position:relative;width:100%;overflow:hidden;}
.carousel-item{position:relative;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px;}
.carousel-item.active{display:block;}
.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;}
.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9;}
.carousel-control-prev{left:0;}
.carousel-control-next{right:0;}
.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%;}
.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");}
.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");}
.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;}
.d-block{display:block!important;}
@media (min-width:768px){
.d-md-block{display:block!important;}
}
.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0;}
.w-100{width:100%!important;}
@media print{
*,::after,::before{text-shadow:none!important;box-shadow:none!important;}
a:not(.btn){text-decoration:underline;}
img{page-break-inside:avoid;}
}
/*! CSS Used from: https://cleverlandinvestment.ltd/guest-assets/css/core.css */
.carousel-caption{left:auto;max-width:500px;text-align:right;bottom:30%;}
.carousel-caption h1{font-size:45px;text-transform:uppercase;font-weight:600;}
.carousel-caption h1 span{font-weight:800;}
.carousel-control-prev-icon,.carousel-control-next-icon{background-image:none;}
.nxt,.prev{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background-color:rgba(255,255,255,.5);border-radius:50px;}
@media (max-width:320px){
.carousel{z-index:-1;}
.carousel-control-next,.carousel-control-prev{display:none!important;}
.carousel-caption{bottom:20px;left:10%;right:10%;}
.carousel-caption h1{font-size:16px;}
}
@media (min-width:321px) and (max-width:767px){
.carousel{z-index:9999;}
.carousel-control-next,.carousel-control-prev{display:none!important;}
.carousel-caption{bottom: 15%;
    left: 10%;
    right: 10%;}
.carousel-caption h1{font-size: 32px;
    font-weight: 900;}
}
@media (min-width:768px) and (max-width:991px){
.carousel{z-index:99999;}
.carousel-control-next,.carousel-control-prev{display:none!important;}
.carousel-caption{bottom:20px;left:10%;right:10%;}
}
/*! CSS Used from: https://cleverlandinvestment.ltd/guest-assets/css/animate.css */
.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;}
/*! CSS Used keyframes */
@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px);}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}}
@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}}