body {
      font: 400 15px/1.8 Lato, sans-serif;
      color: #777;
      background: #7fc4d3 !important;
  }
  .navbar {
      font-family: Montserrat, sans-serif;
      margin-bottom: 0;
      background-color: #2d2d30;
      border: 0;
      font-size: 11px !important;
      letter-spacing: 4px;
      opacity: 0.9;
  }
  .navbar li a, .navbar .navbar-brand { 
      color: #d5d5d5 !important;

  }
  .navbar-nav li a:hover {
      color: #fff !important;
  }
  .navbar-nav li.active a {
      color: #fff !important;
      background-color: #29292c !important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
  }
  .open .dropdown-toggle {
      color: #fff;
      background-color: #555 !important;
  }
  .dropdown-menu li a {
      color: #000 !important;
      background: #fff; 
  }
  .dropdown-menu li a:hover {
      background-color: red !important;
  }

  /* my own css */
  
    /* text, background & border color */
    .txt-color-1 { color: #fff !important; }
    .txt-color-2 { color: #eeff36 !important; }
    .txt-color-3 { color: #f0993e !important; }
    .txt-color-4 { color: #3a3a50 !important; }
    

    .bg-1 { background-color: #fff; }
    .bg-2 { background-color: #7bc1d2; }
    .bg-3 { background-color: #d6edef; }
    .bg-4 { background-color: #eeff36; }
    .bg-5 { background-color: #2b2b3c; }
    .bg-6 { background-color: #2d2d30; }

    .border-1 {
      border-color: #7bc1d2 !important;
    }
    /* end text & background color */

    /* section */
    #about {
      padding-top: 15px;
    }
    #about-detail {
      padding-bottom: 185px;
    }

    .link-detail-support {      
      text-decoration: none;
    }
    .link-detail-support:hover {
      text-decoration: none;
      font-weight: 600;
    }

    /* typography */
    .highlight-1 {
      border-radius: 10px;    
      margin-top: 10px;
      padding-top: 5px;
      padding-bottom: 5px;
      padding-right: 15px;
      padding-left: 15px;
    }
    .badge-1 {
      display: inline-block;
      background-color: #7bc1d2;
      color: #fff;
      border-radius: 60px;
      padding: 10px 15px 10px 15px;
      margin-bottom: 20px;
    }
    .badge-2 {
      display: inline-block;
      border-radius: 15px;
      padding: 10px 20px 5px 30px;
    }
    .badge-3 {
      display: inline-block;
      border-radius: 30px;
      border: 3px solid #fff;
      padding: 20px 40px 10px 30px;
    }    
    .letter-spacing-1 {
      letter-spacing: 10px;
    }
    .letter-spacing-2 {
      letter-spacing: 1px;
    }
    .letter-spacing-3 {
      letter-spacing: 3px;
    }
    .font-weight-600 {
      font-weight: 600;
    }
    .font-weight-900 {
      font-weight: 900;
    }
    /* end typography */

    .jumbotron {
        padding-top: 170px;
        background-color: #2d2d30;
    }

    .opening-title-1 {
        padding: 35px 50px 0px 50px;
    }

    .support-box-header {
      padding-top:20px;
    }
    .support-box-content {

    }
    .support-box-footer {

    }

    .support-detail-right {
      margin-top: 40px;
      margin-bottom: 20px;
    }
    .support-detail-left {
      margin-top: 58px;
      margin-bottom: 20px;  
    }

    /* button css */
    .btn-circle {
        width: 30px;
        height: 30px;
        text-align: center;
        padding: 8px 0;
        font-size: 12px;
        line-height: 1.428571429;
        border-radius: 15px;
    }
    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 15px 10px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 25px;
    }
    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        border-radius: 35px;
        line-height: 1.33;
    }
    .btn-circle.btn-xl i {
        margin: 12px 21px;
        font-size: 30px;
    }
    .nav-button-1 {
        overflow: none;
        padding: 0;
        margin-bottom: 60px;  
    }
    .nav-button-1 li {
        list-style-type: none;
        display: inline-block;
        float: left;
        width:280px;
    }
    .faq-list {
        overflow: none;
        padding: 0;
    }
    .faq-list li{
        list-style-type: none;
        padding-left: 50px;
        padding-right: 10px;
    }


    /* footer */
    footer {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .top-link {
        text-decoration: none;
    }
    .top-link:hover {
        text-decoration: none;
    }


    /* carousel */
    #quote-carousel 
    {
        padding: 0 10px 30px 10px;
        margin-top: 30px;
    }

    /* Control buttons  */
    #quote-carousel .carousel-control
    {
        background: none;
        color: #222;
        font-size: 2.3em;
        text-shadow: none;
        margin-top: 30px;
    }
    /* Previous button  */
    #quote-carousel .carousel-control.left 
    {
        left: -12px;
    }
    /* Next button  */
    #quote-carousel .carousel-control.right 
    {
        right: -12px !important;
    }
    /* Changes the position of the indicators */
    #quote-carousel .carousel-indicators 
    {
        right: 50%;
        top: auto;
        bottom: 0px;
        margin-right: -19px;
    }
    /* Changes the color of the indicators */
    #quote-carousel .carousel-indicators li 
    {
        background: #c0c0c0;
    }
    #quote-carousel .carousel-indicators .active 
    {
        background: #333333;
    }
    #quote-carousel img
    {
        width: 250px;
        height: 100px
    }
    /* End carousel */

    .item blockquote {
        border-left: none; 
        margin: 0;
    }

    .item blockquote img {
        margin-bottom: 10px;
    }

    .item blockquote p:before {
        content: "\f10d";
        font-family: 'Fontawesome';
        float: left;
        margin-right: 10px;
    }

    /**
      MEDIA QUERIES
    */

    /* Small devices (tablets, 768px and up) */
    @media (min-width: 768px) { 
      #quote-carousel 
      {
        margin-bottom: 0;
        padding: 0 40px 30px 40px;
      }    
    }
    
    /* Small devices (tablets, up to 768px) */
    @media (max-width: 768px) {     
      /* Make the indicators larger for easier clicking with fingers/thumb on mobile */    
      #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
      }
      #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
      }
      #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
      }
    }


    /* back to top scroll spy */
    #top-link-block.affix-top {
      position: absolute; /* allows it to "slide" up into view */
      bottom: -82px; /* negative of the offset - height of link element */
      right: 10px; /* padding from the left side of the window */
    }
    #top-link-block.affix {
      position: fixed; /* keeps it on the bottom once in view */
      bottom: 18px; /* height of link element */
      right: 10px; /* padding from the left side of the window */
    }

    /* FAQ time line */
    .timeline {
        list-style: none;
        padding: 20px 0 20px;
        position: relative;
    }

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

            .timeline-badge.primary {
                background-color: #2e6da4 !important;
            }

            .timeline-badge.success {
                background-color: #3f903f !important;
            }

            .timeline-badge.warning {
                background-color: #f0ad4e !important;
            }

            .timeline-badge.danger {
                background-color: #d9534f !important;
            }

            .timeline-badge.info {
                background-color: #5bc0de !important;
            }

            .timeline-title {
                margin-top: 0;
                color: inherit;
            }

            .timeline-body > p,
            .timeline-body > ul {
                margin-bottom: 0;
            }

                .timeline-body > p + p {
                    margin-top: 5px;
                }

            @media (max-width: 767px) {
                ul.timeline:before {
                    left: 40px;
                }

                ul.timeline > li > .timeline-panel {
                    width: calc(100% - 90px);
                    width: -moz-calc(100% - 90px);
                    width: -webkit-calc(100% - 90px);
                }

                ul.timeline > li > .timeline-badge {
                    left: 15px;
                    margin-left: 0;
                    top: 16px;
                }

                ul.timeline > li > .timeline-panel {
                    float: right;
                }

                    ul.timeline > li > .timeline-panel:before {
                        border-left-width: 0;
                        border-right-width: 15px;
                        left: -15px;
                        right: auto;
                    }

                    ul.timeline > li > .timeline-panel:after {
                        border-left-width: 0;
                        border-right-width: 14px;
                        left: -14px;
                        right: auto;
                    }
            }

            /* responsive timeline item */            
            .res-timeline-title {
              font-size: 20px;
            }
            @media (max-width: 767px){
              .res-timeline-title {
                font-size: 15px;
              }
            }
            .res-timeline-body {
              font-size: 18px;
            }
            @media (max-width: 767px) {
              .res-timeline-body {
                font-size: 13px;
              }
            }
