/*=============================================================
    Authour URL: www.designbootstrap.com

    http://www.designbootstrap.com/

    License: MIT

    http://opensource.org/licenses/MIT

    100% Free To use For Personal And Commercial Use.

    IN EXCHANGE JUST TELL PEOPLE ABOUT THIS WEBSITE

========================================================  */
/*================================
    GENERAL STYLES
==================================*/
body {
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden; }

.share {
  position: fixed;
  top: 50px;
  right: 0px; }

section {
  padding-top: 80px;
  padding-bottom: 120px; }

.head-set {
  padding-top: 20px;
  padding-bottom: 20px; }

.pad-bottom {
  padding-bottom: 60px; }

/*================================
    NAVBAR STYLES
==================================*/
.navbar-default {
  background-color: #2385a1;
  border-color: transparent;
  color: #fff; }

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover {
  color: #fff; }

.navbar-brand {
  padding: 0px; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff; }

/*================================
    HOME SECTION STYLES
==================================*/
/*STYLE OF BACKGROUND IMAGE*/
.cus-text-danger {
  color: red;
  font-size: 20px;
  font-weight: bold; }

#home {
  background: url(../img/home.jpg) no-repeat center center;
  /*Full Witdth background image*/
  padding: 0;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-background-size: cover;
  min-height: 680px; }
  #home .overlay {
    padding-top: 90px;
    background-color: rgba(35, 133, 161, 0.75);
    /*.75 opacity of the color so that background image is visible*/
    min-height: 680px;
    color: #fff; }
  #home h1 {
    padding-top: 80px;
    font-weight: 900;
    font-size: 50px;
    font-family: 'Browallia New'; }
  #home .home-intro-container {
    padding-top: 25px; }
  #home .home-intro-item {
    display: inline-block;
    padding-right: 20px;
    font-size: 25px; }
  #home .time-count {
    padding-top: 20px;
    padding-bottom: 7px; }
    #home .time-count span {
      font-size: 20px;
      padding-right: 20px;
      display: inline-block; }
    #home .time-count span:nth-child(1) {
      color: #FF1493; }
    #home .time-count span:nth-child(2) {
      color: #FE9A76; }
    #home .time-count span:nth-child(3) {
      color: #FFD700; }
    #home .time-count span:nth-child(4) {
      color: #B413EC; }
  #home .cus-text-danger {
    margin-top: 20px; }

/*STYLE FOR OVERLAY CLASS - WHICH IS ABOVE IMAGE WITH OPACITY/TRANSPARENCY 0.75*/
/*SMPLE CLASS TO ADJUST SECTION PADDING & HEIGHT*/
#services {
  padding-top: 20px;
  padding-bottom: 40px; }
  #services img {
    width: 80px;
    height: 80px; }
  #services ul {
    text-align: left;
    list-style: none; }
  #services h4 {
    padding-bottom: 0;
    margin-bottom: 0;
    height: 82px; }
  #services .plan-item {
    min-height: 310px; }

/*CLASS TO FORMAT TEXT*/
.p-cls {
  padding-top: 30px;
  padding-bottom: 40px; }

#works .portfolio-item i {
  font-size: 150px; }

#works {
  padding-bottom: 15px;
  padding-top: 20px; }
  #works h2 {
    margin: 10px 10px;
    padding: 10px 10px; }
  #works h5 {
    overflow: hidden;
    height: 15px; }
  #works img {
    width: 250px;
    height: 250px; }
  #works .portfolio-item .p1, #works .portfolio-item .p2, #works .portfolio-item .p3, #works .portfolio-item .p4, #works .portfolio-item .p5, #works .portfolio-item .p6 {
    height: 510px; }

/*======================================
    PARALLAX LIKE / STATS SECTION STYLES
=========================================*/
.parallax-like {
  background: url(../img/starts.jpg) no-repeat center center;
  /* DEFINE IMAGE PATH CAREFULLY*/
  padding: 0;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
  background-attachment: fixed; }

.parallax-like .overlay {
  min-height: 200px;
  background: rgba(35, 133, 161, 0.9);
  font-size: 40px;
  padding-bottom: 60px;
  padding-top: 60px; }

.parallax-signup .overlay, .parallax-contact .overlay, .parallax-works .overlay {
  min-height: 70px;
  padding-bottom: 0px;
  padding-top: 60px;
  padding-left: 20px; }

/*================================
    PORTFOLIO / WORK SECTION STYLES
==================================*/
.portfolio-item img:hover {
  /* POSTFOLIO IMAGE BIG ON HOVER */
  cursor: pointer;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  /* Safari */
  z-index: 1; }

/*================================
    VIDEO SECTION STYLES
==================================*/
#video-sec {
  color: #fff;
  text-align: center; }

#video-sec .overlay {
  background-color: rgba(0, 0, 0, 0.85);
  min-height: 300px;
  color: #fff; }

#video-sec h1 {
  padding-top: 80px;
  font-size: 50px;
  font-weight: 900;
  padding-bottom: 30px; }

/*================================
    CLIENTS SECTION STYLES
==================================*/
#clients {
  background-color: #f4f4f4;
  padding-bottom: 50px;
  padding-top: 50px; }

#clients img {
  opacity: 0.5;
  cursor: pointer; }

#clients img:hover {
  opacity: 1; }

#signup {
  padding-top: 20px;
  padding-bottom: 15px; }
  #signup iframe {
    max-height: 990px !important;
    overflow: auto; }
  #signup #step1, #signup #step2, #signup #step3 {
    padding-top: 15px;
    padding-bottom: 15px; }
  #signup #step1 select {
    min-width: 60px; }
  #signup #step2 .course-count {
    display: none; }
  #signup #step3 img {
    width: 250px;
    height: 375px;
    display: inline-block; }
  #signup .promo label {
    display: inline-block; }
  #signup .promo input {
    display: inline-block;
    max-width: 200px; }

#contact {
  padding-top: 0;
  padding-bottom: 15px; }
  #contact iframe {
    max-height: 682px !important;
    overflow: auto; }
  #contact .contact-item {
    padding-left: 20px;
    padding-top: 60px; }
  #contact img {
    width: 221px;
    height: 286px; }

#qa {
  padding-top: 10px; }

/*================================
    FOOTER SECTION STYLES
==================================*/
.footer-img {
  width: 100%;
  height: 140px; }

footer {
  padding: 20px;
  padding-bottom: 10px;
  font-size: 15px;
  text-align: center;
  font-weight: 900;
  color: #fff;
  border-top: 1px solid #303841;
  background: #343d47; }
  footer h5 {
    padding-bottom: 20px; }
  footer ul li {
    display: inline-block;
    width: 150px;
    height: 150px;
    margin-right: 10px; }
  footer ul li:nth-child(1) {
    width: 150px;
    height: 40px; }
  footer ul li:nth-child(3) {
    height: 75px; }
  footer ul li:nth-child(4) {
    height: 50px; }
  footer ul li:nth-child(5) {
    height: 48px; }
  footer ul img {
    width: 100%;
    height: 100%; }

footer a, footer a:hover {
  color: #fff;
  text-decoration: none; }

/*# sourceMappingURL=custom.css.map */
