/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,500,300);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

body {
    width: 100%;
    height: 100%;
    font-family:  'Montserrat', sans-serif;
    color: #7c7c7c;
    
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2{
    margin: 0 0 15px;
    text-transform: uppercase;
    font-family:  'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

h3,
h4,
h5,
h6 { margin: 0 0 15px;
    font-family:  'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;}

p {
    font-size: 14px;
    line-height: 1.5;
	font-family: 'Roboto', sans-serif;
	color:#7c7c7c;
	line-height:26px;
}

p span{
	color:#008b98;
	font-weight:bold;
}

h2 {
	font-size:52px;
	color:#008e9b;
}


h2 >span {
	

	color: #FFFFFF;
    font-weight: bold;
}


p.footer{
		bottom:15px;
		width:100%;
		font-size:13px;
		font-weight:normal;
	}
	
a {
    color: #42dca3;
   	-webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	
}

a:hover,
a:focus {
    text-decoration: none;
    color: #1d9b6c;
}

.light {
    font-weight: 400;
	font-size: 22px;
}	

.fl{
	float:left;
}

.fr{
	float:right;
}

.grey{
	background-color:#f2f2f2;
}

a.links{
	color:#18afb6!important;
	line-height:26px;	
}

.blue{
	color:#dcfffe!important;
	font-size:18px;
	font-weight:300;
}

/*------ basic -------*/

.justify{
	text-align:justify;
}

.pd30{
	padding: 0px 30px;
}

.pr5{
	padding-right:8px;
}

.pb10{
	padding-bottom:10px!important;
}
.pb20{
	padding-bottom:20px;
}

.pb50{
	padding-bottom:50px;
}

.pb60{
	padding-bottom:60px;
}


.pb0{
	padding-bottom:0px;
}

.pt60{padding-top:60px;}
.pt40{
	padding-top:40px;
}

.pt30{
	padding-top:30px;
}

.pt20{
	padding-top:20px;
}

.pt10{
	padding-top:10px;
}

.mtn{
	margin-top:-20px;
}

.nomg{
	margin:0px;
}

.white-txt{
	color:#ffffff;
}

.green{
	color:#83BD3F;
}


.black{
	color:#524f4f;
	font-family: 'Roboto', sans-serif;
}

.col-centered{
	float: none;
	margin: 0 auto;
}

.black-text{
	color:#433939;
}

ul.num{
	 list-style-type: decimal;
}

/*------ Animation -------*/
.carousel .item.active .animated1 {
	
}

.carousel .item.active .animated2 {
	-webkit-animation: lightSpeedIn 1s ease-in 200ms both;
	animation: lightSpeedIn 1s ease-in 200ms both;
}

.carousel .item.active .animated3 {
	-webkit-animation: bounceInLeft 1s ease-in-out 500ms both;
	animation: bounceInLeft 1s ease-in-out 500ms both;
}

.carousel .item.active .animated4 {
	-webkit-animation: flipInX 1s ease-in 500ms both;
	animation: flipInX 1s ease-in 500ms both;
    text-align: center;
}

.carousel .item.active .animated5 {
	-webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
	animation: bounceInLeft 1s ease-in-out 100ms both;
}

.carousel .item.active .animated6 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
    text-align: center;
}

.carousel .item.active .animated7 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
}

.carousel .item.active .animated8 {
	-webkit-animation: fadeInDown 1s ease-in 1000ms both;
	animation: fadeInDown 1s ease-in 1000ms both;
}

.carousel-caption p {
        font-size: 15px;
        line-height: 1.6;
		padding-bottom:10px;
		color:#FFFFFF;
    }
	
.carousel-caption h2 {
	color:#D2D2D2;
	font-weight: 100;
}

.carousel-caption h2 {
	color:#D2D2D2;
	font-weight: 100;
}

.carousel-caption-center{
	right: 0%;
    left: 0%; 
	text-align: center;
}

#carousel-caption-c {
	top: 30%;
}

/*------ menu -------*/

.logo{
		background:url(../images/qinetics-logo2.png) no-repeat;
		background-size:140px 37px;
		width:200px;
		height:60px;
	}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family:  'Montserrat', sans-serif;
    background-color: #00909D;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}


.nav-white{
	 color: #fff;
}

.nav-scroll{
	color:#525252!important;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
		opacity: 0.75!important;
}

.navbar-custom .nav li a.active,
.navbar-custom .nav li a:hover {
    outline: 0;
    opacity: 1!important;
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

.navbar-nav>li>.dropdown-menu>li{
	padding:5px 0px;
}

.dropdown-menu{
	background: rgba(255, 255, 255, .95);
}


.content-section {
    padding-top: 70px;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../images/downloads-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}


ul.banner-social-buttons {
    margin-top: 0;
}

footer {
    padding: 10px 0;
}

footer p {
    margin: 0;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}



/*------ button-------*/

.btn-circle {
    width: 65px;
    height: 65px;
    margin-top: 15px;
    padding: 4px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 38px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family:  'Montserrat', sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.qinetics-service .btn{
	text-transform:none;
}

.btn-default {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
	border-radius: 4px;
}

.btn-default:hover,
.btn-default:focus {

    outline: 0;
    color: #fff;
}


.btn-red{
	background:#ec1c24;
	padding: 10px 50px;
	border: 1px solid #ec1c24;
}

.btn-red:hover{
	background:#d31321;
	border: 1px solid #d31321;
}
.btn-blue:hover{
	background:#2e368f;
	border: 1px solid #2e368f;
}
.btn-orange{
	background:#f8941e;
	padding: 10px 50px;
	border: 1px solid #f8941e;
}

.btn-orange:hover{
	background:#e6820c;
	border: 1px solid #e6820c;
}


.btn-main{
	background:#00909d;
	padding: 10px 50px;
	font-size: 15px;
}

.btn-main:hover{
	background:#026f79;
	border: 1px solid #fff;
}

.slide-btn:hover{
	background:#00909d;
	border: 1px solid #00909d;
}

.btn-main span{
	text-decoration:underline;
}

/*------ company brand -------*/
#qi-brand {
  padding: 24px 0px 26px 0px;
  background: #02aab2;
  position: relative;
  color:#FFFFFF;
  font-size:18px;
  font-weight:lighter;
  line-height:18px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px;
}

#qi-brand h1 {
  font-size:26px;
  margin:0px;
}
#qi-brand .qi-brand {
  margin: 10px 0px 0px 0px;
    text-align:left;
}

.qi-brand img{
	margin-top:-9px;
}

.qi-brand img.mt{
	margin-top:-12px;
}

.qi-arrow{
	font-size:55px!important;
	margin-top:5px;
	margin-left:20px;
}

/*------ services -------*/
.heading{
	margin-bottom:60px;
}

.services-title{
	margin-top:20px;
	font-size:20px;
}

a.our-services{
	color:#008e9b;
}


a.our-services img{
	-webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0) scale(1);
    -ms-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
    -webkit-transition: -webkit-transform .2s ease-out;
    -ms-transition: -ms-transform .2s ease-out;
    transition: transform .2s ease-out;
}

a.our-services img:hover{
	 -webkit-transform: translate3d(0,0,0) scale(1.05);
    -ms-transform: translate3d(0,0,0) scale(1.05);
    transform: translate3d(0,0,0) scale(1.05);
    -webkit-transition: -webkit-transform .4s ease-out;
    -ms-transition: -ms-transform .4s ease-out;
    transition: transform .4s ease-out;
}

a.our-services:hover {
	color:#02565d!important;
}


.gridmg{
	margin-bottom:30px;
}

/*------ client -------*/
.img-centered{margin:0 auto}

.client{
	margin-bottom:60px;
}
.client-container{
	
  position: relative;
  width: 100%;
  margin-bottom:40px;
  height:130px;
}
.client-container img{
	position: absolute;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
img.grayscale{
  filter: grayscale(100%);/* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  opacity:0.5;
  transition: opacity .4s;
}

img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  opacity:1;
}


/*------ footer -------*/
.footer{
	background-color:#1a2335;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	padding:15px 0px;
}

.copyright, .link{
	line-height:40px;
	color:#fff;
}

.left-link{
	text-align:left;
}

ul.links {
    margin-bottom: 0;
    line-height: 40px;
    text-transform: uppercase;
    text-transform: none;
	font-weight:400;
	text-align: center;

}

.links>li {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
}


.links>li>a{
	color:#fff;

}

.links>li>a:hover{
	color:#008e9b;
	text-decoration:underline;
}

.cls{
	clear:both;
}

/*------ header banner -------*/
.content-box{
	height:100%;
	padding:0px;
}
.page-banner {
	height:460px;
	vertical-align:middle;
	color:#fff;
}

#shortpb{
	height:360px;
}

.grey{
	background:#f7f7f7;
}

.wwr-header-banner{background: url(../images/who-we-are-bg.jpg) no-repeat center;  background-size: cover;}
.wwd-header-banner{background: url(../images/what-we-do-bg.jpg) no-repeat center ;  background-size: cover;}
.contact-header-banner{background: url(../images/contact-bg.jpg) no-repeat center ;  background-size: cover;}
.join-us-header-banner{background: url(../images/join-us-bg.jpg) no-repeat center ;  background-size: cover;}
.services-header-banner{background: url(../images/qinetics-services-bg.jpg) no-repeat center ;  background-size: cover;}
.asp-header-banner{background:url(../images/asp-bg2.png)#f89d26 no-repeat bottom center;
	background-position:80% 120px;}
.page-banner h2 {
	font-weight: 600;
	text-transform: uppercase;
	font-size:56px;
	line-height:64px;
	color:#fff;
}

.page-banner p {
	font-weight: 300;
	font-size:16px;
	color:#fff;
}

.page-banner-content{
	padding:0px 15px;
	top:36%;
	
}

/*------ team profile -------*/

#portfolio .portfolio-item{
	margin: 0 0 12px;
    right: 0;
    padding: 0px 7px;}
#portfolio .portfolio-item .portfolio-link{display:block;position:relative;max-width:200px;margin:0 auto}
#portfolio .portfolio-item .portfolio-link .portfolio-hover{background:rgba(179,215,79,.4);position:absolute;width:100%;height:100%;opacity:0; }
#portfolio .portfolio-item .portfolio-link img{
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0) scale(1);
    -ms-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
    -webkit-transition: -webkit-transform .2s ease-out;
    -ms-transition: -ms-transform .2s ease-out;
    transition: transform .2s ease-out;
}

#portfolio .portfolio-item .portfolio-link:hover img, #portfolio .portfolio-item .portfolio-link .portfolio-hover{
    -webkit-transform: translate3d(0,0,0) scale(1.05);
    -ms-transform: translate3d(0,0,0) scale(1.05);
    transform: translate3d(0,0,0) scale(1.05);
    -webkit-transition: -webkit-transform .4s ease-out;
    -ms-transition: -ms-transform .4s ease-out;
    transition: transform .4s ease-out;
}
	
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover{opacity:1}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content{position:absolute;width:100%;height:20px;font-size:20px;text-align:center;top:50%;margin-top:-12px;color:#fff}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i{margin-top:-12px}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4{margin:0}
#portfolio .portfolio-item .portfolio-caption{max-width:400px;margin:0 auto;background-color:#fff;text-align:center;padding:25px}
#portfolio .portfolio-item .portfolio-caption h4{text-transform:none;margin:0}
#portfolio .portfolio-item .portfolio-caption p{font-style:italic;font-size:16px;margin:0}
#portfolio *{z-index:2}
#portfolio{ padding: 10px 40px;}

}@media (min-width:767px){#portfolio .portfolio-item{margin:0 0 30px}}



/*------ tooltips -------*/
@-webkit-keyframes pop-in {
0% { opacity: 0; -webkit-transform: scale(0.5); }
100% { opacity: 1; -webkit-transform: scale(1); }
}
@-moz-keyframes pop-in {
0% { opacity: 0; -moz-transform: scale(0.5); }
100% { opacity: 1; -moz-transform: scale(1); }
}
@keyframes pop-in {
0% { opacity: 0; transform: scale(0.5); }
100% { opacity: 1; transform: scale(1); }
}
#tooltip {
  padding: 25px 20px;
  max-width: 600px;
  font-size:14px;
  max-width:500px;
  min-width:400px;
  font-weight:100;
  z-index:999;
  font-family: 'Roboto', sans-serif;
  -webkit-animation:pop-in 0.5s;
  -moz-animation:pop-in 0.5s;
  -ms-animation:pop-in 0.5s;
}

#tooltip span{
	font-size:17px;
	font-weight:bold;
	line-height:12px;
}

#tooltip strong{
	font-size:14px;
	
}

#tooltip.black {
  background: #008b98;
  color: #fff;
}

#tooltip.white {
  background: rgba(255,255,255,0.9);
  color: #222;
}

#tooltip .arrow {
  width: 22px;
  height: 22px;
  position: absolute;
  background-image: url('../images/tooltip.png');
  background-repeat: no-repeat;
  margin:1px;
}

#tooltip.black.top .arrow {
  background-position: -12px -34px;
}

#tooltip.black.right .arrow {
  background-position: 10px -12px;
}

#tooltip.black.bottom .arrow {
  background-position: -12px 10px;
}

#tooltip.black.left .arrow {
  background-position: -34px -12px;
}



/*------ text fade -------*/
@-webkit-keyframes fade-in{
    from{
        opacity:1;
        top:0px;
    }
    to{
        opacity:0;
        top:-5px;
    }
}
.text-animated-1{
    display:inline;
    position:relative;
    top:0px;
    -webkit-animation:fade-in 2s infinite;

}
.text-animated-2{
    opacity:0;
    display:inline;
    position:relative;
    margin-left:-56px;
    -webkit-animation:fade-in 2s infinite;
    -webkit-animation-delay:0.5s;
}

.aggettivi{
    display:inline;
    width:100px;
    height:100px;
}


/*------ qinetics value-------*/

ul#core_value{    
	left: 3%;
    position: relative;
	}

#core_value li{ 
	float:left; 
	list-style:none;
	vertical-align: bottom; 
	display: table-cell;
	 margin-left:-20px; 
	 margin-right:-10px
	 }


#core_value li div{ 
	width:90px; 
	height:70px; 
	position: absolute; 
	margin-top:115px;
	margin-left:10px;
	cursor: pointer;
	}

#core_value li div.first{ 
	width:100px;
	margin-left:40px
	}

#core_value li div.fifth{
	width:100px
	}

/*------ qinetics value-------*/
#wwb{
	background:url(../images/what-we-believe-bg.jpg)no-repeat center center fixed;
    background-size: cover;
	color:#ffffff;
}

#wwb h2, #wwb p{
	color:#ffffff;
}

.wwb{
	padding-bottom:20px;	
}

.wwb img{
	margin-bottom:15px;	
}


ul.achievement-dot{padding:20px 0px 0px 0px;}
ul.achievement-dot strong{font-size:16px; line-height:30px;}
ul.achievement-dot li{
  background: url(../images/yellow-dot.png) no-repeat;
  background-position: 0px 13px;
  padding: 8px 20px 8px 30px;
  font-size: 14px;
      list-style: none;
}

.background {
    position: relative;
    z-index: 1;
}
.background a{
	color:#fff;
	font-size:16px;
}
.background a:before  {
        border-top: 1px solid #008b98;
        content:"";
        margin: 0 auto; /* this centers the line to the full width specified */
        position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
        top: 55%; left: 0; right: 0; bottom: 0;
        width: 95%;
        z-index: -1;
    }
	

    span.line { 
        /* to hide the lines from behind the text, you have to set the background color the same as the container */ 
        background: #008b98; 
        padding: 10px 30px; 
    }
	
	
.panel{
	border:0px;
	box-shadow:none;
	background:none;
}

.panel-group .panel-heading{
	padding-top:50px;
}


.achievement-bg{
	background:url(../images/achievement-bg.png)no-repeat center center fixed;

}

/*------ company profile-------*/
.webnic{
	background:url(../images/webnic-bg.jpg) #ffffff repeat-x bottom;

}


.webnic strong{
	color:#ec1c24;
	
}

.webnic p, .qinetics p{
	font-size:15px;
}

.qinetics p{
	padding-bottom:20px;
}

.qinetics p.sub{
	font-size:18px;
	font-weight:100;
}

.qinetics h3{
	font-size:28px;
}

.qinetics{
	background:url(../images/qinetics-bg.jpg) no-repeat center center fixed;
	background-size:cover;
}

.qinetics img{
	margin-top:-30px;
}



.asp{
	background:url(../images/asp-bg.png) no-repeat bottom left;
	background-position:18% 340px;
}

.asp strong{
	color:#f8941e;
}


.asp p{
	padding-left:25px;
	
}

.asp img{
	padding-bottom:20px;
}

/*------ join us-------*/
.join-us{}

.join-us h3 {font-size:30px;
font-weight:100;
line-height:36px;
color:#008b98;
text-transform:uppercase;}

.join-us h4 {
margin-bottom: 5px;
letter-spacing: 0px;
font-size:17px;
}

.vacancy{
	border: 1px solid #dad9d9;
    position: relative;
    background-color: #fff;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
	height:300px;
	padding:25px;
	text-align:left;
	margin:0px 0px 20px 0px;
}


.job-vacancy{
	font-size: 15px;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    color: #7c7c7c;
    line-height: 26px;
}


.job-vacancy span{

	color:#a4a4a4;

}

.job-vacancy strong{

	font-size: 16px;

}


.apply_btn {
    padding: 10px 25px; 
	background:#83BD3F; 
    color: #fff; 
    font-size: 16px;
    display: inline-block;
	text-decoration:none;
	border-radius: 3px; 
	cursor:pointer
	
}

.apply_btn:hover, .apply_btn:focus{  
    background:#059aa6;
	 color: #fff; 
}

.join-us a{
	color:#747a8e;
}

.join-us span{
	color:#a4a4a4;
}

.vacancy:hover span{
	color:#e0fbfc;
	transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.vacancy:hover .arrow{
	background:url(../images/arrow2.png) no-repeat;
}

.vacancy:hover{
    z-index: 2;
	background-color: #008b98;
	color:#ffffff!important;	
}


.arrow{
	bottom: 20px;
    right: 20px;
    position: absolute;
	background:url(../images/arrow.png) no-repeat;
	width:35px;
	height:35px;
}



.fa-map-marker{
	padding-right:4px;
}



/***************contact us********************/

.contact-section{
	padding-top:10px;
}

.contact-section input {
    width: 47%;
    margin-top: 15px;
    padding: 8px 15px 8px 15px;
    border: none;
    color: #4D4D4D;
	border: 1px solid #ccc;
	margin-right:10px;
}

.contact-content i{
	width:30px;
}

.contact-content span{
	padding-left:30px;
}

.full-form{
	width: 96%!important;
}

.contact-section textarea {
    width: 96%;
    height: 100px;
    margin-top: 15px;
    border: none;
    padding: 8px 8px 8px 15px;
    resize: none;
    color: #4D4D4D;
	box-shadow: inset 0 0 10px 1px #f5f5f5;
	border: 1px solid #ccc;
}


#submitButton{
	background:#008b98;
	color:#FFFFFF;
	margin-top:20px;
	width: 190px;
	border: none!important;
	padding: 9px!important;
	border-radius:3px;
}

#submitButton:hover{
	background: #01717c;
}

.social{
	font-size:26px;
}


.social a:hover{
	color:#008b98;
}
	

.g-recaptcha{
	padding-top:10px;
}


#map-canvas {
    width: 100%;
    height: 400px;
   
}

.contact-content p{
	font-size:15px;	
}


/***************brand services********************/
.service-tab {
    border: 1px solid #e4e4e4;
    position: relative;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
	padding:25px 35px;
	margin-bottom:30px;
}
.service-tab p {
	text-align:justify;
}

.service-tab:hover {
    z-index: 2;
    top: -3px;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.1);
    -o-box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
.service-head{
	height:65px;
	line-height:80px;
}
.service-head img{
	float:left;
}

.qinetics-service h3{
	font-size:20px;
	letter-spacing:0px;
	color:#414141;
	  vertical-align: middle;
    display: inline-block;
}

.service-title{
	padding-left:75px;
}

#testimonial{
	border-top:7px solid #f8941e;
	padding:40px 35px;
}

#testimonial p, #testimonial h4 {
	text-align:center;
}
#testimonial h4 {
	font-weight:300;
	font-size:20px;
	line-height: 30px;
}

#testimonial p span {
	color:#f8941e;
	font-size:22px;
}


#brand-services h2{
	text-transform:none;
}
/***************text animation********************/
.rw-wrapper{
	width: 80%;
	position: relative;
	margin: 110px auto 0 auto;
	font-family: 'Bree Serif';
	padding: 10px;
}
.rw-sentence{
	margin: 0;
	text-align: left;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.rw-sentence span{
	color: #444;
	font-size: 200%;
	font-weight: normal;
}
.rw-words{
	display: inline;
	text-indent: 10px;
}
.rw-words-1 span{
	position: absolute;
	opacity: 0;
	overflow: hidden;
	color: #8dc63f;
	-webkit-animation: rotateWord 9s linear infinite 0s;
	-ms-animation: rotateWord 9s linear infinite 0s;
	animation: rotateWord 9s linear infinite 0s;
	
}
.rw-words-1 span:nth-child(2) { 
    -webkit-animation-delay: 3s; 
	-ms-animation-delay: 3s; 
	animation-delay: 3s; 

}
.rw-words-1 span:nth-child(3) { 
    -webkit-animation-delay: 6s; 
	-ms-animation-delay: 6s; 
	animation-delay: 6s; 

}



.fail-notice{
     color:#ec1c24;
	 font-size:16px;
}


/***************counting text********************/


.count{
color: #008e9b;
}

.hidetxt{
	opacity:0;
	 transition: opacity 1.0s ease-in-out;
   -moz-transition: opacity 1.0s ease-in-out;
   -webkit-transition: opacity 1.0s ease-in-out;
}

.showtxt{
	opacity:1;
}



@-webkit-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -webkit-transform: translateY(-30px); }
	5% { opacity: 1; -webkit-transform: translateY(0px);}
    35% { opacity: 1; -webkit-transform: translateY(0px); }
	38% { opacity: 0; -webkit-transform: translateY(30px); }
	98% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes rotateWord {
    0% { opacity: 0; }
    2% { opacity: 0; -ms-transform: translateY(-30px); }
	5% { opacity: 1; -ms-transform: translateY(0px);}
	35% { opacity: 1; -ms-transform: translateY(0px); }
	38% { opacity: 0; -ms-transform: translateY(30px); }
	98% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes rotateWord {
    0% { opacity: 0; }
    3% { opacity: 0; -webkit-transform: translateY(-30px); transform: translateY(-30px); }
	5% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
    35% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
	38% { opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); }
	98% { opacity: 0;  }
    100% { opacity: 0;
}
}
@media screen and (max-width: 768px){
	.rw-sentence { font-size: 18px; }
}
@media screen and (max-width: 320px){
	.rw-sentence { font-size: 9px; }
}



@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
	40% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
	60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
    transform: translateX(0);
  }
	40% {
    transform: translateX(20px);
  }
	60% {
    transform: translateX(10px);
  }
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
	40% {
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
	60% {
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}




.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   .owl-carousel.owl-loaded {
	height:225px;
}
}



/*  yooutube background */
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#vidtop-content {
	top: 0;
	color: #fff;
}
.vid-info { position: absolute; top: 0; right: 0; width: 33%; background: rgba(0,0,0,0.3); color: #fff; padding: 1rem; font-family: Avenir, Helvetica, sans-serif; }
.vid-info h1 { font-size: 2rem; font-weight: 700; margin-top: 0; line-height: 1.2; }
.vid-info a { display: block; color: #fff; text-decoration: none; background: rgba(0,0,0,0.5); transition: .6s background; border-bottom: none; margin: 1rem auto; text-align: center; }
@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}
@media all and (max-width: 600px) {
.vid-info { width: 50%; padding: .5rem; }
.vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
.vid-info .acronym { display: none; }
}


.landing-wrapper {
	background: rgb(26, 29, 46);
    /*background: rgba(10,10,10, 1);*/
    position: absolute;
    width: 100%;
    height: 100%;

}
.video-opacity{
	opacity: 0.4;
	filter: alpha(opacity=40);

	
}


.video-background2 {
/*  making the video fullscreen  */
  position: fixed;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: -100;
}

a#play-button, a#pause-button{
  color: white;
}
a#pause-button{
  opacity: 0;
  transition: opacity .35s ease;
}
#carousel-caption-c{
 height: 300px;
}
#carousel-caption-c:hover #pause-button {
      opacity: 1;
}

a#play-button:hover, a#pause-button:hover{
  color: #e8e8e8;
}

.p-b-top{padding: 90px 20px 20px 20px!important;}

/*  firefox fix  */
