@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}
header, section, footer, aside, nav, main, article, figure {
    display: block; 
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #404040;
}
body {
  font-family: 'lato',arial;
  color: #404040;
  font-size: 14px;
  -webkit-text-size-adjust:100%
}
.container{
	width: 1140px;
	margin: 0 auto;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
 }
 .header-block{
 	height: 80px;
 }
.top-header{
	background: #fff;
	position: fixed;
	width: 100%;
	z-index: 999999;
	padding: 10px 0;
	-webkit-box-shadow: 0px 4px 5px -1px rgba(162, 161, 161, 0.39);
	-moz-box-shadow: 0px 4px 5px -1px rgba(162, 161, 161, 0.39);
	box-shadow: 0px 4px 5px -1px rgba(162, 161, 161, 0.39);
}

.logo-header{
	display: inline-block;
	vertical-align: middle;
}
.navbar-menu{
	/*display: inline-block;*/
	padding-left: 148px;
	vertical-align: middle;
	float: right;
}
.navbar-menu ul li{
	display: inline-block;
	line-height: 60px;
	font-size: 16px;
	margin-right: 25px;
	font-weight: bold;
	text-transform: uppercase;
}
.navbar-menu ul li:last-child{
	margin-right: 0;
}
.nacbar-menu ul li a{
	color: #454954;
}
.navbar-menu ul li a:hover{
	color: red;
}


/*=============slider=============*/
.slider-carousel{
	text-align: center;
	width: 100%;
	z-index: -9999;
/*	position: relative;
	overflow: hidden;*/
}
.slider-carousel .slider-content{
	text-align: center;
	color: #fff;
	font-family: 'raleway';
	font-size: 40px;
	font-weight: 500;
}
.slider-carousel .slider-detail{
	padding-top: 4%;
	text-align: center;
	color: #404040;
	font-size: 24px;
	color: #fff;
	line-height: 36px;
	font-weight: 500;
	width: 60%;
	margin: 0 auto;
}
.slider-carousel .slider-web{
	margin: 0;
	padding-left: 2%;
}


.slider-carousel img{
	width: 100%;
	height: auto;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position: 50% 50%;
}
.slider-carousel .slider-caption{
	position: absolute;
	top: 33%;
	left: 0;
	right: 0;
}
/*.slider-carousel{
	display: none;
}*/

/*=============slider1=============*/
.slider-carousel1{
	text-align: center;
	width: 100%;
	z-index: -9999;
	position: relative;
	overflow: hidden;
}
.slider-carousel1 .slider-content{
	text-align: left;
	color: #fff;
	font-family: 'raleway';
	font-size: 40px;
	font-weight: 500;
}
.slider-carousel1 .slider-detail{
	padding-top: 3%;
	text-align: left;
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	font-weight: 500;
	width: 62%;
}
.slider-carousel1 img{
	width: 100%;
	height: auto;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position: 50% 50%;
}
.slider-carousel1 .slider-caption{
	position: absolute;
	top: 18%;
	left: 0;
	right: 0;
}
/*.slider-carousel1{
	display: none;
}*/
/*=============slider2=============*/
.slider-carousel2{
	text-align: center;
	width: 100%;
	z-index: -9999;
	position: relative;
	overflow: hidden;
}
.slider-carousel2 .slider-content{
	text-align: left;
	color: #FEFCD7;
	font-family: 'raleway';
	font-size: 40px;
	font-weight: 500;
}
.slider-carousel2 .slider-detail{
	padding-top: 3%;
	text-align: left;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	width: 62%;
}
.slider-carousel2 img{
	width: 100%;
	height: auto;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position: 50% 50%;
}
.slider-carousel2 .slider-caption{
	position: absolute;
	top: 18%;
	left: 0;
	right: 0;
}
/*.slider-carousel2{
	display: none;
}*/
/*==================================*/

.company-name{
	position: absolute;
	top:50%;
	left: 42%;
	color: #fff;
	font-family: 'raleway',arial;
	font-size: 45px;
	font-weight: 500;
}

/*=================what we do==========*/
/*.overlays{
	padding-bottom: 45%;
}*/
#services,#about-us,#our-team,#portfolio,#testomonial,#contact-us{
	padding: 80px 0 0;
}
/*#contact-us{
	padding-top: 170px;
}
#testomonial{
	padding: 137px 0 0;
}
#about-us{
	padding: 135px 0 0;
}*/
.service-block,.member-block,.portfolio-block,.contact-add-block{
	background: #fff;
}
#services .content-block-title,#our-team .content-block-title,#portfolio .content-block-title,#contact-us .content-block-title{
	padding-top: 3%;
}

.content-block-title{
	font-family: 'raleway',arial;
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 3%;
}
/*============services===============*/
#services{
	text-align: center;
}
hr{
	display: block;
	height: 1px;
	border: 0;
	margin:0 auto;
	padding: 0;
	background-image: -webkit-linear-gradient(left, #fff, #ccc, #fff);
	background-image: -moz-linear-gradient(left, #fff, #ccc, #fff);
	background-image: -ms-linear-gradient(left, #fff, #ccc, #fff);
	background-image: -o-linear-gradient(left, #fff, #ccc, #fff);
	width: 50%;
	border: none;
}
.service-content{
	float: left;
	width: 17%;
	box-sizing:border-box;
	margin-top: 5%;
	margin-right: 3.6%;
}
.last{
	margin-right: 0;
}
.service-content-title{
	font-family: 'raleway',arial;
	font-weight: 500;
	font-size: 20px;
	margin-top: 6%;
}
.service-content-block{
	margin-left: 0;
}
.demo{
	height: 170px;
	width: 200px;
	border-radius: 125px;
}
.circle-content{
	width: 150px;
	height: 150px;
	border-radius: 50%;
	border:2px solid #fff;
	margin: 0 auto;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-o-transition: all 1s ease; /* IE 9 */
	-ms-transition: all 1s ease; /* Opera */
     transition: all 1s ease;
}
.circle-content:hover{
	width: 150px;
	height: 150px;
	border-color:#086D8B;
	border-radius: 50%;
	-webkit-transform:scale(1.25); /* Safari and Chrome */
	-moz-transform:scale(1.25); /* Firefox */
	-ms-transform:scale(1.25); /* IE 9 */
	-o-transform:scale(1.25); /* Opera */
	transform:scale(1.25);
}
.circle-content figure img{
	padding-top: 17%;
	width: 100px;
	height: 100px;
}
.service-detail{
	text-align: center;
	margin-top: 3%;
	line-height: 25px;
}

/*===================about me============*/

#about-us{
	text-align: center;
}
.about-block{
	background-color: #F7F7F7;
}

#about-us .content-block-title{
	padding-top: 3%;
}
.company-info{
	margin-top: 3%;
	line-height: 30px;
	padding: 0 30px;
}
.last{
	margin-right: 0;
}
.about-us-block .about-company{
	font-family: 'raleway',arial;
	font-weight: 500;
	padding-top: 3%;
}
/*===============tean==============*/
#our-team {
    text-align: center;
}
.our-team-block{
	width: 31%;
	float: left;
	margin-top: 10%;
	margin-right: 3.5%;
	box-sizing:border-box;
}
.team-block .last{
	margin-right: 0;
}
.our-team-block .member-img{
	display: block;
	width: 200px;
	height: 200px;
	overflow: hidden;
	margin: 0 auto;
	border-radius: 28px;
	transform: rotate(45deg);
    -ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.team-member{
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.team-member img {
    transform: scale(1.3);
    -ms-transform: scale(1.3);
     -webkit-transform: scale(1.3); 
     width: 100%;
}
.our-team-block .member-name{
	margin-top: 15%;
	font-family: 'raleway',arial;
	font-weight: 400;
}
.our-team-block .designation{
	font-weight: 500;
	margin-top: 3%;
	font-family: 'open sans',arial;
	color: #5092A8;
	font-size: 16px;
	font-weight: normal;
}
.our-team-block .member-info{
	font-weight: 500;
	margin-top: 3%;
	line-height: 25px;
}

/*=====================portfolio==============*/
#portfolio {
    text-align: center;
}

.hidden { display: none; }

#filter {
  padding: 15px;
  margin-top: 5%;
}
#posts{
	margin-top: 5%;
}

#filter button {
  border: 0;
  background-color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #FFF;
  cursor: pointer;
  padding: 5px 20px;
}

#filter button.active { background-color: #406174; }

#filter button:focus { outline: 0; }

#posts .post {
  width: 33.33%;
  float: left;
  height: 250px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: inline-block;
  background: #2e5d5a;
  box-sizing:border:box;
  margin-bottom: 1%;
}

#posts .post img {
  position: relative;
  display: block;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  min-height: 100%;
}

#posts .post:hover img {
  opacity: 0.5;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

#posts .post .post-content {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#posts .post .post-content::before,
#posts .post .post-content::after { pointer-events: none; }

#posts .post .post-content,
#posts .post a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#posts .post a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

#posts .post h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1em 1.2em;
}

#posts .post h2,
#posts .post p { margin: 0; }

#posts .post p {
  letter-spacing: 1px;
  font-size: 68.5%;
  padding: 0 10px 0 0;
 /* width: 50%;*/
  width: 77%;
  border-right: 1px solid #fff;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
  display: inline;
  margin-right: 11px;
}
#posts .post .content-text{
	border-right: none;
}

#posts .post:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


/*====================testomonial=================*/

#testomonial {
    text-align: center;
}
.testomonial-background{
	background-image: url(../images/testimonials.jpg);
	background-size: cover;
	background-position: 50%;
}
.testomonial-background .overlay{
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(10deg, rgba(120, 2, 6, 0.4) 0%, rgba(120, 2, 6, 0.42) 10%, rgba(6, 17, 97, 0.58) 90%, rgba(6, 17, 97, 0.6) 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(120, 2, 6, 0.4)), color-stop(10%, rgba(120, 2, 6, 0.42)), color-stop(90%, rgba(6, 17, 97, 0.58)), color-stop(100%, rgba(6, 17, 97, 0.6)));
	background: -webkit-linear-gradient(10deg, rgba(120, 2, 6, 0.4) 0%, rgba(120, 2, 6, 0.42) 10%, rgba(6, 17, 97, 0.58) 90%, rgba(6, 17, 97, 0.6) 100%);
	background: -o-linear-gradient(10deg, rgba(120, 2, 6, 0.4) 0%, rgba(120, 2, 6, 0.42) 10%, rgba(6, 17, 97, 0.58) 90%, rgba(6, 17, 97, 0.6) 100%);
	background: -ms-linear-gradient(10deg, rgba(120, 2, 6, 0.4) 0%, rgba(120, 2, 6, 0.42) 10%, rgba(6, 17, 97, 0.58) 90%, rgba(6, 17, 97, 0.6) 100%);
	background: linear-gradient(10deg, rgba(120, 2, 6, 0.4) 0%, rgba(120, 2, 6, 0.42) 10%, rgba(6, 17, 97, 0.58) 90%, rgba(6, 17, 97, 0.6) 100%);
}
.testomonial-background .content-block-title{
	color: #fff;
	padding-top: 3%;
}
.testo{
	background-image: -webkit-linear-gradient(left, rgba(90, 90, 90, 0), #ccc, rgba(45, 45, 45, 0));
	background-image: -moz-linear-gradient(left, rgba(90, 90, 90, 0), #ccc, rgba(45, 45, 45, 0));
	background-image: -ms-linear-gradient(left, rgba(90, 90, 90, 0), #ccc, rgba(45, 45, 45, 0));
	background-image: -o-linear-gradient(left, rgba(90, 90, 90, 0), #ccc, rgba(45, 45, 45, 0));
}

.what-people-say{
	/*margin-top: 5%;*/
	padding: 10% 0 10%;
}
.what-people-say h3{
	color: #fff;
	font-size: 24px;
	font-weight: 400;
}
.testomonial-block{
	width: 49%;
	float: left;
	margin-right: 2%;
}
.testomonial-block:nth-child(2n){
	margin-right: 0;
}
.testomonial-box{
	border:1px solid #eee;
	padding: 10px;
	box-sizing:border-box;
	margin-bottom: 8%;
}
.testomonial-block .client-thought{
	color: #fff;
	text-align: justify;
	line-height: 30px;
}
.testomonial-box .client-name{
	color: #fff;
	text-align: right;
	font-size: 18px;
	font-family: 'raleway',arial;
	font-weight: 500;
}
.testomonial-box .client-designation{
	color: #fff;
	text-align: right;
	font-size: 16px;
}
/*======================contactus=====================*/

#contact-us {
    text-align: center;
}
.contact-block{
	margin-top: 6%;
}
#contact-us .contact-block-left{
	float: left;
	width: 55%;
	margin-right: 5%;
}
.company-form .form-groups{
	float: left;
	width: 48%;
	text-align: left;
	margin-right: 4%;
}
.company-form .form-groups:nth-child(2n){
	margin-right: 0;
}
.form-groups label,.message-group label{
	display: block;
	font-family: 'raleway',arial;
	font-size: 16px;
	font-weight: 700;
}
.message-group{
	text-align: left;
	margin-top: 5%;
}
.form-groups .form-input{
	margin-top: 5%;
	width: 92%;
	padding: 10px;
	color: #6e6e6e;
	background-color: #fbfbfb;
	border: 1px solid #D2D2D2;
	-moz-box-shadow: transparent 0px 0px 3px;
	-webkit-box-shadow: transparent 0px 0px 3px;
	box-shadow: transparent 0px 0px 3px;
}
 .message-group textarea {
    width: 96%;
    padding: 10px;
    color: #6e6e6e;
    background-color: #fbfbfb;
    border: 1px solid #D2D2D2;
    -moz-box-shadow: transparent 0px 0px 3px;
    -webkit-box-shadow: transparent 0px 0px 3px;
    box-shadow: transparent 0px 0px 3px;
    margin-top: 3%;
}
.contact-btn{
	text-align: left;
	margin-top: 3%;
}
.contact-btn .main-button {
    border: none;
    display: inline-block;
    background-color: #e04d47;
    color: white;
    padding: 12px 20px;
    font-family: "Open Sans", Helvetica, Arial, Heveltica Neue, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    box-sizing: border-box;
    cursor: pointer;
}
.contact-btn .main-button:hover {
   background-color: #404040;
}
.contact-block-right{
	float: left;
	width: 40%;
}
.contact-block-right .contact-company{
	font-family: 'raleway',arial;
	font-weight: 500;
	text-align: left;
}
.contact-block-right .contact-info{
	text-align: justify;
	margin-top: 2%;
	line-height: 25px;
}
.contact-block-right h4{
	text-align: left;
	margin-top: 3%;
	font-size: 16px;
}
.contact-details{
	margin-top: 10%;
}
.contact-details .contact-detail-title{
	font-family: 'raleway',arial;
	font-weight: 500;
	text-align: left;
}
.labeled-icon{
	margin-top: 5%;
}
.labeled-icon li {
	margin-bottom: 20px;
}
.labeled-icon li .icons{
	background: url(../images/home168.png) no-repeat;
}
.labels{
	display: block;
	margin-left: 40px;
	padding-top: 3px;
	text-align: left;
	font-weight: 400;
}
.labeled-icon li .icons-iphone{
	background: url(../images/iphone26.png) no-repeat;
}
.labeled-icon li .icons-mails{
	background: url(../images/email19.png) no-repeat;
}
/*=================footer==============*/
footer{
	margin-top: 5%;
}
.top-footer{
	background-color: #3E3E3E;

}
.top-footer-block{
	width: 100%;
	float: left;
	margin-right: 6.6%;
	box-sizing:border-box;
	padding: 30px 0;
	text-align: center;
	color: #fff;
}
/*.top-footer .last{
	margin-right: 0;
}
.top-footer-block .top-footer-title{
	font-family: 'raleway',arial;
	color: #fff;
	font-weight: 500;
	margin-bottom: 15px;
}
.top-footer-block .footer-about{
	text-align: justify;
	line-height: 25px;
}

.top-footer-block .disclaimer-detail{
	text-align: justify;
	line-height: 25px;
}
.single-tweet{
	margin-bottom: 8%;
	.bottom-footer
}
.single-tweet .tweet-content{
	line-height: 20px;
}
.single-tweet .tweet-content a{
	color: #fff;
}
.single-tweet .tweet-content a:hover{
	text-decoration: underline;
}
.tweet-date{
	margin-top: 2%;
}
.tweet-content span{
	font-style: italic;
	margin-right: 2%;
}*/
.social-icon li{
	display: inline-block;
	margin-right: 10px;
	text-align: right;
	vertical-align: middle;
	font-size: 18px;
}


.facebook_icon a{
	background-image: url(../images/fb.png);
	cursor: pointer;
	height: 35px;
	width: 35px;
	overflow: hidden;
	display: inline-block;

}
 .facebook_icon:hover a{
	background-image: url(../images/fbhover.png);
	cursor: pointer;
	height: 35px;
	width: 35px;
}

/*-------------------*/

 .twitter_icon a{
	background-image: url(../images/twitter.png);
	cursor: pointer;
	height: 35px;
	width: 35px;
	overflow: hidden;
	display: inline-block;

}
 .twitter_icon:hover a{
	background-image: url(../images/twitterhover.png);
	cursor: pointer;
	height: 35px;
	width: 35px;
}

/*-------------------*/


.google_icon a{
	background-image: url(../images/gplus.png);
	cursor: pointer;
	height: 35px;
	width: 35px;
	overflow: hidden;
	display: inline-block;

}
.google_icon:hover a{
	background-image: url(../images/gplushover.png);
	cursor: pointer;
	height: 35px;
	width: 35px;
}

/*-------------------*/

.bottom-footer{
	background-color: #2D3035;
	padding: 15px 0;
	color: #fff;
}
.bottom-footer .footer-content{
	float: left;
}
.bottom-footer .footer-link{
	text-align: right;
}
.footer-link ul li{
	display: inline-block;
	margin-right: 2%;
}
.footer-link ul li a{
	color: #fff;

}
.footer-link ul li a:hover{
	color: #e04d47;
	text-decoration: underline;
}
.footer-link .last{
	margin-right: 0;
}

/*======================sticky header=================*/
.header-block-sp{
	display: none;
}
.scrollup{
	width:40px;
	height:40px;			
	text-indent:-9999px;
	opacity:0.7;
	position:fixed;
	bottom:50px;
	right:100px;
	display:none;			
	background: url(../images/icon_top.png) no-repeat;
	z-index: 9;
}
/*======================*/

#filter button.logo a{
	color: #fff;
}
.work-quality img{
	display: block;
	margin: 40px auto 0;
}
.work-quality a img:hover{
	opacity: 0.8;
}
.teach-quality{
	background: #f1f1f1!important;
}