/* 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;
}
.navbar-brand img{
    width: 80%;
    height: auto;
}
@media (max-width: 991px) and (min-width: 768px) {
    .navbar-toggler {
        right: 1.5rem;
    }
    .navbar-brand img{
        width: 70%;
        height: auto;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .navbar-expand-lg > .container{
        margin:0;
    }
    .navbar-toggler {
        right: 1.5rem;
    }
    #collapsingNavbar {
        padding: 0 1rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .navbar-toggler {
        right: 1rem;
    }
}
@media (max-width: 348px){
    .navbar-brand .img-fluid {
        width: 53%;
        height: auto;
    }
    .navbar {
        padding: 0.75rem .5rem;
    }
}
/*Slider*/
.mbri-arrow-prev, .mbri-arrow-next {
    font-size: 4rem;
    color: #fff;
}
.carousel-caption {
    position: absolute;
    right: 5%;
    bottom: 0;
    left: 8%;
    width: 38%;
    height: 44%;
    padding: 2rem 0 1rem 0;
    z-index: 10;
}
.carousel-caption .headng{
    padding-bottom: .75rem;
    font-size: 2.1rem;
    line-height: 2.5rem;
}
.carousel-caption p{
    font-size: 1rem;
    margin-bottom: .5rem;
    line-height: 1.35;
    color: #263a4f;
}
.carousel-caption .headng .line{
    left: 0.75rem;
}
@media (max-width: 991px) and (min-width: 768px) {
    .carousel-caption {
        right: 5%;
        bottom: 0;
        left: 7%;
        width: 44%;
        height: 50%;
        padding: 2rem 0 0 0.5rem;
    }
    .carousel-caption .headng{
        font-size: 1.2rem;
        line-height: 1.25rem;
        padding-bottom: 0;
    }
    .carousel-caption p{
        font-size: 67%;
        width: 90%;
    }
    .carousel-indicators {
        bottom: -3px;
        left: 43px;
        margin-right: 2%;
        margin-left: 2%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .carousel-caption {
        right: 5%;
        bottom: 0;
        left: 7%;
        width: 44%;
        height: 50%;
        padding: 2rem 0 0 0.5rem;
    }
    .carousel-caption .headng{
        font-size: 1rem;
        line-height: 1.1rem;
        padding-bottom: 0;
    }
    .carousel-caption p{
        font-size: 48%;
        width: 90%;
        margin-bottom: 0;
    }
    .carousel-indicators {
        bottom: -3px;
        left: 43px;
        margin-right: 2%;
        margin-left: 2%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .carousel-caption {
        right: 5%;
        bottom: 0;
        left: 6%;
        width: 44%;
        height: 50%;
        padding: 1.15rem 0 0 0.5rem;
    }
    .carousel-caption .headng{
        font-size: 68%;
        line-height: 1;
        padding-bottom: 0;
    }
    .carousel-caption p{
        font-size: 40%;
        margin-bottom: 0;
    }
    .carousel-indicators {
        bottom: -3px;
        left: 43px;
        margin-right: 2%;
        margin-left: 2%;
    }
}
@media (max-width: 348px){
    .carousel-caption {
        right: 5%;
        bottom: 0;
        left: 6%;
        width: 44%;
        height: 50%;
        padding: 1.15rem 0 0 .5rem;
    }
    .carousel-caption .headng{
        font-size: 55%;
        line-height: 1;
        padding-bottom: 0;
        margin-bottom: 0.25rem;
    }
    .carousel-caption .headng .line {
        left: 0.5rem;
        bottom: .15rem;
    }
    .carousel-caption p{
        font-size: 27%;
        margin-bottom: 0;
    }
    .mbri-arrow-prev, .mbri-arrow-next {
        font-size: 2rem;
    }
    .carousel-indicators {
        bottom: -3px;
        left: 0;
        margin-right: 2%;
        margin-left: 2%;
    }
}
/*Reasons Block styles*/
#reasons::before {
    height: 2rem;
    content: "";
    display:block;
}
#reasons::after {
    height: 3rem;
    content: "";
    display:block;
}
#reasons{
    background: rgba(246,245,243,1);
}
.heading {
    margin-bottom: 1.5rem;
}
.heading h2{
    margin: 0 0 2.25rem 1.75rem;
}
.line{
    display: inline-block;
    position: relative;
    bottom: .5rem;
    left: 1.5rem;
    width: 50%;
    height: 1px;
    background: #ff6600;
}
.reasons-bdr {
    margin: 2.5rem 0 0 7rem;
    height: 380px;
    width: 65%;
    border: 1px solid #97c0e8;
}
#reasons .reasons-list {
    margin-left: 0;
    padding-left: 5px;
    position: absolute;
    top: 13%;
    left: 10.5%;
    width: 50%;
}
#reasons .reasons-list li {
    position: relative;
    padding-left: 4.5em;
    margin: 1.75em 0 0 0;
    font-size: 1.05rem;
    list-style: none;
    line-height: 1.5em;
    text-align: justify;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.reason-1, .reason-2, .reason-3,
.reason-4, .reason-5, .reason-6{
    display: inline-block;
    position: absolute;
    left: -0.05rem;
    top: -1rem;
    background-color: #f6f5f3;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #97c0e8;
}
.reason-1{
    background-image: url("../images/reason-1a.png");
}
.reason-2{
    top: -0.85rem;
    background-image: url("../images/reason-2a.png");
}
.reason-3{
    top: -0.75rem;
    background-image: url("../images/reason-3a.png");
}
.reason-4{
    top: -0.75rem;
    background-image: url("../images/reason-4a.png");
}
.reason-5{
    top: -0.75rem;
    background-image: url("../images/reason-5a.png");
}
.reason-6{
    top: -0.75rem;
    background-image: url("../images/reason-6a.png");
}
.reason-1:hover, .reason-2:hover, .reason-3:hover,
.reason-4:hover, .reason-5:hover, .reason-6:hover{
    background-color: #d0dfee;
    border: none;
}
.reason-1:hover{
    background-image: url("../images/reason-1ah.png");
}
.reason-2:hover{
    top: -0.85rem;
    background-image: url("../images/reason-2ah.png");
}
.reason-3:hover{
    top: -0.75rem;
    background-image: url("../images/reason-3ah.png");
}
.reason-4:hover{
    top: -0.75rem;
    background-image: url("../images/reason-4ah.png");
}
.reason-5:hover{
    top: -0.75rem;
    background-image: url("../images/reason-5ah.png");
}
.reason-6:hover{
    top: -0.75rem;
    background-image: url("../images/reason-6ah.png");
}
#reasons .reasons-list li:hover{
    color: rgba(45,45,45,.75);
}
#reasons .img-fluid {
    margin: 2rem 0 0 1rem;
}

@media (max-width: 991px) and (min-width: 768px) {
    #reasons::after {
        height: 2rem;
    }
    .heading h2 {
        font-size: 1.85rem;
        margin: 0 0 2.25rem .5rem;
    }
    #reasons .img-fluid {
        margin: 0;
    }
    .reasons-bdr {
        margin: 0 0 0 2.5rem;
        height: 350px;
        width: 86%;
    }
    #reasons .reasons-list {
        top: 2%;
        left: 5.5%;
        width: 80%;
    }
    #reasons .reasons-list li{
        font-size: 86%;
    }
    .reason-1, .reason-2, .reason-3, .reason-4, .reason-5, .reason-6 {
        left: -0.15rem;
    }
    .reason-2, .reason-2:hover {
        top: -0.35rem;
    }
    .reason-3, .reason-3:hover {
        top: 0.25rem;
    }
    .reason-4, .reason-4:hover {
        top: 0.85rem;
    }
    .reason-5, .reason-5:hover {
        top: 1.35rem;
    }
    .reason-6, .reason-6:hover {
        top: 1.85rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #reasons::after {
        height: 2rem;
    }
    .heading h2 {
        font-size: 1.65rem;
        margin: 0 0 2.25rem .5rem;
    }
    .line {
        width: 38%;
    }
    #reasons .img-fluid {
        margin: 2rem 0 0 2rem;
        max-width: 86%;
    }
    .reasons-bdr {
        margin: 1rem 0 1rem 2.5rem;
        height: 350px;
        width: 86%;
    }
    #reasons .reasons-list {
        top: 6%;
        left: 5.5%;
        width: 80%;
    }
    #reasons .reasons-list li{
        font-size: 86%;
    }
    .reason-1, .reason-2, .reason-3, .reason-4, .reason-5, .reason-6 {
        left: -0.15rem;
    }
    .reason-2, .reason-2:hover {
        top: -0.35rem;
    }
    .reason-3, .reason-3:hover {
        top: 0.25rem;
    }
    .reason-4, .reason-4:hover {
        top: 0.85rem;
    }
    .reason-5, .reason-5:hover {
        top: 1.35rem;
    }
    .reason-6, .reason-6:hover {
        top: 1.85rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .heading h2 {
        font-size: 1.65rem;
        margin: 0 0 2.25rem .5rem;
    }
    .line {
        left: 1.15rem;
        width: 30%;
    }
    #reasons .img-fluid {
        margin: 0;
    }
    .reasons-bdr {
        margin: 1rem 0 1rem 1.5rem;
        height: 295px;
        width: 90%;
    }
    #reasons .reasons-list {
        top: 6%;
        left: 5.5%;
        width: 83%;
    }
    #reasons .reasons-list li{
        font-size: 86%;
        padding-left: 3.5em;
    }
    .reason-1, .reason-2, .reason-3, .reason-4, .reason-5, .reason-6 {
        left: -0.75rem;
        width: 40px;
        height: 40px;
    }
    .reason-2, .reason-2:hover {
        top: -0.75rem;
    }
    .reason-3, .reason-3:hover {
        top: -0.5rem;
    }
    .reason-4, .reason-4:hover {
        top: -0.35rem;
    }
    .reason-5, .reason-5:hover {
        top: -0.25rem;
    }
    .reason-6, .reason-6:hover {
        top: -0.15rem;
    }
}
@media (max-width: 348px){
    #reasons::after {
        height: 1rem;
    }
    .heading h2 {
        font-size: 1.35rem;
        margin: 0 0 2.25rem .5rem;
    }
    #reasons .heading h2 .line {
        left: 1rem;
        width: 20%;
    }
    #reasons .img-fluid {
        margin: 0;
    }
    .reasons-bdr {
        margin: 1rem 0 1rem 1.5rem;
        height: 275px;
        width: 90%;
    }
    #reasons .reasons-list {
        top: 7%;
        left: 5.5%;
        width: 78%;
    }
    #reasons .reasons-list li{
        font-size: 70%;
        padding-left: 3.5em;
    }
    .reason-1, .reason-2, .reason-3, .reason-4, .reason-5, .reason-6 {
        left: -0.25rem;
        width: 37px;
        height: 37px;
    }
    .reason-1, .reason-1:hover{
         top: -0.5rem;
    }
    .reason-2, .reason-2:hover {
        top: -1rem;
    }
    .reason-3, .reason-3:hover {
        top: -0.75rem;
    }
    .reason-4, .reason-4:hover {
        top: -0.5rem;
    }
    .reason-5, .reason-5:hover {
        top: -0.35rem;
    }
    .reason-6, .reason-6:hover {
        top: -0.15rem;
    }
}
/*Services Block styles*/
#services::before {
    height: 4rem;
    content: "";
    display: block;
}
#services::after {
    height: 5rem;
    content: "";
    display: block;
}
#services h1{
    margin: 0 0 2.25rem 1.75rem;
}
#services .lines{
    margin: .5rem 0 0 -1.15rem;
}
.sub-heading {
    margin: 0 0 1.5rem 1.5rem;
    font-size: 1.1rem;
}
.uslugi {
    margin-top: 2rem;
}
.uslugi-title {
    margin: 1.25rem 0;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    font-style: italic;
}
.colour {
    font-size: 86%;
    font-weight: 400;
    color: #969ca6;
}
.uslugi .card{
    margin-bottom: 1.75rem;
    border-radius: 0;
    border: 1px dashed #888;
}
.uslugi .card .card-body {
    padding: 0;
}
/*Filter gallery*/
#btn-container {
    border-bottom: 1px solid rgba(53,74,95,.14);
    margin-bottom: 1.5rem;
}
.filter-button {
    padding: .7rem 1.5rem;
    margin: 0;
    background: transparent;
    border-radius: 0;
    text-align: left;
    font-size: 1rem;
    color: #034ca0;
}
.filter-button:hover,.filter-button:active, .filter-button:focus, #btn-container .active {
    background: #f6f5f3;
    border-radius: 0;
    border: 1px solid transparent;
    box-shadow: none;
    color: #ff6600;
}
@media (max-width: 991px) and (min-width: 768px) {
    #services h1{
        font-size: 2rem;
        margin: 0 0 2.25rem .75rem;
    }
    .sub-heading {
        font-size: 95%;
        margin: 0 0 1.5rem 0;
    }
    .uslugi-title {
        font-size: 88%;
    }
    .filter-button {
        font-size: 85%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #services h1{
        font-size: 2rem;
        margin: 0 0 2.25rem .25rem;
    }
    .sub-heading {
        font-size: 85%;
        margin: 0 0 1.5rem 0;
    }
    .uslugi-title {
        font-size: 90%;
    }
    .filter-button {
        font-size: 82%;
        padding: .7rem 0.5rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #services h1{
        font-size: 2rem;
        margin: 0 0 2.25rem .25rem;
    }
    .sub-heading {
        font-size: 85%;
        margin: 0 0 1.5rem 0;
    }
    .filter-button {
        font-size: 73%;
        padding: 0.35rem;
    }
}
@media (max-width: 348px){
    #services::before,
    #services::after {
        height: 3rem;
        content: "";
        display: block;
    }
    #services h1{
        font-size: 1.85rem;
        margin: 0 0 2.25rem .25rem;
    }
    #services h1 .line {
        left: 1rem;
        width: 32%;
    }
    .sub-heading {
        font-size: 85%;
        margin: 0 0 1.5rem 0;
    }
    .filter-button {
        font-size: 70%;
        padding: 0.5rem;
    }
}
/*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;
    -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-left-radius: calc(0.75rem - 1px);
    border-top-right-radius: calc(0.75rem - 1px);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.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: 65% 20px;
    text-align: center;
    background-color: rgba(53,74,95,.33);
    -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(83,161,200,.49);
    -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, .hover-mask:hover .uslugi-title {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.hover-mask:hover .uslugi-title{
    z-index: 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;
    z-index: 5;
}
.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;
}
/*Modals styles - uslugi*/
.modal-header button.close {
    font-size: 2.5rem;
}
.modal-title .line {
    bottom: 3rem;
    left: 22rem;
}
#ModalCenter2 .modal-title .line, #ModalCenter3 .modal-title .line,
#ModalCenter5 .modal-title .line, #ModalCenter10 .modal-title .line,
#ModalCenter13 .modal-title .line{
    left: 26rem;
}
#ModalCenter4 .modal-title .line,
#ModalCenter6 .modal-title .line,
#ModalCenter7 .modal-title .line,
#ModalCenter15 .modal-title .line{
    left: 29rem;
}
#ModalCenter8 .modal-title .line{
    left: 20rem;
}
#ModalCenter9 .modal-title .line{
    left: 27rem;
}
#ModalCenter13 .modal-title .line{
    left: 23rem;
}
#ModalCenter11 .modal-title .line,
#ModalCenter12 .modal-title .line{
    left: 17rem;
}
#ModalCenter14 .modal-title .line{
    left: 12rem;
}
.modal-img{
    width:100%;
    height: auto;
    margin-bottom: 1rem;
    border: 1px dashed rgba(45,45,45,.75);
}
.modal-img2 {
    width: 100%;
    height: auto;
}
.modal .text-justify{
    margin-bottom: .75rem;
    line-height: 1.5;
    font-size: 95%;
}
.price-bdr {
    border: 1px solid #97c0e8;
    padding: 1rem;
    margin: 0 0 2.5rem 0;
    width: 60%;
}
.price-bdr .h5 {
    display: block;
    position: relative;
    margin: -2rem 0 1.35rem 0;
    background: #fff;
    width: 50%;
    padding: 0 .5rem;
    font-size: 1.15rem;
}
.itemm {
    display: inline-block;
    padding: 0.25rem 1.15rem;
    margin: 0 4rem 0 0;
    border: 1px dashed #97c0e8;
    border-radius: 15%;
    font-weight: 600;
}
.price {
    display: inline-block;
    font-size: 1.85rem;
    font-weight: 600;
    color: #ff6600;
}
.price .clr2 {
    margin: 0 0 0 .35rem;
    font-size: 62%;
    font-weight: 400;
    color: #354a5f;
}
.description, .contents, .recommend {
    border-top: 1px solid #97c0e8;
    margin: 3.5rem 0 1.5rem 0;
    width: 90%;
}
.contents {
    width: 60%;
}
.description .h5, .contents .h5, .recommend .h5 {
    display: block;
    position: relative;
    width: 23%;
    margin: -1rem 0 1.35rem 1rem;
    padding: 0 .5rem;
    background: #fff;
    font-size: 1.15rem;
}
.contents .h5{
    width: 28%;
}
.recommend .h5{
    width: 85%;
}
.description .clr, .recommend .clr {
    font-weight: 600;
    font-style: oblique;
}
.mb {
    display: block;
    padding-left: 3rem;
    padding-top: .25rem;
}
.modal-list {
    padding-left: 1.35rem;
}
.modal .contents .modal-list li{
    position: relative;
    padding: .15rem 0 .15rem 2rem;
    font-size: 95%;
}
#services .modal .modal-footer .call{
    padding: .5rem .5rem 0 .5rem;
    margin: 0 0 0 2rem;
    width: 40%;
}
#services .modal .modal-footer .call .caption-list {
    padding: 0 0 0 1.35rem;
    margin-bottom: 0.5rem;

}
#services .modal .modal-footer .call .caption-list li {
    padding: 1px 0;
}
#services .modal .modal-footer .call .caption-list li .bbg {
    font-size: 1.75rem;
}
.modal-footer .clr {
    font-style: oblique;
}
@media (max-width: 991px) and (min-width: 768px) {
    .modal-dialog {
        max-width: 750px;
        margin: 1.75rem auto;
    }
    .modal-body {
        padding: 1rem;
    }
    .modal-title {
        line-height: 1.2;
        font-size: 1.65rem;
    }
    .modal-title .line {
        bottom: 2.35rem;
        width: 40%;
    }
    .modal .modal-body .heading {
        font-size: 1rem;
    }
    .modal-body .text-justify, .modal .modal-list{
        font-size: 90%;
    }
    .price-bdr {
        width: 78%;
    }
    .description .h5{
        width: 30%;
    }
    .contents .h5 {
        width: 37%;
    }
    .recommend .h5 {
        width: 71%;
    }
    #services .modal .modal-footer .call {
        width: 50%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .modal-body {
        padding: 1rem;
        background-size: 60% auto;
    }
    .modal-title {
        line-height: 1.2;
        font-size: 1.25rem;
    }
    .modal-title .line {
        bottom: 1.75rem;
        width: 40%;
        left: 17rem;
    }
    #ModalCenter2 .modal-title .line, #ModalCenter3 .modal-title .line,
    #ModalCenter5 .modal-title .line, #ModalCenter10 .modal-title .line,
    #ModalCenter13 .modal-title .line{
        left: 19rem;
        width: 31%;
    }
    #ModalCenter4 .modal-title .line,
    #ModalCenter6 .modal-title .line,
    #ModalCenter7 .modal-title .line,
    #ModalCenter15 .modal-title .line{
        left: 21rem;
        width: 19%;
    }
    #ModalCenter8 .modal-title .line{
        left: 14rem;
    }
    #ModalCenter9 .modal-title .line{
        left: 20rem;
        width: 25%;
    }
    #ModalCenter13 .modal-title .line{
        left: 17rem;
    }
    #ModalCenter11 .modal-title .line,
    #ModalCenter12 .modal-title .line{
        left: 12rem;
        width: 82%;
    }
    .modal-body .text-justify, .modal .modal-list{
        font-size: 90%;
    }
    .price-bdr {
        width: 78%;
    }
    .description .h5{
        width: 30%;
    }
    .contents .h5 {
        width: 37%;
    }
    .recommend .h5 {
        width: 71%;
    }
    #services .modal .modal-footer .call {
        width: 100%;
        margin: 0;
    }
    #services .modal .modal-footer .call .contact-name {
        font-size: 60%;
    }
    #services .modal .modal-footer .call .caption-list li .bbg {
        font-size: 1.45rem;
    }
    #services .modal .modal-footer .call .caption-list li .small2 {
        font-size: 60%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .modal-title {
        line-height: 1.2;
        font-size: 1.25rem;
    }
    .modal-title .line {
        bottom: 1.75rem;
        width: 35%;
        left: 17rem;
    }
    #ModalCenter2 .modal-title .line, #ModalCenter3 .modal-title .line,
    #ModalCenter5 .modal-title .line, #ModalCenter10 .modal-title .line,
    #ModalCenter13 .modal-title .line{
        left: 19rem;
        width: 20%;
    }
    #ModalCenter4 .modal-title .line,
    #ModalCenter6 .modal-title .line,
    #ModalCenter7 .modal-title .line,
    #ModalCenter15 .modal-title .line{
        left: 20.5rem;
        width: 11%;
    }
    #ModalCenter8 .modal-title .line{
        left: 14rem;
    }
    #ModalCenter9 .modal-title .line{
        left: 19.5rem;
        width: 17%;
    }
    #ModalCenter13 .modal-title .line{
        left: 17rem;
    }
    #ModalCenter11 .modal-title .line,
    #ModalCenter12 .modal-title .line{
        left: 12rem;
        width: 82%;
    }
    .modal-body .text-justify, .modal .modal-list{
        font-size: 90%;
    }
    .price-bdr {
        width: 78%;
    }
    .description .h5{
        width: 30%;
    }
    .contents .h5 {
        width: 37%;
    }
    .recommend .h5 {
        width: 71%;
    }
    #services .modal .modal-footer .call {
        width: 100%;
        margin: 0;
    }
    #services .modal .modal-footer .call .caption-list {
        padding: 0 0 0 0.25rem;
        margin-bottom: 0.5rem;
    }
    #services .modal .modal-footer .call .contact-name {
        font-size: 56%;
    }
    #services .modal .modal-footer .call .caption-list li .bbg {
        font-size: 1.45rem;
    }
    #services .modal .modal-footer .call .caption-list li .small2 {
        font-size: 60%;
    }
}
@media (max-width: 348px){
    .modal-title {
        line-height: 1.2;
        font-size: 1.25rem;
    }
    .modal-title .line {
        bottom: 1.75rem;
        width: 35%;
        left: 1rem;
    }
    #ModalCenter2 .modal-title .line, #ModalCenter3 .modal-title .line,
    #ModalCenter5 .modal-title .line, #ModalCenter10 .modal-title .line,
    #ModalCenter13 .modal-title .line{
        left: 1rem;
        width: 30%;
        bottom: .25rem;
    }
    #ModalCenter4 .modal-title .line{
        left: 1rem;
        width: 18%;
    }
    #ModalCenter6 .modal-title .line{
        left: 12rem;
        width: 18%;
    }
    #ModalCenter7 .modal-title .line{
        left: 1rem;
        width: 33%;
        bottom: 0.3rem;
    }
    #ModalCenter8 .modal-title .line{
        left: 14rem;
        width: 5%;
    }
    #ModalCenter9 .modal-title .line{
        left: 1rem;
        width: 32%;
        bottom: 0.3rem;
    }
    #ModalCenter13 .modal-title .line{
        left: 1rem;
    }
    #ModalCenter11 .modal-title .line,
    #ModalCenter12 .modal-title .line{
        left: 12rem;
        width: 20%;
    }
    #ModalCenter14 .modal-title .line {
        left: 8rem;
        width: 60%;
    }
    #ModalCenter15 .modal-title .line {
        left: 13rem;
        width: 18%;
    }
    .modal-body .text-justify, .modal .modal-list{
        font-size: 80%;
    }
    .price-bdr {
        width: 100%;
    }
    .price-bdr .h5 {
        margin: -1.7rem 0 1.35rem 0;
        width: 54%;
        font-size: 1rem;
    }
    .description, .contents, .recommend {
        width: 100%;
    }
    .description .h5{
        width: 36%;
    }
    .contents .h5 {
        width: 51%;
    }
    .recommend .h5 {
        width: 71%;
    }
    #services .modal-footer .clr {
        font-size: 82%;
    }
    #services .modal .modal-footer .call {
        width: 100%;
        margin: 0;
    }
    #services .modal .modal-footer .call .caption-list {
        padding: 0 0 0 0.25rem;
        margin-bottom: 0.5rem;
    }
    #services .modal .modal-footer .call .contact-name {
        font-size: 50%;
    }
    #services .modal .modal-footer .call .caption-list li .bbg {
        font-size: 1.45rem;
    }
    #services .modal .modal-footer .call .caption-list li .small2 {
        font-size: 60%;
    }
}
/*Slogan Block & Slogan2 Block styles*/
#slogan{
    background: transparent url("../images/bg-slogan1.jpg") no-repeat center;
    background-size: cover;
}
#slogan2{
    background: transparent url("../images/bg-slogan2.jpg") no-repeat center;
    background-size: cover;
}
#slogan::before,
#slogan2::before{
    height: 4.5rem;
    content: "";
    display: block;
}
#slogan::after,
#slogan2::after{
    height: 3.5rem;
    content: "";
    display: block;
}
#slogan p, #slogan2 p {
    width: 84%;
    margin: 0 auto;
    font-size: 1.95rem;
    font-weight: 600;
    font-style: italic;
    text-shadow: 1px 2px 0 #fff;
    color: #034ca0;
}
#slogan p .clr, #slogan2 p .clr {
    color: #ff6600;
}
.line2 {
    display: block;
    background: #fff;
    width: 43%;
    height: 1px;
    margin: 1rem auto 0 auto;
}
@media (max-width: 991px) and (min-width: 768px) {
    #slogan::before, #slogan::after,
    #slogan2::before, #slogan2::after{
        height: 1.15rem;
        content: "";
        display: block;
    }
    #slogan p, #slogan2 p {
        width: 96%;
        font-size: 1.25rem;
    }
    .line2 {
        margin: .5rem auto 0 auto;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #slogan::before, #slogan::after,
    #slogan2::before, #slogan2::after{
        height: 2.15rem;
        content: "";
        display: block;
    }
    #slogan p, #slogan2 p {
        width: 96%;
        font-size: 1.25rem;
    }
    .line2 {
        margin: .5rem auto 0 auto;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #slogan::before, #slogan::after,
    #slogan2::before, #slogan2::after{
        height: 1rem;
        content: "";
        display: block;
    }
    #slogan p, #slogan2 p {
        width: 96%;
        font-size: 1.15rem;
    }
    .line2 {
        margin: .5rem auto 0 auto;
    }
}
@media (max-width: 348px){
    #slogan::before, #slogan::after,
    #slogan2::before, #slogan2::after{
        height: 2rem;
        content: "";
        display: block;
    }
    #slogan p, #slogan2 p {
        width: 96%;
        font-size: 1.15rem;
    }
    .line2 {
        margin: .5rem auto 0 auto;
    }
}
/*About Block styles*/
#about::before{
    height: 5rem;
    content: "";
    display: block;
}
#about::after{
    height: 7rem;
    content: "";
    display: block;
}
#about .mar1 {
    margin-top: 2.1rem;
}
#about h2{
    margin: 0 0 2.25rem 1.75rem;
}
#about .sub-heading {
    margin: 0 0 1.5rem 0;
    font-size: 1.1rem;
    font-style: italic;
    font-weight: 600;
    color: #034ca0;
}
#about .lines{
    margin: .5rem 0 0 -1.15rem;
}
#about p{
    padding: 0 1.5rem;
}
.about-list, .modal .modal-list{
    list-style: none;
    text-align: justify;
}
#about h3 {
    margin: 1.5rem 0 2rem 1.5rem;
}
.about-list li, .modal .modal-list li{
    position: relative;
    padding: .5rem 0 .5rem 2rem;
}
.about-list li::before, .modal .modal-list li::before{
    content: '';
    width: 19px;
    height: 19px;
    position: absolute;
    background: transparent url('../images/marker.png') no-repeat center;
    left: -1%;
    top: 50%;
    transform: translateY(-50%);
}
.about-img {
    width: 85%;
    margin: 0 0 2rem 0;
}
.call {
    border: 1px solid #97c0e8;
    padding: 1rem 1rem 0 1rem;
    margin: 2.5rem 0 0 2rem;
    width: 70%;
}
.call p{
    display: block;
    position: relative;
    margin: -2rem 0 1.5rem 0;
    background: #fff;
    width: 52%;
    font-size: 1.25rem;
    font-style: italic;
    color: #034ca0;
}
.caption-list {
    list-style: none;
    padding: 0 0 0 1.5rem;
    font-size: 1.5rem;
}
.caption-list li{
    padding: 5px 0;
}
.caption-list li .fa-phone-square{
    margin: 0 1rem 0 0;
    font-size: 1.25em;
    color: #ff6600;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari 3-8 */
    transform: rotate(90deg);
}
.small2 {
    font-size: 80%;
    color: #606c88;
}
.bbg {
    font-size: 2rem;
    font-weight: 600;
    font-style: italic;
    color: #3992eb;
}
.contact-name {
    font-size: 70%;
    font-style: italic;
    color: rgba(53,74,95,.82);
}
#about .highlight {
    font-size: 1.15rem;
    font-weight: 600;
    font-style: italic;
}
@media (max-width: 991px) and (min-width: 768px) {
    #about::before {
        height: 4rem;
        content: "";
        display: block;
    }
    #about::after {
        height: 3rem;
    }
    #about h2 {
        margin: 0 0 2.25rem .25rem;
    }
    #about p {
        padding: 0;
        font-size: 92%;
    }
    .about-img {
        margin: 0.5rem 0 0 0;
        width: 100%;
    }
    .about-list {
        padding-left: 1rem;
        font-size: 92%;
    }
    #about .call {
        padding: 0;
        margin: 1.5rem 0 0 0;
        width: 87%;
    }
    #about .call p {
        margin: -0.75rem 0 0.5rem 0.85rem;
        padding: 0 0 0 .5rem;
        width: 47%;
    }
    #about .call .caption-list {
        margin-bottom: 0.5rem;
    }
    #about .caption-list li {
        padding: 0;
    }
    #about .caption-list li .contact-name {
        font-size: 67%;
    }
    #about .highlight {
        font-size: 1rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #about::before,#about::after {
        height: 2rem;
        content: "";
        display: block;
    }
    #about h2 {
        margin: 0 0 2.25rem .25rem;
    }
    #about p {
        padding: 0;
        font-size: 85%;
    }
    .about-list {
        padding-left: 1rem;
        font-size: 85%;
    }
    .about-img {
        margin: 1rem 2.25rem;
    }
    #about .call {
        padding: 0;
        margin: 1.5rem 0;
        width: 63%;
    }
    #about .call p {
        margin: -0.75rem 0 0.5rem 0.85rem;
        padding: 0 0 0 .5rem;
        width: 47%;
    }
    #about .call .caption-list {
        margin-bottom: 0.5rem;
    }
    #about .caption-list li {
        padding: 0;
    }
    #about .caption-list li .contact-name {
        font-size: 67%;
    }
    #about .highlight {
        font-size: 1rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #about::before,#about::after {
        height: 2rem;
        content: "";
        display: block;
    }
    #about h2 {
        margin: 0 0 2.25rem .25rem;
    }
    #about p {
        padding: 0;
        font-size: 85%;
    }
    .about-list {
        padding-left: 1rem;
        font-size: 85%;
    }
    .about-img {
        margin: 1rem 2.25rem;
    }
    #about .call {
        padding: 0;
        margin: 1.5rem 0;
        width: 82%;
    }
    #about .call p {
        margin: -0.75rem 0 0.5rem 0.85rem;
        padding: 0 0 0 .5rem;
        width: 47%;
    }
    #about .call .caption-list {
        margin-bottom: 0.5rem;
    }
    #about .caption-list li {
        padding: 0;
    }
    #about .caption-list li .contact-name {
        font-size: 67%;
    }
    #about .highlight {
        font-size: 1rem;
    }
}
@media (max-width: 348px){
    #about::before,#about::after {
        height: 2rem;
        content: "";
        display: block;
    }
    #about h2 {
        margin: 0 0 2.25rem .25rem;
    }
    #about h3 {
        margin: 1.5rem 0 2rem 0;
    }
    #about h3 .line{
        bottom: 0.5rem;
        left: 0.5rem;
        width: 44%;
    }
    #about .sub-heading {
        font-size: 95%;
    }
    #about p {
        padding: 0;
        font-size: 82%;
    }
    .about-list {
        padding-left: 0;
        font-size: 82%;
    }
    .about-img {
        margin: 1rem 0;
    }
    #about .call {
        padding: 0;
        margin: 1.5rem 0;
        width: 100%;
    }
    #about .call p {
        margin: -0.75rem 0 0.5rem 0.85rem;
        padding: 0 0 0 .5rem;
        width: 60%;
    }
    #about .call .caption-list {
        margin-bottom: 0.5rem;
        padding: 0 0 0 1.25rem;
    }
    #about .caption-list li {
        padding: 0;
    }
    #about .caption-list li .bbg {
        font-size: 1.45rem;
    }
    #about .caption-list li .small2 {
        font-size: 70%;
    }
    #about .caption-list li.contact-name {
        font-size: 56%;
    }
    #about .highlight {
        font-size: 82%;
    }
}

/* Scroll to top button*/
#scrollToTopBtn{
    display: inline-block;
    background: rgba(246,245,243,1);
    border: 2px solid #97c0e8;
    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: #034ca0;
    font-size: 2em;
}
#scrollToTopBtn:hover {
    cursor: pointer;
    background: rgba(208,223,238,1);
    border: 2px solid transparent;
    color: #ff6600;
}
#scrollToTopBtn:active {
    background: rgba(208,223,238,1);
    border: 2px solid transparent;
    color: #ff6600;
}
#scrollToTopBtn.show {
    opacity: 1;
    visibility: visible;
}
/*Footer Block styles*/
#footer:before{
    height: 4rem;
    content: "";
    display:block;
}
#footer {
    background: transparent url("../images/bg-footer.jpg") no-repeat center;
    background-size: cover;
}
#footer h3{
    margin: 0 0 4.5rem 1.75rem;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:35%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left: 3%;
    top:0;
    height:75%;
    width:93%;
    position:absolute;
    margin: 0 1.2rem;
    border: 7px solid #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.footer-slogan {
    display: block;
    margin-left: 2.5rem;
    width: 70%;
}
.footer-slogan .line{
    background: #3992eb;
}
.loggo {
    font-size: 1.6rem;
    font-style: italic;
    font-weight: 600;
    line-height: 1.25;
}
.contact-info{
    padding: 1.5rem 5rem 3rem 2.75rem;
}
.contacts-list {
    list-style: none;
    margin: 2rem 0;
    padding-left: .4rem;
    font-size: 1.12rem;
    line-height: 1.5;
}
.contacts-list li {
    padding: 6px 0;
}
.contacts-icons {
    margin-right: .4rem;
}
.mar2 {
    margin-left: 2.35rem;
}
.mapa{
    background: transparent url("../images/icons/map.png") no-repeat;
    padding: .25rem 1rem;
}
.sml{
    font-size:smaller;
    color: rgba(53,74,95,.65);
}
.bdr2 {
    border-bottom: 1px solid rgba(150,156,166,1);
    margin-bottom: 1rem;
}
.move {
    padding-left: 2.5rem;
}
.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;
}
.calendar{
    background: transparent url("../images/icons/calendar.png") no-repeat;
    padding: 0 1rem .35rem 1rem;
}
.copyright {
    margin-top: 2rem;
    text-align: center;
    font-size: 80%;
    border-top: 1px solid rgba(57,146,235,.29);
    padding: 1rem 0 0 0;
}
@media (max-width: 991px) and (min-width: 768px) {
    #footer::before {
        height: 2rem;
        content: "";
        display: block;
    }
    .footer-slogan {
        margin-left: 0.5rem;
        width: 98%;
    }
    .loggo {
        font-size: 1.25rem;
    }
    .contact-info {
        padding: 1rem 1rem .15rem 1rem;
    }
    .contacts-list {
        font-size: 1rem;
        margin: 1rem 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;
    }
    .copyright{
        font-size: 70%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #footer::before {
        height: 2rem;
        content: "";
        display: block;
    }
    .footer-slogan {
        margin-left: 0.5rem;
        width: 98%;
    }
    .loggo {
        font-size: 1.0rem;
    }
    .contact-info {
        padding: 1rem 0 .15rem 0;
    }
    .contacts-list {
        font-size: 1rem;
        margin: 1rem 0;
    }
    .contacts-list li{
        padding: 5px 0;
        font-size: 74%;
    }
    .map-responsive iframe {
        top: 0;
        margin: 0;
        left: .95rem;
        width: 91%;
    }
    .mapa, .phone, .web, .mail, .clock, .skype{
        background-size: 75%;
        padding-bottom: 0.8rem;
    }
    .copyright{
        font-size: 67%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #footer::before {
        height: 1rem;
        content: "";
        display: block;
    }
    .footer-slogan {
        margin-left: 0.5rem;
        width: 98%;
    }
    .loggo {
        font-size: 1.5rem;
    }
    .contact-info {
        padding: 1rem 1rem .15rem 1rem;
    }
    .sml {
        font-size: 60%;
    }
    .map-responsive iframe {
        top: 15px;
        margin: 0;
        left: 1rem;
        width: 94%;
    }
}
@media (max-width: 348px){
    #footer::before {
        height: 1rem;
        content: "";
        display: block;
    }
    #footer h3 {
        margin: 0 0 1.5rem .5rem;
    }
    #footer h3  .line {
        left: 1rem;
        width: 38%;
    }
    .footer-slogan {
        margin-left: 0.5rem;
        width: 98%;
    }
    .loggo {
        font-size: 100%;
    }
    .footer-slogan .line {
        bottom: 0.25rem;
    }
    .contact-info {
        padding: 0 0 .15rem 0;
    }
    .contacts-list li {
        padding: 5px 0;
        font-size: 68%;
    }
    .sml {
        font-size: 72%;
    }
    .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%;
    }
}