body,html{
  height: 100%;
  font-family: myFirstFont ;
}

@font-face {
    font-family: myFirstFont ;
    src: url("../fonts/AvenirLTStd-Book.otf");
}

@font-face {
    font-family: heavy_font ;
    src: url("../fonts/Avenir-Heavy.otf");
}

@font-face {
    font-family: light_font ;
    src: url("../fonts/GOTHAM-THIN.TTF");
}

.row{
  margin-right: 0px;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  background-color: transparent;
  color: #4acaff ;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  background-color: transparent;
  color: #4acaff;
}

.navbar-default .navbar-brand:hover {
  color: #4acaff;
  background-color: transparent;
}

.navbar {
  position: relative;
  color: white;
  border-radius: 0px;
}

.navbar-nav {
  font-family: myFirstFont;
  margin-top: 10px;
  float: right !important;
}
.navbar-default{
  background:transparent;
  background-image:none;
  border-color:transparent;
  box-shadow:none;
}

.navbar-default .navbar-brand {
  color: white;
  font-family: “Bernard MT Condensed”, Times, serif;
  font-size: 40px;
}

.navbar-default .navbar-nav>li>a {
  color: white;
  font-size: large;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
  color: #4acaff;
    background-color: transparent;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
  color: #4acaff;
background-color: transparent;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
     background-color: transparent;
    border-color: #337ab7;
}
section{
  /*width: 500px; height:100%; margin: 0 auto;*/
}

.bg {
    /* The image used */
    background-image: url("../images/bg_learner.jpg");

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height:800px;
    margin-top: -82px;

}

.back_color{
  background-color: rgba(0,0,0,.4);
  height: 800px;
}

.caption{
  position: absolute;
  left: 20%;
  top: 18%;
  width: 50%;
  font-family: myFirstFont ;

  /*text-align: center;*/

}

.cap-blue{
  color: white;
  font-size: 40px;

}

.cap-bold{
  color: white;
  font-size: 40px;
    letter-spacing: 1px;
}

.butn {
  display: inline-block;
      padding: 12px 30px;
      margin-bottom: 0;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.42857143;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      -ms-touch-action: manipulation;
      touch-action: manipulation;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      background-image: none;
      border: 1px solid transparent;
      border-radius: 25px;
}

.butn-info {
  color: #fff;
  background-color: #4acaff;
  border-color: #4acaff;
}

.how_text{
  text-align: center;
}

.why_text_bold{
  text-transform: uppercase;
  font-size: 55px;
  color: #4acaff;
  font-family: heavy_font;
}

.why_text_light{
  text-transform: uppercase;
  font-size: 50px;
  color: #4acaff;
  font-weight: 100;
  font-family: light_font ;
}


footer{
  background-color: #4acaff;
}

.footer-stick{
  margin-left: 15%;

  color: white;
}

.fa {
  padding: 15px;
    font-size: 20px;
    width: 45px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

/**************************************
              Modal content
**************************************/


.left_side {
  text-align: right;
  background-color: #;
  color: white;
}

.right_side {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.right_side .container {
  background-color: white;
}

.wrapper_down {
  text-align: center;
  background-color: white;
  height: 70px;
}

input[type=text], input[type=password], input[type=email] {
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 10px;
  width: 300px;
  margin-top: 10px;
  float: right;
}

.label_modal:after {
  content: "*";
  color: black;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
}

.wrapper {
  text-align: center;
  height: 88px;
  background-color: white;
}


/* Set a style for all buttons */

.btn {
  background-color: ;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

.terms {
  text-align: center;
}

button:hover {
  opacity: 0.8;
}


/* Extra styles for the cancel button */

.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #4ACAFF;
}


/* Center the image and position the close button */

.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}

.container {
  padding: 16px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

label {
  font-size: 18px;
  color: #333;
  margin-top: 20px;
  clear: both;
  float: left;
  margin-right: 15px;
}


/* The Modal (background) */

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  padding-top: 60px;
}

.modal-backdrop {
  background-color: #4ACAFF;
}


/* Modal Content/Box */

.modal-content {
  background-color: #4ACAFF;
  margin: 5% auto 15% auto;
  /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%;
  /* Could be more or less, depending on screen size */
}

.down_content {
  background-color: #4ACAFF;
  margin: -14% auto 1% auto;
  /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%;
}


/* The Close Button (x) */

.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover, .close:focus {
  color: red;
  cursor: pointer;
}


/* Add Zoom Animation */

.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0)
  }
  to {
    -webkit-transform: scale(1)
  }
}

@keyframes animatezoom {
  from {
    transform: scale(0)
  }
  to {
    transform: scale(1)
  }
}


/* Change styles for span and cancel button on extra small screens */

@media screen and (max-width: 300px) {
  span.psw {
    display: block;
    float: none;
  }
  .cancelbtn {
    width: 100%;
  }
}

.padding_0 {
  padding: 0px !important;
}


/*****************************************
Tabs
*****************************************/

.nav-tabs {
  border-bottom: none !important;
}

.nav-tabs>li {
  float: right !important;
}

.nav-tabs>li.active>a {
  cursor: default;
  border-color: transparent !important;
  background-color: #25a3ea !important;
  color: white;
  border: none !important;
  border-bottom-color: transparent;
}


/*.nav-tabs>li.active::after {
content: "";
position: absolute;
bottom: -15px;
left: 50px;
border-width: 15px 15px 0;
border-style: solid;
border-color: #063e5e transparent;
-webkit-transform: rotate(-90deg);
 -moz-transform: rotate(-90deg);
 -o-transform: rotate(-90deg);
 -ms-transform: rotate(-90deg);
 transform: rotate(-90deg);
display: block;
width: 0;
}*/

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: white !important;
  cursor: default;
}

.nav-tabs>li>a:hover, .nav>li>a:focus {
  border-color: transparent !important;
  background-color: #25a3ea !important;
  color: white;
}

.nav-tabs>li>a {
  color: white;
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}


/*********************************
            timeline
*********************************/

.card {
  position: relative;
  margin-top: 70px;
  background-color: white;
    z-index: 2;
}

.card_icon {

  position: absolute;

}



/*.img-circle {
  border-radius: 50%;
  /*background-color: #4acaff;
  padding: 20px;*/
}*/

.card_heading {
  padding-top: 15px;
  text-transform: uppercase;
}

.card_text {
  font-size: 17px;
    margin-left: 90px;
}

.card:last-child {
  margin-bottom: 20px;
}

.card:before {
  position: absolute;
    border: 1px solid #4acaff;
    width: 0;
    height: 60px;
    display: block;
    content: '';
    background: #4acaff;
    z-index: 1;
    top: 65px;
    margin-left: 19px;
}

.card:last-child:before {
  display: none;
}


.trainer_service{
  background-color: aliceblue;
}

.project_exp{
  background-color: aliceblue;
}

.heading_serv{
  font-size: 30px;
  letter-spacing: 1px;
}

.service_text{
  font-size: 18px;

    line-height: 1.5em;
    padding-top: 30px;
}

.liststyle {
    color: #4acaff;
    font-size: 30px;
}
.liststyle p {
    color: black;
    font-size: 18px;
}
