@import @import url(https://fonts.googleapis.com/css?family=Raleway:200,300,300i,400,400i,500,500i,600,600i,700,700i,800|Roboto:300,400,400i,500,500i,700,700i,900,900i);
body {
	padding:0px;
	margin:0 auto;
    font-family: 'Roboto', sans-serif;
	font-weight:400;
	color:#282828;
}
p {
    font-size: 16px;
    line-height: 1.75;
}

h1{
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	color:#282828;
	font-size:38px;
	text-transform:uppercase;
	background:url(../images/border-bottom.png) no-repeat left bottom;
	margin:40px 0 0 0;
	padding:0 0 20px 0;
}
h2{
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	color:#282828;
	font-size:32px;
	text-transform:uppercase;
	background:url(../images/border-bottom.png) no-repeat center bottom;
	margin:40px 0 0 0;
	padding:0 0 20px 0;
}
h3{
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	color:#282828;
	font-size:18px;
	text-align:center;
	margin:0px 0 0 0;
	padding:10px 0 10px 0;
}
h4{
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	color:#282828;
	font-size:32px;
	text-transform:uppercase;
	background:url(../images/border-bottom.png) no-repeat left bottom;
	margin:0px 0 20px 0;
	padding:0 0 20px 0;
}
h5{
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
	margin:0px 0 25px 0;
	padding:0 0 0px 0;
}
/*.{
	font-family: 'Roboto', sans-serif;

    font-family: 'Raleway', sans-serif;
}*/
a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}
.img-center{
	margin:0 auto;
	display:block;
}
.btn {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-submit {
	font-family: 'Roboto', sans-serif;
    font-weight: 700;
	font-size:16px;
    text-transform:uppercase;
    color:#fff;
    background-color:#1b8dee;
    border: 1px solid #1b8dee;
    border-radius:0px;
	padding:12px 40px;
}
.btn-submit:hover,
.btn-submit:focus {
    color: #002657;
    border: 1px solid #002657;
    background-color:transparent;
    outline: 0;
}
.btn-viev-all {
	font-family: 'Roboto', sans-serif;
    font-weight: 700;
	font-size:16px;
    text-transform:uppercase;
    color:#fff !important;
    background-color:#313131;
    border: 1px solid #313131;
    border-radius:0px;
	padding:12px 50px;
}
.btn-viev-all:hover,
.btn-viev-all:focus {
    color: #282828 !important;
    border: 1px solid #282828;
    background-color:transparent;
    outline: 0;
}

.btn-f-all {
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
	font-size:14px;
    text-transform:uppercase;
    color:#fff !important;
    background-color:#4e4e4e;
    border: 1px solid #4e4e4e;
    border-radius:0px;
	padding:4px 30px;
}
.btn-f-all:hover,
.btn-f-all:focus {
    color: #fff !important;
    border: 1px solid #4e4e4e;
    background-color:transparent;
    outline: 0;
}
@media screen and (min-width: 1450px) {
    .container {
        width: 1370px;
    }
}
.menu-top{
	position:absolute;
	top:0px;
	left:0;
	right:0;
	z-index:10;
	padding:8px 0;
	color:#FFF;
}
.menu-top ul{
	margin-bottom:0px;
}
.navbar-expand-lg{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	color:#5a5a5a;
}
.bg{
	background-color:rgba(0, 0, 0, 0.2) !important;
}
/* change the background color */
.navbar-custom {
	background-color:transparent;
}
.fixed-top{position:absolute;top:46px;right:0;left:0;z-index:1030}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255,255,255,.8);
    /*padding: 0.8rem 1rem;*/
}
/* change the link color and add padding for height */
.navbar-custom .navbar-nav .nav-link {
    color:#fff;
    padding: 0rem 1rem;
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #047de4;
}
.navbar-custom .navbar-brand {
		background:url(../images/logo.png) no-repeat;
		width:215px;
		height:20px;
		text-indent:-999px;
		margin-top:0px;
		margin-bottom:0px;
			
    }/*
.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}*/

.banner{
	/*margin-top:90px;*/
}
.banner .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 0px;
	top:40%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.banner .carousel-caption h1{
	color:#FFF;
	background:none;
	padding:20px 50px;
	text-align:center;
}
.banner-bottom{
	background:#00F;
}
.banner-bottom ul{
	padding:0;
	margin:0;
	list-style-type:none;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:400;
	font-size:29px;
	color:#FFF;
}
.services{
	background:#6ec2e5;
	padding:0 !important;
}
.services a{
	background:#6ec2e5;
	color:#FFF;
	padding:22px 0 !important;
	display:block;
}
.services a:hover{
	background:#39c3fc;
	color:#FFF;
	text-decoration:none;
}
.trainings{
	background:#1aace9;
	padding:0 !important;
}
.trainings a{
	background:#1aace9;
	color:#FFF;
	padding:22px 0 !important;
	display:block;
}
.trainings a:hover{
	background:#00b4ff;
	color:#FFF;
	text-decoration:none;
}
.industries{
	background:#1276cc;
	padding:0 !important;
}
.industries a{
	background:#1276cc;
	color:#FFF;
	padding:22px 0 !important;
	display:block;
}
.industries a:hover{
	background:#0389fc;
	color:#FFF;
	text-decoration:none;
}
.welcome{
	margin:60px 0 0 0;
}
.services-section{
	margin:60px 0 0 0;
}
.services-section ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
.services-section ul li{
	padding:0;
	margin:0;
}
.trainings-section{
	margin:60px 0 0 0;
	background:#f7f7f7;
	padding:50px 0;
}
.client-slider{
	padding:0px 0 50px 0;
}
.card {
  margin: 0 auto;
  border:none;
  width:100%;
}

.card .carousel-item {
  height: 250px;
}
.card .carousel-caption {
  padding: 0;
  right: 0;
  left: 0;
  color: #3d3d3d;
}
.card .carousel-caption h3 {
  color: #1896d1;
  font-size:22px;
}
.card .carousel-caption h3 span{
  color: #929292;
  font-size:16px;
}
.card .carousel-caption .col-sm-2 {
  display: flex;
  align-items: center;
}
.card .carousel-caption .col-sm-10 {
  text-align: left;
  padding-right:140px;
}
.card .carousel-control-prev, .card .carousel-control-next {
  color: #3d3d3d !important;
  opacity: 1 !important;
}

.carousel-control-next-icon{
    display: inline-block;
    width: 23px;
    height: 60px;
    background:transparent no-repeat center center;
        background-image:url(../images/arro2.png);
        background-size: auto auto;
    background-size: 100% 100%;
	
}
.carousel-control-prev-icon {
    display: inline-block;
    width: 23px;
    height: 60px;
    background:transparent no-repeat center center;
        background-image:url(../images/arro.png);
        background-size: auto auto;
    background-size: 100% 100%;
}


.carousel-control-prev {
    position: absolute;
    top: 50px;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3%;
    color: #fff;
    text-align: center;
    opacity: .5;
}
.carousel-control-next{
    position: absolute;
    top: 50px;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3%;
    color: #fff;
    text-align: center;
    opacity: .5;
}
.margin-left50{
	margin-left:50px;
}

/******************** Footer ****************************/
footer{
	background:#252525;
	padding:50px 0 0px 0;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:14px;
	color:#FFF;
}
footer ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
footer ul li{
	padding:0px 0px 10px 20px;
	margin:0px;
	background:url(../images/footer-icon.png) no-repeat 0 6px;
	color:#FFF;
}
footer ul li a{
	color:#FFF;
}
footer ul li a:hover{
	color:#1896d1;
	text-decoration:none;
}
.footer-bottom{
	padding:20px 0;
	margin-top:20px;
	background:#090909;
	border-top:#2e2e2e 2px solid;
	font-size:12px;
}
.footer-bottom a{
	color:#fff;
	float:right;
}
.footer-bottom a:hover{
	color:#fff;
	text-decoration:none;
}





/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 1px;
	background:none;
	padding:0 0 0 0;
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}
.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 30px;
	height: 30px;
	font-size:15px;
}
.social-circle li i {
	margin:0;
	line-height:30px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

.social-network a.icoInstagram:hover {
	background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.social-network a.icoYoutube:hover {
	background-color: #dd4b39;
}


.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.social-network a {
 background-color: #434343;   
}

	

  














/*********************************************************
          --------- About Us------
**********************************************************/
.about-section{
}
.width70{
	width:70%;
	margin:0 auto;
	text-align:center;
}
.about-section h1{
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	color:#282828;
	font-size:38px;
	text-transform:uppercase;
	background:url(../images/border-bottom.png) no-repeat center bottom;
	margin:40px 0 50px 0;
	padding:0 0 20px 0;
	text-align:center;
}

.about-section h2{
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	color:#282828;
	font-size:32px;
	text-transform:uppercase;
	background:url(../images/border-bottom.png) no-repeat left bottom;
	margin:0px 0 30px 0;
	padding:0 0 20px 0;
}
.about-section h3{
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	color:#282828;
	font-size:18px;
	/*text-transform:uppercase;*/
	margin:0px 0 20px 0;
	padding:0 0 0px 0;
	text-align:left;
}
.about-section ol{
	padding:0 0 0 15px;
}
.priorities{
	background:#ececec;
	padding:40px 0;
	margin:50px 0 0px 0;
}
.training{
	background:#ececec;
	padding:40px 0;
	margin:0px 0 50px 0;
}
.padding-left40{
	padding-left:40px;
}
.about-section ul{
	list-style:none;
	padding:0;
	margin:0;
}
.about-section ul li{
	background:url(../images/bullet-point.jpg) no-repeat 0 8px;
	padding:0 0 12px 30px;
}
.about-section ol li{
	padding-bottom:10px;
}
.vision-mision-section{
	padding:60px 0;
	background:#ececec;
	padding:40px 0;
	margin:50px 0 0px 0;
}
.vision-mision-section h3{
	font-family: 'Raleway', sans-serif;
	font-weight:500;
	font-size:30px;
	color:#007cb8;
	margin:30px 0 20px 0;
	text-transform:uppercase;
}
.margin-bottom20{
	margin-bottom:20px;
}
.clients{
	padding:0px 0 50px 0;
	margin:0;
	text-align:center;
}
.clients h2{
	margin:0 0 20px 0;
}
.clients ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
.clients ul li{
	padding:15px;
	margin:0;
}
.clients ul li img{
	border:#CCC 1px solid;
}


.services-page{
	padding:40px 0 0 0;
}
.services-page h1{
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	color:#282828;
	font-size:38px;
	text-transform:uppercase;
	background:url(../images/border-bottom.png) no-repeat left bottom;
	margin:0px 0 50px 0;
	padding:0 0 20px 0;
}
.services-page h3{
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	color:#282828;
	font-size:18px;
	text-transform:uppercase;
	margin:0px 0 20px 0;
	padding:0 0 0px 0;
	text-align:left;
}
.services-page ul{
	list-style:none;
	padding:0;
	margin:0;
}
.services-page ul li{
	background:url(../images/bullet-point.jpg) no-repeat 0 8px;
	padding:0 0 12px 30px;
}
.services-page ol li{
	padding-bottom:10px;
}
/****************Contact us Page**********************/
.contact-us-section{
	padding:60px 0 60px 0px;
}
.contact-us-section h1{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:48px;
	color:#2b2f2e;
	margin:50px 0 30px 0;
	padding:50px 0 0 0;
	text-transform:uppercase;
}

.contact-us-section ul{
	list-style-type:none;
	padding:0px;
	margin:0 0 0 50px;
}
.contact-us-section ul li{
	font-size:18px;
	padding-bottom:30px;
}
.contact-us-section span {
	color:#1896d1;
}
.contact-us-section h4{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	font-size:36px;
	color:#fff;
	padding-left:20px;
	margin:0px 0px 20px 0px;
}
.contact-us-section ul{
	padding-bottom:20px;
	padding-left:20px;
	margin:0px;
	list-style-type:none;
}
.contact-us-section ul li a{
	color:#2b2f2e;
}
.contact-us-section ul li .fa{
	padding-right:8px;
	font-size:22px;
	color:#2765e3 !important;
}
.contact-us-section ul li span{
	color:#27144b;
	font-size:30px;
	font-weight:400;
}
.contact-form{
	padding-right:30px;
}
.form-control{
	box-shadow: none;
	border-radius:0;
	margin-bottom:15px;
	background:none;
	border:#b4b4b4 1px solid;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus{
	border-color:#5bc0de;
}
.form-control::-moz-placeholder {
  color: #8f8f8f;
  font-size:14px;
}
.form-control:-ms-input-placeholder {
  color: #8f8f8f;
  font-size:14px;
}
.form-control::-webkit-input-placeholder {
  color: #8f8f8f;
  font-size:14px;
}

/**********************/
.benefit-section{
	padding-bottom:60px;
}
.benefit-section h2{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#439fda;
	padding:10px 0 30px 0;
	margin:0px;
}
.benefit-section h3{
    font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#231547;
	padding:0px;
	margin:0px;
}
.benefit-section ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
.benefit-section ul li{
	padding:0px 0px 0px 30px;
	background:url(../images/bullet-point.jpg) no-repeat 0 8px;
}
.padding{
	padding-top:40px;
	padding-bottom:40px;
}
.p-left{
	padding-left:40px;
}


#custom_carousel .item {

    color:#000;
    background-color:#eee;
    padding:20px 0;
}
#custom_carousel .controls{
    overflow-x: auto;
    overflow-y: hidden;
    padding:0;
    margin:0;
    white-space: nowrap;
    text-align: center;
    position: relative;
    background:#ddd
}
#custom_carousel .controls li {
    display: table-cell;
    width: 1%;
    max-width:90px
}
#custom_carousel .controls li.active {
    background-color:#eee;
    border-top:3px solid orange;
}
#custom_carousel .controls a small {
    overflow:hidden;
    display:block;
    font-size:10px;
    margin-top:5px;
    font-weight:bold
}




.gallery
{
    display: inline-block;
    margin-top: 20px;
}