/* 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 {
    height: 7rem;
    content: "";
    display:block;
}
#home::after{
    height:6rem;
    content: "";
    display:block;
}
#home {
    background: transparent url("../images/bg-header.jpg") no-repeat center;
    background-size: cover;
}
.text-block {
    margin: 0 0 0 1rem;
    padding: 4.75rem 1.5rem 9.5rem 0.5rem;
    width: 75%;
    color: #484848;
}
.text-block h1 {
    display: block;
    margin: 0 0 2.5rem 0;
    font-size: 3.5rem;
    font-weight: normal;
    line-height: 1;
    color: #fff;
}
.text-block .sm {
    font-size: 2rem;
}
.text-block p{
    font-size: 1.35rem;
    text-shadow: 1px 1px 0 #fff;
    width: 80%;
}
.lines {
    display: block;
    background: transparent;
    width: 18%;
    height: 6px;
    border-top: 1px solid #a4dbe4;
    border-bottom: 1px solid #a4dbe4;
}
.round{
    display: block;
    position:relative;
    bottom: .43rem;
    left: 5.95rem;
    background: transparent;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #a4dbe4;
}
#home .lines{
    margin: .75rem 0 0 -1.5rem;
}

@media (max-width: 991px) and (min-width: 768px) {
    #home {
        background: transparent url("../images/bg-header.jpg") no-repeat left;
        background-size: cover;
    }
    #home::before{
        height: 6rem;
        content: "";
        display:block;
    }
    #home::after {
        height: 1rem;
        content: "";
        display:block;
    }
    .navbar-expand-lg .container{
        margin: 0;
    }
    .navbar-toggler {
        right: 1.5rem;
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 1.1rem;
    }
    .navbar-brand img {
        width: 95%;
        height: auto;
    }
    .navbar-caption {
        margin-left: 0;
        font-size: 90%;
    }
    .text-block {
        margin: 1rem 0 0 0;
        padding: 2.35rem 1rem 2.5rem 1rem;
        width: 100%;
    }
    .text-block h1{
        font-size: 2.5rem;
        top: 6.5rem;
    }
    #home .lines {
        margin: .75rem 0 0 -1.5rem;
    }
    #home .lines .round{
        left: 4.25rem;
    }
    .text-block .sm {
        font-size: 1.5rem;
    }
    .text-block p{
        font-size: 1.25rem;
        width: 100%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #home{
        background: transparent url("../images/bg-header.jpg") no-repeat left;
        background-size: cover;
    }
    .navbar-expand-lg .container{
        margin: 0;
    }
    .navbar-toggler {
        right: 1.5rem;
    }
    #home::before,
    #home::after{
        height: 1rem;
        content: "";
        display: block;
    }
    .text-block {
        margin: 1rem 0 0 0;
        padding: 2.35rem 1rem 1.5rem 1rem;
        width: 100%;
    }
    .text-block h1{
        margin: 0 0 1.5rem 0;
        font-size: 2rem;
        top: 6.5rem;
    }
    #home .lines {
        margin: .75rem 0 0 -1.5rem;
    }
    #home .lines .round{
        left: 4.25rem;
    }
    .text-block .sm {
        font-size: 1rem;
    }
    .text-block p{
        font-size: 100%;
        width: 70%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #home {
        background: transparent url("../images/bg-header.jpg") no-repeat left;
        background-size: cover;
    }
    .navbar-toggler {
        right: 1rem;
    }
    .navbar-brand img {
        width: 82%;
        height: auto;
    }
    .navbar-caption {
        margin-left: 0;
        font-size: 90%;
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 1.1rem;
    }
    #home::before,
    #home::after{
        height: 0;
        content: "";
        display: block;
    }
    .text-block {
        margin: 1rem 0 0 0;
        padding: 2.35rem 1rem 1.5rem 1rem;
        width: 100%;
    }
    .text-block h1{
        margin: 0 0 1.5rem 0;
        font-size: 1.8rem;
        top: 6.5rem;
    }
    #home .lines {
        margin: .75rem 0 0 -1.5rem;
    }
    #home .lines .round{
        left: 4.65rem;
    }
    .text-block .sm {
        font-size: 1rem;
    }
    .text-block p{
        font-size: 85%;
        width: 57%;
    }
}
@media (max-width: 348px){
    #home {
        background: transparent url("../images/bg-header.jpg") no-repeat left;
        background-size: cover;
    }
    .navbar-brand img {
        width: 88%;
        height: auto;
        margin: 0;
    }
    .navbar-caption {
        margin-left: 0;
        font-size: 70%;
    }
    .navbar-toggler {
        right: 1.5rem;
        top: .5rem;
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 1.1rem;
    }
    #home::before,
    #home::after{
        height: 0;
        content: "";
        display: block;
    }
    .text-block {
        margin: 1rem 0 0 0;
        padding: 2.35rem 1rem 2.5rem 1rem;
        width: 100%;
    }
    .text-block h1{
        font-size: 1.7rem;
        top: 6.5rem;
        margin: 0 0 1rem 0;
    }
    .round{
        bottom: .43rem;
        left: 3.1rem;
    }
    #home .lines{
        margin: .75rem 0 0 -1.5rem;
    }
    .text-block .sm {
        font-size: 1rem;
    }
    .text-block p{
        font-size: 90%;
    }

}
/*Reasons Block styles*/
#reasons::before {
    height: 4rem;
    content: "";
    display: block;
}
#reasons::after {
    height: 4.5rem;
    content: "";
    display: block;
}
#reasons{
    background: rgba(53,145,208, .15);
}
#reasons h2{
    margin: 0 0 3rem 1.75rem;
}
.lines2 {
    display: block;
    background: transparent;
    width: 7%;
    height: 6px;
    border-top: 1px solid #f58220;
    border-bottom: 1px solid #f58220;
}
.lines2 .round{
    bottom: .35rem;
    left: 5.55rem;
    border: 2px solid #f58220;
}
#reasons .lines2{
    margin: 1rem 0 0 -1.15rem;
}
.reason-1{
    background: #fff url("../images/1.png") no-repeat -47px bottom;
}
.reason-2{
    background: #fff url("../images/2.png") no-repeat -47px bottom;
}
.reason-3{
    background: #fff url("../images/3.png") no-repeat -47px bottom;
}
.reason-4{
    background: #fff url("../images/4.png") no-repeat -32px bottom;
}
.reason-1, .reason-2, .reason-3, .reason-4{
    width: 100%;
    height: 220px;
    border: 1px solid #ced2d6;
}
.reason-1:hover, .reason-2:hover, .reason-3:hover, .reason-4:hover{
    box-shadow: 5px 5px 5px rgba(113,117,127,.35);
}
.reason-1 .reason-title, .reason-2 .reason-title, .reason-3 .reason-title, .reason-4 .reason-title{
    display: block;
    position: relative;
    top: 0;
    font-size: 1.2rem;
    line-height: 1.25;
    color: #f58220;
}
.img-reason {
    padding: 0 4.2rem;
}
@media (max-width: 991px) and (min-width: 768px) {
    #reasons h2{
        font-size: 1.5rem;
    }
    #reasons .lines2{
        margin: 1rem 0 0 -1.15rem;
        width: 9.5%;
    }
    #reasons .lines2 .round{
        left: 4.15rem;
    }
    #reasons .mar1{
        margin-top: 1rem;
    }
    .reason-1, .reason-2, .reason-3{
        height: 170px;
    }
    .img-reason {
        padding: 0 2.5rem;
        width: 100%;
    }
    .reason-1, .reason-2, .reason-3, .reason-4{
        height: 120px;
        background-size: 80%;
    }
    .reason-1 .reason-title, .reason-2 .reason-title, .reason-3 .reason-title, .reason-4 .reason-title{
        top: 0.25rem;
        font-size: 85%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #reasons h2{
        font-size: 1.5rem;
    }
    #reasons .lines2{
        margin: 1rem 0 0 -1.15rem;
        width: 12.5%;
    }
    #reasons .lines2 .round{
        left: 4.15rem;
    }
    #reasons .mar1{
        margin-top: 1rem;
    }
    .reason-1, .reason-2, .reason-3, .reason-4{
        height: 200px;
        background-size: 65%;
    }
    .reason-1 .reason-title, .reason-2 .reason-title, .reason-3 .reason-title, .reason-4 .reason-title{
        top: -0.75rem;
    }
    .img-reason {
        padding: 0 3.1rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #reasons h2{
        font-size: 1.5rem;
    }
    #reasons .lines2{
        margin: 1rem 0 0 -1.15rem;
        width: 16%;
    }
    #reasons .lines2 .round{
        left: 4.15rem;
    }
    #reasons .mar1{
        margin-top: 1rem;
    }
    .reason-1, .reason-2, .reason-3, .reason-4{
        height: 250px;
    }
    .reason-1 .reason-title, .reason-2 .reason-title, .reason-3 .reason-title, .reason-4 .reason-title{
        top: 1.25rem;
    }
    .img-reason {
        padding: 0 8.65rem;
    }
}
@media (max-width: 348px){
    #reasons h2{
        font-size: 1.5rem;
    }
    .lines2{
        width: 15%;
    }
    .lines2 .round{
        bottom: .35rem;
        left: 2.65rem;
        border: 2px solid #f58220;
    }
    #reasons .lines2{
        margin: 1rem 0 0 -1.15rem;
    }
    #reasons .mar1{
        margin-top: 1rem;
    }
    .img-reason {
        padding: 0 4.55rem;
    }
    .reason-1, .reason-2, .reason-3, .reason-4{
        height: 238px;
    }
    .reason-1 .reason-title, .reason-2 .reason-title, .reason-3 .reason-title, .reason-4 .reason-title{
        top: 1.25rem;
    }
}
/*Services Block styles*/
#services::before {
    height: 4rem;
    content: "";
    display: block;
}
#services::after {
    height: 5rem;
    content: "";
    display: block;
}
#services{
    border-bottom: 1px solid #3591d0;
}
#services h1{
    margin: 0 0 3rem 1.65rem;
}
#services .lines2{
    margin: 1rem 0 0 -1.15rem;
}
#services .sub-heading{
    margin-top: 1.75rem;
    padding: 0 1rem 0 1.5rem;
}
.uslugi {
    margin-top: 3.5rem;
}
.uslugi .mar1 {
    margin-bottom: 2rem;
}
.uslugi-title {
    margin-top: 1.5rem;
    font-size: 1.18rem;
    text-align: center;
    color: #00508f;
}
@media (max-width: 991px) and (min-width: 768px) {
    #services .lines2{
        margin: 1rem 0 0 -1.5rem;
        width: 10.5%;
    }
    #services .lines2 .round{
        left: 4.55rem;
    }
    .uslugi-card a {
        height: 48%;
    }
    .uslugi-title {
        font-size: 1rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #services::before,
    #services::after {
        height: 2rem;
        content: "";
        display: block;
    }
    #services h1{
        font-size: 2.1rem;
        margin: 0 0 3rem 1.65rem;
    }
    #services .sub-heading {
        margin-top: 1.75rem;
        padding: 0;
        font-size: 95%;
    }
    #services .lines2{
        margin: 1rem 0 0 -1.5rem;
        width: 10.5%;
    }
    #services .lines2 .round{
        left: 3.5rem;
    }
    .uslugi-card a {
        height: 48%;
    }
    .uslugi-title {
        width: 100%;
    }
    .uslugi .mar1 {
        margin-bottom: 1rem;
    }
    .price-btn {
        margin-top: 3.5rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #services::before,
    #services::after {
        height: 2rem;
        content: "";
        display: block;
    }
    #services h1{
        font-size: 2.1rem;
        margin-left: 0;
    }
    #services .sub-heading {
        margin-top: 1.75rem;
        padding: 0;
        font-size: 95%;
    }
    #services .lines2{
        margin: 1rem 0 0 -.15rem;
        width: 10.5%;
    }
    #services .lines2 .round{
        left: 2.85rem;
    }
    .uslugi-card a {
        height: 57%;
    }
    .uslugi-title {
        width: 100%;
        font-size: 1.5rem;
    }
}
@media (max-width: 348px){
    #services::before,
    #services::after {
        height: 2rem;
        content: "";
        display: block;
    }
    #services h1{
        font-size: 2.1rem;
        margin-left: 0;
    }
    #services .lines2{
        margin: 1rem 0 0 -.15rem;
    }
    #services .lines2 .round{
        left: 2.85rem;
    }
    #services .sub-heading {
        margin-top: 0;
        padding: 0;
        font-size: 95%;
    }
    .uslugi-title {
        width: 100%;
        font-size: 1.35rem;
    }
}
/*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 rgba(245,130,32,.77);
    -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: 2px solid rgba(128,130,131,.35);
    -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: 34.5% 20px;
    text-align: center;
    background-color: rgba(0,80,143,0.52);
    -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{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: auto;
    width: 100%;
    padding: 29% 20px;
    text-align: center;
    background-color: rgba(0,80,143,0.52);
    -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{
    -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 {
    -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: 30% 20px;
    }
    .gallery .hover-mask a .mbri-search{
        padding: 21% 20px;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 31.5% 20px;
    }
    .gallery .hover-mask a .mbri-search{
        padding: 27.2% 20px;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 35.2% 20px;
    }
    .gallery .hover-mask a .mbri-search{
        padding: 31% 20px;
    }
}
@media (max-width: 348px){
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 33.1% 20px;
    }
}
/*Modals styles - uslugi*/
.modal-content{
    padding: 0 .75rem;
    border: 2px solid #f2f2f2;
}
.modal-header{
    border-bottom: 1px solid #a4dbe4;
}
.modal-title {
    margin-left: 0;
    line-height: 1.25;
}
.modal-title  .sml {
    font-size: 69%;
    font-weight: 400;
}
.modal-header button.close {
    font-size: 2.5rem;
}
.modal-body {
    padding: 2rem 1rem;
}
.modal-body .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.modal-img{
    width: 100%;
    height: auto;
    margin: 0 0 1rem 0;
    border: 1px solid rgb(247,162,0);
}
.modal-img2 {
    width: 100%;
    height: auto;
}
.modal-logo {
    width: 100%;
    height: auto;
    margin: 3rem 0 0 0;
}
.modal .modal-list {
    list-style: none;
    text-align: justify;
    padding-left: 1.65rem;
}
.modal .modal-list li::before {
    content: "\25E6";
    color: #f58220;
    display: inline-block;
    width: .75em;
    margin-left: -0.25em;
    margin-right: -0.05rem;
    font-size: 3.5em;
    line-height: .15;
    -ms-transform: translateY(14px);
    -webkit-transform: translateY(14px);
    transform: translateY(14px);
}
.colour{
    font-weight: 700;
    color: #1d2a82;
}
@media (max-width: 991px) and (min-width: 768px) {
    .modal-body p, .modal-list{
        font-size: 85%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .modal-img{
        margin: 0 0 1rem 0;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .modal-img{
        margin: 0 0 1rem 0;
    }
}
@media (max-width: 348px){
    .modal-img{
        margin: 0 0 1rem 0;
    }
    .modal-title {
        font-size: 1.35rem;
    }
}
/*About Block styles*/
#about::before{
     height: 2rem;
     content: "";
     display: block;
 }
#about::after{
    height: 6rem;
    content: "";
    display: block;
}
#about h2 {
    margin: 0 0 2rem 1.65rem;
}
#about .mar1 {
    margin-top: 2rem;
}
#about .lines2{
    margin: 1rem 0 0 -1.15rem;
}
.about-img {
    margin: 0 0 1.5rem 1rem;
    width: 75%;
    height: auto;
    border: 2px solid rgba(245,130,32, .77);
}
#about .sub-heading{
    font-size: larger;
    color: #f7a200;
}
#about p {
    padding: 0 1rem;
}
#about .h5{
    margin: 1rem 0;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.15rem;
    line-height: 1.1;
}
.logos {
     margin: 1.5rem 0;
 }
.logos-img {
    width: 100%;
    height: auto;
}
.highlight {
    margin: 1.75rem 0 0 0;
    font-size: 1.25rem;
    font-weight: 500;
    color: #3591d0;
}
.about-list {
     list-style: none;
     text-align: justify;
     padding-left: 5.65rem;
     margin-top: 1.25rem;
     width: 90%;
 }
.about-list li::before {
    content: "\25E6";
    color: #f58220;
    display: inline-block;
    width: .75em;
    margin-left: -0.75em;
    margin-right: -0.062em;
    font-size: 3.5em;
    line-height: .5;
    -ms-transform: translateY(24px);
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
}

@media (max-width: 991px) and (min-width: 768px) {
    #about::before,
    #about::after{
        height: 3rem;
        content: "";
        display: block;
    }
    #about p, .about-list {
        font-size: 90%;
    }
    #about h2{
        margin: 0 0 2rem 1.15rem;
    }
    #about .lines2{
        margin: 1rem 0 0 -1.15rem;
        width: 10%;
    }
    #about .lines2 .round{
        left: 4.35rem;
    }
    .about-img {
        margin: 0;
        width: 96%;
    }
    .about-list {
        padding-left: 3.5rem;
        width: 95%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #about::before{
        height: 2rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 3rem;
        content: "";
        display: block;
    }
    #about h2{
        margin: 0 0 2rem 1.15rem;
    }
    #about .lines2{
        margin: 1rem 0 0 -1.15rem;
        width: 10%;
    }
    #about .lines2 .round{
        left: 3.35rem;
    }
    #about p {
        padding: 0;
    }
    .about-img {
        margin: 0 0 1rem 0;
        width: 100%;
        height: auto;
    }
    #about .h5{
        font-size: 1.05rem;
        line-height: 1.35;
    }
    .about-list {
        padding-left: 3.5rem;
        width: 95%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #about::before{
        height: 2rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 3rem;
        content: "";
        display: block;
    }
    #about h2{
        margin-left:0;
    }
    #about p {
        padding: 0;
    }
    #about .lines2{
        margin: 1rem 0 0 -.15rem;
        width: 10%;
    }
    #about .lines2 .round{
        left: 2.75rem;
    }
    .about-img {
        margin: 0 0 1rem 0;
        width: 100%;
        height: auto;
    }
    #about .h5 {
        font-size: 1.1rem;
        line-height: 1.5;
    }
    .about-list {
        padding-left: 2.65rem;
        width: 100%;
    }
}
@media (max-width: 348px){
    #about::before{
        height: 1rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 2rem;
        content: "";
        display: block;
    }
    #about h2{
        margin-left:0;
        font-size: 1.65rem;
    }
    #about .lines2{
        margin: 1rem 0 0 -.15rem;
    }
    #about .lines2 .round{
        left: 2.75rem;
    }
    #about p {
        padding: 0;
    }
    .about-img {
        margin: 0 0 1rem 0;
        width: 100%;
        height: auto;
    }
    #about .h5 {
        font-size: 1.1rem;
        line-height: 1.5;
    }
    .about-list {
        padding-left: 2.65rem;
        width: 100%;
    }
}

/*Slogan Block styles*/
#slogan{
    background: transparent url("../images/bg-slogan.jpg") no-repeat center;
    background-size: cover;
}
#slogan::before,
#slogan::after{
    height: 3.5rem;
    content: "";
    display: block;
}
#slogan .h1{
    margin: 0 0 0 3rem;
    font-size: 4rem;
    line-height: 1.15;
    color: #fff;
}
#slogan .lines {
    margin: .75rem 0 0 -1.5rem;
    width: 10%;
}
#slogan .round{
    bottom: .35rem;
    left: 7.9rem;
}
#slogan .sm {
    font-size: 55%;
}
#slogan .sub-heading{
    margin-top: 1.5rem;
    padding: 0 3rem;
    font-size: 1.5rem;
    color: #fff;
}

@media (max-width: 991px) and (min-width: 768px) {
    #slogan .h1{
        font-size: 3.5rem;
        margin: 0 0 0 .75rem;
    }
    #slogan .sub-heading{
        font-size: 1.15rem;
        line-height: 1.35;
        padding: 0 2rem 0 1.5rem;
    }
    #slogan .lines {
        margin: .75rem 0 0 -1.05rem;
        width: 12.25%;
    }
    #slogan .round{
        left: 5.45rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #slogan .h1{
        font-size: 2.85rem;
        margin: 0 0 0 .75rem;
    }
    #slogan .sub-heading{
        font-size: 1.15rem;
        line-height: 1.35;
        padding: 0 2rem 0 1.5rem;
    }
    #slogan .lines {
        margin: .75rem 0 0 -1.05rem;
        width: 16%;
    }
    #slogan .round{
        left: 5.45rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #slogan .h1{
        font-size: 2.65rem;
        margin: 0 0 0 .75rem;
    }
    #slogan .sub-heading{
        font-size: 1.15rem;
        line-height: 1.35;
        padding: 0 0 0 1.5rem;
    }
    #slogan .lines {
        margin: .75rem 0 0 -1.05rem;
        width: 16%;
    }
    #slogan .round{
        left: 4.25rem;
    }
}
@media (max-width: 348px){
    #slogan .h1{
        font-size: 1.95rem;
        margin: 0 0 0 1rem;
    }
    #slogan .sub-heading{
        font-size: 1.15rem;
        line-height: 1.2;
        padding: 0 1.5rem;
    }
    #slogan .lines {
        margin: .75rem 0 0 -.15rem;
        width: 28%;
    }
    #slogan .round{
        left: 5.15rem;
    }
}
/*Partners Block styles*/
#partners::before{
    height: 2rem;
    content: "";
    display: block;
}
#partners::after{
    height: 1rem;
    content: "";
    display: block;
}
#partners{
    padding-bottom: 3rem;
}
#partners h3{
    margin: 0 0 3rem 1.65rem;
}
#partners .lines2{
    margin: 1rem 0 0 -1rem;
}
#partners #logoCarousel {
    margin-top: 1.5rem;
}
#partners #logoCarousel .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;
}
/* The colour of the indicators */
#partners{
    padding-bottom: 5rem;
}
#partners #logoCarousel .carousel-indicators li {
    background: #fff;
    border: 2px solid #ced2d6;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
#partners #logoCarousel .carousel-indicators .active {
    background: #fff;
    border: 2px solid #3591d0;
}
.logo-img {
    width:100%;
    height:auto;
    transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .68;
}
.logo-img:hover{
    transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}
@media (max-width: 991px) and (min-width: 768px) {
    #partners .lines2{
        margin: 1rem 0 0 -1.15rem;
        width: 11%;
    }
    #partners .lines2 .round{
        left: 4.75rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #partners .h3{
        margin: 0 0 2.5rem 0;
    }
    #partners .lines2{
        margin: 1rem 0 0 -1.15rem;
        width: 11%;
    }
    #partners .lines2 .round{
        left: 3.75rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #partners .h3{
        margin: 0 0 2.5rem 0;
    }
    #partners .lines2{
        margin: 1rem 0 0 -1.15rem;
        width: 11%;
    }
    #partners .lines2 .round{
        left: 2.75rem;
    }
}
@media (max-width: 348px){
    #partners h3{
        margin: 0 0 1rem 0;
    }
    #partners .lines2{
        margin: 1rem 0 0 -.15rem;
    }
    #partners .lines2 .round{
        left: 2.75rem;
    }
}
/* Scroll to top button*/
#scrollToTopBtn{
    display: inline-block;
    background-color: #fff;
    border: 2px solid #3591d0;
    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: #3591d0;
    font-size: 2em;
}
#scrollToTopBtn:hover {
    cursor: pointer;
    background-color: #fff;
    border: 2px solid #f58220;
    color: #f58220;
}
#scrollToTopBtn:active {
    background-color: #fff;
    border: 2px solid #f58220;
    color: #f58220;
}
#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{
    background: transparent url('../images/bg-footer.jpg') no-repeat center;
    background-size: cover;
}
#footer .heading {
    margin: 0 0 1.5rem 1rem;
}
#footer .h2{
    margin: 0 0 3rem 0;
    color: #fff;
}
#footer .lines {
    margin: .75rem 0 0 -1.5rem;
}
#footer .round{
    bottom: .35rem;
    left: 5.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: 2px solid #a4dbe4;
    box-shadow: 6px 3px 10px rgba(0, 0, 0, 0.3);
    /*padding: 0 1.2rem;*/
}
.contact-info{
    padding: 0 9rem 1rem 1rem;
}
.sub-heading3 {
    font-size: 1.35rem;
    font-weight: 400;
    border-top: 1px solid rgba(255,255,255,.8);
    margin: 2rem 0 .75rem 0;
}
.contacts-list {
    list-style: none;
    margin: 2rem 0;
    padding-left:.4rem;
    font-size: 1.15rem;
    color: #fff;
}
.contacts-list li {
    padding: 5px 0;
}
.contacts-list li a{
    color: #e7aa59;
}
.contacts-list li a:hover{
    color: #e7aa59;
    text-decoration: underline;
}
#footer .contact-info h4 {
    margin-left: 0;
    margin-bottom: 2rem;
    font-size: 1.2rem;
    color: #1d2a82;
}
#footer .contact-info h4 .lines{
    width: 10%;
    margin: .65rem 0 0 -1rem;
}
.contacts-icons {
    margin-right: .4rem;
}
.mapa{
    background: transparent url("../images/icons/map.png") no-repeat;
    padding: .25rem 1rem;
}
.sm3{
    font-size:smaller;
}
.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: 991px) and (min-width: 768px) {
    #footer::before {
        height: 1.5rem;
        content: "";
        display: block;
    }
    #footer{
        background: transparent url('../images/bg-footer.jpg') no-repeat center;
        background-size: cover;
    }
    #footer .heading .img-fluid {
        width: 45%;
        height: auto;
    }
    #footer .h2{
        margin-left: 0;
    }
    #footer .lines {
        margin: .75rem 0 0 -.15rem;
    }
    #footer .round{
        left: 3.15rem;
    }
    .contact-info {
        padding: 1rem 0;
    }
    .contacts-list li {
        padding: 6px 0;
        font-size: 90%;
    }
    .sm3 {
        font-size: smaller;
    }
    .map-responsive iframe {
        top: 15px;
        left: 15px;
        width: 91%;
    }
    .web {
        padding: 0 1rem .53rem 1rem;
    }
    .phone {
        padding: 0 1rem .47rem 1rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #footer::before {
        height: 1.5rem;
        content: "";
        display: block;
    }
    #footer{
        background: transparent url('../images/bg-footer.jpg') no-repeat center;
        background-size: cover;
    }
    #footer .h2{
        margin-left: 0;
    }
    #footer .lines {
        margin: .75rem 0 0 -.15rem;
    }
    #footer .round{
        left: 2.95rem;
    }
    .contact-info {
        padding: 1rem 0;
    }
    .contacts-list li {
        padding: 6px 0;
        font-size: 82%;
    }
    .sm3 {
        font-size: smaller;
    }
    #footer .contact-info h4 {
        font-size: 1.3rem;
    }
    #footer .contact-info h4 .lines {
        width: 10%;
        margin: .65rem 0 0 .15rem;
    }
    .map-responsive iframe {
        top: 15px;
        left: 7px;
        width: 91%;
        height: 80%;
    }
    .mail{
        background: transparent url("../images/icons/message.png") no-repeat;
        padding: 0 1rem 1.25rem 1rem;
    }
    .web {
        padding: 0 1rem .53rem 1rem;
    }
    .phone {
        padding: 0 1rem .57rem 1rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #footer::before {
        height: 2rem;
        content: "";
        display: block;
    }
    #footer{
        background: transparent url('../images/bg-footer.jpg') no-repeat right;
        background-size: cover;
    }
    #footer .h2{
        margin-left: 0;
    }
    #footer .lines {
        margin: .75rem 0 0 -.15rem;
    }
    #footer .round{
        left: 5.05rem;
    }
    .contact-info{
        padding: 1rem 0;
    }
    .contacts-list li {
        padding: 6px 0;
        font-size: 95%;
    }
    .map-responsive iframe {
        top: 15px;
        left: 15px;
        width: 91%;
        height: 87%;
    }
    .web {
        padding: 0 1rem .53rem 1rem;
    }
    .phone {
        padding: 0 1rem .47rem 1rem;
    }
}
@media (max-width: 348px){
    #footer::before {
        height: 1rem;
        content: "";
        display: block;
    }
    #footer{
        background: transparent url('../images/bg-footer.jpg') no-repeat right;
        background-size: cover;
    }
    #footer .h2{
        margin-left: 0;
    }
    #footer .lines {
        margin: .75rem 0 0 -.15rem;
    }
    #footer .round{
        left: 3.5rem;
    }
    .contact-info{
        padding: 1rem 0;
    }
    .contacts-list li {
        padding: 7px 0;
        font-size: 90%;
    }
    .map-responsive iframe {
        top: 15px;
        left: 15px;
        width: 91%;
        height: 87%;
    }
    .web {
        padding: 0 1rem .53rem 1rem;
    }
    .phone {
        padding: 0 1rem .47rem 1rem;
    }
}
/*Copyright Block styles*/
#copyright::before,
#copyright::after{
    height: 0;
    content: "";
    display: block;
}
.copyright {
    /*margin-top: 2rem;*/
    text-align: center;
    font-size: smaller;
    border-top: 1px solid #a4dbe4;
    padding: 1rem 0 0 0;
    color: #fff;
}
.copyright a{
    color: #e7aa59;
}
.copyright a:hover{
    color: #e7aa59;
    text-decoration: underline;
}