@charset "UTF-8";
.hom{
    color:#53A395;
}
.ser{
    color:#53A395;
}
.meet{
    font-size: 18px;
    text-transform: uppercase;
    line-height: 15px;
    color: #fff;
    background-color: #1c73d4;
    border-radius: 15px 15px 15px 15px;
    padding: 14px 43px 14px 43px;
    transition: .2s background-color ease-in-out, .2s color ease-in-out, .2s border-color ease-in-out, .2s filter, .3s opacity;
}
.meet:hover{
    color:#1c73d4;
    background:#fff;
    border:2px solid #1c73d4;
}
/********************************************************************
DO NOT edit this file manually. This file is generated by layout.
If you want to add custom css, edit custom.css file in current template folder
*********************************************************************/
@media (max-width: 767px) {}
@media (min-width: 768px) and (max-width: 991px) {}
@media (min-width: 992px) and (max-width: 1199px) {}
@media (min-width: 1200px) {}