﻿
/* ======= About style ======= */

.about2 .about-img img:hover {
    transform: scale(0.95);
}
.about2 .about-img {
    position: relative;
}
.about2 .about-img .img {
    padding: 0 20px 20px 0px;
    position: relative;
}
.about2 .about-img .img:before {
    content: '';
    position: absolute;
    top: 20px;
    right: 0;
    left: 30px;
    bottom: 0;
    background: #fff;
}
.about2 .about-img .img img {
    position: relative;
    z-index: 2;
    background: transparent;
}

/* ======= whatsapp  ======= */
.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

    .whatsapp:hover {
        transform: scale(1.1);
    }
    
    
/* button 3 */
.button-3 {
    display: inline-block;
    height: auto;
    padding: 12px 27px;
    border: 1px solid #448BC6;
    border-radius: 5px;
    background-color: #448BC6;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.button-3 i {
    margin-right: 5px;
}
.button-3:hover {
    border: 1px solid #3571A3;
    background-color: #3571A3;
    color: #fff;
    transform: translate3d(0px, -6px, 0.01px);
}

/* button 4 */
.button-4 {
    display: inline-block;
    height: auto;
    padding: 12px 27px;
    border: 1px solid #25D366;
    border-radius: 5px;
    background-color: #25D366;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.button-4 i {
    margin-right: 5px;
}
.button-4:hover {
    border: 1px solid #1DB154;
    background-color: #1DB154;
    color: #fff;
    transform: translate3d(0px, -6px, 0.01px);
}
/* button 5 */
.button-5 {
    display: inline-block;
    height: auto;
    padding: 12px 27px;
    border: 1px solid #C20919;
    border-radius: 5px;
    background-color: #C20919;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.button-5 i {
    margin-right: 5px;
}
.button-5:hover {
    border: 1px solid #690014;
    background-color: #690014;
    color: #fff;
    transform: translate3d(0px, -6px, 0.01px);
}


    .gal {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	}	
	.gal img{ width: 100%; padding: 0px 0;}
    @media (max-width: 500px) {
		.gal {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	}
	}
