@font-face {
    font-family: "Signika",verdana,sans-serif;
    src:url(../fonts/ContrailOne-Regular.ttf) format('truetype');
}
@font-face {
    font-family: "Signika",verdana,sans-serif;
    src:url(../fonts/OpenSans-Regular.ttf) format('truetype');
}

img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
input[type="button"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

h1,h2,h3,h4,h5,h6{
	padding:0 0;
	margin:0 0;
}
p{
	padding:0 0;
	margin:0 0;
}
ul{
	padding:0 0;
	margin:0 0;	
}
body{
	padding:0 0;
	margin:0 0; 
	font-family: "Signika",verdana,sans-serif;
}
.mb{margin-bottom:20px;}
.mb1{margin-bottom:20px;}
.mt{margin-top:45px;}
.header {
    position:fixed; top:0; background:#fff; width:100%; display:block; z-index: 9999;
}
.header-top {
    position: relative;
    top: 0;
    left: 0;
	width: 100%;
}
.logo {
  float: left;
  width: 33%;
}
.logo a {
    font-size: 4em;
    text-decoration: none;
    text-transform: capitalize;
    color: #fff;
    font-family: "Signika",verdana,sans-serif;
}
.topmenusec{
	width:100%;
	margin:1% auto 0 auto;
	padding:0;
	display:block;
	clear:both;
	background: #ab0000;
	/*position:relative;
	top:0;*/
}
#nav{ width: 100%; line-height:60px; height:60px; position: relative; left: 0px;}
.top-menu {
   float:left;
   margin-top:0;
   width:100%;
   margin-right:0;
 }
.top-menu ul li {
  display: inline-block;
  margin: 0 0;
 }
.top-menu ul li a:hover {
	color: #fff;
	border-radius:0.4em;
    -moz-border-radius:0.4em;
    background:#ab0000;
    padding:0.3em 0.5em;
}
span.menu {
  display: none;
}
.top-menu ul li a{
  text-transform: capitalize;
  font-size: 1.5em;
  padding:0.5em;
  color: #000;
  text-decoration: none;
  font-family: "Signika",verdana,sans-serif;
}
.top-menu ul li a.active {
  	color: #fff;
  	border-radius:0.4em;
  	-moz-border-radius:0.4em;
    background:#ab0000;
    padding:0.3em 0.5em;
}

.social{
	float: right;
    position: relative;
    width: 10%;
    border:none;
    margin: 3% 0 0 0;
}
.social ul{width:100%; margin:0; padding:0; display:block;}
.social ul li{width:30px; height:30px; margin:0 10px 0 0; padding:0; display:inline; float:left;}
.social ul li:last-child{margin-right:0;}
.facebook{width:30px; height:30px; background:url(../images/social-icons.png) no-repeat 0 0; display:block;}
.facebook:hover{background:url(../images/social-icons.png) no-repeat 0 -30px; display:block; -moz-transition:all .2s linear; -webkit-transition:all .2s linear; -o-transition:all .2s linear; -ms-transition:all .2s linear;}
.twitter{width:30px; height:30px; background:url(../images/social-icons.png) no-repeat -40px 0; display:block;}
.twitter:hover{background:url(../images/social-icons.png) no-repeat -40px -30px; display:block; -moz-transition:all .2s linear; -webkit-transition:all .2s linear; -o-transition:all .2s linear; -ms-transition:all .2s linear;}
.linkedin{width:30px; height:30px; background:url(../images/social-icons.png) no-repeat -80px 0; display:block;}
.linkedin:hover{background:url(../images/social-icons.png) no-repeat -80px -30px; display:block; -moz-transition:all .2s linear; -webkit-transition:all .2s linear; -o-transition:all .2s linear; -ms-transition:all .2s linear;}

.call {
   float:left;
   margin-top:20px;
   width:24%;
   margin:3% 0 0 30%;
   background:url(../images/call.png) no-repeat;
   font-size:20px;
   padding:0 0 0 3%;
   color:#084876;
   font-weight:bold;
}
.search{
	float: right;
    position: relative;
    width: 17%;
    border:none;
    margin: 30px 0em 0 0;
}
.search input[type="text"] {
	outline: none;
	padding:6px 15px 6px 9px;
	background: none;
	width: 84%;
	border: none;
	font-size:1em;
	color:#333033;	
	float: left;
	background:#fff;
}
.search input[type="submit"] {
	width: 39px;
    height: 32px;
    background: url(../images/search.png) 1px 3px no-repeat;
    padding: 0px 1px;
    border: none;
    cursor: pointer;
    position: absolute;
    outline: none;
    top: 0px;
    right: 0px;
    background-color: #05a581;
}
/*--- slider-css --*/
.banner1{
	background:url(../images/bnr1.jpg) no-repeat center center;
	background-size:cover;
	min-height:400px;
}
.banner2{
	background:url(../images/bnr2.jpg) no-repeat center center;
	background-size:cover;
	min-height:400px;
}

.banner3{
	background:url(../images/bnr3.jpg) no-repeat center center;
	background-size:cover;
	min-height:400px;
}
.banner4{
	background:url(../images/bnr4.jpg) no-repeat center center;
	background-size:cover;
	min-height:400px;
}
.banner5{
	background:url(../images/bnr5.jpg) no-repeat center center;
	background-size:cover;
	min-height:400px;
}
.banner6{
	background:url(../images/clients1.jpg) no-repeat 0 0;
	background-size:cover;
	min-height:400px;
	position: relative;
    top: 142px;
}
.banner7{
	background:url(../images/industry-practices1.jpg) no-repeat 0px 0px;
	background-size:cover;
	min-height:400px;
	position: relative;
    top: 142px;
}

.slider {
	position: relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides div.slid {
  -webkit-backface-visibility: hidden;
  width: 100%;
  left: 0;
  top: 145px;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.caption {
    width: 45%;
    margin: 0;
}
.caption h3{
    font-size: 3em;
    text-transform: capitalize;
    color: #fff;
    font-family: "Signika",verdana,sans-serif;
	text-shadow:2px 2px 2px #000;
}
.caption p{
	font-size: 1.1em;
    color: #fff;
    line-height: 1.8em;
    padding: 1em 0 2em;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 15px;
	width: 15px;
	display: inline-block;
     border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	background:#fff;
	border:2px solid#fff;
}
.callbacks_here a:after{
	background:#ab0000;
}
.callbacks_tabs a{
	visibility:hidden;
}
.callbacks_tabs li{
	display:inline-block;
	
}
ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: 50px;
	z-index: 999;
	left: 47%;
}
a.button {
    font-size: 1em;
    padding: 0.5em 1em;
    color: #fff;
    text-decoration: none;
    background: #ab0000;
	text-transform: capitalize;
}
a.button:hover {
    background:#084876;
    color: #fff;
}
.profile {
    padding: 15em 0 4em 0;
	text-align:justify;
}

profile-grids{
	width:60%;
}

.profile-grids h3 {
    font-size: 2.5em;
    color: #084876;
    font-family: "Signika",verdana,sans-serif;
}

.profile-grids h3 span {
    color: #AD0101;
    font-family: "Signika",verdana,sans-serif;
}

.about-grid{
	margin:0;
	float:left;
	text-align:justify;
}

.about-grid h3 {
    font-size: 2.5em;
    color: #084876;
    font-family: "Signika",verdana,sans-serif;
}

.about-grid h3 span {
    color: #AD0101;
    font-family: "Signika",verdana,sans-serif;
}
.divider{
	background:url(../images/divider.png) no-repeat top right;
	padding-right:8em;
}
.service-rgrids{
	margin:0;
}
.service-rgrids h3 {
    font-size: 2.5em;
    text-transform: capitalize;
    color: #084876;
    font-family: "Signika",verdana,sans-serif;
}

.service-rgrids h3 span {
    color: #AD0101;
    font-family: "Signika",verdana,sans-serif;
}

.ourservices{
    margin-top: 0em;
}

.ourservices p{
    margin:0 0 0.4em 0;
	padding:3% 0 3% 16%;
	width:100%;
	display:block;
	background:url(../images/btn.gif) no-repeat left top;
	list-style:none;
	font-size: 1.1em;
	color:#FFF;
}
.ourservices p a{
	color:#FFF;
	text-decoration:none;
}

.ourservices p a:hover{
	color:#FFF;
	text-decoration:underline;
}

.tm{
	margin-top:1em;
}

/*==twittessection==*/
.twitsec {
  	padding: 4em 0;
    background:url(../images/twittbg.jpg);
	border-bottom:2px solid #ccc;
}
.twitts {
    margin-top:0em;
}
.twitts-grid{
	width:33%;
}

.twitts-grid p {
    font-size: 1em;
	line-height:1.8em;
	color: #777;
	margin-top: 1em;
}

.twitts-grid h4 {
    font-size: 2em;
    text-transform: capitalize;
    color: #084876;
    font-family: "Signika",verdana,sans-serif;
    margin-bottom: 0.5em;
}

.twitts-grid h4 span{
    text-transform: capitalize;
    color: #AB0000;
    font-family: "Signika",verdana,sans-serif;
}

#ticker { width:90%; height:370px; overflow:auto; border-right:1px solid #CDCDCD; padding-right:20%;}
#ticker dt { font:normal 14px "Signika",verdana,sans-serif; padding:0 10px 5px 0; padding-top:10px; border-bottom:none; border-right:none; position:relative;}
#ticker dd { margin-left:0; font:normal 15px "Signika",verdana,sans-serif; color:#000; padding:0 10px 10px 0; border-bottom:1px dashed #aaaaaa; position:relative;}
#ticker dd.last { border-bottom:1px dashed #ffffff;}
#ticker div { margin-top:0;}

#tickerr { width:100%; height:370px; overflow:auto; background:#FFF0F0; padding:2%;}
#tickerr dt { font:normal 14px "Signika",verdana,sans-serif; padding:0 10px 5px 0; padding-top:10px; border-bottom:none; border-right:none; position:relative;}
#tickerr dd { margin-left:0; font:normal 15px "Signika",verdana,sans-serif; color:#000; padding:0 10px 10px 0; border-bottom:1px dashed #aaaaaa; position:relative;}
#tickerr dd.last { border-bottom:1px dashed #ffffff;}
#tickerr div { margin-top:0;}

.twitbox{border-right:1px solid #CDCDCD; width:96%}
.hline{width:80%; margin:0 0 1% 0; padding:0; height:2px; background:#bbb;}
.halfline{width:20%; margin:0; padding:0; height:2px; background:#ab0000;}
/*==Form==*/
.form-sec{
	padding:0em;
	margin-top:2em;
}
.form-sec input[type="text"], .form-sec input[type="password"], .form-sec input[type="email"]{
	background:#FFF;
    outline: none;
    font-size:0.9em;
    font-weight: 400;
    color: #b4b4b4;
    padding: 10px 10px 10px 45px;
    border: 1px solid #ccc;
    width: 100%;
    margin: -6px 0;
    -webkit-appearance: none;
	font-family: "Signika",verdana,sans-serif;
}
.form-sec select{
    padding: 10px;
	font-size:0.9em;
    font-weight: 400;
    color: #b4b4b4;
    outline: none;
    cursor: pointer;
	display: block;
    width: 100%;
	border: 1px solid #ccc;
	margin:3.5em 0 1em 0;
}
.form-sec textarea{
	background:#FFF;
    outline: none;
    font-size:0.9em;
    color: #b4b4b4;
    padding: 15px 10px 15px 15px;
    border: 1px solid #ccc;
    width: 100%;
	height:190px;
	/*background:transparent;*/
    font-family: "Signika",verdana,sans-serif;
}

.form-sec input.user {
    background: url(../images/user.png)no-repeat 3px 3px #fff;
}
.form-sec input.lock {
    background: url(../images/lock.png)no-repeat 3px 3px #fff;
}
.form-sec input.mail {
    background: url(../images/mail.png)no-repeat 3px 3px #fff;
}
.form-sec input.phn{
    background: url(../images/phn.png)no-repeat 3px 3px #fff;
}
.form-sec input.loct{
    background: url(../images/locat.png)no-repeat 3px 3px #fff;
}


.form-sec input[type="submit"] {
    background:#ab0000;
    color: #FFF;
    border: none;
    font-size: 1em;
    font-weight: 400;
    padding: 0.5em 1em;
    width: 30%;
    cursor: pointer;
	margin-top:1em;
    outline: none;
	display:inline-block;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	text-transform:uppercase;
}

.submit input[type="submit"]:hover,.form-sec input[type="submit"]:hover{
	background:#084876;
}

.form-sec form span{
	position:absolute;
	 right:10%;
    top: 66.5%;
    cursor: pointer;
}
.login-bottom {
    width: 62%;
    margin: 25px auto;
}
/*==EndForm==*/

/*--Industry Practices--*/
.team{
	padding: 0em 0 0 0;
}
.work-bottom {
  margin-top: 1em;
}
.team-bottom h4 {
  font-size: 1.3em;
  color: #444;
  margin: .5em 0;
  font-family: 'Signika';
}
.team-bottom p {
  color: #333333;
  font-size: 1.1em;
  line-height: 1.4em;
}
.team-left{
margin:0 1.5em;
}
.team-left img{
width:100%;
}
.title {
  text-align: left;
  width: 100%;
  margin: 0 auto;
}
.title h3 {
  font-size: 2em;
  color: #084876;
  font-family: 'Signika';
  font-weight: 500;
  padding: 10px 0 0 0;
}
.title h3 span{
  color: #A50101;
}

/*--flexisel--*/
#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*---- Navigation ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:12px;
	height:16px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	display:none;
}
.nbs-flexisel-nav-left {
	left: 0%;
	top: 30% !important;
	background: url(../images/themes1.png) no-repeat 0px 0px;
}
.nbs-flexisel-nav-right {
	right: 0%;
	top: 30% !important;
	background: url(../images/themes1.png) no-repeat -24px 0px;
}
.c-logo {
  margin-top: 2em;
}
/*--//team--*/

.models {
  padding: 4em 0;
  text-align: center;
    background: #eee;
}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	display: none;
}
.clients {
  margin-top: 2em;
}
.models h3 {
	font-size: 3em;
    text-transform: capitalize;
    color: #333033;
	font-family: "Signika",verdana,sans-serif;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
	margin-bottom:10px;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	
	cursor: pointer;
	position: relative;
     width:100%;
	height:100%;
}
.event {
    padding:4em 0;
}
.event h3 {
    font-size: 3em;
    text-transform: capitalize;
    color: #333033;
	font-family: "Signika",verdana,sans-serif;
    margin-bottom: 0.5em;
}
.event-grid p {
    font-size: 1em;
	line-height:1.8em;
	color: #777;
	margin-top: 1em;
}
.specials-section {
  padding: 4em 0;
  background: #191e23;
}
.specials-section h3 {
	font-size: 1.5em;
    text-transform: capitalize;
    color: #fff;
	font-family: "Signika",verdana,sans-serif;
    margin-bottom: 0.5em;
}
.specials-section .hhline{
	width:20%;
	height:2px;
	background:#FFF;
	margin-bottom:5%;
}
.specialsl li {
  list-style: none;
}
.specials1 p {
  font-size: 1em;
  line-height: 2em;
  color: #999;
}
.specials1 ul li{
  list-style-type: none;
   padding: 0;
}
.specials1 p a {
    color: #eee;
}
.specials1 ul li  a{
  font-size: 0.965em;
  text-decoration: none;
  line-height: 1.6em;
  color: #999;
  list-style: none;
  padding: 2px 16px;
  background: url(../images/arrow.png) no-repeat 0px 6px;
  text-transform: capitalize;
}
.specials1 ul li a:hover {
  color:#A50101;
}
.footer-section{
	padding:1em 0;
	text-align:center;
	background: #0e1214;
}
.footer-top p {
	font-size: 0.9em;
	color: #fff;
	font-weight: 400;
}
.footer-top  a {
	font-size: 1em;
	color:#fff;
	font-weight: 400;
	text-transform: capitalize;
}
.footer-top a:hover {
	color: #1B1B1B;
}
.footer-top a {
	margin: 0 0.3em
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: url("../images/move-top.png") no-repeat 0px 0px;
}
.bnr2 {
    background: url(../images/about-us.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 400px;
	position: relative;
    top: 142px;
}
.bnr3 {
    background: url(../images/candidates.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 400px;
	position: relative;
    top: 142px;
}

.bnr4 {
    background: url(../images/current-vacancies.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 400px;
	position: relative;
    top: 142px;
}
.bnr5 {
    background: url(../images/industry-practices.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 400px;
	position: relative;
    top: 142px;
}
.bnr6 {
    background: url(../images/contact-us.jpg) no-repeat 0px 0px;
    background-size: cover;
   min-height: 400px;
	position: relative;
    top: 142px;
}
.bnr7 {
    background: url(../images/enterprenuer.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 400px;
	position: relative;
    top: 142px;
}
.socialf{
	border:none;
    margin: 0;
}

.socialf ul{width:100%; margin:15% 0 0 0; padding:0; display:block;}
.socialf ul li{width:33px; height:37px; margin:0 10px 0 0; padding:0; display:inline; float:left;}
.socialf ul li:last-child{margin-right:0;}
.facebookf{width:33px; height:37px; background:url(../images/footer-social.png) no-repeat 0 0; display:block;}
.facebookf:hover{background:url(../images/footer-social.png) no-repeat 0 -37px; display:block; -moz-transition:all .2s linear; -webkit-transition:all .2s linear; -o-transition:all .2s linear; -ms-transition:all .2s linear;}
.twitterf{width:33px; height:37px; background:url(../images/footer-social.png) no-repeat -36px 0; display:block;}
.twitterf:hover{background:url(../images/footer-social.png) no-repeat -36px -37px; display:block; -moz-transition:all .2s linear; -webkit-transition:all .2s linear; -o-transition:all .2s linear; -ms-transition:all .2s linear;}
.linkedinf{width:33px; height:37px; background:url(../images/footer-social.png) no-repeat -72px 0; display:block;}
.linkedinf:hover{background:url(../images/footer-social.png) no-repeat -72px -37px; display:block; -moz-transition:all .2s linear; -webkit-transition:all .2s linear; -o-transition:all .2s linear; -ms-transition:all .2s linear;}

.clientlogo{
	padding: 0; background:#F2F4F7; border-top:1px solid #ccc;
}
.clientlogo h4 {
  font-size: 2em;
  color: #084876;
  margin: .2em 0;
  font-family: 'Signika';
  text-align:left;
  font-weight:500;
}
.clientlogo h4 span {
	color:#A50101;
}

/**about**/
.about-section {
  padding: 2em 0;
  top:150px;
  position: relative;
  margin: 0 0 12em 0;
}
.about-header h3 {
  	font-size: 2.5em;
    /*text-transform: capitalize;*/
    color: #084876;
    font-family: "Signika",verdana,sans-serif;
	margin-bottom: 0em;
}
.about-header h3 span{
	color:#ab0000;
}
.about-header p {
  font-size: 14px;
  color: #555;
 line-height:1.8em;
}
.about-header {
  /*text-align: center;*/
  margin-bottom: 1em;
}
.about h4 {
    font-size: 1.5em;
    text-transform: capitalize;
    margin: 0.5em 0;
    color: #333033;
    font-family: "Signika",verdana,sans-serif;
  }
.about p {
  font-size: 14px;
  color: #444;
  line-height: 1.8em;
}
.about ul{
	margin:0;
	padding:0;
}
.about ul li{
	margin:0;
	padding:0 0 0 2%;
	float:left;
	display:block;
	background:url(../images/box.gif) no-repeat 0 7px;
	font-size: 14px;
	width:97%;
}
.about1{
	margin:0;
	padding:0;
	text-align:justify;
}
.about1 ul{
	margin:0;
	padding:0;
}
.about1 ul li{
	margin:0;
	padding:0 0 0 2%;
	float:left;
	display:block;
	background:url(../images/box.gif) no-repeat 0 7px;
	font-size: 14px;
	list-style:none;
	width:97%;
}
.team2 {
  padding: 2em 0;
}
.testimonials {
  padding: 4em 0;
  text-align: center;
  background: #8B75AF;
 }
.testimonials h3 {
  font-size: 3em;
    text-transform: capitalize;
    color: #fff;
    font-family: "Signika",verdana,sans-serif;
	margin-bottom: 0.3em;
}
.testimonials h4 {
  font-size: 1.5em;
    text-transform: capitalize;
    margin: 0.5em 0;
    color: #fff;
    font-family: "Signika",verdana,sans-serif;
	text-align: right;
}
.testimonials p {
  font-size: 1em;
  color: #ECE5E5;
  line-height: 1.8em;
  background: url(../images/quote.png) no-repeat 5px 0px;
  padding-left: 2em;
}
.test-grids {
  margin-top: 3em;
}
.services {
  padding: 4em 0;
  text-align: center;
 }
.services h3 {
    font-size: 3em;
    text-transform: capitalize;
    color: #333033;
    font-family: "Signika",verdana,sans-serif;
}
.services p {
  font-size: 1em;
  color: #eee;
  line-height: 1.8em;
}
.services h4 {
    font-size: 1.5em;
    text-transform: capitalize;
    margin: 0.6em 0 0.4em;
    color: #fff;
    font-family: "Signika",verdana,sans-serif;
  }
.services-grids {
  margin-top: 3em;
}
.ser1 {
  background:#05a581;
  padding: 2em;
}
.ser1:hover {
  background: #8B71AE;
}
.professional{
	padding:0em 0 4em ;
}
.professional h3 {
    font-size: 3em;
    text-transform: capitalize;
    color: #333033;
    font-family: "Signika",verdana,sans-serif;
    text-align: center;
}
.professional-grid1 h4 {
  	font-size: 1.5em;
    text-transform: capitalize;
    color: #000;
    font-family: "Signika",verdana,sans-serif;
}
.professional-grid1 p {
  font-size: 1em;
  padding: .5em 0;
  color: #999;
  line-height: 2em;
 }
.professional-grids {
  margin-top: 3em;
}
.service-list {
  padding: 4em 0;
  background-color: #8B71AE;
}
.service-list h3 {
   font-size: 3em;
    text-transform: capitalize;
    color: #fff;
    font-family: "Signika",verdana,sans-serif;
    text-align: center;
}
.ser-list ul li{
 list-style-type: none;
}
.ser-list ul li a {
  color: #eee;
  font-size: 0.965em;
  padding: 6px 24px;
  background: url(../images/list-arrow.png) no-repeat 0px 10px;
  line-height:2em;
  text-decoration:none;
 }
.ser-list ul li a:hover {
    color: #000;
}
.service-grids {
  margin-top: 3em;
}
/*-- services --*/
/*-- racing --*/
.racing-section{
	padding:4em 0;
	text-align: center;
}
.racing-section h3 {
    font-size: 3em;
    text-transform: capitalize;
    color: #333033;
    font-family: "Signika",verdana,sans-serif;
      margin-bottom: .5em;
}
.racing-grid {
  padding: 1em;
}
a.mask {
  text-decoration: none;
  overflow: hidden;
  display: block;
  color:#fff;
}
a.mask p a{color:#fff; text-decoration:none;}
a.mask p a:hover{color:#ab0000; text-decoration:none;}
img.zoom-img {
  -webkit-transform: scale(1, 1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1, 1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
}
img.zoom-img:hover {
  -webkit-transform: scale(1.1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 750ms;
  -moz-transform: scale(1.1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 750ms;
  overflow: hidden;
}
/*-- racing --*/
/*-- Typography --*/
h3.tittle {
    font-size: 3em;
    text-transform: capitalize;
    color: #333033;
    font-family: "Signika",verdana,sans-serif;
    margin-bottom: .5em;
    text-align:center;
}
.typo {
  padding: 4em 0;
}
.show-grid [class^=col-] {
    background: #fff;
  text-align: center;
  margin-bottom: 10px;
  line-height: 2em;
  border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
  background: #e0e0e0;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
  color: #777;
  font-size: 0.85em;
  margin-bottom: 1em;
  font-weight: 300;
}
.grid_4{
	background:none;
	margin-top:50px;
}
.label {
  font-weight: 300 !important;
  border-radius:4px;
}  
.grid_5 a {
  background: none;
  padding: 2em 0;
  text-decoration: none;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5{
	margin-bottom:1em;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
/*--//Typography --*/
/*contacts*/
.mail {
  padding: 2em 0;
  position: relative;
  top: 13em;
  margin:0 0 15em 0;
}
.mail  h3 {
	font-size: 3em;
    text-transform: capitalize;
    color: #084876;
    font-family: "Signika",verdana,sans-serif;
}
.mail  h3 span{
	color: #ab0000;
}
.map iframe {
  width: 100%;
  min-height: 400px;
  border: none;
}
.mail-grids {
  margin-top: 2em;
}
.map {
  margin-top: 2em;
}
.mail-grid-left h3{
  font-size: 3em;
  text-transform: capitalize;
  color: #333033;
  font-family: "Signika",verdana,sans-serif;
  text-align: left;
  margin-bottom: .4em;
}
.mail-grid-left h4{
	font-size: 1.5em;
    text-transform: capitalize;
    color: #000;
    font-family: "Signika",verdana,sans-serif;
}
.mail-grid-left p{
   color: #444;
  font-size: 14px;
  margin: 0.5em 0;
  line-height: 1.5em;
}
.mail-grid-left p a{
	color: #000000;
}
.mail-grid-left p span{
	display:block;
}
.contact-form form {
  /*text-align: right;*/
}
.contact-form input[type="text"],input[type="email"],input[type="tel"],input[type="date"], .contact-form select{
  width: 100%;
  color: #555;
  background: none;
  outline: none;
  font-size: 1em;
  padding: .5em;
  margin-bottom: 1em;
  border: solid 1px #D5D4D4;
}
.contact-form textarea {
  resize: none;
  width: 100%;
  color: #898888;
  font-size: 1em;
  outline: none;
  padding: .5em;
  border: solid 1px #D5D4D4;
  min-height: 240px;
  -webkit-appearance: none;
}
.contact-form input[type="submit"] {
  border: none;
  outline: none;
  color: #FFF;
  padding: .5em 1.5em;
  font-size: 1em;
    margin: 0.5em 0 0 0;
  -webkit-appearance: none;
  background: #05518C;
 }
.contact-form input[type="submit"]:hover{
	background:#AB0000;
	  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.search-frm-bx {
    margin:0;
	padding:0;
}

.search-frm {
    margin:0 0 1em 0;
	padding:1em 0 1em 1em;
	background:#F9E0DF;
	border:1px solid #EFB0AD;
}
.search-frm ul{
	margin:0;
	padding:0;
}
.search-frm ul li{
	width:24%;
    display: inline-block;
    padding-right: 2%;
	list-style:none;
}
.search-frm ul li select {
    padding: 10px;
    background: transparent;
    font-size: 0.9em;
    font-weight: 400;
    color: #444;
    border-radius: 5px;
    outline: medium none;
    cursor: pointer;
	background:#fff;
    display: block;
    width: 100%;
    border: 1px solid #CCC;
}
.search-frm ul li .input {
    margin:0 0 0 0;
	padding:0.5em 1% 0.5em 2%;
	color:#444;
	width:100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #CCC;
}

/*==IndustryPractices==*/
.portfolio-grids{
	margin:0;
}

.view {
  width: 257px;
  height: 160px;
  margin: 10px;
  float: left;
  border: 10px solid #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 1px 1px 2px #BCBCBC;
  -moz-box-shadow: 1px 1px 2px #BCBCBC;
  box-shadow: 1px 1px 2px #BCBCBC;
  cursor: default;
  padding: 0;
}
.view .mask,.view .content {
   width: 223px;
   height: 160px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view p {
    font-style: italic;
    font-size: 1em;
    position: relative;
    color: #fff;
    text-align: center;
    margin: 2em auto 0;
    width: 50%;
}
.view-fourth img {
   -webkit-transition: all 0.4s ease-in-out 0.2s;
   -moz-transition: all 0.4s ease-in-out 0.2s;
   -o-transition: all 0.4s ease-in-out 0.2s;
   -ms-transition: all 0.4s ease-in-out 0.2s;
   transition: all 0.4s ease-in-out 0.2s;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-fourth .mask {
   background-color: rgba(0,0,0,0.8);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0) rotate(-180deg);
   -moz-transform: scale(0) rotate(-180deg);
   -o-transform: scale(0) rotate(-180deg);
   -ms-transform: scale(0) rotate(-180deg);
   transform: scale(0) rotate(-180deg);
   -webkit-transition: all 0.4s ease-in;
   -moz-transition: all 0.4s ease-in;
   -o-transition: all 0.4s ease-in;
   -ms-transition: all 0.4s ease-in;
   transition: all 0.4s ease-in;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
}
.view-fourth p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.view-fourth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1) rotate(0deg);
   -moz-transform: scale(1) rotate(0deg);
   -o-transform: scale(1) rotate(0deg);
   -ms-transform: scale(1) rotate(0deg);
   transform: scale(1) rotate(0deg);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.view-fourth:hover img {
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.view-fourth:hover p{
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0.5s;
   -moz-transition-delay: 0.5s;
   -o-transition-delay: 0.5s;
   -ms-transition-delay: 0.5s;
   transition-delay: 0.5s;
}

.btn-pin {
  background:url(../images/pin.png) no-repeat 50% 50%;
  border:none;
  padding:0.5em 2em;
}
.btn-pin:hover
	{
  background:url(../images/pin-hover.png) no-repeat 50% 50%;
  border:none;
}

.fleft{float:left; margin-right:50px;}
.fright{float:right; margin-left:50px;}

/*==Slider==*/
.slider {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
	width: 100%;
	height:400px;
	top: 144px;
}
.slider .nav-prev, .slider .nav-next {
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	bottom: 50%;
	background: url(../images/svg-sprite-navigation.svg) no-repeat;
	background-size: 100%;
	z-index: 5;
}
.slider .nav-prev { left: 0; background-position: 0 -400px; }
.slider .nav-next { right: 0; background-position: 0 -450px; }

.slide {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: top center;
	background-repeat: no-repeat;
}
.slide:first-child {
	display: inline-block;
}

.slide span {
	position: absolute;
	bottom: 50%;
	left: 0;
	display: block;
	width: calc(100% - 0px);
	padding: 14px 50px;
	background-color: #000;
	background-color: rgba(0,0,0,0.1);
	text-align: center;
	font-weight: bold;
	font-size:1.5em;
	z-index: 4;
	color:#fff;
	text-shadow:1px 1px 1px #ab0000;
}

/**Responsive*/
@media (max-width:1440px){
ul.callbacks_tabs.callbacks1_tabs {
    bottom: 80px;
}
/*.banner1 {
  min-height: 450px;
}
.banner2 {
  min-height: 450px;
}
.banner4 {
  min-height: 450px;
}
.banner5 {
  min-height: 450px;
}
.caption {
  margin: 8em auto 0 10%;
}*/
.social {
	width: 11%;
}	
}
@media (max-width: 1366px){
/*.banner1 {
    min-height: 600px;
}
.banner2 {
    min-height: 600px;
}
.banner4 {
    min-height: 600px;
}
.banner5 {
  min-height: 600px;
}
.caption {
    margin: 8em auto 0 10%;
	width: 34%;
}*/
.social {
    width: 12%;
}
.call {
    width: 25%;
    margin: 3% 0 0 27%;
}

.about-grid h3 {
    font-size: 2.1em;
}
.service-rgrids h3 {
    font-size: 2.1em;
}
.ourservices p {
	font-size: 1em;
}
.rslides div.slid {
  top: 142px;
  }
}
@media (max-width: 1280px){
/*.banner1 {
    min-height: 400px;
}
.banner2 {
    min-height: 400px;
}
.banner4 {
    min-height: 400px;
}
.banner5 {
  min-height: 400px;
}
.caption {
    margin: 5em auto 0 8%;
}*/
.logo {
    width: 30%;
}
/*.top-menu {
    width: 48%;
}*/
.call {
    float: left;
    width: 25%;
    margin: 3% 0px 0px 33%;
}
.social {
    float: right;
    position: relative;
    width: 11%;
}
/*.header-top {
	left: 6%;
}
*/}
@media (max-width: 1024px){
.logo {
    width: 29%;
}
/*.top-menu {
    width: 51%;
    margin-right: 3%;
}*/
/*.banner1 {
    min-height: 250px;
}
.banner2 {
    min-height: 250px;
}
.banner4 {
    min-height: 250px;
}
.banner5 {
  min-height: 250px;
}*/
.search input[type="text"] {
   font-size: 0.965em;
}
.caption h3,.incredible h3,.training h3,.models h3,.event h3,.specials-section h3,.about-header h3,.testimonials h3,.services h3,.professional h3,.service-list h3,.racing-section h3,h3.tittle,.mail h3,.mail-grid-left h3 {
    font-size: 1.2em;
}
.incredible-grid h4,.about h4,.testimonials h4,.services h4,.professional-grid1 h4,.mail-grid-left h4 {
    font-size: 1.4em;
}
.search input[type="text"] {
    width: 73%;
}
.incredible-grid p,.training-grid p,.event-grid p,.about p,.testimonials p,.services p,.professional-grid1 p,.mail-grid-left p {
    font-size: 0.965em;
}
.caption p,.about-header p {
    font-size: 1.3em;
}
.caption {
    margin: 2em auto 0 8%;
}
.testimonials p {
  padding-left: 2.5em;
  background: url(../images/quote.png) no-repeat 1px 0px;
}
.ser-list ul li a {
  padding: 6px 16px;
}
.call {width:29%; margin:3.1% 0px 0px 26%;}
.social{width:12%;}
.rslides div.slid {top: 139px;}
ul.callbacks_tabs.callbacks1_tabs{bottom:10px;}
}
@media (max-width: 991px){
.logo a {
    font-size: 3em;
}

/*.header-top {
    position: relative;
    z-index: 9999;
    top: 0%;
    left: 3%;
    width: 93%;
}*/

.call {
    width: 32%;
    margin: 3% 0px 0px 13%;
}
.social {
    width: 16%;
}

span.menu{
	display: block;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.top-menu ul{
	display: none;
	position:relative;
	width: 100%;
	z-index: 9999;
	left: 0%;
	margin:0.7em 0em;
	background:rgba(29, 28, 24, 0.93);
	border:0;
}
.top-menu span.menu{
	display: block;
}
.top-menu ul li{
	display: block;
	float:none;
	text-align: center;
}
.top-menu ul li a{
	color:#fff;
	display:block;
	margin:0;
	background:none;
	border:none;
	padding:0.4em;
	font-size:1em;
}
.top-menu {
    float: right;
    margin-top: 0em;
    width: 100%;
    margin-right: 0%;
}
.col-md-8{
	position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}

.col-md-4{
    float: left;
}

.divider {
    background: none;
    padding-right: 0em;
}
.search {
   width: 25%;
   margin: 14px 0em 0 0;
}
.search input[type="text"] {
    width: 76%;
}
.caption h3, .incredible h3, .training h3, .models h3, .event h3, .specials-section h3, .about-header h3, .testimonials h3, .services h3, .professional h3, .service-list h3, .racing-section h3, h3.tittle, .mail h3, .mail-grid-left h3 {
    font-size: 2em;
}
.caption {
    width: 75%;
}
ul.callbacks_tabs.callbacks1_tabs {
    bottom: 45px;
    left: 45%;
}
/*.banner1 {
    min-height: 250px;
}
.banner2 {
    min-height: 250px;
}
.banner4 {
    min-height: 250px;
}
.banner5 {
  min-height: 250px;
}
.caption {
    margin: 9em auto 0;
}*/

.profile {
    padding: 4em 0px;
}

.profile-grids {
    width: 40%;
}
.service-rgrids{
	width: 30%;
	margin:0;
	padding:0;
	float: right;
}

.ourservices p {
    margin: 0px 0px 0.4em;
    width: 100%;
    display: block;
    background: transparent url("../images/btn.gif") no-repeat scroll left top;
    list-style: outside none none;
    color: #FFF;
    font-size: 0.9em;
    padding: 3% 0px 3% 20%;
}

.incredible,.models,.event,.specials-section,.about-section,.testimonials,.services,.service-list,.racing-section,.typo,.mail {
    padding: 3em 0;
}
.training {
    padding: 0em 0 3em;
}
.incredible-grid {
    float: left;
    width: 25%;
}
.incredible-grid h4, .about h4, .testimonials h4, .services h4, .professional-grid1 h4, .mail-grid-left h4 {
    font-size: 1.3em;
}
.incredible-grid p, .training-grid p, .event-grid p, .about p, .testimonials p, .services p, .professional-grid1 p, .mail-grid-left p,.specials1 p {
    font-size: 0.95em;
}
.training-grid {
    width: 33.3%;
    float: left;
}
.event-grid {
    float: left;
    width: 33.3%;
}
.specials1 {
    float: left;
    width: 50%;
}
.specials1:nth-child(3) {
    margin-top:1em;
}
.specials1:nth-child(4) {
    margin-top:1em;
}
.about-grid {
    float: left;
    width: 60%;
}
.team {
    float: left;
    width: 50%;
}

.test-grid {
    float: left;
    width: 25%;
}
.services-grid {
    float: left;
    width: 33.3%;
}
.professional-grid {
    float: left;
    width: 40%;
}
.professional-grid1 {
    float: left;
    width: 60%;
}
.professional {
    padding: 0em 0 3em;
}
.ser-list {
    float: left;
    width: 33.3%;
}
.racing-grid {
    float: left;
    width: 33.3%;
}
.label {
    padding: .2em .6em .3em;
    font-size: 60%;
}
.pagination {
    margin: 12px 0;
}
.map iframe {
    width: 100%;
    min-height: 342px;
}
.mail-grid-left {
    float: left;
    width: 50%;
}
.contact-form {
    float: left;
    width: 100%;
}
.contact-form input[type="submit"] {
    font-size: 0.965em;
}
.contact-form textarea {
   font-size: 0.965em;
    min-height: 210px;
}
.contact-form input[type="text"] {
    font-size: 0.965em;
}
.bnr2 {
   min-height: 400px;
}
}
@media (max-width: 768px){
.call {
    width: 36%;
    margin: 3% 0px 0px 10%;
}
.social {
    width: 19%;
}
.team {
    float: left;
    width: 100%;
}
.form-sec input[type="submit"]{
	width: 45%;
}
.ourservices p {
	font-size: 0.8em;
    padding: 4% 0px 4% 30%;
}
.rslides div.slid {top:125px;}
}
@media (max-width:640px){
.logo a {
    font-size: 2.5em;
}
.top-menu {
   width: 43%;
   margin-right: 1%;
}
.call {
   float:left;
   margin-top:20px;
   width:100%;
   margin:3% 0 0 0%;
   background:url(../images/call.png) no-repeat 27% 0;
   font-size:20px;
   padding:0 0 0 6%;
   color:#084876;
   font-weight:bold;
   text-align:center;
}
.logo {
  float: left;
  width: 100%;
  text-align:center;
}
.social{
	float: left;
    width: 45%;
    border:none;
    margin: 3% 0 0 37%;
	text-align:center;
}
.social ul{width:100%; margin:0; padding:0; display:block; text-align:center;}

.search {
    width: 27%;
}
.search input[type="text"] {
    width: 72%;
}
.caption h3, .incredible h3, .training h3, .models h3, .event h3, .specials-section h3, .about-header h3, .testimonials h3, .services h3, .professional h3, .service-list h3, .racing-section h3, h3.tittle, .mail h3, .mail-grid-left h3 {
    font-size: 1.6em;
}
.caption p, .about-header p {
    font-size: 0.95em;
}
a.button {
    font-size: 0.95em;
}
ul.callbacks_tabs.callbacks1_tabs {
    left: 43%;
	bottom: 30px;
}
/*.caption {
    margin: 6em auto 0;
}
.banner1 {
    min-height: 310px;
}
.banner2 {
    min-height: 310px;
}
.banner3 {
    min-height: 310px;
}*/
.incredible-grid {
    float: left;
    width: 50%;
}
.incredible-grid:nth-child(3) {
    margin-top: 1em;
}
.incredible-grid:nth-child(4) {
    margin-top: 1em;
}
.incredible-grids,.services-grids,.test-grids,.professional-grids,.service-grids,.map {
    margin-top: 2em;
}
.incredible-grid h4, .about h4, .testimonials h4, .services h4, .professional-grid1 h4, .mail-grid-left h4 {
    font-size: 1.2em;
}
.specials1 ul li a {
    font-size: 0.95em;
}
.bnr2 {
    min-height: 100px;
	/*display:none;*/
	visibility:hidden;
}
.about-grid {
    width: 100%;
}
.about-grid img {
    margin: 0 auto;
}
.about-grid:nth-child(2) {
  margin-top:1em;
}
.about-grid:nth-child(3) {
  margin-top:1em;
}
.test-grid {
    float: left;
    width: 50%;
}
.test-grid:nth-child(3) {
  margin-top:1em;
 }
 .test-grid:nth-child(4) {
  margin-top:1em;
 }
.about-grids {
    text-align: left;
}
.service-list h3 {
    text-align: left;
    margin: 0 19px;
}
.ser1 {
    background: #05a581;
    padding: 1em;
}
.professional-grid {
    width: 100%;
}
.professional-grid img {
    margin: 0 auto;
}
.professional-grid1 {
    width: 100%;
	text-align:center;
}
.professional-grid1{
	margin-top:1em;
}
.ser-list {
    width: 100%;
}
.ser-list:nth-child(2) {
   margin-top:1em;
}
.ser-list:nth-child(3) {
    margin-top:1em;
}
.ser-list ul li a {
    font-size: 0.95em;
}
.label {
    padding: .2em .6em .3em;
    font-size: 50%;
}
.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 9px;
}
.contact-form textarea {
    font-size: 0.95em;
    min-height: 190px;
}
.contact-form input[type="text"] {
    font-size: 0.95em;
}
.contact-form input[type="submit"] {
    font-size: 0.95em;
	padding: .5em 1em;
}
.map iframe {
    width: 100%;
    min-height: 300px;
}
.topmenusec {
    width: 100%;
    margin: 0 auto;
}
.topmenusec{
	background:transparent;
}
.about-section{
	margin: 8em 0 0 0;
}
.profile-grids {
    width: 100%;
}
}

@media (max-width: 480px){
.top-menu {
    width: 43%;
    margin-right: 1%;
    margin-top: 0.3em;
}
.header-top {
    top: 10%;
    left: 3%;
    width: 94%;
}
.logo a {
    font-size: 2em;
}
.search {
    margin: 4px 0em 0 0;
}
.logo {
    width: 28%;
}
.top-menu {
    width: 100%;
    margin-right: 0%;
    margin-top: 0.3em;
}
.search input[type="text"] {
    width: 67%;
}
.search input[type="text"] {
    font-size: 0.8em;
    padding: 8px 8px;
}
.caption {
    width: 95%;
}
.caption h3, .incredible h3, .training h3, .models h3, .event h3, .specials-section h3, .about-header h3, .testimonials h3, .services h3, .professional h3, .service-list h3, .racing-section h3, h3.tittle, .mail h3, .mail-grid-left h3 {
    font-size: 1.4em;
}
a.button {
    font-size: 0.92em;
	padding: 0.5em 0.5em;
}
.caption p, .about-header p {
    font-size: 0.92em;
}
.caption p {
    padding: 0.5em 0 0.8em;
}
ul.callbacks_tabs.callbacks1_tabs {
    left: 43%;
    bottom:25px;
}
/*.banner1 {
    min-height: 280px;
}
.banner2 {
    min-height: 280px;
}
.banner3 {
    min-height: 280px;
}*/
.incredible, .models, .event, .specials-section, .about-section, .testimonials, .services, .service-list, .racing-section, .typo, .mail {
    padding: 2em 0;
}
.incredible-grid p, .training-grid p, .event-grid p,.specials1 p, .about p, .testimonials p, .services p, .professional-grid1 p, .mail-grid-left p {
    font-size: 0.92em;
}
.training-grid {
    width: 100%;
}
/*.bnr2 {
    min-height: 105px;
	background:transparent;
}
.bnr1 {
    min-height: 105px;
	background:transparent;
}
.bnr4 {
    min-height: 105px;
	background:transparent;
}
.bnr5 {
    min-height: 105px;
	background:transparent;
}*/
.bnr6 {
    min-height: 105px;
	background:transparent;
}
.training-grid img{
	margin:0 auto;
}
.training-grids {
    text-align: center;
}
.training-grid:nth-child(2) {
    margin-top: 1em;
}
.training-grid:nth-child(3) {
    margin-top: 1em;
}
.training {
    padding: 0em 0 2em;
}
.event-grid {
    width: 100%;
}
.professional {
    padding: 0em 0 2em;
}
.event-grid img{
  margin:0 auto;
}
.testimonials p {
    padding-left: 2.2em;
}
.incredible-grids,.clients, .services-grids, .test-grids, .professional-grids, .service-grids, .map {
    margin-top: 1em;
}
.event-grid:nth-child(2) {
    margin-top: 1em;
}
.event-grid:nth-child(3) {
    margin-top: 1em;
}
.event-grids {
    text-align: center;
}
.specials1 {
    float: left;
    width: 100%;
}
.specials1:nth-child(2) {
     margin-top: 1em;
}
.services-grid {
    width: 100%;
}
.services-grid:nth-child(2) {
     margin-top: 1em;
}
.services-grid:nth-child(3) {
     margin-top: 1em;
}
.grid_4 {
    margin-top: 22px;
}
.typo h1 {
    font-size: 29px;
}
.typo h2 {
    font-size: 27px;
}
.mail-grid-left {
    width: 100%;
	padding: 0;
}
.contact-form {
    width: 100%;
    margin-top: 1em;
	padding: 0;
}

.divider{
	background:none;
	padding-right:0;
}
.col-md-8{
	padding-left:0;
}
.ourservices p{
    margin:0 0 0.4em 0;
	padding:4% 0 5% 20%;
	width:100%;
	display:block;
	background:url(../images/btn.gif) no-repeat left top;
	list-style:none;
	font-size: 1em;
	color:#FFF;
}
.profile {
    padding: 4em 0px;
}

.profile-grids {
    width: 100%;
}
.service-rgrids{
	width: 100%;
	margin:7% 0 0 0;
	padding:0;
}
.call {
   float:left;
   margin-top:20px;
   width:100%;
   margin:3% 0 0 0%;
   background:url(../images/call.png) no-repeat 7% 0;
   font-size:20px;
   padding:0 0 0 10%;
   color:#084876;
   font-weight:bold;
   text-align:center;
}
.logo {
  float: left;
  width: 100%;
  text-align:center;
}
.social{
	float: left;
    width: 40%;
    border:none;
    margin: 1% 0 0 30%;
	text-align:center;
}
.social ul{width:100%; margin:0; padding:0; display:block; text-align:center;}
.caption {
	display:none;
}

.twitsec {
    padding: 0em 0px;
}
#ticker {
    width: 100%;
    height: 370px;
    overflow: auto;
    border-right: none;
    padding-right: 0;
}
.twitbox {
    border-right: none;
    width: 100%;
}
.twitts-grid {
    margin-top: 2em;
	width:100%;
}
.team {
    float: left;
    width: 100%;
	clear:both;
}
.col-md-2{
	padding-right: 0px;
	padding-left: 0px;
}
.topmenusec {
    width: 100%;
    margin: -5% auto 0 0;
}
.topmenusec{
	background:transparent;
}
.about-section{
	margin: 8em 0 0 0;
}

.view {
    width: 100%;
    height: 160px;
    margin: 10px 0;
    float: left;
    border: 10px solid #FFF;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #BCBCBC;
    cursor: default;
    padding: 0px;
}

}

@media (max-width: 768px){
/*.about-grid {
    float: left;
    width: 100%;
}*/
}

@media (max-width: 640px){
	.search-frm ul li{
	width: 100%;
	padding-right:4%;
}
.btn-danger{
	margin:5% 0;
}	
.clientlogo{
	padding: 2em 0; background:#F2F4F7; border-top:1px solid #ccc;
}
}


@media (max-width: 480px){
	.search-frm ul li{
	width: 100%;
	padding-right:4%;
}
.btn-danger{
	margin:5% 0;
}
.clientlogo{
	padding: 2em 0; background:#F2F4F7; border-top:1px solid #ccc;
}	
}

@media (max-width: 320px){
.search {
    display: none;
}
.logo {
    width: 55%;
}
/*.banner1 {
    background: url(../images/bnr1.jpg) no-repeat -205px 0px;
    background-size: cover;
}
.banner2 {
    background: url(../images/bnr2.jpg) no-repeat -205px 0px;
    background-size: cover;
}
.banner4{
	background:url(../images/bnr4.jpg) no-repeat -205px 0px;
	background-size:cover;
}
.banner5{
	background:url(../images/bnr5.jpg) no-repeat -205px 0px;
	background-size:cover;
}*/

ul.callbacks_tabs.callbacks1_tabs {
    left: 38%;
    bottom: 13px;
}
.header-top {
    top:0%;
}
span.menu {
   text-align: right;
}
.incredible, .models, .event, .specials-section, .about-section, .testimonials, .services, .service-list, .racing-section, .typo, .mail {
    padding: 1em 0;
}
.caption h3, .incredible h3, .training h3, .models h3, .event h3, .specials-section h3, .about-header h3, .testimonials h3, .services h3, .professional h3, .service-list h3, .racing-section h3, h3.tittle, .mail h3, .mail-grid-left h3 {
    font-size: 1.5em;
}
.incredible-grid {
    width: 100%;
	padding:0;
}
.incredible-grid:nth-child(2) {
    margin-top: 1em;
}
.incredible-grid:nth-child(3) {
    margin-top: 1em;
}
.incredible-grid:nth-child(4) {
    margin-top: 1em;
}
.training-grid {
   padding: 0;
}
.event-grid {
    padding: 0;
}
.specials1 {
    padding: 0;
}
.footer-section {
    padding: 1em 0;
}
/*.bnr2 {
    min-height: 105px;
	background:transparent;
}
.bnr3 {
    min-height: 105px;
	background:transparent;
}
.bnr4 {
    min-height: 105px;
	background:transparent;
}
.bnr5 {
    min-height: 105px;
	background:transparent;
}
.bnr6 {
    min-height: 105px;
	background:transparent;
}*/
.about-grid {
    padding: 0;
}
.about-header {
   margin-bottom: 1em;
}
.test-grid {
	width: 100%;
    padding: 0;
}
.services-grid {
    padding: 0;
}
.professional-grid {
    padding: 0;
}
.professional-grid1 {
    padding: 0;
}
.professional {
    padding: 0em 0 1em;
}
.ser-list {
    padding: 0;
}
.racing-grid {
    width: 100%;
	padding: 0.5em 0 0 0;
}
.map iframe {
    width: 100%;
    min-height: 200px;
}
.divider{
	background:none;
	padding-right:0;
}
.col-md-8{
	padding-left:0;
}
.ourservices p{
    margin:0 0 0.4em 0;
	padding:4.5% 0 5% 20%;
	width:100%;
	display:block;
	background:url(../images/btn.gif) no-repeat left top;
	list-style:none;
	font-size: 0.9em;
	color:#FFF;
}
.profile {
    padding: 4em 0px;
}

.profile-grids {
    width: 100%;
}

.service-rgrids{
	width: 100%;
	margin:7% 0 0 0;
	padding:0;
}

.call {
   float:left;
   margin-top:20px;
   width:100%;
   margin:3% 0 0 0%;
   background:url(../images/call.png) no-repeat 7% 0;
   font-size:15px;
   padding:0 0 3% 3%;
   color:#084876;
   font-weight:bold;
   text-align:center;
}
.logo {
  float: left;
  width: 100%;
  text-align:center;
}
.social{
	float: left;
    width: 45%;
    border:none;
    margin: 3% 0 0 30%;
	text-align:center;
}
.social ul{width:100%; margin:0; padding:0; display:block; text-align:center;}
.caption {
	display:none;
}

.twitsec {
    padding: 0em 0px;
}
#ticker {
    width: 100%;
    height: 370px;
    overflow: auto;
    border-right: none;
    padding-right: 0;
}
.twitbox {
    border-right: none;
    width: 100%;
}
.twitts-grid {
    margin-top: 2em;
	width:100%;
}
.team {
    float: left;
    width: 100%;
}
.col-md-2{
	padding-right: 0px;
	padding-left: 0px;
}
.topmenusec {
    width: 100%;
    margin: 1% auto 0 0;
}
.topmenusec{
	background:transparent;
}
.about-section{
	margin: 8em 0 0 0;
}
.about ul li {
    margin: 0px;
    padding: 0px 0px 0px 6%;
}
.view {
    width: 100%;
    height: 160px;
    margin: 10px 0;
    float: left;
    border: 10px solid #FFF;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #BCBCBC;
    cursor: default;
    padding: 0px;
}
.search-frm ul li{
	width: 100%;
	padding-right:4%;
}
.btn-danger{
	margin:5% 0;
}
.clientlogo{
	padding: 2em 0; background:#F2F4F7; border-top:1px solid #ccc;
}
}