.activities_box{
    flex-direction:column;
}

.activities_box_inner{
    text-align:center;
}

.site_font{
    font-family:"Poppins", sans-serif;
}

.section-main-bunner:after{
    background-image:none !important;
}

/*top menubar*/
.rd-navbar-classic.rd-navbar-static{background-color:white;}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone{
    background-color:white;
}

.rd-navbar-static .rd-nav-item.active .rd-nav-link{
    color:#37C5F3;
}

.rd-navbar-static .rd-nav-link{
    color:#11718C;
}

.rd-navbar-static .rd-nav-link:hover{ color:#37C5F3; }

.bg_sec{background-color:#37C5F3;}
.bg_sec2{background-color:#37C5F3;border:1px solid #37C5F3;}
.bg_pri{background-color:#11718C;}

.txt_pri{color:#11718C;}
.txt_sec{color:#37C5F3;}

/*footer*/
.footer_bg{
    background-color:white;
}

.footer_text{
    color:#343333 !important;
}

.footer_social_icon{
    color:#343333 !important;border:1px solid #343333;
}

.footer_social_icon:hover{ color:#fff !important; }

/*back to top*/
.ui-to-top{ background-color:#37C5F3; }
.ui-to-top:hover{background-color:#11718C;}