p{
    margin-bottom: 10px;
}
.relative{position: relative;}
.title-section .title::before{
    background-color: #0084b4;
}
a,
.title-section .title::before,
.testimonials .message strong.title::before{
    color: #0084b4;
}
.justify{
    text-align: justify;    
}
#logo a.logoLink {
    display: flex;
    justify-content: space-between;
    align-items: center;
}    
    /*display: flex; width: 130px;height: 130px;background: #FFF;border-radius: 100%; text-align: center; justify-content: center; align-items: center; box-shadow: 1px 2px 7px rgba(0,0,0,.7);*/

#logo span{
    font-family: 'Oregano', cursive;
    font-size: 72px;
    font-weight: 300;
    padding: 20px 0 0;
    color: #fff;
    text-shadow: 1px 2px 7px rgba(0,0,0, .7);
}
#logo a img{
    width: 28%;
    background: white;
    padding: 5px;
    border-radius: 100%;
    margin-top: 5px;
    box-shadow: 0px 32px 28px -17px rgba(0, 0, 0, 0.5);
}
.video {
    height: 100vh !important;
    /*max-height: calc(100vh - 145px) !important;*/
    overflow: hidden;
}
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}
.video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.header .flat-header{
    background-color: rgb(0 132 180 / 30%);
    backdrop-filter: blur(10px);
}
.header {
    z-index: 9;
    position: fixed;
}
.carousel {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.feature-about-us img {
    box-shadow: -18px 16px 23px 0px rgba(0, 0, 0, 0.3);
    border-radius: 257px 0 5px 0;
}
#mainnav > ul > li > a {
    position: relative;
    text-shadow: 1px 2px 7px rgba(0,0,0, .7);
    letter-spacing: 1.7px;
    font-size: 1rem;
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block;
    height: 100vh;
}
.carousel-caption.caption1 {
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    height: 100%;
    display: flex !important;
    width: 100%;
    justify-content: center;
    align-items: flex-end;
}
.carousel-caption.caption1 h5 {
    width: 100%;
    font-size: 3.5rem;
    font-family: 'Oregano';
    word-spacing: 15px;
    letter-spacing: 2px;
    text-shadow: 1px 2px 7px rgba(0,0,0, .7);
    text-transform: uppercase;
    line-height: 1.4;
    background-color: rgb(255 255 255 / 52%);
    backdrop-filter: blur(10px);
    padding: 15px 50px;
    box-shadow: 0px 0px 15px;
}
.carousel-caption.caption2 h5 {
    font-size: 3.2rem;
}
.title-section.oregano .title{
    text-transform: uppercase;
}
.pro-content p{
    text-align: justify;
}
.owl-theme .owl-controls .owl-nav div.owl-prev:before {   
    content: "<";
}
.owl-theme .owl-controls .owl-nav div.owl-next:before {   
    content: ">";
    margin-left: -9px;
}

/* post*/
.bg-blu{
    background-color: #0084b4 !important;
}
.title-blu{
    color: #0084b4 !important;
}
.title-white{
    color: #FFF !important;
}
.line2, .line3 {
    background: #0084b4;
    margin-bottom: 7px;
    margin-top: 0px;
    opacity: 1;
    height: 1px;
}
.line2 {
    width: 80px;
}
.line3 {
    width: 50px;
}
.wrap-slider{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 35px;
    position: relative;
}
.wrap-slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, #000000, #202426);
    opacity: .7;
}
.box-news {
    border-radius: 5px;
    box-shadow: 1px 2px 7px rgba(0, 0, 0, .3);
    margin: 0 0 50px;
    text-align: center;
    padding-bottom: 20px;
    background-color: #FFF;
    overflow: hidden;
}
.box-news .img-news {
    margin-bottom: 27px;
    position: relative;
    height: 225px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.date .date-box {
    width: 54px;
    position: absolute;
    right: 0;
    text-align: center;
    color: #fff;
    z-index: 1;
    margin: 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 5px 5px 40px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 5px 5px 40px 0px rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 40px 0px rgba(0, 0, 0, .1);
    background: #0084b4;
}.date .date-box .d {
    font-size: 25px;
    padding: 0;
    font-weight: bold;
}.date .date-box .m {
    font-size: 10px;
    background: rgba(0, 0, 0, 0.1);
    letter-spacing: 1px;
}.box-news .img-news a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
}.img-news img {
    display: none;
}
.img-news img {
    width: 100%;
}.box-news .img-news a i {
    position: absolute;
    color: #364c61;
    font-size: 22px;
    z-index: 9;
    opacity: 0;
    top: 50%;
    left: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}.box-news .img-news a:hover .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(54, 76, 97, 0.5);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.box-news .img-news a:hover .overlay {
    opacity: 1;
}
.box-news .teaser-news {
    padding: 0 30px;
}.box-news .teaser-news h5 a{
    height: 48px;
    text-align: justify;
    color: #0084B4 !important;
}.box-news .teaser-news p {
    height: 87px;
    margin-bottom: 20px;
    text-align: justify;
}a.flat-button {
    color: #FFF;    background-color: #0084b4;
}.box-news .img-news a:hover {
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}.box-news .img-news a:hover i {
    left: 50%;
    opacity: 1;
}
.content-article h2{
    color: #0084b4;
    font-size: 35px;
    line-height: 35px;
}
.flat-imagebox .flat-imagebox-content {
    background-color: rgba(0, 0, 0, 0.9);
    padding: 30px;
}
.flat-imagebox .flat-imagebox-desc {
    margin-bottom: 5px;
    color: #fff;
    line-height: 20px;
}
.flat-imagebox a.flat-link.style2{
   float: right; 
}
.iubenda-cs-brand-badge{display: none !important}
#iubenda-iframe .purposes-header-right .iub-iframe-brand-button {
    order: 2 !important;
    display: none !important;
}