/* template */
body,html {
  height: 100%;
  scroll-behavior: smooth;
}

/* hidden spacer before sections for proper offset */
section::before {
    height: 7rem;
    content: "";
    display:block;
}
section::after {
    height: 2rem;
    content: "";
    display:block;
}
/* helpers */
.vh-50 {
    min-height: 50vh;
}
.vh-75 {
    min-height: 75vh;
}
.vh-100 {
    min-height: 100vh;
}
/*Header Block styles*/
header {
    background: transparent url("../images/bg-header.jpg") no-repeat center;
    background-size: cover;
}

.navbar-brand img {
    margin-bottom: -0.5rem;
}
#home::before {
    height: 18rem;
    content: "";
    display:block;
}
#home::after{
    height: 2rem;
    content: "";
    display:block;
}
.text-block {
    margin: 2rem 0 0 2rem;
    padding: 4.75rem 1.5rem 2.5rem 1.5rem;
    background: rgba(25,32,35, .46);
    width: 95%;
    text-shadow: 3px 1px 0 #192023;
    color: #fff;
}
.text-block h1 {
    display: block;
    position: absolute;
    top: -0.5rem;
    margin: 0 0 2.5rem 0;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.25;
    text-shadow: 3px 1px 0 #192023;
    color: #fff;
}
.line {
    display: block;
    margin-top: 2px;
    width: 20%;
    height: 7px;
    background: #ff8c2d;
}
.arr {
    display: block;
    background: transparent url('../images/ar.png') no-repeat;
    width: 28px;
    height: 43px;
    position: relative;
    margin: 2rem auto 0 auto;
}
.text-block .sm {
    font-size: 1.07rem;
    font-weight: 400;
}
.dvdr-line {
    display: block;
    margin: 0 auto;
    background: transparent;
    width: 12%;
    height: 6px;
    border-bottom: 1px solid #ff8c2d;
}

@media (max-width: 991px) and (min-width: 768px) {
    #home::before{
        height: 6rem;
        content: "";
        display:block;
    }
    #home::after {
        height: 1rem;
        content: "";
        display:block;
    }
    .navbar-expand-lg .container{
        margin: 0;
    }
    .navbar-toggler {
        right: 1.5rem;
    }
    .navbar-brand .img-fluid {
        max-width: 78%;
        height: auto;
    }
    .text-block {
        margin: 8rem 0 0 0;
        padding: 4.35rem 1.5rem 1.5rem 1.5rem;
        width: 100%;
    }
    .text-block h1{
        font-size: 2.5rem;
        top: 6.5rem;
    }
    .text-block .sm {
        font-size: .85rem;
    }
    .text-block p{
        font-size: 86%;
    }
    .arr {
        margin: 2rem auto 1rem auto;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .navbar-expand-lg .container{
        margin: 0;
    }
    .navbar-toggler {
        right: 1.5rem;
    }
    .navbar-brand .img-fluid {
        max-width: 78%;
        height: auto;
    }
    #home::before,
    #home::after{
        height: 1rem;
        content: "";
        display: block;
    }
    .text-block {
        margin: 8rem 0 0 0;
        padding: 4.35rem 1.5rem 1.5rem 1.5rem;
        width: 100%;
    }
    .text-block h1{
        font-size: 2.5rem;
        top: 6.5rem;
    }
    .text-block .sm {
        font-size: .85rem;
    }
    .text-block p{
        font-size: 86%;
    }
    .arr {
        margin: 2rem auto 1rem auto;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .navbar-toggler {
        right: 1rem;
    }
    .navbar-brand .img-fluid {
        max-width: 82%;
        height: auto;
    }
    #home::before,
    #home::after{
        height: 0;
        content: "";
        display: block;
    }
    .text-block {
        margin: 8rem 0 0 0;
        padding: 4.35rem 1.5rem 1.5rem 1.5rem;
        width: 100%;
    }
    .text-block h1{
        font-size: 2.5rem;
        top: 6.5rem;
    }
    .text-block .sm {
        font-size: .85rem;
    }
    .text-block p{
        font-size: 80%;
    }
    .arr {
        margin: 2rem auto 1rem auto;
    }
}
@media (max-width: 348px){
    .navbar-brand img {
        width: 75%;
        height: auto;
        margin-bottom: 0;
    }
    .navbar-toggler {
        right: 1.5rem;
        top: .5rem;
    }
    #home::before,
    #home::after{
        height: 0;
        content: "";
        display: block;
    }
    .text-block {
        margin: 8rem 0 0 0;
        padding: 4.35rem 1.5rem 1.5rem 1.5rem;
        width: 100%;
    }
    .text-block h1{
        font-size: 2.5rem;
        top: 6.5rem;
    }
    .text-block .sm {
        font-size: .85rem;
    }
    .text-block p{
        font-size: 73%;
    }
    .arr {
        margin: 2rem auto 1rem auto;
    }
}

/*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 .sub-heading,
#partners .sub-heading{
    margin-top: 1.75rem;
    padding: 0 1rem 0 1.5rem;
    font-size: 1.05rem;
    color: #808283;
}
.uslugi {
    margin-top: 3.5rem;
}
.uslugi .mar1 {
    margin-bottom: 2rem;
}
.uslugi-card{
    height: 100%;
    padding-bottom: .85rem;
}
.uslugi-card:hover{
    border: 1px solid rgb(255, 140, 45);
    background: rgb(255, 140, 45);
    color: #fff;
}
.uslugi-card a {
    border: 1px solid rgb(255, 140, 45);
    height: 321px;
}
.uslugi-card .thumb-modal{
    width: 100%;
    height: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.uslugi-card .thumb-modal:hover{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.uslugi-title {
    font-size: 1.3rem;
    text-align: center;
    margin-top: 1.15rem;
}
.colour {
    color: #ff8c2d;
}
.sml {
    font-size: 1rem;
    color: #808283;
}
.uslugi-card:hover .colour, .uslugi-card:hover .sml{
    color: #fff;
}
@media (max-width: 991px) and (min-width: 768px) {
    .sub-heading {
        font-size: 1.15rem;
    }
    .uslugi-card a {
        height: 48%;
    }
    .uslugi-title {
        font-size: 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;
    }
    #services .sub-heading,
    #partners .sub-heading {
        margin-top: 1.75rem;
        padding: 0;
        font-size: 95%;
    }
    #services .dvdr-line {
        width: 20%;
    }
    .uslugi-card a {
        height: 48%;
    }
    .uslugi-title {
        width: 100%;
        font-size: 95%;
    }
    .uslugi .mar1 {
        margin-bottom: 1rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #services::before,
    #services::after {
        height: 2rem;
        content: "";
        display: block;
    }
    #services h1{
        font-size: 2.1rem;
        margin-left: 0;
    }
    #services .sub-heading,
    #partners .sub-heading {
        margin-top: 1.75rem;
        padding: 0;
        font-size: 95%;
    }
    #services .dvdr-line {
        width: 40%;
    }
    .uslugi-card a {
        height: 57%;
    }
    .uslugi-title {
        width: 100%;
        font-size: 1.5rem;
    }
}
@media (max-width: 348px){
    #services::before,
    #services::after {
        height: 2rem;
        content: "";
        display: block;
    }
    #services h1{
        font-size: 2.1rem;
        margin-left: 0;
    }
    #services .dvdr-line {
        width: 55%;
    }
    #services .sub-heading,
    #partners .sub-heading {
        margin-top: 1.75rem;
        padding: 0;
        font-size: 95%;
    }
    .uslugi-card a {
        height: 57%;
    }
    .uslugi-title {
        width: 100%;
        font-size: 1.35rem;
    }

}
/*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;
    border: 2px solid rgba(128,130,131,.35);
    -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.5% 20px;
    text-align: center;
    background-color: rgba(25,32,35,0);
    -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: transparent;
    /*background-color: rgba(25,32,35,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: 28% 20px;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 32.2% 20px;
    }
}
@media (max-width: 348px){
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 29.2% 20px;
    }
}
/*Modals styles - uslugi*/
.modal-content{
    padding: 0 .75rem;
    border: 2px solid #f2f2f2;
}
.modal-header{
    border-bottom: 1px solid #ff8c2d;
}
.modal-title {
    margin-left: 0;
    line-height: 1.25;
    text-transform: none;
    font-weight: 600;
}
.modal-title  .sml {
    font-size: 69%;
    font-weight: 400;
}
.modal-header button.close {
    font-size: 2.5rem;
}
.modal-body {
    padding: 2rem 1rem;
}
.modal-body .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.modal-img{
    width: 100%;
    height: auto;
    border: 1px solid rgb(255, 140, 45);
}
.modal-logo {
    width: 100%;
    height: auto;
    margin: 3rem 0 0 0;
}
.modal .modal-list {
    list-style: none;
    text-align: justify;
    padding-left: 1.65rem;
}
.modal .modal-list li {
    padding: 6px 0;
}
.modal .modal-list li::before {
    content: "\25cf";
    color: #ff8c2d;
    display: inline-block;
    width: 1em;
    margin-left: -1.5em;
    margin-right: .25rem;
}

@media (max-width: 767px) and (min-width: 576px) {
    .modal-img{
        margin: 0;
    }

}
@media (max-width: 575px) and (min-width: 349px) {
    .modal-img{
        margin: 0;
    }
    .modal .modal-logo {
        margin: 2rem 0 1rem 0;
    }

}
@media (max-width: 348px){
    .modal-img{
        margin: 0;
    }
    .modal-title {
        font-size: 1.35rem;
    }
    .modal .modal-logo {
        margin: 3rem 0 1rem 0;
    }
}
/*Divider Block styles*/
#divider::before,
#divider::after{
    height: 0;
    content: "";
    display: block;
}
#divider .line3{
    display: block;
    background: #ff8c2d;
    padding: 3px 0 0 0;
    width: 100%;
    margin: 0 0 3.5rem 0;
}

@media (max-width: 991px) and (min-width: 768px) {
    #divider .div-icon{
        top: 1.5rem;
        left: 24.5rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #divider .div-icon{
        top: 1.5rem;
        left: 19.35rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #divider .div-icon{
        top: 1.5rem;
        left: 14rem;
    }
}
@media (max-width: 348px){
    #divider .div-icon{
        top: 1.5rem;
        left: 8rem;
    }
}
/*About Block styles*/
#about::before{
     height: 2rem;
     content: "";
     display: block;
 }
#about::after{
    height: 5rem;
    content: "";
    display: block;
}
#about h2 {
    margin-bottom: 3.5rem;
}
#about .mar1 {
    margin-top: 2.1rem;
}
.about-img {
    margin: -0.5rem 0 1rem 1rem;
    width: 85%;
    height: auto;
}
#about p {
    padding: 0 1rem;
}
.about-list {
    list-style: none;
    text-align: justify;
    padding-left: 1.65rem;
    margin-top: 1.5rem;
}
.about-list li{
    position: relative;
    padding: 0 1.5rem 1.1rem 1.25rem;
}
.about-list li::before {
    content: "\25cf";
    color: #ff8c2d;
    display: inline-block;
    width: 1em;
    margin-left: -1.5em;
    margin-right: .35rem;
}
#divider2 .line3 {
    display: block;
    width: 100%;
    padding: 6px 0 0 0;
    border-top: 1px solid rgba(128,130,131,0.5);
    border-bottom: 1px solid #ff8c2d;
    margin: 4rem 0;
}
.logos {
    margin-top: 2rem;
}
.about-logo {
    width: 100%;
    height: auto;
}


@media (max-width: 991px) and (min-width: 768px) {
    #about::before,
    #about::after{
        height: 3rem;
        content: "";
        display: block;
    }
    #about p, .about-list {
        font-size: 90%;
    }
    .about-img {
        margin: 0;
        width: 96%;
    }
    .about-img2 {
        margin: 0 1rem;
        width: 100%;
    }
}
@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;
        width: 100%;
        height: auto;
    }
    .about-img2 {
        margin: 0;
        width: 100%;
        height: auto;
    }
    .about-list {
        padding-left: 0.5rem;
        text-align: left;
    }
    .more-btn .btn {
        padding: 0.775rem 1rem;
        font-size: 1.15rem;
    }

}
@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 .dvdr-line {
        width: 40%;
    }
    .about-img {
        margin: 0;
        width: 100%;
        height: auto;
    }
    .about-img2 {
        margin: 0;
        width: 100%;
        height: auto;
    }
    .about-list {
        padding-left: 0.5rem;
        text-align: left;
    }
    .more-btn .btn {
        padding: 0.775rem 1rem;
        font-size: 1.15rem;
    }
}
@media (max-width: 348px){
    #about::before{
        height: 1rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 2rem;
        content: "";
        display: block;
    }
    #about h2{
        margin-left:0;
        font-size: 1.65rem;
    }
    #about p {
        padding: 0;
    }
    #about .dvdr-line {
        width: 55%;
    }
    .about-img {
        margin: 0;
        width: 100%;
        height: auto;
    }
    .about-img2 {
        margin: 0;
        width: 100%;
        height: auto;
    }
    .about-list {
        padding-left: 0.5rem;
        text-align: left;
    }
    .more-btn .btn {
        padding: 0.775rem 1rem;
        font-size: 1.15rem;
    }
}
/*Partners Block styles*/
#partners::before{
    height: 2rem;
    content: "";
    display: block;
}
#partners::after{
    height: 1rem;
    content: "";
    display: block;
}
#partners{
    padding-bottom: 3rem;
    background: #f2f2f2;
}
#partners h3{
    margin: 0 0 1.5rem 0;
}

#partners #logoCarousel {
    margin-top: 1.5rem;
}
#partners #logoCarousel .carousel-indicators{
    position: absolute;
    right: 0;
    bottom: -4rem;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

/* The colour of the indicators */
#partners #logoCarousel .carousel-indicators li {
    background: #212528;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
#partners #logoCarousel .carousel-indicators .active {
    background: #ff8c2d;
    border:0;
}
.logo-img {
    width:100%;
    height:auto;
    transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .68;
}
.logo-img:hover{
    transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}
@media (max-width: 767px) and (min-width: 576px) {
    #partners .h5{
        margin: 0 0 2.5rem 0;
    }
    #partners  .dvdr-line {
        width: 20%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #partners .h3{
        margin: 0 0 2.5rem 0;
    }
    #partners  .dvdr-line {
        width: 45%;
    }
    .item-logo {
        margin-top: 1rem;
    }
}
@media (max-width: 348px){
    #partners h3{
        margin: 0 0 1rem 0;
    }
    #partners  .dvdr-line {
        width: 55%;
    }
    .item-logo {
        margin-top: 1rem;
    }
}
/*Slogan Block styles*/
#slogan{
    background: transparent url("../images/bg-slogan.jpg") no-repeat center;
    background-size: cover;
}
#slogan::before,
#slogan::after{
    height: 3.5rem;
    content: "";
    display: block;
}
#slogan .h1{
    font-size: 4.2rem;
    font-weight: 700;
    line-height: 1.25;
    text-shadow: 2.5px 3px 0 #192023;
    color: #fff;
}
#slogan .line {
    display: block;
    margin: 4px auto 0 auto;
    width: 11%;
    height: 7px;
    background: #ff8c2d;
}
#slogan .sub-heading{
    margin-top: 1.5rem;
    padding: 0 3rem;
    font-size: 2.0rem;
    font-weight: 500;
    text-shadow: 2.5px 2px 0 #192023;
    color: #fff;
}


@media (max-width: 991px) and (min-width: 768px) {
    #slogan .sub-heading{
        font-size: 1.5rem;
        line-height: 1;
    }
    #slogan .sub-heading{
        font-size: 1.25rem;
        line-height: 1.35;
        padding: 0 1.5rem;
    }

}
@media (max-width: 767px) and (min-width: 576px) {
    #slogan .h1{
        font-size: 3.5rem;
        margin: 0;
    }
    #slogan .sub-heading{
        font-size: 1.75rem;
        line-height: 1;
    }
    #slogan .line {
        width: 20%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #slogan .h1{
        font-size: 3.5rem;
        margin: 0;
    }
    #slogan .sub-heading{
        font-size: 1.25rem;
        line-height: 1.35;
        padding: 0 1.5rem;
    }
    #slogan .line {
        width: 30%;
    }
}
@media (max-width: 348px){
    #slogan .h1{
        font-size: 3rem;
        margin: 0;
    }
    #slogan .sub-heading{
        font-size: 1.35rem;
        line-height: 1.2;
        padding: 0 1.5rem;
    }
    #slogan .line {
        width: 30%;
    }
}
/*Awards Block styles*/
#awards::before{
    height: 3rem;
    content: "";
    display: block;
}
#awards::after {
    height: 6rem;
    content: "";
    display: block;
}

#awards #blogCarousel {
    margin-top: 1.5rem;
}
#awards #blogCarousel .gallery-img{
    width: 100%;
    height: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
#awards #blogCarousel .gallery-img:hover{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
#awards #blogCarousel .carousel-indicators{
    position: absolute;
    right: 0;
    bottom: -4rem;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
@media (max-width: 767px) and (min-width: 576px) {
    #awards h5{
        margin-left: 0;
    }
    #awards .dvdr-line {
        width: 20%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #awards h5{
        margin-left: 0;
    }
    #awards .dvdr-line {
        width: 40%;
    }
}
@media (max-width: 348px){
    #awards h5{
      margin-left: 0;
    }
    #awards .dvdr-line {
        width: 55%;
    }
}
/* The colour of the indicators */
#awards #blogCarousel .carousel-indicators li {
    background: #7e7e7e;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
#awards #blogCarousel .carousel-indicators .active {
    background: #f5be64;
    border:0;
}
/* Scroll to top button*/
#scrollToTopBtn{
    display: inline-block;
    background-color: #fff;
    border: 2px solid #ff8c2d;
    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: #ff8c2d;
    font-size: 2em;
}
#scrollToTopBtn:hover {
    cursor: pointer;
    background-color: rgba(255,255,255,1);
    border: 2px solid #192023;
    color: #192023;
}
#scrollToTopBtn:active {
    background-color: rgba(255,255,255,1);
    border: 2px solid #192023;
    color: #192023;
}
#scrollToTopBtn.show {
    opacity: 1;
    visibility: visible;
}
/*Footer Block styles*/
#footer:before{
    height: 5rem;
    content: "";
    display:block;
}
#footer:after{
    height: 0;
    content: "";
    display:block;
}
#footer{
    background: transparent url('../images/bg-footer.jpg') no-repeat center;
    background-size: cover;
}
#footer .h2{
    margin-bottom: 3.5rem;
    color: #fff;
}
#footer .h2 .dvdr-line{
    width: 10%;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:35%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:80%;
    width:97%;
    position:absolute;
    border: 5px solid #fff;
    box-shadow: 6px 3px 10px rgba(0, 0, 0, 0.3);
    /*padding: 0 1.2rem;*/
}
.contact-info{
    padding: 1rem 8rem 1rem 5rem;
    color: #fff;
}
.sub-heading3 {
    font-size: 1.35rem;
    font-weight: 400;
    border-top: 1px solid rgba(128,130,131,.68);
    margin: 2rem 0 .75rem 0;
}
.contacts-list {
    list-style: none;
    margin: 2rem 0;
    padding-left:.4rem;
    color: #fff;
}
.contacts-list li {
    padding: 10px 0;
}
.contacts-list li a{
    color: #ff8c2d;
}
.contacts-list li a:hover{
    color: #ff8c2d;
    text-decoration: underline;
}
#footer .contact-info h4 {
    margin-left: 0;
    margin-bottom: 2rem;
    color: #fff;
}
#footer .contact-info h4 .dvdr-line{
    margin: 0;
    height: 10px;
}
.contacts-icons {
    margin-right: .4rem;
}
.mapa{
    background: transparent url("../images/icons/map.png") no-repeat;
    padding: .25rem 1rem;
}
.sm3{
    font-size:smaller;
}
.phone{
    background: transparent url("../images/icons/phone.png") no-repeat;
    padding: 0 1rem .42rem 1rem;
}
.web{
    background: transparent url("../images/icons/globe.png") no-repeat;
    padding: 0 1rem .45rem 1rem;
}
.mail{
    background: transparent url("../images/icons/message.png") no-repeat;
    padding: 0 1rem .25rem 1rem;
}
.clock{
    background: transparent url("../images/icons/clock.png") no-repeat;
    padding: 0 1rem .35rem 1rem;
}

@media (max-width: 991px) and (min-width: 768px) {
    #footer::before {
        height: 1.5rem;
        content: "";
        display: block;
    }
    #footer .h2{
        margin-left: 0;
    }
    #footer .h2 .dvdr-line {
        width: 13%;
    }
    .contact-info {
        padding: 1rem 0;
    }
    .contacts-list li {
        padding: 6px 0;
        font-size: 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 .h2{
        margin-left: 0;
    }
    #footer .h2 .dvdr-line {
        width: 20%;
    }
    .contact-info {
        padding: 1rem 0;
    }
    .contacts-list li {
        padding: 6px 0;
        font-size: 82%;
    }
    .sm3 {
        font-size: smaller;
    }
    #footer .contact-info h4 {
        font-size: 1.3rem;
    }
    .map-responsive iframe {
        top: 15px;
        left: 15px;
        width: 91%;
    }
    .mail{
        background: transparent url("../images/icons/message.png") no-repeat;
        padding: 0 1rem 1.25rem 1rem;
    }
    .web {
        padding: 0 1rem .53rem 1rem;
    }
    .phone {
        padding: 0 1rem .57rem 1rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #footer::before {
        height: 2rem;
        content: "";
        display: block;
    }
    #footer .h2{
        margin-left: 0;
    }
    #footer .h2 .dvdr-line {
        width: 35%;
    }
    .contact-info{
        padding: 1rem 0;
    }
    .contacts-list li {
        padding: 6px 0;
        font-size: 95%;
    }
    #footer .contact-info h4 {
        font-size: 1.27rem;
    }
    .map-responsive iframe {
        top: 15px;
        left: 15px;
        width: 91%;
    }
    .web {
        padding: 0 1rem .53rem 1rem;
    }
    .phone {
        padding: 0 1rem .47rem 1rem;
    }
}
@media (max-width: 348px){
    #footer::before {
        height: 1rem;
        content: "";
        display: block;
    }
    #footer .h2{
        margin-left: 0;
    }
    #footer .h2 .dvdr-line {
        width: 45%;
    }
    .contact-info{
        padding: 1rem 0;
    }
    .contacts-list li {
        padding: 7px 0;
        font-size: 90%;
    }
    #footer .contact-info h4 {
        font-size: 1.2rem;
    }
    .map-responsive iframe {
        top: 15px;
        left: 15px;
        width: 91%;
    }
    .web {
        padding: 0 1rem .53rem 1rem;
    }
    .phone {
        padding: 0 1rem .47rem 1rem;
    }
}
/*Copyright Block styles*/
.copyright {
    margin-top: 1rem;
    text-align: center;
    font-size: smaller;
    border-top: 1px solid rgba(255,140,45, 1);
    padding: 1rem 0 0 0;
    color:#fff;
}