/* template */
body,html {
  height: 100%;
  scroll-behavior: smooth;
}

/* hidden spacer before sections for proper offset */
section::before {
    height: 7rem;
    content: "";
    display:block;
}
section::after {
    height: 2rem;
    content: "";
    display:block;
}
/* helpers */
.vh-50 {
    min-height: 50vh;
}
.vh-75 {
    min-height: 75vh;
}
.vh-100 {
    min-height: 100vh;
}
/*Header Block styles*/
header {
    background: transparent url("../images/bg-header.jpg") no-repeat center;
    background-size: cover;
}
#home::before{
    height: 14rem;
    content: "";
    display:block;
}
#home::after {
    height: 16rem;
    content: "";
    display:block;
}
.text-block {
    padding: 0 0 0 15%;
    width: 100%;
}
.text-block h1 {
    display: block;
    margin: 0 0 0 0;
	font-family: 'Rubik', sans-serif;
    font-size: 5rem;
	font-weight:800;
    line-height: .96;
    color:#fff;
}
.text-block h1::after,
#slogan .text-block .slogan-heading::after{
	content:"";
	display: block;
	background:#f7c708;
	width:260px;
	height:2px;
}
.text-block .subheading {
	margin: 0.75rem 0 0 2.5rem;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 3rem;
	font-weight:300;
	line-height:1;
	color:#fff;
}
.subheading .sm-heading {
    display: block;
    margin: 0 0 0 9%;
}
@media only screen and (max-width: 1280px) {
	
}
@media only screen and (max-width: 1024px) {
	.navbar-brand img {
        width: 85%;
        height: auto;
        margin: 0;
    }
    #home::before{
        height: 10rem;
        content: "";
        display:block;
    }
    #home::after {
        height: 10rem;
        content: "";
        display:block;
    }
    .text-block {
        padding: 0 0 0 8%;
    }
    .text-block h1 {
        font-size: 3.5rem;
    }
    .text-block .subheading {
        font-size: 2.25rem;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .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: 1.25rem;
        padding-top: .5rem;
    }
	#home::before{
        height: 8rem;
        content: "";
        display:block;
    }
    #home::after {
        height: 8rem;
        content: "";
        display:block;
    }
    .text-block {
        padding: 0 0 0 8%;
    }
    .text-block h1 {
        font-size: 3.5rem;
    }
	.text-block h1::after,
	#slogan .text-block .slogan-heading::after{
		width: 190px;
	}
    .text-block .subheading {
        font-size: 2.25rem;
    }
}
@media only screen and (max-width: 768px) {
    .text-block {
        padding: 0 0 0 5%;
    }
    .text-block h1 {
        font-size: 3rem;
    }
	.text-block h1::after,
	#slogan .text-block .slogan-heading::after{
		width: 150px;
	}
    .text-block .subheading {
        font-size: 2rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .navbar-brand img {
        width: 70%;
        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{
        height: 6rem;
        content: "";
        display:block;
    }
    #home::after {
        height: 6.5rem;
        content: "";
        display:block;
    }
	.text-block {
        padding: 0 0 0 5%;
    }
    .text-block h1 {
        font-size: 2.75rem;
    }
	.text-block h1::after,
	#slogan .text-block .slogan-heading::after{
		width: 135px;
	}
    .text-block .subheading {
		margin: 0.25rem 0 0 1.5rem;
        font-size: 1.75rem;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .navbar-brand img {
        width: 65%;
        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{
        height: 5rem;
        content: "";
        display:block;
    }
    #home::after {
        height: 5.5rem;
        content: "";
        display:block;
    }
	.text-block {
        padding: 0 0 0 2%;
    }
    .text-block h1 {
        font-size: 2.25rem;
    }
	.text-block h1::after,
	#slogan .text-block .slogan-heading::after{
		width: 135px;
	}
    .text-block .subheading {
		margin: 0.25rem 0 0 1rem;
        font-size: 1.5rem;
    }
}
@media only screen and (max-width: 375px) {
	
}
@media (max-width: 348px){
    .navbar-brand img {
        width: 65%;
        height: auto;
        margin: 0 0 0 1rem;
    }
    .navbar-toggler {
        right: 1.5rem;
        top: .5rem;
    }
    .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1.5rem;
        padding-top: .25rem;
    }
     #home::before{
        height: 5rem;
        content: "";
        display:block;
    }
    #home::after {
        height: 5.5rem;
        content: "";
        display:block;
    }
	.text-block {
        padding: 0;
    }
    .text-block h1 {
        font-size: 2.15rem;
    }
	.text-block h1::after,
	#slogan .text-block .slogan-heading::after{
		width: 125px;
	}
    .text-block .subheading {
		margin: 0.25rem 0 0 1rem;
		font-size: 1.5rem;
    }
}
/*Reasons Block styles*/
#reasons::before{
    height: 1rem;
    content: "";
    display: block;
}
#reasons::after{
    height: 1rem;
    content: "";
    display: block;
}
#reasons{
    background: rgba(238,238,238,1);
}
.img-reason, .reason-title {
    display: inline-block;
    float: left;
    vertical-align: middle;
}
.img-reason {
    margin: 0 1rem;
    width: 75px;
    height: 75px;
}
.reason-title {
    margin: 3.5% 0 0 0;
	font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 1.35rem;
    line-height: 1.25;
}
#reasons .bdr {
    border-right: 1px solid rgba(0,0,0,.26);
}
@media only screen and (max-width: 1280px) {}
@media only screen and (max-width: 1024px) {
    .img-reason {
        margin: 0 .75rem 0 0;
        width: 70px;
        height: 70px;
    }
    .reason-title {
        font-size: 1.2rem;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .img-reason {
        margin: 0 3px 0 0;
        width: 65px;
        height: 65px;
    }
    .reason-title {
        margin: 5% 0 0 0;
        font-size: 1.15rem;
    }
}
@media only screen and (max-width: 768px) {
	 .img-reason {
        margin: 0 3px 0 0;
        width: 57px;
        height: 57px;
    }
    .reason-title {
        margin: 8% 0 0 0;
        font-size: .9rem;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .img-reason, .reason-title {
        display: block;
        float: none;
    }
    .img-reason {
        margin: 0 auto;
        width: 65px;
        height: 65px;
    }
    .reason-title {
        margin: 5% auto;
        text-align: center;
        font-size: 1.1rem;
        line-height: 1.25;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
	#reasons::before,
	#reasons::after	{
		height: 0;
	}
    .img-reason, .reason-title {
        display: block;
        float: none;
    }
    .img-reason {
        margin: 0 auto;
        width: 65px;
        height: 65px;
    }
    .reason-title {
        margin: 0 auto 5% auto;
        text-align: center;
        font-size: 1.15rem;
        line-height: 1.25;
    }
}
@media only screen and (max-width: 375px) {}
@media (max-width: 348px){
    #reasons::before,
	#reasons::after	{
		height: 0;
	}
    .img-reason, .reason-title {
        display: block;
        float: none;
    }
    .img-reason {
        margin: 0 auto;
        width: 65px;
        height: 65px;
    }
    .reason-title {
        margin: 0 auto 8% auto;
		text-align: center;
		font-size: 1rem;
		line-height: 1;
    }
}
/*About Block styles*/
#about::before{
    height: 4rem;
    content: "";
    display: block;
}
#about::after{
    height: 0;
    content: "";
    display: block;
}
.heading{
	margin: 0 0 3rem 2rem;
    padding: .5rem 0 .5rem 1.25rem;
	border-left: 5px solid #f7c708;
}
.img-about {
	display:block;
    margin:0 auto;
    max-width: 100%;
    height: auto;
}
#about p {
    padding: 0 3.5rem 0 1rem;
}
.mar{
	margin-top: 2rem;
}
.highlight{
	font-weight:700;
	color: #337ab7;
}
@media only screen and (max-width: 1280px) {
   
}
@media only screen and (max-width: 1024px) {
	#about::after {
		height: 2rem;
	}
   #about p {
		padding: 0 2.5rem 0 1rem;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
    #about::before{
        height: 3rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 2rem;
        content: "";
        display: block;
    }
   
    #about p {
        padding: 0 .5rem;
    }
   
}
@media only screen and (max-width: 768px) {
   h2.heading{
	    font-size: 2.75rem;
   }
   #about p {
	   font-size:95%;
   }
}
@media (max-width: 767px) and (min-width: 576px) {
    #about::before{
        height: 3rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 1rem;
        content: "";
        display: block;
    }
   
    #about p {
        padding: 0 1.5rem;
    }
	.mar {
		margin-top: 0;
	}
    .img-about {
        margin: 0 auto 0 auto;
		max-width: 90%;
    }

}
@media (max-width: 575px) and (min-width: 349px) {
    #about::before{
        height: 3rem;
        content: "";
        display: block;
    }
    #about::after{
        height: 0;
        content: "";
        display: block;
    }
	h2.heading {
		margin: 0 0 2rem 2rem;
		padding: .25rem 0 .25rem 1.25rem;
		font-size: 2.25rem;
	}
    #about p {
        padding: 0 1.5rem;
    }
   .mar {
		margin-top: 0;
	}
    .img-about {
        margin: 0 auto 0 auto;
		max-width: 90%;
    }
}
@media only screen and (max-width: 375px) {
	h2.heading{
		margin: 0 0 2rem 1rem;
		font-size: 2.15rem;
	}
   #about p {
		padding: 0 .5rem;
		font-size: 90%;
	}
}
@media (max-width: 348px){
    #about::before{
        height: 3rem;
    }
    #about::after{
        height: 0;
    }
	h2.heading{
		margin: 0 0 2rem 1rem;
		font-size: 1.85rem;
	}
    #about p {
        padding: 0;
        font-size: 90%;
    }
	.mar{
		margin-top:0;
	}
    .img-about {
        margin: 0;
        max-width: 95%;
    }
}
/*Slogan Block styles*/
#slogan::before{
    height: 0;
    content: "";
    display: block;
}
#slogan::after{
    height: 7rem;
    content: "";
    display: block;
}
#slogan{
    background: transparent url("../images/bg-slogan.jpg") no-repeat center;
    background-size: contain;
}
#slogan .text-block{
	padding: 25% 0 0 12%;
}
#slogan .text-block .slogan-heading{
	display: block;
    margin: 0 0 0 0;
	font-family: 'Rubik', sans-serif;
    font-size: 3.25rem;
	font-weight:800;
    line-height: .96;
    color:#fff;
}
#slogan .text-block .sub-heading{
	margin: 0.75rem 0 0 4.5rem;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 2.75rem;
	font-weight:300;
	line-height:1;
	color:#fff;
}
#slogan .text-block .sub-heading .sm-heading {
    display: block;
    margin: 0 0 0 9%;
}
.slogan-img{
	width:95%;
}
@media only screen and (max-width: 1280px) {
    #slogan .text-block .sub-heading {
		margin: 0.25rem 0 0 1.5rem;
		font-size: 2.5rem;
	}
}
@media only screen and (max-width: 1024px) {
	#slogan::after {
		height: 5rem;
	}
	#slogan .text-block {
		padding: 24% 0 0 12%;
	}
	#slogan .text-block .slogan-heading{
		font-size: 2.5rem;
	}
	#slogan .text-block .sub-heading{
		margin: 0.25rem 0 0 2rem;
		font-size: 2rem;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
    #slogan .text-block {
        padding: 24% 0 0 10%;
    }
	#slogan .text-block .sub-heading{
		margin: 0.25rem 0 0 2rem;
		font-size: 1.75rem;
	}
}
@media only screen and (max-width: 768px) {
	#slogan::after {
		height: 4rem;
	}
    #slogan .text-block {
        padding: 24% 0 0 10%;
    }
	#slogan .text-block .slogan-heading{
		font-size: 1.95rem;
	}
	#slogan .text-block .sub-heading{
		margin: 0.25rem 0 0 2rem;
		font-size: 1.5rem;
	}
}
@media (max-width: 767px) and (min-width: 576px) {
    #slogan::after {
		height: 2.5rem;
	}
	#slogan .text-block .slogan-heading{
		font-size: 1.35rem;
	}
	#slogan .text-block .sub-heading{
		margin: 0.25rem 0 0 1rem;
		font-size: 1.15rem;
	}
}
@media (max-width: 575px) and (min-width: 349px) {
   #slogan::after {
		height: 2.5rem;
	}
    #slogan .text-block {
        padding: 24% 0 0 9%;
    }
	#slogan .text-block .slogan-heading{
		font-size: 1.15rem;
	}
	#slogan .text-block .sub-heading{
        margin: 0.25rem 0 0 .5rem;
        font-size: .95rem;
	}
}
@media only screen and (max-width: 375px) {
	#slogan::after {
		height: 2rem;
	}
    #slogan .text-block {
        padding: 24% 0 0 6%;
    }
	#slogan .text-block .slogan-heading{
		font-size: .8rem;
	}
	#slogan .text-block .sub-heading{
		margin: 0.25rem 0 0 .75rem;
		font-size: .7rem;
	}
}
@media (max-width: 348px){
    #slogan::after {
		height: 2rem;
	}
	#slogan .text-block {
		padding: 24% 0 0 0;
	}
	#slogan .text-block .slogan-heading{
		font-size: .7rem;
	}
	#slogan .text-block .sub-heading{
		margin: 0.25rem 0 0 .75rem;
		font-size: .65rem;
	}
}
/*Services Block styles*/
#services::before {
    height: 0;
    content: "";
    display: block;
}
#services::after {
    height: 6rem;
    content: "";
    display: block;
}
.service-title{
	margin: .75rem 0;
    text-align: center;
    font-size: 1.5rem;
    font-weight:500;
	color: #337ab7;
}
.modal-title.heading{
	margin: 0 0 0 2rem;
}
.modal-img{
	max-width: 100%;
	height: auto;
	border: 5px solid #fff;
	box-shadow: 0 0 7px rgba(0,0,0,.35);
}
.modal-list {
    list-style: none;
    text-align: justify;
    padding-left: 4rem;
    margin: 2rem 0;
	column-count: 2;
	-webkit-column-count:2;
}
.modal-list li{
    padding: 0 0 10px 0;
}
.modal-list li::before {
    content: "";
    display: inline-block;
	background: transparent url("../images/marker.png") no-repeat center;
    background-size: contain;
    width: 20px;
	height:18px;
    margin-left: .5em;
    margin-right: -1.5rem;
    transform: translateX(-35px);
	-webkit-transform: translateX(-35px);
}
.sub-heading2 {
    margin: 1rem 0;
	padding: .5rem 0 .5rem 1.25rem;
	font-size: 2.25rem;
	line-height: 1.2;
    border-left: 5px solid #f7c708;
}
#techs {
    margin-top: 3%;
}
.prod-title {
    margin: .75rem 0 1rem 0;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 500;
    color:#4b4b4b;
}
.prod-title  a{
	display: block;
}
.prod-img{
	position: relative;
}
.prod-badge{
	display: block;
	position: absolute;
	right: 5px;
    top: 5px;
    padding: 3px 10px;
    background: #337ab7;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 1.35rem;
	color: #f7c708;
}
.tells {
    margin-top: 2%;
    padding-top: 2rem;
    border-top: 1px solid rgba(75,75,75,.23);
}
.tells .order-title{
	margin: 0 0 0 1rem;
}
.tells-list{
	list-style: none;
	margin: 0;
	padding:0;
	text-align: right;
}
.tells-list li{
	display: inline-block;
	padding: .5rem .5rem;
}
.tells-list li a{
	font-size: 1.35rem;
	color:#0078ae;
}
.tells-list li .small{
	margin-right: 5px;
	font-size:1rem;
	color: rgba(0,0,0,.5);
}
.tells-list li .big{
	padding-right: 20px;
	font-size:1.75rem;
    font-weight:500;
	color: #337ab7;
	border-right: 1px solid rgba(75,75,75,.23);
}
@media only screen and (max-width: 1280px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media (max-width: 991px) and (min-width: 768px) {
    #services::after {
        height: 3rem;
    }
	.service-title {
		font-size: 1.35rem;
	}
    .modal-dialog {
		max-width: 700px;
	}
	.modal-title{
		padding: .25rem 0 .25rem 1.25rem;
		font-size: 2.5rem;
	}
	.sub-heading2 {
		padding: .25rem 0 .25rem 1.25rem;
		font-size: 2rem;
	}
	.modal-list {
		padding-left: 3rem;
		text-align: left;
	}
	.prod-badge{
		padding: 1px 7px;
		font-size: 1.15rem;
	}
	.modal-body .prod-title {
		font-size: .9rem;
	}
	.tells-list li {
		padding: .25rem .25rem;
	}
	.tells-list li .big {
		padding-right: 15px;
		font-size: 1.35rem;
	}
	.tells-list li a {
		font-size: 1.15rem;
	}
}
@media only screen and (max-width: 768px) {
    .service-title {
		font-size: 1.25rem;
	}
	.modal-body p, .modal-list {
		font-size: 95%;
	}
	.tells .order-title{
		font-size:1.2rem;
	}
}
@media (max-width: 767px) and (min-width: 576px) {
    #services::after {
        height: 3rem;
    }
    .service-title {
		font-size: 1.15rem;
	}
	.modal-title{
		padding: .25rem 0 .25rem 1.25rem;
		font-size: 2.25rem;
	}
	.sub-heading2 {
		padding: .25rem 0 .25rem 1.25rem;
		font-size: 1.75rem;
	}
	.modal-list {
		padding-left: 1rem;
		margin: 1rem 0;
		column-count: 1;
		-webkit-column-count: 1;
	}
	.modal-list li {
		padding: 0 0 3px 0;
	}
	.prod-badge{
		padding: 1px 7px;
		font-size: 1.15rem;
	}
	.tells-list li {
		padding: .25rem .25rem;
	}
	.tells-list li .big {
		padding-right: 15px;
		font-size: 1.35rem;
	}
	.tells-list li a {
		font-size: 1.15rem;
	}
}
@media (max-width: 575px) and (min-width: 349px) {
    #services::after {
        height: 2rem;
    }
   .modal-title{
		padding: .25rem 0 .25rem 1.25rem;
		font-size: 2.25rem;
	}
	.sub-heading2 {
		padding: .25rem 0 .25rem 1.25rem;
		font-size: 1.75rem;
	}
	.modal-list {
		padding-left: 1rem;
		margin: 1rem 0;
		column-count: 1;
		-webkit-column-count: 1;
	}
	.modal-list li {
		padding: 0 0 3px 0;
	}
	.modal-body p.prod-title {
		margin: .5rem 0;
		font-size: .8rem;
	}
	.prod-badge{
		padding: 1px 7px;
		font-size: 1.15rem;
	}
	.tells-list li {
		padding: .25rem .25rem;
	}
	.tells-list li .big {
		padding-right: 15px;
		font-size: 1.35rem;
	}
	.tells-list li a {
		font-size: 1.15rem;
	}
}
@media only screen and (max-width: 375px) {
	.modal-title.heading {
		margin: 0 0 0 1rem;
	}
	.modal-body{
		padding: 1.5rem .5rem 2rem .5rem;
	}
	.modal-title {
		padding: .25rem 0 .25rem 1.25rem;
		font-size: 1.85rem;
		line-height: 1;
	}
	.modal-body p, .modal-list {
		font-size: 90%;
	}
	.sub-heading2 {
		font-size: 1.35rem;
	}
	.modal-list {
		padding-left: 3rem;
		text-align:left;
	}
	.prod-badge {
		padding: 2px 10px;
		font-size: 1.25rem;
	}
	#techs .col-6{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.modal-body p.prod-title {
		margin: .5rem 0;
		font-size: 1.1rem;
	}
}
@media (max-width: 348px){
    #services::after {
        height: 2rem;
    }
   .modal-title.heading {
		margin: 0 0 0 1rem;
	}
	.modal-body{
		padding: 1.5rem .5rem 2rem .5rem;
	}
	.modal-title {
		padding: .25rem 0 .25rem 1.25rem;
		font-size: 1.5rem;
		line-height: 1;
	}
	.modal-body p, .modal-list {
		font-size: 90%;
	}
	.sub-heading2 {
		font-size: 1.35rem;
	}
	.modal-list {
		padding-left: 1rem;
		text-align:left;
		column-count: 1;
		-webkit-column-count: 1;
	}
	.modal-list li {
		padding: 0 0 3px 0;
	}
	.prod-badge {
		padding: 2px 10px;
		font-size: 1.25rem;
	}
	#techs .col-6{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.modal-body p.prod-title {
		margin: .5rem 0;
		font-size: 1.1rem;
	}
	.tells .order-title {
		margin: 0;
		font-size: 1.3rem;
	}
	.tells-list li {
		display: block;
		padding: 0 0 .25rem 0;
	}
	.tells-list li .big {
		padding-right: 0;
		font-size: 1.25rem;
		border-right: none;
	}
	.tells-list li a {
		font-size: 1.15rem;
	}

}
/*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;
	box-shadow: 0 0 10px rgba(0,0,0,.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;
}
.carousel-item .hover-mask .gallery-img{
    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;
}
.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.35% 20px;
    text-align: center;
    background-color: rgba(56,49,32,.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(56,49,32,.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: #f7c708;
    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;
}
@media only screen and (max-width: 1280px){
    .hover-mask a .mbri-file, .hover-mask a .mbri-search {
        padding: 23% 20px;
    }
}
@media only screen and (max-width: 1024px){
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 22% 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;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 21.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;
    }
}
@media only screen and (max-width: 768px){
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 20% 20px;
    }
}
@media (max-width: 767px) and (min-width: 576px) {
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 19% 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;
    }
}
@media (max-width: 575px) and (min-width: 349px) {
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 22% 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;
    }
}
@media only screen and (max-width: 375px){
    .hover-mask a .mbri-file, .hover-mask a .mbri-search{
        padding: 20.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: 22.2% 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;
    }
}

/* Scroll to top button*/
#scrollToTopBtn{
    display: inline-block;
    background-color: #f7c708;
    border: 2px solid #f7c708;
    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: #000;
    font-size: 2em;
}
#scrollToTopBtn:hover {
    cursor: pointer;
    background-color: #337ab7;
    border: 2px solid #337ab7;
    color: #f7c708;
}
#scrollToTopBtn:active {
    background-color: #337ab7;
    border: 2px solid #337ab7;
    color: #f7c708;
}
#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{
    color: #fff;
}
#footer a{
	color:#addcfe;
}
#footer a:hover{
	text-decoration: underline;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:34%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left: 2rem;
    top:0;
    height: 83%;
    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;
    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 10px 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:75%;
}
.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: 1024px){
    .contact-info{
        padding: 0;
        width: 86%;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #footer::before {
        height: 1.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 (max-width: 767px) and (min-width: 576px) {
    #footer::before {
        height: 2rem;
        content: "";
        display: block;
    }
	#footer .heading {
		margin: 0 0 2rem 2rem;
	}
    .contacts-list {
        margin: 1.25rem 0 0 0;
    }
    .contact-info{
        padding: 0 0 0 0;
		width: 100%;
    }
    .contacts-list li {
        padding: 2px 0;
        font-size: 80%;
    }
    .contacts-list li.sub-heading3 {
        font-size: 20px;
    }
    .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;
		margin: 0 auto;
        width: 90%;
    }
    .contacts-list {
        margin: 0 0 1rem 0;
    }
    .contacts-list li {
        padding: 0 0 5px 0;
    }
    .map-responsive iframe {
        top: 3px;
        left: 15px;
        width: 91%;
        height: 87%;
    }
}
@media only screen and (max-width: 375px){
	.contact-info{
        padding: 0;
		margin: 0 auto;
        width: 95%;
    }
}
@media (max-width: 348px){
    #footer::before {
        height: 2rem;
    }
    .contact-info{
        padding: 0;
        width: 100%;
    }
    .contacts-list {
        margin: 0;
    }
    .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 rgb(255,184,38);
    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;
    }
}