/* 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-brand img {
    margin-bottom: -0.5rem;
}
.navbar-dark .nav-item:hover{
    background: rgba(65,151,198,1);
    background: linear-gradient(-145deg, rgba(65, 151, 198,1) 21%, rgba(100, 81, 161,.68) 100%);
   -ms-transform: skewX(20deg); /* IE 9 */
    -webkit-transform: skewX(20deg); /* Safari */
    transform: skewX(20deg);
}
.navbar-dark .nav-item:hover .nav-link{
    -ms-transform: skewX(-20deg); /* IE 9 */
    -webkit-transform: skewX(-20deg); /* Safari */
    transform: skewX(-20deg);
    color:#fff;
}
#home {
    background: transparent url("../images/bg-header.jpg") no-repeat center;
    background-size: cover;
}
#home::before{
    height: 7rem;
    content: "";
    display: block;
}
#home::after{
    height: 10rem;
    content: "";
    display: block;
}
.text-block {
    width: 90%;
    padding: .5rem 1.5rem 2.5rem 1rem;
}
.text-block h1{
    margin: 0 0 0.75rem 0;
    font-size: 3.35rem;
    text-shadow: 2px 2px #3b3b3b;
    color: #fff;
}
.lines {
    display: block;
    position: relative;
    margin: 0 0 2rem 0;
    width: 160px;
    height: 10px;
    border-top: 5px solid #84d883;
    border-bottom: 1px solid #84d883;
}
.text-block p{
    font-size: 1.05rem;
    font-weight: 400;
    text-shadow: 1px 1px #3b3b3b;
    color: #fff;
}
@media (max-width: 991px) and (min-width: 768px) {
    #home::before, #home::after {
        height: 4.5rem;
        content: "";
        display:block;
    }
    .navbar {
        padding: 0 1rem .75rem 1rem;
    }
    .navbar-expand-lg .container{
        margin: 0;
    }
    .navbar-toggler {
        right: 1.5rem;
    }
    .navbar-brand .img-fluid {
        max-width: 78%;
        height: auto;
    }
    #home {
        background: transparent url("../images/bg-header.jpg") no-repeat left;
        background-size: cover;
    }
    .text-block {
        padding: 0;
        width: 100%;
    }
    .text-block h1{
        font-size: 2.35rem;
        line-height: 1;
    }
    .text-block p{
        font-size: 93%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #home::before, #home::after{
        height: 5rem;
        content: "";
        display: block;
    }
    .navbar {
        padding: 0 1rem .75rem 0;
    }
    .navbar-toggler {
        right: 1.5rem;
    }
    .navbar-caption {
        display: block;
        position: relative;
        left: -6rem;
    }
    #home .img-fluid{
        padding: 0;
    }
    #home {
        background: transparent url("../images/bg-header.jpg") no-repeat left;
        background-size: cover;
    }
    .text-block {
        padding: 0;
        width: 100%;
    }
    .text-block h1{
        font-size: 2.35rem;
        line-height: 1;
    }
    #home .lines {
        width: 110px;
        margin: 0 0 1rem 0;
    }
    .text-block p{
        font-size: 90%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .navbar-toggler {
        right: 1rem;
    }
    .navbar {
        padding: 0 1rem .75rem .5rem;
    }
    .navbar-brand .img-fluid {
        max-width: 82%;
        height: auto;
    }
    .navbar-caption {
        font-size: 1.5rem;
        display: block;
        position: relative;
        left: -4rem;
    }
    #home::before, #home::after{
        height: 5rem;
        content: "";
        display: block;
    }
    #home {
        background: transparent url("../images/bg-header.jpg") no-repeat left;
        background-size: cover;
    }
    .text-block {
        padding: 0;
        width: 100%;
    }
    .text-block h1{
        font-size: 2rem;
        line-height: 1;
    }
    #home .lines {
        width: 110px;
        margin: 0 0 1rem 0;
    }
    .text-block p{
        font-size: 90%;
    }
}
@media (max-width: 348px){
    #home::before{
         height: 3rem;
         content: "";
         display: block;
     }
    #home::after{
        height: 4.75rem;
        content: "";
        display: block;
    }
    .navbar {
        padding: 0 1rem .75rem .5rem;
    }
    .navbar-brand .img-fluid {
        width: 80%;
        height: auto;
    }
    #home {
        background: transparent url("../images/bg-header.jpg") no-repeat left;
        background-size: cover;
    }
    .text-block {
        padding: 0;
        width: 100%;
    }
    .text-block h1{
        font-size: 2rem;
        line-height: 1;
    }
    #home .lines {
        width: 110px;
        margin: 0 0 1rem 0;
    }
    .text-block p{
        font-size: 82%;
    }
}

/*Reasons Block styles*/
#reasons:before{
    height: 3rem;
    content: "";
    display:block;
}
#reasons:after{
    height: 7rem;
    content: "";
    display:block;
}
#reasons{
    background: #fff url("../images/bg-reasons.jpg") no-repeat;
    background-size: cover;
}
#reasons .lines{
    margin: 1.1rem auto 0 auto;
}
#reasons h2{
    margin-bottom: 2.5rem;
}
#reasons .mar1 {
    margin-top: 3.5rem;
}
.reason-1 {
    background: #fff url("../images/1.png") no-repeat left 25px;
    background-size: auto;
    height: 250px;
}
.reason-2 {
    background: #fff url("../images/2.png") no-repeat left 25px;
    height: 250px;
}
.reason-3 {
    background: #fff url("../images/3.png") no-repeat left 25px;
    height: 250px;
}
.reason-4 {
    background: #fff url("../images/4.png") no-repeat left 25px;
    height: 250px;
}
.reason-5 {
    background: #fff url("../images/5.png") no-repeat left 25px;
    height: 250px;
}
.reason-6 {
    background: #fff url("../images/6.png") no-repeat left 25px;
    height: 250px;
}
.reason-1,
.reason-2,
.reason-3,
.reason-4,
.reason-5,
.reason-6{
    border: 1px solid rgba(72,77,86,.4);
}
.reason-1:hover,
.reason-2:hover,
.reason-3:hover,
.reason-4:hover,
.reason-5:hover,
.reason-6:hover{
    border: 1px solid rgba(86,167,226,1);
}
.reason-1:hover .reason-title,
.reason-2:hover .reason-title,
.reason-3:hover .reason-title,
.reason-4:hover .reason-title,
.reason-5:hover .reason-title,
.reason-6:hover .reason-title{
    color:#4c6db2;
}
.box-effect{
    position:relative;
}
.box-effect::before,.box-effect::after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.box-effect::after{
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}
.reason-img {
    display: block;
    width: 30%;
    height: auto;
    margin: 2.5rem auto 0 auto;
}
.reason-title {
    display: block;
    position: relative;
    top: 1.5rem;
    font-size: 1.15em;
    font-weight: 500;
    line-height: 1.2;
    color: #4c6db2;
}
@media (max-width: 991px) and (min-width: 768px) {
    .reason-1, .reason-2,
    .reason-3, .reason-4,
    .reason-5, .reason-6{
        margin-top: 1.5rem;
        background-size: 25% auto;
        height: 218px;
    }
    #reasons .mar1 {
        margin-top: 0;
    }
    .reason-img {
        width: 40%;
    }
    .reason-title {
        top: 2.15rem;
        font-size: 1rem;
        line-height: 1.35;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .reason-1, .reason-2,
    .reason-3, .reason-4,
    .reason-5, .reason-6{
        margin-top: 1.5rem;
        background-size: 25% auto;
        height: 218px;
    }
    #reasons .mar1 {
        margin-top: 0;
    }
    .reason-img {
        width: 40%;
    }
    .reason-title {
        top: 2.15rem;
        font-size: 1rem;
        line-height: 1.35;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .reason-1, .reason-2,
    .reason-3, .reason-4,
    .reason-5, .reason-6{
        margin-top: 1.5rem;
    }
    #reasons .mar1 {
        margin-top: 0;
    }
    .reason-title {
        top: 0.85rem;
    }
}
@media (max-width: 348px){
    .reason-1, .reason-2,
    .reason-3, .reason-4,
    .reason-5, .reason-6{
        margin-top: 1.5rem;
    }
    #reasons .mar1 {
        margin-top: 0;
    }
    .reason-title {
        top: 2.85rem;
    }
}
/*Services Block styles*/
#services::before {
    height: 4rem;
    content: "";
    display: block;
}
#services::after {
    height: 2.5rem;
    content: "";
    display: block;
}
#services{
    background: rgba(255,255,2555,1);
}
#services .lines {
    margin: 1.1rem auto 0 auto;
}
#services .sub-heading,
#partners .sub-heading{
    margin-top: 1.75rem;
    padding: 0 1rem 0 1.5rem;
    font-size: 1.1rem;
}
.uslugi {
    margin-top: 1.5rem;
}
.uslugi .mar1 {
    margin-top: 1rem;
}
.uslugi-card .thumb-modal{
    width: 100%;
    height: auto;
    border: 2px solid #84d883;
}
.uslugi-title {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
    margin-top: 1.12rem;
    color: #4c6db2;
}

@media (max-width: 991px) and (min-width: 768px) {
    .uslugi-title {
        font-size: 1.1rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #services::before,
    #services::after {
        height: 2rem;
        content: "";
        display: block;
    }
    #services h1{
        font-size: 2.1rem;
        margin-left: 0;
    }
    .uslugi-title {
        width: 100%;
        font-size: 1.15rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #services::before,
    #services::after {
        height: 2rem;
        content: "";
        display: block;
    }
    #services h1{
        font-size: 2.1rem;
        margin-left: 0;
    }
    .uslugi-title {
        width: 100%;
        font-size: 1.35rem;
    }
}
@media (max-width: 348px){
    #services::before,
    #services::after {
        height: 2rem;
        content: "";
        display: block;
    }
    #services h1{
        font-size: 2.1rem;
        margin-left: 0;
    }
    .uslugi-title {
        width: 100%;
        font-size: 1.15rem;
    }

}
/*Hover effect*/
.hover-mask a, .carousel-item .hover-mask .gallery-img {
    display: block;
    position: relative;
    overflow: hidden;
}
.hover-mask{
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.carousel-item .hover-mask .gallery-img{
    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;
}
.hover-mask:hover .uslugi-card{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.hover-mask a .mbri-file, .hover-mask a .mbri-search {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: auto;
    width: 100%;
    padding: 32.65% 20px;
    text-align: center;
    background-color: rgba(76,109,178,0.61);
    -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 .mbri-search{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: auto;
    width: 100%;
    padding: 65% 20px;
    text-align: center;
    background-color: rgba(76,109,178,0.61);
    -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, .hover-mask .mbri-search, .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, .hover-mask:hover .mbri-search, .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;
}

@media (max-width: 991px) and (min-width: 768px) {
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 28% 20px;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 29.5% 20px;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 33.12% 20px;
    }
}
@media (max-width: 348px){
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 30.75% 20px;
    }
}
/*Modals styles - services*/
.modal-content{
    padding: 0 .75rem;
    border: 2px solid #9a9a9a;
}
.modal-header {
    border-bottom: 1px solid #84d883;
}
#about .modal-header .dvdr-lines {
    top: 2.15rem;
    left: 21.5rem;
}
.modal-title {
    line-height: 1.5;
    margin-left: 0;
}
.modal-header button.close {
    font-size: 2.5rem;
}
.modal-body {
    padding: 2rem 0;
}
.modal-body .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.modal-img{
    width: 100%;
    height: auto;
    margin: 0 2rem 0 .5rem;
    border: 2px solid #84d883;
}
.modal .modal-list {
    list-style: none;
    text-align: justify;
    padding-left: 0.5rem;
}
.modal .modal-list li{
    position: relative;
    padding: 0 0 .5rem 1.75rem;
}
.modal .modal-list li::before {
    content: '';
    width: 16px;
    height: 9px;
    position: absolute;
    background: transparent url('../images/mark.png') no-repeat center;
    left: 0;
    top: 44.5%;
    transform: translateY(-50%);
}
.line3 {
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(132,216,131,.35);
    margin: 1rem 0;
}

@media (max-width: 991px) and (min-width: 768px) {
    .modal p,
    .modal .modal-list li {
        font-size: 86%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .modal-title {
        font-size: 1.35rem;
    }
    .modal-img{
        margin: 0 0 1rem 0;
    }
    .modal .modal-list li {
        font-size: 90%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .modal-title {
        font-size: 1.35rem;
    }
    .modal-img{
        margin: 0 0 1rem 0;
    }
    .modal .modal-list li {
        font-size: 90%;
    }

}
@media (max-width: 348px){
    .modal-title {
        font-size: 1.35rem;
    }
    .modal-img{
        margin: 0 0 1rem 0;
    }
    .modal .modal-list li {
        font-size: 86%;
    }
}
/*Divider Block styles*/
#divider::before,
#divider::after{
    height: 0;
    content: "";
    display: block;
}
#divider .line2{
    display: block;
    width: 100%;
    margin: 3.5rem 0 0 0;
    border-top: 5px solid transparent;
    -moz-border-image: -moz-linear-gradient(45deg,#6451a1 30%, #56a7e2 50%);
    -webkit-border-image: -webkit-linear-gradient(45deg,#6451a1 30%, #56a7e2 50%);
    border-image-slice: 100%;
    border-image-source: -webkit-linear-gradient(45deg, rgb(100,81,161) 30%, rgb(86,167,226) 50%);
    border-image-source: linear-gradient(45deg,#6451a1 30%, #56a7e2 50%);
    border-image-slice: 1;
}
#divider .linn{
    display: block;
    padding: 5px 0 0 0;
    width: 100%;
    margin:  0 0 1.75rem 0;
    border-bottom: 1px solid #84d883;
}
#divider .div-icon{
    background: #fff;
    display: block;
    position: absolute;
    top: 2.35rem;
    left: 38.75rem;
    -ms-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    padding: 0 2rem;
}
#divider .div-icon img{
    width: 31px;
    height: 38px;
    -ms-transform: skewX(30deg);
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
}
@media (max-width: 991px) and (min-width: 768px) {
    #divider .div-icon{
        top: 2.5rem;
        left: 21rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #divider .div-icon{
        top: 2.5rem;
        left: 15.5rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #divider .div-icon{
        top: 2.5rem;
        left: 12rem;
    }
}
@media (max-width: 348px){
    #divider .div-icon{
        top: 2.5rem;
        left: 8rem;
    }
}
/*About Block styles*/
#about::before{
     height: 2rem;
     content: "";
     display: block;
 }
#about::after{
    height: 7rem;
    content: "";
    display: block;
}
#about .lines {
    margin: 1rem auto 3rem auto;
}
#about .mar1 {
    margin-top: 2.1rem;
}
.about-img {
    margin: 0 0 1.5rem 1rem;
    width: 92%;
    height: auto;
    border: 2px solid #84d883;
}
#about p {
    padding: 0 1rem;
    line-height: 1.65;
}
.about-list {
    list-style: none;
    text-align: justify;
    padding-left: 1.5rem;
}
.about-list li{
    position: relative;
    padding: 0 0 .5rem 1.75rem;
}
.about-list li::before {
    content: '';
    width: 16px;
    height: 9px;
    position: absolute;
    background: transparent url('../images/mark.png') no-repeat center;
    left: 0;
    top: 44.5%;
    transform: translateY(-50%);
}
.credo {
    display: block;
    margin-top: 2.5rem;
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    background: linear-gradient(rgba(152,207,247,1) 20%, rgba(100, 81, 161,1) 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#about strong{
    font-size: 1.15rem;
}
@media (max-width: 991px) and (min-width: 768px) {
    #about::before,
    #about::after{
        height: 3rem;
        content: "";
        display: block;
    }
    .about-img {
        margin: 0;
        width: 96%;
    }
    .credo{
        font-size: 1.5rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #about::before{
        height: 2rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 3rem;
        content: "";
        display: block;
    }
    #about h2{
        margin-left:0;
    }
    #about p {
        padding: 0;
    }
    #about .dvdr-lines {
        top: 3.1rem;
        left: 1.1rem;
    }
    .about-img {
        margin: 0 0 1rem 0;
        width: 100%;
        height: auto;
    }
    .about-list {
        padding-left: 0.5rem;
        text-align: left;
    }
    .credo{
        font-size: 1.75rem;
    }

}
@media (max-width: 575px) and (min-width: 349px) {
    #about::before{
        height: 2rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 3rem;
        content: "";
        display: block;
    }
    #about h2{
        margin-left:0;
    }
    #about p {
        padding: 0;
    }
    .about-img {
        margin: 0 0 1rem 0;
        width: 100%;
        height: auto;
    }
    .about-list {
        padding-left: 0.5rem;
        text-align: left;
    }
    .credo{
        font-size: 1.35rem;
    }
}
@media (max-width: 348px){
    #about::before{
        height: 1rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 2rem;
        content: "";
        display: block;
    }
    #about h2{
        margin-left:0;
    }
    #about p {
        padding: 0;
    }
    .about-img {
        margin: 0;
        width: 100%;
        height: auto;
    }
    .about-list {
        padding-left: 0.5rem;
        text-align: left;
    }
    .credo{
        font-size: 1.27rem;
    }
}

/* Scroll to top button*/
#scrollToTopBtn{
    display: inline-block;
    background-color: #fff;
    border: 2px solid #84d883;
    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: #98cff7;
    font-size: 2em;
}
#scrollToTopBtn:hover {
    cursor: pointer;
    background-color: rgba(255,255,255,1);
    border: 2px solid #6451a1;
    color: #84d883;
}
#scrollToTopBtn:active {
    background-color: rgba(255,255,255,1);
    border: 2px solid #6451a1;
    color: #84d883;
}
#scrollToTopBtn.show {
    opacity: 1;
    visibility: visible;
}
/*Footer Block styles*/
#footer:before{
    height: 2rem;
    content: "";
    display:block;
}
#footer:after{
    height: 3.85rem;
    content: "";
    display:block;
}
#footer{
    background: transparent url('../images/bg-footer.jpg') no-repeat center;
    background-size: cover;
}
.slogan .h1 {
    margin: 0 0 0 0.75rem;
    font-size: 3rem;
    text-shadow: 2px 2px #3b3b3b;
    color: #fff;
}
#footer .lines {
    margin: .75rem 0 1.15rem 0;
}
.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: 6px 3px 10px rgba(0, 0, 0, 0.3);
    /*padding: 0 1.2rem;*/
}
.contact-info{
    padding: 2.25rem 8rem 1rem 1.95rem;
    font-weight: 400;
    color: #fff;
}
.contact-info .h2 {
    color: #98cff7;
}
.line {
    display: block;
    width: 56px;
    padding: 4px 0;
    border-bottom: 1px solid #84d883;
}
.sub-heading3 {
    font-size: 1.35rem;
    font-weight: 400;
    border-top: 1px solid rgba(132,216,131,.5);
    margin: .75rem 0;
}
.contacts-list {
    list-style: none;
    margin: 2rem 0;
    padding-left:.4rem;
}
.contacts-list li {
    padding: 5px 0;
}
.contacts-list li a{
    color: #fff;
}
.contacts-list li a:hover{
    color: #fff;
    text-decoration: underline;
}
.contacts-icons {
    margin-right: .4rem;
}
.mapa{
    background: transparent url("../images/icons/map.png") no-repeat;
    padding: .25rem 1rem;
}
.sm3{
    font-size:smaller;
}
.phone{
    background: transparent url("../images/icons/phone.png") no-repeat;
    padding: 0 1rem .42rem 1rem;
}
.web{
    background: transparent url("../images/icons/globe.png") no-repeat;
    padding: 0 1rem .45rem 1rem;
}
.mail{
    background: transparent url("../images/icons/message.png") no-repeat;
    padding: 0 1rem .25rem 1rem;
}
.clock{
    background: transparent url("../images/icons/clock.png") no-repeat;
    padding: 0 1rem .35rem 1rem;
}

@media (max-width: 991px) and (min-width: 768px) {
    #footer::before {
        height: 1.5rem;
        content: "";
        display: block;
    }
    .slogan .h1 {
        margin: 0;
        font-size: 2.75rem;
    }
    .contact-info {
        padding: 1rem 0;
    }
    .contacts-list{
        padding: 0;
    }
    .contacts-list li {
        padding: 6px 0;
        font-size: 95%;
    }
    .sm3 {
        font-size: smaller;
    }
    .map-responsive iframe {
        top: 15px;
        left: 15px;
        width: 91%;
    }
    .web {
        padding: 0 1rem .53rem 1rem;
    }
    .phone {
        padding: 0 1rem .47rem 1rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #footer::before {
        height: 1.5rem;
        content: "";
        display: block;
    }
    #footer::after {
        height: 5.85rem;
        content: "";
        display: block;
    }
    #footer{
        background: transparent url('../images/bg-footer.jpg') no-repeat left;
        background-size: cover;
    }
    .slogan .h1 {
        margin: 0;
        font-size: 2.75rem;
    }
    .contact-info{
        padding: 1rem 0 0 .5rem;
    }
    .contacts-list{
        padding: 0;
    }
    .contacts-list li {
        padding: 6px 0;
    }
    .sm3 {
        font-size: smaller;
    }
    .map-responsive iframe {
        top: 15px;
        left: 15px;
        width: 91%;
    }
    .mapa{
        padding: 0.25rem 1rem 1.25rem 1rem
    }
    .mail{
        padding: 0 1rem 1.25rem 1rem;
    }
    .web {
        padding: 0 1rem .53rem 1rem;
    }
    .phone {
        padding: 0 1rem 1.57rem 1rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #footer::before {
        height: 1rem;
        content: "";
        display: block;
    }
    #footer{
        background: transparent url('../images/bg-footer.jpg') no-repeat left;
        background-size: cover;
    }
    .slogan .h1 {
        margin: 0;
        font-size: 2.5rem;
    }
    .contact-info{
        padding: 1rem 0 0 .5rem;
    }
    .contacts-list li {
        padding: 6px 0;
        font-size: 95%;
    }
    .map-responsive iframe {
        top: 15px;
        left: 15px;
        width: 91%;
    }
    .web {
        padding: 0 1rem .53rem 1rem;
    }
    .phone {
        padding: 0 1rem .47rem 1rem;
    }
}
@media (max-width: 348px){
    #footer::before {
        height: 1rem;
        content: "";
        display: block;
    }
    #footer::after {
        height: 0.85rem;
        content: "";
        display: block;
    }
    .slogan .h1 {
        margin: 0;
        font-size: 1.85rem;
    }
    #footer{
        background: transparent url('../images/bg-footer.jpg') no-repeat left;
        background-size: cover;
    }
    .contact-info{
        padding: 1rem 0;
    }
    .contacts-list{
        padding: 0;
    }
    .contacts-list li {
        padding: 7px 0;
        font-size: 90%;
    }
    .map-responsive iframe {
        top: 15px;
        left: 15px;
        width: 91%;
    }
    .web {
        padding: 0 1rem .53rem 1rem;
    }
    .phone {
        padding: 0 1rem .47rem 1rem;
    }
}
/*Copyright Block styles*/
#copyright::before,
#copyright::after{
    height: 0;
    content: "";
    display: block;
}
.copyright {
    /*margin-top: 2rem;*/
    text-align: center;
    font-size: smaller;
    border-top: 1px solid rgba(132,216,131, 1);
    padding: 1rem 0 0 0;
}