/* template */
body,html {
  height: 100%;
  scroll-behavior: smooth;
}

/* hidden spacer before sections for proper offset */
section::before {
    height: 7rem;
    content: "";
    display:block;
}
section::after {
    height: 2rem;
    content: "";
    display:block;
}
/* helpers */
.vh-50 {
    min-height: 50vh;
}
.vh-75 {
    min-height: 75vh;
}
.vh-100 {
    min-height: 100vh;
}
/*Header Block styles*/
#home::before{
    height: 6rem;
    content: "";
    display:block;
}
#home::after {
    height: 12rem;
    content: "";
    display:block;
}
header {
    background: transparent url("../images/bg-header.jpg") no-repeat center;
    background-size: cover;
}
.text-block {
    padding: 2% 0 0 15%;
    width: 80%;
}
.text-block h1 .sm {
    font-size: 2.85rem;
    text-shadow: -2px 2px 0 #c5cae9;
}
.text-block h1 {
    display: block;
    margin: 0 0 .5rem 0;
    font-size: 5.5rem;
    font-weight: 800;
    line-height: .9;
    text-shadow: -3px 3px 0 #c5cae9;
}
.text-block .sub-head {
    margin: 29px 0 0 15px;
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 600;
    text-shadow: 1px 2px 0 #212121;
    color: #fff;
}
.text-block h1::before{
    content:"";
    display: block;
    position: absolute;
    top: 34.5%;
    left: 9%;
    background: transparent url("../images/divider-2.png") no-repeat center;
    background-size: contain;
    width: 105px;
    height: 143px;
}
.text-block .line2{
    display: block;
    position: relative;
    left: 15px;
    bottom: -18px;
    width: 36%;
    height: 1px;
    background: #fadb44;
}
.text-block .line2::after{
    content: "";
    display: block;
    width: 97%;
    height: 2px;
    background: #fadb44;
    position: absolute;
    top: 5px;
    left: 10px;
}
@media only screen and (max-width: 1024px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .65rem;
        padding-left: .65rem;
        font-size: 1rem;
    }
    .text-block {
        width: 85%;
    }
    .text-block h1::before {
        top: 32.5%;
        left: 5.5%;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .navbar-brand {
        margin-left: 10%;
    }
    .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;
        text-shadow: 2px 1px 0 rgb(33,33,33);
    }
    .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        padding-top: .5rem;
    }
    #home::before{
        height: 5.5rem;
        content: "";
        display: block;
    }
    #home::after{
        height: 8rem;
        content: "";
        display: block;
    }
    .text-block {
        padding: 5% 0 0 12.5%;
        width: 100%;
    }
    .text-block h1 {
        font-size: 4.5rem;
        text-shadow: -2px 2px 0 #c5cae9;
    }
    .text-block h1 .sm {
        font-size: 2.75rem;
    }
    .text-block .sub-head {
        font-size: 1.35rem;
    }
    .text-block h1::before {
        top: 32.5%;
        left: 2%;
        width: 88px;
        height: 138px;
    }
    .text-block .line2 {
        left: 6px;
        bottom: -15px;
    }
    .text-block .line2::after {
        width: 96%;
    }

}
@media (max-width: 767px) and (min-width: 576px) {
    .navbar-brand {
        margin-left: 0;
    }
    .navbar-brand img {
        width: 75%;
        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: 1rem;
        padding-top: .5rem;
    }
    #home::before{
        height: 5.5rem;
        content: "";
        display: block;
    }
    #home::after{
        height: 7rem;
        content: "";
        display: block;
    }
    .text-block {
        padding: 5% 0 0 12.5%;
        width: 100%;
    }
    .text-block h1 {
        font-size: 3.5rem;
        text-shadow: -2px 2px 0 #c5cae9;
    }
    .text-block h1 .sm {
        font-size: 2rem;
    }
    .text-block .sub-head {
        margin: 26px 0 0 15px;
        font-size: 1.15rem;
    }
    .text-block h1::before {
        top: 27.5%;
        left: 1%;
        width: 76px;
        height: 138px;
    }
    .text-block .line2 {
        left: 6px;
        bottom: -15px;
        width: 63%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .navbar-brand {
        margin-left: 0;
    }
    .navbar-brand img {
        width: 72%;
        height: auto;
        margin: 0 0 0 1.5rem;
    }
    .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: 1rem;
        padding-top: .5rem;
    }
    #home::before{
        height: 4.5rem;
        content: "";
        display: block;
    }
    #home::after{
        height: 5rem;
        content: "";
        display: block;
    }
    .text-block {
        padding: 5% 0 0 12.5%;
        width: 100%;
    }
    .text-block h1 {
        font-size: 2.75rem;
        text-shadow: -1px 2px 0 #c5cae9;
    }
    .text-block h1 .sm {
        font-size: 1.85rem;
    }
    .text-block .sub-head {
        margin: 19px 0 0 15px;
        font-size: 1.05rem;
    }
    .text-block h1::before {
        top: 17.5%;
        left: 1%;
        width: 62px;
        height: 122px;
    }
    .text-block .line2 {
        left: 6px;
        bottom: -5px;
        width: 63%;
    }

}
@media (max-width: 348px){
    header {
        background: transparent url("../images/bg-header.jpg") no-repeat 31%;
        background-size: cover;
    }
    .navbar-brand {
        margin-left: 0;
    }
    .navbar-brand img {
        width: 72%;
        height: auto;
        margin: 0 0 0 1rem;
    }
    .navbar-toggler {
        right: 1.5rem;
        top: .5rem;
    }
    .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        padding-top: .5rem;
    }
    #home::before,
    #home::after{
        height: 2.5rem;
        content: "";
        display: block;
    }
    .text-block {
        padding: 5% 0 0 10.5%;
        width: 100%;
    }
    .text-block h1 {
        margin: 0 0 .25rem 0;
        font-size: 2.25rem;
        text-shadow: -1px 2px 0 #c5cae9;
    }
    .text-block h1 .sm {
        font-size: 1.65rem;
    }
    .text-block .sub-head {
        margin: 10px 0 0 15px;
        font-size: 1rem;
    }
    .text-block h1::before {
        top: 10.5%;
        left: 1%;
        width: 50px;
        height: 90px;
    }
    .text-block .line2 {
        left: 15px;
        bottom: -5px;
        width: 63%;
    }
}

/*About Block styles*/
#about::before{
    height: 1rem;
    content: "";
    display: block;
}
#about::after{
    height: 1.5rem;
    content: "";
    display: block;
}
#about {
    background: transparent url("../images/bg-img.jpg") no-repeat 103% -20%;
    background-size: 50%;
}
#about h2 {
    margin: 0 0 6rem 6rem;
    font-size: 2.65rem;
    position: relative;
}
#about h2::before{
    content:"";
    display: block;
    position: absolute;
    top: -25%;
    left: -6%;
    background: transparent url("../images/divider.png") no-repeat center;
    background-size: contain;
    width: 67px;
    height: 87px;
}
#about .mar1 {
    margin-top: 2rem;
}
#about .line{
    display: block;
    position: relative;
    left: -1px;
    bottom: -18px;
    width: 20%;
    height: 1px;
    background: #00bcd4;
}
#about .line::after{
    content: "";
    display: block;
    width: 96%;
    height: 2px;
    background: #00bcd4;
    position: absolute;
    top: 4px;
    left: 10px;
}
.about-list {
    padding-left: 4.5rem;
    margin: 25px 0;
    width: 92.5%;
}
.about-list li{
    padding: 0 0 15px 0;
}
#about .sub-heading {
    margin: 3rem 0 2rem 1.75rem;
}
#about .about-img {
    margin: -12% 0 0 0;
    width: 85%;
    height: auto;
}
#about p {
    padding: 0 3.5rem 1rem 1.5rem;
}
.price-btn{
	padding-left: 1.5rem;
}
.btn-primary .icon,
.modal-title .icon {
    font-size: 1.35em;
    display: inline-block;
    vertical-align: middle;
    margin: 0 13px 0 0;
}
@media only screen and (max-width: 1024px) {
    #about {
        background: transparent url(../images/bg-img.jpg) no-repeat 103% 6%;
        background-size: 50%;
    }
    #about h2::before {
        top: -25%;
        left: -8%;
    }
    #about .sub-heading {
        line-height: 1.2;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #about::before{
        height: 1rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 0;
        content: "";
        display: block;
    }
    #about {
        background: transparent url(../images/bg-img.jpg) no-repeat 111% 4%;
        background-size: 50%;
    }
    #about h2 {
        margin: 0 0 4rem 4rem;
        font-size: 2rem;
    }
    #about p {
        padding: 0;
        font-size: 95%;
    }
    .about-img {
        margin: 1rem 0 0 0;
        width: 100%;
        height: auto;
    }
    #about h2::before {
        top: -29%;
        left: -10%;
    }
    #about .line {
        left: 2px;
        bottom: -31px;
        width: 31%;
    }
    #about .line::after {
        width: 95%;
    }
    #about .sub-heading {
        margin: 2rem 0 2rem 0;
        font-size: 1.15rem;
        line-height: 1.15;
    }
    .about-list {
        padding-left: 2.5rem;
        margin: 25px 0;
        width: 100%;
        font-size: 95%;
    }
    #about .about-img {
        margin: -12% 0 0 12%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #about::before{
        height: 1rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 0;
        content: "";
        display: block;
    }
    #about {
        background: transparent url(../images/bg-img.jpg) no-repeat 100% 7%;
        background-size: 50%;
    }
    #about h2 {
        margin: 0 0 4rem 4rem;
        font-size: 2rem;
    }
    #about p {
        padding: 0;
        font-size: 95%;
    }
    .about-img {
        margin: 1rem 0 0 0;
        width: 100%;
        height: auto;
    }
    #about h2::before {
        top: -51%;
        left: -13%;
        width: 56px;
        height: 76px;
    }
    #about .line {
        left: -4px;
        bottom: -15px;
        width: 48%;
    }
    #about .line::after {
        width: 95%;
    }
    #about .sub-heading {
        margin: 2rem 0 2rem 0;
        font-size: 1.15rem;
        line-height: 1.15;
    }
    .about-list {
        padding-left: 2.5rem;
        margin: 25px 0;
        width: 100%;
        font-size: 95%;
    }
    #about .about-img {
        margin: 2% 0 0 12%;
        width: 75%;
        height: auto;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #about::before{
        height: 1rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 0;
        content: "";
        display: block;
    }
    #about {
        background: transparent url(../images/bg-img.jpg) no-repeat 27% 100%;
        background-size: 95%;
    }
    #about h2 {
        margin: 0 0 4rem 4rem;
        font-size: 1.85rem;
    }
    #about p {
        padding: 0;
        font-size: 90%;
    }
    .about-img {
        margin: 1rem 0 0 0;
        width: 100%;
        height: auto;
    }
    #about h2::before {
        top: -24%;
        left: -15%;
        width: 47px;
        height: 67px;
    }
    #about .line {
        left: -4px;
        bottom: -15px;
        width: 48%;
    }
    #about .line::after {
        width: 95%;
    }
    #about .sub-heading {
        margin: 2rem 0 2rem 0;
        font-size: 1.35rem;
        line-height: 1.15;
    }
    .about-list {
        padding-left: 2.5rem;
        margin: 25px 0;
        width: 100%;
        font-size: 90%;
    }
    #about .about-img {
        margin: 2% 0 0 12%;
        width: 75%;
        height: auto;
    }

}
@media (max-width: 348px){
    #about::before{
        height: 1rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 0;
        content: "";
        display: block;
    }
    #about {
        background: transparent url(../images/bg-img.jpg) no-repeat 27% 100%;
        background-size: 100%;
    }
    #about h2 {
        margin: 0 0 3rem 3rem;
        font-size: 1.75rem;
    }
    #about p {
        padding: 0;
        font-size: 90%;
    }
    .about-img {
        margin: 1rem 0 0 0;
        width: 100%;
        height: auto;
    }
    #about h2::before {
        top: -26%;
        left: -18%;
        width: 47px;
        height: 67px;
    }
    #about .line {
        left: 6px;
        bottom: -18px;
        width: 56%;
    }
    #about .line::after {
        width: 93%;
    }
    #about .sub-heading {
        margin: 2rem 0 2rem 0;
        font-size: 1.25rem;
        line-height: 1.15;
    }
    .about-list {
        padding-left: 2.5rem;
        margin: 25px 0;
        width: 100%;
        font-size: 90%;
    }
    #about .about-img {
        margin: 6%0 0 10%;
        width: 75%;
        height: auto;
    }
}
/*Services Block styles*/
#services::before {
    height: 9rem;
    content: "";
    display: block;
}
#services::after {
    height: 7rem;
    content: "";
    display: block;
}
#services{
    background:transparent url("../images/bg-service.jpg") no-repeat center;
    background-size:cover;
    color:#fff;
}
#services h2{
    margin: 3rem 0 5rem 6rem;
    font-size: 2.5rem;
    position: relative;
    color: #fff;
}
#services h2::before{
    content:"";
    display: block;
    position: absolute;
    top: -25%;
    left: -6.5%;
    background: transparent url("../images/divider2a.png") no-repeat center;
    background-size: contain;
    width: 67px;
    height: 83px;
}
#services .line{
    display: block;
    position: relative;
    left: -9px;
    bottom: -21px;
    width: 20%;
    height: 1px;
    background: #fadb44;
}
#services .line::after{
    content: "";
    display: block;
    width: 96%;
    height: 2px;
    background: #fadb44;
    position: absolute;
    top: 4px;
    left: 10px;
}
#services .sub-heading{
    margin: 0 3.5rem 2.5rem  1.5rem;
}
#uslugi-tabs, #nav-tabContent {
    margin: 0 8.5% 0 1.5%;
}
#nav-tabContent {
    background: transparent url("../images/bg-img2.png") no-repeat 0 -23%;
    background-size: 40%;
}
#nav-tabContent .about-img{
    width: 82%;
    display: block;
    margin: .75rem 0 .5rem 4.5rem;
}
.service-list, .about-list {
    list-style: none;
    text-align: justify;
}
.service-list{
    padding-left: 7.5rem;
    margin: 0 0 1.25rem 0;
    width: 75%;
}
.service-list li .sml {
    font-size: .9rem;
    font-style: italic;
}
.service-list li{
    padding: 9px 0;
    border-bottom: 1px dashed rgba(197,202,233,.75);
}
.about-list li::before, .service-list li::before {
    content: "";
    display: inline-block;
    background: transparent url("../images/marker.png") no-repeat center;
    width: 22px;
    height: 24px;
    margin-left: 1.75em;
    margin-right: 0.25em;
    vertical-align: middle;
    -ms-transform: translate(-15px, 0);
    -webkit-transform: translate(-15px, 0);
    transform: translate(-15px, 0);
}
.about-list li::before{
    margin-left: -1.35em;
    margin-right: -0.062em;
    -ms-transform: translate(-15px, 2px);
    -webkit-transform: translate(-15px, 2px);
    transform: translate(-15px, 2px);
}
@media only screen and (max-width: 1024px) {
    #services h2::before {
        top: -21%;
        left: -8.5%;
    }
    .nav-tabs .nav-link {
        padding: 1rem 3rem;
    }
    #nav-tabContent {
        background: transparent url(../images/bg-img2.png) no-repeat 6% 19%;
        background-size: 40%;
    }
    .service-list {
        padding-left: 6.5rem;
        width: 90%;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #services::before {
        height: 6.5rem;
    }
    #services::after {
        height: 7rem;
    }
    #services {
        background: transparent url(../images/bg-service.jpg) no-repeat 50%;
        background-size: cover;
    }
    #services h2{
        margin: 2.5rem 0 4rem 4.5rem;
        font-size: 2rem;
    }
    #services h2::before {
        top: -40%;
        left: -10.5%;
    }
    #services .line {
        left: 6px;
        bottom: -25px;
        width: 35%;
    }
    #uslugi-tabs {
        margin: 0;
    }
    .nav-tabs .nav-link {
        font-size: 1.2rem;
        padding: .5rem 2rem;
        border: 1px solid transparent;
    }
    #nav-tabContent {
        background: transparent url(../images/bg-img2.png) no-repeat 0 20%;
        background-size: 46%;
        padding: 1.5em 0 1em 0;
        margin: 0 .5rem 0 0;
        font-size: 95%;
    }
    #nav-tabContent .about-img {
        width: 97%;
        margin: 2.5rem 0 1rem 1.5rem;
    }
    #services .sub-heading {
        margin: 0 0 1rem 1rem;
    }
    .service-list {
        padding-left: 1rem;
        width: 100%;
        font-size: 95%;
    }
    .service-list li {
        padding: 7px 0;
    }
    .service-list li .sml {
        font-size: 90%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #services::before {
        height: 6.5rem;
    }
    #services::after {
        height: 8rem;
    }
    #services {
        background: transparent url(../images/bg-service.jpg) no-repeat 50%;
        background-size: cover;
    }
    #services h2{
        margin: 2rem 0 4rem 4.5rem;
        font-size: 2rem;
    }
    #services h2::before {
        top: -12%;
        left: -12.5%;
        width: 56px;
        height: 76px;
    }
    #services .line {
        left: 6px;
        bottom: -25px;
        width: 57%;
    }
    #uslugi-tabs {
        margin: 0;
    }
    .nav-tabs .nav-link {
        font-size: 1rem;
        padding: .25rem 1.15rem;
        border: 1px solid transparent;
    }
    #nav-tabContent {
        background: transparent url(../images/bg-img2.png) no-repeat 0 20%;
        background-size: 46%;
        padding: 1.5em 0 1em 0;
        margin: 0 .5rem 0 0;
        font-size: 95%;
    }
    #nav-tabContent .about-img {
        width: 100%;
        margin: 2.5rem 0 1rem 1.5rem;
    }
    #services .sub-heading {
        font-size: 95%;
        margin: 1rem 0 1rem 1rem;
    }
    .service-list {
        padding-left: 1rem;
        width: 100%;
        font-size: 95%;
    }
    .service-list li {
        padding: 7px 0;
    }
    .service-list li .sml {
        display: block;
        padding: 0 0 0 16%;
        font-size: 90%;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #services::before {
        height: 6.5rem;
    }
    #services::after {
        height: 4.15rem;
    }
    #services {
        background: transparent url(../images/bg-service.jpg) no-repeat 50%;
        background-size: cover;
    }
    #services h2{
        margin: 2rem 0 4rem 3.5rem;
        font-size: 1.85rem;
    }
    #services h2::before {
        top: -19%;
        left: -13.5%;
        width: 47px;
        height: 67px;
    }
    #services .line {
        left: 6px;
        bottom: -17px;
        width: 62%;
    }
    #uslugi-tabs {
        margin: 0;
    }
    .nav-tabs .nav-link {
        font-size: 1rem;
        padding: .25rem 1.3rem;
        border: 1px solid transparent;
    }
    #nav-tabContent {
        background: transparent url(../images/bg-img2.png) no-repeat 30% 89%;
        background-size: 75%;
        padding: 1.5em 0 1em 0;
        font-size: 90%;
    }
    #nav-tabContent .about-img {
        width: 69%;
        margin: .5rem 0 1rem 3rem;
    }
    #services .sub-heading {
        font-size: 90%;
        margin: 1rem 0;
    }
    .service-list {
        padding-left: 1rem;
        width: 100%;
        font-size: 92%;
    }
    .service-list li {
        padding: 7px 0;
    }
    .service-list li .sml {
        display: block;
        padding: 0 0 0 12%;
        font-size: 90%;
    }
}
@media (max-width: 348px){
    #services::before {
        height: 6.5rem;
    }
    #services::after {
        height: 4.15rem;
    }
    #services {
        background: transparent url(../images/bg-service.jpg) no-repeat 50%;
        background-size: cover;
    }
    #services h2{
        margin: 1rem 0 3rem 2.5rem;
        font-size: 1.65rem;
    }
    #services h2::before {
        top: -42%;
        left: -17.5%;
        width: 45px;
        height: 67px;
    }
    #services .line {
        left: 8px;
        bottom: -14px;
        width: 62%;
    }
    #uslugi-tabs {
        margin: 0;
    }
    .nav-tabs .nav-link {
        font-size: 1rem;
        padding: .5rem 1.3rem;
        border: 1px solid transparent;
    }
    #nav-tabContent {
        background: transparent url(../images/bg-img2.png) no-repeat 50% 93%;
        background-size: 80%;
        padding: 1.5em 0 1em 0;
        font-size: 90%;
    }
    #nav-tabContent .about-img {
        width: 69%;
        margin: .5rem 0 1rem 3rem;
    }
    #services .sub-heading {
        font-size: 90%;
        margin: 1rem 0;
    }
    .service-list {
        padding-left: 1rem;
        width: 100%;
        font-size: 92%;
    }
    .service-list li {
        padding: 7px 0;
    }
    .service-list li .sml {
        display: block;
        padding: 0 0 0 18%;
        font-size: 90%;
    }
}
/*Gallery Block styles*/
#gallery::before {
    height: 0;
    content: "";
    display: block;
}
#gallery::after {
    height: 2.5rem;
    content: "";
    display: block;
}
#gallery .pad{
    padding: 0 4.5rem;
}
/*Hover effect*/
.hover-mask a, .carousel-item .hover-mask .gallery-img {
    display: block;
    position: relative;
    overflow: hidden;
}
.hover-mask .thumb-modal{
    width: 100%;
    height: auto;
    border: 6px solid #fff;
    -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: 6px solid #fff;
    box-shadow: 0 0 10px rgba(48,63,159,.26);
    -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: 43.95% 20px;
    text-align: center;
    background-color: rgba(63,81,181,.66);
    border-radius: 50% !important;
    -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{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: auto;
    width: 100%;
    padding: 43.95% 20px;
    text-align: center;
    background-color: rgba(63,81,181,.66);
    border-radius: 50% !important;
    -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, .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{
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    color: #ffde4d;
    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 {
    -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 only screen and (max-width: 1024px) {
    #blogCarousel .hover-mask a .mbri-search{
        padding: 41.45% 20px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 27.1% 20px;
    }
    .gallery .hover-mask a .mbri-search{
        padding: 21% 20px;
    }
    #blogCarousel .hover-mask a .mbri-search{
        padding: 36.45% 20px;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 29% 20px;
    }
    .gallery .hover-mask a .mbri-search{
        padding: 27.2% 20px;
    }
    #blogCarousel .hover-mask a .mbri-search{
        padding: 40% 20px;
        font-size: 1.75rem;;
    }
    .carousel-indicators li, .carousel-indicators .active {
        width: 15px;
        height: 15px;
        border-width: 3px;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #gallery .pad {
        padding: 0 0.25rem;
    }
    .carousel-item .hover-mask .gallery-img {
        border: 3px solid #fff;
    }
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 32.2% 20px;
    }
    .gallery .hover-mask a .mbri-search{
        padding: 31% 20px;
    }
    #blogCarousel .hover-mask a .mbri-search{
        padding: 42.2% 20px;
        font-size: 1.5rem;
    }
    .carousel-indicators li, .carousel-indicators .active {
        width: 15px;
        height: 15px;
        border-width: 3px;
    }
}
@media (max-width: 348px){
    #gallery .pad {
        padding: 0 0.25rem;
    }
    .carousel-item .hover-mask .gallery-img {
        border: 3px solid #fff;
    }
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 30.12% 20px;
    }
    #blogCarousel .hover-mask a .mbri-search{
        padding: 39.2% 20px;
        font-size: 1.5rem;
    }
    .carousel-indicators li, .carousel-indicators .active {
        width: 15px;
        height: 15px;
        border-width: 3px;
    }
}
/*Services2 Block styles*/
#services2::before{
    height: 10rem;
    content: "";
    display: block;
}
#services2::after{
    height: 12.75rem;
    content: "";
    display: block;
}
#services2 {
    background:transparent url("../images/bg-service2.jpg") no-repeat center;
    background-size:cover;
    color: #fff;
}
#services2 h2{
    margin: 2.5rem 0 5rem 7.5rem;
    font-size: 2.35rem;
    position: relative;
    color: #fff;
}
#services2 h2::before{
    content:"";
    display: block;
    position: absolute;
    top: -17%;
    left: -12.5%;
    background: transparent url("../images/divider2a.png") no-repeat center;
    background-size: contain;
    width: 67px;
    height: 83px;
}
#services2 .line{
    display: block;
    position: relative;
    left: 6px;
    bottom: -25px;
    width: 50%;
    height: 1px;
    background: #fadb44;
}
#services2 .line::after{
    content: "";
    display: block;
    width: 96%;
    height: 2px;
    background: #fadb44;
    position: absolute;
    top: 4px;
    left: 11px;
}
#services2 p{
    margin: 0 3.5rem 1rem 2.5rem;
    text-shadow: 1px 1px 0 #212121;
}
.highlight {
    font-style: italic;
    font-weight: 600;
    color: #fff;
}
#services2 p.highlight2 {
    margin-top: 3rem;
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 600;
    color: #aaf2fb;
}
#services2 .about-img{
    width: 80%;
    position: relative;
    border-radius: 15px;
    border: 7px solid #fff;
    box-shadow: 0 0 10px rgba(33,33,33,.75);
}
#services2 .schedule {
    position: absolute;
    top: 65%;
    left: 53%;
    width: 175px;
    height: 175px;
    background: #3f51b5;
    border-radius: 50%;
    border:4px solid #fff;
    box-shadow: 0 0 10px rgba(33,33,33,.75);
}
#services2 .schedule p.tm {
    margin: 27% 0 0 0;
    font-size: 2.25rem;
    font-weight: 600;
    text-shadow: 0 0 0 transparent;
    color: #fadb44;
}
#services2 .schedule p.txt{
    margin: -0.5rem 0 0 0;
    font-size: 1.35rem;
    font-weight: 600;
    font-style: italic;
    text-shadow: 0 0 0 transparent;
}
@media only screen and (max-width: 1024px) {
    #services2::after {
        height: 8.75rem;
    }
    #services2 h2::before {
        top: -17%;
        left: -19.5%;
    }
    #services2 p {
        margin: 0 2rem 1rem 2rem;
    }
    #services2 .about-img{
        margin: 16% 0 0 6%;
    }
    #services2 .schedule {
        top: 61%;
        left: 50%;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #services2::before {
        height: 6.5rem;
    }
    #services2::after {
        height: 3.75rem;
    }
    #services2 {
        background: transparent url(../images/bg-service2.jpg) no-repeat 70%;
        background-size: cover;
    }
    #services2 h2 {
        margin: 2.5rem 0 4rem 3.75rem;
        font-size: 1.95rem;
    }
    #services2 h2::before {
        top: -41%;
        left: -21.5%;
    }
    #services2 .line {
        left: 6px;
        bottom: -26px;
        width: 70%;
    }
    #services2 p {
        margin: 0 1.1rem 1rem 1.1rem;
    }
    #services2 p.highlight2 {
        margin-top: 1.25rem;
        font-size: 1.2rem;
    }
    #services2 .about-img {
        border: 5px solid #fff;
        margin: 4rem 0 0 2.25rem;
    }
    #services2 .schedule {
        top: 44%;
        left: 54%;
        width: 145px;
        height: 145px;
    }
    #services2 .schedule p.tm {
        font-size: 1.85rem;
    }
    #services2 .schedule p.txt {
        font-size: 1.1rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #services2::before {
        height: 5rem;
    }
    #services2::after {
        height: 3.75rem;
    }
    #services2 {
        background: transparent url(../images/bg-service2.jpg) no-repeat 70%;
        background-size: cover;
    }
    #services2 h2 {
        margin: 2.5rem 0 4rem 4.5rem;
        font-size: 2rem;
    }
    #services2 h2::before {
        top: -8%;
        left: -12.5%;
        width: 56px;
        height: 76px;
    }
    #services2 .line {
        left: 6px;
        bottom: -26px;
        width: 55%;
    }
    #services2 p {
        margin: 0 1.25rem 1rem 1.25rem;
        font-size: 95%;
    }
    #services2 p.highlight2 {
        margin-top: 1.25rem;
        font-size: 1.35rem;
    }
    #services2 .about-img {
        border: 6px solid #fff;
        margin: 1rem 0 0 2.25rem;
    }
    #services2 .schedule {
        left: 61%;
        width: 145px;
        height: 145px;
    }
    #services2 .schedule p.tm {
        font-size: 1.85rem;
    }
    #services2 .schedule p.txt {
        font-size: 1.1rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    #services2::before {
        height: 5rem;
    }
    #services2::after {
        height: 3.75rem;
    }
    #services2 {
        background: transparent url(../images/bg-service2.jpg) no-repeat 70%;
        background-size: cover;
    }
    #services2 h2 {
        margin: 1.5rem 0 4rem 4.5rem;
        font-size: 1.85rem;
    }
    #services2 h2::before {
        top: -9%;
        left: -14.5%;
        width: 47px;
        height: 67px;
    }
    #services2 .line {
        left: 6px;
        bottom: -15px;
        width: 64%;
    }
    #services2 .line::after {
        width: 94%;
    }
    #services2 p {
        margin: 0 0 1rem 0;
        font-size: 90%;
    }
    #services2 p.highlight2 {
        margin-top: 1rem;
        font-size: 1.15rem;
    }
    #services2 .about-img {
        border: 6px solid #fff;
        margin: 1rem 0 0 2.25rem;
    }
    #services2 .schedule {
        left: 58%;
        width: 130px;
        height: 130px;
    }
    #services2 .schedule p.tm {
        font-size: 1.65rem;
    }
    #services2 .schedule p.txt {
        font-size: 1.05rem;
    }
}
@media (max-width: 348px){
    #services2::before {
        height: 5rem;
    }
    #services2::after {
        height: 4.75rem;
    }
    #services2 {
        background: transparent url(../images/bg-service2.jpg) no-repeat 70%;
        background-size: cover;
    }
    #services2 h2 {
        margin: 1.5rem 0 3.5rem 3.5rem;
        font-size: 1.75rem;
    }
    #services2 h2::before {
        top: -48%;
        left: -19.5%;
        width: 47px;
        height: 67px;
    }
    #services2 .line {
        left: 6px;
        bottom: -15px;
        width: 64%;
    }
    #services2 .line::after {
        width: 94%;
    }
    #services2 p {
        margin: 0 0 1rem 0;
        font-size: 90%;
    }
    #services2 p.highlight2 {
        margin-top: 1rem;
        font-size: 1.15rem;
    }
    #services2 .about-img {
        width: 90%;
        border: 6px solid #fff;
        margin: 1rem 0 0 1.25rem;
    }
    #services2 .schedule {
        width: 130px;
        height: 130px;
    }
    #services2 .schedule p.tm {
        font-size: 1.65rem;
    }
    #services2 .schedule p.txt {
        font-size: 1.05rem;
    }
}
/* Scroll to top button*/
#scrollToTopBtn{
    display: inline-block;
    background-color: #ffde4d;
    border: 2px solid #ffde4d;
    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: #3f51b5;
    font-size: 2em;
}
#scrollToTopBtn:hover {
    cursor: pointer;
    background-color: #3f51b5;
    border: 2px solid #3f51b5;
    color: #ffde4d;
}
#scrollToTopBtn:active {
    background-color: #3f51b5;
    border: 2px solid #3f51b5;
    color: #ffde4d;
}
#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 .heading {
    margin: 0 0 1.5rem 1rem;
}
#footer .h2{
    margin: 0 0 4rem 4rem;
    font-size: 2.65rem;
    position: relative;
}
#footer .h2::before{
    content:"";
    display: block;
    position: absolute;
    top: -27%;
    left: -26%;
    background: transparent url("../images/divider.png") no-repeat center;
    background-size: contain;
    width: 67px;
    height: 87px;
}
#footer .mar1 {
    margin-top: 2rem;
}
#footer .line{
    display: block;
    position: relative;
    left: -10px;
    bottom: -18px;
    width: 80%;
    height: 1px;
    background: #00bcd4;
}
#footer .line::after{
    content: "";
    display: block;
    width: 96%;
    height: 2px;
    background: #00bcd4;
    position: absolute;
    top: 4px;
    left: 10px;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:33%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left: 2rem;
    top:3%;
    height: 84%;
    width: 90%;
    position:absolute;
    border: 5px solid #ffffff;
    box-shadow: 6px 3px 10px rgba(0, 0, 0, 0.3);
    /*padding: 0 1.2rem;*/
}
.contact-info{
    padding: 0 4rem;
    width: 75%;
}
.sub-heading3 {
    border-bottom: 1px dashed rgba(33,33,33,.25);
    margin: .5rem 0 1rem 0;
}
.contacts-list {
    list-style: none;
    margin: 2rem 0;
    padding-left:.4rem;
}
.contacts-list li {
    padding: 5px 0;
}
.contacts-icons {
    margin-right: 1rem;
    vertical-align: middle;
    font-size: 1.3em;
    text-shadow: 0 0 4px rgba(33,33,33,0.35);
    color: #fadb44;
}
#footer .contacts-list .fas.fa-phone.contacts-icons {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sm3{
    font-size: 80%;
    font-style: italic;
    color: rgba(33,33,33,.65);
}
@media only screen and (max-width: 1024px) {
    #footer .h2::before {
        top: -27%;
        left: -27%;
    }
    .contact-info {
        padding: 0 3rem;
        width: 100%;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #footer::before {
        height: 1.5rem;
        content: "";
        display: block;
    }
    #footer{
        background: transparent url('../images/bg-footer.jpg') no-repeat 35%;
        background-size: cover;
    }
    #footer .line::before {
        top: 8.75%;
        left: 8%;
    }
    .contact-info{
        padding: 1rem 0 0 0;
        width:100%;
    }
    .map-responsive {
        padding-bottom: 50%;
    }
    .map-responsive iframe {
        top: 19px;
        left: 7px;
        width: 91%;
        height: 87%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    #footer::before {
        height: 1.75rem;
        content: "";
        display: block;
    }
    #footer .h2 {
        margin: 0 0 3rem 4.5rem;
        font-size: 1.75rem;
    }
    #footer .h2::before {
        top: -28%;
        left: -21%;
        width: 47px;
        height: 67px;
    }
    #footer .line {
        left: -2px;
        bottom: -10px;
    }
    #footer .line::after {
        width: 94.5%;
    }
    .contact-info{
        padding: 1rem 0 0 0;
        width: 100%;
    }
    .contacts-list{
        padding-left: 2rem;
    }
    .contacts-list li {
        font-size: 90%;
    }
    .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;
    }
    #footer .h2 {
        margin: 0 0 3rem 4.5rem;
        font-size: 1.75rem;
    }
    #footer .h2::before {
        top: -28%;
        left: -21%;
        width: 47px;
        height: 67px;
    }
    #footer .line {
        left: -2px;
        bottom: -10px;
    }
    #footer .line::after {
        width: 94.5%;
    }
    .contact-info{
        padding: 1rem 0 0 0;
        width: 85%;
    }
    .contacts-list{
        padding-left: 2rem;
    }
    .contacts-list li {
        font-size: 93%;
    }
    .map-responsive iframe {
        top: 3px;
        left: 15px;
        width: 91%;
        height: 87%;
    }
}
@media (max-width: 348px){
    #footer::before {
        height: 2rem;
        content: "";
        display: block;
    }
    #footer .h2 {
        margin: 0 0 3rem 4.5rem;
        font-size: 1.75rem;
    }
    #footer .h2::before {
        top: -34%;
        left: -24%;
        width: 47px;
        height: 67px;
    }
    #footer .line {
        left: -2px;
        bottom: -10px;
    }
    #footer .line::after {
        width: 94.5%;
    }
    .contact-info{
        padding: 1rem 0 0 0;
        width: 100%;
    }
    .contacts-list li {
        padding: 7px 0;
        margin: 1rem 0;
        font-size: 91%;
    }
    .contacts-icons {
        margin-right: .75rem;
    }
    .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: .65rem 0;
    border-top: 1px solid #deb992;
}
@media (max-width: 991px) and (min-width: 768px) {
    .copyright {
        font-size: 70%;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .copyright {
        font-size: 70%;
        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: 66%;
        padding: 0.5em 0 0 0;
        margin-bottom: 0;
    }
}