﻿@charset "UTF-8";

.hero {
     background-image: url("../header.jpg") !important;
}

.hero .intro .name {
    font-size: 60px;
}

.mt-10 {margin-top: 10px;}
.mt-20 {margin-top: 20px;}
.mt-30 {margin-top: 30px;}
.mt-40 {margin-top: 40px;}
.mt-50 {margin-top: 50px;}
.mt-60 {margin-top: 60px;}
.mt-80 {margin-top: 80px;}
.mt-100 {margin-top: 100px;}
.mt-120 {margin-top: 120px;}

.mb-10 {margin-bottom: 10px;}
.mb-20 {margin-bottom: 20px;}
.mb-30 {margin-bottom: 30px;}
.mb-40 {margin-bottom: 40px;}
.mb-50 {margin-bottom: 50px;}
.mb-60 {margin-bottom: 60px;}
.mb-80 {margin-bottom: 80px;}
.mb-100 {margin-bottom: 100px;}
.mb-120 {margin-bottom: 120px;}


.pt-10 {padding-top: 10px;}
.pt-20 {padding-top: 20px;}
.pt-30 {padding-top: 30px;}
.pt-40 {padding-top: 40px;}
.pt-50 {padding-top: 50px;}
.pt-60 {padding-top: 60px;}
.pt-80 {padding-top: 80px;}
.pt-100 {padding-top: 100px;}
.pt-120 {padding-top: 120px;}

.pb-10 {padding-bottom: 10px;}
.pb-20 {padding-bottom: 20px;}
.pb-30 {padding-bottom: 30px;}
.pb-40 {padding-bottom: 40px;}
.pb-50 {padding-bottom: 50px;}
.pb-60 {padding-bottom: 60px;}
.pb-80 {padding-bottom: 80px;}
.pb-100 {padding-bottom: 100px;}
.pb-120 {padding-bottom: 120px;}

.text-white{color:#ffffff !important;}


.address-box .icon {
    color: none !important;
    border:none !important;
    margin-right: 10px;
    min-height: 40px;
    text-align: center;
    min-width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.address-box .icon i {
    font-size: 21px;
}

.center-h{
    text-align:center !important;
}


@media only screen and (max-width: 991px){
.hero .intro .name {
    font-size: 35px;
    letter-spacing: 6px;}
}

@media (min-width: 768px) {
	
		
    .carousel-multi-item-2 .col-md-3 {
        float: left;
        width: 25%;
        max-width: 100%; }

    .description{float:left;}
}

@media (max-width: 576px) {
	
.hero .intro .name {
    font-size: 35px;
letter-spacing: 6px;}

.description{float:left;}
}

.carousel-multi-item-2 .card img {
    border-radius: 2px; }

