html, body{
    font-size: 100%;
	background:	#fff;
}
body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
h1,h2,h3,h4,h5,h6{
	margin:0;			   
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}

/*------------------ Slider Part starts Here----------*/
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks_nav {
  	position: absolute;
  	-webkit-tap-highlight-color: rgba(0,0,0,0);
  	top: 82%;
	left: 14%;
  	opacity: 0.7;
  	z-index: 3;
  	text-indent: -9999px;
  	overflow: hidden;
  	text-decoration: none;
  	height: 30px;
  	width: 30px;
  	background: transparent url("../images/arrows.png") no-repeat left top;
}
.callbacks_nav:active {
  	opacity: 1.0;
}
.callbacks_nav.next {
  	left: auto;
  	background-position: right top;
  	right: 82.2%;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides img {
  height: auto;
}
.callbacks_tabs {
	list-style: none;
	position: absolute;
	top: 120%;
	z-index: 999;
	left: 0%;
	width: 100%;
	text-align: center;
	margin: 0;
	display: block;
}
.callbacks_tabs li{
	display:inline-block;
}

@media screen and (max-width: 600px) {
  .callbacks_nav {
    top: 47%;
    }
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 12px;
	width: 12px;
	display: inline-block;
	border:none;
	background:#0691ec;
}
.callbacks_here a:after{
	background:#444;
}
ul.callbacks_tabs.callbacks2_tabs {
	display: block;
}
/*--Slider-Part-Ends-Here--*/	

/*--banner-ends--*/
/*--header-starts--*/
/*-- sticky-nav --*/
.fixed {
  position: fixed;
  top: 0;
  margin: 0 auto;
  border-bottom: 2px solid #17a2fd;
  background:#fff;
  z-index: 999;
  width:100%;
}
.top-menu ul{
	padding:0;
}
.top-menu ul li{
	display:inline-block;
	list-style:none;
	float: left;
}
.top-menu ul li a {
	color: #373736;
	font-size: 1.2em;
	font-weight: 400;
	text-decoration: none;
	padding: 13px 20px;
	font-family: 'Lato', sans-serif;
}
.top-menu ul li a:hover{
	color:#fff;
	background:#373736;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.top-menu ul li a.active{
	color:#fff;
	background:#0691ec;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.header-right {
	float: right;
	text-align: right;
}
.top-menu {
	float: left;
}
.header-bottom {
	z-index: 999;
}
nav a {
  display: block;
  padding: 0;
  text-decoration: none;
}
nav a:hover,
nav a:focus {
	outline: none;
}
span.menu{
	display:none;
}
/*-- sticky-nav --*/
@media screen and (max-width: 768px) {
    span.menu{
	  display: block;
	  text-align: left;
	  padding: 5px 0px 0px 0px;
	  cursor: pointer;
	  color: #E74C3C;
	  font-size: 16px;
	  font-weight: 700;
	  position: relative;
	}
	.top-menu ul {
	  padding: 0;
	  margin: 0;
	  z-index: 999;
	  position: absolute;
	  width: 100%;
	  left: 0;
	  top: 60px;
	  padding: 1.9em 0em 0em 0em;
	}
	ul.nav {
	  display: none;
	  padding: 0px;
	}
	.header-bottom {
		padding: 10px 0px;
	}
	.top-menu ul.nav li {
	    display: block;
	  text-align: center;
	  background: rgba(29, 29, 29, 1);
	  margin: 0;
	  width: 100%;
	}
	.fixed-header {
	    z-index: 999;
		position: relative;
	}
	.top-menu ul.nav li a {
	  font-size: 16px;
	  padding: 1em 0;
	  color: #fff;
	  display: block;
	}
	.top-menu ul li a.active{
	  color: #FFFFFF;
	}
}
.header-right ul{
	padding:0;
}
.header-right ul li {
	list-style: none;
	display: inline-block;
	margin: 8px 5px 0 5px;
}
.header-right ul li a span{
	background:url(../images/social-icons.png) no-repeat;
	width:34px;
	height:34px;
	display:block;
}
.header-right ul li a span.fb{
	background-position:0px 0px;
}
.header-right ul li a span.instagram{
	background-position:-34px 0px;
}
.header-right ul li a span.twit{
	background-position:-68px 0px;
}
.header-right ul li a span.fb:hover{
	background-position:0px -34px;
}
.header-right ul li a span.instagram:hover{
	background-position:-34px -34px;
}
.header-right ul li span.twit:hover{
	background-position:-68px -34px;
}
/*--header-ends--*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 40px;
	height: 39px;
	border: none;
	text-indent: 100%;
	background: url(../images/top-arrow.png) no-repeat;
}
/*---- responsive-design -----*/
@media(max-width:1440px){
.callbacks_nav {
  left: 10%;
  top: 81.3%;
}
.callbacks_nav.next {
  right: 85.8%;
}
.contact-text input[type="text"] {
  width: 32.5%;
}
}
@media(max-width:1366px){

.blog {
  padding: 5em 0px;
}
.portfolio {
	padding: 5em 0px;
}
.about,.team,.mission {
  padding: 5em 0px;
}
.contact {
  padding: 5em 0px;
}
.callbacks_nav {
  left: 7.8%;
  top: 80.75%;
}
.callbacks_nav.next {
  right: 87.8%;
}
.welcome {
	padding: 2.8em 0px 3.5em 0px;
}
.style {
	min-height: 460px;
}
.style-text {
	margin-top: 11%;
}
.sub-text input[type="submit"] {
  padding: 2px 22px 15px 19px;
}
}
@media(max-width:1280px){
.logo a img {
	width: 16.3%;
}
.portfolio-bottom {
	margin-top: 4%;
}
.reply input[type="text"] {
  margin: 4% 9px 1em 0px;
}
.comments {
  margin-top: 6%;
}
.contact-bottom {
  margin-top: 0%;
}
.contact-text input[type="text"]:nth-child(2) {
  margin: 0 7px;
}
.contact-bottom iframe {
  height: 400px;
}
.contact-top h3 {
  font-size: 1.7em;
}
.callbacks_nav {
  left: 4.9%;
  top: 80.6%;
}
.callbacks_nav.next {
  right: 90.35%;
}
.welcome-bottom {
	padding: 3.47em 15px;
}
.style-text h3 {
	font-size: 2.3em;
}
.style {
	min-height: 420px;
}
.news {
	padding: 4em 0px;
}
.testimonials-top h3 {
	font-size: 1.7em;
}
.t-bottom p {
	width: 78%;
}
.about-right h4 {
  line-height: 1.5em;
}
.project-eff:hover span.rollover1 {
  height: 171px;
  width: 206px;
}
.blog-one a h4 {
  font-size: 1em;
}
.blog {
  padding: 4em 0px;
}
}
@media(max-width:1024px){
.banner-top p {
	font-size: 24px;
}
.welcome-bottom {
	padding: 2.47em 15px;
}
.blog {
  padding: 3.5em 0px;
}
.blog-one a h4 {
  font-size: 16px;
}
.blog-bottom {
  margin-top: 3%;
}
h4.media-heading {
  font-size: 18px;
}
.categories ul, .archives ul {
  margin-top: 6%;
}
.about, .team, .mission {
  padding: 4em 0px;
}
.glyphicon-refresh, .glyphicon-time, .glyphicon-thumbs-up {
  font-size: 2.7em;
}
.about-right h4 {
  line-height: 1.4em;
}
.team-left h4 {
  font-size: 1.02em;
}
.portfolio {
	padding: 4em 0px;
}
.portfolio-bottom {
  margin-top: 3%;
}
.contact {
  padding: 4em 0px;
}
.logo a img {
	width: 15.3%;
}
.contact-top h3 {
  font-size: 1.6em;
}
.contact-bottom {
  margin-top: 2.5%;
}
.contact-bottom iframe {
  height: 340px;
}
.submit-btn input[type=submit] {
  padding: 9px 65px;
  font-size: 18px;
  margin: 16px 0 0 0px;
}
.top-menu ul li a {
	font-size: 1em;
	padding: 10px 6px;
}
.style-text h3 {
	font-size: 2.1em;
}
.style-text p {
	margin-top: 2.3%;
	width: 73%;
}
.s-btn a,.b-btn a {
	font-size: 14px;
	padding: 9px 20px;
}
.callbacks_nav {
	left: 3.4%;
	top: 78.35%;
}
.callbacks_nav.next {
  right: 90.7%;
}
.style {
	min-height: 355px;
}
.style-text {
	margin-top: 9%;
}
.news {
	padding: 3.3em 0px;
}
.news-top h3,.testimonials-top h3 {
	font-size: 1.65em;
}
.news-main {
	margin-top: 2.3%;
}
.footet-left h3 {
	font-size: 1.18em;
}
.testimonials {
	padding: 0em 0 5em 0px;
}
.callbacks_tabs {
	top: 111%;
}
.footer {
	padding: 3.3em 0px;
}
}
@media(max-width:768px){
.banner-top p {
	font-size: 22px;
}
.reply input[type="text"] {
  font-size: 14px;
  padding: 9px 10px;
}
.reply textarea {
  font-size: 14px;
  padding: 8px 10px;
  min-height: 11em;
}
.blog {
  padding: 3em 0px;
}
.blog-btm {
  margin-top: 6.5%;
}
.reply input[type="submit"] {
  padding: 10px 20px;
  font-size: 13px;
  margin-top: 10px;
}
.reply {
  margin-top: 2.5em;
}
.reply input[type="text"] {
  margin: 3% 9px 1em 0px;
}
.blog-right {
  margin-top: 5%;
}
.categories ul, .archives ul {
  margin-top: 2.5%;
}
.archives {
  margin-top: 4%;
}
.portfolio-left {
  width: 25%;
  float: left;
  padding: 0 6px;
}
.project-eff:hover span.rollover1 {
  height: 140px;
  width: 168px;
}
.port-one {
  margin-top: 2%;
}
.portfolio {
  padding: 2em 0px 3em 0px;
}
.contact {
  padding: 2em 0px;
}
.contact-top h3 {
  font-size: 1.5em;
}
.contact-bottom iframe {
  height: 270px;
}
.about, .team, .mission {
  padding: 3em 0px;
}
.about-right {
  width: 91%;
}
.about-right h4 {
  line-height: 1.6em;
  font-size: 15px;
}
.about-right p {
  margin-top: 4px;
}
.abt {
  margin-top: 2%;
}
.col-md-3.team-left {
  width: 25%;
  float: left;
  padding: 0 7px;
}
.team-left h4 {
  font-size: 1em;
}
.mission-bottom img {
  width: 80%;
}
.mission-bottom h4 {
  font-size: 15px;
}
.mission-bottom p {
  width: 87%;
}
.contact-text input[type="text"]:nth-child(2) {
  margin: 0 4px;
}
.contact-text input[type="text"] {
  padding: 10px 10px;
  font-size: 14px;
}
.contact-text textarea {
  font-size: 14px;
  height: 11em;
}
.submit-btn input[type=submit] {
	padding: 9px 65px;
	font-size: 17px;
	margin: 16px 0 0 0px;
}
.callbacks_nav {
  left: 2.1%;
  top: 73.8%;
}
.callbacks_nav.next {
  right: 89.9%;
}
.welcome-left {
	width: 33.3%;
	float: left;
	padding: 0 10px;
}
.welcome-bottom h4 {
	font-size: 15px;
	margin-bottom: 3px;
}
.welcome-bottom {
	padding: 1.77em 15px;
	margin-top: 6px;
}
.welcome {
  padding: 1em 0px 2.5em 0px;
}
.style-text h3 {
	font-size: 1.8em;
}
.style-text p {	
	width: 89%;
}
.style {
	min-height: 305px;
}
.n-left {
	width: 25%;
	float: left;
	text-align: center;
}
.col-md-8.n-right {
	padding: 0 15px;
	width: 74%;
	float: right;
}
.n-left img {
	width: 80%;
}
.n-right p {
	margin: 7px 0 2.3% 0;
}
.col-md-6.news-left:nth-child(2){
	margin-top:3.5%;
}
.news-top h3, .testimonials-top h3{
	font-size: 1.5em;
}
.news {
	padding: 3em 0px;
}
.t-bottom p {
	width: 91%;
	font-size: 16px;
}
.testimonials {
	padding: 0em 0 4.5em 0px;
}
.callbacks_tabs a:after {
	height: 11px;
	width: 11px;
}
.footet-left {
	width: 50%;
	float: left;
}
.footet-left:nth-child(1),.footet-left:nth-child(2){
	margin-bottom:3%;
}
.footer {
	padding: 3em 0px;
}
.t-bottom h5 {
	font-size: 17px;
}
.footet-left h3 {
	font-size: 1.1em;
}
.fixed-header {
	    z-index: 999;
		position: relative;
	}
}
@media(max-width:640px){
.blog {
  padding: 2em 0px;
}
.blog-one a h4 {
  font-size: 14px;
}
.blog-one h5 {
  font-size: 15px;
  margin-top: 10px;
  line-height: 1.6em;
}
.blog-one ul {
  margin-top: 3%;
}
.comments {
  margin-top: 5%;
}
h4.media-heading {
  font-size: 16px;
}
.media-body p {
  font-size: 14px;
  margin-top: 5px;
}
.reply {
  margin-top: 2em;
}
.categories ul li a, .archives ul li a {
  font-size: 14px;
}
.categories ul li, .archives ul li {
  margin: 0px 0px 7px 25px;
}
.blog-one p {
  margin-top: 8px;
}
.about-right p {
  font-size: 14px;
}
.about-right h4 {
  font-size: 14px;
}
.team-left p {
  font-size: 14px;
}
.contact-text input[type="text"]:nth-child(2) {
  margin: 0 3px;
}
.mission-bottom p {
	width: 97%;
	font-size: 14px;
	margin: 3px auto 0;
}
.team-left h4 {
  font-size: 15px;
}
.submit-btn input[type=submit] {
  padding: 9px 45px;
  font-size: 15px;
  margin: 9px 0 0 0px;
}
.portfolio {
  padding: 1em 0px 2.5em 0px;
}
.project-eff:hover span.rollover1 {
	height: 113px;
	width: 137px;
}
.contact-top h3 {
  font-size: 1.4em;
}
.contact-bottom iframe {
  height: 225px;
}
.about, .team, .mission {
	padding: 2em 0px;
}
.col-md-3.team-left:nth-child(1),.col-md-3.team-left:nth-child(2){
	margin-bottom:3%;
}
.mission-bottom p {
  width: 97%;
}
.mission-bottom h4 {
  font-size: 14px;
}
.glyphicon-refresh, .glyphicon-time, .glyphicon-thumbs-up {
  font-size: 2.4em;
}
.blog-one p {
  font-size: 14px;
}
.col-md-3.team-left {
  width: 50%;
  float: left;
  padding: 0 15px;
 }
.contact {
  padding: 1em 0px;
}
.contact-text input[type="text"] {
  width: 32.51%;
  padding: 9px 10px;
  font-size: 13px;
}
.top-menu ul.nav li a {
  font-size: 15px;
}
.callbacks_nav {
  height: 25px;
  width: 25px;
  background-size: 200%;
  left: 2.45%;
  top: 70.6%;
}
.callbacks_nav.next {
	right: 89.5%;
}
.welcome-bottom h4 {
	font-size: 13px;
	margin-bottom: 1px;
}
.welcome-bottom {
	padding: 1.31em 10px;
	margin-top: 5px;
}
.welcome {
	padding: 1em 0px 2em 0px;
}
.style-text h3 {
	font-size: 1.55em;
}
.s-btn a ,.b-btn a{
	font-size: 13px;
	padding: 7px 15px;
}
.style {
	min-height: 280px;
}
.style-text {
	margin-top: 8.5%;
}
.news {
	padding: 2.5em 0px;
}
.news-top h3, .testimonials-top h3 {
	font-size: 1.35em;
}
.n-left img {
	width: 100%;
}
.n-left {
	width: 18%;
	padding: 16px 6px;
}
.col-md-8.n-right {
	width: 82%;
}
.n-right p {
	font-size: 14px;
	margin: 7px 0 1.3% 0;
}
.n-right span {
	font-size: 12px;
}
.style-text p {
	font-size: 14px;
}
.news-main {
	margin-top: 1%;
}
.col-md-6.news-left:nth-child(2) {
	margin-top: 1.5%;
}
.footer {
	padding: 2.5em 0px;
}
.footet-left h3 {
	font-size: 1em;
}
.footet-left ul {
	margin-top: 4%;
}
.testimonials-top p {
	font-size: 14px;
	margin-top: 7px;
}
.footer-text p {
	font-size: 14px;
}
.footer-text {
	margin-top: 4%;
}
.t-bottom p {
	font-size: 15px;
}
.footet-left ul li a {
	font-size: 14px;
}
}
@media(max-width:480px){

.top-menu ul {
  top: 53px;
}
.top-menu ul.nav li a {
	font-size: 14px;
	padding: 10px 0;
}
.col-md-8.n-right {
  width: 82%;
}
.reply input[type="text"] {
  margin: 3% 6px 10px 0px;
  font-size: 13px;
}
.reply textarea {
  font-size: 13px;
  padding: 8px 10px;
  min-height: 10em;
    width: 98.5%;
}
.blog-one h5 {
  font-size: 14px;
}
h4.media-heading {
  font-size: 15px;
}
.media-body p {
  margin-top: 3px;
}
.portfolio-left {
  padding: 0 4px;
}
.portfolio {
  padding: 0em 0px 1.5em 0px;
}
.glyphicon-refresh, .glyphicon-time, .glyphicon-thumbs-up {
  font-size: 2.5em;
}
.about-right {
  width: 88%;
}
.team-left h4 {
  font-size: 15px;
}
.mission-bottom h4 {
  width: 100%;
}
.pagination > li > a, .pagination > li > span {
  font-size: 13px;
}
.logo a img {
  width: 19.3%;
}
.mission-bottom p {
  width: 100%;
  margin-top: 5px;
}
.contact-top h3 {
  font-size: 1.25em;
}
.submit-btn input[type=submit] {
  padding: 8px 35px;
  font-size: 13px;
  margin: 3px 0 0 0px;
}
.contact-bottom iframe {
  height: 190px;
}
.contact-text input[type="text"]:nth-child(2) {
  margin: 0 1px;
}
.contact-text input[type="text"] {
  padding: 6px 10px;
}
.contact-text textarea {
  font-size: 13px;
  height: 9em;
  padding: 8px;
}
.callbacks_nav {
  height: 20px;
  width: 20px;
  background-size: 200%;
  left: 3.3%;
  top: 70.2%;
}
.callbacks_nav.next {
  right: 88.1%;
}
.header-right ul li a span {
	width: 27px;
	height: 27px;
	background-size: 300%;
}
.header-right ul li a span.fb:hover{
	background-position: 0px -27px;
}
.header-right ul li a span.instagram {
	background-position: -27px 0px;
}
.header-right ul li a span.google:hover{
	background-position: -27px -27px;
}
.header-right ul li a span.twit {
	background-position: -54px 0px;
}
.header-right ul li a span.twit:hover{
	background-position: -54px -27px;
}
.welcome-left {
	padding: 0 5px;
}
.welcome-bottom {
	padding: 12px 8px;
	margin-top: 5px;
}
.welcome-bottom h4 {
	font-size: 10px;
	margin-bottom: 0px;
}
.welcome-bottom a {
	font-size: 10px;
}
.welcome {
  padding: 9px 0px 1.5em 0px;
}
.style-text h3 {
	font-size: 1.3em;
}
.style-text p {
	width: 100%;
}
.s-btn a ,.b-btn a{
	font-size: 11px;
	padding: 6px 11px;
}
.style {
	min-height: 233px;
}
.t-bottom p {
	width: 97%;
}
.footet-left h3 {
	font-size: 15px;
}
.sub-text input[type="text"] {
  width: 77%;
  letter-spacing: 0;
  padding: 10px 10px;
  font-size: 11px;
}
.sub-text input[type="submit"] {
	padding: 0px 22px 13px 19px;
}
.footer {
	padding: 2em 0px;
}
.n-left {
	width: 18%;
	padding: 25px 0px;
}
#toTop {
  width: 27px;
  height: 26px;
  background-size: 100%;
}
.project-eff:hover span.rollover1 {
  height: 83px;
  width: 102px;
}
.blog {
  padding: 1.5em 0px;
}
.fixed-header {
	    z-index: 999;
		position: relative;
	}
}
@media(max-width:414px){

}
@media(max-width:375px){

}
@media(max-width:360px){

}
@media(max-width:320px){
.logo a img {
	width: 23%;
}

.callbacks_nav {
	left: 5%;
	top: 66.7%;
	height: 17px;
	width: 17px;
}
.callbacks_nav.next {
	right: 81.7%;
}
.callbacks_nav.next {
	right: 83.9%;
}
.welcome-left {
	padding: 0 15px;
	width: 100%;
	float: none;
}
.welcome-bottom h4 {
  font-size: 12px;
}
.welcome-bottom a {
  font-size: 11px;
}
.welcome-left:nth-child(1){
	margin-top:0;
}
.welcome-left{
	margin-top:3%;
}
.style-text h3 {
	font-size: 1.2em;
}
.style-text p {
	font-size: 13px;
}
.style-text {
	margin-top: 12.5%;
}
.style {
	min-height: 250px;
}
.news {
  padding: 1.5em 0px;
}
.news-top h3, .testimonials-top h3 {
  font-size: 1.2em;
}
.n-left {
  width: 100%;
  padding: 0px 0px;
}
.n-left img {
  width: 45%;
}
.col-md-8.n-right {
  width: 100%;
  text-align: center;
  padding: 0;
}
.col-md-6.news-left {
  padding: 0;
}
.n-right p {
  font-size: 13px;
  margin: 4px 0 1% 0;
}
.col-md-6.news-left:nth-child(2) {
  margin-top: 4.5%;
}
.testimonials-top p {
  font-size: 13px;
  margin-top: 5px;
}
.t-bottom h5 {
  font-size: 15px;
}
.t-bottom p {
	width: 100%;
	margin: 4px auto 0;
	font-size: 14px;
}
.callbacks_tabs a:after {
  height: 9px;
  width: 9px;
}
.testimonials {
  padding: 0em 0 2.5em 0px;
}
.callbacks_tabs {
  top: 99%;
}
.footet-left {
	width: 100%;
	text-align: center;
	float: none;
}
.footet-left:nth-child(1), .footet-left:nth-child(2), .footet-left:nth-child(3) {
	margin-bottom: 7%;
}
.footet-left ul li {
  margin: 2px 0px;
}
.footer {
  padding: 1.5em 0px;
}
.sub-text input[type="text"] {
  width: 77.5%;
  letter-spacing: 0;
  padding: 11px 10px 10px 10px;
  font-size: 11px;
}
.footet-left ul {
	margin-top: 3%;
}
.footer-text p {
  font-size: 13px;
}
.footer-text {
  margin-top: 6%;
}
.header-right ul li {
  margin: 7px 2px 0 2px;
}
span.menu {
  padding: 0px 0px 0px 0px;
}
.welcome {
  padding: 0px 0px 1.5em 0px;
}
.top-menu ul {
  padding: 0em 0em 0em 0em;
  top: 52px;
}
.contact-top h3 {
  font-size: 1.1em;
}
.contact-bottom iframe {
  height: 150px;
}
.contact-text input[type="text"]:nth-child(2) {
  margin: 0 0px;
}
.contact-text input[type="text"] {
  width:100%;
  margin:5px 0px;
}
.submit-btn input[type=submit] {
  padding: 7px 25px;
  font-size: 13px;
}
.contact {
  padding: 10px 0px 1em 0px;
}
.about, .team, .mission {
  padding: 1.5em 0px;
}
.about-right h4 {
  font-size: 13px;
}
.about-left {
  width: 100%;
  float: none;
  text-align: center;
}
.about-right {
  width: 100%;
  margin-top:5px;
  text-align: center;
}
.about-right p {
  font-size: 14px;
}
.col-md-3.team-left {
  width: 100%;
  float: none;
  padding: 0 15px;
}
.team-left p {
  font-size: 14px;
}
.mission-bottom h4 {
  font-size: 13px;
}
.mission-bottom p {
  font-size: 14px;
}
.team-left h4 {
  font-size: 14px;
}
.portfolio-left {
  padding: 4px 4px;
  width: 50%;
}
.project-eff:hover span.rollover1 {
  height: 108px;
  width: 129px;
}
.port-one {
  margin-top: 0%;
}
.blog {
  padding: 1em 0px;
}
.blog-left,.blog-right {
  padding: 0;
}
.blog-one a h4 {
  font-size: 12px;
}
.blog-btm {
  margin-top: 9%;
}
.blog-right {
  margin-top: 8%;
}
.blog-one h5 {
  font-size: 13px;
}
.blog-one ul li p {
  margin-left: 4px;
}
.blog-one ul li {
  margin-right: 2px;
}
span.glyphicon.glyphicon-user,span.glyphicon.glyphicon-calendar,
span.glyphicon.glyphicon-bookmark {
  font-size: 13px;
}
.reply input[type="text"] {
  margin: 3% 0px 0px 0px;
  font-size: 12px;
  width: 100%;
}
.reply textarea {
  font-size: 12px;
  width: 100%;
  margin-top: 8px;
}
.reply input[type="submit"] {
  padding: 7px 20px;
  margin-top: 5px;
}
.comments {
  margin-top: 7%;
}
.media {
  margin-top: 15px;
}
.reply {
  margin-top: 1.5em;
}
.sub-text input[type="submit"] {
  padding: 1px 22px 13px 19px;
}
.about-bottom {
  margin-top: 6%;
}
.abt {
  margin-top: 3%;
}
}
/*---- responsive-design -----*/