/* 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;
}
#home::before,
#home::after{
    height: 0;
    content: "";
    display: block;
}
#home .img-fluid{
    padding: 0 6rem;
}
.text-block {
    margin-top: 2rem;
    padding: 0 8rem;
    color: #fff;
}
.text-block h1 {
    margin-bottom: .65rem;
    font-size: 2.95rem;
    font-weight: 700;
    line-height: 1.25;
    color: #fff;
}
.text-block .sm {
    font-size: 1.07rem;
    font-weight: 400;
}
.dvdr-lines {
    display: block;
    position: absolute;
    background: transparent url("../images/lines.png") no-repeat;
    width: 171px;
    height: 4px;
}

@media (max-width: 991px) and (min-width: 768px) {
    #home::before, #home::after {
        height: 0;
        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-top: 2.5rem;
        padding: 0 0 0 4rem;
    }
    .text-block h1{
        font-size: 2rem;
        line-height: 1.25;
    }

    .text-block .sm {
        font-size: 1rem;
        font-weight: 400;
    }
    .text-block p{
        font-size: 90%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #home::before, #home::after{
        height: 0;
        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-top: 2rem;
        padding: 0 0 0 4rem;
    }
    .text-block h1{
        font-size: 2rem;
        line-height: 1;
    }
    .text-block p{
        font-size: 84%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .navbar-toggler {
        right: 1rem;
    }
    .navbar-brand .img-fluid {
        max-width: 82%;
        height: auto;
    }
    .text-block {
        margin-top: 2rem;
        padding: 0 0 0 1.95rem;
    }
    .text-block h1{
        font-size: 1.75rem;
        line-height: 1.5;
    }
    .text-block .sm {
        font-size: .85rem;
    }
    .text-block p{
        font-size: 85%;
    }
}
@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-top: 2rem;
        padding: 0 0 0 1.75rem;
    }
    .text-block h1{
        font-size: 1.75rem;
        line-height: 1.2;
    }
    .text-block .sm {
        font-size: .85rem;
    }
    .text-block p{
        font-size: 85%;
    }
}
/*Slider*/
.mbri-arrow-prev, .mbri-arrow-next {
    font-size: 4rem;
    color: rgba(64,112,0,.5);
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 6rem;
    left: 15%;
    z-index: 10;
    width: 40%;
    padding: 2rem 2.5rem 0 0;
    color: #7e7e7e;
    text-align: left;
}
.carousel-caption .headng{
    margin-left: 0;
    font-size: 3.5rem;
    line-height: 1.1;
    color: #4a6600;
}
.carousel-caption .dvdr-lines{
    top: 6.15rem;
    left: 19.5rem;
}
.carousel-caption .sml{
    display: block;
    font-size: 1.75rem;
}
.caption-list {
    margin-top: 1rem;
    text-align: justify;
    font-size: 1rem;
}
#carouselIndicators .carousel-indicators{
    justify-content: right;
}
#carouselIndicators .dashes li{
    position: relative;
    flex: 0 1 auto;
    width: 45px;
    height: 5px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255,255,255, 0.75);
}
#carouselIndicators .dashes .active{
    background-color: #f5be64;
}
@media (max-width: 991px) and (min-width: 768px) {
    .carousel-caption {
        bottom: 2rem;
        width: 40%;
        padding: 1rem;
    }
    .carousel-caption .headng{
        font-size: 1.85rem;
        line-height: 1.7rem;
        padding-bottom: 0;
    }
    .carousel-caption .sml {
        font-size: 1.15rem;
    }
    .caption-list{
        font-size: 76%;
        margin-top: 0.5rem;
    }
    .carousel-caption .dvdr-lines{
        top: 5.15rem;
        left: 0.75rem;
    }
}
/*Reasons Block styles*/
#reasons:before,
#reasons:after{
    height: 3rem;
    content: "";
    display:block;
}
#reasons{
    background: #fff url("../images/bg-reasons.jpg") no-repeat;
    background-size: cover;
}
#reasons h2{
    margin-bottom: 3rem;
}
#reasons .dvdr-lines {
    top: 1.15rem;
    left: 27.25rem;
}
.bgr::before{
    content: "";
    display: block;
    position: absolute;
    margin: .5rem;
    width: 86%;
    height: 51%;
    border: 1px solid rgba(176,199,166,.68);
    background: #fff;
}
.bgr {
    background: #fff;
    margin-top: 4.5rem;
    padding-top: .02rem;
    padding-bottom: 2rem;
}
.bgr:hover {
    box-shadow: -2px 3px 7px rgba(0, 0, 0, 0.3);
}
.img-reason {
    width: 100%;
    height: auto;
    padding: 0 4.5rem;
    display: block;
    position: relative;
    bottom: 4rem;
}
.reason-title {
    display: block;
    position: relative;
    bottom: 5rem;
    font-size: 100%;
    font-weight: 400;
    color: #407000;
}
@media (max-width: 991px) and (min-width: 768px) {
    #reasons::before, #reasons::after {
        height: 1rem;
        content: "";
        display: block;
    }
    .reason-title {
        font-size: 85%;
        padding: 0 .5rem .5rem .5rem;
    }
    .bgr {
        padding-bottom: 3rem;
        margin-top: 1.5rem;
    }
    .bgr::before{
        margin: .35rem;
        width: 81%;
        height: 52%;
    }
    .img-reason {
        padding: 0 2.2rem;
        bottom: 2rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #reasons h2{
        font-size: 1.5rem;
        margin-left: 0;
    }
    #reasons .dvdr-lines {
        top: 2.15rem;
        left: 1.05rem;
    }
    .bgr::before{
        margin: .5rem;
        width: 86%;
        height: 48%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #reasons h2{
        font-size: 1.5rem;
        margin-left: 0;
    }
    #reasons .dvdr-lines {
        top: 2.15rem;
        left: 1.05rem;
    }
    .reason-title {
        font-size: 1.15rem;
        bottom: 5.5rem;
    }
    .img-reason {
        padding: 0 8.5rem;
    }
    .bgr::before{
        margin: .5rem;
        width: 91%;
        height: 57%;
    }
}
@media (max-width: 348px) {
    #reasons h2{
        font-size: 1.5rem;
        margin-left: 0;
    }
    #reasons .dvdr-lines {
        top: 2.15rem;
        left: 1.05rem;
    }
}
/*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 .dvdr-lines {
    top: 1.35rem;
    left: 19.25rem;
}
#services .sub-heading,
#partners .sub-heading{
    margin-top: 1.75rem;
    padding: 0 1rem 0 1.5rem;
    font-size: 1.1rem;
}
.uslugi {
    margin-top: 3.5rem;
}
.uslugi .mar1 {
    margin-top: 1rem;
}
.uslugi-card .thumb-modal{
    width: 98%;
    height: auto;
    border: 2px solid rgba(176,199,166,.36);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.13);
}
.uslugi-title {
    font-size: 1.25rem;
    text-align: center;
    margin-top: 1.12rem;
    color: #407000;
}
.colour {
    color: #f5be64;
}
@media (max-width: 991px) and (min-width: 768px) {
    .sub-heading {
        font-size: 1.15rem;
    }
    .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 .dvdr-lines {
        top: 3.35rem;
        left: 1.1rem;
    }
    #services .sub-heading,
    #partners .sub-heading {
        margin-top: 1.75rem;
        padding: 0;
        font-size: 95%;
    }
}
@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 .dvdr-lines {
        top: 3.35rem;
        left: 1.1rem;
    }
    #services .sub-heading,
    #partners .sub-heading {
        margin-top: 1.75rem;
        padding: 0;
        font-size: 95%;
    }
    .uslugi-title {
        width: 100%;
        font-size: 1.15rem;
    }
}
@media (max-width: 348px){
    #services::before,
    #services::after {
        height: 2rem;
        content: "";
        display: block;
    }
    #services h1{
        font-size: 2.1rem;
        margin-left: 0;
    }
    #services .dvdr-lines {
        top: 3.35rem;
        left: 1.1rem;
    }
    #services .sub-heading,
    #partners .sub-heading {
        margin-top: 1.75rem;
        padding: 0;
        font-size: 95%;
    }
    .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;
    border: 2px solid rgba(176,199,166,.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: 98%;
    padding: 31% 20px;
    text-align: center;
    background-color: rgba(46,60,28,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(46,60,28,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;
    }
}
/*Divider Block styles*/
#divider::before,
#divider::after{
    height: 0;
    content: "";
    display: block;
}
#divider .line{
    display: block;
    background: #98b243;
    padding: 1px 0 0 0;
    width: 100%;
    margin: 3.5rem 0;
}
#divider .div-icon{
    background: transparent url("../images/arrow.png") no-repeat;
    display: block;
    width: 96px;
    height: 72px;
    position: absolute;
    top: 2.15rem;
    left: 39.5rem;
}
@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: 7rem;
    content: "";
    display: block;
}
#about{
    background: url("../images/bg-about2.jpg") -100px 1250px no-repeat, url("../images/bg-about1.jpg") 940px -110px  no-repeat;
    background-size: auto;
}
#about .dvdr-lines {
    top: 1.1rem;
    left: 17.75rem;
}
#about .mar1 {
    margin-top: 2.1rem;
}
.about-img {
    margin: -1rem 0 1rem 0;
    width: 75%;
    height: auto;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.13);
}
.about-img2 {
    width: 80%;
    height: auto;
    margin: 1rem 3rem 0 3rem;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.13);
}
#about p {
    padding: 0 1rem;
}
.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: 12px;
    height: 14px;
    position: absolute;
    background: transparent url('../images/marker.png') no-repeat center;
    left: 0;
    top: 44.5%;
    transform: translateY(-50%);
}
.more-btn {
    margin-top: 3rem;
}
.more-btn .btn{
    padding: 0.775rem 1.25rem;
    font-size: 1.35rem;
    font-weight: 500;
    text-shadow: 1px 1px 0 #2e3c1c;
}
@media (max-width: 991px) and (min-width: 768px) {
    #about::before,
    #about::after{
        height: 3rem;
        content: "";
        display: block;
    }
    #about{
        background: url("../images/bg-about2.jpg") -100px 1310px no-repeat, url("../images/bg-about1.jpg") 530px 10px  no-repeat;
        background-size: auto;
    }
    #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{
        background: url("../images/bg-about2.jpg") -100px 2250px no-repeat, url("../images/bg-about1.jpg") 330px 450px  no-repeat;
        background-size: auto;
    }
    #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{
        background: url("../images/bg-about2.jpg") -100px 2320px no-repeat, url("../images/bg-about1.jpg") 330px 520px  no-repeat;
        background-size: auto;
    }
    #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: 348px){
    #about::before{
        height: 1rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 2rem;
        content: "";
        display: block;
    }
    #about{
        background: url("../images/bg-about2.jpg") -100px 2750px no-repeat, url("../images/bg-about1.jpg") 100px 610px  no-repeat;
        background-size: auto;
    }
    #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;
    }
}
/*Modals styles - about*/
.modal-content{
    padding: 0 .75rem;
    border: 2px solid #9a9a9a;
}
.modal-header {
    border-bottom: 1px solid #b0c7a6;
}
#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: 1.15rem 1rem;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.13);
}
.modal .modal-list {
    list-style: none;
    text-align: justify;
    padding-left: 1.5rem;
}
.modal .modal-list li{
    position: relative;
    padding: 0 0 .5rem 1.75rem;
}
.modal .modal-list li::before {
    content: '';
    width: 12px;
    height: 14px;
    position: absolute;
    background: transparent url('../images/marker.png') no-repeat center;
    left: 0;
    top: 44.5%;
    transform: translateY(-50%);
}
@media (max-width: 767px) and (min-width: 576px) {
    .modal-img{
        margin: 0;
    }
    #about .modal-header .dvdr-lines {
        top: 2.15rem;
        left: 21rem;
        background-size: 70% auto;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .modal-img{
        margin: 0;
    }
    #about .modal-header .dvdr-lines {
        top: 2.15rem;
        left: 21rem;
        background-size: 70% auto;
    }
}
@media (max-width: 348px){
    .modal-img{
        margin: 0;
    }
    #about .modal-header .dvdr-lines {
        top: 4.45rem;
        left: 11rem;
        background-size: 78% auto;
    }
}
/*Partners Block styles*/
#partners::before,
#partners::after{
    height: 2rem;
    content: "";
    display: block;
}
#partners{
    padding-bottom: 3rem;
    background: #f0ffea;
}
#partners .h5{
    margin: 0 0 1.5rem 1.5rem;
}
#partners .dvdr-lines {
    top: .75rem;
    left: 14rem;
}
#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: #7e7e7e;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
#partners #logoCarousel .carousel-indicators .active {
    background: #f5be64;
    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-lines {
        top: 2.25rem;
        left: 1rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #partners .h5{
        margin: 0 0 2.5rem 0;
    }
    #partners .dvdr-lines {
        top: 2.25rem;
        left: 1rem;
    }
}
@media (max-width: 348px){
    #partners .h5{
        margin: 0 0 2.5rem 0;
    }
    #partners .dvdr-lines {
        top: 2.25rem;
        left: 1rem;
    }
    .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 .sub-heading{
    margin-top: 1.5rem;
    padding: 0 3rem;
    font-size: 2.25rem;
    font-weight: 500;
    text-shadow: 2px 1.35px 0 #2e3c1c;
    color: #fff;
}
#slogan .dvdr-lines {
    top: 8.5rem;
    left: 4rem;
}

@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;
    }
    #slogan .dvdr-lines {
        top: 5.5rem;
        left: 2.5rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #slogan .sub-heading{
        font-size: 1.75rem;
        line-height: 1;
    }
    #slogan .sub-heading{
        font-size: 1.25rem;
        line-height: 1.35;
        padding: 0 1.5rem;
    }
    #slogan .dvdr-lines {
        top: 5.5rem;
        left: 2.5rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #slogan .sub-heading{
        font-size: 1.25rem;
        line-height: 1.35;
        padding: 0 1.5rem;
    }
    #slogan .dvdr-lines {
        top: 9.5rem;
        left: 2.5rem;
    }
}
@media (max-width: 348px){
    #slogan .sub-heading{
        font-size: 1.2rem;
        line-height: 1.2;
        padding: 0 1.5rem;
    }
    #slogan .dvdr-lines {
        top: 11.5rem;
        left: 2.5rem;
    }
}
/*Awards Block styles*/
#awards::before{
    height: 3rem;
    content: "";
    display: block;
}
#awards::after {
    height: 6rem;
    content: "";
    display: block;
}
#awards .dvdr-lines {
    top: .65rem;
    left: 21.5rem;
}
#awards #blogCarousel {
    margin-top: 1.5rem;
}
#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-lines {
        top: 2.65rem;
        left: 1rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #awards .h5{
        margin-left: 0;
    }
    #awards .dvdr-lines {
        top: 2.65rem;
        left: 1rem;
    }
}
@media (max-width: 348px){
    #awards .h5{
      margin-left: 0;
    }
    #awards .dvdr-lines {
        top: 2.65rem;
        left: 1rem;
    }
}
/* 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: #b0c7a6;
    border: 2px solid #407000;
    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: #f5be64;
    font-size: 2em;
}
#scrollToTopBtn:hover {
    cursor: pointer;
    background-color: rgba(255,255,255,1);
    border: 2px solid #b0c7a6;
    color: #407000;
}
#scrollToTopBtn:active {
    background-color: rgba(255,255,255,1);
    border: 2px solid #b0c7a6;
    color: #407000;
}
#scrollToTopBtn.show {
    opacity: 1;
    visibility: visible;
}
/*Footer Block styles*/
#footer:before{
    height: 5rem;
    content: "";
    display:block;
}
#footer:after{
    height: 1.5rem;
    content: "";
    display:block;
}
#footer{
    background: transparent url('../images/bg-footer.jpg') no-repeat center;
    background-size: cover;
}
#footer .dvdr-lines {
    top: 2.13rem;
    left: 17.75rem;
}
.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: 1rem 8rem 1rem 5rem;
}
.contact-info .h2 {
    margin-left: 0;
}
.sub-heading3 {
    font-size: 1.35rem;
    font-weight: 400;
    border-top: 1px solid rgba(176,199,166,.68);
    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: #1e6702;
}
.contacts-list li a:hover{
    color: #1e6702;
    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;
    }
    #footer .dvdr-lines {
        top: 4.13rem;
        left: 1.15rem;
    }
    .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 .dvdr-lines {
        top: 4.13rem;
        left: 1.15rem;
    }
    .contact-info {
        padding: 1rem 0;
    }
    .contacts-list li {
        padding: 6px 0;
        font-size: 82%;
    }
    .sm3 {
        font-size: smaller;
    }
    .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: 1rem;
        content: "";
        display: block;
    }
    #footer{
        background: transparent url('../images/bg-footer.jpg') no-repeat -600px 0;
        background-size: cover;
    }
    #footer .dvdr-lines {
        top: 4.13rem;
        left: 1.15rem;
    }
    .contact-info{
        padding: 1rem 0;
    }
    .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{
        background: transparent url('../images/bg-footer.jpg') no-repeat -670px 0;
        background-size: cover;
    }
    #footer .dvdr-lines {
        top: 4.13rem;
        left: 1.15rem;
    }
    .contact-info{
        padding: 1rem 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(245,190,100, .63);
    padding: 1rem 0 0 0;
}