@media only screen and (min-width: 320px) and (max-width: 990px) {
	/* === Header Navigation === */
	.navigation{
		padding: 10px 0px;
	}
	.navigation .navbar-light .navbar-toggler{
		color: rgb(255,255,255);
    	border-color:transparent;
    	outline: none;
	}
	.nav-fixed .navbar-light .navbar-toggler{
		color: rgb(0,0,0);
    	border-color:transparent;
    	outline: none;
	}
	.top-nav{
		background: #000000;
		border-radius: 4px;
	}
	.top-nav ul li a{
		padding: 8px 15px !important;
		color: #ffffff;
	}
	.nav-fixed .top-nav ul li a{
		padding: 8px 5px !important;
	}
	.nav-fixed .top-nav ul li a:hover:after{
		border-bottom: 0px;
	}
	.nav-fixed .top-nav ul li a.active:after, .nav-fixed .top-nav ul li a.active:after{
		border-bottom: 0px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
	/* === HERO IMAGE RWD === */
	.hero-info{
		text-align:center;
	}
	.hero-info h1{
		font-size:26px;
		margin-bottom: 20px;
	}
	.hero-info p{
		font-size:18px;
	}
	.hero-download-bottom{
		bottom:4px;
	}
	.hero-download{
		margin:10px 0px 0px;
	}
	.hero-download ul li a,
	.hero-download-bottom ul li a{
		font-size: 16px;
		padding:10px 30px;
	}
	/* === HERO IMAGE RWD END === */

	/* === ABOUT US RWD === */
	.about-info h2{
		font-size:28px;
	}
	.about-btn ul li a{
		font-size:18px;
		padding:10px 40px;
	}
	/* === ABOUT US RWD END === */

	/* === PRICING RWD === */
	.pricing-item{
		padding:30px 20px;
		margin:0px 0px 20px 0px;
	}
	.pricing-item:before{
		content:none;
	}
	.pricing-inner{
		padding:0px;
		text-align:center;
	}
	/* === PRICING RWD END === */

	/* === DOWNLOAD RWD === */
	.addon-download ul li a{
		margin:8px 0px auto;
	}
	/* === DOWNLOAD RWD END === */

	/* === FEATURE RWD === */
	.feature-item{
		margin-top:20px;
	}
	/* === FEATURE RWD END === */

	/* === FOOTER RWD === */
	.address-inner{
		padding:0px 6px;
	}
	.footer-logo{
		text-align: center;
		float: none;
	}
	.copyright{
		text-align: center;
		padding-top:0px;
	}
	.copyright p{
		letter-spacing: normal;
		font-size: 14px;
	}
	.footer-logo p{
		font-size: 24px;
	}
	/* === FOOTER RWD END === */
}

@media only screen and (min-width: 320px) and (max-width: 480px)
	and (orientation: portrait) {

	/* == SCREENSHOT === */
	.snap-item:before{
		width: 100%;
		height: 100%;
		box-shadow: 0px 0px 50px rgba(179, 180, 206, 0.25);
	}
	.snap-item .owl-item.active.center img {
	    transform: scale(0.90);
	    -webkit-transform: scale(0.90);
	    -moz-transform: scale(0.90);
	    -ms-transform: scale(0.90);
	}
	/* == SCREENSHOT END === */

	/* === REWVIEW RWD === */
	.snap-review .owl-nav .owl-next{
		right:30%;
	}
	.snap-review .owl-nav .owl-prev{
		left:30%;
	}
	.snap-review .owl-nav .owl-next,
	.snap-review .owl-nav .owl-prev{
		top:100%;
	}
	/* === REWVIEW RWD END === */
}

@media only screen and (min-width: 320px) and (max-width: 480px)
	and (orientation: landscape) {
	/* === REWVIEW RWD === */
	.snap-review .owl-nav .owl-next{
		right:36%;
	}
	.snap-review .owl-nav .owl-prev{
		left:36%;
	}
	.snap-review .owl-nav .owl-next,
	.snap-review .owl-nav .owl-prev{
		top:100%;
	}
	/* === REWVIEW RWD END === */
}

@media only screen and (min-width: 320px) and (max-width: 568px){
	/* === HERO IMAGE RWD === */
	.hero-info{
		text-align:center;
	}
	.hero-info h1{
		font-size:26px;
		margin-bottom: 20px;
	}
	.hero-info p{
		font-size:18px;
	}
	.hero-download-bottom{
		bottom:4px;
	}
	.hero-download{
		margin:10px 0px 0px;
	}
	.hero-download ul li a,
	.hero-download-bottom ul li a{
		font-size: 16px;
		padding:10px 30px;
	}
	/* === HERO IMAGE RWD END === */

	/* === ABOUT US RWD === */
	.about-info h2{
		font-size:28px;
	}
	.about-btn ul li a{
		font-size:18px;
		padding:10px 40px;
	}
	/* === ABOUT US RWD END === */

	/* === PRICING RWD === */
	.pricing-item{
		padding:30px 20px;
		margin:0px 0px 20px 0px;
	}
	.pricing-item:before{
		content:none;
	}
	.pricing-inner{
		padding:0px;
		text-align:center;
	}
	/* === PRICING RWD END === */

	/* === DOWNLOAD RWD === */
	.addon-download ul li a{
		margin:8px 0px auto;
	}
	/* === DOWNLOAD RWD END === */

	/* === FEATURE RWD === */
	.feature-item{
		margin-top:20px;
	}
	/* === FEATURE RWD END === */

	/* === FOOTER RWD === */
	.address-inner{
		padding:0px 6px;
	}
	.footer-logo{
		text-align: center;
		float: none;
	}
	.copyright{
		text-align: center;
		padding-top:0px;
	}
	.copyright p{
		letter-spacing: normal;
		font-size: 14px;
	}
	.footer-logo p{
		font-size: 24px;
	}
	/* === FOOTER RWD END === */
}

@media only screen and (min-width: 320px) and (max-width: 568px)
	and (orientation: portrait) {
	/* == SCREENSHOT === */
	.snap-item:before{
		width: 100%;
		height: 100%;
		box-shadow: 0px 0px 50px rgba(179, 180, 206, 0.25);
	}
	/* == SCREENSHOT END === */

	/* === REVIEW RWD === */
	.snap-review .owl-nav .owl-next{
		right:30%;
	}
	.snap-review .owl-nav .owl-prev{
		left:30%;
	}
	.snap-review .owl-nav .owl-next,
	.snap-review .owl-nav .owl-prev{
		top:100%;
	}
	/* === REVIEW RWD END === */
}

@media only screen and (min-width: 320px) and (max-width: 568px)
	and (orientation: landscape) {

	/* === REVIEW RWD === */
	.snap-review .owl-nav .owl-next{
		right:39%;
	}
	.snap-review .owl-nav .owl-prev{
		left:39%;
	}
	.snap-review .owl-nav .owl-next,
	.snap-review .owl-nav .owl-prev{
		top:100%;
	}
	/* === REVIEW RWD END === */

}

@media only screen and (min-width: 375px) and (max-width: 667px) {

	/* === HERO IMAGE RWD === */
	.hero-info{
		text-align:center;
	}
	.hero-info h1{
		font-size:26px;
		margin-bottom: 20px;
	}
	.hero-info p{
		font-size:18px;
	}
	.hero-download-bottom{
		bottom:4px;
	}
	.hero-download{
		margin:10px 0px 0px;
	}
	.hero-download ul li a,
	.hero-download-bottom ul li a{
		font-size: 16px;
		padding:10px 30px;
	}
	/* === HERO IMAGE RWD END === */

	/* == SCREENSHOT === */
	.snap-item:before{
		width: 100%;
		height: 100%;
		box-shadow: 0px 0px 50px rgba(179, 180, 206, 0.25);
	}
	/* == SCREENSHOT END === */


	/* === PRICING RWD === */
	.pricing-item{
		padding:30px 20px;
	}
	.pricing-item:before{
		max-width:100%;
		top:0px;
		left: 0px;
		right: 0px;
		margin: 0px auto;
		max-height: 100%;
	}
	/* === PRICING RWD END === */

	/* === FEATURE RWD === */
	.feature-item{
		margin-top:20px;
	}
	/* === FEATURE RWD END === */

	/* === REVIEW RWD === */
	.snap-review .owl-nav .owl-next{
		right:33%;
	}
	.snap-review .owl-nav .owl-prev{
		left:33%;
	}
	.snap-review .owl-nav .owl-next,
	.snap-review .owl-nav .owl-prev{
		top:100%;
	}
	/* === REVIEW RWD END === */

	/* === FOOTER RWD === */
	.address-inner{
		padding:0px 6px;
	}
	.footer-logo{
		text-align: center;
		float: none;
	}
	.copyright{
		text-align: center;
		padding-top:0px;
	}
	.copyright p{
		letter-spacing: normal;
		font-size: 14px;
	}
	.footer-logo p{
		font-size: 24px;
	}
	/* === FOOTER RWD END === */
}
@media only screen  and (min-width: 375px) and (max-width: 667px)
	and (orientation: portrait) {

}

@media only screen and (min-width: 375px) and (max-width: 667px)
	and (orientation: landscape) {

  	/* === REVIEW RWD === */
  	.snap-review .owl-nav .owl-next{
		right:39%;
	}
	.snap-review .owl-nav .owl-prev{
		left:39%;
	}
	.snap-review .owl-nav .owl-next,
	.snap-review .owl-nav .owl-prev{
		top:100%;
	}
	/* === REVIEW RWD END === */

}

@media only screen and (min-width: 414px) and (max-width: 736px) {
	/* === PRICING RWD === */
	.pricing-item{
		padding:30px 20px;
	}
	.pricing-item:before{
		max-width:100%;
		top:0px;
		left: 0px;
		right: 0px;
		margin: 0px auto;
		max-height: 100%;
	}
	/* === PRICING RWD END === */

	/* === FOOTER RWD === */
	.footer-logo{
		text-align: center;
		float: none;
	}
	.copyright{
		text-align: center;
		padding-top:0px;
	}
	.copyright p{
		letter-spacing: normal;
		font-size: 14px;
	}
	.footer-logo p{
		font-size: 24px;
	}
	/* === FOOTER RWD END === */

}

@media only screen and (min-width: 414px) and (max-width: 736px)
  	and (orientation: portrait) {

	/* === HERO IMAGE RWD === */
	.hero-info{
		text-align:center;
	}
	.hero-info h1{
		font-size:28px;
		margin-bottom: 20px;
	}
	.hero-info p{
		font-size:20px;
	}
	.hero-download-bottom{
		bottom:4px;
	}
	.hero-download{
		margin:10px 0px 0px;
	}
	.hero-download ul li a,
	.hero-download-bottom ul li a{
		font-size: 16px;
		padding:10px 30px;
	}
	/* === HERO IMAGE RWD END === */

	/* == SCREENSHOT === */
	.snap-item:before{
		width: 100%;
		height: 100%;
		box-shadow: 0px 0px 50px rgba(179, 180, 206, 0.25);
	}
	/* == SCREENSHOT END === */

	/* === REVIEW RWD === */
  	.snap-review .owl-nav .owl-next{
		right:34%;
	}
	.snap-review .owl-nav .owl-prev{
		left:34%;
	}
	.snap-review .owl-nav .owl-next,
	.snap-review .owl-nav .owl-prev{
		top:100%;
	}
	/* === REVIEW RWD END === */
}

@media only screen and (min-width: 414px) and (max-width: 736px)
  	and (orientation: landscape) {

	/* === HERO IMAGE RWD === */
	.hero-info{
		text-align:left;
	}
	.hero-info h1{
		font-size:20px;
		margin-bottom: 10px;
	}
	.hero-info p{
		font-size:16px;
	}
	.hero-image{
		padding:20px 0px 0px;
		max-width:160px;
	}
	.hero-download-bottom{
		bottom:4px;
	}
	.hero-download{
		margin:10px 0px 0px;
	}
	.hero-download ul li a,
	.hero-download-bottom ul li a{
		font-size: 16px;
		padding:10px 30px;
	}
	/* === HERO IMAGE RWD END === */


  	/* === REVIEW RWD === */
  	.snap-review .owl-nav .owl-next{
		right:39%;
	}
	.snap-review .owl-nav .owl-prev{
		left:39%;
	}
	.snap-review .owl-nav .owl-next,
	.snap-review .owl-nav .owl-prev{
		top:100%;
	}
	/* === REVIEW RWD END === */


	/* === DOWNLOAD RWD === */
	.addon-download ul li a{
		margin: 5px;
	}
	.download-text p,
	.addon-download ul li a span{
		font-size: 14px;
	}
	/* === DOWNLOAD RWD END === */



}
@media only screen and (min-width: 375px) and (max-width: 812px)
	and (orientation: landscape) {
	/* === HERO IMAGE RWD === */
	.hero-info{
		text-align:left;
	}
	.hero-info h1{
		font-size:26px;
		margin-bottom: 10px;
	}
	.hero-info p{
		font-size:18px;
	}
	.hero-image{
		padding:20px 0px 0px;
		max-width:180px;
	}
	.hero-download-bottom{
		bottom:4px;
	}
	.hero-download{
		margin:10px 0px 0px;
	}
	.hero-download ul li a,
	.hero-download-bottom ul li a{
		font-size: 16px;
		padding:10px 30px;
	}
	/* === HERO IMAGE RWD END === */
}


@media only screen and (min-width: 768px) and (max-width: 960px) {

	/* === ABOUT US RWD === */
	.about-info{
		margin-top:0px;
	}
	/* === ABOUT US RWD END === */

	/* === PRICING RWD === */
	.pricing-item{
		padding:30px 20px;
	}
	.pricing-item:before{
		max-width:100%;
		top:0px;
		left: 0px;
		right: 0px;
		margin: 0px auto;
		max-height: 100%;
	}
	.pricing-inner{
		padding-left:10px;
	}
	/* === PRICING RWD END === */

	/* === REVIEW RWD === */
	.feedback{
		max-width: 560px;
		width: 100%;
	}
	/* === REVIEW RWD END === */

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	/* === PRICING RWD === */
	.pricing-item{
		padding:30px 20px;
	}
	.pricing-item:before{
		max-width:100%;
		top:0px;
		left: 0px;
		right: 0px;
		margin: 0px auto;
		max-height: 100%;
	}
	/* === PRICING RWD END === */
}

@media only screen and (min-width: 768px) and (max-width: 1024px)
	and (orientation: portrait){

	/* === HERO IMAGE RWD === */
	.hero-info{
		text-align:left;
	}
	.hero-info h1{
		font-size:42px;
		margin-bottom: 20px;
	}
	.hero-info p{
		font-size:20px;
	}
	.hero-image{
		padding:20px 0px 0px;
		max-width:280px;
	}
	.hero-download-bottom{
		bottom:4px;
	}
	.hero-download ul li a,
	.hero-download-bottom ul li a{
		font-size: 16px;
		padding:10px 30px;
	}
	/* === HERO IMAGE RWD END === */

	/* === ABOUT US RWD === */
	.about-info{
		margin-top:0px;
	}
	/* === ABOUT US RWD END === */

	/* === FEATURE RWD === */
	.feature-item{
		margin-top:20px;
	}
	.feature-detail h3{
		font-size:14px;
	}
	.feature-detail p{
		font-size:14px;
	}
	/* === FEATURE RWD END === */

	/* === PRICING RWD === */
	.pricing-item{
		padding:30px 20px;
	}
	.pricing-item:before{
		max-width:100%;
		top:0px;
		left: 0px;
		right: 0px;
		margin: 0px auto;
		max-height: 100%;
	}
	.pricing-inner{
		padding-left:10px;
	}
	/* === PRICING RWD END === */
}

@media only screen and (min-width: 768px)  and (max-width: 1024px)
	and (orientation: landscape){

	/* === HERO IMAGE RWD === */
	.hero-download-bottom{
		bottom:20px;
	}
	/* === HERO IMAGE END === */
}
