/* Themify Customize Styling */
#footer-logo a {	display: none; 
}

/* Themify Custom CSS */
@media only screen and (max-width: 767px)
{.dang{display:none;}
	}
.dang{position: absolute;
    z-index: 9999999;
    right: 0; top: 180px;}
.swing {
    animation: swing ease-in-out 5s infinite alternate;
    transform-origin: center -20px;
    float:left;
   
}
.swing img {
   
    display: block;
}
.swing:after{
    content: '';
    position: absolute;  
    width: 20px; height: 20px;  
   
    top: -10px; left: 50%;
    z-index: 0;
    border-bottom: none;
    border-right: none;
    transform: rotate(45deg);
}
/* nail */
.swing:before{
    content: '';
    position: absolute;
    width: 5px; height: 5px;
    top: -14px;left: 54%;
    z-index: 5;
    border-radius: 50% 50%;
    background: #000;
}
 
@keyframes swing {
    0% { transform: rotate(3deg); }
    100% { transform: rotate(-3deg); }
}
.module_column .module-buttons.circle a {
    border-radius: 50em;
    height: 60px;
    line-height: 60px;
    width: 300px;
    font-weight: bold;
    font-size: 12px;
}
.header-widget-full .header-widget-inner .widget {
    margin: 1em 0;
    text-align: left;
    padding: 0;
    font-size: 20px;
}
#header {
    text-align: inherit;
    padding: 0em 0;
}
#site-logo {
    font-size: 1.7em;
    margin: 0;
}
#main-nav ul li {
    background: 0;
    padding: 0;
    margin: 0;
    float: none;
    display: block;
    border-bottom: solid 1px #000;
}
#main-nav li:not(.themify-widget-menu)>ul {
    margin: 0;
    padding: .6em 0;
    list-style: none;
    position: absolute;
    z-index: 100;
    display: none;
    display: block;
    opacity: 0;
    left: -.3em;
    top: 100%;
    transform: scale(1,0);
    transform-origin: top;
    transition: all .3s ease-in-out;
    box-shadow: 0 3px 12px rgb(0 0 0 / 12%);
    width: 350px;
}
body.fixed-header.page-loaded #headerwrap.fixed-header {
    position: fixed;
    background: #fff;
}
.footer{
	background:#000;
	padding:50px;
}

.footer a{
	color:#fff;
}
#footerwrap{
	display:none;
}
#firstbox, #thirdbox{
	background-color:#1ea6d8;
	padding:15px;
	border-radius:28px;
	height:450px;
}
#secondbox{
	background-color:#72dcec;
	padding:15px;
	border-radius:28px;
	height:450px;
}
.header-top-widgets .header-widget-full {
    background: #082845;
    color: #fff;
    font-size: 18px;
}