/* Custom Styles */
#section-1613741276376 .section img {
    border: 1px solid#f4524d ;
    padding: 5px;
}

#section-1613740715138 .sizer {
    padding-top: 50px;
    padding-bottom: 60px;
    border-bottom: 15px solid #95c385;
}

.footer__menu-item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    margin: 0 0 5px;
    color:#e6b081;
}

.footer__menu-item:hover{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    margin: 0 0 5px;
    color:white;
}

.footer__logo{
    width:17%;
    display:inline;
    margin:auto;
}

.ftr{
    width: 81% !important;
    padding-left: 100px !important;
}

.ftrmenu{
    display:inline-block;
    vertical-align:top;
    padding-left: 40px;
    width:14%;
}

#section-1575400116835 .btn1, .btn2, .btn3{
    font-size:15px;
}


#section-1613743195758 h4{
    text-align: center;
    font-family: Raleway;
    font-weight: 600;
    font-style: normal;
    color: #666;
    font-size: 24px;
}

#section-1613743195758 p{
    color:#666;
    font-size:16px;
}


.btn-small{
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
}












@media only screen and (max-width: 767px){
   
.footer__logo{
    width:100%%;
}

.ftr{
    width: 100% !important;
    padding-left: 0px !important;
    padding-top: 25px;
}

.ftrmenu{
    vertical-align:top;
    width:100%;
    padding-left:10px;
} 
}


