 /* 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*/
header {
    background: transparent url("../images/bg-header.jpg") no-repeat center;
    background-size: cover;
}

.navbar-brand img {
    margin-bottom: -0.5rem;
}
.navbar-caption {
    margin-left: .35rem;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
}
.navbar-caption .small {
    font-size: 80%;
    font-weight: 600;
}
#home::before {
    height: 14rem;
    content: "";
    display:block;
}
#home::after{
    height: 3rem;
    content: "";
    display:block;
}
.text-block {
    margin: 7rem 0 0 2rem;
    padding: 6.75rem 1.5rem 0 1.5rem;
    width: 75%;
    color: #fff;
}
.text-block h1 {
    display: block;
    position: absolute;
    top: 3.5rem;
    margin: 0 0 2.5rem 0;
    font-size: 3.15rem;
    text-transform: none;
    font-weight: 700;
    line-height: .95;
    color: #fff;
}
.text-block h1 .small{
    font-size: 46%;
    font-weight: 600;
}
.line {
    display: block;
    margin-top: 14px;
    width: 45%;
    height: 2px;
    background: #ffde00;
}
.text-block p {
    font-size: 1.07rem;
    width: 95%;
}
.text-block .highlight {
    font-size: 1.25rem;
    font-weight: 600;
}
.dvdr-line {
    display: block;
    margin: 5px auto 0 auto;
    background: transparent;
    width: 12%;
    height: 2px;
    border-bottom: 1px solid #ffde00;
}

@media (max-width: 991px) and (min-width: 768px) {
    header {
        background: transparent url("../images/bg-header.jpg") no-repeat 35%;
        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-brand .img-fluid {
        max-width: 78%;
        height: auto;
    }
    .navbar-caption {
        position: absolute;
        display: block;
        right: 27rem;
        top: 1.5rem;
        font-size: 1.3rem;
    }
    .text-block {
        margin: 8rem 0 0 0;
        padding: 4.35rem .5rem 1rem .5rem;
        width: 100%;
    }
    .text-block h1{
        font-size: 2.25rem;
        top: 5.5rem;
    }
    .text-block .sm {
        font-size: .85rem;
    }
    .text-block p{
        font-size: 90%;
    }
    .text-block .highlight {
        font-size: 1.05rem;
        width: 72%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    header {
        background: transparent url("../images/bg-header.jpg") no-repeat 30%;
        background-size: cover;
    }
    .navbar-expand-lg .container{
        margin: 0;
    }
    .navbar-toggler {
        right: 1.5rem;
    }
    .navbar-brand .img-fluid {
        max-width: 78%;
        height: auto;
    }
    .navbar-caption {
        position: absolute;
        display: block;
        right: 17rem;
        top: 2rem;
        font-size: 1.3rem;
    }
    .navbar-collapse {
        background: rgba(255,255,255,.25);
        border: 1px solid rgba(1,183,242,.75);
        padding: 0 0 0.75rem 1rem;
        margin-top: 1rem;
    }
    #home::before,
    #home::after{
        height: 1rem;
        content: "";
        display: block;
    }
    .text-block {
        margin: 8rem 0 0 0;
        padding: 4.35rem 0 1rem 0;
        width: 100%;
    }
    .text-block h1{
        font-size: 2.25rem;
        top: 5.5rem;
    }
    .text-block .sm {
        font-size: .85rem;
    }
    .text-block p{
        font-size: 80%;
    }
    .text-block .highlight {
        font-size: 1.05rem;
        width: 72%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    header {
        background: transparent url("../images/bg-header.jpg") no-repeat 25%;
        background-size: cover;
    }
    .navbar-toggler {
        right: 1rem;
    }
    .navbar-brand .img-fluid {
        max-width: 82%;
        height: auto;
    }
    .navbar-caption {
        position: absolute;
        display: block;
        right: 6rem;
        top: 1rem;
    }
    .navbar-collapse {
        background: rgba(255,255,255,.35);
        border: 1px solid rgba(1,183,242,.75);
        padding: 0 0 0.75rem 1rem;
    }
    #home::before,
    #home::after{
        height: 0;
        content: "";
        display: block;
    }
    .text-block {
        margin: 8rem 0 0 0;
        padding: 4.35rem 0 1rem 0;
        width: 80%;
    }
    .text-block h1{
        font-size: 2.25rem;
        top: 5.5rem;
    }
    .text-block .sm {
        font-size: .85rem;
    }
    .text-block p{
        font-size: 80%;
    }
    .text-block .highlight {
        font-size: 1.05rem;
        width: 72%;
    }
}
@media (max-width: 348px){
    header {
        background: transparent url("../images/bg-header.jpg") no-repeat 25%;
        background-size: cover;
    }
    .navbar-brand img {
        width: 55%;
        height: auto;
        margin-bottom: 0;
    }
    .navbar-toggler {
        right: 1.5rem;
        top: .5rem;
    }
    .navbar-caption {
        position: absolute;
        display: block;
        right: 6rem;
        top: 1rem;
        font-size: 96%;
    }
    .navbar-collapse {
        background: rgba(255,255,255,.35);
        border: 1px solid rgba(1,183,242,.75);
        padding: 0 0 0.75rem 1rem;
    }
    #home::before,
    #home::after{
        height: 0;
        content: "";
        display: block;
    }
    .text-block {
        margin: 8rem 0 0 0;
        padding: 4.35rem 0 1rem 0;
        width: 100%;
    }
    .text-block h1{
        font-size: 1.9rem;
        top: 6.5rem;
    }
    .text-block h1 .small {
        font-size: 50%;
    }
    .text-block p{
        font-size: 84%;
        width: 100%;
    }
    .text-block .highlight {
        font-size: .95rem;
        width: 80%;
    }
}
/*Reasons Block styles*/
#reasons:before, #reasons:after{
    height: 2rem;
    content: "";
    display:block;
}
#reasons{
    background: #fff url("../images/bg-reasons.jpg") no-repeat center;
    background-size: cover;
}
#reasons h2{
    margin-bottom: 1rem;
    font-size: 1.75rem;
    color: #fff;
}
#reasons .sub-heading,
.reasons-item p {
    color: #fff;
}
.reasons-item img {
    padding: 1rem 4rem;
}
.reasons-item p{
    font-size: 1.05rem;
}
@media (max-width: 991px) and (min-width: 768px) {
    .reasons-item img {
        padding: 1rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .reasons-item img {
        padding: 1rem;
    }
    .reasons-item p {
        font-size: 87%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #reasons h2 {
        font-size: 1.75rem;
    }
    #reasons .sub-heading{
        font-size: 95%;
    }
    .reasons-item img {
        padding: 1rem 9rem;
    }
    #reasons  .dvdr-line {
        width: 45%;
    }
}
@media (max-width: 348px) {
    #reasons h2 {
        font-size: 1.5rem;
    }
    #reasons .sub-heading{
        font-size: 95%;
    }
    .reasons-item img {
        padding: 1rem 5rem;
    }
    #reasons  .dvdr-line {
        width: 45%;
    }
}
/*Services Block styles*/
#services::before {
    height: 2rem;
    content: "";
    display: block;
}
#services::after {
    height: 2.5rem;
    content: "";
    display: block;
}
#services .sub-heading{
    margin-top: 1.35rem;
    padding: 0 1rem 0 1.5rem;
    font-size: 1.05rem;
}
.uslugi {
    margin-top: 3.5rem;
}
.uslugi .mar1 {
    margin-bottom: 2rem;
}
.uslugi-card .thumb-modal{
    width: 100%;
    height: auto;
    border: 1px solid rgb(52,87,162);
}
.uslugi-title {
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    margin-top: 1.15rem;
    color: #3560a9;
}
.uslugi-card:hover .colour, .uslugi-card:hover .sml{
    color: #fff;
}
@media (max-width: 991px) and (min-width: 768px) {
    .sub-heading {
        font-size: 1.15rem;
    }
    .uslugi {
        margin-top: 1rem;
    }
    .uslugi-card a {
        height: 48%;
    }
    .uslugi-title {
        font-size: .9rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #services::before,
    #services::after {
        height: 2rem;
        content: "";
        display: block;
    }
    #services h1{
        font-size: 2.1rem;
        margin-left: 0;
    }
    #services .sub-heading,
    #partners .sub-heading {
        margin-top: 1.75rem;
        padding: 0;
        font-size: 95%;
    }
    #services .dvdr-line {
        width: 20%;
    }
    .uslugi {
        margin-top: 1rem;
    }
    .uslugi-card a {
        height: 48%;
    }
    .uslugi-title {
        width: 100%;
        font-size: 95%;
    }
    .uslugi .mar1 {
        margin-bottom: 1rem;
    }
}
@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,
    #partners .sub-heading {
        margin-top: 1.75rem;
        padding: 0;
        font-size: 95%;
    }
    #services .dvdr-line {
        width: 40%;
    }
    .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 .dvdr-line {
        width: 55%;
    }
    #services .sub-heading {
        margin-top: 1.75rem;
        padding: 0;
        font-size: 95%;
    }
    .uslugi {
        margin-top: 1rem;
    }
    .uslugi-title {
        width: 100%;
        font-size: 1.15rem;
    }

}
/*Hover effect*/
.hover-mask a, .carousel-item .hover-mask .gallery-img {
    display: block;
    position: relative;
    overflow: hidden;
}
.hover-mask{
    width: 100%;
    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;
}
.transport-gallery .hover-mask .gallery-img{
    -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{
    -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.65% 20px;
    text-align: center;
    background-color: rgba(255,222,0,0.5);
    -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;
}
.transport-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: 38.7% 20px;
    text-align: center;
    background-color: rgba(255,222,0,0.5);
    -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, .transport-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, .transport-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, .transport-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: 27.57% 20px;
    }
    .transport-gallery .hover-mask a .mbri-search {
        padding: 31.5% 20px;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 24% 20px;
    }
    .transport-gallery .hover-mask a .mbri-search {
        padding: 32% 20px;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 33% 20px;
    }
    .transport-gallery .hover-mask a .mbri-search {
        padding: 41.05% 20px;
    }
}
@media (max-width: 348px){
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 30.65% 20px;
    }
}
/*Modals styles - uslugi*/
.modal-content{
    padding: 0 .75rem;
    border: 2px solid #f2f2f2;
}
.modal-header{
    border-bottom: 1px solid #ffde00;
}
.modal-title {
    margin-left: 0;
    line-height: 1.25;
    text-transform: none;
    font-weight: 600;
}
.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;
    border: 1px solid #3457a2;
}
.modal .modal-body .gallery-title {
    margin: 1rem 0;
    font-size: 1.05rem;
    font-weight: 600;
    color: #3560a9;
}
.modal .modal-body .heading {
    margin: 1rem 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #3560a9;
}
#ModalCenter3 .modal-img{
    width: 100%;
    height: auto;
    margin: 0 0 1rem 0;
    border: 1px solid #3457a2;
}
.line3{
    display: inline-block;
    position: relative;
    bottom: 5px;
    left: 16px;
    width: 8%;
    height: 1px;
    background: #f8c12c;
}
.modal .modal-list {
    list-style: none;
    text-align: justify;
    padding-left: 1.65rem;
}
.modal .modal-list li {
    padding: 6px 0;
}
.modal .modal-list li::before {
    content: "\25cf";
    color: #01b7f2;
    display: inline-block;
    width: 1em;
    margin-left: -1.5em;
    margin-right: .25rem;
}
.attention {
    display: block;
    position: relative;
    top: 1rem;
    padding: 0 0 2rem 1rem;
    font-weight: 600;
    font-size: 1.05rem;
    z-index: 1;
}
.attention::after{
    content: '';
    display: block;
    position: absolute;
    top: 1rem;
    left: 0;
    width: 65%;
    height: 100px;
    border: 1px dashed rgba(93,100,108,.5);
    z-index: 7;
}
.highlight2 {
    display: block;
    padding: .5rem 1rem;
    margin: 2rem 0 1rem 0;
    width: 14.5%;
    background: #3457a2;
    border-radius: .35rem;
    box-shadow: 2px 1px 5px rgba(93,100,108,.75);
    font-size: 1.15rem;
    font-weight: 600;
    color: #fff;
    z-index: 10;
}
@media (max-width: 991px) and (min-width: 768px) {
    .modal-body {
        padding: 2rem 0.5rem;
    }
    .modal .modal-body .text-justify {
        font-size: 95%;
    }
    .modal .modal-list {
        font-size: 95%;
    }
    .modal .modal-body .gallery-title {
        font-size: 0.95rem;
    }
    .attention::after {
        width: 100%;
        height: 135px;
    }
    .attention {
        padding: 0 0.5rem 2rem 0.5rem;
        font-size: 1rem;
    }
    .highlight2 {
        width: 32.5%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .modal .modal-body .text-justify {
        font-size: 95%;
    }
    .modal .modal-list {
        padding-left: 1.05rem;
        font-size: 95%;
    }
    .attention::after {
        width: 100%;
        height: 135px;
    }
    .attention {
        padding: 0 0.5rem 2rem 0.5rem;
        font-size: 1rem;
    }
    .highlight2 {
        width: 32.5%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .modal .modal-body .text-justify {
        font-size: 95%;
    }
    .modal .modal-list {
        padding-left: 1.05rem;
        font-size: 95%;
    }
    .attention::after {
        width: 100%;
        height: 135px;
    }
    .attention {
        padding: 0 0.5rem 2rem 0.5rem;
        font-size: 1rem;
    }
    .highlight2 {
        width: 34.5%;
    }
}
@media (max-width: 348px){
    .modal-img{
        margin: 0;
    }
    .modal-title {
        font-size: 1.35rem;
    }
    .modal .modal-body .text-justify {
        font-size: 95%;
    }
    .modal .modal-list {
        padding-left: 1.05rem;
        font-size: 95%;
    }
    .attention::after {
        width: 100%;
        height: 135px;
    }
    .attention {
        padding: 0 0.5rem 2rem 0.5rem;
        font-size: 1rem;
    }
    .highlight2 {
        width: 50.5%;
    }
}
/*Divider Block styles*/
#divider::before,
#divider::after{
    height: 0;
    content: "";
    display: block;
}
#divider .line{
    display: block;
    background: #01b7f2;
    padding: 1px 0 0 0;
    width: 100%;
    margin: 1rem 0;
}
.divider .div-icon {
    background: #fff url("../images/mark.png") no-repeat center;
    display: block;
    position: relative;
    width: 62px;
    height: 63px;
    margin: -4.15rem auto;
    padding: 0 2.35rem;
}
@media (max-width: 991px) and (min-width: 768px) {
    #divider .div-icon{
        top: 1.05rem;
        left: 0;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #divider .div-icon{
        top: 1.05rem;
        left: 0;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #divider .div-icon{
        top: 1.05rem;
        left: 0;
    }
}
@media (max-width: 348px){
    #divider .div-icon{
        top: 1.05rem;
        left: 0;
    }
}
/*About Block styles*/
#about::before{
     height: 4.5rem;
     content: "";
     display: block;
 }
#about::after{
    height: 3.5rem;
    content: "";
    display: block;
}
#about{
    background: transparent url("../images/slogan-img2.png") no-repeat 625px 2125px;
    background-size: 64%, auto;
}
#about h2 {
    margin-bottom: 3.5rem;
}
#about .mar1 {
    margin-top: 2.1rem;
}
.about-img {
    margin: -0.5rem 0 1rem 1rem;
    width: 85%;
    height: auto;
}
#about p {
    padding: 0 1rem;
}
#about .gallery-img {
    width: 100%;
    height: auto;
    border: 1px solid #3457a2;
}
#about .gallery-title {
    margin: .5rem 0 1.5rem 0;
    font-weight: 600;
    font-size: 1.15rem;
    color: #3560a9;
}
#about .sml {
    font-size: 80%;
    color: rgba(93,100,108,.75);
}
.about-list {
    list-style: none;
    text-align: justify;
    padding-left: 1.65rem;
    margin: 2.5rem auto;
    width: 75%;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
.about-list li{
    position: relative;
    padding: 0 1.5rem 1.1rem 1.25rem;
}
.about-list li::before {
    content: "";
    background: #fff url("../images/marker.png") no-repeat;
    display: inline-block;
    width: 18px;
    height: 17px;
    margin-left: -0.25em;
    margin-right: -0.05rem;
    line-height: .15;
    -ms-transform: translate(-18px, 3px);
    -webkit-transform: translate(-18px, 3px);
    transform: translate(-18px, 3px);
}


@media (max-width: 991px) and (min-width: 768px) {
    #about::before{
        height: 5rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 3rem;
        content: "";
        display: block;
    }
    #about{
        background: transparent url("../images/slogan-img2.png") no-repeat 385px 1660px;
        background-size: 62%, auto;
    }
    #about h2{
        margin-bottom: 2.5rem;
    }
    #about p {
        padding: 0;
    }
    #about .gallery-title {
        font-size: .9rem;
    }
    #about .dvdr-line {
        width: 40%;
    }
    .about-list {
        padding-left: 0.65rem;
        margin: 2.5rem 0;
        width: 100%;
    }
    #about .sml {
        font-size: 78%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #about::before{
        height: 5rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 3rem;
        content: "";
        display: block;
    }
    #about{
        background: transparent url("../images/slogan-img2.png") no-repeat 335px 1945px;
        background-size: 62%, auto;
    }
    #about h2{
        margin-bottom: 2.5rem;
    }
    #about p {
        padding: 0;
    }
    #about .gallery-title {
        font-size: .9rem;
    }
    #about .dvdr-line {
        width: 40%;
    }
    .about-list {
        padding-left: 0.65rem;
        margin: 2.5rem auto;
        width: 91%;
        font-size: .85rem;
    }
    #about .sml {
        font-size: 78%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #about::before{
        height: 5rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 3rem;
        content: "";
        display: block;
    }
    #about h2{
        margin-left:0;
        margin-bottom: 2.5rem;
    }
    #about p {
        padding: 0;
    }
    #about .dvdr-line {
        width: 40%;
    }
    .about-list {
        padding-left: 0.65rem;
        margin: 2.5rem 0;
        width: 100%;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}
@media (max-width: 348px){
    #about::before{
        height: 5rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 2rem;
        content: "";
        display: block;
    }
    #about {
        background: transparent;
    }
    #about h2{
        margin-left:0;
        margin-bottom: 2.5rem;
        font-size: 1.65rem;
    }
    #about p {
        padding: 0;
        font-size: 95%;
    }
    #about .dvdr-line {
        width: 55%;
    }
    .about-list {
        padding-left: 0.65rem;
        margin: 2.5rem 0;
        width: 100%;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        font-size: 95%;
    }
}

/*Slogan Block styles*/
#slogan{
    background-color: transparent;
    background: url("../images/slogan-img2.png") no-repeat 625px 87.5%, url("../images/bg-slogan.jpg") no-repeat 0 85.5%;
    background-size: 64%, auto;
}
#slogan::before{
    height: 20.5rem;
    content: "";
    display: block;
}
#slogan::after{
    height: 0;
    content: "";
    display: block;
}
#slogan .h1{
    position: relative;
    width: 85%;
    bottom: 5rem;
    left: 3rem;
    font-size: 2.05rem;
    font-weight: 600;
    line-height: 1.35;
    text-transform: none;
    color: #fff;
}
#slogan .line {
    display: block;
    margin: 12px 0 0 0;
    width: 11%;
    height: 1px;
    background: #ffde00;
}


@media (max-width: 991px) and (min-width: 768px) {
    #slogan::before {
        height: 8rem;
        content: "";
        display: block;
    }
    #slogan{
        background-color: transparent;
        background: url("../images/slogan-img2.png") no-repeat 385px 90%, url("../images/bg-slogan.jpg") no-repeat 0 78.5%;
        background-size: 62%, 150%;
    }
    #slogan .h1{
        margin: 0;
        width: 95%;
        left: .5rem;
        bottom: 3rem;
        font-size: 1.35rem;
    }
    #slogan .line {
        width: 30%;
    }

}
@media (max-width: 767px) and (min-width: 576px) {
    #slogan::before {
        height: 5rem;
        content: "";
        display: block;
    }
    #slogan{
        background-color: transparent;
        background: url("../images/slogan-img2.png") no-repeat 335px 87%, url("../images/bg-slogan.jpg") no-repeat 0 82.5%;
        background-size: 62%, 150%;
    }
    #slogan .h1{
        margin: 0;
        width: 100%;
        left: 0;
        bottom: 2rem;
        font-size: 1.25rem;
    }
    #slogan .line {
        width: 30%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #slogan::before {
        height: 5rem;
        content: "";
        display: block;
    }
    #slogan {
        background: transparent url("../images/bg-slogan.jpg") no-repeat 0 90.5%;
        background-size: auto 75%;
    }
    #slogan .h1{
        margin: 0;
        width: 100%;
        left: 0;
        bottom: 2rem;
        font-size: 1.25rem;
    }
    #slogan .line {
        width: 30%;
    }
}
@media (max-width: 348px){
    #slogan::before {
        height: 5rem;
        content: "";
        display: block;
    }
    #slogan {
        background: transparent url("../images/bg-slogan.jpg") no-repeat 0 90.5%;
        background-size: auto 75%;
    }
    #slogan .h1{
        margin: 0;
        width: 100%;
        left: 0;
        bottom: 2rem;
        font-size: 98%;
    }
    #slogan .line {
        width: 30%;
    }
}
/* Scroll to top button*/
#scrollToTopBtn{
    display: inline-block;
    background-color: #fff;
    border: 2px solid #01b7f2;
    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: #ffde00;
    font-size: 2em;
}
#scrollToTopBtn:hover {
    cursor: pointer;
    background-color: rgba(255,255,255,1);
    border: 2px solid #ffde00;
    color: #01b7f2;
}
#scrollToTopBtn:active {
    background-color: rgba(255,255,255,1);
    border: 2px solid #ffde00;
    color: #01b7f2;
}
#scrollToTopBtn.show {
    opacity: 1;
    visibility: visible;
}
/*Footer Block styles*/
#footer:before{
    height: 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 .h2{
    margin-bottom: 3.5rem;
    color: #fff;
}
#footer .h2 .dvdr-line{
    width: 10%;
}
.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: 5px solid #fff;
    box-shadow: 6px 3px 10px rgba(0, 0, 0, 0.3);
    /*padding: 0 1.2rem;*/
}
.contact-info{
    padding: 4rem 8rem 1rem 5rem;
    color: #fff;
}
.sub-heading3 {
    margin: 5px 0;
}
.contacts-list {
    list-style: none;
    margin: 0;
    padding-left:.4rem;
    font-size: 1.25rem;
    color: #fff;
}
.contacts-list li {
    padding: 5px 0;
}

#footer .contact-info h4 .dvdr-line{
    margin: 0;
    height: 10px;
}
.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 .h2{
        margin-left: 0;
    }
    #footer .h2 .dvdr-line {
        width: 13%;
    }
    .contact-info {
        padding: 1rem 0;
    }
    .contacts-list li {
        padding: 6px 0;
        font-size: 87%;
    }
    .sub-heading3 {
        margin: 0;
    }
    .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 .h2{
        margin-left: 0;
        margin-bottom: 2.5rem;
    }
    #footer .h2 .dvdr-line {
        width: 20%;
    }
    .contact-info {
        padding: 1rem 0;
    }
    .contacts-list li {
        padding: 6px 0;
        font-size: 71%;
    }
    .sub-heading3 {
        margin: 0;
    }
    .sm3 {
        font-size: smaller;
    }
    #footer .contact-info h4 {
        font-size: 1.3rem;
    }
    .map-responsive iframe {
        top: 15px;
        left: 15px;
        width: 91%;
    }
    .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 .h2{
        margin-left: 0;
    }
    #footer .h2 .dvdr-line {
        width: 35%;
    }
    .contact-info{
        padding: 1rem 0;
    }
    .contacts-list li {
        padding: 6px 0;
        font-size: 95%;
    }
    #footer .contact-info h4 {
        font-size: 1.27rem;
    }
    .map-responsive iframe {
        top: 15px;
        left: 15px;
        width: 91%;
    }
    .web {
        padding: 0 1rem .53rem 1rem;
    }
    .phone {
        padding: 0 1rem .47rem 1rem;
    }
}
@media (max-width: 348px){
    #footer::before {
        height: 3rem;
        content: "";
        display: block;
    }
    #footer .h2{
        margin-left: 0;
    }
    #footer .h2 .dvdr-line {
        width: 45%;
    }
    .contact-info{
        padding: 1rem 0;
    }
    .contacts-list li {
        padding: 6px 0;
        font-size: 90%;
    }
    #footer .contact-info h4 {
        font-size: 1.2rem;
    }
    .map-responsive iframe {
        top: 15px;
        left: 15px;
        width: 91%;
    }
    .web {
        padding: 0 1rem .53rem 1rem;
    }
    .phone {
        padding: 0 1rem .47rem 1rem;
    }
}
/*Copyright Block styles*/
.copyright {
    margin-top: 1rem;
    text-align: center;
    font-size: smaller;
    border-top: 1px solid rgba(255,222,0, 1);
    padding: 1rem 0 0 0;
    color:#fff;
}