/* 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{
    background: transparent url("../images/bg-header.jpg") no-repeat center;
    background-size: cover;
}
#home::before{
    height: 5rem;
    content: "";
    display:block;
}
#home::after {
    height: 5rem;
    content: "";
    display:block;
}
.text-block {
    padding: 14% 0 6% 0;
    width: 100%;
    color:#fff;
}
.text-block h1 {
    display: block;
    margin: 0 0 0 0;
    font-size: 4.25em;
    line-height: .96;
    text-shadow:2px 3px 0 #000;
    color:#fff;
}
.text-block .subheading {
    margin: 0.25rem 0 0 0;
    font-family: 'Roboto', sans-serif;
    font-size: 2.5rem;
    text-shadow:1px 2px 0 #000;
}
@media only screen and (max-width: 1024px) {
    #home::before{
        height: 4rem;
        content: "";
        display:block;
    }
    #home::after {
        height: 4rem;
        content: "";
        display:block;
    }
    .navbar-brand img{
        width: 85%;
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 16px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .text-block {
        padding: 15% 0 5% 0;
    }
    .text-block h1 {
        font-size: 3rem;
    }
    .text-block .subheading {
        font-size: 1.75rem;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .navbar-brand img {
        width: 95%;
        height: auto;
        margin: 0;
    }
    .navbar-toggler {
        right: 1.5rem;
        top: .5rem;
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 1.1rem;
    }
    .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1.25rem;
        padding-top: .5rem;
    }
    #home::before,
    #home::after{
        height: 3.25rem;
        content: "";
        display: block;
    }
    .text-block {
        padding: 15% 0 5% 0;
    }
    .text-block h1 {
        font-size: 3rem;
    }
    .text-block .subheading {
        font-size: 1.75rem;
    }
}
@media only screen and (max-width: 768px) {
    .text-block h1 {
        font-size: 2.65rem;
    }
    .text-block .subheading {
        font-size: 1.75rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .navbar-brand img {
        width: 80%;
        height: auto;
        margin: 0 0 0 1rem;
    }
    .navbar-toggler {
        right: 1.5rem;
        top: .5rem;
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 1.1rem;
    }
    .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 2.5rem;
        padding-top: .5rem;
    }
    #home::before,
    #home::after{
        height: 2.25rem;
        content: "";
        display: block;
    }
    .text-block {
        padding: 18% 0 5% 0;
    }
    .text-block h1{
        font-size: 1.75rem;
        margin: 0 0 0 0;
    }
    .text-block .subheading {
        font-size: 1.25rem;
        margin: 0;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .navbar-brand img {
        width: 80%;
        height: auto;
        margin: 0 0 0 1rem;
    }
    .navbar-toggler {
        right: 1.5rem;
        top: .5rem;
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 1.1rem;
    }
    .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 2.5rem;
        padding-top: .5rem;
    }
    #home::before,
    #home::after{
        height: 2rem;
        content: "";
        display: block;
    }
    .text-block {
        padding: 14% 0 5% 0;
    }
    .text-block h1{
        font-size: 1.5rem;
        margin: 0 0 0 0;
    }
    .text-block .subheading {
        font-size: 1rem;
        margin: 0;
    }
}
@media only screen and (max-width: 375px) {
    .navbar-brand img {
        width: 72%;
        height: auto;
        margin: 0 0 0 1rem;
    }
    .navbar-toggler {
        right: 1.5rem;
        top: 0;
    }
    .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1.5rem;
        padding-top: .25rem;
    }
    #home::before,
    #home::after{
        height: 1.5rem;
        content: "";
        display: block;
    }
    .text-block {
        padding: 14% 0 8% 0;
    }
    .text-block h1{
        font-size: 1.5rem;
        margin: 0 0 0 0;
        text-shadow: 1px 2px 0 #000;
    }
    .text-block .subheading {
        font-size: 1rem;
        margin: 0;
        text-shadow: 1px 2px 0 #000;
    }
}
@media (max-width: 348px){
    .navbar-brand img {
        width: 72%;
        height: auto;
        margin: 0 0 0 1rem;
    }
    .navbar-toggler {
        right: 1.5rem;
        top: 0;
    }
    .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1.5rem;
        padding-top: .25rem;
    }
    #home::before,
    #home::after{
        height: 1.5rem;
        content: "";
        display: block;
    }
    .text-block {
        padding: 14% 0 8% 0;
    }
    .text-block h1{
        font-size: 1.25rem;
        margin: 0 0 0 0;
        text-shadow: 1px 2px 0 #000;
    }
    .text-block .subheading {
        font-size: .9rem;
        margin: 0;
        text-shadow: 1px 2px 0 #000;
    }
}
/*Reasons Block styles*/
#reasons::before{
    height: .5rem;
    content: "";
    display: block;
}
#reasons::after{
    height: .5rem;
    content: "";
    display: block;
}
#reasons{
    background: #eeeeee;
}
.img-reason, .reason-title {
    display: inline-block;
    float: left;
    vertical-align: middle;
}
.img-reason {
    margin: 0 1.5rem;
    width: 75px;
    height: 75px;
}
.reason-title {
    margin: 5% 0 0 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.2rem;
    line-height:1.25;
}
#reasons .bdr {
    border-right: 1px solid rgba(168,173,177,.73);
}
@media only screen and (max-width: 1024px) {
    .img-reason {
        margin: 0 .75rem 0 0;
        width: 70px;
        height: 70px;
    }
    .reason-title {
        margin: 8% 0 0 0;
        font-size: 1.1rem;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .img-reason {
        margin: 0 3px 0 0;
        width: 45px;
        height: 45px;
    }
    .reason-title {
        margin: 5% 0 0 5%;
        font-weight: 500;
        font-size: 85%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .img-reason, .reason-title {
        display: block;
        float: none;
    }
    .img-reason {
        margin: 0 auto;
        width: 55px;
        height: 55px;
    }
    .reason-title {
        margin: 5% auto;
        text-align: center;
        font-size: 80%;
        line-height: 1.25;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .img-reason, .reason-title {
        display: block;
        float: none;
    }
    .img-reason {
        margin: 0 auto;
        width: 55px;
        height: 55px;
    }
    .reason-title {
        margin: 5% auto;
        text-align: center;
        font-size: 87%;
        line-height: 1.25;
    }
}
@media only screen and (max-width: 375px) {

}
@media (max-width: 348px){
    .img-reason, .reason-title {
        display: block;
        float: none;
    }
    .img-reason {
        margin: 0 auto;
        width: 55px;
        height: 55px;
    }
    .reason-title {
        margin: 5% auto;
        text-align: center;
        font-size: 87%;
        line-height: 1.25;
    }
}
/*About Block styles*/
#about::before{
    height: 3rem;
    content: "";
    display: block;
}
#about::after{
    height: 3rem;
    content: "";
    display: block;
}
#about .heading, #services .heading,
#services2 .heading, #footer .heading{
    margin: 0 0 3rem 0;
    font-size: 2.5rem;
}
.img-about {
    padding: 0 6rem;
    width: 100%;
    height: auto;
}
#about p {
    padding: 0 2.5rem 0 4.5rem;
}
#about .subheading{
    padding: 1rem 0 1rem 4.5rem;
}
.about-list.level-1,
.about-list .level-2{
    list-style: none;
}
.about-list{
    padding-left: 18%;

}
.struk .about-list{
    margin-bottom: 0;
}
.about-list li{
    padding: 0.2rem 0;
}
.struk {
    padding-left: 4.5rem;
}
.about-list li::before{
    content: "\25A0";
    color: #e54c17;
    display: inline-block;
    width: 1em;
    font-size: 1.2rem;
    line-height: 1;
    margin-left: -1.75em;
    margin-right: .15rem;
}
.about-list .level-2 li::before{
    color: rgba(19,110,175,.52);
}
@media only screen and (max-width: 1024px) {
    #about .subheading {
        padding: 1rem 0 1rem .5rem;
    }
    .struk {
        padding-left: 1.5rem;
    }
    .about-list {
        padding-left: 13%;
    }
    #about p {
        padding: 0 .5rem;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #about::before{
        height: 3rem;
        content: "";
        display: block;
    }
    #about p {
        padding: 0 .5rem;
    }
    #about .subheading {
        padding: 1rem 0 1rem .5rem;
    }
    .struk {
        padding-left: 1.5rem;
    }
    .about-list {
        padding-left: 13%;
    }
    .img-about {
        margin: 0;
        padding: 0 1rem;
    }
}
@media only screen and (max-width: 768px) {
    #about .subheading {
        padding: 1rem 0 1rem .5rem;
    }
    .struk {
        padding-left: 1.5rem;
    }
    .about-list {
        padding-left: 13%;
    }
    .img-about {
        margin: 0;
        padding: 0 1rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #about::before{
        height: 4rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 2rem;
        content: "";
        display: block;
    }
    #about .heading, #services .heading, #services2 .heading, #footer .heading {
        margin: 0 0 2.5rem 0;
    }
    #about p {
        padding: 0 .5rem;
    }
    #about .subheading {
        padding: 1rem 0 1rem .5rem;
    }
    .struk {
        padding-left: 1.5rem;
    }
    .about-list {
        padding-left: 10%;
    }
    .img-about {
        margin: 4% 0 0 0;
        padding: 0 3rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #about::before{
        height: 3rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 2rem;
        content: "";
        display: block;
    }
    #about .heading, #services .heading, #services2 .heading, #footer .heading {
        margin: 0 0 1.5rem 0;
        font-size: 2.25rem;
    }
    #about .subheading{
        padding: 1rem 0 1rem 0;
    }
    .struk {
        padding-left: 0;
    }
    #about p {
        padding: 0;
        font-size: 95%;
    }
    .about-list {
        padding-left: 12%;
        font-size: 95%;
        width: 100%;
    }
    .img-about {
        margin: 4% 0 0 0;
        padding: 0;
    }
}
@media only screen and (max-width: 375px) {
    #about::before{
        height: 3rem;
        content: "";
        display: block;
    }
    #about .heading, #services .heading, #services2 .heading, #footer .heading {
        margin: 0 0 1.5rem 0;
        font-size: 2.25rem;
    }
    #about p {
        padding: 0;
        font-size: 95%;
    }
    #about .subheading{
        padding: 1rem 0 1rem 0;
    }
    .struk {
        padding-left: 0;
    }
    .about-list {
        font-size: 95%;
        width: 100%;
    }
    .img-about {
        margin: 4% 0 0 0;
        padding: 0;
    }
}
@media (max-width: 348px){
    #about::before{
        height: 3rem;
        content: "";
        display: block;
    }
    #about .heading, #services .heading, #services2 .heading, #footer .heading {
        margin: 0 0 1.5rem 0;
        font-size: 2.25rem;
    }
    #about p {
        padding: 0;
        font-size: 95%;
    }
    #about .subheading{
        padding: 1rem 0 1rem 0;
    }
    .struk {
        padding-left: 0;
    }
    .about-list {
        font-size: 95%;
        width: 100%;
    }
    .img-about {
        margin: 4% 0 0 0;
        padding: 0;
    }
}

/*Services Block styles*/
#services::before {
    height: 3rem;
    content: "";
    display: block;
}
#services::after {
    height: 3rem;
    content: "";
    display: block;
}
#services{
    background: transparent url('../images/bg-products.jpg') no-repeat center;
    background-size: cover;
}
#services h2{
    margin: 0 0 2.5rem 0;
}
/*Thumb slider styles*/
.mbri-arrow-prev, .mbri-arrow-next {
    font-size: 4rem;
    color: #444444;
}
#thumb-slider #thumbCarousel .carousel-inner .carousel-item {
    padding:0 6.5rem;
    position:relative;
    z-index: 10;
}
#thumb-slider #thumbCarousel .carousel-inner .carousel-item::before {
    content: "";
    display: block;
    position: absolute;
    top: 4%;
    left: 6.15%;
    background: transparent;
    width: 1175px;
    height: 505px;
    border: 1px solid #d5d5d5;
    z-index: -1;
}
#thumb-slider #thumbCarousel .carousel-inner .carousel-item::after {
    content:"";
    display: block;
    position: absolute;
    top: 0;
    left: 4.65%;
    background: #fff;
    width: 1215px;
    height: 550px;
    border:1px solid #d5d5d5;
    z-index: -5;
}
#thumb-slider #thumbCarousel .carousel-inner #slide-2.carousel-item::before {
    height: 615px;
}
#thumb-slider #thumbCarousel .carousel-inner #slide-2.carousel-item::after{
    height: 660px;
}
#thumb-slider #thumbCarousel .carousel-inner #slide-4.carousel-item::before {
    height: 633px;
}
#thumb-slider #thumbCarousel .carousel-inner #slide-4.carousel-item::after{
    height: 678px;
}
#thumb-slider #thumbCarousel .carousel-inner .carousel-item .slider-bg {
    padding: 2.75rem 0 1rem 0;
}
#thumb-slider #thumbCarousel .carousel-inner .carousel-item .slide-img {
    display: block;
    margin: 0 auto;
    width: 90%;
    border: 1px solid #e54c17;
}
#thumb-slider #thumbCarousel .carousel-inner .carousel-item .sub-heading2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin: .5rem 0 2rem 0;
}
#thumb-slider #thumbCarousel .carousel-inner .carousel-item .sub-heading4 {
    margin: 1.5rem 0 1rem 0;
    font-size: 1.1rem;
    font-weight: 600;
}

#thumb-slider #thumbCarousel .carousel-inner .carousel-control-prev,
#thumb-slider #thumbCarousel .carousel-inner .carousel-control-next{
    width:7%;
}
#thumbCarousel .list-inline {
    white-space:nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
#thumbCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: 90%;
    margin: 5rem 0 0 0;
}
#thumbCarousel .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
}
#thumbCarousel .carousel-indicators > li img {

}
#thumbCarousel .carousel-indicators > li.active img {
    border: 1px solid #e54c17;
}
@media only screen and (max-width: 1280px) {

    #thumb-slider #thumbCarousel .carousel-inner .carousel-item::before {
        left: 7%;
        width: 1075px;
        height: 473px;
    }
    #thumb-slider #thumbCarousel .carousel-inner .carousel-item::after {
        left: 5.65%;
        width: 1110px;
        height: 512px;
    }
    #thumb-slider #thumbCarousel .carousel-inner #slide-2.carousel-item::before{
        height: 615px;
    }
    #thumb-slider #thumbCarousel .carousel-inner #slide-2.carousel-item::after{
        height: 660px;
    }

}
@media only screen and (max-width: 1024px) {
    #thumb-slider #thumbCarousel .carousel-inner .carousel-item::before {
        left: 7%;
        width: 822px;
        height: 473px;
    }
    #thumb-slider #thumbCarousel .carousel-inner .carousel-item::after {
        width: 865px;
        height: 512px;
    }
    #thumb-slider #thumbCarousel .carousel-inner #slide-2.carousel-item::before{
        height: 706px;
    }
    #thumb-slider #thumbCarousel .carousel-inner #slide-2.carousel-item::after{
        height: 755px;
    }
    #thumb-slider #thumbCarousel .carousel-inner #slide-3.carousel-item::before {
        height: 397px;
    }
    #thumb-slider #thumbCarousel .carousel-inner #slide-3.carousel-item::after {
        height: 435px;
    }
    #thumb-slider #thumbCarousel .carousel-inner #slide-4.carousel-item::before {
        top: 3%;
        height: 735px;
    }
    #thumb-slider #thumbCarousel .carousel-inner #slide-4.carousel-item::after {
        height: 777px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #services .heading::before {
        left: 22%;
    }
    #services .heading::after {
        right: 22%;
    }
    #thumb-slider #thumbCarousel .carousel-inner .carousel-item::before {
        top: 4%;
        left: -3%;
        width: 764px;
        height: 454px;
    }
    #thumb-slider #thumbCarousel .carousel-inner .carousel-item::after {
        top: 0;
        left: -6%;
        width: 806px;
        height: 497px;
    }
    #thumb-slider #thumbCarousel .carousel-inner #slide-2.carousel-item::before {
        height: 665px;
    }
    #thumb-slider #thumbCarousel .carousel-inner #slide-3.carousel-item::before {
        height: 380px;
    }
    #thumb-slider #thumbCarousel .carousel-inner #slide-2.carousel-item::after {
        height: 715px;
    }
    #thumb-slider #thumbCarousel .carousel-inner #slide-3.carousel-item::after {
        height: 417px;
    }
    #thumb-slider #thumbCarousel .carousel-inner #slide-4.carousel-item::before {
        top: 3%;
        height: 744px;
    }
    #thumb-slider #thumbCarousel .carousel-inner #slide-4.carousel-item::after {
        height: 788px;
    }
    #thumb-slider #thumbCarousel .carousel-inner .carousel-item {
        padding: 0 1.5rem;
    }
    #thumbCarousel .carousel-indicators {
        margin: 2.5rem 0 0 0;
    }
}
@media only screen and (max-width: 768px) {
    #thumb-slider #thumbCarousel .carousel-inner .carousel-item::before {
        top: 4%;
        left: 3%;
        width: 688px;
        height: 456px;
    }
    #thumb-slider #thumbCarousel .carousel-inner .carousel-item::after {
        top: 0;
        left: 0;
        width: 729px;
        height: 497px;
    }
    #thumb-slider #thumbCarousel .carousel-inner #slide-2.carousel-item::before {
        top: 3%;
        height: 667px;
    }
    #thumb-slider #thumbCarousel .carousel-inner #slide-3.carousel-item::before {
        top: 4.5%;
        height: 380px;
    }
    #thumb-slider #thumbCarousel .carousel-inner #slide-2.carousel-item::after {
        height: 716px;
    }
    #thumb-slider #thumbCarousel .carousel-inner #slide-3.carousel-item::after {
        height: 417px;
    }
    #thumb-slider #thumbCarousel .carousel-inner #slide-4.carousel-item::before {
        top: 2.5%;
        height: 747px;
    }
    #thumb-slider #thumbCarousel .carousel-inner #slide-4.carousel-item::after {
        height: 785px;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #services::before {
        height: 3rem;
    }
    #services h2{
        margin: 0 0 2.5rem 0;
    }
    #services .heading::before {
        left: 15%;
    }
    #services .heading::after {
        right: 15%;
    }
    #thumb-slider #thumbCarousel .carousel-inner .carousel-item {
        padding: 0 1.5rem;
    }
    #thumb-slider #thumbCarousel .carousel-inner .carousel-item .slider-bg {
        padding: 1.5rem 0 1rem 0;
    }
    #thumb-slider #thumbCarousel .carousel-inner .carousel-item::before {
        top: 2.5%;
        left: 3.15%;
        width: 523px;
        height: 513px;
    }
    #thumb-slider #thumbCarousel .carousel-inner .carousel-item::after {
        left: 0;
        width: 555px;
        height: 542px;
    }
    #thumb-slider #thumbCarousel .carousel-inner #slide-2.carousel-item::before {
         height: 800px;
     }
    #thumb-slider #thumbCarousel .carousel-inner #slide-3.carousel-item::before {
        height: 836px;
    }
    #thumb-slider #thumbCarousel .carousel-inner #slide-2.carousel-item::after {
        height: 390px;
    }
    #thumb-slider #thumbCarousel .carousel-inner #slide-3.carousel-item::after {
        height: 417px;
    }
    #thumb-slider #thumbCarousel .carousel-inner #slide-4.carousel-item::before {
        top: 2%;
        height: 814px;
    }
    #thumb-slider #thumbCarousel .carousel-inner #slide-4.carousel-item::after {
        height: 848px;
    }
    #thumb-slider #thumbCarousel .carousel-inner .carousel-item .slide-img {
        width: 85%;
        margin-top: 7%;
    }
    #thumb-slider #thumbCarousel .carousel-inner .carousel-item .sub-heading2 {
        margin: .5rem 0 1.5rem 0;
        font-size: 1.35rem;
    }
    #thumbCarousel .carousel-indicators {
        margin: .5rem 0 0 0;
        padding-top: 1rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #services::before {
        height: 3rem;
    }
    #services h2{
        margin: 0 0 1.5rem 0;
    }
    #services .heading::before {
        left: 12%;
    }
    #services .heading::after {
        right: 12%;
    }
    #thumb-slider #thumbCarousel .carousel-inner .carousel-item {
        padding: 0 1.5rem;
        font-size: 95%;
    }
    #thumb-slider #thumbCarousel .carousel-inner .carousel-item .slider-bg {
        padding: 1.5rem 0 1rem 0;
    }
    #thumb-slider #thumbCarousel .carousel-inner .carousel-item::before {
        top: 1%;
        left: 3.15%;
        width: 423px;
        height: 685px;
    }
    #thumb-slider #thumbCarousel .carousel-inner .carousel-item::after {
        left: 0;
        width: 450px;
        height: 708px;
    }
    #thumb-slider #thumbCarousel .carousel-inner #slide-2.carousel-item::before {
        height: 915px;
    }
    #thumb-slider #thumbCarousel .carousel-inner #slide-3.carousel-item::before {
        height: 615px;
    }
    #thumb-slider #thumbCarousel .carousel-inner #slide-2.carousel-item::after {
        height: 934px;
    }
    #thumb-slider #thumbCarousel .carousel-inner #slide-3.carousel-item::after {
        height: 634px;
    }
    #thumb-slider #thumbCarousel .carousel-inner #slide-4.carousel-item::before {
        top: 1.5%;
        height: 946px;
    }
    #thumb-slider #thumbCarousel .carousel-inner #slide-4.carousel-item::after {
        height: 974px;
    }
    #thumb-slider #thumbCarousel .carousel-inner .carousel-item .slide-img {
        width: 70%;
    }
    #thumb-slider #thumbCarousel .carousel-inner .carousel-item .sub-heading2 {
        margin: .5rem 0 1.5rem 0;
        font-size: 1.25rem;
    }
    #thumbCarousel .carousel-indicators {
        margin: .5rem 0 0 0;
        padding-top: 1rem;
    }
    .slide-img {
        margin-bottom:1rem;
    }
}
@media only screen and (max-width: 375px) {
    #services::before {
        height: 3rem;
    }
    #services::after {
        height: 2rem;
    }
    #services h2{
        margin: 0 0 1.5rem 0;
    }
    #thumb-slider #thumbCarousel .carousel-inner .carousel-item {
        padding: 0 1.25rem;
        font-size: 95%;
    }
    #thumb-slider #thumbCarousel .carousel-inner .carousel-item .slider-bg {
        padding: 1.5rem 0 1rem 0;
    }
    #thumb-slider #thumbCarousel .carousel-inner .carousel-item::before {
        top: 2%;
        left: 3.15%;
        width: 322px;
        height: 682px;
    }
    #thumb-slider #thumbCarousel .carousel-inner .carousel-item::after {
        left: 0;
        width: 346px;
        height: 710px;
    }
    #thumb-slider #thumbCarousel .carousel-inner #slide-2.carousel-item::after{
        height: 955px;
    }
    #thumb-slider #thumbCarousel .carousel-inner #slide-2.carousel-item::before{
        height: 924px;
    }
    #thumb-slider #thumbCarousel .carousel-inner #slide-3.carousel-item::before {
        height: 600px;
    }
    #thumb-slider #thumbCarousel .carousel-inner #slide-3.carousel-item::after {
        height: 626px;
    }
    #thumb-slider #thumbCarousel .carousel-inner #slide-4.carousel-item::before {
        top: 1.5%;
        height: 939px;
    }
    #thumb-slider #thumbCarousel .carousel-inner #slide-4.carousel-item::after {
        height: 967px;
    }
    #thumb-slider #thumbCarousel .carousel-inner .carousel-item .slide-img {
        width: 70%;
    }
    #thumb-slider #thumbCarousel .carousel-inner .carousel-item .sub-heading2 {
        margin: .5rem 0 1.5rem 0;
        font-size: 1.25rem;
    }
    #thumbCarousel .carousel-indicators {
        margin: 1.5rem 0 0 0;
        padding-top: 1rem;
    }
    .slide-img {
        margin-bottom:1rem;
    }
}
@media only screen and (max-width: 360px) {
    #thumb-slider #thumbCarousel .carousel-inner .carousel-item::before {
        width: 308px;
    }
    #thumb-slider #thumbCarousel .carousel-inner #slide-3.carousel-item::after {
        height: 618px;
    }
    #thumb-slider #thumbCarousel .carousel-inner #slide-3.carousel-item::before {
        height: 596px;
    }
}
@media (max-width: 348px){
    #services::before {
        height: 3rem;
    }
    #services::after {
        height: 2rem;
    }
    #services h2{
        margin: 0 0 1.5rem 0;
    }
    #thumb-slider #thumbCarousel .carousel-inner .carousel-item {
        padding: 0 1.25rem;
        font-size: 95%;
    }
    #thumb-slider #thumbCarousel .carousel-inner .carousel-item .slider-bg {
        padding: 1.5rem 0 1rem 0;
    }
    #thumb-slider #thumbCarousel .carousel-inner .carousel-item::before {
        top: 1%;
        left: 3.15%;
        width: 270px;
        height: 690px;
    }
    #thumb-slider #thumbCarousel .carousel-inner .carousel-item::after {
        left: 0;
        width: 318px;
        height: 710px;
    }
    #thumb-slider #thumbCarousel .carousel-inner #slide-2.carousel-item::after{
        height: 1024px;
    }
    #thumb-slider #thumbCarousel .carousel-inner #slide-2.carousel-item::before{
        height: 1000px;
    }
    #thumb-slider #thumbCarousel .carousel-inner #slide-3.carousel-item::before {
        height: 590px;
    }
    #thumb-slider #thumbCarousel .carousel-inner #slide-3.carousel-item::after {
        height: 608px;
    }
    #thumb-slider #thumbCarousel .carousel-inner #slide-4.carousel-item::before {
        top: 1%;
        height: 1083px;
    }
    #thumb-slider #thumbCarousel .carousel-inner #slide-4.carousel-item::after {
        height: 1106px;
    }
    #thumb-slider #thumbCarousel .carousel-inner .carousel-item .slide-img {
        width: 70%;
    }
    #thumb-slider #thumbCarousel .carousel-inner .carousel-item .sub-heading2 {
        margin: .5rem 0 1.5rem 0;
        font-size: 1.25rem;
    }
    #thumbCarousel .carousel-indicators {
        margin: 1.5rem 0 0 0;
        padding-top: 1rem;
    }
    .slide-img {
        margin-bottom:1rem;
    }
}
/*Hover effect*/
.hover-mask a, .carousel-item .hover-mask .gallery-img {
    display: block;
    position: relative;
    overflow: hidden;
}
.hover-mask .thumb-modal{
    width: 100%;
    height: auto;
    -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 .thumb-modal{
    -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: 23.65% 20px;
    text-align: center;
    background-color: rgba(19,110,175,.65);
    -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;
}
.gallery .hover-mask a .mbri-search, #blogCarousel .hover-mask a .mbri-search, #blogCarousel1 .hover-mask a .mbri-search,
#blogCarousel2 .hover-mask a .mbri-search, #blogCarousel3 .hover-mask a .mbri-search, #certificatesCarousel.hover-mask a .mbri-search{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: auto;
    width: 100%;
    padding: 26.65% 20px;
    text-align: center;
    background-color: rgba(19,110,175,.65);
    -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;
}
#blogCarousel1 .hover-mask a .mbri-search,
#blogCarousel2 .hover-mask a .mbri-search, #blogCarousel3 .hover-mask a .mbri-search{
    padding: 29.85% 20px;
}
#certificatesCarousel .hover-mask a .mbri-search{
    padding: 20% 20px;
}
.hover-mask:hover a p, .gallery .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, .gallery .hover-mask .mbri-search, #blogCarousel .hover-mask .mbri-search,
#blogCarousel1 .hover-mask .mbri-search, #blogCarousel2 .hover-mask .mbri-search, #blogCarousel3 .hover-mask .mbri-search,
#certificatesCarousel .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, .gallery .hover-mask:hover .mbri-search, #blogCarousel .hover-mask:hover .mbri-search,
#blogCarousel1 .hover-mask:hover .mbri-search, #blogCarousel2 .hover-mask:hover .mbri-search, #blogCarousel3 .hover-mask:hover .mbri-search,
#certificatesCarousel .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;
}
#thumbCarousel .hover-mask a .mbri-search{
    padding: 39.75% 20px;
    height: auto;
    width: 90%;
    left: 5%;
}
@media only screen and (max-width: 1280px){
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 22.85% 20px;
    }
}
@media only screen and (max-width: 1024px){
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 21% 20px;
    }
    #blogCarousel1 .hover-mask a .mbri-search,
    #blogCarousel2 .hover-mask a .mbri-search, #blogCarousel3 .hover-mask a .mbri-search{
        padding: 27.5% 20px;
    }
    .gallery .hover-mask a .mbri-search{
        padding: 21% 20px;
    }
    #blogCarousel .hover-mask a .mbri-search{
        padding: 21.45% 20px;
    }
    #certificatesCarousel .hover-mask a .mbri-search {
        padding: 16.85% 20px;
    }
    #thumbCarousel .hover-mask a .mbri-search{
        padding: 37.15% 20px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 20.5% 20px;
    }
    #blogCarousel1 .hover-mask a .mbri-search,
    #blogCarousel2 .hover-mask a .mbri-search, #blogCarousel3 .hover-mask a .mbri-search{
        padding: 25.5% 20px;
    }
    .gallery .hover-mask a .mbri-search{
        padding: 21% 20px;
    }
    #blogCarousel .hover-mask a .mbri-search{
        padding: 21.45% 20px;
    }
    #certificatesCarousel .hover-mask a .mbri-search {
        padding: 12.5% 20px;
    }
    #thumbCarousel .hover-mask a .mbri-search{
        padding: 36.15% 20px;
    }
}
@media only screen and (max-width: 768px){
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 17.5% 20px;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 21% 20px;
    }
    .gallery .hover-mask a .mbri-search{
        padding: 27.2% 20px;
    }
    #blogCarousel1 .hover-mask a .mbri-search,
    #blogCarousel2 .hover-mask a .mbri-search, #blogCarousel3 .hover-mask a .mbri-search{
        padding: 29.5% 20px;
    }
    #certificatesCarousel .hover-mask a .mbri-search {
        padding: 10.85% 20px;
    }
    #thumbCarousel .hover-mask a .mbri-search{
        padding: 30.15% 20px;
        width: 85%;
        left: 7%;
        top: 7%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 24% 20px;
    }
    .gallery .hover-mask a .mbri-search{
        padding: 31% 20px;
    }
    #blogCarousel1 .hover-mask a .mbri-search,
    #blogCarousel2 .hover-mask a .mbri-search, #blogCarousel3 .hover-mask a .mbri-search{
        padding: 28.5% 20px;
    }
    #certificatesCarousel .hover-mask a .mbri-search {
        padding: 6.85% 20px;
    }
    #blogCarousel .hover-mask a .mbri-search{
        padding: 27.2% 20px;
        font-size: 1.5rem;
    }
    #thumbCarousel .hover-mask a .mbri-search{
        padding: 29.15% 20px;
        width: 70%;
        left: 15%;
        top: 0;
    }
}
@media (max-width: 375px){
    .hover-mask a .mbri-file, .hover-mask a .mbri-search {
        padding: 22.5% 20px;
    }
}
@media (max-width: 348px){
    .hover-mask .mbri-file, .hover-mask .mbri-search, .gallery .hover-mask .mbri-search, #blogCarousel .hover-mask .mbri-search, #blogCarousel1 .hover-mask .mbri-search, #blogCarousel2 .hover-mask .mbri-search, #blogCarousel3 .hover-mask .mbri-search, #certificatesCarousel .hover-mask .mbri-search{
        font-size: 2rem;
    }
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 24% 20px;
    }
    #blogCarousel .hover-mask a .mbri-search{
        padding: 22.2% 20px;
        font-size: 1.5rem;
    }
    #blogCarousel1 .hover-mask a .mbri-search,
    #blogCarousel2 .hover-mask a .mbri-search, #blogCarousel3 .hover-mask a .mbri-search{
        padding: 29.5% 20px;
    }
    #certificatesCarousel .hover-mask a .mbri-search {
        padding: 7.85% 20px;
    }
    #thumbCarousel .hover-mask a .mbri-search{
        padding: 29.15% 20px;
        width: 70%;
        left: 15%;
        top: 0;
    }
}
/*Services2 Block styles*/
#services2::before {
    height: 3rem;
    content: "";
    display: block;
}
#services2::after {
    height: 3rem;
    content: "";
    display: block;
}
.uslugi-title {
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
}
.uslugi-title .highlight{
    color:#e54c17;
}
@media only screen and (max-width: 1024px){

}
@media (max-width: 991px) and (min-width: 768px) {

}
@media (max-width: 767px) and (min-width: 576px) {

}
@media (max-width: 575px) and (min-width: 349px) {


}
@media only screen and (max-width: 375px){
    #services2 p {
        padding: 0;
        font-size: 95%;
    }
}
@media (max-width: 348px){
    #services2 p {
        padding: 0;
        font-size: 95%;
    }
}
/* Scroll to top button*/
#scrollToTopBtn{
    display: inline-block;
    background-color: #e54c17;
    border: 2px solid #e54c17;
    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: #fff;
    font-size: 2em;
}
#scrollToTopBtn:hover {
    cursor: pointer;
    background-color: #eee;
    border: 2px solid #eee;
    color: #000;
}
#scrollToTopBtn:active {
    background-color: #eee;
    border: 2px solid #eee;
    color: #000;
}
#scrollToTopBtn.show {
    opacity: 1;
    visibility: visible;
}
/*Footer Block styles*/
#footer:before{
    height: 4.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.heading {
    color:#fff;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:34%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left: 2rem;
    top:0;
    height: 84%;
    width: 90%;
    position:absolute;
    border: 3px solid #fff;
    box-shadow: 6px 3px 10px rgba(0, 0, 0, 0.3);
    /*padding: 0 1.2rem;*/
}
.contact-info{
    padding: 0 4rem 0 7rem;
    width: 90%;
}
.sub-heading3 {
    margin: .5rem 0 1rem 0;
    border-bottom: 1px solid rgba(205,194,211,.49);
}
.contacts-list {
    list-style: none;
    margin: 3rem 0 0 0;
    padding-left:.4rem;
    color: #fff;
}
.contacts-list li {
    padding: 0 0 7px 15px;
}
.contacts-icons {
    display: inline-block;
    margin-right: .75rem;
    vertical-align:middle;
}
.pdng {
    display: block;
    margin: 0 0 0 37px;
}
.mapa{
    background: transparent url("../images/icons/map.png") no-repeat;
    padding: .25rem 1rem 1.5rem 1rem;
}
.sm3{
    font-size:85%;
    color: #bfbfbf;
}
.phone{
    background: transparent url("../images/icons/phone.png") no-repeat;
    padding: 0 1rem 1.6rem 1rem;
}
.web{
    background: transparent url("../images/icons/globe.png") no-repeat;
    padding: 0 1rem 1.6rem 1rem;
}
.mail{
    background: transparent url("../images/icons/message.png") no-repeat;
    padding: 0 1rem 2rem 1rem;
}
.clock{
    background: transparent url("../images/icons/clock.png") no-repeat;
    padding: .25rem 1rem 1.5rem 1rem;
}
@media only screen and (max-width: 1280px){
    .contact-info {
        padding: 0 3rem 0 7rem;
    }
}
@media only screen and (max-width: 1024px){
    .contact-info{
        padding: 0;
        width: 86%;
    }
    .contacts-list {
        margin: 1rem 0 2rem 0;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #footer::before {
        height: 2.5rem;
        content: "";
        display: block;
    }
    .contacts-list {
        margin: 1.25rem 0 0 0;
    }
    .contact-info{
        padding: 0;
        width: 100%;
    }
    .map-responsive {
        padding-bottom: 50%;
    }
    .map-responsive iframe {
        top: 19px;
        left: 7px;
        width: 91%;
        height: 87%;
    }
}
@media only screen and (max-width: 768px) {
    .pdng {
        display: inline-block;
        margin: 0 0 0 5px;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #footer::before {
        height: 2rem;
        content: "";
        display: block;
    }
    .contacts-list {
        margin: 1.25rem 0;
    }
    .contact-info{
        padding: 0;
        width: 100%;
    }
    .contacts-list li {
        padding: 3px 0;
        font-size: 90%;
    }
    .contacts-list li.sub-heading3 {
        font-size: 20px;
    }
    .pdng {
        display: inline-block;
        margin: 0 0 0 5px;
    }
    .sm3 {
        display: block;
        padding: 0 0 0 3rem;
    }
    .map-responsive {
        padding-bottom: 50%;
    }
    .map-responsive iframe {
        top: 19px;
        left: 7px;
        width: 91%;
        height: 87%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #footer::before {
        height: 2rem;
        content: "";
        display: block;
    }
    .contact-info{
        padding: 0;
        width: 100%;
    }
    .contacts-list {
        margin: 0 0 1rem 0;
    }
    .contacts-list li {
        padding: 0 0 5px 0;
    }
    .sub-heading3 {
        font-size: 22px;
    }
    .sm3 {
        display: inline-block;
        padding: 0;
    }
    .map-responsive iframe {
        top: 3px;
        left: 15px;
        width: 91%;
        height: 87%;
    }
}
@media only screen and (max-width: 375px){
    .contacts-list {
        margin: 0 0 2rem 0;
    }
    .pdng {
        display: inline-block;
        margin: 0 0 0 5px;
    }
}
@media (max-width: 348px){
    #footer::before {
        height: 2rem;
        content: "";
        display: block;
    }
    .contact-info{
        padding: 0;
        width: 100%;
    }
    .contacts-list {
        margin: 0 0 2rem 0;
    }
    .pdng {
        display: inline-block;
        margin: 0 0 0 5px;
    }
    .contacts-list li {
        padding: 0 0 5px 0;
        font-size: 90%;
    }
    .sub-heading3 {
        font-size: 18px;
    }
    .map-responsive iframe {
        top: 3px;
        left: 15px;
        width: 91%;
        height: 87%;
    }

}
/*Copyright Block styles*/
#copyright::before,
#copyright::after{
    height: 0;
    content: "";
    display: block;
}
.copyright {
    margin: 0;
    text-align: center;
    font-size: 80%;
    padding: .75rem 1.5rem;
    border-top: 1px solid #eeeeee;
    color: #fff;
}
@media (max-width: 991px) and (min-width: 768px) {
    .copyright {
        font-size: 70%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .copyright {
        font-size: 64%;
        padding: 0.5em 0 0 0;
        margin-bottom: 0;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .copyright {
        font-size: 70%;
        padding: 0.5em 0 0 0;
        margin-bottom: 0;
    }
}
@media (max-width: 348px){
    .copyright {
        font-size: 63%;
        padding: 0.5em 0 0 0;
        margin-bottom: 0;
    }
}