/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body{
	margin:0;
	font-family: 'Open Sans', sans-serif;
	background-color:#C0C0C0;
}
.banner{
	background:url(../images/banner.jpg)no-repeat 0px 0px;
	background-size:cover;
	min-height: 750px;
}
.header{
}
.header.about-header{
	background:rgba(131, 130, 126, 0.23);
}
.header-logo{
	float:left;
	width:18%;
	margin: 1.8em 0;
}
.top-nav{
	float:right;
	width: 59%;
}
.top-nav ul{
	margin: 0;
	padding: 8px;
}
.top-nav ul li{
	list-style-type:none;
	display:inline-block;
	padding: 1.7em 2em;
}
.top-nav ul li a{
	text-decoration:none;
	font-size: 22px;
	padding:0;
	color:#FFF;
	transition: .5s all;
	font-family: 'Playball', cursive;
}
.top-nav ul  a.active{
	color:#E4BB07;
}
.top-nav ul  a:hover{
	color:#E4BB07;
}
/*--nav-effect--*/
*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top-nav ul a {
	position: relative;
	display: inline-block;
	outline: none;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1.35em;
}
.top-nav ul a:hover,
.top-nav ul a:focus{
	outline: none;
}
/* Effect 13: three circles */
.nav1 a {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.nav1 li a::before {
	position: absolute;
	top: 36%;
	left: 50%;
	color: transparent;
	content: '.';
	text-shadow: 0 0 transparent;
	font-size: 1.35em;
	font-weight: 700;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}
.nav1 li a:hover::before,
.nav1 li a:focus::before ,.nav1 li a.active::before{
	color: #E4BB07;
	text-shadow:  11px 0 #E4BB07, -11px 0 #E4BB07;
}
/*--//nav-effect--*/
.banner-title{
	text-align: center;
	width: 57%;
	margin: 12em auto 2em;
	color:white;
}
.banner-title h2{
	font-size: 2.9em;
	letter-spacing:2px;
	margin: 0;
	font-family: 'Playball', cursive;
}
.banner-title p{
	font-size: 20px;
	margin: 1em 0 3em 0;
}
.read-more a{
	font-size: 18px;
	padding: 1em 0;
	border-bottom: 3px solid #E4BB07;
	border-top: 3px solid #E4BB07;
	color:white;
}
.read-more a:hover{
	color: #ED1420;
	text-decoration: none;
	transition: .5s all;
}
/*------------------ Slider Part starts Here----------*/

#slider3,#slider4 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.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 img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
/*-- single --*/
.opinion h3{
	font-size: 23px;
	margin: 0 0 1em 0;
	font-weight: 700;
	color: #868686;
}
.opinion form input[type="text"] {
	width: 100%;
	color: #898888;
	outline: none;
	font-size: 16px;
	padding: .5em;
	margin: 0 .5em 1em 0;
	border: solid 1px #D5D4D4;
	-webkit-appearance: none;
}
.opinion form textarea {
	resize: none;
	width: 100%;
	color: #898888;
	font-size: 16px;
	outline: none;
	resize:none;
	padding: .5em;
	border: solid 1px #D5D4D4;
	min-height: 125px;
	-webkit-appearance: none;
}
.opinion form input[type="submit"] {
	border: none;
	outline: none;
	color: #20aedc;
	background: none;
	font-size: 18px;
	font-weight: 600;
	margin: .6em 0;
	-webkit-appearance: none;
}
.blog-left-bottom p{
	font-size: 14px;
	margin: 0;
	color: #575353;
	line-height: 1.5em;
}
.blog-left-bottom {
	margin: .5em 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
  	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 102%;
	left: 17%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 40px;
	width: 55px;
	background: transparent url("../images/icons.png") no-repeat 26px 0px;
	margin-top: -65px;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
	left: auto;
	right: 24%;
	background: url(../images/icons.png)no-repeat -30px 0px;
	height: 40px;
	width: 24px;
}
#slider3-pager a ,#slider4-pager a {
  display: inline-block;
}
#slider3-pager span, #slider4-pager span{
  float: left;
}
#slider3-pager span,#slider4-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a , #slider4-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a ,#slider4-pager a{
  padding: 0;
}
#slider3-pager li ,#slider4-pager li{
	display:inline-block;
}
.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 li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
  width:100%;
}
.callbacks_tabs{
		list-style: none;
		position: absolute;
		top: 119%;
		z-index: 111;
		left: 46.5%;
		padding: 0;
		margin: 0;
}
.slider-top{
	text-align: center;
	padding:10em 0;
}
.slider-top h1{
	font-weight:700;
	font-size:48px;
	color:#010101;
}
.slider-top p{
	font-weight:400;
	font-size:20px;
	padding:1em 7em;
	color:#010101;
}
.slider-top ul.social-slide{
	display:inline-flex;
	margin: 0px;
	padding: 0px;
}
ul.social-slide li i{
	width:70px;
	height:74px;
	background:url(../images/img-resources.png)no-repeat;
	display: inline-block;
	margin:0px 15px;
}
ul.social-slide li i.win{
	background-position:-6px 0px;
} 
ul.social-slide li i.android{
	background-position:-110px 0px;
}
ul.social-slide li i.mac{
	background-position:-215px 0px;
}
.callbacks_tabs li{
	display: inline-block;
	margin: 0 .5em;
}
@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: 16px;
	border-radius: 17px;
	width: 17px;
	display: inline-block;
	background: white;
}
.callbacks_here a:after{
	background: #E4BB07;
}
/*--//slider end here--*/
/*--banner-bottom--*/
.banner-bottom{
	padding: 3em 0;
}
.welcome-info:nth-child(1) {
	padding-right: 2em;
}
.welcome-info h2{
	color: #E4BB07;
	margin: 0;
	font-size: 3.7em;
	font-weight: 300;
}
.welcome-info h4{
	font-size: 15px;
	font-weight: 700;
	line-height: 24px;
	margin: 1.3em 0;
	color: #000;
}
.welcome-info p{
	font-size: 15px;
	font-weight:500;
	color: #000;
	margin: 0;
	line-height:  26px;
}
.welcome-pic img{
	width: 100%;
}
.features-grids{
	padding: 4em 0 2em 0;
}
.features-grids-left img{
	width: 100%;
}
.features-grids h4{
	font-size: 15px;
	font-weight: 700;
	line-height: 24px;
	margin: 1em 3px;
	color: #000;
}
.features-grids-left p{
	font-size: 15px;
	font-weight: 500;
	color: #000;
	margin: 1em 0;
	line-height: 26px;
}
.more{
	margin-top: 2em;
	padding-top: .1em;
}
.more a{
	font-size: 14px;
	border: 1px solid #ED1420;
	color: #000;
	padding: .5em 1em;
	font-weight: 600;
	transition: .5s all;
}
.more a:hover{
	text-decoration: none;
	color: #fff;
	background: #ff5a5f;
}
.features-grids h3{
	color: #E4BB07;
	margin:0;	
	font-size: 2.3em;
	font-weight: 300;
}
.features-grids-right ul {
	margin: 2em 0 0;
	padding: 0;
}
.features-grids-right ul li{
	background: url(../images/icons.png) no-repeat -110px -2px;
	padding: 0px 8px;
	list-style-type: none;
	margin-top: 1em;
}
.features-grids-right ul li a{
	font-size: 1.15em;
	font-weight: 500;
	margin-left: 25px;
	color: #000;
}
.features-grids-right ul li a:hover{
	color: #ED1420;
	text-decoration:none;
	transition:.5s all;
}
/*--//banner-bottom--*/
/*--slid--*/
.slid{
	background:url(../images/slid.jpg)no-repeat 0px 0px;
	background-size: cover;
}
.slid-text {
	padding: 4.5em 0;
	width: 21%;
	margin: 0 auto;
	text-align:center;
}
.slid-text h3{
	margin:10px 0;
	color:white;
	font-size: 3.6em;
	font-weight: 600;
}
.slid-text h4{
	margin:0;
	color: rgb(231, 230, 230);
	font-size: 2em;
	font-weight: 100;
}
.slid-more{
	margin-top: 4em;
}
.slid-more a{
	color: white;
	font-weight: 100;
	border: 1px solid white;
}
.slid-more a:hover{
	border:1px solid #ff5a5f;;
}
/*--//slid--*/
/*--news--*/
.news{
	padding: 2em 0;
}
.news h3{
	color: #E4BB07;
	margin: 0 13px;	
	font-size: 2.1em;
	font-weight: 300;
}
.news-grids h4{ 
	font-size: 18px;
	font-weight: 600;
	margin: 1em 0;	
	color: #000;
}
.news-grids p{
	font-size: 15px;
	font-weight: 500;
	margin: 0;
	color: #000;
}
/*--//news--*/
/*--footer--*/
.footer-info{
	background:#454545;
	padding: 2em 0;
}
.footer-grids-info h3{
	color: #D0D0D0;
	font-size: 27px;
	font-weight: 300;
	margin: 0 0 1.3em 0;
}
.footer-grids-info form ul{
	margin: 0;
	padding: 0;
}
.footer-grids-info form ul li{
	list-style-type:none;
	display:inline-block;
	margin: 0;
}
.footer-grids-info form ul li.button{
	width: 68%;
}
.footer-grids-info  input[type="text"]{
	width: 98%;
	padding: .6em;
	font-size: 16px;
	font-weight: 600;
	border: 1px solid white;  
}
input:focus{
	outline:none;
}
.footer-grids-info  input[type="submit"]{
	background: #1D1D1D;
	font-size: 16px;
	font-weight: 100;
	padding: .6em 0.8em;
	color: #D0D0D0;
	margin-top: 0px;
	border: 1px solid black;
}
.footer-grids-info  input[type="submit"]:hover{
	background:rgb(216, 58, 59);
	color:white;
	border-color:rgb(215, 83, 84);
	transition:.5s all;
}
.footer-grids-info ul{
	padding: 0;
}
.footer-grids-info ul li{
	list-style-type:none;
	margin: 5px 0;
	color: #D0D0D0;
	font-size: 16px;
}
.footer-grids-info  ul li a{
	text-decoration:none;
	color: #D0D0D0;
	transition:.5s all;
}
.footer-grids-info  ul li a:hover{
	color:#ED1420;
}
.footer-logo{
	margin-top: 2em;
}
.footer-bottom{
	background: #1D1D1D;
	padding: 1em 0;
}
.social-icons{
	padding-top: 8px;
	width: 20%;
	float: left;
	margin-left: 10px;
}
.social-icons ul{
	padding: 0;
}
.social-icons ul li{
	display:inline-block;
}
.social-icons ul li a{
	background:url(../images/icons.png)no-repeat 0px 0px;
	padding: 11px 19px;
}
.social-icons ul li a:hover{
	background:url(../images/icons.png)no-repeat 0px -39px;
	padding: 11px 19px;
	transition:.5s all;
}
.social-icons ul li a.twit{
	background:url(../images/icons.png)no-repeat  -36px 0px;
}
.social-icons ul li a.twit:hover{
	background:url(../images/icons.png)no-repeat -36px -39px;
}
.social-icons ul li a.rss{
	background:url(../images/icons.png)no-repeat  -71px 0px;
}
.social-icons ul li a.rss:hover{
	background:url(../images/icons.png)no-repeat -71px -39px;
}
.copy-right{
	float: right;
	width: 70%;
	text-align: right;
}
.copy-right p{
	color:#E3E3E3;
	margin: 10px 0 0;
}
.copy-right p a{
	color:#ED1420;
	transition:.5s all;
}
.copy-right p a:hover{
	text-decoration:underline;
	color:white;
}
/*--//footer--*/
/*--about-page--*/
.about-info-left{
	float: left;
	width: 50%;
	padding: 2.5em 2em 2.7em 15em;
}
.about-info h3{
	color: #E4BB07;
	font-family: opan-sans serif;
	margin: 0px;
	font-size: 2.5em;
}
.about-info h4{
	font-size: 15px;
	font-weight: 700;
	line-height: 24px;
	margin: 1em 0;
	color: #000;
}
.about-info p{
	margin-bottom: 6px;
	font-size: 1em;
	font-weight: 500;
	color: #000;
	line-height: 26px;
}
.about-info img{
	width:100%;
}
.about-info-right{
	float:right;
	width:50%;
}
.about-info-image{
	float: left;
	width: 50%;
}
.about-info-text{
	float: left;
	width: 35%;
	padding: 1.5em 0 1.5em 3em;
}
.about-info-text h4{
	margin: .5em 0;
}
/*--//about-page--*/
/*--gallery-page--*/
.gallery-image-grids{
	padding: 3em 0;
}
.gallery-image-grids h2{	
	font-size: 3em;
	border-bottom: 2px dotted rgb(221, 213, 213);
	padding-bottom: 15px;
	margin: 0 0 .5em .2em;
	color: #E4BB07;
	font-weight: 100;
}
.gallery-grids-info{
	padding: 1em 0;
}
.gallery-images img{
	width: 100%;
	padding: 1em;
	border: 1px solid rgb(218, 208, 208);
}
.gallery-images img:hover {
	border: 1px solid pink;
}
.gallery-images:hover div.gallery-text{
	border: 1px solid pink;
	display:block;
}
.gallery-images h5{
	margin: 1em 0;
}
.gallery-images h5 a{
	font-size: 14px;
	font-weight: 700;
	color: #000;
}
.gallery-images h5 a:hover{
	color: rgb(63, 63, 249);
	text-decoration: none;
}
.gallery-images p{
	font-size: 1em;
	font-weight: 500;
	color: #000;
	margin: 0;
}
/*--//gallery-page--*/
/*--blog--*/
.blog-text {
	padding: 15em 0;
	text-align:center;
}
.blog-text h1{
	margin: 0;
	font-size: 9em;
	color: #E4BB07;
	font-weight: 700;
}
.blog-text p{
	margin: 0 0 1em 0;
	font-size: 2em;
	color: #000;
}
.blog-text a{
	background: rgb(215, 83, 84);
	font-size: 18px;
	color: white;
	padding: .5em 1em;
}
.blog-text a:hover{
	color:rgb(215, 83, 84);
	text-decoration:none;
	background:none;
	border:1px solid rgb(215, 83, 84);
	transition:.5s all;
}
/*--//blog--*/
/*--contact--*/
.contact-form {
	padding: 4em 0;
}
.contact-form h3 {
	font-size: 3em;
	border-bottom: 2px dotted rgb(221, 213, 213);
	padding-bottom: 15px;
	margin: 0 0 0 .2em;
	color: #E4BB07;
	font-weight: 100;
}
.contact-us {
	padding: 4em 0;
}
.contact-us-left form lable{
	font-size: 1em;
	font-weight: 600;
	color: #000;
	margin: 0;
}
.contact-us-left h4{
	margin: 0 0 .6em 0;
	font-size: 2em;
	font-weight: 400;
	color: #000;
}
.contact-us-left p{
	font-size: 1em;
	font-weight: 500;
	color: #000;
	margin: .5em 0;
}
.contact-us-left input[type="text"] {
	width: 93%;
	padding: .5em 0;
	margin: .5em 0 1em 0;
	color: #000;
}
.contact-us-left textarea {
	width: 93%;
	height: 145px;
	outline: none;
	resize: none;
	margin: .5em 0 1em 0;
	color: #000;
}
.contact-us-left input[type="checkbox"] {
	margin: 0 5px;
	vertical-align: middle;
}
.contact-us-left input[type="submit"] {
	background:rgb(79, 77, 77);
	color: white;
	border: none;
	padding: .6em 0;
	width: 26%;
	margin-top: 1em;	
}
.contact-us-left input[type="submit"]:hover {
	background: #ff5a5f;
}
.contact-us-right h4{
	margin: 0 0 .6em 0;
	font-size: 2em;
	font-weight: 400;
	color: #000;
}
.contact-us-right p{
	font-size: 1em;
	font-weight: 500;
	color: #000;
	margin: .5em 0;
}
.contact-us-right .map {
	margin: 1em 0;
	border: 2px solid gray;
	padding: 6px;
}
.map iframe{
	width: 100%;
	height: 300px;
}
.address-info{
	float:right;
	width:50%;
}
.address-info p a{
	margin-left: 5px;
	color: #000;
}
.address-info p a:hover{
	color:red;
	text-decoration:none;
	transition:.5s all;
}
/*--//contact--*/
/*--read-more-page--*/
.readmore-image{
	padding: 3em 0;
}
.readmore-image img{
	width:100%;
}
.readmore-image h3{
	font-size: 1.5em;
	margin: 0;
	color: #E4BB07;
	font-weight: 500;
	font-style: italic;
}
.readmore-image p{
	font-size: 1em;
	font-weight: 500;
	margin:.5em 0;
	line-height: 23px;
	color: #000;
}
.readmore-image p.artical-bottom{
	margin-left: 1em;
}
h4.artical-bottom {
	margin: .5em .6em;
	color: #E4BB07;
	font-size: 1.5em;
}
.link-text {
	padding: 2em 1em;
}
.link-text ul{
	border-top: 1px dotted gray;
	padding: 1em 0;
	margin: 0;
}	
.link-text ul.link-bottom {
	border-bottom: 1px dotted gray;
}
.link-text li{
	list-style-type:none;
	display:inline-block;
	margin-right: 3em;
	color: #000;
}
.link-text li a{
	margin-left: 9px;
	color:#000;
}
.link-text li a:hover{
	color: #E5133B;
	transition:.5s all;
}
.link-text span.calender {
	background: url(../images/img-sprite.png) no-repeat -7px 0px;
	padding: 5px 10px;
	margin-right: 7px;
}
.link-text li.man {
	margin: 0 5em;
}
.link-text li.man span {
	background: url(../images/img-sprite.png) no-repeat -29px 0px;
	padding: 5px 10px;
}	
.link-text li.link {
	margin: 0 0 0 12em;
}
.link-text li.link span {
	background: url(../images/img-sprite.png) no-repeat -71px 3px;
	padding: 5px 10px;
}
.link-text li.tag {
	margin-left: 11em;
}
.link-text li.tag span  {
	background: url(../images/img-sprite.png) no-repeat  -53px 0px;
	padding: 5px 10px;
}
.link-text li span.rate-tag {
	background: url(../images/img-sprite.png) no-repeat -7px -23px;
	padding: 5px 10px;
	margin-right: 7px;
}
.link-text li.chat span {
	background: url(../images/img-sprite.png) no-repeat -30px -23px;
	padding: 5px 10px;
}
.link-text li.eye{
	margin-right: 4em;
}
.link-text li.eye a{
	background: url(../images/img-sprite.png) no-repeat -55px -23px;
	padding: 5px 10px;
	margin: 0 5px 0 0;
}
.link-text li.like span{
	background: url(../images/img-sprite.png) no-repeat -76px -22px;
	padding: 3px 10px;
}
.related-posts{
	padding: 3em 0;
}
.related-posts h3{
	margin: 0 0 .6em .3em;
	font-size: 2.5em;
	font-weight: 400;
	color: #E4BB07;
}
.related-posts img{
	width: 100%;
	border: 1px solid rgb(215, 210, 210);
	padding: 6px;
}
.related-posts p{
	font-size: 15px;
	font-weight: 600;
	margin:.5em 0;
	color: #000;
}
.read-more-comments{
	padding: 2em 1em;
}
.read-more-comments lable {
	font-size: 15px;
	font-weight: 600;
}
.read-more-comments h4{
	margin: 0 0 .6em 0;
	font-size: 2.5em;
	font-weight: 400;
	color: #E4BB07;
}
.read-more-comments input[type="text"] {
	width: 30%;
	padding: .5em 0;
	margin: .5em 0 1em 0;
	display: block;
	color: #000;
}
.read-more-comments textarea {
	width: 55%;
	height: 155px;
	outline: none;
	resize: none;
	display: block;
	color: #000;
}
.read-more-comments input[type="submit"] {
	color: #000;
	padding: .3em .5em;
	margin: 1em 0;
	border: 1px solid black;
	background: white;
}	
.read-more-comments input[type="submit"]:hover {
	background: #ff5a5f;
	border: 1px solid #ff5a5f;
	color:white;
}
/*--//read-more-page--*/
/*--slider-up-arrow--*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 9%;
	right: 3%;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url("../images/move-up.png") no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*---- responsive-design -----*/
@media(max-width:1440px){
	.about-info-left {
		padding: 1em 2em 1em 15em;
	}
	.about-info-left p {
		overflow: hidden;
		height: 11em;
	}
	.about-info-text p.overflow{
		overflow: hidden;
		height: 3.5em;
	}
	.about-info h4 {
		margin: .8em 0;
	}
	.about-info-text {
		padding: 2em 0 2.6em 3em;
	}
	.more {
		margin-top: 1.5em;
	}
}
@media(max-width:1280px){
	.banner {
		min-height: 700px;
	}
	.banner-title {
		width: 70%;
	}	
	.slid-text {
		width: 24%;
	}
	.callbacks_tabs {
		left: 46%;
	}
	.about-info-left {
		padding: 1em 2em 1em 8em;
	}
	.about-info h4 {
		margin: .5em 0;
	}
	.about-info-left p {
		height: 9em;
		line-height: 25px;
	}
	.about-info-text {
		padding: 1em 0 1em 3em;
		width: 43%;
	}
}
@media(max-width:1024px){
	.header-logo img {
		width: 66%;
	}
	.top-nav {
		width: 64%;
	}
	.top-nav ul li {
		padding: 1.7em 1.5em;
	}
	.banner-title {
		width: 76%;
	}
	.callbacks_tabs {
		left: 43%;
	}
	.welcome-info h2{
		font-size:  3em;
	}
	.welcome-info:nth-child(1) {
		padding-right: 1em;
	}
	.welcome-info h4{
		font-size: 14px;
		margin: 1em 0;
	}
	.welcome-info p{
		font-size: 1em;
	}
	.features-grids {
		padding: 3em 0 2em 0;
	}
	.features-grids h4 {
		margin: .5em 0;
		font-size: 14px;
	}
	.features-grids p {
		margin: 0 0 1em;
		font-weight: 500;
		font-size: 1em;
	}
	.features-grids h3 {
		font-size: 2.1em;
	}
	.features-grids ul {
		margin: 2em 0 0;
	}
	.features-grids ul li {
		margin: 1.5em 0;
	}
	.features-grids ul li a {
		font-size: .95em;
		font-weight: 500;
		margin-left: 14px;
	}
	.slid {
		background: url(../images/slid.jpg)no-repeat -165px 0px;
		min-height: 280px;
	}
	.slid-text {
		width: 30%;
	}
	.slid-more {
		margin-top: 3em;
	}
	.news-grids p {
		font-size: 1em;
		font-weight: 500;
	}
	.news {
		padding: 1em 0 2em 0;
	}
	.footer-grids-info form ul li.button {
		padding-right: 0em;
	}
	.footer-grids-info input[type="text"] {
		width: 98%;
	}
	.footer-grids-info input[type="submit"] {
		font-size: 13px;
	}	
	.about-info-left p {
		height: 5em;
	}
	.about-info-left {
		padding: 1em 2em 1em 3em;
	}
	.about-info-text {
		padding: 1em 0 1em 2em;
		width: 45%;
	}
	.about-info-text p.overflow {
		overflow: hidden;
		height: 0;
		margin: 0;
	}
	.gallery-image-grids h2 {
		font-size: 2.5em;
	}
	.more a {
		padding: .5em;
	}	
	.blog-text h1 {
		font-size: 8em;
	}
	.contact-form h3 {
		font-size: 2.5em;
	}	
	.readmore-image-right p {
		overflow: hidden;
		height: 16em;
	}
	.readmore-image {
		padding: 3em 0 0;
	}
	.link-text li.tag {
		margin-left: 4em;
	}
	.link-text li.link {
		margin: 0 0 0 9em;
	}
}	
@media(max-width:768px){
	.banner {
		min-height: 600px;
	}
	.header-logo {
		margin: 1em 0 0 1em;
	}
	.header-logo  img{
		width:85%;
	}
	.top-nav {
		width: 68%;
	}
	.top-nav ul li {
		padding: 1em 1em;
	}
	.top-nav ul li a {
		font-size: 19px;
	}
	.banner-title {
		margin: 10em auto 2em;
	}
	.banner-title h2 {
		font-size: 2em;
	}
	.banner-title p {
		font-size: 17px;
	}
	.read-more a {
		padding: .7em 0;
		font-size: 16px
	}
	.callbacks_tabs {
		left: 42%;
		top: 136%;
	}	
	.banner-bottom {
		padding: 2em 0 1em;
	}
	.welcome-info {
		float: left;
		width: 58%;
	}
	.welcome-info h2 {
		font-size: 2.5em;
	}
	.welcome-info h4 {
		margin: 1em 0 .5em;
		overflow: hidden;
		height: 28px;
	}
	.welcome-info p {
		font-size: 1em;
		line-height: 23px;
		overflow: hidden;
		height: 90px;
	}
	.welcome-pic {
		float: right;
		width: 42%;
	}
	.welcome-pic img {
		width: 100%;
	}
	.features-grids-left {
		float: left;
		width: 50%;
	}
	.features-grids {
		padding: 3em 0 0 0;
	}
	.features-grids-right {
		float: left;
		width: 100%;
		margin: 2em 0 0;
	}
	.features-grids ul li a {
		font-size: 1em;
	}
	.slid-text {
		width: 39%;
		padding-top: 4em;
	}
	.slid-text h3 {
		font-size: 2.5em;
	}
	.slid-text h4 {
		font-size: 1.4em;
	}
	.news h3 {
		font-size: 2em;
	}
	.news-grids-info {
		float: left;
		width: 33%;
	}
	.connected {
		float: left;
		width:  30%;
	}
	.footer-grids-info h3 {
		font-size: 26px;
		margin: 0 0 1em 0;
	}
	.footer-grids-info form ul li.button {
		width: 100%;
		display: block;
		margin-bottom: 1em;
	}
	.footer-grids-info input[type="text"] {
		width: 100%;
		padding: .45em;
	}
	.footer-grids-info input[type="submit"] {
		padding: .3em 0.5em;
	}
	.footer-grids-info.map {
		float: left;
		width: 21%;
	}
	.footer-grids-info ul li {
		font-size: 15px;
	}
	.footer-grids-info ul li a {
		font-size: 15px;
	}
	.footer-grids-info {
		float: left;
		width: 30%;
	}
	.footer-logo {
		float: left;
		width: 19%;
	}
	.footer-logo img{
		width: 100%;
	}
	.about-info h3 {
		font-size: 2.3em;
	}
	.about-info h4 {
		font-size: 13px;
		font-weight: 700;
		line-height: 20px;
		overflow: hidden;
		height: 39px;
	}
	.about-info-left {
		padding: 1em 1em 1em 2em;
	}
	.about-info-left p {
		font-size: 13px;
		height: 3em;
		margin: 0;
		line-height: 20px;
	}
	.more{
		margin-top: .7em;
	}
	.more a {
		padding: 0.5em;
	}
	.about-info-text {
		padding: 1em 0 1em 1em;
		width: 48%;
	}
	.about-info-text  p {
		margin-bottom: 0;
		font-size: 13px;
		line-height: 19px;
		overflow: hidden;
		height: 40px;
	}
	.gallery-image-grids h2 {
		font-size: 2.2em;
		margin: 0;
	}
	.gallery-images {
		float: left;
		width: 33.33%;
		padding: 0;
	}
	.gallery-images:nth-child(1),.gallery-images:nth-child(2),.gallery-images:nth-child(3){
		padding-left:0px;
	}
	.contact-us {
		padding: 2em 0;
	}
	.contact-form h3 {
		font-size: 2.2em;
	}
	.contact-us-left {
		margin-bottom: 1em;
	}
	.contact-us-left input[type="submit"] {
		width: 15%;
	}
	.contact-us-left h4 {
		font-size: 1.8em;
	}
	.contact-us-right h4 {
		font-size: 1.8em;
	}
	.readmore-image-right {
		padding-top: 1em;
	}
	.link-text li.man {
		margin: 0 2em;
	}
	.link-text li.tag {
		margin-left:  3em;
	}
	.link-text li.link {
		margin: 0 0 0 0em;
	}
	.related-posts h3 {
		font-size: 2.2em;
	}	
	.read-more-grids {
		float: left;
		width: 49%;
	}	
}	
@media(max-width:640px){
	.banner {
		min-height: 510px;
	}
	.header {
		padding: 1em 2em;
	}
	.header-logo img {
		width: 100%;
	}
	.top-nav {
		width: 13%;
	}
	.header-logo {
		margin: 0;
	}
	.read-more a {
		padding: .5em 0;
		font-size: 13px;
	}
	.callbacks_tabs a:after {
		height: 16px;
		width: 16px;
	}
	span.menu {
		display: block;
		position: relative;
		cursor: pointer;
		float: right;
		background: url(../images/menu-icon.png)no-repeat 0px 0px;
		padding: 16px;
		margin: 4px 0 0;
	}
	.top-nav  ul.nav1{
		display:none;
		padding: 0;
		margin:0;
		z-index: 999;
		position: absolute;
		width: 100%;
		left: 0;
		top: 7.7%;
	}
	.top-nav ul.nav1 li {
		display: block;
		text-align: center;
		background: #4A4949;
		border-bottom: 1px solid #0F2031;
		margin: 0;
		width: 100%;
		padding:0;
	}
	.top-nav ul li a {
		color: white;
		display: block;
		padding:.7em 0;
		font-size: 16px;
	}
	.banner-title p {
		font-size: 15px;
	}
	.callbacks_tabs {
		left: 40%;
		top: 119%;
	}
	.welcome-info h2 {
		font-size: 2.2em;
	}
	.welcome-info h4 {
		margin: 0.5em 0;
	}
	.welcome-info p {
		line-height: 19px;
		height: 79px;
		font-weight: 400;
	}
	.features-grids  {
		padding: 1.5em 0 0 0;
	}
	.slid-text {
		width: 46%;
	}
	.news-grids h4 {
		margin: .7em 0;
	}
	.news-grids p {
		overflow: hidden;
		height: 144px;
	}
	.footer-grids-info.connected {
		width: 60%;
	}
	.footer-grids-info form ul li.button {
		width: 69%;
		display: inline-block;
	}
	.footer-grids-info input[type="text"] {
		width: 98%;
		font-size: 14px;
	}
	.footer-grids-info input[type="submit"] {
		font-size: 14px;
	}
	.footer-grids-info.map {
		width:30%;
	}
	.footer-grids-info {
		width: 59%;
	}
	.footer-logo {
		margin-top: 3em;
		width: 22%;
	}
	.social-icons {
		width: 100%;
		text-align: center;
		float: none;
	}
	.copy-right {
		text-align: center;
		width: 100%;
		float: none;
		margin-top: 1.5em;
	}
	.about-us {
		padding: 2em;
	}
	.about-info {
		padding-bottom: 2em;
	}
	.about-info-left {
		float: none;
		width: 100%;
		padding: 0;
	}
	.about-info h3 {
		font-size: 2em;
	}
	.about-info-left p {
		height: 8em;
	}
	.about-info-right {
		float: none;
		width: 100%;
		margin-top: 1em;
	}
	.about-info-text p.overflow {
		overflow: initial;
		height: 4.5em;
	}
	.about-info-image {
		float: none;
		width: 100%;
	}
	.about-info-text {
		width: 100%;
		float: none;
		padding: 0;
	}
	.more {
		margin: 1em 0 0 0
	}
	.gallery-grids-info {
		padding: 2em 0 0;
	}
	.gallery-images {
		width: 50%;
	}
	.gallery-images.img-overflow {
		display: none;
	}
	.readmore-image-right p {
		height: 0em;
	}
	.link-text li.man {
		margin: 0;
	}
	.link-text li.tag {
		margin-left: 30px;
	}
	.read-more-comments input[type="text"] {
		width: 73%;
	}
	.read-more-comments textarea {
		width: 73%;
		height: 130px;
	}
}	
@media(max-width:480px){
	.header {
		padding: 1em;
	}
	.header-logo {
		margin-top: .5em;
		width: 21%;
	}
	.top-nav ul.nav1 {
		top: 8%;
	}
	.banner {
		min-height: 400px;
	}
	.banner-title {
		margin: 6em auto 2em;
	}
	.banner-title p {
		overflow: hidden;
		height: 42px;
	}
	.read-more a {
		font-size: 14px;
	}
	.callbacks_tabs {
		left: 36%;
		top: 112%;
	}
	.welcome-info h4 {
		margin: 10px 0 1px 0;
	}
	.banner-title h2 {
		font-size: 2em;
	}
	.more a {
		padding: .5em;
	}
	.slid {
		background: url(../images/slid.jpg)no-repeat -464px	0px;
		min-height: 0;
	}
	.slid-text {
		width: 50%;
	}
	.slid-text h3 {
		font-size: 2em;
	}
	.slid-text h4 {
		font-size: 1.2em;
	}
	.welcome-info {
		float: none;
		width: 100%;
	}
	.welcome-pic {
		float: none;
		width: 100%;
		margin-top: 12px;
	}
	.features-grids-right {
		margin: 1em 0 0;
	}
	.features-grids ul {
		margin: 1em 0 0;
	}
	.features-grids ul li {
		margin: 1em 0;
	}
	.features-grids p {
		line-height: 22px;
	}
	.news-grids-info {
		float: none;
		width: 100%;
		margin-top: 2em;
	}
	.news-grids p {
		height: 61px;
	}
	.features-grids-left {
		float: none;
		width: 100%;
		margin-bottom: 1em;
	}
	.footer-grids-info h3 {
		font-size: 22px;
		font-weight: 500;
	}
	.footer-grids-info.connected {
		float: none;
		width: 100%;
	}
	.footer-grids-info.map {
		float: none;
		width: 100%;
	}
	.footer-grids-info {
		float: none;
		margin-top: 2em;
	}
	.footer-logo {
		float: none;
		margin-top: 2em;
		width: 27%;
	}
	.footer-grids-info h3 {
		margin: 0 0 .7em 0;
	}
	.about-info-left {
		padding: 0 0 1.5em 0;
	}
	.about-info-text p.overflow {
		height: 6em;
	}
	.gallery-image-grids h2 {
		font-size: 1.8em;
	}
	.gallery-images p {
		font-size: 13px;
	}
	.gallery-images h5 a {
		font-size: 13px;
	}
	.blog-text h1 {
		font-size: 6em;
	}
	.blog-text p {
		font-size: 1.5em;
	}
	.blog-text a {
		font-size: 16px;
	}
	.blog-text p {
		margin: 0 0 1.5em 0;
	}
	.contact-form {
		padding: 2em 0;
	}
	.contact-form h3 {
		font-size: 2em;
	}
	.contact-us-left h4 {
		font-size: 1.5em;
	}
	.contact-us-left input[type="submit"] {
		width: 21%;
		padding: .5em;
	}
	.read-more-comments textarea {
		height: 80px;
	}
	.read-more-comments input[type="text"] {
		padding: .2em 0;
	}	
	.link-text li.man {
		margin: 0 3em;
	}
	.link-text li.tag {
		margin: 19px 37px 0 0;
	}
	.link-text li {
		margin-right: 1em;
	}
}
@media(max-width:320px){
	.banner {
		/*background: url(../images/banner.jpg)no-repeat -478px -135px;*/
		min-height: 434px;
	}
	.header {
		padding: 1em 0;
	}
	.header-logo {
		margin: .2em 0 0 0;
		width: 33%;
	}
	.header-logo  img{
		width:100%;
	}
	.top-nav {
		margin-right: 1em;
	}
	.top-nav ul.nav1 {
		top: 12.7%;
	}
	.top-nav ul li a {
		font-size: 16px;
	}
	.banner-title {
		margin: 6em auto 2em;
		width: 90%
	}
	.banner-title h2 {
		font-size: 2em;
		overflow:hidden;
		height:30px;
	}
	.banner-title p {
		overflow: hidden;
		height: 40px;
		font-size: 14px;
	}
	.read-more a {
		border-width: 2px;
	}
	.callbacks_tabs {
		left: 34%;
		top: 117%;
	}
	.callbacks_tabs a:after {
		height: 13px;
		width: 13px;
	}	
	.welcome-info h2 {
		font-size: 2em;
	}
	.slid-text {
		width: 85%;
	}
	.slid-text h3 {
		font-size: 2em;
	}
	.slid-text h4 {
		font-size: 1em;
	}
	.news h3 {
		font-size: 1.9em;
	}
	.more {
		margin: 2em 0 1em 0;
	}
	.news-grids h4 {
		margin: .5em 0;
	}
	.news-grids-info {
		margin-top: 2.5em;
	}
	.features-grids h4 {
		font-size: 13px;
	}
	.features-grids p {
		font-size: 13px;
	}
	.features-grids ul {
		margin: 1em 0 0;
	}
	.features-grids ul li {
		margin: 1em 0;
	}
	.features-grids-right ul li a {
		font-size: 11px;
	}
	.features-grids-right h3 {
		font-size: 1.9em;
	}
	.footer-grids {
		padding: 2em 0;
	}
	.footer-info {
		padding: 0;
	}
	.footer-grids-info {
		margin: 0 0 2em 0;
		width: 100%;
	}
	.footer-grids-info h3 {
		margin: 0 0 .5em 0;
		font-size: 22px;
	}
	.footer-grids-info ul li {
		font-size: 14px;
	}
	.footer-grids-info ul li a {
		font-size: 14px;
	}
	.footer-grids-info form ul li.button {
		width: 56%;
	}
	.footer-grids-info input[type="text"] {
		padding: .35em;
		font-size: 12px;
	}
	.footer-grids-info input[type="submit"] {
		padding: .3em;
		font-size: 12px;
	}
	.social-icons {
		margin-bottom: 2em;
	}
	.footer-logo {
		width: 35%;
	}
	.about-us {
		padding: 1em;
	}
	.about-info h3 {
		font-size: 1.8em;
	}
	.about-info-left p {
		height: 5em;
		font-size: 13px;
	}
	.about-info-text p.overflow {
		overflow: hidden;
		height: 4.5em;
	}
	.gallery-images {
		float: none;
		width: 100%;
	}
	.gallery-grids-info {
		padding: 1em 0 0;
	}
	.gallery-image-grids {
		padding: 1em 0;
	}
	.gallery-image-grids h2 {
		font-size: 1.5em;
	}
	.blog-text {
		padding: 7em 0;
	}
	.blog-text h1 {
		font-size: 4em;
	}
	.blog-text p {
		font-size: 1.3em;
	}
	.blog-text a {
		font-size: 11px;
	}
	.contact-form h3 {
		font-size: 1.8em;
	}
	.contact-us {
		padding: 2em 0 0 0;
	}
	.contact-us-left h4 {
		font-size: 1.5em;
	}
	.contact-us-left form lable {
		font-size: 13px;
	}
	.contact-us-left p {
		font-size: 14px;
	}
	.contact-us-left input[type="text"] {
		width: 93%;
		margin: .5em 0;
	}
	.contact-us-left textarea {
		width: 93%;
		margin: .5em 0;
		height: 75px;
	}
	.contact-us-left input[type="submit"] {
		width: 28%;
		font-size: 11px;
	}
	.contact-us-right h4 {
		font-size: 1.5em;
	}
	.map iframe {
		height: 150px;
	}
	.address-info {
		float: none;
		width: 100%;
	}
	.address-info.overflow {
		display: none;
	}
	.readmore-image {
		padding: 2em 0 0;
	}
	.readmore-image-left:nth-child(1),.readmore-image-right:nth-child(2) {
		padding: 0;
	}
	.readmore-image h3 {
		font-size: 1.2em;
		font-weight: 600;
		margin-top: 1em;
	}
	.readmore-image p.artical-bottom {
		margin: 0;
		font-size: 12px;
	}
	h4.artical-bottom {
		margin: .5em 0;
		font-size: 1.1em;
		font-weight: 600;
	}
	.link-text li {
		margin: 0 1em .5em 0;
	}
	.link-text li.man {
		margin: 0 4em 0 0;
	}
	.link-text li.tag {
		margin: 8px 16px 8px 0;
	}
	.related-posts {
		padding: 0em 0;
	}
	.related-posts h3 {
		font-size: 1.5em;
	}
	.read-more-grids {
		float: none;
		width: 100%;
	}
	.related-posts p {
		font-size: 14px
	}
	.read-more-comments h4 {
		font-size: 1.5em;
	}
	.read-more-comments lable {
		font-size: 13px;
	}
	.read-more-comments input[type="text"] {
		margin: 0 0 0.5em 0;
	}
	.read-more-comments textarea {
		height: 65px;
	}
}	
/*----//responsive-design -----*/
