
.font1{
    font-size:1.1rem;
}

.font2{
    font-size:1.2rem;
}


.font3{
    font-size:2rem;
}

.font4{
    font-size:1.4rem;
    padding:25px 0 80px 0;
    color:#fff;
}

.wid-9{
    width:90% !important;
    margin:0 5%;
}

.wid-8{
    width:80% !important;
    margin:0 10%;
}


.txt-content1{
    padding:5% 10%;
}

.txt-content2 {
    padding: 2% 0;
}

.btn-round{
    border-radius:25px;
    border:2px solid #22bfbb;
    color:#fff !important;
    background-color:#22bfbb;
    font-weight:500;
    font-size:1rem;
}

.btn-round:hover{
    background-color:rgb(0,0,0,0);
    color:#22bfbb !important;
}

.iconx1{
    max-width:80px;
    transition:Ease-in-out 0.3s;
}

.iconx1:hover{
    animation : 2s .2s swing both;
}

.imgx1{
    max-width:280px;
    margin:0 auto;
    transition:Ease-in-out 0.3s;
}

.imgx1:hover{
    filter:brightness(1.1);
}

.service-iconx1{
    max-width:150px;
    margin:40px auto 10px auto;
    transition:Ease-in-out 0.3s;
}

.service-iconx1:hover{
    animation : 2s .2s swing both;
}


.intro {
    padding: 0 !important;
    overflow-x: auto;
}


.mm-page{
    background:#fff ;
}

#contact-form {
    background: #fff !important;
}

.enquiry-message {
    background-color: #fff !important;
}