@media only screen and (max-width: 992px) {
	/*new css by kd begin*/
	#home{
		height: 460px;
	}
	.top-section{
		margin: 0px;
	    padding: 0px;
	    background-color: #fff;
	    background-image: url(../img/bg.png);
	    background-repeat: repeat-x;
	    height: 100%;
	}
	.bannerlogo {
	    display: none;
	    margin-top: 405px;
	    text-align: center;
	    /* background: rgba(255,255,255,0.6); */
	}
	#myCarousel {
	    height: 220px;
	    overflow: hidden;
	    margin-top: 90px;
	}
	#about {
	    margin-top: 80px;
	}
	.about-para {
        padding: 46px;
        text-align: justify;
    }
	.owl-carousel.owl-loading {
	    opacity: 1;
	    display: block;
	    padding: 20px;
	    text-align: justify;
	}
	.owl-carousel .owl-refresh .owl-item {
	    display: block;
	}
	.circle {
		display: none;
	    width: 370px;
	    height: 370px;
	    border-radius: 100%;
	    -webkit-border-radius: 100%;
	    -moz-border-radius: 100%;
	    text-align: center;
	    margin: 40px auto;
	    background-color: #fff;
	}
	.circle h1 {
	    font-size: 24px;
	    background-image: none;
	    background-position: left bottom;
	    font-weight: 700;
	    padding-bottom: 20px;
	    color: #000000;
	    background-repeat: no-repeat;
	    letter-spacing: 1px;
	    margin-bottom: 0px;
	}
	.logo {
	    width: 190px;
	    height: auto;
	    margin-top: 30px;
	    margin-bottom: 0px;
	}
	.seperator {
	    width: 110px;
	    line-height: 10px;
	    height: auto;
	    margin: 0px 0px;
	    padding: 0px;
	    margin-top: -25px;
	}
	.blec {
	    font-family: 'Anton', sans-serif;
	    color: #000;
	    font-size: 22px;
	    line-height: 10px;
	}
	.red {
	    color: #E82C2E;
	    font-family: 'Anton', sans-serif;
	    padding: 0px 6px;
	    font-size: 22px;
	}
	.phone {
	    font-family: 'Anton', sans-serif;
	    width: 100%;
	    float: left;
	    font-size: 16px;
	    line-height: 10px;
	    color: #E82C2E;
	}
	.address {
	    font-family: 'Oswald', sans-serif;
	    color: #000;
	    font-size: 14px;
	    line-height: 10px;
	}
	.email {
	    font-family: 'Oswald', sans-serif;
	    font-size: 14px;
	    line-height: 10px;
	    color: #007BC3;
	}
	.downloadmenu {
	    font-family: 'Anton', sans-serif;
	    font-size: 19px;
	    color: #000;
	    line-height: 10px;
	    text-transform: uppercase;
	    -webkit-transition: all 0.4s ease-in-out;
	    -moz-transition: all 0.4s ease-in-out;
	    -o-transition: all 0.4s ease-in-out;
	    transition: all 0.4s ease-in-out;
	    display: none;
	}
	.downloadmenu:hover {
	    color: #007BC3;
	}
	.circle-menu{
		list-style: none;
		margin-bottom: 25px;
		display: none;
	}
	.circle-menu li{
		display: inline-block;
	}
	.circle-menu li a{
		font-family: 'Anton', sans-serif;
	    color: #000;
	    font-size: 22px;
	    line-height: 10px;
	}
	.scroll-down{
		margin-top: -65px;
		font-family: 'Anton', sans-serif;
	}
	/*mouse*/
	.mouse-icon {
		position: relative;
		border: 2px solid #2f2f2f;
		background: #ffffff;
		opacity: 0.8;
		border-radius: 13px;
		height: 40px;
		width: 30px;
		margin: 0 auto;
		display: block;
		left: 0;
		right: 0;
		bottom: -15px;
		z-index: 100;
	}
	.mouse-icon .scroll {
		-webkit-animation-name: scrolling;
		-webkit-animation-duration: 1s;
		-webkit-animation-timing-function: linear;
		-webkit-animation-delay: 0s;
		-webkit-animation-iteration-count: infinite;
		-webkit-animation-play-state: running;
		animation-name: scrolling;
		animation-duration: 1s;
		animation-timing-function: linear;
		animation-delay: 0s;
		animation-iteration-count: infinite;
		animation-play-state: running;
	}
	.mouse-icon .scroll {
		position: relative;
		border-radius: 10px;
		background: #2f2f2f;
		width: 4px;
		height: 8px;
		top: 4px;
		margin-left: auto;
		margin-right: auto;
	}
	@-webkit-keyframes scrolling {
		0% {
			top:2px;
			opacity: 0;
		}
		30% {
			top:8px;
			opacity: 1;
		}
		100% {
			top:16px;
			opacity: 0;
		}
	}
	@keyframes scrolling {
		0% {
			top:2px;
			opacity: 0;
		}
		30% {
			top:8px;
			opacity: 1;
		}
		100% {
			top:16px;
			opacity: 0;
		}
	}
	.social {
	    text-align: center;
	    padding-top: 3px;
	    margin-top: -15px;
	}
	.inner-img {
	    height: 400px;
	    overflow: hidden!important;
	    margin-bottom: -190px;
	}
	.nav-menu{
		float: left;
	}
	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	    max-height: 100%;
	    width: 100%;
    	text-align: center;
	}
	#brand img {
	    width: auto;
	    height: 80px;
	    margin-top: -28px;
	    margin-left: 10px;
	}
}

@media only screen 
    and (device-width : 414px) 
    and (device-height : 896px) 
    and (-webkit-device-pixel-ratio : 3) {
        #about {
    	    margin-top: 80px;
    	}
    	.about-para {
            padding: 46px;
            text-align: justify;
        }
    }