/*
		<!--
					Author AZOduke - iKronyx
		-->

*/
@media screen and (max-width: 800px) {
		  body {
		    background-color: ;
		    padding-top: 100px;
			}

			.serv-main{
				flex-direction: column;
			}

			.serv-ul-1{
				width: 100%;
			}

			.serv-ul-2{
				width: 100%;
			}

			#header a{
				display: none;
			}

			#header{
				height: 6.5em;
			}

			#footer .footer-sec{
				flex-direction: column;
			}

			#footer .footer-sec1{
				width: 100%;
			}

			#footer .footer-sec2{
				width: 100%;
			}

			.small-menu{
				
			}
	  	}

@media screen and (min-width: 800px) {

			.small-menu{
				display: none;
			}
			#accordionID{
				display: none;
			}
	  	}