/* 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: #f5cc5a;
    text-shadow: 2px 2px #3b3b3b;
}
.navbar-caption .colour{
    font-size: 1rem;
    font-weight: 400;
    color: #575965;
    text-shadow: none;
}
#home {
    background: transparent url("../images/bg-block-1.jpg") no-repeat center;
    background-size: cover;
}
#home::before{
    height: 6rem;
    content: "";
    display: block;
}
#home::after {
    height: 4rem;
    content: "";
    display: block;
}
#home .img-fluid{
    padding: 0 6rem;
}
.text-block {
    margin-top: 9rem;
    padding: 0 5rem 0 3rem;
}
.text-block h1 {
    margin-bottom: 3rem;
}
.line {
    display: block;
    position: relative;
    width: 50%;
    height: 1px;
    background: #cc6005;
    margin: 1rem 0;
}
.dot {
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #cc6005;
    border-radius: 50%;
}
#home .dot {
    top: 12.7rem;
    left: 20.5rem;
}

@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;
    }
    #home {
        background: transparent url("../images/bg-block-1.jpg") no-repeat 35%;
        background-size: cover;
    }
    .text-block{
        margin-top: 2rem;
        padding: 2rem 1rem 3.5rem 1rem;
    }
    .text-block h1 {
        font-size: 1.75rem;
    }
    #home .dot {
        top: 6.85rem;
        left: 11.85rem;
    }
    .text-block p{
        font-size: 85%;
    }
    #home .img-fluid {
        padding: 0 1rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #home::before, #home::after{
        height: 2rem;
        content: "";
        display: block;
    }
    .navbar-toggler {
        right: 1.5rem;
    }
    .navbar-brand .img-fluid {
        max-width: 75%;
        height: auto;
    }
    .navbar-caption {
        display: block;
        position: relative;
        left: -8rem;
        font-size: 1.45rem;
    }
    .navbar-caption .colour {
        font-size: .85rem;
    }
    #home {
        background: transparent url("../images/bg-block-1.jpg") no-repeat 20%;
        background-size: cover;
    }
    #home .img-fluid{
        padding: 0;
    }
    .text-block {
        margin-top: 2rem;
        padding: 0 1rem 0 0;
    }
    .text-block .sm {
        font-size: 45%;
        font-weight: 400;
    }
    .text-block h1{
        font-size: 1.65rem;
        line-height: 1;
        margin-bottom: 1.5rem;
    }
    #home .dot {
        top: 4.35rem;
        left: 9.85rem;
    }
    .text-block p{
        font-size: 70%;
    }
}
@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: 0;
    }
    .navbar-caption .colour{
        font-size: .9rem;
    }
    #home {
        background: transparent url("../images/bg-block-1.jpg") no-repeat 10%;
        background-size: cover;
    }
    #home::before, #home::after{
        height: 1rem;
        content: "";
        display: block;
    }
    .text-block {
        margin-top: 9rem;
        padding: 0;
    }
    .text-block h1 {
        font-size: 1.65rem;;
        line-height: 1;
        margin-bottom: 2rem;
    }
    #home .dot {
             top: 11.35rem;
             left: 14.5rem;
     }
    .text-block p{
        font-size: 82%;
    }
    #home .img-fluid {
        padding: 0 5rem;
    }
}
@media (max-width: 348px){
    #home::before, #home::after{
        height: 1rem;
        content: "";
        display: block;
    }
    .navbar-toggler {
        right: 1rem;
    }
    .navbar-brand .img-fluid {
        max-width: 55%;
        height: auto;
    }
    .navbar-caption {
        font-size: 1.25rem;
        display: block;
        position: relative;
        left: 0;
    }
    .navbar-caption .colour{
        font-size: .9rem;
    }
    #home {
        background: transparent url("../images/bg-block-1.jpg") no-repeat 10%;
        background-size: cover;
    }
    .text-block {
        margin-top: 8rem;
        padding: 0;
    }
    .text-block .sm {
        font-size: 45%;
        font-weight: 400;
    }
    .text-block h1{
        font-size: 1.65rem;;
        line-height: 1;
        margin-bottom: 1.65rem;
    }
    #home .dot {
        top: 10.35rem;
        left: 10.5rem;
    }
    .text-block p{
        font-size: 82%;
    }
    #home .img-fluid {
        padding: 0 2rem;
    }
}
/*Reasons Block styles*/
#reasons:before, #reasons:after{
    height: 3rem;
    content: "";
    display:block;
}
#reasons{
    background: transparent url("../images/bg-reasons.jpg") no-repeat;
    background-size: cover;
    border-top: 5px solid #fff;
}
#reasons h2{
    margin-bottom: 2.5rem;
}
.bgr {
    background: #fff;
    margin-top: 4.5rem;
    padding-top: .02rem;
    padding-bottom: 1.5rem;
    border: 1px solid #686868;
}
.bgr:hover {
    box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.3);
}
.img-reason {
    width: 100%;
    height: auto;
    padding: 0 4.5rem;
    display: block;
    position: relative;
    bottom: 4rem;
}
.reason-title {
    display: block;
    position: relative;
    bottom: 4.5rem;
    font-size: 1.112rem;
    font-weight: 500;
    color: #484848;
}
#reasons .line{
    width: 18%;
    left: 32.5rem;
}
#reasons .dot{
    top: 3.15rem;
    left: 48.5rem;
}
@media (max-width: 991px) and (min-width: 768px) {
    #reasons::before,
    #reasons::after {
        height: 1rem;
    }
    #reasons h2 {
        margin-bottom: 1.5rem;
    }
    #reasons .line {
        width: 31%;
        left: 12.95rem;
    }
    #reasons .dot {
        top: 3.15rem;
        left: 27.65rem;
    }
    .reason-title {
        font-size: 0.85rem;
        padding: 0 .2rem .5rem .2rem;
    }
    .bgr {
        padding-bottom: 3rem;
    }
    .img-reason {
        padding: 0 2.2rem;
        bottom: 2rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #reasons .line {
        width: 40%;
        left: 7.35rem;
    }
    #reasons .dot {
        top: 3.15rem;
        left: 22.35rem;
    }
    .reason-title {
        font-size: 1.05rem;
        bottom: 5rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #reasons h2{
        font-size: 1.7rem;
    }
    #reasons .line {
        width: 40%;
        left: 5.25rem;
    }
    #reasons .dot {
        top: 2.75rem;
        left: 17.35rem;
    }
    .img-reason {
        padding: 0 7.5rem;
    }
    .reason-title {
        font-size: 1.35rem;
        bottom: 5rem;
    }
}
@media (max-width: 348px){
    #reasons h2{
        font-size: 1.7rem;
    }
    #reasons .line {
        width: 64%;
        left: 1.25rem;
    }
    #reasons .dot {
        top: 2.75rem;
        left: 14.5rem;
    }
}
/*Services Block styles*/
#services::before {
    height: 4rem;
    content: "";
    display: block;
}
#services::after {
    height: 5rem;
    content: "";
    display: block;
}
#services h1 {
    margin-bottom: 3rem;
}
.sub-heading {
    font-size: 95%;
    margin: 2rem 0;
}
#services p, #about p {
    padding: 0 1rem;
}
#services .line{
    width: 18%;
    left: 32.5rem;
}
#services .dot{
    top: 3.75rem;
    left: 48.5rem;
}
.uslugi {
    margin: 2rem 0;
}
.uslugi-card {
    background: #f7da89 url("../images/bg-cards.png") no-repeat;
    background-size: cover;
}
.uslugi-card .thumb-modal{
    width: 93%;
    height: auto;
    margin: 1rem;
    border: 1px solid #686868;
}
.uslugi-title {
    font-size: 1.15rem;
    text-align: center;
    margin-top: 1.2rem;
    font-weight: 500;
    color: #484848;
}
.uslugi-title .bgg {
    font-size: 1.5rem;
}
@media (max-width: 991px) and (min-width: 768px) {
    #services .line {
        width: 31%;
        left: 12.65rem;
    }
    #services .dot {
        top: 3.75rem;
        left: 27.25rem;
    }
    #services p, #about p {
        padding: 0 .65rem;
        font-size: smaller;
    }
    .sub-heading {
        font-size: 1.15rem;
    }
    .uslugi {
        margin: 1rem 0;
    }
    .uslugi-title {
        font-size: .85rem;
    }
    .uslugi-title .bgg {
        font-size: 1.15rem;
    }
    .uslugi-card .thumb-modal {
        width: 91%;
        margin: .5rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #services .line {
        width: 40%;
        left: 7.65rem;
    }
    #services .dot {
        top: 3.75rem;
        left: 22.25rem;
    }
    #services p, #about p {
        padding: 0;
        font-size: smaller;
    }
    .sub-heading {
        font-size: 1.15rem;
    }
    .uslugi {
        margin: 1rem 0;
    }
    .uslugi-title {
        font-size: .85rem;
    }
    .uslugi-title .bgg {
        font-size: 1.15rem;
    }
    .uslugi-card .thumb-modal {
        width: 91%;
        margin: .5rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #services h1{
        font-size: 2.25rem;
    }
    #services .line {
        width: 40%;
        left: 4.75rem;
    }
    #services .dot {
        top: 3.5rem;
        left: 16.35rem;
    }
    #services p, #about p {
        padding: 0;
        font-size: smaller;
    }
    .uslugi-title {
        width:100%;
    }
    .uslugi-card .thumb-modal {
        width: 89%;
    }
}
@media (max-width: 348px){
    #services h1{
        font-size: 2.25rem;
    }
    #services .line {
        width: 64%;
        left: 0.75rem;
    }
    #services .dot {
        top: 3.5rem;
        left: 14.35rem;
    }
    #services p, #about p {
        padding: 0;
        font-size: 80%;
    }
    .uslugi-title {
        width:100%;
    }
    .uslugi-title .bgg {
        font-size: 1.3rem;
    }
    .uslugi-card .thumb-modal {
        width: 89%;
    }
}
/*Hover effect*/
.hover-mask a, .carousel-item .hover-mask .gallery-img {
    display: block;
    position: relative;
    overflow: hidden;
}
.hover-mask .uslugi-card{
    width: 100%;
    height: 460px;
    border: 1px solid #686868;
   -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{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.hover-mask a .mbri-file {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
    width: 100%;
    padding: 45% 20px;
    text-align: center;
    background-color: rgba(134,141,153,.58);
    -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(134,141,153,.58);
    -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: #f7da89;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    margin-right: .05rem;
}
@media (max-width: 991px) and (min-width: 768px) {
    .hover-mask .uslugi-card{
        width: 100%;
        height: 320px;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .hover-mask .uslugi-card{
        height: 300px;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .hover-mask .uslugi-card{
        height: 435px;
    }
}
@media (max-width: 348px){
    .hover-mask .uslugi-card {
        height: 360px;
    }
}
/*Modals styles - uslugi*/
.modal-header button.close {
    font-size: 2.5rem;
}
#services .modal-content .modal-header .modal-title .line{
    width: 50%;
    left: 0;
}
#services .modal-content .modal-header .modal-title .dot {
    top: 3.95rem;
    left: 17.65rem;
}
#services #ModalCenter2 .modal-content .modal-header .modal-title .dot{
    top: 3.95rem;
    left: 23.5rem;
}
#services #ModalCenter3 .modal-content .modal-header .modal-title .dot{
    top: 6.25rem;
    left: 17.35rem;
}
.highlight {
    color: #868d99;
}
.modal-img{
    width:100%;
    height: auto;
    border: 1px solid #686868;
}
#services .modal p{
    font-size: 85%;
    line-height: 1.5rem;
    padding: 0;
}
#services .modal .sub-heading2,
#services .modal .sub-heading4{
    margin-bottom: 1rem;
}
#services .modal .sub-heading2 .line {
    display: inline-block;
    left: 1.5rem;
    top: .5rem;
}
#services .modal .sub-heading2 .dot{
    top: 1.25rem;
    left: 33.75rem;
}
#services .modal .sub-heading4 .line {
    display: inline-block;
    left: 1.5rem;
    top: .5rem;
}
#services .modal .sub-heading4 .dot{
    top: 1.25rem;
    left: 28.75rem;
}
.table.table-striped {
    font-size: 85%;
}
.table.table-striped th:nth-child(1),
.table.table-striped td:nth-child(1){
    border-right: 1px solid #f5cc5a;
}
.table.table-striped th:nth-child(2),
.table.table-striped td:nth-child(2),
.table.table-striped td:nth-child(3){
    vertical-align: middle;
    text-align: center;
}
.modal .modal-list {
    padding-left: 1.25rem;
    font-size: 85%;
}
.modal-list li {
    padding: 2px 0;
}
.mb {
    display: block;
    padding-left: 3rem;
    padding-top: .25rem;
}
.downl-file{
    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) {
    #services .modal-content .modal-header .modal-title .line{
        width: 50%;
        left: 0;
    }
    #services .modal-content .modal-header .modal-title .dot {
        top: 3.95rem;
        left: 17.75rem;
    }
    #services  #ModalCenter2  .modal-content .modal-header .modal-title .dot {
        top: 6.25rem;
        left: 21.75rem;
    }
    #services #ModalCenter3 .modal-content .modal-header .modal-title .dot{
        top: 6.25rem;
        left: 17.35rem;
    }
    .modal-dialog {
        max-width: 750px;
        margin: 1.75rem auto;
    }
    .modal-body .text-justify{
        font-size: 80%;
    }
    #services .modal .sub-heading2,
    #services .modal .sub-heading4{
        margin-bottom: 1rem;
    }
    #services .modal .sub-heading2 .line {
        display: inline-block;
        left: 1.5rem;
        top: .5rem;
    }
    #services .modal .sub-heading2 .dot{
        top: 1.25rem;
        left: 37.75rem;
    }
    #services .modal .sub-heading4 .line {
        display: inline-block;
        left: 1.5rem;
        top: .5rem;
    }
    #services .modal .sub-heading4 .dot{
        top: 1.25rem;
        left: 32.75rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #services .modal-content .modal-header .modal-title .line{
        width: 50%;
        left: 0;
    }
    #services .modal-content .modal-header .modal-title .dot {
        top: 6.25rem;
        left: 13.75rem;
    }
    #services #ModalCenter3 .modal-content .modal-header .modal-title .dot{
        top: 8.5rem;
        left: 14.35rem;
    }
    .modal-img{
        margin-bottom: 1rem;
    }
    .modal-footer a {
        font-size: 90%;
    }
    #services .modal .sub-heading2,
    #services .modal .sub-heading4{
        margin-bottom: 1rem;
    }
    #services .modal .sub-heading2 .line {
        display: block;
        left: 0;
        top: .15rem;
    }
    #services .modal .sub-heading2 .dot{
        top: 2.65rem;
        left: 11.75rem;
    }
    #services .modal .sub-heading4 .line {
        display: block;
        left: 0;
        top: .15rem;
    }
    #services .modal .sub-heading4 .dot{
        top: 2.65rem;
        left: 11.75rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #services .modal-content .modal-header .modal-title .line{
        width: 50%;
        left: 0;
    }
    #services .modal-content .modal-header .modal-title .dot {
        top: 6.25rem;
        left: 12.75rem;
    }
    #services #ModalCenter3 .modal-content .modal-header .modal-title .dot{
        top: 8.5rem;
        left: 13.15rem;
    }
    .modal-img{
        margin-bottom: 1rem;
    }
    .modal-footer a {
        position: absolute;
        bottom: 2rem;
    }
    #services .modal .sub-heading2,
    #services .modal .sub-heading4{
        margin-bottom: 1rem;
    }
    #services .modal .sub-heading2 .line {
        display: block;
        left: 0;
        top: .15rem;
    }
    #services .modal .sub-heading2 .dot{
        top: 2.65rem;
        left: 10.75rem;
    }
    #services .modal .sub-heading4 .line {
        display: block;
        left: 0;
        top: .15rem;
    }
    #services .modal .sub-heading4 .dot{
        top: 2.65rem;
        left: 10.75rem;
    }
}
@media (max-width: 348px){
    #services .modal-content .modal-header .modal-title .line{
        width: 50%;
        left: 0;
    }
    #services .modal-content .modal-header .modal-title .dot {
        top: 8.5rem;
        left: 8.75rem;
    }
    #services #ModalCenter2 .modal-content .modal-header .modal-title .dot{
        top: 10.75rem;
        left: 8.75rem;
    }
    #services #ModalCenter3 .modal-content .modal-header .modal-title .dot{
        top: 13rem;
        left: 9.15rem;
    }
    .modal-img{
        margin-bottom: 1rem;
    }
    #services .modal .sub-heading2,
    #services .modal .sub-heading4{
        margin-bottom: 1rem;
    }
    #services .modal .sub-heading2 .line {
        display: block;
        left: 0;
        top: .15rem;
    }
    #services .modal .sub-heading2 .dot{
        top: 4.45rem;
        left: 11.5rem;
    }
    #services .modal .sub-heading4 .line {
        display: block;
        left: 0;
        top: .15rem;
    }
    #services .modal .sub-heading4 .dot{
        top: 4.5rem;
        left: 11.75rem;
    }
}
/*Divider Block styles*/
#divider::before,
#divider::after{
    height: 0;
    content: "";
    display: block;
}
#divider .line2{
    display: block;
    width: 100%;
    height: 10px;
    border-top: 1px solid #acb3c1;
    border-bottom: 1px solid #f5cc5a;
}
@media (max-width: 991px) and (min-width: 768px) {

}
@media (max-width: 767px) and (min-width: 576px) {

}
@media (max-width: 575px) and (min-width: 349px) {

}
@media (max-width: 348px){

}
/*About Block styles*/
#about::before{
    height: 4rem;
    content: "";
    display: block;
}
#about::after{
    height: 5.5rem;
    content: "";
    display: block;
}
#about h2 {
    margin-bottom: 3rem;
}
#about .line {
    width: 10%;
    left: 37.15rem;
}
#about .dot {
    top: 3.15rem;
    left: 46.5rem;
}
.about-img {
    margin: 0 0 2rem 2rem;
    border: 1px solid #686868;
}
#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: #f7da89;
    display: inline-block;
    width: 1.5em;
    margin-left: -1em;
}
.about-2{
    margin-top: 1.2rem;
}
.sm2 {
    font-weight: 400;
    font-size: 1.15rem;
}
.sm3{
    font-size: smaller;
}
@media (max-width: 991px) and (min-width: 768px) {
    #about::before {
        height: 2rem;
    }
    #about::after {
        height: 3.5rem;
    }
    #about h2 {
        margin-bottom: 2rem;
    }
    #about .line {
        width: 19%;
        left: 27.15rem;
    }
    #about .dot {
        top: 3.15rem;
        left: 21.5rem;
    }
    .about-img {
        margin: 0;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #about::before {
        height: 2rem;
    }
    #about::after {
        height: 3.5rem;
    }
    #about h2 {
        margin-bottom: 2rem;
    }
    #about .line {
        width: 24%;
        left: 12.25rem;
    }
    #about .dot {
        top: 3.15rem;
        left: 21.5rem;
    }
    .about-img {
        margin: 0 0 1.5rem 0;
    }

}
@media (max-width: 575px) and (min-width: 349px) {
    #about::before {
        height: 2rem;
    }
    #about::after {
        height: 3.5rem;
    }
    #about h2 {
        margin-bottom: 2rem;
    }
    #about .line {
        width: 31%;
        left: 8.25rem;
    }
    #about .dot {
        top: 3.15rem;
        left: 17.5rem;
    }
    .about-img {
        margin: 0 0 1.5rem 0;
    }
}
@media (max-width: 348px){
    #about::before {
        height: 2rem;
    }
    #about::after {
        height: 3.5rem;
    }
    #about h2 {
        margin-bottom: 2rem;
    }
    #about .line {
        width: 44%;
        left: 4.15rem;
    }
    #about .dot {
        top: 3.15rem;
        left: 13.5rem;
    }
    .about-img {
        margin: 0 0 1.5rem 0;
    }

}
/* Scroll to top button*/
#scrollToTopBtn{
    display: inline-block;
    background-color: #f5cc5a;
    border: 2px solid #f5cc5a;
    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: #575965;
    font-size: 2em;
}
#scrollToTopBtn:hover {
    cursor: pointer;
    background-color: rgba(87,89,101,.7);
    border: 2px solid rgba(87,89,101,.7);
    color: #fff;
}
#scrollToTopBtn:active {
    background-color: rgba(87,89,101,.7);
    border: 2px solid rgba(87,89,101,.7);
    color: #fff;
}
#scrollToTopBtn.show {
    opacity: 1;
    visibility: visible;
}
/*Footer Block styles*/
#footer{
    background: transparent url("../images/bg-footer.jpg") no-repeat center;
    background-size: cover;
}
#footer:before{
    height: 3rem;
    content: "";
    display:block;
}
#footer:after{
    height: 8rem;
    content: "";
    display:block;
}
#footer .h1{
    margin-bottom: 2rem;
}
#footer .line {
    width: 26%;
    left: 0;
}
#footer .dot {
    top: 5.75rem;
    left: 11.5rem;
}
#footer .info-header {
    font-size: 1.35rem;
    font-weight: 500;
    color: #868d99;
}
#footer .info-header .sub-head {
    font-size: smaller;
    font-weight: 400;
}
.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 2rem;
    width: 90%;
    margin-left: 2rem;
    background: #fff url("../images/bg-contacts.jpg") no-repeat 98% 98%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.contact-info .h1 {
    text-align: left;
}
.sub-heading3 {
    font-size: 1.35rem;
    font-weight: 400;
    border-top: 1px solid rgba(160,160,160,.3);
    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::before,
#copyright::after{
    height: 0;
    content: "";
    display: block;
}
.copyright {
    text-align: center;
    font-size: smaller;
    border-top: 1px solid rgba(160,160,160, .63);
    padding: 1rem 0 0 0;
}
@media (max-width: 991px) and (min-width: 768px) {
    #footer::after {
        height: 2rem;
    }
    #footer .h1 {
        font-size: 2.35rem;
    }
    #footer .line {
        width: 43%;
        left: 0;
    }
    #footer .dot {
        top: 4.2rem;
        left: 8.25rem;
    }
    .contact-info {
        width: 100%;
        margin-left: 0;
        background-size: 30% 15%;
        padding: .7rem 1rem .5rem 1rem;
    }
    .contacts-list li {
        padding: 7px 0;
        font-size: 70%;
    }
    .mapa, .phone, .web, .mail{
        padding: .45rem 1rem;
    }
    .copyright {
        font-size: 65%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #footer::after {
        height: 2rem;
    }
    #footer .h1 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    #footer .line {
        width: 43%;
        left: 0;
    }
    #footer .dot {
        top: 3.85rem;
        left: 8.25rem;
    }
    .contact-info {
        background-size: 30% 16%;
        padding: .7rem 1rem .25rem 1rem;
        width: 100%;
        margin-left: 0;
    }
    #footer .info-header {
        font-size: 1.15rem;
    }
    .contacts-list li {
        font-size: 64%;
    }
    .mapa, .phone,.web, .mail, .clock{
        background-size: 63% auto;
    }
    .copyright {
        font-size: 65%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #footer::after {
        height: 2rem;
    }
    #footer .line {
        width: 43%;
        left: 0;
    }
    #footer .dot {
        top: 4.75rem;
        left: 12.65rem;
    }
    .contact-info {
        padding: 1rem;
        width: 100%;
        margin-left: 0;
    }
    .contacts-list li {
        padding: 7px 0;
        font-size: 90%;
    }
    .map-responsive iframe {
        top: 15px;
        left: 15px;
        width: 91%;
    }
    .mapa, .phone, .web, .mail{
        padding: .45rem 1rem;
    }
    .copyright {
        font-size: 65%;
    }
}
@media (max-width: 348px){
    #footer::after {
        height: 2rem;
    }
    #footer .line {
        width: 43%;
        left: 0;
    }
    #footer .dot {
        top: 4.75rem;
        left: 9.5rem;
    }
    .contact-info {
        background-size: 40% 20%;
        padding: 1rem;
        width: 100%;
        margin-left: 0;
    }
    .contacts-list li {
        padding: 7px 0;
        font-size: 79%;
    }
    .map-responsive iframe {
        top: 15px;
        left: 15px;
        width: 91%;
    }
    .mapa, .phone, .web, .mail{
        padding: .45rem 1rem;
    }
    .copyright {
        font-size: 65%;
    }
}