/* template */
body,html {
  height: 100%;
  scroll-behavior: smooth;
}

/* hidden spacer before sections for proper offset */
section::before {
    height: 7rem;
    content: "";
    display:block;
}
section::after {
    height: 2rem;
    content: "";
    display:block;
}
/* helpers */
.vh-50 {
    min-height: 50vh;
}
.vh-75 {
    min-height: 75vh;
}
.vh-100 {
    min-height: 100vh;
}
/*Header Block styles*/
#home::before, #home::after {
    height: 0;
    content: "";
    display:block;
}
#parallax_one {
    background: transparent url("../images/bg-img-1.jpg") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
.parallax_container {
    height: 85vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.collapse-content {
    display: flex;
    flex-wrap: wrap;
    width: 250px;
    margin: 0 0 0 81%;
    background: #fff;
    padding: .5rem;
    border: 1px solid #0066cc;
    opacity: 0.7;
}

@media (max-width: 991px) and (min-width: 768px) {
    .collapse-content {
        margin: 0 0 0 63%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .collapse-content {
        margin: 0 0 0 52%;
    }
    .parallax_container {
        height: 85vh;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .collapse-content {
        margin: 0 0 0 45%;
    }
    .parallax_container {
        height: 75vh;
    }
}
@media (max-width: 348px){
    .collapse-content {
        margin: 0 0 0 20%;
    }
    .parallax_container {
        height: 55vh;
    }
}
/*About Block styles*/
#about::before{
    height: 5rem;
    content: "";
    display: block;
}
#about::after{
    height: 6rem;
    content: "";
    display: block;
}
#about h1 {
    font-size: 2.5em;
    line-height: 1.15;
    margin: 0 0 3rem 0;
    padding: 0 2em;
}
#about .subheading {
    display: block;
    margin: 0 0 0.5rem 0;
    font-size: 80%;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.25;
}
#about .img-logo {
    max-width: 100%;
    height: auto;
    padding: .5rem .5rem;
    border: 1px solid #b7c1c1;
}
#about .h5{
    margin: 1rem 0;
    font-size: 1.15rem;
    line-height: 1.1;
}
.highlight {
    margin: 1.75rem 0 0 0;
    font-size: 1.25rem;
    font-weight: 700;
}
.about-list {
    list-style: none;
    text-align: justify;
    padding-left: 4.65rem;
    margin-top: 1.25rem;
    width: 90%;
}
.about-list li {
    padding: 0 0 .5rem 0;
}
.about-list li::before {
    content: "\2022";
    color: #333132;
    display: inline-block;
    width: .75em;
    margin-left: -0.75em;
    margin-right: -0.062em;
    font-size: 1.85em;
    line-height: .5;
    -ms-transform: translate(-5px, 7px);
    -webkit-transform: translate(-5px, 7px);
    transform: translate(-5px, 7px);
}
@media (max-width: 1024px){
    #about h1 {
        font-size: 1.75em;
        margin: 0 0 1.5rem 0;
    }
    #about p, .about-list {
        font-size: 90%;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #about h1 {
        font-size: 1.75em;
        margin: 0 0 1.5rem 0;
    }
    #about .img-logo {
        display: block;
        padding: 0.5rem;
        margin: 0 auto 1.5rem auto;
    }
    #about p, .about-list {
        font-size: 90%;
    }
    #about p {
        padding: 0;
    }
    .about-list {
        padding-left: 2.65rem;
    }
    #about .pr-md-5{
        padding-right: 1rem !important;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #about::before {
        height: 3.5rem;
    }
    #about::after {
        height: 3rem;
    }
    #about h1 {
        font-size: 1.75em;
        margin: 0 0 1.5rem 0;
        padding: 0;
    }
    #about .img-logo {
        display: block;
        padding: 0.5rem;
        margin: 0 auto 1.5rem auto;
    }
    #about p {
        padding: 0;
        font-size: 90%;
    }
    .about-list {
        padding-left: 2.65rem;
        font-size: 90%;
        width: 96%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #about::before {
        height: 3.5rem;
    }
    #about::after {
        height: 3rem;
    }
    #about h1 {
        font-size: 1.8em;
        margin: 0 0 2rem 0;
        padding: 0
    }
    #about .subheading {
        font-size: 65%;
    }
    #about .img-logo {
        width: 48%;
        display: block;
        padding: 1.5rem 1.5rem;
        margin: 0 auto 1.5rem auto;
    }
    #about p {
        padding: 0;
        font-size: 90%;
    }
    .about-list {
        padding-left: 2.65rem;
        font-size: 90%;
    }
}
@media (max-width: 375px){
    #about h1 {
        font-size: 1.65em;
        margin: 0 0 2rem 0;
        padding: 0
    }
}
@media (max-width: 348px){
    #about::before {
        height: 3.5rem;
    }
    #about::after {
        height: 3rem;
    }
    #about h1 {
        font-size: 1.35em;
        margin: 0 0 2rem 0;
        padding: 0
    }
    #about .img-logo {
        width: 48%;
        display: block;
        padding: 1.5rem 1.5rem;
        margin: 0 auto 1rem auto;
    }
    #about p {
        padding: 0;
        font-size: 95%;
    }
    .about-list {
        padding-left: 2.65rem;
        font-size: 95%;
    }
}
/*Slogan Slogan2 Block styles*/
#slogan{
    background: linear-gradient(rgba(5, 80, 82,.5), rgba(5, 80, 82,.5)), url("../images/bg-img-3.jpg") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
#slogan.parallax_container {
    height: 35vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#slogan::before{
    height: 4.5rem;
    content: "";
    display: block;
}
#slogan::after{
    height: 2.5rem;
    content: "";
    display: block;
}
#slogan2{
    background: transparent url("../images/bg-img-2.jpg") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
#slogan2.parallax_container {
    height: 70vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#slogan2::before,
#slogan2::after{
    height: 10.5rem;
    content: "";
    display: block;
}
#slogan .heading {
    margin: 0 0 .5rem 0;
    font-size: 3.5em;
    color: #f3f2c9;
}
#slogan .sub-heading{
    margin: 0;
    font-size: 1.75em;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.25;
    color: #f3f2c9;
}
@media (max-width: 1024px){
    #slogan .heading {
        font-size: 2.75em;
    }
    #slogan .sub-heading {
        font-size: 1.5em;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #slogan .heading {
        margin: 0 0 .5rem 0;
        font-size: 2.5em;
    }
    #slogan .sub-heading {
        margin: 0;
        font-size: 1.35em;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #slogan::before {
        height: 3.5rem;
    }
    #slogan::after {
        height: 2.5rem;
    }
    #slogan2::before, #slogan2::after {
        height: 6.5rem;
    }
    #slogan.parallax_container {
        height: 55vh;
    }
    #slogan .heading {
        margin: 0 0 1rem 0;
        font-size: 2.25em;
    }
    #slogan .sub-heading {
        margin: 0;
        font-size: 1.3em;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #slogan::before {
        height: 3.5rem;
    }
    #slogan::after {
        height: 0;
    }
    #slogan2::before, #slogan2::after {
        height: 6.5rem;
    }
    #slogan.parallax_container {
        height: 55vh;
    }
    #slogan .heading {
        margin: 0 0 1rem 0;
        font-size: 2.35em;
    }
    #slogan .sub-heading {
        margin: 0;
        font-size: 1.15em;
    }
}
@media (max-width: 375px){
    #slogan .heading {
        margin: 0 0 1rem 0;
        font-size: 2em;
        line-height: 1.25;
    }
}
@media (max-width: 348px){
    #slogan::before {
        height: 3.5rem;
    }
    #slogan::after {
        height: 0;
    }
    #slogan2::before, #slogan2::after {
        height: 6.5rem;
    }
    #slogan.parallax_container {
        height: 55vh;
    }
    #slogan .heading {
        margin: 0 0 .5rem 0;
        font-size: 1.75em;
    }
    #slogan .sub-heading {
        margin: 0;
        font-size: 1em;
    }
}
/*Services Block styles*/
#services::before {
    height: 4rem;
    content: "";
    display: block;
}
#services::after {
    height: 3rem;
    content: "";
    display: block;
}

#services h2{
    font-size: 3em;
    margin: 0 0 3.5rem 0;
}
#services .about-list{
    display: block;
    margin: 2rem auto 3rem auto;
}
#services .price-btn {
    padding: 1.5rem 0;
}
@media (max-width: 1024px){
    #services h2 {
        font-size: 2.5em;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #services h2 {
        font-size: 2.35em;
        margin: 0 0 2.5rem 0;
    }
    #services p{
        font-size: 95%;
    }
    #services .about-list {
        padding-left: 1.25rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #services::before {
        height: 3rem;
    }
    #services h2 {
        font-size: 2.5em;
        margin: 0 0 2.5rem 0;
    }
    #services p{
        font-size: 90%;
    }
    #services .about-list {
        padding-left: 1.25rem;
    }
    #services .price-btn {
        padding: 0;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #services::before {
        height: 3rem;
    }
    #services h2 {
        font-size: 2.15em;
        margin: 0 0 2rem 0;
    }
    #services p{
        font-size: 90%;
    }
    #services .about-list {
        padding-left: 1.25rem;
    }
    #services .price-btn {
        padding: 0;
    }
}
@media (max-width: 375px){
    #services h2 {
        font-size: 2em;
        margin: 0 0 2rem 0;
    }
}
@media (max-width: 348px){
    #services::before {
        height: 3rem;
    }
    #services h2 {
        font-size: 2em;
        margin: 0 0 2rem 0;
    }
    #services p{
        font-size: 95%;
    }
    #services .about-list {
        padding-left: 1.25rem;
    }
}
/*Hover effect*/
.hover-mask a, .carousel-item .hover-mask .gallery-img {
    display: block;
    position: relative;
    overflow: hidden;
}
.hover-mask .thumb-modal{
    width: 100%;
    height: auto;
    border: 2px solid #b7c1c1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.carousel-item .hover-mask .gallery-img{
    width: 100%;
    height: auto;
    border: 1px solid #b7c1c1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.hover-mask:hover .thumb-modal{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.hover-mask a .mbri-file, .hover-mask a .mbri-search {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: auto;
    width: 100%;
    padding: 32.3% 20px;
    text-align: center;
    background-color: rgba(80,77,74,0.6);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
.gallery .hover-mask a .mbri-search, #blogCarousel .hover-mask a .mbri-search{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: auto;
    width: 100%;
    padding: 65% 20px;
    text-align: center;
    background-color: rgba(80,77,74,0.6);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
.hover-mask:hover a p, .gallery .hover-mask:hover a p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.hover-mask .mbri-file, .hover-mask .mbri-search, .gallery .hover-mask .mbri-search, #blogCarousel .hover-mask .mbri-search{
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    color: #fff;
    font-size: 3rem;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
.hover-mask:hover .mbri-file, .hover-mask:hover .mbri-search, .gallery .hover-mask:hover .mbri-search, #blogCarousel .hover-mask:hover .mbri-search {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    opacity: 1;
}

@media (max-width: 991px) and (min-width: 768px) {
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 27.1% 20px;
    }
    .gallery .hover-mask a .mbri-search{
        padding: 21% 20px;
    }
    #blogCarousel .hover-mask a .mbri-search{
        padding: 58.45% 20px;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 29% 20px;
    }
    .gallery .hover-mask a .mbri-search{
        padding: 27.2% 20px;
    }
    #blogCarousel .hover-mask a .mbri-search{
        padding: 52.5% 20px;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 32.2% 20px;
    }
    .gallery .hover-mask a .mbri-search{
        padding: 31% 20px;
    }
    #blogCarousel .hover-mask a .mbri-search{
        padding: 67.5% 20px;
    }
}
@media (max-width: 348px){
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 30.12% 20px;
    }
    #blogCarousel .hover-mask a .mbri-search{
        padding: 65.2% 20px;
    }
}

/*Awards Block styles*/
#awards::before{
    height: 3rem;
    content: "";
    display: block;
}
#awards::after {
    height: 6rem;
    content: "";
    display: block;
}
#awards .h5{
    margin: 0 0 2rem 1.65rem;
    padding: .15rem 0 0 .8rem;
}

#awards #blogCarousel {
    margin-top: 1.5rem;
}
#awards #blogCarousel .carousel-indicators{
    position: absolute;
    right: 0;
    bottom: -4rem;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
@media (max-width: 767px) and (min-width: 576px) {
    #awards .h5{
        margin: 0 0 3rem 1rem;
        padding: .35rem 0 0 .8rem;
    }

}
@media (max-width: 575px) and (min-width: 349px) {
    #awards .h5{
        margin: 0 0 3rem 1rem;
        padding: .35rem 0 0 .8rem;
    }

}
@media (max-width: 348px){
    #awards .h5{
        margin: 0 0 3rem 1rem;
        padding: .35rem 0 0 .8rem;
        font-size: 95%
    }

}
/* The colour of the indicators */
#awards #blogCarousel .carousel-indicators li {
    background: #bbbbbb;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
#awards #blogCarousel .carousel-indicators .active {
    background: #418ec2;
    border:0;
}
/* Scroll to top button*/
#scrollToTopBtn{
    display: inline-block;
    background-color: #3b465e;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    color: #ffffff;
    font-size: 2em;
}
#scrollToTopBtn:hover {
    cursor: pointer;
    background-color: #418ec2;
    border: 2px solid #fff;
    color: #fff;
}
#scrollToTopBtn:active {
    background-color: #418ec2;
    border: 2px solid #fff;
    color: #fff;
}
#scrollToTopBtn.show {
    opacity: 1;
    visibility: visible;
}
/*Footer Block styles*/
#footer:before{
    height: 2.5rem;
    content: "";
    display:block;
}
#footer:after{
    height: 0;
    content: "";
    display:block;
}

#footer h2{
    font-size: 2.75em;
    margin: 0 0 3.5rem 0;
}
#footer .line{
    height: 32px;
    left: 2rem;
    top: 10.5rem;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:35%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left: 2rem;
    top:0;
    height: 95%;
    width: 90%;
    position:absolute;
    border: 5px solid #ffffff;
    box-shadow: 6px 3px 10px rgba(0, 0, 0, 0.3);
    /*padding: 0 1.2rem;*/
}

.contacts-list {
    list-style: none;
    width: 60%;
    display: block;
    margin: 2rem auto 5rem auto;
    padding-left: 1.5rem;
}
.contacts-list li {
    padding: 5px 0;
}
.contacts-icons {
    margin-right: .75rem;
}
.mapa{
    background: transparent url("../images/icons/map.png") no-repeat;
    padding: .25rem 1rem;
}
.sm3{
    font-size:75%;
}
.phone{
    background: transparent url("../images/icons/phone.png") no-repeat;
    padding: 0 1rem .42rem 1rem;
}
.web{
    background: transparent url("../images/icons/globe.png") no-repeat;
    padding: 0 1rem .45rem 1rem;
}
.mail{
    background: transparent url("../images/icons/message.png") no-repeat;
    padding: 0 1rem .25rem 1rem;
}
.clock{
    background: transparent url("../images/icons/clock.png") no-repeat;
    padding: 0 1rem .35rem 1rem;
}
@media (max-width: 1024px){
    .contacts-list {
        width: 70%;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #footer::before {
        height: 1.5rem;
    }
    #footer h2 {
        font-size: 2.5em;
        margin: 0 0 2.15rem 0;
    }
    .contacts-list {
        list-style: none;
        width: 95%;
        display: block;
        margin: 1rem auto 3rem auto;
        padding-left: 0;
        font-size: 95%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #footer::before {
        height: 1.5rem;
    }
    #footer h2 {
        font-size: 2.5em;
        margin: 0 0 2.15rem 0;
    }
    .contacts-list {
        list-style: none;
        width: 56%;
        display: block;
        margin: 1rem auto 3rem auto;
        padding-left: 0;
        font-size: 90%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #footer::before {
        height: 2rem;
    }
    #footer h2 {
        font-size: 2.5em;
        margin: 0 0 2.15rem 0;
    }
    .contacts-list {
        list-style: none;
        width: 75%;
        display: block;
        margin: 1rem auto 3rem auto;
        padding-left: 0;
        font-size: 90%;
    }
}
@media (max-width: 375px){
    #footer h2 {
        font-size: 2em;
    }
    .contacts-list {
        width: 87%;
    }
}
@media (max-width: 348px){
    #footer::before {
        height: 2rem;
    }
    #footer h2 {
        font-size: 2em;
        margin: 0 0 1.5rem 0;
    }
    .contacts-list {
        list-style: none;
        width: 100%;
        display: block;
        margin: 1rem auto 2rem auto;
        padding-left: 0;
        font-size: 89%;
    }
}
/*Copyright Block styles*/
#copyright{
    background: #055052;
    padding: 3rem 0;
}
#copyright p{
    margin: 0;
}
#copyright p a{
    text-decoration: underline;
    color: #53b8bb;
}
#copyright p a:hover{
    text-decoration: underline;
}
@media (max-width: 991px) and (min-width: 768px) {
    #copyright {
        padding: 1.5rem 0;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #copyright {
        padding: 1.25rem 0;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #copyright {
        padding: 1rem 0;
    }
}
@media (max-width: 348px){
    #copyright {
        padding: 1rem 0;
    }
}