/* 1200px ==============================================*/
@media only screen and (max-width: 1200px){
.tm-panel-main .top-img {
	left:105px;
}

.hero-home {
	background-size: cover;
}

}


/* 960px ==============================================*/
@media only screen and (max-width: 960px){

	 .tm--side-nav {
	display: block;
	}
	.tm-navbar ul.nav {
		display: none;
	}
.hero-home h2 {
	width: 100%
}

.tm-content {
	width: 70%;
}

.tm-panel-main .top-img {
	left:105px;
}

.tm-browser-panel {
	position: relative;
	width: 718px;
	height: 475px;
}

.tm-content h2 {
	margin:1.1em 0 0.94286em 0;
	font-size: 2.4em;
	line-height: 42px;
}

.tm-panel-main .right {
	height: 516px;
}


}

/* 850px ==============================================*/
@media only screen and (max-width: 850px) {
   .tm--side-nav {
	display: block;
	}
	.tm-navbar ul.nav {
		display: none;
	}

}

/* 767px ==============================================*/
@media only screen and (max-width: 767px) {

.tm-content {
	width: auto;
	margin: 0 20px;
	padding: 0 10px;
}

.tm-content h2 {
	margin:0px;
}

.tm-testimonial-content:before, 
.tm-testimonial-content:after {
	font-size: 1.5em;
}
.hero-home h2 {
	width: 100%
}
.home .tm-hero-content {
	top:12%;
}
.hero-home,
.hero-home .hero-container {
	height: 500px;
}

.tm-browser-panel {
 	position: relative;
 	width: auto;
    height: 100%;
    display: inline-block;
    margin: 20px 20px 0;
 }

 .tm-panel-main .right  .tm-browser-panel {
 	position: relative;
 }

 .tm-panel-main .right {
 	width: 100%;
 	display: inline
 }

.tm-left,
.tm-right {
	margin-top:20px;
}

.iframe {
	 height:250px;
	 width:100%;
}

}

/* 480px ==============================================*/
@media only screen and (max-width: 480px) {
.tm-browser-panel {
	position: relative;
	width: auto;
	height: 100%;
	display: inline-block;
	margin:0 20px;
}

.tm-panel-main .right  .tm-browser-panel {
	position: relative;
}

.tm-panel-main .right {
	width: 100%;
	height: auto;
	display: block
}

h1.tm-panel-title {
	font-size: 30px;
	text-align: center;
}

h2.tm-panel-title {
	font-size: 30px;
	margin:0 0 30px 0px;
}


.hero-home,
.hero-home .hero-container {
	height: 600px;
}

#particles-js .hero-title {
	font-size: 4rem;
	line-height: 55px;
}

.hero-home h1 {
	font-size: 3.5rem;
	line-height: 105%;
}

.hero-home h2 {
	font-size: 1.5rem;
	line-height: 27px;
	margin:40px 0;
}

.tm-navbar-brand {
	background-size: 240px;
	width: 250px;
}

.tm-content {
	width: auto;
	margin: 0 20px;
	padding: 0 10px;
}

.tm-panel-main {
	margin-top:30px;
	padding-top:30px;
}

.tm-first .tm-panel-main {
	margin-top:0px;
	margin-bottom:0px;
}

.tm-panel-main .top-img {
	left:105px;
}

.tm-content h2 {
	font-size: 2em;
	line-height: 36px;
}

.home .tm-contact-form {
	margin-top:0px;
}

.tm-contact-form {
	padding:30px 0;
}

.tm-testimonial-content {
	font-size: 1.2rem;
}

.tm-testimonial-content span {
	margin: 0 20px;
}

.tm-testimonial-content:before, .tm-testimonial-content:after {
	font-size: 1.5em;
}

.tm-contact-profiles .tm-img {
	margin:0 auto;
}

.contact .tm-panel-main h4,
.contact .tm-panel-main p {
	text-align: center;
}

.tm-panel .tm-inner {
	padding:70px 20px 0 20px;
}

.tm-outter-btn {
	padding:0 20px;
}

.tm-panel .btn {
	margin:40px 0 30px;
}

.tm-left,
.tm-right {
	margin-top:20px;
}

.com-found {
	height: 150px;
}

.com-found-circle {
	width: 150px;
	height: 150px;
	border-radius: 150px;
}

.com-found-circle-purple
 {
	margin-left: 35px;
}

.com-found-circle-red {
	margin-right: 35px;
}

.com-found-icon {
	width: 35px;
	height: 35px;
	margin-bottom: 6px;
}

.com-found-icon:before {
	font-size: 16px;
	margin:9px 0 0 9px;
}

.com-found-text {
	font-size: 16px;
	line-height: 19px;
}

.tm-form-bg {
	background: transparent;
	padding: 0px;
}

.tm-btn-hero:first-child {
	margin: 0
}
.tm-btn-hero {
	margin: 15px 0 0 -3px;

}

.home .tm-hero-content {
	top:8%;
}

}