
body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
html, body{
	font-family: 'OpenSans-Regular';
	font-size: 100%;
	background: #ffffff;
}
@font-face {
   font-family: 'OpenSans-Regular';
   src: url(../fonts/OpenSans-Regular.ttf)format('truetype');
}
@font-face {
   font-family: 'Pacifico';
   src: url(../fonts/Pacifico.ttf)format('truetype');
}
@font-face {
   font-family: 'OpenSans-CondLight';
   src: url(../fonts/OpenSans-CondLight.ttf)format('truetype');
}
.banner-top{
	padding:1em 0;
}
.header-top-left {
    float: left;
}
.header-top-left p{
    color: #38393B;
    font-size: .9em;
    margin: 0;
    padding-left: 2em;
    position: relative;
    background: url(../images/phone.png) no-repeat 0px 1px;
}
.phone{
    top: 20% !important;
    left: 5% !important;
    position: absolute !important;
}
.details{
	float:right;
}
.details ul{
	padding:0;
	margin:0;
}
.details ul li{
    display: inline-block;
    color: #38393B;
    margin-right: 8px;
    font-size: .9em;
    position: relative;
    margin: 0 1em;
}
.details ul li.mail{
    background: url(../images/msg.png) no-repeat 0px 1px;
    padding-left: 2em;
}
.details ul li.location{
    background: url(../images/location.png) no-repeat 0px 1px;
    padding-left: 2em;
}
.details ul li a{
    color: #38393B;
    font-size: .9em;
}
.details ul li a:hover{
	text-decoration:none;
}
/*.banner{
    background: rgba(0, 0, 0, 0) url("../images/banner.jpg") no-repeat scroll center center / cover ;
    min-height: 600px; max-width:100%;
    position: relative;
	
}

.header-main {
    background: rgba(254, 109, 54, 0.64) none repeat scroll 0 0;
    height: 800px;
    padding: 6em 0 5em;
    text-align: center;
    width: 19.5%;
}

.logo a{
background: rgba(254, 109, 54, 0.64) none repeat scroll 0 0;
    height: 800px;
    padding: 46px 15.5px 78px 14px;
    text-align: center;
    width: 20.5%;
	font-size: 3em; 
	color: #FFF;
	font-family: "Pacifico";
	text-decoration:none;
}
.top-nav {
background: rgba(254, 109, 54, 0.64) none repeat scroll 0 0;
    height: 800px;
    padding: 2em 0 5em;
    text-align: center;
    width: 20.5%;
    text-align: center;
    width: 21%;
    margin: 0em 0 0 0;
}
.top-nav ul {
  padding: 0;
  margin: 0;
}
.top-nav ul li {
    display: block;
    margin: 1em 0;
}
.top-nav ul li a.active {
    color: #000000;
}
.top-nav ul li a {
    color: #FFFFFF;
    font-size: 1.3em;
    margin: 0;
    text-decoration: none;
}
.top-nav ul li a:hover{
    color: #000000;
}
 Effect 1: Brackets 
.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	-o-transition: -o-transform 0.3s,opacity 0.2s;
	-ms-transition:-ms-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	-o-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-1 a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	-o-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}
.icons{
    margin: -90px 0 0 0;
    width: 20%;
    text-align: center;
}
.icons ul{
  padding: 0;
  margin: 3em 0 0 0;
}
.icons ul li{
	display:inline-block;
	margin:0 .3em;
}
.icons ul li a.facebook{
    background: url(../images/social.png) no-repeat 0px 0px;
    width: 37px;
    height: 37px;
    display: block;
}
.icons ul li a.twitter{
    background: url(../images/social.png) no-repeat -37px 0px;
}
.icons ul li a.chrome{
    background: url(../images/social.png) no-repeat -75px 0px;
}
.icons ul li a.dribbble{
    background: url(../images/social.png) no-repeat -113px 0px;
}
.icons ul li a.pinterest{
	background:url(../images/social.png) no-repeat -164px 0px;
}
.icons ul li a.facebook:hover{
	opacity:.5;
}*/

nav a {
	position: relative;
	display: inline-block;
	outline: none;
	color: #000;
	text-decoration: none;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1em;
	font-family: 'Electrolize-Regular';
}

nav a:hover,
nav a:focus {
	outline: none;
}
/* Effect 1: Brackets */
.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-1 a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}
.banner {
  background: url(../images/banner.jpg)no-repeat center;
  min-height: 800px;
  background-size: cover;
  position:relative;
}
.banner-main {
  padding: 13em 0em 0em 0em;
}
span.menu {
  display: none;
}
.header-main {
  width: 19.5%;
  height: 800px;
  background:rgba(254, 109, 54, 0.84);
  text-align: center;
  padding: 6em 0em 5em 0em;
}
ul.bann-icons {
    padding: 5em 0em 0em 0em;
    list-style: none;
}
ul.bann-icons li{
   display:inline-block;
     margin: 0em 0.5em 0em 0em;
}
ul.bann-icons li a{
  background: url(../images/bann-icns.png)no-repeat;
  width: 32px;
  height: 32px;
  display: block;
}
ul.bann-icons li a.fa {
  background-position: 0px 0px;
  opacity: 1.0;
}
ul.bann-icons li a.tw {
  background-position: -34px 0px;
   opacity: 1.0;
}
ul.bann-icons li a.g {
  background-position: -68px 0px;
  opacity: 1.0;
}
ul.bann-icons li a:hover {
   opacity: 0.4;
}
.top-nav {
  padding: 1em 0em 1em 0em;
}
.top-nav ul.res {
  padding: 1em 0em 0em 0em;
  list-style: none;
  text-align: center;
}
.top-nav ul.res li {
  display: block;
  margin: 0em 0em 1em 0em;
}
.top-nav ul.res li a{
  font-size: 1.2em;
  color: #fff; font-weight:bold;
}
.top-nav ul.res li a:hover{
	text-decoration:none;
	color:#000;
}
.banner-bottom {
  padding: 10em 0em 0em 0em;
  position:relative;
}
/*--header-menu--*/
button#showRightPush {
	background: none;
	border: none;
	color: #e8e8e8;
	position: fixed;
	right: 13.5%;
	z-index: 9999;
	outline: none;
	top: 3.9%;
}
button#showRightPush img {
	padding-left: 0px;
}
/* General styles for all menus */
.cbp-spmenu {
	position: fixed;
	z-index: 999;
}
.cbp-spmenu a {
	display: block;
	color: #fff;
	font-size: 1.1em;
	display: inline-block;
}
.cbp-spmenu a:hover {
	color: #fff;
}
.cbp-spmenu a:active {
	background: #afdefa;
	color: #47a3da;
}
/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical a {
	padding: 23px 1em;
}
.cbp-spmenu-vertical a:nth-child(6){
	border-right:none;
}
.cbp-spmenu-vertical a:hover {
	text-decoration: none;
	color:#f9751a;
}
.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}
.cbp-spmenu-horizontal h3 {
	height: 100%;
	width: 20%;
	float: left;
}
.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;
	border-left: 1px solid #258ecd;
}
/* Vertical menu that slides from the left or right */
.cbp-spmenu-left {
	left: -1000px;
	top: 0px;
}
.cbp-spmenu-left.cbp-spmenu-open {
	left: 23.5%;
	top: 0;
}
/* Horizontal menu that slides from the top or bottom */
/* Push classes applied to the body */
.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}
.cbp-spmenu-push-toleft {
	left: -240px;
}
/* Transitions */
.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/*--header-menu--*/
/*-- effect for nav --*/
.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}
.cl-effect-1 a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}
.cl-effect-1 a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}
.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}
button#showLeftPush {
	border: none;
	position: fixed;
	left: 14%;
	z-index: 9999;
	outline: none;
	top: 2%;
	background: #f4345d;
    padding: 5px 5px;
}

/*-- welcome --*/
.welcome{
	padding:4em 0;
}
.welcome-info{
    text-align: center;
}
.welcome-info h3{
    font-size: 4em;
    margin: 0;
    color: #039bff;
    font-family: 'OpenSans-CondLight';
}
h5.caption{
    color: #777;
    font-size: 1em;
    line-height: 1.8em;
    font-weight: 600;
    width: 75%;
    margin: 2em auto 0;
}
.welcome-info p{
    font-size: .9em;
    color: #949494;
    margin: 2em auto 0;
    line-height: 1.8em;
    width: 75%;
}
/*-- about --*/
.about{
	padding: 1em 0;
    background: #F7F7F7;
}
.about-left {
    padding: 0;
}
.about-left img{
	width:100%;
}
.about-right{
    background: #039bff;
    padding: 2em 2em 1em 2em;
    min-height: 285px;
}
.about-right h3{
    font-size: 4em;
    margin: 0;
    color: #FFF;
    font-family: 'OpenSans-CondLight';
}
.about-right p{
    font-size: .9em;
    color: #FFF;
    margin: 1em 0 0 0;
    line-height: 1.8em;
}
/*-- about-bottom-grids --*/
.about-bottom-grids {
    margin-top: 3em;
}
.skills-top h5{
    color: #777;
    font-size: .9em;
    font-weight: 600;
    margin: 0;
}
.skills {
    width: 80%;
    margin: 12px 0;
    height: 21px;
    background: #E2E2E2;
    position: relative;
}	
.skill1 {
    float: left;
    height: 100%;
    display: block;
    background-color: #039bff;
}
.skills-top {
  margin: .4em 0 0 0;
}
.skills-right{
	float:right;
	width:0;
}
.skills-right p{
	color:#000;
	font-size:14px;
	font-weight:600;
	margin: 0 0 0 1em;
}
.about-bottom-right h4{
    font-size: 1em;
    font-weight: 600;
    color: #777;
    margin: 0;
    line-height: 1.8em;
}
.about-bottom-right p{
	font-size: .9em;
    color: #949494;
    margin: 1em 0 0 0;
    line-height: 1.8em;
}
/*-- banner-bottom --*/
.banner-bottom{
  padding: 2em 0;
}
.banner-text {
	text-align: center;
}
.banner-text h3{
	font-size: 4em;
    margin: 0;
    color: #039bff;
    font-family: 'OpenSans-CondLight';
}
.banner-text p{
  color: #A0A0A0;
  font-size: 1.2em;
  margin: 2em auto 0 auto;
  width: 72%;
  line-height: 1.8em;
}
.banner-bottom-grids{
	margin: 6em 0 0 0;
}	
.services-grids{
	margin:2em 0 0 0;
}
.banner-bottom-grid{
	text-align:center;
}
.banner-bottom-grid h4{
    color: #777;
    margin: 1em 0 1em 0;
    font-size: 1em;
    font-weight: 600;
}
.banner-bottom-grid p{
	color: #949494;
    font-size: .9em;
    margin: 0 auto;
    line-height: 1.8em;
}
.services-icon {
    background: #039bff;
    width: 95px;
    height: 95px;
    line-height: 7em;
    margin: 0 auto; padding:30px 0 0 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-th-large {
	font-size: 2em;
    color: #FFFFFF;
}
.banner-bottom-grid:hover div.services-icon {
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  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;
}
/*-- testimonials --*/
.testimonials{
    background: url(../images/22.jpg) no-repeat 0px 0px;
    padding: 6em 0 7em;
}
.testimonials-info {
    text-align: center;
}
.testimonials-info h3{
    font-size: 4em;
    margin: 0;
    color: #FFF;
    font-family: 'OpenSans-CondLight';
}
h5.testimonials-caption{
    color: #FFF;
}
.testimonials-grid{
	text-align: center;
    width: 70%;
    margin: 3em auto 0;
}
.testimonials-grid p{
	font-size: .9em;
    color: #FFF;
    margin: 1em 0 0 0;
    line-height: 1.8em;
}
.testimonials-grid p span{
	font-size:2em;
}

.f1{ font-size:14px; text-align:justify; line-height:25px; color:#555; margin-top:10px;}

/*------------------ Slider Part starts Here----------*/
#slider2,
#slider3 {
  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;
  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;
}
.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: 100%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 16px;
  width: 15px;
  background: transparent url("../images/themes.png") no-repeat left top;
  margin-top: 0;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
  left: 7%;
  background-position: right top;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-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;
}
.callbacks_tabs{
    list-style: none;
    position: absolute;
    top: 106%;
    z-index: 999;
    left: 48%;
    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 .2em;
}
@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;
    background: #039bff;
    display: inline-block;
    border: 2px solid #039bff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
}
.callbacks_here a:after{
    border: 2px solid #FFFFFF;
    background: #039bff;
}
/*-- gallery --*/
.gallery-top {
    padding: 5em 0;
}
.gallery-info {
  text-align: center;
}
.gallery-info h3 {
    font-size: 4em;
    margin: 0;
    color: #039bff;
    font-family: 'OpenSans-CondLight';
}
.gallery-info p {
  color: #B2B2B2;
  font-size: .9em;
  margin: 1em auto 0;
  line-height: 1.8em;
  width: 70%;
}
.gallery-grid img {
  width: 100%;
}
.gallery-grid:hover img {
  -webkit-filter: grayscale(100%);
  opacity: 8;
  transition: all 300ms!important;
  -webkit-transition: all 300ms!important;
  -moz-transition: all 300ms!important;
}
.gallery-grids-middle{
	margin:2em 0;
}
.gallery-grids-top {
    margin: 5em 0 0 0;
}
/*-- news --*/
.news{
    padding: 5em 0;
    background: url(../images/n1.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 852px;
}
.news-info{
	text-align:center;
}
.news-info h3 {
    font-size: 4em;
    margin: 0;
    color: #FFF;
    font-family: 'OpenSans-CondLight';
}
.news-grids {
  margin-top: 3em;
}
.news-grid img{
  width: 100%;
  margin: 1em 0;
}
.news-grid h4{
    color: #FFFFFF;
    font-size: 1em;
    margin: 0 0 .3em 0;
    font-weight: 600;
}
.news-grid a:hover{
	text-decoration:none;
}
.news-grid span {
    color: #FFFFFF;
    font-size: .9em;
    line-height: 1.8em;
}
.news-info p {
  color: #FFFFFF;
  font-size: .9em;
  margin: 0;
  line-height: 1.8em;
}
/*-- footer --*/
.contact{
	padding: 0em 0;
}
.contact-info {
  text-align: center;
}
.contact-info h3 {
    font-size: 4em;
    margin: 0;
    color: #039bff;
    font-family: 'OpenSans-CondLight';
}
.contact-grids {
    margin: 4em 0 0 0;
}
.contact-grid-info h3{
    font-size: 3em;
    margin: 0;
    color: #039bff;
    font-family: 'OpenSans-CondLight';
}
.contact-grid-list {
    margin-top: 2em;
}
.contact-grid-list ul{
	padding:0;
	margin:0;
}
.contact-grid-list ul li{
	display:block;
	margin:1em 0;
}
.contact-grid-list ul li a{
	font-size: .9em;
    color: #555;
	text-decoration:none;
}
.contact-grid-list ul li a:hover{
	color:#039bff;
}
.contact-grid-list h4 {
    color: #777;
    font-size: 1em;
    font-weight: 600;
    margin: 0 0 .5em 0;
}
.contact-grid-list p {
    color: #555;
    font-size: .9em;
    margin: 1em 0;
    line-height: 1.8em;
}
.contact-grid-list p span {
    display: block;
}
.contact-grid-list p a {
    color: #333;
    text-decoration: none;
}
.contact-grid-list p a:hover{
	color:#039bff;
}
.contact-grid-list input[type="text"] {
    width: 100%;
    color: #555;
    background: none;
    outline: none;
    font-size: .9em;
    padding: .5em;
    margin-bottom: 1em;
    border: solid 1px #949494;
    -webkit-appearance: none;
}
.contact-grid-list textarea {
    resize: none;
    width: 100%;
    background: none;
    color: #949494;
    font-size: .9em;
    outline: none;
    padding: .5em;
    border: solid 1px #949494;
    min-height: 80px;
    -webkit-appearance: none;
}
.contact-grid-list input[type="submit"] {
    border: none;
    outline: none;
    color: #FFFFFF;
    padding: .5em 1.5em;
    font-size: .9em;
    font-weight: 600;
    margin: 0.5em 0 0 0;
    -webkit-appearance: none;
    background: #039bff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
.contact-grid-list input[type="submit"]:hover {
    background: #4D4D4D;
    color: #FFF;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
/*-- footer --*/
.footer{
	padding:1em 0;
	text-align:center;
	background:#039bff;
}
.footer p{
    color: #FFF;
    font-size: .9em;
    margin: 0;
}
.footer p a{
	color:#FFF;
}
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 14px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 24px;
	height: 24px;
	border: none;
	text-indent: 100%;
	background: url("../images/up-arrow.png") no-repeat 0px 0px;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
span.menu {
	display: none;
}
/*-- responsive-design starts-here --*/

@media(max-width:1280px){
.header-main {
  height: 700px;
  width: 15%;
  padding: 3em 0em 2em 0em;	
}
.banner {
  min-height: 700px;
}
.logo img {
  width: 100%;
}

}

@media(max-width:1024px){
.header-main {
  height: 620px;
   width: 17%;	
}
.banner {
  min-height: 620px;
}
ul.bann-icons {
  padding: 2em 0em 0em 0em;
}

}

@media (max-width: 1080px) {
	.header-main {
  height: 620px;
   width: 17%;	
}
.banner {
  min-height: 620px;
}
ul.bann-icons {
  padding: 2em 0em 0em 0em;
}
	.about-right {
		background: #039bff none repeat scroll 0% 0%;
		padding: 1em 1em 0em;
		min-height: 235px;
	}
	.testimonials {
		background: transparent url("../images/22.jpg") no-repeat scroll -493px 0px;
	}
}
@media (max-width: 991px) {
	.header-main {
  height: 620px;
   width: 17%;	
}
.banner {
  min-height: 620px;
}
ul.bann-icons {
  padding: 2em 0em 0em 0em;
}
	.about-right {
		padding: 2em 2em 1em;
	}
	.banner-bottom-grid {
		width: 80%;
		margin: 0 auto 2em;
	}
	.testimonials {
		padding: 4em 0 7em;
	}
	.gallery-grid {
		float: left;
		width: 50%;
		margin-bottom: 2em;
	}
	.gallery-grids-middle {
		margin: 0em 0;
	}
	.news-grid {
		float: left;
		width: 33.33%;
	}
	.contact-grid {
		float: left;
		width: 33.33%;
	}
	.services-grids {
		margin: 0em 0 0 0;
	}
}
@media (max-width: 768px) {
	.features {
  padding: 2.5em 0em 0em 0em;
}
span.menu{
		display: block;
		text-align:right;
		padding: 1px 0px 0px 0px;
		cursor: pointer;
		color: #E74C3C;
		font-size: 16px;
		font-weight: 700;
		position:relative;
	}
.top-nav ul.res{
	 display:none;
	 padding:0px;
}
.top-nav ul.res {
		padding: 0;
		margin: 2em 0em 0em 0em;
		z-index: 9999;
		position: absolute;
		width: 100%;
		left:0;
}
.top-nav ul.res li{
		display: block;
		text-align: center;
		background:#553a99;
		margin: 0;
		  width: 100%;
}
.top-nav ul.res li a {
  font-size: 16px;
  padding: 0.5em 1em;
  color: #fff;
  display: inline-block;
  border: none;
  background: none;
  text-align: center;
  margin: 0em;
}
ul.res  a:hover,ul.res li a.active{
	color:#000;
}
.header-main {
  height: 110px;
  width: 100%;
  padding:0.5em 1em;
}
.logo {
  float: left;
  width: 14%;
}
.top-nav {
  float: right;
  padding: 2em 0em 1em 0em;
}
ul.bann-icons {
  float: left;
  width: 50%;
  text-align: right;
}
ul.bann-icons {
  padding: 2em 0em 0em 0em;
}
.banner {
  min-height: 425px;
}
.fea-left {
  padding: 0em 0.5em 0em 0em;
  float: left;
  width: 50%;
}
.fea-right {
  float: right;
  width: 50%;
  padding: 0em 0em 0em 0.8em;
}
.fea-top-img {
  padding: 0em 0em 1em 0em;
}
}
@media (max-width: 640px) {
	.banner {
  min-height: 350px;
}	
.top-nav {
  padding: 1.5em 0em 0em 0em;
}
ul.bann-icons {
  padding: 1em 0em 0em 0em;
}
.header-main {
  height: 100px;
}
figure.effect-bubba p {
  font-size: 0.75em;
}
.logo {
  width: 15%;
}
	.testimonials-grid {
		width: 100%;
	}
	.testimonials {
		padding: 5em 0 0 0;
		min-height: 581px;
		background: transparent url("../images/22.jpg") no-repeat scroll -855px 0px;
		background-size: cover;
	}
	.news-grid h4 {
		line-height: 1.8em;
	}
	.welcome {
		padding: 2em 0;
	}
	.welcome-info h3 {
		font-size: 3em;
	}
	h5.caption {
		width: 100%;
		margin: 1em auto 0;
	}
	.welcome-info p {
		width: 100%;
	}
	.about-right h3 {
		font-size: 3em;
	}
	.about-right {
		padding: 1em 2em 1em;
	}
	.banner-bottom {
		padding: 2em 0;
	}
	.banner-text h3 {
		font-size: 3em;
	}
	.banner-bottom-grids {
		margin: 3em 0 0 0;
	}
	.testimonials-info h3 {
		font-size: 3em;
	}
	.gallery-top {
		padding: 2em 0;
	}
	.gallery-info h3 {
		font-size: 3em;
	}
	.news-info h3 {
		font-size: 3em;
	}
	.news-grid span {
		font-size: .8em;
	}
	.news {
		min-height: 745px;
	}
	.gallery-grids-top {
		margin: 2em 0 0 0;
	}
	.contact {
		padding: 2em 0;
	}
	.contact-info h3 {
		font-size: 3em;
	}
	.contact-grid-info h3 {
		font-size: 2em;
	}
	.contact-grid-list ul li {
		margin: .5em 0;
	}
	.contact-grid-list ul li a {
		font-size: .8em;
	}
	.contact-grid-list p {
		font-size: .8em;
	}
}
@media (max-width: 480px) {
	
	.details ul li.mail {
	    padding-left: 1.8em;
	}
	.details ul li {
		margin: 0 .5em;
	}
	
	.details ul li {
		font-size: 0.8em;
	}
	.details ul li.mail {
		background: url(../images/msg.png) no-repeat 0px 0px;
	}
	.details ul li.location {
		background: url(../images/location.png) no-repeat 0px 0px;
	}
	
	.logo {
  width: 20%;
}	
.tem-detail h4 {
  font-size: 1.3em;
}
.header-main {
  height: 95px;
}
.banner {
  min-height: 285px;
}
.top-nav ul.res {
  margin: 1.5em 0em 0em 0em;
}
	/*.banner {
		background: transparent url(../images/banner.jpg) no-repeat 0px 0px;
		background-size: cover;
	}
	span.menu {
		display: block;
		padding-bottom: .5em;
		cursor: pointer;
		font-size: 1em;
		color: #FFF;
		position: relative;
	}
	ul.nav1 {
		display: none;
	}
	.top-nav {
	    text-align: center;
		padding: 0;
		margin: .5em 0 0 0;
	}
	.top-nav ul {
	  padding: 0;
	  margin: 0 auto;
	  z-index: 9999;
	  position: absolute;
	  width: 100%;
	  left: 0;
	}
	.top-nav ul.nav1 li {
	    display: block;
		text-align: center;
		background: rgb(233, 124, 83);
		border-bottom: 1px ridge rgba(255, 255, 255, 0.28);
		margin: 0;
		width: 100%;
	}
	.top-nav ul li a {
	  padding: .3em 0;
	  display: block;
	  float: none;
	  color: #FFFFFF;
	}*/
	.welcome {
		padding: 1em 0;
	}
	.welcome-info h3 {
		font-size: 2em;
	}
	h5.caption {
		font-size: .9em;
	}
	.about {
		padding: 1em 0;
	}
	.about-right h3 {
		font-size: 2em;
	}
	.about-bottom-right h4 {
		font-size: .9em;
	}
	.banner-bottom {
		padding: 1em 0;
	}
	.banner-text h3 {
		font-size: 2em;
	}
	.banner-bottom-grids {
		margin: 2em 0 0 0;
	}
	.testimonials-info h3 {
		font-size: 2em;
	}
	.callbacks_tabs {
		left: 41%;
		top: 103%;
	}
	.gallery-top {
		padding: 1em 0;
	}
	.gallery-info h3 {
		font-size: 2em;
	}
	.news {
		padding: 2em 0;
	}
	.news-grid {
		float: none;
		width: 100%;
		margin-bottom: 1em;
	}
	.contact {
		padding: 1em 0;
	}
	.contact-info h3 {
		font-size: 2em;
	}
	.contact-grid {
		float: none;
		width: 100%;
	}
	.contact-grid-list {
		margin-top: 1em;
	}
	.contact-grids {
		margin: 2em 0 0 0;
	}
	.contact-grid:nth-child(2){
		margin:1em 0;
	}
	.news-info h3 {
		font-size: 2em;
	}
}
@media (max-width: 320px) {
	/*.header-top-left {
	    float: none;
		width: 50%;
		margin: 0 auto;
	}*/
	.details {
	    float: none;
		width: 100%;
		margin: .5em 0 0 0;
	}
	.details ul li {
		font-size: 0.78em;
		height: 19px;
		margin:0;
	}
	/*.logo a {
		font-size: 1.7em;
	}
	.top-nav {
		width:50%;
	}
	.icons ul li a.facebook {
		background: url(../images/social.png) no-repeat 0px 0px;
		width: 30px;
		height: 30px;
		display: block;
		background-size: 392%;
	}
	.icons ul li a.twitter {
		background: url(../images/social.png) no-repeat -30px 0px !important;
		background-size: 392% !important;
	}
	.icons ul li a.chrome {
		background: url(../images/social.png) no-repeat -58px 0px !important;
		background-size: 392% !important;
	}
	.icons ul li a.dribbble {
	    background: url(../images/social.png) no-repeat -89px 0px !important;
		background-size: 392% !important;
	}
	.icons {
		width: 50%;
	}*/
	h5.caption {
		font-size: .8em;
	}
	.welcome-info p {
		font-size: .8em;
	}
	.about-right p {
		font-size: .8em;
	}
	.about-bottom-right h4 {
		font-size: .8em;
	}
	.about-bottom-right p {
		font-size: .8em;
	}
	
	.logo {
  width: 26%;
}	
ul.bann-icons {
  width: 51%;
}
ul.bann-icons li a {
  background-size: 300%;
}
ul.bann-icons li {
  margin: 0em 0em 0em 0em;
}
ul.bann-icons li a.tw {
  background-position: -33px 0px;
}
ul.bann-icons li a.g {
  background-position: -65px 0px;
}
span.menu img {
  width:87%;
}
.header-main {
  height: 80px;
}
.top-nav {
  padding: 1em 0em 0em 0em;
}
.banner {
  min-height: 225px;
}
	/*.banner-bottom-grid h4 {
		font-size: .9em;
	}
	.banner-bottom-grid {
		width: 100%;
	}
	.banner-bottom-grid p {
		font-size: .8em;
	}*/
	.testimonials-grid p {
		font-size: .8em;
	}
	.testimonials {
		padding: 3em 0 0 0;
		background: transparent url("../images/22.jpg") no-repeat scroll -1198px 0px;
		background-size: cover;
	}
	.skills-top h5 {
		font-size: .8em;
	}
	.gallery-grid {
		float: none;
		width: 100%;
		margin-bottom: 1em;
	}
	.footer p {
		font-size: .8em;
	}
	.news-info p {
		font-size: .8em;
	}
	.news-grid h4 {
		font-size: .9em;
	}
}