body {
  padding-top: 131px; /* Navbar height + 16px for padding + 35px for top-navbar*/
}



@media (min-width: 992px) {
  body {
    padding-top: 131px;
  }
}

.fixed-top{
  top:35px;
}

#top-navbar{
    position: fixed;
    top: 0;
    background:#fafafa;
    padding:0;
    margin:0;
    height:35px;
    line-height:35px;
    border:1px solid #f1f1f1;
    font-size:0.9em;
    color:#032290;
}

#top-navbar a{
  color:#032290;
  text-decoration:none;
}

.bg-light{
  background:#fff !important;
}

.navbar-fixed-top {
  top: 35px !important;
}

.navbar {
  -webkit-box-shadow: 0 6px 6px -6px #ccc;
  -moz-box-shadow: 0 6px 6px -6px #ccc;
  box-shadow: 0 6px 6px -6px #ccc;

  min-height: 80px;
}

.navbar-brand {
  padding: 0 15px;
  height: 80px;
  line-height: 80px;
}

/* LOGO*/
.navbar-brand img{
  height:75px;
}


.navbar-light .navbar-nav .nav-link{
  color:#032290 !important;
  font-weight:bold;
  padding-left:20px;
  padding-right:20px;
}

.navbar-toggle {
  /* (80px - button height 34px) / 2 = 23px */
  margin-top: 23px;
  padding: 9px 10px !important;
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    /* (80px - line-height of 27px) / 2 = 26.5px */
    padding-top: 26.5px;
    padding-bottom: 26.5px;
    line-height: 27px;
  }
}

.carousel-item {
  height: 65vh;
  min-height: 520px;
  background: no-repeat top right scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.slide1{
  background-position: top right;
}

.slide2{
  background-position: center center;
}

.slide3{
  background-position: top left;
}

.carousel-caption{
  background: rgba(255,255,255,0.9);
  color:#032290;
  bottom:35px;

}

.carousel-caption p{
  margin:0;
}


.carousel-indicators{
    margin-bottom:0;
    bottom:15px;
}


.portfolio-item {
  margin-bottom: 30px;
}


.welcome{
  text-align:center;
  padding-top:5em;
  padding-bottom:5em;
}

.welcome h1{
  line-height:2;
}

.welcome p{
  line-height:2;
  margin-bottom:2em;
}

.btn-primary{
  background-color:#032290;
}

.bg-dark{
  background-color:#032290 !important;
}

.box{
  color:#fff;
  text-align:center;
}

.orangebox {
    background: #f76304;
    background: url("../img/icon_consulting.jpg") top center scroll;
    padding: 4em 1em;
}

.bluebox {
    background: url("../img/icon_training.jpg") top center scroll;
    padding: 4em 1em;
}

.greenbox {
    background: url("../img/icon_education.jpg") top center scroll;
    padding: 4em 1em;
}

.industry{
  text-align:center;
  padding-top:5em;
  padding-bottom:2em;
}

.industry h1{
  line-height:2;
}

.industry p{
  line-height:2;
  margin-bottom:2em;
}

.card-title{
  padding-top: 1em;
  padding-bottom:1em;
  font-size:1.5rem !important;
}

.card-body{
  background:rgba(0,0,0,0.2);
  color:#fff;
}


/* Testimonial 
.parent-box {
    height: 300px;
}

.info > div:first-of-type {
    width: 50%;
    float: left;
    align-items: center;
    padding: 5px;
    padding-top: 30px;
    display: flex;
}

    .info > div:first-of-type > a {
        padding-left: 15px;
        color: #1E3344;
        text-decoration: none;
    }

.info > div:last-of-type {
    width: 50%;
    float: left;
    padding: 5px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

    .info > div:last-of-type > img {
        width: 100%;
    }

.tbox {
    width: 100%;
    height: 100%;
    padding: 15px 15px 0 15px;
}

.dialog-box span {
    font-weight: bold;
    padding: 15px 15px 0px 15px;
    font-size: 14px;
    display: table-cell;
    color: #032290;
}

.dialog-box i {
    float: right;
    margin-right: 16px;
    margin-top: 7px;
}

.dialog-box {
    background: white;
    width: 100%;
    height: 55%;
    font: normal 20px/25px;
    display: table;
    position: relative;
    letter-spacing: 1px;
    border-radius: 1px;
}

    .dialog-box > p {
        margin: 0;
        display: table;
        width: 100%;
    }

        .dialog-box > p > a {
            padding: 12px 14px 0;
            text-decoration: none;
            color: #1E3344;
            display: table;
        }

    .dialog-box:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 22px 0px 0 45px;
        border-color: #ffffff transparent transparent transparent;
        position: absolute;
        left: 15%;
        bottom: -20px;
        content: close-quote;
        z-index: 1;
    }

.info {
    width: 100%;
    height: 45%;
    display: flex;
    position: relative;
    border-bottom: 2px solid #032290;
}

.testimonial {
    background: #ebebeb;
}
 Testimonial */


.pre-footer{
  background-color:#f76304;
  color:#fff;
  text-align:center;
  padding-top:5em;
  padding-bottom:2em;
}

.pre-footer h1{
  line-height:2;
}

.pre-footer p{
  line-height:2;
  margin-bottom:2em;
}

.pre-footer img{
  
}

.partner-logo{
text-align:center;
}

.banner-main {
    background: url("../img/ribbon_about.jpg") no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    min-height: 150px;
    z-index:-2;
}

    .banner-main:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(3,34,144,0.7);
         z-index:-1;
    }

.banner-main h1 {
    color: #fff;
    font-size: 3em;
    letter-spacing: 4px;
    font-weight: bold;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    line-height:150px;
}

.banner-main {
    position: relative;
}


/*ABOUT PAGE*/

.about{
  padding-top:4em;
  padding-bottom:5em;
}

.about h1{
  line-height:2;
  text-align:center;
}

.about p{
  line-height:1.7;
  margin-bottom:2em;
}

.industry-section{
}

.text-block{
  margin-left:10px;
  text-align:left;
}

.industry-section ul{
  margin-bottom:0;
}

.transition {
  transition: .3s cubic-bezier(.3, 0, 0, 1.3)
}
.three .transition {
  transition: .7s cubic-bezier(.3, 0, 0, 1.3)
}

.three {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.three > li {
  background: #FFFFFF;
  border: 1px solid rgba(150,150,150,0.29);
  -moz-box-shadow: 0px 0px 18px 0px rgba(103,85,85,0.39);
  box-shadow: 0px 0px 18px 0px rgba(103,85,85,0.39);
  width: 250px;
  height: 430px;
  display: inline-block;
  margin: 0 55px;
  text-align: center;
}
.three > li img {
  margin-top: 60px;
}
.three > li:hover img {
  margin-top: 40px;
}
.three > li:hover {
  -moz-box-shadow: 0px 0px 5px 0px rgba(103,85,85,0.25);
  box-shadow: 0px 0px 5px 0px rgba(103,85,85,0.25);
}
.three > li:hover span {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  bottom: -400px;
}
.three > li:hover h3 {
  color: rgba(255,255,255,1);
  margin-top: 25px;
}
.three > li .wrapper {
  overflow: hidden;
  position: absolute;
  width: 250px;
  height: 430px;
}
.three > li span {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  height: 500px;
  width: 500px;
  background: #032290;
  display: block;
  position: absolute;
  bottom: 150px;
  left: -125px;
}
.three > li span img {
  margin-top: 10px;
  width: 50px;
}
.three > li span:hover {
  background: #032290;
}
.three > li span i {
  position: absolute;
  bottom: -90px;
  color: #032290;
  text-transform: uppercase;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border: 2px solid #032290;
  padding: 10px 30px;
  font-style: normal;
  display: inline-block;
  left: 195px;
}
.three > li span .mamber-img {
  width: 120px;
  margin-top: 170px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}
.three > li span .mamber-img + h3 {
  margin-top: 20px;
}
.three > li h3 {
  margin-top: 40px;
  color: rgba(255,255,255,1);
}
.three > li h3 em {
  display: block;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
  margin-top: 5px;
}
.three .social {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 10px;
}
.three .social li {
  opacity: 0;
  display: inline-block;
  padding: 5px;
}
.three > li:hover .social li {
  opacity: 0.8;
}
.three .social li a {
  cursor: pointer;
  display: block;
}
.three .social li a:hover {
  opacity: 0.5;
}
.three .social li img {
  width: 24px;
}

.with-errors{
  color:red;
}


/*END OF ABOUT PAGE*/



