@media only screen and (max-width : 1366px) {
	.hide-show{
		display: none;
	}

   .main-banner {
       height: 879px;
   }

   #screenshots {
       background-position: top center;
   }

}

@media only screen and (max-width : 1199px) {
	.main-banner {
	    height: 765px;
	}

	.single-choose .single-choose-right h3 {
	    font-size: 14px;
   }

   .single-choose img {
    	padding-left: 3px;
	}

	.single-choose .single-choose-left img {
       padding-left: 5px;
   }

   #app-team{
   	 padding-top: 50px;
   }

   .testimonial .testimonial-single {
       padding: 0px 19px 110px;
   }


}

@media only screen and (max-width : 1024px) {
	.contactForm{
		margin-top: 30px;
	}

	.get-in-touch {
		margin-top: 30px;
	}

}



@media (min-width: 320px) and (max-width: 1200px) {
  /* line 41, src/assets/scss/components/sereenshots-section/_screenshots-1.scss */
  .screenshot-wrap .screenshot-frame {
    display: none;
  }
}






@media only screen and (max-width : 991px) {
    .nav-link{
        text-align: center;
    }

    .hero-content h1 {
       padding: 0 100px 0 0;
    }

    #app-about-us {
       padding-bottom: 50px;
       padding-top: 50px;
    }

    .owl-stage-outer {
        margin-top: 12px;
    }

	#app-features{
		margin-top: -30px;
    	padding-bottom: 80px;
	}

	#app-contact {
         padding: 90px 0px 255px;
	    
	}

	.hero-video {
	    margin-top: 63px;
	}

	.why-choose-options:before{
		content: "";
	}

	.boxes-area {
		padding: 0;
	}

	.why-choose-us {
	    padding-top: 0;
	}

	.navbar-nav .nav-item {
		margin: 10px;
	}

	.color-set{
		-moz-transition: .3s;
		-o-transition: .3s;
		-ms-transition: .3s;
		-webkit-transition: .3s;
		transition: .3s;
	}

	.why-choose-us .section-title {
	    padding-top: 70px;
	}

	.main-banner {
	    height: auto;
	}

	.hero-content {
	    padding-top: 0px;
	}

    .recent-blog-section .grid .entry-details {
        padding: 25px;
    }

    .start-Learn-btn.white-btn {
		margin-top: 0px;
	}

    .single-pricing-table {
    	margin-bottom: 15px;
    } 

    .get-in-touch {
		 margin: 30px 0;
	}

	.contactForm{
		margin-top: 0px;
	}

    .hide-show{
		display: block !important;
	}

}

@media only screen and (max-width : 767px) {
    
	.d-table {
		display: block !important;
	}

	.team:hover {
       transform: scale(1.1);
    }

	.team-img-text, .team {
    	margin-bottom: 0px;
	}

	#app-team{
		padding-bottom: 73px !important;
	}

	#app-team .section-title {
        padding-bottom: 0;
    }

	.section-title {
        padding-bottom: 20px;
    }

	.section-title span{
       line-height: 1.6;
    }

	#app-contact {
    	padding: 50px 0px 255px;
	}

	.owl-theme .owl-nav {
    	margin-top: 30px;
	}

	#app-contact .section-title span {
    margin-bottom: 25px;
	}

	#app-contact .section-title{
		padding-bottom: 0px;
	}

	#app-blog .section-title{
		padding-bottom: 0px;
	}

	.recent-blog-section {
    	padding-bottom: 60px;
	}

	.recent-blog-section {
    	padding-top: 50px;
	}

	.why-choose-us-wrapper-bottom.background-opacity {
    	margin-top: -27px;
	}

	.why-choose-us .why-choose-us-wrapper-top h2 {
    	margin-bottom: 5px;
	}

	.why-choose-us .section-title {
    	padding-top: 60px;
	}

	#screenshots {
    	padding: 80px 0;
	}

	#app-pricing{
		padding-bottom: 50px;
		padding-top: 65px;
	}

	.testimonial .testimonial-single {
    	padding: 60px 19px 110px;
	}

	#app-features{
		margin-top: -40px;
	}

	#app-pricing .col-lg-4:last-child .single-pricing-table{
		padding-bottom: 30;
	}

	.d-table-cell {
		display: block !important;
	}

	.owl-controls {
		line-height: .1;
	}

	.owl-theme .owl-dots {
		position: relative;
		margin-top: 40px;
		bottom: 0;
	}

	.owl-theme .owl-dots .owl-dot span {
		background: #eee;
	}

	.section-title p {
		max-width: 100%;
	}



	.main-banner::before {
		background: #00c6ff;
		background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
		background: linear-gradient(to right, #0072ff, #00c6ff);
		opacity: .77;
	}

	.main-banner .owl-theme .owl-dots {
        bottom: -40px;
    }

	.hero-content {
	    padding-top: 60px;
	}

	.hero-content p {
		max-width: 100%;
	}

	.main-banner-show::after {
		display: none;
	}

	.boxes-area {
		padding-top: 30px;
		margin-top: 0;
		padding-bottom: 60px;
	}

	.single-box {
   		margin-bottom: 30px;
	}

	.boxes-area-two {
		padding-bottom: 20px;
	}

	.pricing-content-btn {
	    padding: 30px 0px 0px;
	}

    .tabs {
	    margin-bottom: 25px;
	}

	.tabs li {
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 20px;
	}

	.tabs li a {
		padding: 20px 5px 10px;
	}

	.tabs li a i {
		font-size: 25px;
		margin-bottom: 10px;
	}

	.tabs li:last-child a {
		border-radius: 0 0 30px 0;
	}

	.single-pricing-table{
		margin-bottom: 30px;
	}

	.fun-facts-area {
		padding-bottom: 50px;
	}

	.fun-fact {
		margin-bottom: 40px;
	}

	.funFact {
		margin-bottom: 70px;
	}

	.contact-box {
		padding: 25px 15px;
		margin-bottom: 30px;
	}

	.section-subscribe-st .btn {
	    right: 0px;
	}

	.education-subscribe {
       padding: 40px 20px 30px;
	}

	.blog-mt-30 {
        margin-top: 0px !important;
    }

    .section-subscribe-st .form-control {
        max-width: 570px !important;
        width: 100% !important;
    }

    .subscribe-form-inner label {
        padding-top: 15px;
    }

    .subscribe-form-inner br{
        display: none;
    }

    .footer ul {
        padding: 25px 0 20px;
    } 

    img.site-owner {
	    max-width: 400px;
	}

    .copyright {
	    padding:10px 0;
	}
	.copyright p {
    color: #ffffff;
    font-size: 13px;
}
.ser-img-box {
	margin-bottom: 30px;
}
.ser-img-box img {
	width: 100%;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
	.d-table {
		width: 100%;
		height: 100%;
		display: table !important;
	}

	.d-table-cell {
		display: table-cell!important;;
	}

	.owl-controls {
		line-height: .1;
	}

	.owl-theme .owl-dots {
		position: relative;
		margin-top: 40px;
		bottom: 0;
	}

	.owl-theme .owl-dots .owl-dot span {
		background: #eee;
	}

	.start-Learn-btn.white-btn {
		color: #fff;
		border-color: #fff;
	}

	.single-box {
		margin-bottom: 30px;
	}

	.boxes-area-two {
		padding-bottom: 40px;
	}

	.tabs {
		margin-left: -10px;
		margin-right: -10px;
	}

	.tabs li {
		-ms-flex: 0 0 33.3333%;
		flex: 0 0 33.3333%;
		max-width: 33.3333%;
		padding-right: 10px;
		padding-left: 10px;
		margin-bottom: 15px;
	}

	.tabs_item_img img {
		width: 100%;
	}

	.tabs li:last-child a {
		border-radius: 0 0 30px 0;
	}

    .team .text p {
	    width: 164px;
	    margin: 0 auto;
	}

	.fun-facts-area {
		padding-bottom: 30px;
	}

	.fun-fact {
		margin-bottom: 40px;
	}

	.funFact {
		margin-bottom: 60px;
	}

	.contact-box {
		margin-bottom: 30px;
	}

	.get-in-touch {
		margin-bottom: 30px;
	}
}

@media only screen and (min-width : 992px) and (max-width : 1199px) {
	.single-box {
		padding: 30px 15px;
	}

	.team-members {
		padding: 0 15px 0 0;
	}

	.tabs_item_content {
		padding: 30px 20px;
	}

	.tabs_item_content ul {
		margin: 10px 0 0 0;
	}

	.tabs_item_content .btn {
		display: none;
	}

	.contact-box {
		padding: 30px 15px;
	}

	.single-choose img {
	    padding-left: 3px;
	}

	.single-choose .single-choose-left, .single-choose .single-choose-right {
	    padding: 20px 5px;
	}
}

@media (min-width: 320px) and (max-width: 767px) {
  	.screenshot-wrap .screen-carousel .owl-item img {
    	width: 55%;
    	margin: auto;
  	}
#app-home .main-row {
    margin-top: 69px;
}
.top-header a {
	display: block;
}
.fixed-top {
    margin-top: 60px;
}
.carousel-inner {
	padding-top: 30px;
}
.main-banner form {
	margin-top: 30px;
}
  	#app-about-us {
    	padding-bottom: 40px;
	}

	#app-team {
    	padding: 25px;
	}


	.fun-facts-area {
    	padding-top: 50px;
    	padding-bottom: 0px;
	}

  	.hero-content h1 {
      padding: 0 1px 0 0;
  }

}

@media (max-width: 575px) {

  	#app-pricing{
  		padding-bottom: 50px;
  	}

  	.color-set .navbar-brand img {
       width: 200px;
    }

  	.navbar-toggler:not(:disabled):not(.disabled) {
       margin-right: 15px;
    }

  	#app-contact {
    	padding: 50px 0px 70px;
	}

  	.testimonial .testimonial-single {
    	padding: 75px 19px 110px;
	}

	.owl-theme .owl-nav {
    	margin-top: 51px;
	}

	.testimonial {
	    padding: 0 0 204px;
	}

	.funFact {
	    margin-left: 44px;
	}

	.navbar-brand img{
        width: 200px;
	}

	#app-blog {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}

	#app-features {
		padding-bottom: 70px;
	}

	#screenshots {
	    padding: 58px 0;
	}

	.owl-theme .owl-dots {
	    margin-top: -29px;
	}

	#app-team {
	    padding-top: 20px;
	}

	#app-pricing {
		padding-top: 60px;
	}

	.testimonial .testimonial-single {
    	padding: 41px 19px 89px;
	}
}


@media (max-width: 360px) {

  	.why-choose-us .section-title {
    	padding-top: 50px;
	}

	.testimonial {
	    padding: 0 0 163px;
	}

	.funFact {
    	/*margin-left: -11px;*/
	}

	#app-fun-facts .funFact h3 {
    	font-size: 30px;
	}

	#app-fun-facts .funFact i {
    	font-size: 30px;
	}

	#app-fun-facts .funFact span {
	    font-size: 15px;
	 
	}

	#app-fun-facts .funFact i {
    left: 20px;
	}

	#app-fun-facts .funFact {
    	margin-left: -8px;
	}

	#app-contact {
    	padding: 51px 0px 70px;
	}

	.hero-content {
    	padding-top: 50px;
	}
	
	#app-blog {
    	padding-bottom: 60px;
	}
}


