/* 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*/
.navbar-caption {
    font-size: 1.65rem;
    font-weight: 600;
    line-height: 1;
    color: #004394;
    text-shadow: 2px 2px #3b3b3b;
}
.navbar-caption .colour{
    font-size: 1rem;
    font-weight: 300;
    color: #3b3b3b;
    text-shadow: none;
}
#home {
    background: transparent url("../images/bg-header.jpg") no-repeat center;
    background-size: cover;
}
#home::before,
#home::after{
    height: 10rem;
    content: "";
    display: block;
}
.text-block {
    width: 90%;
    margin: 6rem 0 0 2rem;
    padding: .5rem 1.5rem 2.5rem 1rem;
    background: rgba(254,254,254,0.39);
}
.text-block h1{
    font-size: 2.75rem;
    color: #004394;
}
.lines {
    display: block;
    position: relative;
    margin: 0 0 2rem -2.5rem;
    width: 55px;
    height: 25px;
    border-top: 1px solid #fff;
    border-bottom: 20px solid #de1b1b;
}
.text-block p{
    font-size: 1.2rem;
    color: #484d56;
}
@media (max-width: 991px) and (min-width: 768px) {
    #home::before, #home::after {
        height: 3rem;
        content: "";
        display:block;
    }
    .navbar-toggler {
        right: 1.5rem;
    }
    .navbar-caption {
        display: block;
        position: relative;
        left: -15rem;
    }
    .text-block{
        margin-top: 2rem;
        padding: 2rem 1rem 3.5rem 1rem;
    }
    .text-block h1 {
        font-size: 1.8rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #home::before, #home::after{
        height: 2rem;
        content: "";
        display: block;
    }
    .navbar-toggler {
        right: 1.5rem;
    }
    .navbar-caption {
        display: block;
        position: relative;
        left: -6rem;
    }
    #home .img-fluid{
        padding: 0;
    }
    .text-block {
        background: rgba(254,254,254,0.75);
        margin: 2rem 0 0 .25rem;
        padding: .5rem .75rem 1.25rem 1rem;
        width: 100%;
    }
    .text-block h1{
        font-size: 2rem;
        line-height: 1;
    }
    .lines {
        margin: 0 0 2rem -1.5rem;
    }
    .text-block p{
        font-size: 90%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .navbar-toggler {
        right: 1rem;
    }
    .navbar-brand .img-fluid {
        max-width: 82%;
        height: auto;
    }
    .navbar-caption {
        font-size: 1.5rem;
        display: block;
        position: relative;
        left: -4rem;
    }
    #home::before, #home::after{
        height: 1rem;
        content: "";
        display: block;
    }
    .text-block {
        background: rgba(254,254,254,0.75);
        margin: 2rem 0 0 .25rem;
        padding: .5rem .5rem 1.25rem 1rem;
    }
    .text-block h1{
        font-size: 2rem;
        line-height: 1;
    }
    .lines {
        margin: 0 0 2rem -1.5rem;
    }
    .text-block p{
        font-size: 90%;
    }
}
@media (max-width: 348px){
    #home::before, #home::after{
        height: 1rem;
        content: "";
        display: block;
    }
    .text-block {
        background: rgba(254,254,254,0.65);
        margin: 2rem 0 0 .25rem;
        padding: .5rem .5rem 1.25rem 1rem;
    }
    .text-block h1{
        font-size: 2rem;
        line-height: 1;
    }
    .lines {
        margin: 0 0 2rem -1.5rem;
    }
    .text-block p{
        font-size: 82%;
    }
}
/*Reasons Block styles*/
#reasons:before, #reasons:after{
    height: 3rem;
    content: "";
    display:block;
}
#reasons h2{
    margin-bottom: 2.5rem;
}
.line {
    display: block;
    width: 7rem;
    margin: 0 auto;
    padding: 4px 0;
    border-bottom: 1px solid #5aa4ea;
}
.reason-1 {
    background: #fff url("../images/reason-1.png") no-repeat center;
    background-size: cover;
    height: 230px;
    border: 1px solid rgba(72,77,86,.35);
}
.reason-2 {
    background: #fff url("../images/reason-2.png") no-repeat center;
    background-size: cover;
    height: 230px;
    border: 1px solid rgba(72,77,86,.35);
}
.reason-3 {
    background: #fff url("../images/reason-3.png") no-repeat center;
    background-size: cover;
    height: 230px;
    border: 1px solid rgba(72,77,86,.35);
}
.reason-4 {
    background: #fff url("../images/reason-4.png") no-repeat center;
    background-size: cover;
    height: 230px;
    border: 1px solid rgba(72,77,86,.35);
}
.reason-1:hover,
.reason-2:hover,
.reason-3:hover,
.reason-4:hover{
    background-color: #004394;
    border: 1px solid rgba(255,255,255,1);
}
.reason-1:hover .reason-title,
.reason-2:hover .reason-title,
.reason-3:hover .reason-title,
.reason-4:hover .reason-title{
    color:#fff;
}
.box-effect{
    position:relative;
}
.box-effect::before,.box-effect::after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.box-effect::after{
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}
.img-reason {
    width: 100%;
    height: auto;
    padding: 0 3.5rem;
    display: block;
    position: relative;
    bottom: 4rem;
}
.reason-title {
    display: block;
    position: relative;
    top: 10rem;
    font-size: 1.05em;
    font-weight: 600;
    line-height: 1.2;
    color: #004394;
}
@media (max-width: 991px) and (min-width: 768px) {
    .reason-title {
        font-size: 0.7rem;
        padding: 0 .2rem .5rem .2rem;
        top: 5rem;
    }
    .reason-1, .reason-2,
    .reason-3, .reason-4{
        height: 130px;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .reason-title {
        font-size: 1.2rem;
        bottom: 5rem;
    }
    .reason-1, .reason-2,
    .reason-3, .reason-4{
        margin-top: 1.5rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .reason-title {
        font-size: 1.2rem;
        bottom: 5rem;
    }
    .reason-1, .reason-2,
    .reason-3, .reason-4{
        margin-top: 1.5rem;
        background-position: 0 -12px;
    }
}
@media (max-width: 348px){
    .reason-1, .reason-2,
    .reason-3, .reason-4{
        margin-top: 1.5rem;
    }
}
/*Divider block styles*/
#divider::before, #divider::after,
#divider2::before, #divider2::after{
    height: 0;
    content: "";
    display: block;
}
.divider .line3 {
    display: block;
    width: 100%;
    padding: 6px 0 0 0;
    border-top: 1px solid #004394;
    border-bottom: 1px solid #de1b1b;
    margin: 2rem 0;
}
.div-icon{
    background: transparent url("../images/divider.png") no-repeat;
    display: block;
    width: 97px;
    height: 58px;
    position: relative;
    margin: -4.1rem auto 0 auto;
}
#divider2 .divider .line3 {
    margin: 0;
}
#divider2 .div-icon{
    background: transparent url("../images/divider2.png") no-repeat;
    margin: -2.1rem auto 0 auto;
}
/*Reasons2 Block styles*/
#reasons2:before{
    height: 2rem;
    content: "";
    display:block;
}
#reasons2:after{
    height: 3rem;
    content: "";
    display:block;
}
#reasons2{
    background: #fff url("../images/bg-reasons.jpg") no-repeat center;
    background-size: cover;
}
#reasons2 h4{
    margin: 0 0 2rem .65rem ;
    color: #004394;
}
#reasons2 p {
    padding: 0 .65rem;
}
.img-circle {
    width: 100%;
    height: auto;
    padding: 0 3rem;
}
.lines2 {
    display: block;
    background: #de1b1b;
    width: 20%;
    height: 1px;
    margin: 3rem 0 .5rem 0.65rem;
}

.reasons-list li::before{
    content: "\25cf";
    color: #81c4e6;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    margin-right: .5rem;
}
@media (max-width: 991px) and (min-width: 768px) {
    #reasons2 .line2{
        margin: 0 1rem;
        padding: 2rem;
        background-size: 100%;
    }
    #reasons2 .mar1 {
        margin-top: 1rem;
    }
    .img-circle {
        width: 100%;
        height: auto;
        padding: 0;
    }
    #reasons2 .text-justify{
        font-size: 80%;
    }
    #reasons2 .mar2 {
        margin-top: 2rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .img-circle {
        width: 100%;
        height: auto;
        padding: 1rem 10rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #reasons2 p, .reasons-list{
        font-size: smaller;
    }
    #reasons2 .txt{
        font-size: 1.5rem;
    }
}
@media (max-width: 348px){
    #reasons2 .mar1 {
        margin-top: 1.5rem;
    }
    #reasons2 p, .reasons-list{
        font-size: smaller;
    }
    #reasons2 .txt{
        font-size: 1.5rem;
    }
}
/*Services Block styles*/
#services::before {
    height: 3rem;
    content: "";
    display: block;
}
#services{
}
.sub-heading {
    margin: 2.5rem 0;
    color: #484d56;
}
#services strong {
    font-size: 1.155rem;
    font-weight: 500;
}
.uslugi {
    margin-top: 2rem;
}
.uslugi-card .thumb-modal{
    width: 100%;
    height: auto;
    border: 2px solid rgba(72,77,86,.35);
    box-shadow: -12px 12px 0 rgb(0, 67, 148);
    margin-left: 2rem;
}

.uslugi-title {
    display: block;
    position: absolute;
    bottom: 5rem;
    background: #5aa4ea;
    padding: .75rem 6rem .75rem 3.15rem;
    box-shadow: 2px 1px 6px rgba(0, 0, 0, 0.3);
    color: #fff;
}
.price-btn {
    padding: 3rem 0;
}
.price-btn .btn{
    padding: 1.15rem 2.15rem;
    font-size: 1.25rem;
    font-weight: 600;
}
.downl-ic{
    background: transparent url("../images/dwnl1.png") no-repeat center;
    background-size: 34px 43px;
    padding: 1rem;
    margin-right: 1rem;
}
@media (max-width: 991px) and (min-width: 768px) {
    .sub-heading {
        font-size: 1.15rem;
    }
    .uslugi-title {
        width: 75%;
        font-size: 85%;
        bottom: 1rem;
        padding: .75rem 2rem .75rem 2.15rem;
    }
    .hover-mask .uslugi-card .thumb-modal{
        width: 89%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .sub-heading {
        font-size: 1.15rem;
    }
    .uslugi-title {
        width: 75%;
        font-size: 80%;
        bottom: 1rem;
        padding: .75rem 2rem .75rem 2.15rem;
    }
    .hover-mask .uslugi-card .thumb-modal{
        width: 89%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #services h1{
        font-size: 2.25rem;
    }
    .sub-heading {
         font-size: 83%;
    }
    .uslugi-card {
        margin-top: 1rem;
    }
    .uslugi-title {
        width: 75%;
        font-size: 80%;
        bottom: 2rem;
        padding: .75rem 2rem .75rem 2.15rem;
    }
}
@media (max-width: 348px){
    #services h1{
        font-size: 2.25rem;
    }
    .sub-heading {
        font-size: 88%;
    }
    .uslugi-card {
        margin-top: 1rem;
    }
    .uslugi-title {
        width: 75%;
        font-size: 75%;
        bottom: 2rem;
        padding: .75rem 2rem .75rem 2.15rem;
    }

}
/*Hover effect*/
.hover-mask a, .carousel-item .hover-mask .gallery-img {
    display: block;
    position: relative;
    overflow: hidden;
}
.hover-mask .uslugi-card .thumb-modal{
    width: 90%;
    height: auto;
   -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: 0;
    -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 .uslugi-card .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 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px;
    height: 99%;
    width: 92%;
    padding: 23% 20px;
    text-align: center;
    background-color: rgba(128,138,157,0.63);
    -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;

}
.carousel-item .hover-mask a p{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
    width: 100%;
    padding: 65% 20px;
    text-align: center;
    background-color: rgba(128,138,157,0.63);
    -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, .carousel-item .hover-mask:hover a p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.hover-mask .mbri-file, .carousel-item .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, .carousel-item .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;
}
.services-list, .modal .modal-list{
    list-style: none;
    text-align: justify;
}
.services-list li::before, .modal .modal-list li::before{
    content: "\25cf";
    color: #81c4e6;
    display: inline-block;
    width: 1em;
    margin-left: -1.5em;
    margin-right: .5rem;
}
@media (max-width: 991px) and (min-width: 768px) {
    .hover-mask a .mbri-file {
        padding: 23% 20px;
        width: 93%
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .hover-mask .uslugi-card .thumb-modal{
        width: 89%;
    }
    .hover-mask a .mbri-file {
        padding: 23% 20px;
        width: 93%
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .hover-mask a .mbri-file {
        padding: 23% 20px;
        width: 93%
    }
}
@media (max-width: 348px){
    .hover-mask a .mbri-file {
        padding: 20% 20px;
        width: 94%;
    }
}
/*Modals styles - uslugi*/
.modal-content {
    padding: 0 0.5rem;
}
.modal-header {
    border-bottom: 1px solid #de1b1b;
}
.dot {
    display: inline-block;
    background: #5aa4ea;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: .12rem .5rem;
}
.modal-header button.close {
    font-size: 2.5rem;
    color: #004394;
}
.modal-body .mar1{
    margin-top: 2rem;
}
.modal-img{
    width: 97%;
    height: auto;
    margin-left: .85rem;
    border: 2px solid rgba(72,77,86,.35);
    box-shadow: -12px 12px 0 rgb(0, 67, 148);
}
.modal .btn {
    margin-top: 1.5rem;
    padding: 0.575rem 2.35rem;
    font-size: 1.15rem;
    font-weight: 600;
}
.modal .buttons .btn {
    margin-top: 1.3rem;
    padding: 0.375rem 3.5rem;
    font-size: 1.15rem;
    font-weight: 600;
}
.arrrow{
    background: transparent url("../images/arr.png") no-repeat center;
    background-size: 27px 29px;
    padding: 1rem;
    margin-right: 1rem;
}
.modal .text-justify{
    font-size: 85%;
    line-height: 1.5rem;
}
.modal .modal-list {
    padding-left: 1.65rem;
    font-size: 85%;
}
.modal-list li {
    padding: 7px 2px 7px 0;
}
.modal .sub-heading2 {
    margin: .25rem 0 2rem 0;
}
.modal .table {
    font-size: 85%;
}
.line3 {
    display: block;
    width: 13%;
    height: 7px;
    border-bottom: 1px solid #de1b1b;
}
.modal .table tr th:nth-of-type(2) {
    border-left: 1px solid rgba(90, 164, 228,0.95);
}
.modal .table tr td:nth-of-type(2) {
    text-align: center;
    border-left: 1px solid rgba(90, 164, 228,0.95);
}
.modal-footer{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1rem;
    border-top: 1px solid rgba(222, 27, 27,1);
    font-size: 90%;
}
.downl-file{
    display: block;
    float: left;
    background: transparent url("../images/dwnl2.png") no-repeat center;
    background-size: 34px 43px;
    padding: 1.65rem 1rem;
    margin-right: 1rem;
}
.footer-content {
    list-style: none;
    padding: 0;
}
.footer-content li{
    padding: 1rem 0;
}
#ModalCenter1 .footer-content li a{
    margin-top: 1rem;
    display: inline-block;
}

@media (max-width: 991px) and (min-width: 768px) {
    .modal-dialog {
        max-width: 750px;
        margin: 1.75rem auto;
    }
    .modal-body .text-justify{
        font-size: 80%;
    }
    .modal .btn {
        padding: 0.575rem 1.75rem;
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }
    .modal .buttons .btn {
        padding: 0.375rem  1rem;
        font-size: 1.1rem;
        margin-bottom: .5rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .modal-content {
        padding: 0;
    }
    .modal-body .mar1 {
        margin-top: 0;
    }
    .modal-title {
        font-size: 100%;
    }
    .modal .btn {
        padding: 0.575rem 6.75rem;
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }
    .modal .buttons .btn {
        padding: 0.375rem 6.05rem;
        font-size: 1.1rem;
        margin-bottom: .5rem;
    }
    #ModalCenter1 .footer-content li a {
        display: inline;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .modal-content {
        padding: 0;
    }
    .modal .text-justify {
        font-size: 76%;
        line-height: 1.5rem;
    }
    .modal-body .mar1 {
        margin-top: 0;
    }
    .modal-title {
        font-size: 100%;
    }
    .modal .btn {
        padding: 0.575rem 4.2rem;
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }
    .modal .buttons .btn {
        padding: 0.375rem 3.05rem;
        font-size: 1.1rem;
        margin-bottom: .5rem;
    }
    #ModalCenter1 .footer-content li a {
        display: inline;
    }
}
@media (max-width: 348px){
    .modal .text-justify {
        font-size: 76%;
        line-height: 1.5rem;
    }
    .modal-body .mar1 {
        margin-top: 0;
    }
    .modal-title {
        font-size: 100%;
    }
    .modal .btn {
        padding: 0.575rem 1.35rem;
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }
    .modal .buttons .btn {
        padding: 0.375rem 1.5rem;
        font-size: smaller;
        margin-bottom: .5rem;
    }
    #ModalCenter1 .footer-content li a {
        display: inline;
    }
}
/*Partners Block styles*/
#partners::before{
    height: 2rem;
    content: "";
    display: block;
}
#partners::after{
    height: 3rem;
    content: "";
    display: block;
}
#partners{
    padding-bottom: 3rem;
    background: #fff;
    border-top: 1px solid #87b0d1;
    border-bottom: 1px solid #87b0d1;
}
#partners h3{
    margin: 0 0 1.5rem 0;
}
#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 #logoCarousel .carousel-indicators li {
    background: #484d56;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
#partners #logoCarousel .carousel-indicators .active {
    background: #de1b1b;
    border:0;
}
.logo-img {
    width:100%;
    height:auto;
    border: 1px solid rgba(72,77,86,.35);
    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: 767px) and (min-width: 576px) {
    #partners .h5{
        margin: 0 0 2.5rem 0;
    }
    #partners  .dvdr-line {
        width: 20%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #partners .h3{
        margin: 0 0 2.5rem 0;
    }
    #partners  .dvdr-line {
        width: 45%;
    }
    .item-logo {
        margin-top: 1rem;
    }
}
@media (max-width: 348px){
    #partners h3{
        margin: 0 0 1rem 0;
    }
    #partners  .dvdr-line {
        width: 55%;
    }
    .item-logo {
        margin-top: 1rem;
    }
}
/*About Block styles*/
#about::before{
    height: 1.5rem;
    content: "";
    display: block;
}
#about::after{
    height: 5rem;
    content: "";
    display: block;
}
#about .heading {
    margin-bottom: 3.5rem;
}
#about p{
    padding: 0 .65rem 0 1.25rem;
}
.about-img {
    margin: 0 5rem;
    border: 1px solid #de1b1b;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
#about .about-list {
    list-style: none;
    padding: 0 0 0 1rem;
    text-align: left;
    margin-top: 1rem;
}
#about .about-list li{
    padding: 0.25rem;
}
#about .about-list li::before {
    content: "\25cf";
    color: #5aa4ea;
    display: inline-block;
    width: 1.5em;
    margin-left: -1em;
}
.about-2{
    margin-top: 1.2rem;
}
#about .line{
    width: 5.35rem;
}
@media (max-width: 991px) and (min-width: 768px) {
    #about p, .about-list {
        font-size: smaller;
    }
    .about-img {
        margin: 0;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #about p, .about-list {
        font-size: 83%;
    }
    #about p {
        padding: 0;
    }
    .about-img {
        margin: 0 3rem 1rem 3rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #about p, .about-list {
        font-size: 83%;
    }
    #about p {
        padding: 0;
    }
    .about-img {
        margin: 0 0 1rem 0;
    }
}
@media (max-width: 348px){
    #about p, .about-list {
        font-size: 78%;
    }
    #about p {
        padding: 0;
    }
    .about-img {
        margin: 0 0 1rem 0;
    }

}
/*Slogan Block styles*/
#slogan{
    background: transparent url("../images/bg-slogan.jpg") no-repeat center;
    background-size: cover;
}
#slogan::before, #slogan::after{
    height: 4rem;
    content: "";
    display: block;
}
#slogan h1{
    font-size: 3.5rem;
    color: #81c4e6;
}
#slogan .sub-heading{
    font-size: 1.5rem;
    font-weight: normal;
    margin: 1.5rem 0;
    color: #fff;
}
@media (max-width: 767px) and (min-width: 576px) {
    #slogan h1{
        font-size: 2.5rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #slogan h1{
        font-size: 2.5rem;
    }
}
@media (max-width: 348px){
    #slogan h1{
        font-size: 1.75rem;
    }
    #slogan .sub-heading{
        font-size: 1.55rem;
    }
}

/* Scroll to top button*/
#scrollToTopBtn{
    display: inline-block;
    background-color: #fff;
    border: 2px solid #004394;
    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: #004394;
    font-size: 1.85em;
}
#scrollToTopBtn:hover {
    cursor: pointer;
    background-color: #fff;
    border: 2px solid #de1b1b;
    color: #de1b1b;
}
#scrollToTopBtn:active {
    background-color: #fff;
    border: 2px solid #de1b1b;
    color: #de1b1b;
}
#scrollToTopBtn.show {
    opacity: 1;
    visibility: visible;
}
/*Footer Block styles*/
#footer{
    background: #dae6f2 url("../images/bg-footer.png") no-repeat -200px 0;
    background-size: 70% auto;
}
#footer:before{
    height: 5rem;
    content: "";
    display:block;
}
.footer-slogan {
    margin-bottom: 2rem;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:35%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:80%;
    width:97%;
    position:absolute;
    border: 7px solid #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    /*padding: 0 1.2rem;*/
}
.contact-info{
    padding: 2rem 2rem 1rem 1.15rem;
    width: 80%;
    margin-left: 4rem;
    background: rgba(255,255,255,.74);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.contact-info .lines {
    border-top: 1px solid #5aa4ea;
	width: 70px;
}
.sub-heading3 {
    border-top: 1px solid rgba(222, 27, 27,1);
    margin-top: 1rem;
}
.contacts-list {
    list-style: none;
    margin: 2rem 0;
    padding-left:.4rem;
}
.contacts-list li {
    padding: 7px 0;
}
.contacts-icons {
    margin-right: .4rem;
}
.mapa{
    background: transparent url("../images/icons/map.png") no-repeat;
    padding: .25rem 1rem;
}
.sml{
    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 .39rem 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;
}
.copyright {
    margin-top: 2rem;
    text-align: center;
    font-size: smaller;
    border-top: 1px solid rgba(222, 27, 27, 1);
    padding: 1rem 0 0 0;
}
@media (max-width: 991px) and (min-width: 768px) {
    #footer{
        background: #dae6f2 url("../images/bg-footer.png") no-repeat -270px 0;
        background-size: cover;
    }
    .contact-info {
        padding: 1rem;
        margin-left:0;
        width: 100%;
    }
    .contacts-list li {
        padding: 7px 0;
        font-size: 90%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #footer{
        background: #dae6f2 url("../images/bg-footer.png") no-repeat -550px 0;
        background-size: cover;
    }
    .contact-info {
        padding: 1rem;
        margin-left:0;
        width: 100%;
    }
    .contacts-list li {
        padding: 7px 0;
        font-size: 90%;
    }
    .mapa, .phone,.web, .mail, .clock{
        background-size: 63% auto;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #footer{
        background: #dae6f2 url("../images/bg-footer.png") no-repeat -680px 0;
        background-size: cover;
    }
    .contact-info {
        padding: 1rem;
        margin-left:0;
        width: 100%;
    }
    .contacts-list li {
        padding: 7px 0;
        font-size: 90%;
    }
    .map-responsive iframe {
        top: 15px;
        left: 15px;
        width: 91%;
    }
}
@media (max-width: 348px){
    #footer{
        background: #dae6f2 url("../images/bg-footer.png") no-repeat -650px 0;
        background-size: cover;
    }
    .contact-info {
        padding: 1rem;
        margin-left:0;
        width: 100%;
    }
    .contacts-list li {
        padding: 7px 0;
        font-size: smaller;
    }
    .map-responsive iframe {
        top: 15px;
        left: 15px;
        width: 91%;
    }
}