@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);


/*************************
*******Typography******
**************************/

body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
  line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; 
  font-family: 'Open Sans', sans-serif;
  color:#006495;
}

h1{
  font-size: 36px;
  color:#fff;
}

h2{
  font-size: 20px;
}

h3{
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: normal;
}

h4{
  font-size: 16px;
}

.agileits-title {
    margin-bottom: 4em;
}
.agileits-title h3 {
    font-size: 3em;
    color: #006495;
    text-align: center;
}
.agileits-title p {
    text-align: center;
    width: 45%;
    margin: 0.5em auto 0;
	color:#0093D1;
}

a {
  color: #c52d2f;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color: #d43133;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

.btn-primary {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
}


.btn-primary:hover, 
.btn-primary:focus{
  background: #c52d2f;
  outline: none;
  box-shadow: none;
} 

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}

.center h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
  padding: 0px 0;
}

.center {
  text-align: center;
  padding-bottom: 5px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #0093D1;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

/*************************
*******Header******
**************************/

#header .search{
  display: inline-block;
}

.navbar>.container .navbar-brand{
  margin-left: 0;
}

.top-bar {
  padding: 5px 0;
  background: #0093D1;
  border-bottom: 1px solid #222;
  line-height: 28px;
}

.top-number{
  color: #fff;
}

.top-number p{
  margin: 0
}

.social{
  text-align: right;
}

.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
}

ul.social-share li {
  display: inline-block;
}

ul.social-share li a {
  display: inline-block;
  color: #fff;
  background: #404040;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
}

ul.social-share li a:hover {
  background: #c52d2f;
  color: #fff;
}

.search i {
  color: #fff;
}

input.search-form{
  background: transparent;
  border: 0 none;
  width: 60px;
  padding: 0 10px;
  color: #FFF;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

input.search-form::-webkit-input-placeholder{
  color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
  color: #fff;
}

input.search-form:hover {
  width: 180px;
}

.navbar-brand {
  padding: 0;
  margin:0;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #FFF;
  padding: 0px 0;
  padding-bottom: 0;
}

 .navbar-nav{
  margin-top: 12px;
 }

.navbar-nav>li{
  margin-left: 35px;
  padding-bottom: 15px;
}

.navbar-inverse .navbar-nav > li > a {
  padding: 5px 12px;
  margin: 0;
  border-radius: 3px;
  color: #006b98;
  line-height: 24px;
  display: inline-block;
}

.navbar-inverse .navbar-nav > li > a:hover{
	background-color: #0093D1;
  color: #fff;
}

.navbar-inverse {
  border: none;
}

.navbar-inverse .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #0093D1;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: rgba(0,0,0,.85);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  background-color: #c52d2f;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
}


/*-- about --*/
.services, .about, .portfolio, .team, .skills, .map, .contact, #about_page {
    padding: 4em 0;
}
.about{
	background:#f2f2f2	
}
.about h3 {
    color: #FFC107;
    font-size: 2.3em;
    font-weight: 900;
}
.about p {
    color: #006495;
    margin-top: 1em;
    width: 100%;
    line-height: 2em;
}
.about-grid img {
    width: 100%;
}
.btn {
    background: none;
    padding: .6em 1.8em;
    display: inline-block;
    margin: 1.5em 0 0;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 9;
    border: 1px solid #3d3028;
    color: #3d3028;
    font-weight: 900;
    overflow: hidden;
    font-size: 1em;
    font-family: 'Text Me One', sans-serif;
}
.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn:before{
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
.btn-1e:after {
	width: 100%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #3d3028;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.btn-1e:hover, .btn-1e:active {
    color: #FFF;
    font-weight: 900;
}
.btn-1e:hover:after {
	height: 260%;
	opacity: 1;
	color:#FFF;
}
.btn-1e:active:after {
	height: 400%;
	opacity: 1;
}
/*-- //about --*/

/*************************
*******Welcome Message******
**************************/
#welcome{
	background-color:#f2f2f2;
	padding: 40px 0px;
}
.about h1{
	text-align:center;
	font-family: 'Open Sans', sans-serif;
    color: #006495;
    font-size: 2.3em;
    font-weight: 900;	
}

/*************************
*******People******
**************************/
#people{
	background: url(../images/2.jpg)no-repeat center;
    background-size: cover;
    min-height: 330px;	
}
.people-main h3{
	font-size: 2.5em;
    color: #F4D00C;
    text-align: center;
    margin-bottom: 0.4em;
    padding-top: 2.5em;
    font-family: 'Ubuntu Condensed', sans-serif;	
}
.people-main p{
	font-size: 0.91em;
    color: #fff;
    width: 50%;
    text-align: center;
    margin: 0 auto;
    line-height: 1.8em;	
}

/*************************
*******Feature******
**************************/
#feature {
  background: #f2f2f2;
  padding: 40px 0px;
}

.feature{
  padding: 0;
}

.feature-wrap {
  margin-bottom: 35px;
  overflow: hidden;
}

.feature-wrap h2{
  margin-top: 10px;
}

.feature-wrap .pull-left {
  margin-right: 25px;
}

.feature-wrap i{
  font-size: 48px;
  height: 110px;
  width: 110px;
  margin: 3px;
  border-radius: 100%;
  line-height: 110px;
  text-align:center;
  background: #ffffff;
  color: #c52d2f;
  border: 3px solid #ffffff;
  box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  float: left;
  margin-right: 25px;
}

.feature-wrap i:hover {
  background: #c52d2f;
  color: #fff;
  box-shadow: inset 0 0 0 5px #c52d2f;
  -webkit-box-shadow: inset 0 0 0 5px #c52d2f;
  border: 3px solid #c52d2f;
}
#feature {
    padding: 5em 0em;
}.feature-top h3 {
    font-size: 3em;
    color:#CE254B;
    font-family: 'Ubuntu Condensed', sans-serif;
    text-align: center;
}
.feature-top p {
    font-size:0.91em;
    color:#797878;
    width:44%;
    margin: 0.7em auto 0.5em;
    text-align: center;
    line-height: 1.8em;
}
/*-- agileits --*/
.feature-top {
    padding-bottom: 4em;
}
.feature-w3agile h3 {
    font-size: 1.7em;
    color: #fff;
    margin: 12px 0px;
    font-family: 'Ubuntu Condensed', sans-serif;
}
.feature-w3agile p {
    font-size: 0.91em;
    color:#fff;
    line-height: 1.8em;
}
.feature-w3agile {
    text-align: center;
    padding: 2em 2em;
	min-height:290px;
	max-height:320px;
}
.wel-1 {
    background:#FB623A;
}
.wel-2 {
    background: #FDBD10;
}
.wel-3 {
    background:#03C0CA;
}
.wel-4 {
    background:#00a388;
}
#feature-w3agile span{
    width: 60px;
    height: 60px;
    display: block;
    margin:3em auto 0em;
}
i.wel-num {
    position: absolute;
    top: 0;
    left: 0;
}
.feature-w3agile span.wel-icon1 {
    background:url(../images/ic1.png)no-repeat center;
}
.feature-w3agile span.wel-icon2 {
    background:url(../images/ic2.png)no-repeat center;
}
.feature-w3agile span.wel-icon3 {
    background:url(../images/ic3.png)no-repeat center;
}
.feature-w3agile span.wel-icon4 {
    background:url(../images/ic4.png)no-repeat center;
}
/*--commen effect--*/
span.hovicon {
    display: inline-block;
    font-size: 45px;
    line-height: 90px;
    cursor: pointer;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #fff;
}
span.hovicon.small {
    font-size: 20px;
    line-height:45px;
    width:45px;
    height:45px;
    margin:7px;
}
span.hovicon.mini {
    font-size: 15px;
    line-height:32px;
    width:30px;
    height:30px;
    margin:7px;
}
span.hovicon.auto-width {
    width: auto;
    height: auto;
    padding: 15px;
}
span.hovicon:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content:'';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
span.hovicon:before {
    speak: none;
    font-size: 40px;
    line-height: 80px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
/* Effect 4 */
 .hovicon.effect-4 {
    width: 80px;
    height: 80px;
    box-shadow: 0 0 0 3px #F7B400;
}
.hovicon.effect-4.small {
    width:45px;
    height:45px;
}
.hovicon.effect-4.mini {
    width:30px;
    height:30px;
}
.hovicon.effect-4.sub-a {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}
.hovicon.effect-4:before {
    line-height: 80px;
}
.hovicon.effect-4:after {
    top: -3px;
    left: -3px;
    padding: 0;
    z-index: 10;
    border: 3px dashed #fdbd10;
}
.hovicon.effect-4:hover {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    color: #fff;
}
.hovicon.effect-4:hover span {
    color: #fff;
}
/* Effect 4b */
 .hovicon.effect-4.sub-b:hover {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}
.hovicon.effect-4.sub-b:hover:after {
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
}
@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg);
    }
}


/*************************
*******Newsletters******
**************************/
.newsletter {
    padding: 5em 0em;
    background: #009688;
    text-align:center;
}
.newsletter-wthree h3 {
    font-size: 2.5em;
    color: #fff;
    font-family: 'Ubuntu Condensed', sans-serif;
}
.newsletter-wthree p {
    font-size: 0.91em;
    color: #fff;
    width: 50%;
    margin: 1em auto;
    line-height: 1.7em;
}
.newsletter-wthree input[type="text"] {
    font-size: 1em;
    color: #CE254B;
    padding: 0.5em 0.8em;
    width: 30%;
    outline: none;
    border: 1px solid #fff;
}
.newsletter-wthree input[type="submit"] {
    font-size: 1em;
    background:#F7B400;
    color:#fff;
    padding: 0.56em 1em;
    border: none;
    outline: none;
    vertical-align: top;
}
.newsletter-wthree input[type="submit"]:hover {
	 background:#000;
	 color:#fff;
	 transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.newsletter-wthree ::-webkit-input-placeholder{
   color:#CE254B !important;
}

/*************************
*******Services******
**************************/
#services {
  background: #000 url(../images/services/bg_services.png);
  background-size: cover;
  padding:40px 0px;
}

#services .lead,
#services h2{
  color: #fff;
}

.services-wrap {
  padding: 40px 30px;
  background: #fff;
  border-radius: 4px;
  margin: 0 0 40px;
}

.services-wrap h3 {
  font-size: 20px;
  margin: 10px 0;
}

.services-wrap .pull-left {
  margin-right: 20px;
}
.services-wrap p{
	font-size:12px;
	line-height:1.4;	
}


/*--Skills--*/
#skills{
	padding:40px 0px;	
}
.skills{
	position:relative;
	background: url(../images/a.jpg)no-repeat center 0px;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-background-size: cover;
}
.skill-info { 
    text-align: center;
}
.skills ul li {
    display: inline-block;
	margin: 0 1.5em;
}
.skill-info p {
    font-size: 1.3em;
    color: #fff;
    margin-top: 0.5em;
    font-weight: 300;
}
.skills .agileits-title h3,.contact .agileits-title h3{ 
    color: #FFC107; 
}
.skills .agileits-title p,.contact .agileits-title p { 
   color: #fff; 
}
.skills .cir {
    background-color: #211522 !important;
}
span.perc {
    color: #fff !important;
}

/*--Map--*/
.map{
	padding:40px 0px;	
}
.map iframe {
    width: 100%;
    min-height: 300px;
    border: none;
}

/*--Contact US--*/
.contact {
    background: url("../images/dot.png"),url(../images/a.jpg) center 0px;
	background-size:cover;
	padding:40px 0px;
}
.skills .agileits-title h3, .contact .agileits-title h3 {
    color: #FFC107;
}
.skills .agileits-title p, .contact .agileits-title p {
    color: #fff;
}
.address p {
    color: #fff;
    margin: .5em 0 0;
    font-weight: 100;
}
.address p.cnt-p {
    margin: 0 0 1em;
}
.address p a{
    color: #fff;
}
.address p a:hover{
    color: #FFC107;
}
.address h4 {
    font-size: 1.8em;
    color: #FFC107;
    margin-bottom: 0.5em;
}
.contact-form {
    text-align: right;
}
.contact input[type="text"] {
    width: 47%;
    color: #fff;
    float: left;
    background: none;
    outline: none;
    font-size: 1em;
    padding: .7em 1em;
    margin-bottom: 2em;
    border: solid 1px #fff;
    -webkit-appearance: none;
    display: inline-block;
}
.contact  input.email {
    margin: 0 0 0 5%;
}
.contact textarea {
    resize: none;
    width: 100%;
    background: none;
    color: #fff;
    font-size: 1em;
    outline: none;
    padding: .6em .8em;
    border: solid 1px #fff;
    min-height: 12em;
    -webkit-appearance: none;
}
.contact input[type="submit"] {
    outline: none;
    color: #fff;
    padding: 0.6em 4em;
    font-size: 1em;
    margin: 1em 0 0 0;
    -webkit-appearance: none;
    background: #7B68EE;
    transition: 0.5s all;
    border: 2px solid #7B68EE;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.contact  input[type="submit"]:hover {
    background: none;
    color: #7B68EE;
}
::-webkit-input-placeholder {
	color:#fff !important;
}
:-moz-placeholder { /* Firefox 18- */
	color:#fff !important;
}
::-moz-placeholder {  /* Firefox 19+ */
	color:#fff !important;
}
:-ms-input-placeholder {  
	color:#fff !important;
}

/*--footer--*/
.footer{ 
    padding: 1.5em 0;
	background:#004C70;
}
.footer-wthree-nav {
    text-align: center;
    border-bottom: 1px solid #0093D1;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
}
.footer-wthree-nav ul li {
    display: inline-block; 
}
.footer-wthree-nav ul li a {
    font-size: 1.2em;
    color: #fff;
    margin: 0 1em;
    font-family: 'Text Me One', sans-serif;
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
.footer-wthree-nav ul li a:hover{ 
    color: #0093D1; 
}
.footer-left {
    float: left;
}
.footer-right{
    float: right;
}
.footer p,.footer p a:hover {
    color: #fff;
}
.footer p a{
    color: #FFC107;
}
.footer-right.social-icons {
    margin-top: 0;
}
.social-icons {
    margin-top: 2em;
}
.social-icons ul li {
    display: inline-block;
    margin: 0 0.2em;
}
.social-icons ul li a {
    background: url(../images/social-icons.png) no-repeat 0px -1px;
    display: block;
    height: 26px;
    width: 26px;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
}
.social-icons ul li a.pin {
    background-position: 0px -28px;
}
.social-icons ul li a.in {
    background-position: 0px -57px;
}
.social-icons ul li a.be {
    background-position: 0px -86px;
}
.social-icons ul li a.you {
    background-position: 0px -115px;
}
.social-icons ul li a.vimeo {
    background-position: 0px -144px;
}
.social-icons ul li a:hover{
	-webkit-transform:rotateY(360deg);
	transform:rotateY(360deg);
	-moz-transform:rotateY(360deg);
	-o-transform:rotateY(360deg);
	-ms-transform:rotateY(360deg);
}












/************ For Media Screens ************/
@media (max-width: 1199px) {
	.col-xs-12 .top-number{
		text-align:left;
	}
	.col-xs-12 .social{
		text-align:right;
	}
}
@media (max-width: 991px) {
	.col-xs-12 .top-number{
		text-align:left;
	}
	.col-xs-12 .social{
		text-align:right;
	}
}
@media (max-width: 767px) {
	.col-xs-12 .top-number, .col-xs-12 .social{
		text-align:center;
	}
}
@media (max-width: 543px) {
	.col-xs-12 .top-number, .col-xs-12 .social{
		text-align:center;
	}
}