/* template */
body,html {
  height: 100%;
  scroll-behavior: smooth;
}

/* hidden spacer before sections for proper offset */
section::before {
    height: 7rem;
    content: "";
    display:block;
}
section::after {
    height: 2rem;
    content: "";
    display:block;
}
/* helpers */
.vh-50 {
    min-height: 50vh;
}
.vh-75 {
    min-height: 75vh;
}
.vh-100 {
    min-height: 100vh;
}
/*Header Block styles*/
#home::before,
#home::after{
    height: 0;
    content: "";
    display:block;
}


@media (max-width: 991px) and (min-width: 768px) {
    .navbar-toggler {
        right: 1.5rem;
    }
    .navbar-caption {
        display: block;
        position: absolute;
        left: 23%;
        top: 20%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .navbar-expand-lg > .container{
        margin:0;
    }
    .navbar-toggler {
        right: 1.5rem;
    }
    .navbar-caption {
        display: block;
        position: absolute;
        left: 23%;
        top: 20%;
    }
    #collapsingNavbar {
        padding: 0 1rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .navbar-toggler {
        right: 1rem;
    }
    .navbar-caption {
        display: block;
        position: absolute;
        left: 30%;
        top: 20%;
        font-size: 100%;
    }
}
@media (max-width: 348px){
    .navbar-brand .img-fluid {
        width: 65%;
        height: auto;
    }
    .navbar-caption {
        display: block;
        position: absolute;
        left: 30%;
        top: 10%;
        font-size: 85%;
    }
}
/*Slider*/
.mbri-arrow-prev, .mbri-arrow-next {
    font-size: 4rem;
    color: #fff;
}
.carousel-caption {
    position: absolute;
    right: 5%;
    bottom: 52%;
    left: 5%;
    z-index: 10;
    width: 45%;
    height: 40%;
    padding: 2rem 4rem 3rem 1.5rem;
    text-align: left;
    color: #4f4f57;
}
.carousel-caption .headng{
    padding-bottom: 1rem;
    font-size: 2.45rem;
    line-height: 1.15;
    color: #3f8b73;
}
.line {
    display: block;
    position: absolute;
    width: 230px;
    height: 1px;
    background: #ed822f;
    top: 6.25rem;
    left: 19.5rem;
}
.caption-list {
    margin-top: 1rem;
    text-align: justify;
    font-size: 1rem;
}

@media (max-width: 991px) and (min-width: 768px) {
    .carousel-caption {
        right: 5%;
        bottom: 48%;
        left: 5%;
        width: 45%;
        height: 40%;
        padding: 0 1.2rem 0 0;
        font-size: 70%;
    }
    .carousel-caption .headng{
        font-size: 1.35rem;
        line-height: 1.7rem;
        padding-bottom: 0;
    }
    .line {
        width: 115px;
        top: 2.55rem;
        left: 10.5rem;
    }
}
@media (max-width: 348px){
    .mbri-arrow-prev, .mbri-arrow-next {
        font-size: 2rem;
    }
}
/*Reasons Block styles*/
#reasons::before {
    height: 2rem;
    content: "";
    display:block;
}
#reasons::after {
    height: 1rem;
    content: "";
    display:block;
}
#reasons{
    background: transparent url("../images/bg-reasons.jpg") no-repeat center;
    background-size: cover;
    border-top: 2px solid #fff;
}
.heading {
    margin-bottom: 1.5rem;
}
.reasons-item p {
    margin-top: 1.15rem;
    font-size: 1.18rem;
    font-weight: 400;
    color: #fff;
}
.reasons-item img {
    padding: 0 6rem;
}

@media (max-width: 991px) and (min-width: 768px) {
    .reasons-item img {
        padding: 0 1.5rem;
    }
    .reasons-item p {
        font-size: 95%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .reasons-item img {
        padding: 0 1rem;
    }
    .reasons-item p {
        font-size: 80%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .reasons-item img {
        padding: 0 11rem;
    }
}
@media (max-width: 348px){
    .reasons-item img {
        padding: 0 6rem;
    }
}
/*Services Block styles*/
#services::before,
#services::after {
    height: 4rem;
    content: "";
    display: block;
}
#services .line{
    top: 1.35rem;
    left: 18.5rem;
}
#services .line.rgt{
    top: 1.35rem;
    left: 51.5rem;
}
.usluga-card{
    border: 1px solid rgba(96,111,110,.49);
    border-radius: 15px;
}
.uslugi {
    margin-top: 3rem;
}
.uslugi-title {
    font-size: 1.3rem;
    text-align: center;
    margin-top: 1.2rem;
    font-weight: 500;
    color: #ed822f;
}
@media (max-width: 991px) and (min-width: 768px) {
    .uslugi-title {
        font-size: 1.07rem;
    }
    #services .line {
        width: 225px;
        left: 1rem;
    }
    #services .line.rgt{
        left: 32.95rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #services h1{
        font-size: 2.35rem;
    }
    #services .line {
        width: 150px;
        left: 1rem;
    }
    #services .line.rgt{
        left: 27.15rem;
    }
    .uslugi-title {
        font-size: 88%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #services h1{
        font-size: 2rem;
    }
    #services .line {
        width: 105px;
        left: 1rem;
    }
    #services .line.rgt{
        left: 22.3rem;
    }
    .uslugi {
        margin-top: 1rem;
    }
    .usluga-card{
        margin-bottom: 1rem;
    }
}
@media (max-width: 348px){
    #services::before,
    #services::after {
        height: 2rem;
        content: "";
        display: block;
    }
    #services h1{
        font-size: 2rem;
    }
    #services .line {
        width: 40px;
        left: 1rem;
    }
    #services .line.rgt{
        width: 40px;
        left: 18.3rem;
    }
    .uslugi {
        margin-top: 1rem;
    }
    .usluga-card{
        margin-bottom: 1rem;
    }
}
/*Hover effect*/
.hover-mask a, .carousel-item .hover-mask .gallery-img {
    display: block;
    position: relative;
    overflow: hidden;
}
.hover-mask .thumb-modal{
    width: 100%;
    height: auto;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
   -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 .thumb-modal{
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    -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;
    height: 100%;
    width: 100%;
    padding: 40% 20px;
    text-align: center;
    background-color: rgba(2,80,55,0.73);
    border: 1px solid rgba(255,255,255,0);
    border-radius: 16px;
    -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(2,80,55,0.4);
    -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, .modal .modal-list li{
    position: relative;
    padding: .5rem 0 .5rem 2rem;
}
.services-list li::before, .modal .modal-list li::before{
    content: '';
    width: 23px;
    height: 18px;
    position: absolute;
    background: transparent url('../images/marker.png') no-repeat center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.stronger {
    font-weight: 500;
    font-style: italic;
}

/*Modals styles - uslugi*/
.modal-header button.close {
    font-size: 2.5rem;
}
#services .modal-header .line {
    top: 2.35rem;
    left: 15.5rem;
 }
.modal-img{
    width:100%;
    height: auto;
    border: 1px solid rgba(96,111,110,.49);
    border-radius: 15px;
}
#services .modal-body .line {
    top: 1rem;
    left: 35.5rem;
}
#services .modal-body .line.alg {
    left: 38.5rem;
}
#services .modal-body h4{
    margin: 0 0 2rem 0;
}
#services #ModalCenter2 .modal-header .line{
    left: 22rem;
}
#services #ModalCenter2 .modal-body .line{
    left: 52rem;
    width: 125px;
}
#services #ModalCenter3 .modal-header .line{
    left: 20.5rem;
}
#services #ModalCenter4 .modal-header .line{
    left: 17rem;
}
#services #ModalCenter6 .modal-header .line{
    left: 21.5rem;
}
#services #ModalCenter6 .modal-body .line{
    left: 17rem;
}
#services #ModalCenter6 .modal-body h5 .line {
    left: 39.5rem;
    top: .8rem;
}
#services #ModalCenter6 .modal-body h5{
    margin-bottom: 3rem;
}
.modal-logo {
    width: 100%;
    height: auto;
    border: 2px solid #ffba4e;
    border-radius: 15px;
}
.logo-title {
    margin: 1rem 0 0 0;
}
.tbl .tbd {
    padding: 1.35rem 0.35rem 0 0.35rem;
}
.bdr {
    border-left: 1px solid #e3e3e3;
}
.tbl .thd {
    padding: 1.25rem 0;
    font-weight: 500;
    border-bottom: 1px solid #e3e3e3;
}
.modal .text-justify{
    font-size: 1.03rem;
    line-height: 1.6;
}
.modal .modal-list {
    padding-left: 0;
    font-size: 1.03rem;
}
.modal-list2 {
    list-style: none;
    font-size: 1.2rem;
    color: #606f6e;
}
.modal-list2 li {
    padding: 5px 0;
}
.modal-list3 {
    padding-left: 1.2rem;
}
.modal-list3 li::before {
    content:'';
    padding-left: 5px;
}
.modal-list3 li {
    padding: 5px 0;
}
.heading-2 {
    margin-bottom: 1rem;
}
.mar1{
    margin-top: 1.5rem;
}
.colour {
    color: #a9bfbe;
}
.modal-footer .btn-primary {
    width: 30%;
    margin: 0;
}
#contact-form {
    padding: 0 2rem 0 0;
}
#services #ModalCenter6 .modal-body .btn-primary {
    width: 62%;
    padding: 1rem 0;
    margin: 2rem 0 0 0;
    font-size: 1.15rem;
}
@media (max-width: 991px) and (min-width: 768px) {
    .modal-dialog {
        max-width: 750px;
        margin: 1.75rem auto;
    }
    .modal-title {
        line-height: 1.2;
        font-size: 1.5rem;
        margin-left: 0.35rem;
    }
    #services .modal-header .line {
        top: 1.95rem;
        left: 12.5rem;
    }
    #services .modal-body .line {
        top: 1rem;
        left: 34.5rem;
        width: 160px;
    }
    #services .modal-body .line.alg {
        left: 38rem;
        width: 110px;
    }
    #services #ModalCenter2 .modal-header .line {
        left: 18rem;
    }
    #services #ModalCenter2 .modal-body .line {
        left: 14.5rem;
        top: 2.85rem;
    }
    #services #ModalCenter3 .modal-header .line {
        width: 150px;
        left: 16.5rem;
    }
    #services #ModalCenter4 .modal-header .line {
        left: 13rem;
    }
    #services #ModalCenter6 .modal-header .line {
        width: 130px;
        left: 17.5rem;
    }
    #services #ModalCenter6 .modal-body .line {
        width: 120px;
        top: 1rem;
    }
    .modal-body .text-justify, .modal .modal-list{
        font-size: 90%;
    }
    .modal-body .sm {
        padding: .55rem .9rem;
        width: 50%;
        font-size: 100%;
    }
    .modal-footer .btn-primary {
        width: 35%;
        margin: 0;
        font-size: 1.15rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .modal-title {
        line-height: 1.2;
        font-size: 1.5rem;
        margin-left: 0;
    }
    #services .modal-header .line {
        width: 150px;
        top: 1.95rem;
        left: 12rem;
    }
    .modal-body {
        padding: 0;
    }
    #services .modal-body .line {
        width: 150px;
        top: 2.8rem;
        left: 6.5rem;
    }
    #services .modal-body .line.alg {
        left: 11.5rem;
        width: 130px;
    }
    .tbl .tbd {
        padding: 1.75rem .5rem 0 1rem;
    }
    .modal-footer .btn-primary {
        width: 100%;
        margin: 0;
    }
    #services #ModalCenter2 .modal-header .line {
        left: 17.5rem;
        width: 130px;
    }
    #services #ModalCenter2 .modal-body .line {
        width: 30px;
        left: 26rem;
        top: 2.85rem;
    }
    #services #ModalCenter3 .modal-header .line {
        width: 150px;
        left: 16rem;
    }
    #services #ModalCenter4 .modal-header .line {
        left: 13rem;
    }
    #services #ModalCenter6 .modal-header .line {
        width: 130px;
        left: 17.5rem;
    }
    #services #ModalCenter6 .modal-body .line {
        width: 170px;
        top: 1rem;
    }
    .modal-img {
        margin: 0 0 .85rem 0;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .modal-title {
        line-height: 1.2;
        font-size: 1.5rem;
        margin-left: 0;
    }
    #services .modal-header .line {
        width: 150px;
        top: 1.95rem;
        left: 12rem;
    }
    .modal-body {
        padding: 0;
    }
    #services .modal-body .line {
        width: 150px;
        top: 2.8rem;
        left: 10.5rem;
    }
    #services .modal-body .line.alg {
        left: 11.5rem;
        width: 130px;
    }
    .table th, .table td {
        padding: 1.75rem .5rem 0 1rem;
    }
    .modal-footer .btn-primary {
        width: 100%;
        margin: 0;
    }
    #services #ModalCenter2 .modal-header .line {
        left: 17.5rem;
        width: 130px;
    }
    #services #ModalCenter2 .modal-body .line {
        width: 30px;
        left: 26rem;
        top: 2.85rem;
    }
    #services #ModalCenter3 .modal-header .line {
        width: 150px;
        left: 16rem;
    }
    #services #ModalCenter4 .modal-header .line {
        left: 13rem;
    }
    #services #ModalCenter6 .modal-header .line {
        width: 130px;
        left: 17.5rem;
    }
    #services #ModalCenter6 .modal-body .line {
        width: 40px;
        top: 1rem;
    }
    .modal .text-justify {
        font-size: 85%;
        line-height: 1.65;
    }
    .modal .modal-list {
        font-size: 85%;
    }
    .modal-img {
        margin: 0 0 0.85rem 0;
    }
}
@media (max-width: 348px){
    .modal-title {
        line-height: 1.2;
        font-size: 1.25rem;
        margin: 0;
    }
    #services .modal-header .line {
        width: 100px;
        top: 1.8rem;
        left: 10.5rem;
    }
    .modal-body {
        padding: 0;
    }
    #services .modal-body .line {
        width: 150px;
        top: 4.65rem;
        left: 7.5rem;
    }
    #services .modal-body .line.alg {
        left: 11.5rem;
        width: 130px;
    }
    .table th, .table td {
        padding: 1.75rem .5rem 0 1rem;
    }
    .modal-footer .btn-primary {
        width: 100%;
        margin: 0;
    }
    #services #ModalCenter2 .modal-header .line {
        left: 15rem;
        width: 40px;
    }
    #services #ModalCenter2 .modal-body .line {
        width: 85px;
        left: 14.5rem;
        top: 6.35rem;
    }
    #services #ModalCenter3 .modal-header .line {
        width: 60px;
        left: 13.5rem;
    }
    #services #ModalCenter4 .modal-header .line {
        left: 11rem;
    }
    #services #ModalCenter6 .modal-header .line {
        width: 45px;
        left: 14.5rem;
    }
    #services #ModalCenter6 .modal-body .line {
        width: 40px;
        top: 1rem;
    }
    .modal .text-justify {
        font-size: 85%;
        line-height: 1.65;
    }
    .modal .modal-list {
        font-size: 85%;
    }
    .modal-img {
        margin: 0 0 .85rem 0;
    }
}
/*Divider Block styles*/
#divider::before,
#divider::after{
    height: 2rem;
    content: "";
    display: block;
}
#divider .line3{
    display: block;
    background: rgba(2,80,55,.5);
    padding: 1px 0 0 0;
    width: 100%;
    margin: 0 0 3.5rem 0;
}
#divider .div-icon{
    background: #fff url("../images/mark.png") no-repeat center;
    display: block;
    width: 39px;
    height: 40px;
    position: relative;
    padding: 0 2.5rem;
    margin: -4.5rem auto;
}
@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: 5rem;
    content: "";
    display: block;
}
#about h2{
    margin-bottom: 4rem;
}
#about .mar1 {
    margin-top: 1.25rem;
}
#about .line{
    top: 1.35rem;
    left: 23.5rem;
}
#about .line.rgt{
    top: 1.35rem;
    left: 46.5rem;
}
#about p{
    padding: 0 1.5rem;
}
.bgg {
    font-size: 1.12rem;
    font-weight: 500;
    padding-left: 15px;
    color: rgba(96,111,110,.85);
}
.about-img, .about-img2, .about-img3 {
    width: 90%;
    height: auto;
    margin: 0 1.5rem 1rem 2rem;
    border: 1px solid #025037;
    border-radius: 15px;
}
.about-img2{
    margin: 0 0 1.5rem 0;
}
#about .c-highlight{
    display: block;
    background: transparent url("../images/bg-about.png") no-repeat;
    padding: 2.12rem 4.5rem;
    margin: 2.5rem 0 0 0;
    font-size: 1.25rem;
    text-shadow: 2px 1px #4f4f57;
    color: #fff;
}
#about .colour{
    display: block;
    position: absolute;
    top: 1.5rem;
    left: 4rem;
    font-size: 2rem;
    font-weight: 500;
    color: rgba(2,80,55, .69);
}
.price-btn {
    margin: 8rem 0 0 0;
}
.go-ic{
    background: transparent url("../images/arr.png") no-repeat center;
    background-size: 27px 29px;
    padding: 1rem;
    margin-right: 0.5rem;
}
@media (max-width: 991px) and (min-width: 768px) {
    #about::before {
        height: 2rem;
        content: "";
        display: block;
    }
    #about .line {
        width: 170px;
        left: 9.5rem;
    }
    #about .line.rgt {
        left: 27.85rem;
    }
    #about p {
        padding: 0;
    }
    .about-img, .about-img2, .about-img3 {
        margin: 0;
        width: 100%;
    }
    #about .colour{
        top: 3.35rem;
        left: 6.5rem;
        font-size: 1.5rem;
        padding: 0 .75rem 0 0;
    }
    #about .c-highlight{
        background: transparent url("../images/bg-about.png") no-repeat 0 2rem;
        background-size: 75% auto;
        padding: 4.5rem 0 3rem 5.5rem;
        margin: 1.5rem 0 0 0;
        font-size: 1.35rem;
    }
    .price-btn {
        margin: 2rem 0 0 0;
    }
    #about .btn-primary{
        width: 35%;
        margin: 0 auto;
        font-size: 1.25rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #about::before {
        height: 2rem;
        content: "";
        display: block;
    }
    #about::after {
        height: 4rem;
        content: "";
        display: block;
    }
    #about h2 {
        margin-bottom: 2rem;
    }
    #about p {
        padding: 0;
    }
    .about-img, .about-img2, .about-img3 {
        margin: 0 0 1rem 0;
        width: 100%;
    }
    #about .line {
        width: 150px;
        left: 5.5rem;
    }
    #about .line.rgt {
        left: 22.65rem;
    }
    #about .mar1 {
        margin-top: 0;
    }
    #about .colour{
        top: 1.35rem;
        left: 6.5rem;
        font-size: 1.3rem;
        padding: 0 1rem 0 0;
    }
    #about .c-highlight{
        background: transparent url("../images/bg-about.png") no-repeat 0 2rem;
        background-size: 100% auto;
        padding: 4.5rem 0 3rem 5.5rem;
        margin: 1.5rem 0 0 0;
        font-size: 1.25rem;
    }
    .price-btn {
        margin: 4rem 0 0 0;
    }
    #about .btn-primary{
        width: 55%;
        margin: 0 auto;
        font-size: 1.25rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #about::before {
        height: 2rem;
        content: "";
        display: block;
    }
    #about::after {
        height: 4rem;
        content: "";
        display: block;
    }
    #about h2 {
        margin-bottom: 2rem;
    }
    #about p {
        padding: 0;
    }
    .about-img, .about-img2, .about-img3 {
        margin: 0 0 1rem 0;
        width: 100%;
    }
    #about .line {
        width: 150px;
        left: 2rem;
    }
    #about .line.rgt {
        left: 18.75rem;
    }
    #about .mar1 {
        margin-top: 0;
    }
    #about .colour{
        top: 1.35rem;
        left: 5rem;
        font-size: 1.15rem;
        padding: 0 .75rem 0 0;
    }
    #about .c-highlight{
        background: transparent url("../images/bg-about.png") no-repeat 0 2rem;
        background-size: 100% auto;
        padding: 3.85rem 0 3rem 3.85rem;
        margin: 1.5rem 0 0 0;
        font-size: 1.25rem;
    }
    .price-btn {
        margin: 4rem 0 0 0;
    }
    #about .btn-primary{
        width: 100%;
        margin: 0;
        font-size: 1.2rem;
    }
}
@media (max-width: 348px){
    #about::before {
        height: 2rem;
        content: "";
        display: block;
    }
    #about::after {
        height: 4rem;
        content: "";
        display: block;
    }
    #about h2 {
        margin-bottom: 2rem;
    }
    #about p {
        padding: 0;
    }
    .about-img, .about-img2, .about-img3 {
        margin: 0 0 1rem 0;
        width: 100%;
    }
    #about .line {
        width: 100px;
        left: 1rem;
    }
    #about .line.rgt {
        width: 100px;
        left: 14.5rem;
    }
    #about .mar1 {
        margin-top: 0;
    }
    #about .colour{
        top: 1.35rem;
        left: 4.5rem;
        font-size: 90%;
        padding: 0 .75rem 0 0;
    }
    #about .c-highlight{
        background: transparent url("../images/bg-about.png") no-repeat 0 2rem;
        background-size: 100% auto;
        padding: 3.15rem 0 0 3.5rem;
        margin: 1.5rem 0 0 0;
        font-size: 1rem;
    }
    .price-btn {
        margin: 4rem 0 0 0;
    }
    #about .btn-primary{
        width: 100%;
        margin: 0;
        font-size: 1.2rem;
    }
}
/*Slogan Block styles*/
#slogan{
    background: transparent url("../images/bg-slogan.jpg") no-repeat center;
    background-size: cover;
}
#slogan::before, #slogan::after{
    height: 8rem;
    content: "";
    display: block;
}
#slogan h1{
    margin: 0 0 2rem 2rem;
    font-size: 4.35rem;
    font-weight: 500;
    text-shadow: 2px 3px #4f4f57;
    color: #fff;
}
#slogan .line {
    width: 400px;
    top: 7.95rem;
    left: 35rem;
}
#slogan .sub-heading{
    margin: 0 0 0 2.5rem;
    font-size: 2.35rem;
    font-weight: 400;
    text-shadow: 2px 2px #4f4f57;
    color: #fff;
}
@media (max-width: 991px) and (min-width: 768px) {
    #slogan::before, #slogan::after{
        height: 3rem;
        content: "";
        display: block;
    }
    #slogan h1{
        font-size: 2.75rem;
        margin: 0 0 1rem 2rem;
    }
    #slogan .line {
        width: 240px;
        top: 5rem;
        left: 23.5rem;
    }
    #slogan .sub-heading {
        font-size: 1.5rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #slogan::before, #slogan::after{
        height: 3rem;
        content: "";
        display: block;
    }
    #slogan h1{
        font-size: 1.5rem;
        margin: 0 0 1rem 0;
        text-shadow: 2px 2px #4f4f57;
    }
    #slogan .line {
        width: 140px;
        top: 2.75rem;
        left: 12rem;
    }
    #slogan .sub-heading{
        font-size: 1.1rem;
        margin: 0;
        text-shadow: 2px 1px #4f4f57;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #slogan::before, #slogan::after{
        height: 3rem;
        content: "";
        display: block;
    }
    #slogan h1{
        font-size: 1.5rem;
        margin: 0 0 1rem 0;
        text-shadow: 2px 2px #4f4f57;
    }
    #slogan .line {
        width: 140px;
        top: 2.75rem;
        left: 12rem;
    }
    #slogan .sub-heading{
        font-size: 1.1rem;
        margin: 0;
        text-shadow: 2px 1px #4f4f57;
    }
}
@media (max-width: 348px){
    #slogan::before, #slogan::after{
        height: 3rem;
        content: "";
        display: block;
    }
    #slogan h1{
        font-size: 1.5rem;
        margin: 0 0 1rem 0;
        text-shadow: 2px 2px #4f4f57;
    }
    #slogan .line {
        width: 140px;
        top: 2.75rem;
        left: 12rem;
    }
    #slogan .sub-heading{
        font-size: 1.1rem;
        margin: 0;
        text-shadow: 2px 1px #4f4f57;
    }
}
/* Scroll to top button*/
#scrollToTopBtn{
    display: inline-block;
    background: rgba(2,80,55,.5);
    background: linear-gradient(45deg,rgba(237,130,47,.55) 40%, rgba(2,80,55,.55) 80%);
    background: -webkit-linear-gradient(45deg,rgba(237,130,47,.55) 40%, rgba(2,80,55,.55) 80%);
    background: -moz-linear-gradient(45deg,rgba(237,130,47,.55) 40%, rgba(2,80,55,.55) 80%);
    border: 2px solid #f4f4f6;
    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: #f4f4f6;
    font-size: 2em;
}
#scrollToTopBtn:hover {
    cursor: pointer;
    background: rgba(2,80,55,.5);
    background: linear-gradient(45deg,rgba(237,130,47,.55) 40%, rgba(2,80,55,.55) 80%);
    background: -webkit-linear-gradient(45deg,rgba(237,130,47,.55) 40%, rgba(2,80,55,.55) 80%);
    background: -moz-linear-gradient(45deg,rgba(237,130,47,.55) 40%, rgba(2,80,55,.55) 80%);
    border: 2px solid #f4f4f6;
    color: #f4f4f6;
}
#scrollToTopBtn:active {
    cursor: pointer;
    background: rgba(2,80,55,.5);
    background: linear-gradient(45deg,rgba(237,130,47,.55) 40%, rgba(2,80,55,.55) 80%);
    background: -webkit-linear-gradient(45deg,rgba(237,130,47,.55) 40%, rgba(2,80,55,.55) 80%);
    background: -moz-linear-gradient(45deg,rgba(237,130,47,.55) 40%, rgba(2,80,55,.55) 80%);
    border: 2px solid #f4f4f6;
    color: #f4f4f6;
}
#scrollToTopBtn.show {
    opacity: 1;
    visibility: visible;
}
/*Footer Block styles*/
#footer:before{
    height: 4rem;
    content: "";
    display:block;
}
#footer{
    background: #f4f4f6;
}
#footer .line{
    width: 185px;
    top: 1.35rem;
    left: 24.5rem;
}
#footer .line.rgt{
    top: 1.35rem;
    left: 48.3rem;
}
#footer h3{
    margin: 0 0 3rem 0;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:40%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:75%;
    width:95%;
    position:absolute;
    margin: 0 1.2rem;
    border: 3px solid #ffba4e;
    border-radius: 15px;
}
.contact-info{
    padding: 1rem 2rem 5rem 1rem;
}
.contact-info h5{
    color: #3f8b73;
}
.contacts-list {
    list-style: none;
    margin: 3rem 0;
    padding-left: .4rem;
    font-size: 1.05rem;
    line-height: 1.65;
}
.contacts-list li {
    padding: 5px 0;
}
.sm {
    font-size: smaller;
    padding: 0 0 0 2.45rem;
}
.contacts-icons {
    margin-right: .4rem;
}
.mapa{
    background: transparent url("../images/icons/map.png") no-repeat;
    padding: .25rem 1rem;
}
.sml{
    font-size:smaller;
}
.bdr2 {
    margin-bottom: 1rem;
}
.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;
 }
.skype{
    background: transparent url("../images/icons/skype.png") no-repeat;
    padding: 0 1rem .35rem 1rem;
}
.copyright {
    margin-top: 2rem;
    text-align: center;
    font-size: 90%;
    border-top: 1px solid rgba(2,80,55,.5);
    padding: 1rem 0 0 0;
}
@media (max-width: 991px) and (min-width: 768px) {
    #footer .line {
        width: 185px;
        left: 6.5rem;
    }
    #footer .line.rgt {
        left: 30rem;
    }
    .contact-info {
        padding: 1rem 0 .15rem 0;
    }
    .contacts-list li {
        font-size: 85%;
    }
    .mapa, .phone, .web, .mail, .clock, .skype{
        background-size: 75%;
        padding-bottom: 0.8rem;
    }
    .map-responsive iframe{
        margin: 0 1rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #footer:before{
        height: 2rem;
        content: "";
        display:block;
    }
    #footer .line {
        width: 185px;
        left: 1.5rem;
    }
    #footer .line.rgt {
        left: 24.5rem;
    }
    .contact-info {
        padding: 1rem .5rem .15rem .5rem;
    }
    .contacts-list li{
        padding: 5px 0;
        font-size: 76%;
    }
    .map-responsive iframe {
        top: 0;
        margin: 0;
        left: .95rem;
        width: 91%;
    }
    .mapa, .phone, .web, .mail, .clock, .skype{
        background-size: 75%;
        padding-bottom: 0.8rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #footer:before{
        height: 2rem;
        content: "";
        display:block;
    }
    #footer h3 {
        margin: 0 0 1rem 0;
    }
    #footer .line {
        width: 130px;
        left: 1.35rem;
    }
    #footer .line.rgt {
        left: 20.65rem;
    }
    .contact-info {
        padding: 1rem 0 .15rem 0;
        margin: 2rem 0;
    }
    .contacts-list li {
        padding: 5px 0;
    }
    .map-responsive iframe {
        top: 15px;
        margin: 0;
        left: 1rem;
        width: 94%;
    }
}
@media (max-width: 348px){
    #footer:before{
        height: 2rem;
        content: "";
        display:block;
    }
    #footer h3 {
        margin: 0 0 1rem 0;
    }
    #footer .line {
        width: 70px;
        left: 1rem;
    }
    #footer .line.rgt {
        left: 16.5rem;
    }
    .contact-info {
        padding: 1rem 0 .15rem 0;
        margin: 2rem 0;
    }
    .contacts-list li {
        padding: 5px 0;
    }
    .mapa, .phone, .web, .mail, .clock, .skype{
        background-size: 75%;
        padding-bottom: 0.8rem;
    }
    .map-responsive iframe {
        top: 15px;
        margin: 0;
        left: .95rem;
        width: 91%;
    }
    .copyright {
        font-size: 65%;
    }
}