@media screen and (min-width:992px){
	/* coding for nav  */
	.menu{
		display: none;
	}
	.bg-blue-sec{
		padding: 40px 0px;
	}
	.form-bg{
		padding: 40px 0px;
	}
}
@media screen and (max-width:991px){
	/* coding for nav  */
	nav{
	   padding: 10px 0px;
	}
	.navbar{
		display: none !important;
	}
	.activees{
		display: block !important;
	}
	.activees{
		position: absolute !important;
		top: 47px;
		left: 0;
		right: 0;
		padding: 10px;
		background-color: #e3e7f4;
		text-align: center;
		line-height: 30px;
		z-index: 200;
		-webkit-animation: scale-up-ver-top 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	    animation: scale-up-ver-top 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	}
     * ----------------------------------------
    * animation scale-up-ver-top
    * ----------------------------------------
    */
    @-webkit-keyframes scale-up-ver-top {
        0% {
        -webkit-transform: scaleY(0.4);
                transform: scaleY(0.4);
        -webkit-transform-origin: 100% 0%;
                transform-origin: 100% 0%;
        }
        100% {
        -webkit-transform: scaleY(1);
                transform: scaleY(1);
        -webkit-transform-origin: 100% 0%;
                transform-origin: 100% 0%;
        }
    }
    @keyframes scale-up-ver-top {
        0% {
        -webkit-transform: scaleY(0.4);
                transform: scaleY(0.4);
        -webkit-transform-origin: 100% 0%;
                transform-origin: 100% 0%;
        }
        100% {
        -webkit-transform: scaleY(1);
                transform: scaleY(1);
        -webkit-transform-origin: 100% 0%;
                transform-origin: 100% 0%;
        }
    }
    
	nav .border-radius{
		margin:10px 0px;
	}
	nav .nav-menu  li a{
		border-bottom: 1px solid #000;
		padding-bottom: 10px;
	}
	.slider_sec img{
		width: 100%;
		height: auto !important;
	}
	nav h1{
		margin-top: 0px !important;
	}
	/*--------------
	 START ABOUTUS
	-------------- */
	.Certificates{
		margin-bottom: 10px;
	}
 }

