
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url('font-awesome.css');
@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);
/* font for headings, text, tags */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400italic&subset=latin,latin-ext);
@import url('animate.css');
@font-face {
  font-family: "Open Sans", sans-serif;
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}


body {
	font-family: "Open Sans", sans-serif;
     line-height: 1.7;
	font-size:16px;
	font-weight:500;
	line-height:23px;
	color: #1e1d1d;
	background:#fff;
	overflow-x:hidden;
	font-style:normal;
}

h1,h3,h4,h5,h6 {
	color:#000;
	font-family:"Open Sans",Arial,sans-serif;
	font-style:normal;
        font-weight: 500;
	line-height:35px;
	margin: 0 0 20px 0;
	margin-top:50px;
	margin-bottom:20px;
	text-align:left;
}
h2{
	text-align:center;
	text-transform:uppercase;
	font-weight:550px;
	font-style:normal;
	font-family:"Open Sans",Arial,sans-serif;
}

p {
	color:#1e1d1d;
	font-size:17px;
	margin-bottom:20px;
    line-height:30px;
	text-align:left;
	
}
a {
    text-decoration:none;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    outline: none;
	color:#272727;
}
a:hover {
	text-decoration: none;
	color:#aaa;	
	}

.btn {
	border-radius:0;
	margin-top:10px;
	background-color: #007eb9;
	text-transform:uppercase;
	border-color:#fff;
	font-size:14px;
}

.btn:hover {
	background-color: #fff;
	border-color:#f2f2f2;
	color:#272727;	
}
	
/*===========================
  Menu and Navigation
============================ */

.navbar-default {
	background-color: #222;
	border-color: solid transparent;
}
.navbar-default .navbar-brand {
	color: #272727;
	font-family: "OpensansRegular",sans-serif;
    padding: 0px;
	border: solid transparent;
}
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:active,.navbar-default .navbar-brand.active {
	color: #007eb9;
}
.navbar-default .navbar-collapse {
	border-color: rgba(255,255,255,.02);
}
.navbar-default .navbar-toggle {
	background-color:#007eb9;
	border-color: #007eb9;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
	background-color: #007eb9;
}
.navbar-default .nav li a {
	font-family: "OpensansRegular",sans-serif;
	text-transform: uppercase;
	font-weight:500;
	letter-spacing: 1px;
	color:#fff;
	font-size:16px;
	
}
.navbar-default .nav li a:hover,.navbar-default .nav li a:focus {
	color: #007eb9;
	outline: 0
}

.navbar-default .navbar-nav>.active>a {
	border-radius: 0;
	color: #fff;
	background-color: #007eb9;
}
.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
	color:#fff;
	background-color:#007eb9;
}

@media (min-width:768px) {
	.navbar-default
	{
		background-color:#4c4b4b;
		padding: 15px 0;
		-webkit-transition:padding .3s;
		-moz-transition:padding .3s;
		transition:padding .3s;
		border:0;
		border-color: solid transparent;
	}
	.navbar-default .navbar-brand {
		font-size: 2em;
		-webkit-transition:all .3s;
		-moz-transition:all .3s;
		transition:all .3s
	}
	.navbar-default .navbar-nav>.active>a {
		border-radius: 3px
	}
	.navbar-default.navbar-shrink {
		background-color: #222;
		padding: 10px 0
	}
	.navbar-default.navbar-shrink .navbar-brand {
		font-size: 1.5em
	}
}

/*===========================
  slider
============================ */
.slider {
	position: relative;	
	margin-top:-20px;
	opacity:0.8;
}

.slider img {
    width: 100%;
	opacity:1.0;

}

#carousel-slider {
  position: relative;
}

#carousel-slider .carousel-indicators {
  bottom: -40px;
}

#carousel-slider .carousel-indicators li {
  border: 1px solid #ffbd20;
}

#carousel-slider a i {
	border-radius:50%;
	font-size: 30px;
	height: 50px;
	padding: 10px;
	position: absolute;
	top: 50%;
	width: 50px;
	color:#007eb9;
	background:transparent;
	color:#fff;
}

#carousel-slider a i:hover {
	background:transparent;
	color:#fff;
	border: 1px solid transparent;
}

#carousel-slider 
.carousel-control {
	width:inherit;
}

#carousel-slider .carousel-control.left i {
	left:50px;
	top: calc(50% - 50px);
}

#carousel-slider .carousel-control.right i {
	right: 50px;
	top: calc(50% - 50px);
}

.carousel-caption {
	position: absolute;
	right: 15%;
	top: calc(70% - 150px);
	font-size:40px;
	left: 15%;
	z-index: 10;
	padding-bottom: 0px;
	color: #fff;
	text-align: center;
	
}

.carousel-caption  h2 {
	font-size:40px;
	color: #fff;
	font-style: normal;
	font-weight:normal;
}

.carousel-caption  h2 span {
	font-size:40px;
	color: #fff;
	font-weight:normal;
}


@media (max-width: 768px) {
    .carousel-caption  {
      font-size: 24px;
    }
    .carousel-caption h2, .carousel-caption  h2 span, .carousel-caption  p {
    	font-size:24px;
    }
}

.carousel-inner .form-inline .form-group button[type="livedemo"]{
	padding:12px 25px;
	font-size:18px;
	background:#007eb9;
	color:#ffffff;
	border-radius:0px;
	border-color:#007eb9;
	text-transform:uppercase;
}

.carousel-inner .form-inline .form-group button[type="livedemo"]:hover {
	color:#fff;
	opacity: 0.8;
	-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;
}


.form-inline {
	margin-top:100px;	
}


/*===========================
  about
============================ */

.about {
	padding:80px 0 80px 0;
	background:#fff;
	padding-top:50px;
	padding-bottom:30px;
}

.about .text-left h3 {
	text-transform:uppercase;
	font-weight:500;
	font-size:30px;
	margin-bottom:5px;
}

.about .text-left p {
	margin-top:20px;
	margin-bottom:10px;
	color:#1e1d1d;
} 

.btn-gamp a {
  float: right;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #272727;
  border: 2px solid #272727;
  width: 180px;
  height: 60px;
  text-align: center;
  display: inline-block;
  line-height: 56px;
}

.btn-gamp a:hover {
  opacity: 0.8;
  transition: all 0.5s;
}

.gamp-btn a {
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #272727;
  color: #ffffff;
  width: 180px;
  height: 60px;
  text-align: center;
  display: inline-block;
  line-height: 60px;
}
.gamp-btn a:hover {
  color: #ffffff;
  opacity: 0.8;
  transition: all 0.5s;
}

.center span {
	color:#E8CE0E;
}

#about-us {
	margin-bottom:50px;
}
#about-us .text-center p{
	text-align:left;
}
#about-us .text-center h2 {
	text-transform:uppercase;
	font-weight:500;
	font-size:30px;
	margin-bottom:30px;
	margin-top:50px;
}
#about-us .text-center h3,h6{
	text-align:center;
}
	
.teamskillbar {
    position:relative;
    display:block;
    margin-bottom:15px;
    width:100%;
    background: #f2f2f2;
    height:10px;
    -webkit-transition:0.4s linear;
    transition:0.4s linear;
    -webkit-transition-property:width, background-color;
    transition-property:width, background-color;
}
.teamskillbar h6{
    position: absolute;
    top:-25px;
    left:0;
	
}
.teamskillbar-bar {
    height:10px;
    width:0px;
    background:#ff6863;
    position: absolute;
    left:0px;
    top:0px;
}


.skill_bottom_content.text-center h5 {
	font-size:16px;
	font-style:semibold;
	
	
}
.skill_bottom_item .separator_small {
    margin: 10px auto;
}

.separator_left{
    width:85px;
    height:2px;
    margin:10px 0px;
    background: #007eb9;
}
.separator_auto{
    width:85px;
    height:2px;
    margin:10px auto;
    background:#007eb9;
	
}
.separator_small{
    width:30px;
    height:2px;
    margin:10px 0px;
    background: #ff6863;
}
.counter-item h6 {
    color: #000;
    font-size: 19px;
    margin: 0;	
}


/*===========================
  services
============================ */


.hi-icon-effect:hover {
	border-radius:6px;
	background:#f4f4f4;
	-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;
}
.services {
	padding:50px 0 80px 0;
	background-color:white;
	
}

.services .text-center h2 {
	font-weight:550;
	text-transform:uppercase;
	text-shadow:none;
	margin-bottom:20px;
	font-size:30px;
}

.services i {
	margin-top:0px;
	margin-bottom:10px;
	font-size:45px;
	color:#ddd;
	text-align:center;

}
.service p {
	text-align:left;
}

.services h3 {
	margin-bottom:16px;
	font-size: 22px;
	font-weight: 520;
	text-transform: uppercase;
	letter-spacing: 0.8px;
 }

/*-------------------------
 Training
 -------------------------*/


.gallery {
	padding:50px;
	
}

.gallery .text-center h2 {
	text-transform:uppercase;
	font-weight:550;
	font-size:30px;
	margin-bottom:30px;
}

.gallery figure {
	position: relative;	
	margin-top:30px;
	margin-bottom:30px;
	background: #272727;
	text-align: center;
	cursor:;
}

.gallery figure img {
	position: relative;
	display: block;
	opacity: 0.5;
}

.gallery figure figcaption {
	padding: 1.3em;
	color: #fff;
	text-transform: capitalize;
	font-size: 2em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	
}

.gallery figure figcaption::before,
.gallery figure figcaption::after {
	pointer-events: none;
	
}

/*---------------*/
/***** Marley *****/
/*---------------*/

figure.effect-marley figcaption {
	text-align: left;
}

figure.effect-marley h4,
	
figure.effect-marley p {
	position: absolute;
	right: 30px;
	left: 30px;
	padding: 10px 0;
	font-size:0.4em;
}


figure.effect-marley p {
	bottom: 20px;
	color:#fff;
	line-height: 1.5;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-marley h4 {
	top: 30px;
	color:#fff;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	font-size:22px;
}

figure.effect-marley:hover h4 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-marley h4::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #fff;
	content: '';
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-marley h4::after,
figure.effect-marley p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-marley:hover h4::after,
figure.effect-marley:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


.action {
  overflow: visible;
  padding: 0px;
  width: 100;
  background: #f2f2f2;
  position: relative;
}
.action .left-text {
  padding: 70px 0;
  padding-right: 60px;
  width: 50%;
}
.action .left-text h4 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}
.action .left-text p {
  padding-top: 20px;
}
.action .left-text em {
  font-size: 20px;
  color: #aaa;
  font-weight: 400;
  font-style: normal;
}
.action .right-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../img/7.jpg);
}

/* --- Map --- */
.map{
	position:relative;
	margin-top:-20px;
	margin-bottom:40px;
}

/* google map */
#google-map{
	position:relative;
    height: 400px;
}

.contact-page{
	margin-top:50px;
  padding-top: 0;
  background:#fff;
  margin-bottom:30px;
  line-height: 1.42857143;
}
.contact-page .contact-item ul li {
	line-height:20px;
	letter-spacing:0.2px;
	font-size:18px;
	font-family:"OpensansRegular",sans-serif;
	color:#000;
}
.contact-page h2 {
	text-transform:uppercase;
	font-weight:550;
	font-size:30px;
	margin-bottom:30px;
}
.contact-page h3{
	text-transform:capitalize;
	font-weight:500;
	line-height:40px;
}
.contact-page .contact-item {
	margin: 20px 0 40px 0;

	
}
.contact-page  .contact-item span {
	font-weight: 500;
	color: #aaa;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: inline-block;
	
}
.contact-page  .contact-item p {
	font-size: 20px;
	line-height:0.2em;
}
.contact-page p {	
	margin-bottom:30px;
	line-height:20px;
}

.contact-page .contact-form 
.form-group label {
  color:  #404040;
  font-size: 16px;
  font-weight: 500;
}

.form-group .form-control {
  padding: 10px 12px;
  border-color:#6f6f6f;
  box-shadow: none;
  border-radius:0;
}

textarea#message{
   resize: none;
   padding: 20px;
   border-radius:0;
}

.contact-page .contact-wrap {
  margin-top: 20px;

}
.contact-info {
	color:#fff;
	
}

.contact-info ul {
	list-style:none;
	padding-left: 0;
	font-size:14px;
	line-height:30px;
}
.contact-info ul li i {
	list-style:none;
	padding-left: 0;
	font-size:14px;
	line-height:30px;
	color:#1e1d1d;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:500;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}
.career-page{
	margin-bottom:80px;
}

/*===========================
  Footer
============================ */
ul. {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 20px;
	text-align:center;
	
}

.widget ul {
	list-style: none;
	margin-left:0;
	padding-left:0;
	text-align:center;
	
}
.widget li{
	color:#fff;
	text-align:center;
}
.widget p{
	text-align:left;
}




footer {
    background-color: #007eb9;
	
}

footer {
	padding: 40px 0 0;
	
}
footer p{
	color:#fff;
}

footer .widget {
	margin-bottom: 20px;
}

footer .widget h5 {
	font-size: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color:#fff;
	font-family: 'Open Sans', Arial, sans-serif;
	text-align:center;
}
.footer ul{
	color:#fff;
}

.sub-footer {
	margin-top: 30px;
    background-color: #272727;
	border-top: 1px solid #ddd;
	padding: 30px 0 10px;
}

.sub-footer a{
	color: #444;
}

footer .sub-footer  p {
	font-size: 14px;
}
.sub-footer p {
		float: none;
		text-align: center;
	}
	.company-social {
	margin-left: 0;
	padding-left: 0;
	margin-top: 10px;
}

.company-social {
	text-align: left;
	list-style: none;
}

.company-social li{
	margin:0;
	padding:0;
	display: inline-block;
	
}

.company-social a{
	margin:0 2px 0 0;
	
}

.company-social a:hover {
    color: #fff;
}
	.company-social a i {
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
	color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
	text-align: center;
	border-radius: 3px;
	padding:0;
	
}

.company-social .social-facebook a i{background: #3873ae;}
.company-social .social-twitter a i{background: #62c6f8;}
.company-social .social-google a i {background: #000;}
.company-social .social-vimeo a i {background: #51a6d3;}
.company-social .social-dribble a i{background: #d74980;}
.company-social .social-deviantart a i{background: #8da356;}
.company-social .social-facebook a:hover i {background: #4893ce;}
.company-social .social-twitter a:hover i {background: #82e6ff;}
.company-social .social-dribble a:hover i {background: #f769a0;}
.company-social .social-deviantart a:hover i {background: #adc376;}
.company-social .social-google a:hover i {background: #333;}
.company-social .social-vimeo a:hover i {background: #71c6f3;}	
	
	


	

/* -- icon var -- */

.bg-dark {
	background: #666;
}

.bg-light {
	background: #333;
}



.icon-primary {
	color: #4765a0;
}	
.icon-success {
	color: #7db53b;
}	
.icon-info {
	color: #51b6bf;
}	
.icon-warning {
	color: #e6e039;
}	
.icon-danger {
	color: #e24e47;
}	


/* scroll to top */
.scrollup{
    position:fixed;
	width:32px;
	height:32px;
    bottom:0px;
    right:20px;
	background: #222;
-webkit-border-radius: 2px 2px 0 0;	
	-moz-border-radius: 2px 2px 0 0;	
	border-radius:  2px 2px 0 0;	
}

a.scrollup {
	outline:0;
	text-align: center;
}

a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
	opacity:1;
	text-decoration:none;
}
a.scrollup i {
	margin-top: 10px;
	color: #fff;
}
a.scrollup i:hover {
	text-decoration:none;
}

.copyright {
	margin-top:30px;
    text-align: right;
}

.copyright a {
	color:#000;
	font-weight:600;
	font-size:12px;
	text-shadow:none;
} 

