@charset "utf-8";
/* CSS Document */
.fa-calendar {
	padding-right:1em;
	color:#fff;
	font-size:1.5em;
}
.Feedback {
	border-right: 2px solid #eee;
	width:100% !important;
}
.feedback-head h2 {
	color:#D5B765;
	font-size:2em;
}
.feedback-head p {
	color:#666;
	font-size:0.8em;
}
.feedbackbox {
}
.testimonial {
	min-height:200px;
}
.News {
	display: block;
	float: left;
	min-height: 325px;
	width: 100%;
}
.News .news-head {
	width: 100%;
	display: block;
	font-weight: 100;
	color: #D5B765;
}
#vertical-news {
	padding: 0px;
	width: 100%;
	height: 265px;
	margin: 0 auto;
}
#vertical-ticker {
	height: 260px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	/* -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4); */
    list-style: none;
}
#vertical-ticker li {
	display: block;
	height: 48px;
	width: 100%;
	padding: 20px 20px 20px 20px;
	background: #FFF;
	color: #333;
}
.date {
	width: 15%;
	min-height: 40px;
	padding: 5px 0px !important;
	background: #DEC57D;
	margin: 0px;
	border-radius: 4px;
	border: 1px solid #D5B765;
	text-align: center;
	color: #333;
	float: left;
}
.date .day {
	font-size: 12px;
}
.date .month {
	font-size: 12px;
}
.news-text {
	width: 80%;
	padding: 0 0 15px 1em;
	min-height: 50px;
	float: left;
	font-size: 12px;
}
.news-text p {
	text-align: justify;
	font-size: 13px;
	line-height: 18px;
}
blockquote {
	padding: 10px 2em;
	margin: 0px 0px 20px 0px;
	font-size: 1em;
	border-left:none !important;
}
/*-- services --*/

p {
	text-align:justify;
}
.services {
	background:url(../images/cross-3.jpg) #192C3B;
	background-size: cover;
	width: 100%;
	display: block;
	min-height: 350px;
	padding: 0 0 3em;
}
.services h3 {
	font-size:27px;
	margin: 3em 0 0.5em;
	color:#B2B8BD;
	font-family: 'Questrial', sans-serif;
}
.service-grids img {
	margin-bottom: 3em;
}
.service-grid {
	float:left;
	padding:0px 0px;
	position:relative;
}
.service-grid1 {
	padding:0px 0px;
}
.fig1 {
	width:100%;
	height:90px;
	display:block;
}
.fig2 {
	width:100%;
	height:90px;
	display:block;
}
.fig3 {
	width:100%;
	height:430px;
	display:block;
}
.service-grid-text {
	background:#fff;
	position:relative;
	padding:20px;
	top: 40px;
	margin-bottom:20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.service-grid-text1 {
	background:rgba(225, 225, 225, 0.43);
	float:right;
	text-align:center;
}
.service-grid-text2 {
	background:rgba(225, 225, 225, 0.43);
	margin-top:10px;
	float:right;
	text-align:center;
}
.service-grid1 h4 {
	color:#000;
	text-align:center;
	padding: .2em 1em;
	margin:0;
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
	-ms-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.service-grid h4 {
	color:#fff;
	text-align:center;
	padding: 1em 0 1.5em;
	margin:0;
	font-size: 20px;
	background:#fff;
}
.service-grid p {
	color:#888F94;
	font-size:15px;
	margin: 0 0 0 2em;
}
.learn {
	text-align:right;
	padding-top: 1em;
}
.learn input {
	padding:10px 20px;
	background:#D5B765;
	font-size:14px;
	color:#fff;
	box-shadow:0px 1px 0px #927a38;
	border-radius: 2px;
	-webkit-border-radius:2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
 transition:.5s all;
 -webkit-transition:.5s all;
 -moz-transition:.5s all;
 -o-transition:.5s all;
 -ms-transition:.5s all;
	font-family: 'Questrial', sans-serif;
}
.learn input:hover {
	text-decoration:none;
	background:#D88245;
	color:#000;
}
.learn1 {
	text-align:right;
	padding-top: 1em;
	padding-bottom: 2em;
}
.learn1 input {
	padding:10px 20px;
	background:#D5B765;
	font-size:14px;
	color:#fff;
	box-shadow:0px 1px 0px #927a38;
	border-radius: 2px;
	-webkit-border-radius:2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
 transition:.5s all;
 -webkit-transition:.5s all;
 -moz-transition:.5s all;
 -o-transition:.5s all;
 -ms-transition:.5s all;
	font-family: 'Questrial', sans-serif;
}
.learn1 input:hover {
	text-decoration:none;
	background:#D88245;
	color:#000;
}
.mid {
	margin:0 7em;
	float:right;
}
.service-grids {
	display:block;
	width:100%;
	min-height:350px;
}
/*-- //services --*/

.input-group {
	margin-top:10px;
	border-collapse: separate;
}
.input-control {
	padding:6px;
	width: 100%;
	vertical-align: top;
}
.input-control1 {
	padding:6px;
	width: 48%;
	vertical-align: top;
}
.input-group-btn {
	white-space: nowrap;
	width: 1%;
	vertical-align: top;
}
/*------------------ 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;
	width: 80%;
	margin: 8% auto 0;
	background: #fff;
	border-radius: 10px;
}
.callbacks_container1 {
	position: relative;
	width: 100%;
}
.callbacks_container2 {
	position: relative;
	width: 100%;
}
.callbacks_container3 {
	position: relative;
	width: 100%;
}
.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.callbacks li {
	position: absolute;
	left: 0;
	top: 0;
}
.callbacks img {
	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: 31%;
	left: -4.2%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 119px;
	width: 40px;
	display: none;
}
.callbacks_nav:active {
	opacity: 1.0;
}
.callbacks_nav.next {
	left: auto;
	background-position: 0px 0px;
	right: -4.3%;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 31%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 119px;
	width: 40px;
	display: none;
}
#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;
	padding: 0;
	margin: 0;
	width:100%;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	left: 0%;
	top: 0;
	width:100%;
}
.rslides li {
	position: relative;
	display: block;
	float: none;
}
.rslides img {
	height: auto;
	border: 0;
}
.callbacks_tabs {
	list-style: none;
	position: relative;
	text-align:center;
	z-index: 999;
	padding: 0;
	margin: 0;
}
.callbacks2_tabs {
	list-style: none;
	position: absolute;
	top: 105%;
	z-index: 999;
	left: 45%;
	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/arrow.png) no-repeat #fff;
	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 .1em;
}
@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:15px;
	width:15px;
	display:inline-block;
	background: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border: 1px solid rgba(85, 85, 85, 0.43);
}
.callbacks_here a:after {
	background: #FFC92F;
}
ul.callbacks_tabs.callbacks2_tabs.callbacks_here a:after {
	background:#192C3B;
}
/*------------------ Slider Part ends Here----------*/
.banner-bottom-text {
	text-align: center;
	padding: 18em 0 6em;
	width: 100%;
	background:#F4F4F4;
	background-repeat: repeat-x;
}
.banner-bottom-text p {
	color:#5B6872;
	font-size:20px;
	text-align:center;
	margin:0;
}
.banner-bottom-text p span {
	display:block;
	margin:4px 0;
}
/*-- //banner --*/
/*-- portfolio --*/
.portfolio {
	width:100%;
	text-align:center;
	background-color:#FFF;
	padding: 6em 0 0;
	display:block;
}
.portfolio h3 {
	color:#716D6E;
	font-size: 3em;
	text-transform:uppercase !important;
	text-shadow:#CCC;
	font-family: 'Questrial', sans-serif;
	margin: 0 0;
	width:100%;
	text-align:left;
	display:block;
	font-weight:bold;
}
.portfolio-grid {
	display:block;
	width:100%;
	position:relative;
}
.portfolio-grid-img {
	background:#fff;
	display:block;
	padding:0 !important;
}
.portfolio-grid-text {
	display:block;
	width: 100%;
	text-align:justify;
}
.portfolio-grid-text h1 {
	font-size:1.5em;
	text-align:left !important;
	display:block;
	color:#FFBF02;
	font-weight:bolder;
	margin:0.5em 0em 0.5em 1em;
}
.portfolio-grid-text li {
	display:block;
	color:#959293 !important;
	font-size:1em;
	margin: 0.2em 0 0.2em 0;
}
.portfolio-grid-text li span {
	color:#716D6E !important;
	font-size:1.1em;
	font-weight:bold;
}
.portfolio-grid img {
	width: 100%;
	border: 0.3em #fce8af solid;
}
/*-- //portfolio --*/
/*-offers----------*/
.offers {
	width:100%;
	text-align:center;
	background-color:#FFF;
	padding: 6em 0 0;
	display:block;
}
.offers img {
	width:100%;
	display:block;
	border: 0.3em #fce8af solid;
}
.offers h2 {
	color:#716D6E;
	font-size: 3em;
	text-transform:uppercase !important;
	text-shadow:#CCC;
	font-family: 'Questrial', sans-serif;
	margin: 0 0;
	width:100%;
	text-align:center;
	display:block;
	font-weight:bold;
}
/*------/.offers-------*/
	.table tbody .coloring1 {
	background-color:#fdf1cc !important;
}
.table tbody th {
	background-color:#fbc31d !important;
}
.table tbody .linkcolor {
	color:#806003 !important;
}
.table tbody a:hover {
	color:#c09004 !important;
}
/*-- contact --*/
#contactt iframe {
	width:100%;
}
.contact {
	background: #fff;
	background-size:cover;
	display:block;
	width:100%;
	min-height:200px;
	padding: 6em 0;
}
.contact p {
	color:#8C969D;
	font-size:1em;
	margin:0;
	display:block;
	width:100%;
	text-align:justify;
}
.contact-us {
	text-align:center;
}
.contact-us a {
	font-size:16px;
	color:#FFC92F;
	background:#fff;
	padding:10px 30px;
	font-family: 'Questrial', sans-serif;
	border-radius: 7%;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
 transition:.5s all;
 -webkit-transition:.5s all;
 -moz-transition:.5s all;
 -o-transition:.5s all;
 -ms-transition:.5s all;
}
.contact-us a:hover {
	background:#FFC92F;
	color:#fff;
	text-decoration:none;
}
/*-- //contact --*/
/*-- about --*/
.about {
	background:#fff;
	display:block;
	width:100%;
	padding: 3em 0 0 0;
}
.about-us {
	display: block;
	width: 100%;
}
.about-us img {
	display:block;
	width:100%;
}
.about-us h2 {
	text-align: center;
	font-size:3em;
	margin-top:2em;
	color:#585455;
	font-weight:bold;
	font-family: 'Questrial', normal;
}
.about-us p {
	color:#777;
	text-align:justify;
	font-size:1.2em;
	margin:0;
	font-family: 'Questrial', sans-serif;
}
.about-us span {
	display:block;
}
.about-grid {
	float:left;
	width:28%;
}
.john {
	float:left;
}
.john h4 {
	color:#738088;
	font-size:15px;
	margin: 1em 0 0;
	font-family: 'Questrial', sans-serif;
}
.john p {
	color:#FFC92F;
	font-size:12px;
	margin:3px 0;
	font-family: 'Questrial', sans-serif;
}
.social-icons {
	float:right;
}
.social-icons ul {
	padding:0;
	margin:2em 0 0;
}
.social-icons ul li {
	display:inline-block;
}
.social-icons ul li a.facebook {
	background:url(../images/icons.png) no-repeat 0px 0px;
	display:block;
	height:25px;
	width:20px;
 transition:.5s all;
 -webkit-transition:.5s all;
 -moz-transition:.5s all;
 -o-transition:.5s all;
 -ms-transition:.5s all;
}
.social-icons ul li a.facebook:hover {
	background:url(../images/icons.png) no-repeat 0px -24px;
	display:block;
}
.social-icons ul li a.twitter {
	background:url(../images/icons.png) no-repeat -27px 0px;
	display:block;
	height:25px;
	width:20px;
 transition:.5s all;
 -webkit-transition:.5s all;
 -moz-transition:.5s all;
 -o-transition:.5s all;
 -ms-transition:.5s all;
}
.social-icons ul li a.twitter:hover {
	background:url(../images/icons.png) no-repeat -27px -24px;
	display:block;
}
.about-grids {
	margin: 5em 0;
}
.about-grid-john {
	background:#fff;
	box-shadow: 0px 2px 0px #D4D5D9;
	padding:0 1em;
}
.about-grid img {
	width: 100%;
}
p.para {
	color:#585455;
	margin:3px 0;
	font-size: 14px;
	font-weight: 600;
}
.hello {
	text-align:center;
	margin-top: 1em;
}
.hello a {
	padding:10px 30px;
	background:#FFC92F;
	color:#fff;
	font-size:12px;
	font-family: 'Questrial', sans-serif;
 transition:.5s all;
 -webkit-transition:.5s all;
 -moz-transition:.5s all;
 -o-transition:.5s all;
 -ms-transition:.5s all;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	box-shadow:0px 2px 0px #029381;
}
.hello a:hover {
	text-decoration:none;
	color:#FFC92F;
	background:#fff;
}
.about-mid {
	margin:0 5em;
}
.about-grids-bottom {
	text-align: center;
}
.about-grids-bottom p {
	color:#FFC92F;
	font-size:20px;
	margin:1em 0;
	font-family: 'Questrial', sans-serif;
}
.about-grids-bottom p span {
	display:block;
}
.missions {
	padding:5em 0;
	background: url(../images/a.png) no-repeat 53em 15em;
}
.mission {
	float:left;
	width:28%;
}
.mission h2 {
	font-size:28px;
	color:#585455;
	margin:0 0 .5em;
	font-family: 'Questrial', sans-serif;
}
.skills1 {
	width: 100%;
	margin: 0;
	height: 4px;
	background: #999;
}
.skill-1 {
	height: 100%;
	display: block;
	background-color: #FFC92F;
}
.mission p {
	color:#585455;
	font-size:15px;
	margin:.5em 0 .3em;
	width: 90%;
}
p.para-1 a {
	font-size: 15px;
	color: #FFC92F;
	margin: 0em 0 0em 2em;
}
p.para-1 a:hover {
	text-decoration:none;
	color:#585455;
}
.mission-about {
	padding-left:1em;
}
.mission-mid {
	margin:0 5em;
}
.mission-mid1 {
}
.skills2 {
	width: 100%;
	margin: 0;
	height: 30px;
	background: #192C3B;
}
.skill-2 {
	height: 100%;
	display: block;
	background-color: #FFC92F;
	margin: 3em 0;
}
.skill-2 p {
	color:#fff;
	font-size:13px;
	padding:5px 0 5px 8px;
	margin:0;
	font-family: 'Questrial', sans-serif;
}
.reach {
	background:url(../images/cross-5.jpg) #192C3B;
	background-repeat:repeat-x;
	display:block;
	min-height:200px;
	padding: 5em 0;
}
.reach-text {
	text-align:center;
	background:#30424F;
	padding:3em 0;
	width: 65%;
	margin: 0 auto;
	border: 1px solid #7A868E;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.reach-text p {
	color:#fff;
	font-size:20px;
	margin:0;
	font-family: 'Questrial', sans-serif;
}
.reach-text p a {
	padding:15px 40px;
	background:#fff;
	color:#FFC92F;
	font-size:16px;
	font-family: 'Questrial', sans-serif;
 transition:.5s all;
 -webkit-transition:.5s all;
 -moz-transition:.5s all;
 -o-transition:.5s all;
 -ms-transition:.5s all;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	margin: 0 0 0 3em;
}
.reach-text p a:hover {
	text-decoration:none;
	color:#fff;
	background:#FFC92F;
}
/*-- //about --*/
/*-- pricing --*/
.pricing {
	display:block;
	min-height: 200px;
	padding:6em 0;
}
.price {
	display: block;
	width: 100%;
	text-align:center;
}
.price h2 {
	color:#585455;
	font-size:28px;
	margin:0;
	font-family: 'Questrial', sans-serif;
}
.price p {
	color:#585455;
	font-size:20px;
	margin: 1em 0 5em;
	font-family: 'Questrial', sans-serif;
}
.price p span {
	display:block;
}
.basic {
	float:left;
	width:29%;
	text-align:center;
}
.basic:hover {
	transform:scale(1.1);
 transition:.5s all;
 -webkit-transition:.5s all;
 -moz-transition:.5s all;
 -o-transition:.5s all;
 -ms-transition:.5s all;
}
.basic:hover div.business {
	background: url(../images/img.png) no-repeat 17em -1px #192C3B;
	display:block;
}
.business {
	background:#192C3B;
	padding:2em 0em;
}
.business h2 {
	font-size:26px;
	color:#D1D5D8;
	margin:0;
	font-family: 'Questrial', sans-serif;
}
.business p {
	color:#D1D5D8;
	font-size:16px;
	margin:3px 0 0;
	font-family: 'Questrial', sans-serif;
}
.value {
	padding:1em 0;
	background:#FFC92F;
}
.value p {
	color:#fff;
	font-size:19px;
	margin:0;
}
.basic ul {
	padding:2em 0 1em;
	margin:0;
	background: url(../images/circle.png) no-repeat 16.4em 10em #F4F4F4;
	display:block;
	height:240px;
	box-shadow: 0px 2px 0px #D7D7D7;
}
.basic ul li {
	font-size:18px;
	color:#5B6873;
	border-bottom: 1px dotted #5B6873;
	padding-bottom:.5em;
	list-style-type:none;
	margin: 0.5em 5em;
}
.basic ul li span {
	color:#FFC92F;
	font-weight: 500;
}
.basic ul li.gd {
	border-bottom:none;
}
.buy-me {
	text-align:center;
}
.buy-me a {
	padding:15px 40px;
	background:#FFC92F;
	color:#fff;
	font-size:12px;
	font-family: 'Questrial', sans-serif;
 transition:.5s all;
 -webkit-transition:.5s all;
 -moz-transition:.5s all;
 -o-transition:.5s all;
 -ms-transition:.5s all;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	box-shadow:0px 2px 0px #029381;
}
.buy-me a:hover {
	text-decoration:none;
	color:#FFC92F;
	background:#fff;
}
.basic-mid {
	margin:0 5em;
}
.contact1 {
	background-repeat: repeat-x;
	display:block;
	width:100%;
	min-height:200px;
	padding: 6em 0;
}
.contact1 p {
	color:#fff;
	font-size:20px;
	margin:0;
	background:url(../images/line-4.png) no-repeat 14em 2.5em;
	display:block;
	width:100%;
	height:85px;
	text-align: center;
}
p.paragraph {
	color:#585455;
	font-size:20px;
	margin:0 0 5em;
	font-family: 'Questrial', sans-serif;
	text-align:center;
}
p.paragraph span {
	display:block;
}
.about1 {
	background:#F4F4F4;
	display:block;
	width:100%;
	min-height:130px;
	padding: 6em 0;
}
.business1 {
	background:#FFC92F;
	padding:2em 0em;
}
.business1 h2 {
	font-size:26px;
	color:#192C3B;
	margin:0;
	font-family: 'Questrial', sans-serif;
}
.business1 p {
	color:#CEF4F0;
	font-size:16px;
	margin:3px 0 0;
	font-family: 'Questrial', sans-serif;
}
.value1 {
	padding:1em 0;
	background:#fff;
}
.value1 p {
	color:#192C3B;
	font-size:19px;
	margin:0;
}
ul.list {
	padding:2em 0 1em;
	margin:0;
	background: url(../images/circle-1.png) no-repeat 15.5em 12em #192C3B;
	display: block;
	height: 275px;
	box-shadow: 0px 2px 0px #D7D7D7;
}
.basic ul.list li {
	font-size:18px;
	border-bottom: 1px dotted #BABFC4;
	padding-bottom:.5em;
	list-style-type:none;
	margin: 0.5em 5em;
	color:#BABFC4;
}
.basic ul.list li.gd {
	border-bottom:none;
	margin-bottom: 1em;
}
.reach-text1 {
	text-align:center;
	background:#EAEBEC;
	padding:3em 0;
	width: 65%;
	margin: 5em auto 0;
	border: 1px solid #DDDFE0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.reach-text1 p {
	color:#585455;
	font-size:20px;
	margin:0;
	font-family: 'Questrial', sans-serif;
}
.reach-text1 p a {
	padding:15px 40px;
	background:#FFC92F;
	color:#fff;
	font-size:16px;
	font-family: 'Questrial', sans-serif;
 transition:.5s all;
 -webkit-transition:.5s all;
 -moz-transition:.5s all;
 -o-transition:.5s all;
 -ms-transition:.5s all;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	margin: 0 0 0 3em;
}
.reach-text1 p a:hover {
	text-decoration:none;
	color:#FFC92F;
	background:#fff;
}
/*-- //pricing --*/
/*-- clients --*/
.clients {
	display:block;
	background-repeat:repeat-x;
	padding:5em 0 2em 0;
}
.price1 {
	display: block;
	width: 100%;
	text-align:center;
}
.price1 h2 {
	color:#585455;
	margin:0;
	font-family: 'Questrial', sans-serif;
}
.price1 p {
	color:#585455;
	font-size:20px;
	margin: 1em 0 0em;
	font-family: 'Questrial', sans-serif;
}
.price1 p span {
	display:block;
}
.slider-circle {
	background:url(../images/cross-3.jpg) #192C3B;
	display:block;
	background-size:cover;
	padding: 0em 0 0em;
	min-height:300px;
	max-height:300px;
}
.slider-circle1 {
	text-align:center;
}
.slider-circle1 p {
	color:#716D6E;
	font-size:20px;
	margin:0em 0 0;
	text-align:center !important;
}
.slider-circle1 p span {
	display:block;
}
ul.callbacks_tabs.callbacks3_tabs {
	left: 42.5%;
	top: 100%;
}
.logos-list {
	display:block;
	background-repeat:repeat-x;
	padding:2em 0;
}
.logos-list-left {
	float:left;
	width:100%;
	text-align: center;
}
.fir {
	display:block;
	width:100%;
	float:right;
	height:123px;
 transition: .5s all;
}
.fir img, .fir1 img, .fir2 img {
	width:100%;
	border-right: 1px solid #B9BDC1;
	border-bottom: 1px solid #B9BDC1;
	border-left: 1px solid #B9BDC1;
	border-top: 1px solid #B9BDC1;
}
.fir1 {
	display:block;
	float:right;
	width:100%;
	height:123px;
 transition: .5s all;
}
.fir2 {
	display:block;
	float:right;
	width:100%;
	height:123px;
 transition: .5s all;
}
.fir3 {
	display:block;
	height:70px;
 transition: .5s all;
}
.fir4 {
	display: block;
	height: 60px;
	margin-top: 1em;
 transition: .5s all;
}
.fir5 {
	display: block;
	height: 60px;
	margin-top: 1em;
 transition: .5s all;
}
.fir6 {
	display: block;
	height: 60px;
	margin-top: 1em;
 transition: .5s all;
}
.fir7 {
	display:block;
	height:60px;
	margin-top: 1em;
 transition: .5s all;
}
.cup {
	margin-top: 3em;
}
.logos-list-left-bottom {
	float:left;
	width:25%;
	border-right: 1px solid #B9BDC1;
	text-align: center;
}
.logos-list-left:nth-child(4) {
}
.logos-list-left-bottom:nth-child(9) {
}
.logos-list-left-bottom:nth-child(5) {
}
.logos-list-left:nth-child(4) {
}
.text {
	/*background: url(../images/cup.png) no-repeat 3em -5em;
	
	height: 365px;*/
	display: block;
	width: 100%;
}
.cup-text {
	background:url(../images/cross-5.jpg) no-repeat 0px 0px;
	background-size:cover;
	width:100%;
	min-height:300px;
}
.cup-text-top {
	background:url(../images/cross-3.png);
	min-height:300px;
	display:block;
	background-repeat:repeat-x;
}
.cup-text-bottom {
	text-align:center;
	padding: 6em 0;
}
.cup-text-bottom p {
	font-size:20px;
	margin:1em 0;
	color:#FFC92F;
}
.cup-text-bottom p span {
	display:block;
}
li#callbacks4_s0 {
	left: 0%;
}
li#callbacks4_s1 {
	left: 0%;
}
li#callbacks4_s2 {
	left: 0%;
}
li#callbacks4_s3 {
	left: 0%;
}
ul.callbacks_tabs.callbacks4_tabs {
	left: 48%;
	top: 79%;
}
img.sub {
	width:100%;
}
.subscribe {
	background:url(../images/cross-7.png) #FCFCFC;
	min-height:400px;
	display:block;
	width:100%;
	background-repeat:repeat-x;
	padding: 6em 0;
}
.subscribe h3 {
	font-size: 28px;
	margin: 2em 0 1em;
	color: #FFC92F;
	font-family: 'Questrial', sans-serif;
	text-align: center;
}
.subscribe p.par {
	font-size:17px;
	color:#585455;
	font-family: 'Questrial', sans-serif;
	text-align: center;
	margin:0;
}
.subscribe p.par span {
	display:block;
}
.subscribe input[type="text"] {
	width:31%;
	float:left;
	background:#F5F5F5;
	color:#A3A6AE;
	padding:10px 10px 10px 10px;
	outline:none;
	font-size:14px;
	border:none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.subscribe input[type="text"]:nth-child(1) {
 margin-left:8em;
}
.subscribe input[type="text"]:nth-child(2) {
 margin:0 2em;
}
.subscribe input[type="submit"] {
	padding:6px 30px;
	background:#FFC92F;
	color:#fff;
	font-size:18px;
	outline:none;
	border:none;
	box-shadow:0px 2px 0px #07AD9B;
 transition:.5s all;
 -webkit-transition:.5s all;
 -moz-transition:.5s all;
 -o-transition:.5s all;
 -ms-transition:.5s all;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	font-family: 'Questrial', sans-serif;
}
.subscribe input[type="submit"]:hover {
	color:#FFC92F;
	background:#fff;
	text-decoration:none;
}
.subscribe form {
	margin:3em 0 5em;
}
.men-text {
	float:left;
	width:25%;
}
.men-text img {
	float:left;
}
.men-txt {
	float: left;
	margin-left: 1em;
}
.men-txt p {
	font-size:36px;
	margin:0;
	color:#585455;
}
.men-txt p span {
	display:block;
	font-size:11px;
	font-family: 'Questrial', sans-serif;
}
.men-heart-clock-twitter {
	margin:0em 0 3em;
}
.twitter-text {
	background:#FFC92F;
	background-repeat:repeat-x;
	min-height:165px;
	display:block;
	width:100%;
	padding: 6em 0 0em;
	text-align:center;
}
.twitter-text ul {
	padding:0;
	margin:0;
}
.twitter-txt {
	background: url(../images/twitter-2.png) no-repeat 59em 0em;
	display: block;
	width: 100%;
	height: 110px;
}
.twitter-text ul li {
	display:inline-block;
}
.twitter-text ul li a {
	color:#fff;
	font-size:14px;
}
.twitter-text ul li {
	background: url(../images/twitter-1.png) no-repeat 16em 0em;
	display: block;
	width: 100%;
	height: 30px;
}
.twitter-text ul li a span {
	color:#164B53;
	font-size:13px;
}
.twitter-text ul li a:hover {
	text-decoration:none;
	color:#164B53;
}
.twitter-text p {
	margin:1em 0 0;
	color:#fff;
	font-size:11px;
}
/*-- //clients --*/
/*-- contact --*/
#contactt {
	margin-top:2em;
}
.contact-1 {
	background:#fcfcfc;
	min-height:165px;
	display:block;
	width:100%;
	padding: 4em 0 0em;
}
.contact-us1 {
	text-align:left;
}
.contact-us1 h3 {
	display:block;
	font-size:3em;
	font-weight:bold;
	font-family: 'Questrial', sans-serif;
	margin:0;
	color:#585455;
}
.contact-us1 p {
	margin:0.1em 0 0.7em;
	color:#8C969D;
	width:100%;
	font-size:1em;
	font-family: 'Questrial', sans-serif;
}
.contact-us1 p span {
	display:block;
}
.contact-us1-bottom form {
	width:100%;
}
.contact-us1-bottom form input[type="text"], .contact-us1-bottom form textarea {
	outline:none;
	padding:10px 10px 10px 10px;
	background:#DBDBDB;
	color:#8C969D;
	font-size:15px;
	border:none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	width: 49%;
	margin-bottom: 4px;
}
.contact-us1-bottom form textarea {
	min-height:150px;
	resize:none;
	width:98.666%;
	margin: 0px 0px 4px 0px;
}
.contact-us1-bottom form input[type="submit"] {
	background:#d6a207;
	color:#fff;
	outline:none;
	padding:10px 30px;
	border:none;
	font-family: 'Questrial', sans-serif;
 transition:.5s all;
 -webkit-transition:.5s all;
 -moz-transition:.5s all;
 -o-transition:.5s all;
 -ms-transition:.5s all;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	margin-top: 10px;
	text-align:center;
}
.contact-us1-bottom form input[type="text"]:nth-child(2) {
/*margin-left:2em;*/
	}
.contact-us1-bottom form input[type="submit"]:hover {
	background:#ffbf02;
	color:#000;
	text-decoration:none;
}
.home-radio-clock {
	float:left;
	width:100%;
}
.home-radio-clock h2 {
	font-size: 1.5em !important;
	padding-left: 5.2em;
	padding-top: 19px;
	color:#656162;
	font-weight:bold;
}
.home-radio-clock-right {
	float:left;
	width:100%;
}
.home-radio-clock ul {
	padding:0;
	margin:0;
}
.home-radio-clock ul li.home {
	background:url(../images/cus1.jpg) no-repeat 10px 0px;
	width:100%;
	height:120px;
	display:block;
}
.home-radio-clock ul li.radio {
	background:url(../images/cus2.jpg) no-repeat 10px 0px;
	width:100%;
	height:120px;
	display:block;
	margin:1em 0;
}
.home-radio-clock ul li.clock {
	background:url(../images/cus3.jpg) no-repeat 10px 0px;
	width:100%;
	height:120px;
	display:block;
}
.home-radio-clock ul li.radio span {
}
.home-radio-clock ul li span {
	padding-left: 8em;
	color: #FFC92F;
	font-size: 1em;
	font-family: 'Questrial', sans-serif;
}
.home-radio-clock-right ul {
	padding:0;
	margin:0;
}
.home-radio-clock-right ul li {
	font-family: 'Questrial', sans-serif;
	color:#8C969D;
	font-size:15px;
	list-style-type:none;
}
.home-radio-clock-right ul li span {
	display:block;
}
.home-radio-clock-right ul li.lst {
	margin:1em 0 2em;
}
.map {
	min-height: 340px;
}
/*-- //contact --*/
/*-- footer --*/
.footer {
	background:#DBDBDB;
	padding:2em 0;
}
.footer-logo {
	float:left;
	width: 100%;
	margin-bottom:15px;
}
.footer-logo-left {
	float:left;
	width:35px;
}
.footer-logo-left span {
	background:url(../images/m.png) no-repeat 0px 0px;
	width:34px;
	height:32px;
	display: block;
}
.footer-logo-right {
	float:left;
	width:60%;
	padding-left: 0em;
	padding-top: 0.5em;
}
.footer-logo-right p {
	font-size:15px;
	color:#8C969D;
	margin:0;
}
.footer-logo-right p a {
	color:#FFC92F;
	font-size:15px;
}
.footer-logo-right p a:hover {
	color:#d7a204;
	text-decoration:none;
}
.footer-icons {
	float:left;
}
.footer-icons ul {
	padding:0;
	margin:0;
}
.footer-icons ul li {
	display:inline-block;
}
.footer-icons ul li a.fb {
	background:url(../images/sp-1.png) no-repeat 0px 0px;
	display:block;
	width:25px;
	height:25px;
 transition:.5s all;
 -webkit-transition:.5s all;
 -moz-transition:.5s all;
 -o-transition:.5s all;
 -ms-transition:.5s all;
}
.footer-icons ul li a.fb:hover {
	background:url(../images/sp-1.png) no-repeat 0px -29px;
	display:block;
}
.footer-icons ul li a.fb1 {
	background:url(../images/sp-1.png) no-repeat -24px 0px;
	display:block;
	width:30px;
	height:25px;
 transition:.5s all;
 -webkit-transition:.5s all;
 -moz-transition:.5s all;
 -o-transition:.5s all;
 -ms-transition:.5s all;
}
.footer-icons ul li a.fb1:hover {
	background:url(../images/sp-1.png) no-repeat -24px -30px;
	display:block;
}
.footer-icons ul li a.fb2 {
	background:url(../images/sp-1.png) no-repeat -55px 0px;
	display:block;
	width:30px;
	height:25px;
 transition:.5s all;
 -webkit-transition:.5s all;
 -moz-transition:.5s all;
 -o-transition:.5s all;
 -ms-transition:.5s all;
}
.footer-icons ul li a.fb2:hover {
	background:url(../images/sp-1.png) no-repeat -55px -31px;
	display:block;
}
.footer-icons ul li a.fb3 {
	background:url(../images/sp-1.png) no-repeat -90px 0px;
	display:block;
	width:30px;
	height:25px;
 transition:.5s all;
 -webkit-transition:.5s all;
 -moz-transition:.5s all;
 -o-transition:.5s all;
 -ms-transition:.5s all;
}
.footer-icons ul li a.fb3:hover {
	background:url(../images/sp-1.png) no-repeat -90px -31px;
	display:block;
}
.footer-icons ul li a.fb4 {
	background:url(../images/sp-1.png) no-repeat -122px 0px;
	display:block;
	width:30px;
	height:25px;
 transition:.5s all;
 -webkit-transition:.5s all;
 -moz-transition:.5s all;
 -o-transition:.5s all;
 -ms-transition:.5s all;
}
.footer-icons ul li a.fb4:hover {
	background:url(../images/sp-1.png) no-repeat -122px -32px;
	display:block;
}
.footer-icons ul li a.fb5 {
	background:url(../images/sp-1.png) no-repeat -149px 0px;
	display:block;
	width:30px;
	height:25px;
 transition:.5s all;
 -webkit-transition:.5s all;
 -moz-transition:.5s all;
 -o-transition:.5s all;
 -ms-transition:.5s all;
}
.footer-icons ul li a.fb5:hover {
	background:url(../images/sp-1.png) no-repeat -149px -30px;
	display:block;
}
.footer-icons ul li a.fb6 {
	background:url(../images/sp-1.png) no-repeat -174px 0px;
	display:block;
	width:30px;
	height:25px;
 transition:.5s all;
 -webkit-transition:.5s all;
 -moz-transition:.5s all;
 -o-transition:.5s all;
 -ms-transition:.5s all;
}
.footer-icons ul li a.fb6:hover {
	background:url(../images/sp-1.png) no-repeat -174px -30px;
	display:block;
}
/*-- //footer --*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 0px;
	right: 2%;
	overflow: hidden;
	z-index: 999;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url("../images/arrow.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);
}
/*-- //to-top --*/
/*-- responsive-media --*/
@media (max-width: 1440px) {
 .subscribe {
 background: #FCFCFC;
}
 ul.callbacks_tabs.callbacks3_tabs {
 left: 48%;
 top: 103%;
}
}
 @media (max-width: 1280px) {
 .callbacks2_tabs {
 left: 41%;
}
}
@media (max-width: 1024px) {
 .twitter-txt {
 background: url(../images/twitter-2.png) no-repeat 43em 0em;
}
 .top-nav {
 margin-left: 10em;
}
 .callbacks_tabs {
}
 .us a {
 font-size: 14px;
 padding: 10px 15px;
}
 .rslides li {
 left: 0%;
}
 .banner-info {
 padding: 3em 2em 3em;
 margin-top: 0em;
}
 .callbacks_container {
 margin: 15% auto 0;
}
 .callbacks_nav {
 left: -5.2%;
}
 .callbacks_nav.next {
 right: -5.2%;
}
 .banner-bottom-text {
 padding: 12em 0 2em;
}
 li#callbacks2_s0 {
 left: 0%;
}
 .donec-text {
 padding: 0 0 4em;
}
 .donec-text img:nth-child(1) {
 margin-top: 6em;
}
 .service-grid p {
 margin: 0 0 0 1em;
}
 .mid {
 margin: 0 3em;
}
 .service-grids-bottom-left {
 width: 30%;
}
 .midd {
 margin: 0 3em;
}
 .reach-text {
 width: 75%;
}
 .basic-mid {
 margin: 0 4.3em;
}
 .basic ul {
 padding: .5em 0 1em;
}
 ul.list {
 padding: 1em 0 1em;
}
 .reach-text1 {
 width: 70%;
}
 ul.callbacks_tabs.callbacks3_tabs {
 left: 44%;
}
 li#callbacks4_s0 {
 left: 0%;
}
 li#callbacks4_s1 {
 left: 0%;
}
 li#callbacks4_s2 {
 left: 0%;
}
 li#callbacks4_s3 {
 left: 0%;
}
 .missions {
 padding: 5em 0 0.5em;
}
 .mission-about {
 display: none;
}
 .twitter-text ul li {
 background: url(../images/twitter-1.png) no-repeat 10em 0em;
}
 .contact-us1-bottom form input[type="text"]:nth-child(2) {
 margin-left:0em;
}
 .basic:hover div.business {
}
 .grid-1 img:hover {
}
 .grid-2 img:hover {
}
 .grid-3 img:hover {
}
 .grid-4 img:hover {
}
 .grid-5 img:hover {
 background: url(../images/13.png) no-repeat 42px 28px;
}
 .grid-6 img:hover {
 background: url(../images/12.png) no-repeat 51px 28px;
}
 .grid-7 img:hover {
 background: url(../images/10.png) no-repeat 71px 22px;
}
 .grid-8 img:hover {
 background: url(../images/11.png) no-repeat 54px 28px;
}
}
@media (max-width: 995px) {
 .home-radio-clock h2 {
padding-left: 6.3em;
}
 .home-radio-clock ul li span {
 padding-left: 10em;
 color: #000;
 font-size: 1em;
 font-family: 'Questrial', sans-serif;
}
 .home-radio-clock ul li {
 font-size: 0.8em;
}
}
@media (max-width: 768px) {
 .contact-us1-bottom form input[type="submit"] {
 margin-bottom:2em;
}
 .twitter-txt {
 background: url(../images/twitter-2.png) no-repeat 35em 0em;
}
 .top-nav {
 margin-left: 0;
}
 .navi {
 width: 53%;
}
 .top-nav {
 width: 10%;
 float:right;
}
 span.menu {
 display: block;
 cursor: pointer;
 width: 100%;
 position: relative;
}
 ul.nav1 {
 display:none;
 background:#192C3B;
}
 .top-nav ul li a {
 display:block;
 font-size: 18px;
}
 .top-nav ul {
 position: absolute;
 padding: 0;
 margin: 0;
 top: 18%;
 left: 0%;
 width: 100%;
 z-index: 999;
}
 .top-nav ul.nav1 li {
 display: inline-block;
 text-align: center;
 margin: 0;
 width: 100%;
 padding: 16px 0;
}
 span.menu {
 margin:20px 0 20px;
}
 .top-nav ul li a:hover {
 border:none;
 padding:0px;
}
 .banner-info-left h2 {
 font-size: 26px;
}
 .banner-info-left p {
 font-size: 13px;
 margin: 0 0 1em;
}
 .us a {
 padding: 8px 15px;
}
 .sb-search {
 right: 30px;
}
 .sb-search.sb-search-open, .no-js .sb-search {
 width: 32%;
}
 .slider-circle1 img {
 width: 15%;
}
 .banner {
 min-height: 337px;
}
 .rslides li {
 left: 0%;
}
 .callbacks_nav.next {
 right: -7.1%;
 top: 31%;
}
 .callbacks_nav {
 left: -6.9%;
 top: 31%;
}
 .banner-info {
 margin-top: 0em;
 padding: 2em 1em 3em 2em;
}
 .banner-info-right img {
 width: 100%;
}
 .banner-info-right {
 width: 35%;
 margin-left: 1em;
}
 .banner-info-left {
 width: 60%;
}
 .callbacks_tabs {
}
 .banner-bottom-text {
 padding: 11em 0 2em;
}
 li#callbacks2_s0 {
 left: 1.5%;
}
 ul.callbacks_tabs.callbacks2_tabs {
 left: 45%;
 top: 100%;
}
 .service-grid:nth-child(3) {
 display: none;
}
 .service-grid:nth-child(1) {
 margin-left: 0em;
}
 .services h3 {
 margin: 1em 0 0.5em 2.5em;
}
 .services {
 min-height: 430px;
}
 .service-grids-bottom-left:nth-child(3) {
 display: none;
}
 .service-grids-bottom-left {
 width: 40%;
}
 .service-grids-bottom-left:nth-child(1) {
 margin-left: 4em;
}
 .contact {
 min-height: 185px;
 padding: 3em 0;
}
 .about-us {
 background: none;
}
 .about-us h2 {
}
 .about-grids {
 margin: 3em 0;
}
 .about-mid {
 margin: 0 4.1em;
}
 p.para {
 font-size: 13px;
}
 .mission-mid {
 display: none;
}
 .mission {
 width: 45%;
}
 .mission:nth-child(3) {
 margin-left: 4em;
}
 .skill-2 {
 margin: 2.5em 0;
}
 .missions {
 padding: 3em 0 2.5em;
 background: url(../images/a.png) no-repeat 22em 10em;
}
 .reach-text p a {
 padding: 15px 30px;
}
 .reach-text {
 width: 90%;
}
 .price {
 background: none;
}
 .price p {
 margin: 1em 0 3em;
}
 .basic-mid {
 margin: 0 3.3em;
}
 .business h2 {
 font-size: 24px;
}
 .business p {
 font-size: 14px;
}
 .basic ul li {
 font-size: 17px;
 margin: 0.5em 3em;
}
 .basic ul {
 background: url(../images/circle.png) no-repeat 7.4em 6em #F4F4F4;
 height: 194px;
}
 .buy-me a {
 padding: 12px 37px;
}
 .contact1 p {
 background: url(../images/line-4.png) no-repeat 4em 2.5em;
}
 .contact1 {
 min-height: 190px;
 padding: 3em 0;
}
 p.paragraph {
 margin: 0 0 2em;
}
 .business1 h2 {
 font-size: 24px;
}
 .business1 p {
 font-size: 14px;
}
 .basic ul.list li {
 margin: 0.5em 3em;
 font-size: 17px;
}
 .reach-text1 {
 width: 90%;
}
 .price1 {
 background: none;
}
 .clients {
 padding: 3em 0;
}
 li#callbacks3_s0 {
 left: 0%;
}
 li#callbacks3_s1 {
 left: 0%;
}
 li#callbacks3_s2 {
 left: 0%;
}
 li#callbacks3_s3 {
 left: 0%;
}
 .slider-circle1 p {
 font-size: 18px;
}
 ul.callbacks_tabs.callbacks3_tabs {
 left: 45%;
}
 .slider-circle {
 padding: 3em 0 5em;
 min-height: 300px;
}
 .text {
 background: url(../images/cup.png) no-repeat -3em -5em;
}
 .basic:hover div.business {
 background: url(../images/img.png) no-repeat 9em -1px #192C3B;
}
 .fir {
 background: url(../images/ee.png) no-repeat 35px 0px;
}
 .fir1 {
 background: url(../images/aa.png) no-repeat 28px 0px;
}
 .fir2 {
 background: url(../images/bb.png) no-repeat 19px 0px;
}
 .fir3 {
 background: url(../images/dd.png) no-repeat 34px 0px;
}
 .fir4 {
 background: url(../images/cc.png) no-repeat 17px 0px;
}
 .fir5 {
 background: url(../images/dd.png) no-repeat 22px 0px;
}
 .fir6 {
 background: url(../images/ee.png) no-repeat 30px 0px;
}
 .fir7 {
 background: url(../images/aa.png) no-repeat 38px 0px;
}
 li#callbacks4_s0 {
 left: 0%;
}
 li#callbacks4_s1 {
 left: 0%;
}
 li#callbacks4_s2 {
 left: 0%;
}
 li#callbacks4_s3 {
 left: 0%;
}
 ul.callbacks_tabs.callbacks4_tabs {
 left: 39%;
 top: 83%;
}
 .cup-text-bottom {
 padding: 3em 0;
}
 .cup-text {
 min-height: 240px;
}
 .cup-text-top {
 min-height: 253px;
}
 .cup-text-top {
 background: none;
}
 .subscribe input[type="text"]:nth-child(1) {
 margin-left: 4em;
}
 .men-txt {
 width: 51%;
}
 .men-text {
 width: 25%;
}
 .men-text img {
 width: 40%;
}
 .men-txt p {
 font-size: 28px;
}
 .twitter-text ul li {
 background: url(../images/twitter-1.png) no-repeat 3em 0em;
}
 .contact-us1 h3 {
 background: none;
}
 .contact-1 {
 padding: 3em 0 0em;
}
 .contact-us1-bottom form {
 width: 100%;
}
 .contact-us1-bottom form input[type="text"]:nth-child(2) {
 margin-left: 0;
}
 .contact-us1-bottom form input[type="text"] {
 width: 49%;
}
 .contact-us1-bottom form textarea {
 width: 100%;
}
 .home-radio-clock {
 width: 100%;
 margin-left: 0em;
}
 .home-radio-clock-right {
 width: 100%;
}
 .map {
}
 ul.callbacks_tabs.callbacks1_tabs {
}
}
@media (max-width: 640px) {
#contactt iframe {
width:100%;
}
 #contactt {
margin-top:3em !important;
}
 .portfolio h3 {
margin-top:2em !important;
 font-size:2em;
}
 .offers h2 {
margin-top:2em !important;
 font-size:2em;
}
 .service-grid {
 width: 100%;
}
 .fir {
 background: url(../images/ee.png) no-repeat 15px 0px;
}
 .fir1 {
 background: url(../images/aa.png) no-repeat 10px 0px;
}
 .fir2 {
 background: url(../images/bb.png) no-repeat -1px 0px;
}
 .fir3 {
 background: url(../images/dd.png) no-repeat 6px 0px;
}
 .fir4 {
 background: url(../images/cc.png) no-repeat -6px 0px;
}
 .fir5 {
 background: url(../images/dd.png) no-repeat 0px 0px;
}
 .fir6 {
 background: url(../images/ee.png) no-repeat 12px 0px;
}
 .fir7 {
 background: url(../images/aa.png) no-repeat 15px 0px;
}
 .skills {
 margin: 1.5em 0 0.5em;
}
 .banner-info-left p {
 font-size: 15px;
 overflow: hidden;
 height: 42px;
}
 .sb-search.sb-search-open, .no-js .sb-search {
 width: 38%;
}
 .banner-info-left h2 {
 font-size: 23px;
}
 .slider-circle {
 min-height: 243px;
}
 .rslides li {
 left: 0%;
}
 .banner-info {
 border: 5px solid #565656;
}
 .callbacks_nav.next {
 display: none;
}
 .callbacks_nav {
 display: none;
}
 .banner-info-right img {
 width: 100%;
}
 .banner-info {
 padding: 1em 1em 2em 2em;
}
 .us a {
 padding: 10px 20px;
}
 .banner {
 min-height: 283px;
}
 .top-nav ul {
 top: 23%;
}
 ul.callbacks_tabs.callbacks1_tabs {
}
 .banner-bottom-text {
 padding: 10em 0 2em;
}
 .banner-bottom-text p {
 font-size: 17px;
}
 ul.callbacks_tabs.callbacks2_tabs {
 left: 43%;
}
 .mid {
 margin: 0 2em;
}
 .service-grid:nth-child(1) {
 margin-left: 0;
}
 .services h3 {
 margin: 1em 0 0.5em 0;
}
 .service-grids img {
 margin-bottom: 2em;
}
 .fig2 {
 background: url(../images/3.png) no-repeat 100px 0px;
}
 .fig1 {
 background: url(../images/2.png) no-repeat 100px 0px;
}
 .service-grids-bottom-left:nth-child(1) {
 margin-left: 0em;
}
 .midd {
 margin: 0 2em;
}
 .service-grids-bottom-left {
 width: 45%;
}
 .service-grids-bottom {
 padding: 3em 0 3em;
}
 .service1 {
 background: url(../images/line-2.png) no-repeat -5px 33px;
}
 .service-1 img:nth-child(4) {
 margin-bottom: 1em;
}
 .contact p {
 color: #BABFC4;
 font-size: 18px;
}
 .contact p {
 background: url(../images/line-4.png) no-repeat 1em 2.5em;
}
 .contact-us a {
 padding: 10px 25px;
}
 .contact {
 min-height: 160px;
 padding: 2em 0;
}
 .about-us p {
 font-size: 1em;
}
 .about-grid:nth-child(3) {
 display: none;
}
 .about-mid {
 margin: 0 0 0 2.5em;
}
 .about-grid {
 width: 47%;
}
 .about-grids-bottom p {
 font-size: 17px;
 margin: .5em 0;
}
 .mission h2 {
 font-size: 24px;
}
 .reach-text {
 width: 100%;
}
 .reach-text p a {
 margin:0 0 0 1em;
}
 .pricing {
 padding: 3em 0;
}
 .price p {
 font-size: 17px;
}
 .basic:nth-child(4) {
 display: none;
}
 .basic-mid {
 margin: 0 0 0 2.5em;
}
 .basic {
 width: 47%;
}
 p.paragraph {
 font-size: 17px;
}
 .basic:hover div.business {
 background: url(../images/img.png) no-repeat 13.3em -1px #192C3B;
}
 .contact1 p {
 font-size: 18px;
 background: url(../images/line-4.png) no-repeat 1em 2.5em;
}
 .contact1 {
 min-height: 160px;
 padding: 2em 0;
}
 .reach-text1 {
 width: 100%;
}
 .reach-text1 p a {
 margin:0 0 0 1em;
}
 .price1 p {
 font-size: 17px;
}
 .price1 h2 {
 font-size: 26px;
}
 .slider-circle1 p {
 font-size: 15px;
}
 ul.callbacks_tabs.callbacks3_tabs {
 left:44%;
}
 .grid-1 img:hover {
 background: url(../images/10.png) no-repeat 28px 22px;
}
 .grid-2 img:hover {
 background: url(../images/11.png) no-repeat 11px 28px;
}
 .grid-3 img:hover {
 background: url(../images/14.png) no-repeat 11px 28px;
}
 .grid-4 img:hover {
 background: url(../images/12.png) no-repeat 8px 28px;
}
 .grid-5 img:hover {
 background: url(../images/13.png) no-repeat 0px 28px;
}
 .grid-6 img:hover {
 background: url(../images/12.png) no-repeat 8px 28px;
}
 .grid-7 img:hover {
 background: url(../images/10.png) no-repeat 28px 22px;
}
 .grid-8 img:hover {
 background: url(../images/11.png) no-repeat 11px 28px;
}
 .cup-text-bottom p {
 font-size: 17px;
}
 li#callbacks4_s0 {
 left: 2%;
}
 li#callbacks4_s1 {
 left: 2%;
}
 li#callbacks4_s2 {
 left: 2%;
}
 li#callbacks4_s3 {
 left: 2%;
}
 .subscribe {
 padding: 2em 0;
}
 .subscribe h3 {
 font-size: 25px;
 margin: 1em 0 1em;
}
 .subscribe input[type="text"] {
 width: 34%;
}
 .subscribe input[type="text"]:nth-child(1) {
 margin-left: 0em;
}
 .men-text img {
 width: 30%;
}
 .men-txt p {
 font-size: 22px;
}
 .men-heart-clock-twitter {
 margin: 0em 0 2em;
}
 .twitter-text ul li {
 background: none;
}
 .twitter-txt {
 background: url(../images/twitter-2.png) no-repeat 25em -2em;
 height: 89px;
}
 .twitter-text {
 min-height: 99px;
 padding: 3em 0 0;
}
 .contact-us1 p {
 margin: 1em 0 3em;
 font-size: 17px;
}
 .contact-us1 h3 {
 font-size:2em;
}
 .home-radio-clock {
 margin-left: 0em;
}
 .home-radio-clock h2 {
padding-left: 6em;
}
 .home-radio-clock ul li span {
 padding-left: 10em;
 color: #000;
 font-size: 1em;
 font-family: 'Questrial', sans-serif;
}
 .home-radio-clock ul li {
 font-size: 0.8em;
}
 .home-radio-clock-right ul li {
 color: #8C969D;
 font-size: 1em;
 overflow: hidden;
 height: 38px;
}
 .home-radio-clock ul li.clock {
 margin-top:2em;
}
 .contact-us1-bottom form input[type="submit"] {
 padding: 10px 20px;
}
 .basic ul {
 background: url(../images/circle.png) no-repeat 12em 6em #F4F4F4;
}
 .about-us h2 {
 margin-top:3em;
}
 .nav > li > a {
 width:23% !important;
}
}
@media (max-width: 480px) {
.service-grid {
 width: 100%;
 margin-top:4em;
}
 .footer-logo-left {
 width: 32%;
}
 .footer-logo-right {
 width: 100%;
 padding-left: .5em;
}
 ul.callbacks_tabs.callbacks4_tabs {
 left: 36%;
}
 .footer-logo-left span {
 background: url(../images/m.png) no-repeat 103px 0px;
 width: initial;
}
 .cup-text-bottom p {
 overflow: hidden;
 height: 45px;
}
 .sb-search.sb-search-open, .no-js .sb-search {
 display: none;
}
 .top-nav {
 width: 15%;
}
 .skills {
 margin: 0.5em 0 0.5em;
}
 .banner-info {
 padding: 1em 1em 2em 1em;
}
 .navi {
 width: 100%;
}
 .banner-info-left {
 width: 60%;
}
 .banner-info-left h2 {
 font-size: 20px;
}
 .skills {
 width: 90%;
}
 .banner-info-left p {
 font-size: 14px;
 overflow: hidden;
 height: 40px;
}
 .rslides li {
 left: 0%;
}
 .us a {
 padding: 7px 16px;
 font-size:13px;
}
 .banner-bottom-text {
 padding: 7em 0 1em;
}
 .top-nav ul.nav1 li {
 padding: 12px 0;
}
 ul.callbacks_tabs.callbacks1_tabs {
}
 .banner-bottom-text p {
 font-size: 15px;
 overflow: hidden;
 height: 40px;
}
 .services h3 {
 font-size: 25px;
}
 .fig1 {
 background: url(../images/2.png) no-repeat 64px 0px;
}
 .fig2 {
 background: url(../images/3.png) no-repeat 64px 0px;
}
 .service-grid p {
 overflow: hidden;
 height: 152px;
}
 .banner-info-right {
 margin-left: 1em;
 width:35%;
}
 .banner-info-right img {
 width: 100%;
}
 .middle {
 margin: 0 0 0 .5em;
}
 .mid {
 margin: 0 0 0 1em;
}
 .mfp-container {
 text-align: initial;
}
 .services {
 min-height: 420px;
}
 .service-1 img:nth-child(2) {
 width: 100%;
}
 .service-1 img:nth-child(4) {
 width: 100%;
}
 .midd {
 margin: 0 0 0 1em;
}
 .service-grids-bottom-left {
 width: 48%;
}
 .service1 {
 background: url(../images/line-2.png) no-repeat -36px 33px;
}
 .service-1 h2 {
 font-size: 21px;
}
 .service-1 p {
 overflow: hidden;
 height: 120px;
}
 .about {
}
 .about-grids-bottom img:nth-child(1) {
 width: 100%;
}
 .about-grids-bottom img:nth-child(3) {
 width: 100%;
}
 .about-mid {
 margin: 0 0 0 1.8em;
}
 .mission p {
 overflow: hidden;
 height: 80px;
}
 .mission:nth-child(3) {
 margin-left: 2em;
}
 .mission h2 {
 font-size: 22px;
}
 .skill-2 {
 margin: 1em 0;
}
 .reach {
 min-height: 185px;
 padding: 2em 0 0;
}
 .reach-text p {
 font-size: 17px;
}
 .reach-text p a {
 margin: 0;
 display: block;
 width: 34%;
 margin-left: 9em;
 margin-top: 1em;
 padding: 10px 0px;
}
 .reach-text {
 padding: 1em 0;
}
 .reach {
 min-height: 160px;
}
 .price h2 {
 font-size: 26px;
}
 .pricing {
 padding: 2em 0;
}
 .basic-mid {
 margin: 0 0 0 1.8em;
}
 .about1 {
 padding: 3em 0;
}
 .basic:hover div.business {
 background: url(../images/img.png) no-repeat 8.3em -1px #192C3B;
}
 .reach-text1 {
 padding: 1em 0;
}
 .reach-text1 p {
 font-size: 17px;
}
 .reach-text1 p a {
 margin: 0 0 0 1em;
 display: block;
 width: 35%;
 margin: 1em 0 0 8em;
 padding:10px 0;
}
 .about1 {
 padding: 3em 0 1em;
}
 .sb-search {
 display: none;
}
 .price1 h2 {
 font-size: 24px;
}
 .slider-circle1 p span {
 display: none;
}
 .logos-list-left:nth-child(2) {
}
 .logos-list-left {
 width: 100%;
}
 .grid-6 {
 display: none;
}
 .logos-list-left-bottom {
 width: 33%;
}
 .grid-1 img:hover {
 background: url(../images/10.png) no-repeat 25px 22px;
}
 .grid-3 img:hover {
 background: url(../images/14.png) no-repeat 8px 28px;
}
 .grid-4 img:hover {
 background: url(../images/12.png) no-repeat 6px 28px;
}
 .grid-7 img:hover {
 background: url(../images/10.png) no-repeat 25px 22px;
}
 .grid-8 img:hover {
 background: url(../images/11.png) no-repeat 9px 28px;
}
 .subscribe h3 {
 font-size: 23px;
 margin: .5em 0;
}
 .subscribe p.par {
 font-size: 15px;
}
 .subscribe input[type="text"] {
 width: 100%;
}
 .subscribe input[type="text"]:nth-child(2) {
 margin: 1em 0;
}
 .men-txt p {
 font-size: 20px;
}
 .twitter-text ul li {
 font-size: 15px;
 overflow: hidden;
 height: 20px;
}
 .twitter-text ul li a {
 font-size: 15px;
}
 .twitter-txt {
 background: url(../images/twitter-2.png) no-repeat 17em -2em;
 height: 72px;
}
 .contact-1 {
 padding: 2em 0 0em;
}
 .contact-us1 p {
 margin: .5em 0 2em;
 font-size: 16px;
 overflow: hidden;
}
 .home-radio-clock-right {
}
 .home-radio-clock {
 width: 100%;
}
 .contact-us1-bottom form {
 width: 100%;
}
 .map {
}
 .footer-logo {
 float: none;
 text-align: center;
 width:100%;
}
 .footer-logo ul li {
 background: url(../images/m.png) no-repeat 7.5em 0em;
}
 .footer-icons {
 float: none;
 text-align: center;
 margin-top: .5em;
}
 .basic ul {
 background: url(../images/circle.png) no-repeat 7em 6em #F4F4F4;
}
 .subscribe input[type="submit"] {
 padding: 10px 50px;
}
}
@media (max-width: 320px) {
.service-grid {
 width: 100%;
 margin-top:4em;
}
 .service-grids {
 width: 100%;
}
 .input-control1 {
 width: 48%;
}
 .callbacks_container {
 width: 100%;
 z-index: 0;
}
 .banner-info-left {
 width: 50%;
}
 .banner {
 min-height: 189px;
}
 .banner-info {
 padding: 2em 0.8em 2em 0.8em;
}
 span.menu {
 margin: 13px 0 20px;
}
 .banner-info-left h2 {
 font-size: 14px;
}
 .banner-info-right {
 margin-left: 0.5em;
 width:47%;
}
 .callbacks_tabs a:after {
 height: 12px;
 width: 12px;
}
 .skills {
 margin: 0.5em 0;
}
 .banner-info-left p {
 font-size: 13px;
 height: 35px;
}
 .us a {
 font-size: 11px;
}
 .top-nav ul.nav1 li {
 padding: 7px 0;
}
 .top-nav ul li a {
 font-size: 16px;
}
 .top-nav ul {
 top: 31%;
}
 .head-logo a img {
 width: 71%;
}
 .navigation {
 height: 56px;
}
 ul.callbacks_tabs.callbacks1_tabs {
}
 .banner-bottom-text {
 padding: 9em 0 1em;
}
 ul.callbacks_tabs.callbacks2_tabs {
 left: 29%;
}
 .service-grids img {
}
 .service-grid:nth-child(1) {
}
 .mid {
 margin: 0 0 0 2em;
}
 .services h3 {
 font-size: 23px;
 text-align: center;
}
 .service-grids-bottom-left:nth-child(1) {
}
 .service-grids-bottom-left {
 width: 80%;
}
 .midd {
 margin: 0 0 0 2em;
}
 .service1 {
 background: url(../images/line-2.png) no-repeat -28px 33px;
}
 .service-1 p {
 text-align: center;
}
 .contact p {
 font-size: 15px;
 height: 62px;
}
 .contact {
 min-height: 140px;
}
 .about-us p {
 font-size: 1em;
}
 .about-us h2 {
 font-size: 2em;
 margin-top:4em;
}
 .about-grids {
 margin: 2em 0;
}
 .about-grid:nth-child(1) {
 display: none;
}
 .about-grid {
 width: 80%;
}
 .about-mid {
 margin: 0 0 0 2em;
}
 .about-grids-bottom p {
 font-size: 16px;
 overflow: hidden;
 height: 40px;
 margin: .3em 0;
}
 .mission:nth-child(3) {
 margin-left: 1em;
}
 .missions {
 padding: 2em 0 0.5em;
 background: none;
}
 .mission h2 {
 font-size: 20px;
}
 .services {
 min-height: 385px;
}
 .reach-text p a {
 margin: 0;
 display: block;
 width: 45%;
 margin-left: 5em;
 margin-top: 1em;
 padding: 5px 0px;
}
 .price p {
 font-size: 16px;
 overflow: hidden;
 height: 40px;
 margin: .5em 0 1em;
}
 .basic:nth-child(2) {
 display: none;
}
 .basic {
 width: 80%;
}
 .basic-mid {
 margin: 0 0 0 2em;
}
 .basic:hover div.business {
 background: url(../images/img.png) no-repeat 9.3em -1px #192C3B;
}
 .contact1 p {
 font-size: 16px;
 background: none;
}
 p.paragraph {
 font-size: 16px;
 overflow: hidden;
 height: 40px;
}
 .basic ul {
 background: url(../images/circle.png) no-repeat 8em 6em #F4F4F4;
}
 .reach-text1 p {
 font-size: 16px;
}
 .reach-text1 p a {
 display: block;
 width: 40%;
 margin: 1em 0 0 5em;
 padding: 7px 0;
}
 .price1 p {
 font-size: 16px;
 margin: .5em 0 0em;
 overflow: hidden;
}
 .slider-circle1 img {
 width: 28%;
}
 .slider-circle1 p {
 overflow: hidden;
 height: 20px;
}
 .slider-circle {
 padding: 2em 0 3em;
 min-height: 190px;
}
 ul.callbacks_tabs.callbacks3_tabs {
 left: 36%;
 top: 101%;
}
 .logos-list-left {
 width: 100%;
}
 .grid-3 {
}
 .logos-list-left-bottom {
 width: 50%;
}
 .grid-7 {
 display: none;
}
 .logos-list {
 padding: 3em 0 1em;
}
 .text {
 height: 290px;
}
 .cup-text-bottom {
 padding: 2em 0;
 text-align: center;
}
 .cup-text-bottom p {
 font-size: 16px;
 margin:.5em 0;
}
 ul.callbacks_tabs.callbacks4_tabs {
 left: 29%;
}
 .cup-text {
 min-height: 200px;
}
 .cup-text-top {
 min-height: 190px;
}
 .subscribe {
 padding: 1em 0;
}
 .subscribe h3 {
 font-size: 18px;
}
 .subscribe p.par {
 overflow: hidden;
 height: 40px;
}
 .men-text {
 width: 33%;
}
 .men-text:nth-child(3) {
 display: none;
}
 .contact-us1 h3 {
 font-size: 2em;
}
 .home-radio-clock {
}
 .contact-us1-bottom form {
 width: 100%;
}
 .footer-logo ul li {
 background: url(../images/m.png) no-repeat 2.5em 0em;
}
 .footer-logo-right {
 width: 100%;
 padding-left: 0em;
 text-align: center;
 margin-bottom: 0.5em;
}
 .footer-logo-right p {
 font-size: 12px;
}
 .footer-logo-right p a {
 font-size: 13px;
}
 .footer-logo-left {
 width: 30%;
}
 .footer-logo-left span {
 background: url(../images/m.png) no-repeat 45px 0px;
 width: initial;
}
}
/*-- //responsive-media --*/
.navbar-default .navbar-nav > li > a:hover {
	color: #fff;
	background-color: #484848;
}
