/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 28, 2016, 11:29:40 AM
    Author     : ShintaRE
*/
/*font-family: 'Montserrat', sans-serif;
font-family: 'Josefin Sans', sans-serif;
font-family: 'Roboto', sans-serif;*/
/*===PADDING===*/
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.bold {
  font-weight: 700;
}
.trans {
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
.mont {
  font-family: 'Montserrat', sans-serif;
}
.jos {
  font-family: 'Josefin Sans', sans-serif;
}
.rob {
  font-family: 'Roboto', sans-serif;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  line-height: 26px;
  color: #362f2d;
  font-size: 14px;
}
h2 {
  font-size: 26px;
  line-height: 30px;
}
h3 {
  font-size: 18px;
  line-height: 26px;
}
h4 {
  font-size: 16px;
  line-height: 26px;
}
h3,
h4,
h5 {
  font-family: 'Montserrat', sans-serif;
}
h1,
h2 {
  font-family: 'Josefin Sans', sans-serif;
}
h1 {
  font-size: 36px;
}
.btn {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 18px;
  padding: 7px 15px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: #ffffff;
  height: 40px;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
.btn-group {
  margin-right: 10px;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
.btn-square {
  width: 40px;
  height: 40px;
  color: #ffffff;
  margin-right: 10px;
  font-size: 16px;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
.dark {
  width: 40px;
  height: 40px;
  padding: 5px 13px;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
.btn-green {
  background-color: #71a100;
}
.btn-green:hover {
  background-color: #aad447;
  color: #ffffff;
}
.btn-green.dark {
  background-color: #658e05;
}
.btn-green.dark:hover {
  background-color: #aad447;
}
.btn-red {
  background-color: #e40046;
}
.btn-red:hover {
  background-color: #e45984;
  color: #ffffff;
}
.btn-red.dark {
  background-color: #b5043a;
}
.btn-red.dark:hover {
  background-color: #e45984;
}
.btn-yellow {
  background-color: #e1c72c;
}
.btn-yellow:hover {
  background-color: #e7d882;
  color: #ffffff;
}
.btn-yellow.dark {
  background-color: #ccaf01;
}
.btn-yellow.dark:hover {
  background-color: #e7d882;
}
.btn-blue {
  background-color: #009edc;
}
.btn-blue:hover {
  background-color: #73c0de;
  color: #ffffff;
}
.btn-blue.dark {
  background-color: #0181b3;
}
.btn-blue.dark:hover {
  background-color: #73c0de;
}
.btn-purple {
  background-color: #74246a;
}
.btn-purple:hover {
  background-color: #aa66a2;
  color: #ffffff;
}
.btn-purple.dark {
  background-color: #530f4a;
}
.btn-purple.dark:hover {
  background-color: #aa66a2;
}
.btn-white {
  background-color: #ffffff;
}
.btn-white:hover {
  background: rgba(255, 255, 255, 0.7);
}
.btn-group {
  margin-bottom: 30px;
}
.green {
  background-color: #71a100;
}
.red {
  background-color: #e40046;
}
.yellow {
  background-color: #e1c72c;
}
.purple {
  background-color: #74246a;
}
.blue {
  background-color: #009edc;
}
.white {
  background-color: #ffffff;
}
.grey {
  background-color: #f2f2f2;
}
.greendark {
  background-color: #658e05;
}
.reddark {
  background-color: #b5043a;
}
.yellowdark {
  background-color: #ccaf01;
}
.purpledark {
  background-color: #530f4a;
}
.bluedark {
  background-color: #0181b3;
}
.ft-green {
  color: #71a100;
}
.ft-red {
  color: #e40046;
}
.ft-blue {
  color: #009edc;
}
.ft-yellow {
  color: #e1c72c;
}
.ft-purple {
  color: #74246a;
}
.ft-white {
  color: #ffffff;
}
hr {
  width: 100px;
  display: block;
  height: 5px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.img-responsive {
  margin: 0 auto;
}
a.btn-toggle {
  height: 90px;
  position: absolute;
  left: 0;
  right: 0;
  top: -85px;
  border-radius: 50%;
}
a.btn-toggle:focus {
  outline: none;
}
.brand {
  margin-top: 60px;
  margin-bottom: 50px;
}
.brand .text-center img:first-child,
.brand .text-center img:nth-child(2) {
  margin-right: 30px;
}
.caret-up {
  width: 0;
  height: 0;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-bottom: 4px solid;
  display: inline-block;
  margin-left: 2px;
  vertical-align: middle;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 20px;
}
.navbar-default navbar-collapse {
  padding: 0;
}
.navbar-default .navbar-nav > .active > a {
  color: #71a100;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a.active,
.navbar-default .navbar-nav > .active > a:hover {
  color: #aad447;
  background-color: white;
}
.navbar-default .navbar-nav > .active > a.active {
  font-weight: 700;
}
.navbar-default .navbar-nav {
  color: #71a100;
  background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #362f2d;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a.active {
  color: #71a100;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
  color: #aad447;
}
.navbar-default .navbar-nav .open > a:hover {
  background-color: transparent;
  color: #71a100;
}
.navbar-default .navbar-nav > li > a {
  color: #362f2d;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #71a100;
}
#homepage {
  color: #ffffff;
}
#homepage .half {
  height: 550px ;
  width: 50%;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  /* make main axis horizontal (default value) */
  justify-content: center;
  /* center items horizontally, in this case */
  align-items: center;
}
#homepage .half.dukeh {
  background: linear-gradient(rgba(93, 86, 78, 0), rgba(93, 86, 78, 0)), url('../images/bg-globescene-xlarge.jpg') no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#homepage .half.dukeh .centering {
  background: rgba(255, 255, 255, 0.3);
}
#homepage .half.dukeh .centering p {
  width: 70%;
  display: block;
  margin-bottom: 50px;
}
#homepage .half.jassh {
  background: linear-gradient(rgba(93, 86, 78, 0), rgba(93, 86, 78, 0)), url('../images/jassbg.jpg') no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#homepage .half.jassh .centering {
  background: rgba(26, 49, 92, 0.3);
}
#homepage .half img {
  height: 70px;
}
#homepage .half .centering {
  width: 70%;
  display: block;
  margin: 0 auto;
  padding: 20px;
}
#homepage .half .centering .content {
  display: block;
}
#homepage h1 {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  width: 100%;
}
header h1 {
  display: inline;
  float: left;
}
header h3 {
  padding-top: 10px;
}
section {
  padding: 75px 0;
}
.quote {
  padding-bottom: 100px;
}
.brand .img-responsive {
  display: inline-block;
}
#ind .award {
  padding: 625px 0 0;
}
#ind .award h2 {
  margin-top: 0;
}
#ind .award h3 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
#ind .award hr {
  margin-top: 20px;
  margin-bottom: 10px;
}
#ind .award hr.grey {
  width: 100%;
  height: 0.5px;
  margin: 100px 0;
}
#ind .award img#award-img {
  /*            -webkit-transition: opacity 1s ease-in-out;
                        -moz-transition: opacity 1s ease-in-out;
                        -o-transition: opacity 1s ease-in-out;
                        transition: opacity 1s ease-in-out;*/
}
#ind .award .btn-blue {
  /*margin-top:25px;*/
}
#ind .award .box {
  display: inline-block;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  max-height: 100%;
  max-width: 100%;
}
#ind .award .box img {
  display: block;
  position: relative;
  -webkit-filter: grayscale(100%);
  /*-webkit-transition: .5s ease-in-out;*/
  -moz-filter: grayscale(100%);
  /*-moz-transition: .5s ease-in-out;*/
  -o-filter: grayscale(100%);
  /*-o-transition: .5s ease-in-out;*/
  filter: grayscale(100%);
}
#ind .award .box .box-caption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  opacity: 1;
  /*-webkit-transition: all .35s;*/
  /*-moz-transition: all .35s;*/
  /*transition: all .35s;*/
}
#ind .award .box .box-caption .box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  display: block;
  color: #fff;
}
#ind .award .box .box-caption .box-caption-content .btn-bord {
  color: #ffffff;
  display: table;
  background-color: transparent;
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  border: 3px solid #ffffff;
  pointer: cursor;
  height: auto;
  display: inline-block;
}
#ind .award .box .box-caption .box-caption-content .btn-bord:hover {
  background-color: #e1c72c;
  border: 3px solid #e1c72c;
}
#ind .award .box:hover .box-caption {
  opacity: 1;
}
#ind .award .box:hover img {
  -webkit-filter: grayscale(0%);
  /*-webkit-transition: .5s ease-in-out;*/
  -moz-filter: grayscale(0%);
  /*-moz-transition: .5s ease-in-out;*/
  -o-filter: grayscale(0%);
  /*-o-transition: .5s ease-in-out;*/
  filter: grayscale(0%);
}
#ind .sec2 {
  padding: 0 0 75px;
}
#ind .sec2 [class^="col-"],
#ind .sec2 [class*=" col-"] {
  margin-bottom: 20px;
}
#ind .sec2 i {
  display: inline-block;
  float: left;
  font-size: 48px;
  margin-top: 18px;
  color: #74246a;
}
#ind .sec2 .left {
  margin-left: 70px;
  text-align: left;
}
#ind .sec2 .vid-img {
  width: 100%;
  position: relative;
  display: block;
  min-height: 150px;
}
#ind .sec2 .vid-img img {
  position: absolute;
}
#ind .sec2 .vid-img i {
  color: #ffffff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
}
#ind .skill {
  /*        [class^="col-"], [class*=" col-"]{
                    padding-left:0;
                    padding-right:0;
                } */
  text-align: center;
  /*        > div{
                    &:first-child{
                        padding-left:15px;
                    }
                    &:last-child{
                        padding-right:15px;
                    }
                }*/
}
#ind .skill .box {
  display: inline-block;
  margin: -3px -1px;
  overflow: hidden;
  position: relative;
  max-height: 160px;
  min-height: 144px;
  min-width: 144px;
  max-width: 160px;
  width: 20%;
}
#ind .skill .box img {
  display: block;
  position: relative;
  min-height: 100%;
  max-width: none;
  width: 100%;
  /*                left:50%;
                                transform: translate(-50%);
                                -moz-transform: translate(-50%);
                                -webkit-transform: translate(-50%);
                                width:100%;*/
  margin: 0 0.5px;
  -webkit-filter: grayscale(100%);
  -webkit-transition: 0.5s ease-in-out;
  -moz-filter: grayscale(100%);
  -moz-transition: 0.5s ease-in-out;
  -o-filter: grayscale(100%);
  -o-transition: 0.5s ease-in-out;
  filter: grayscale(100%);
}
#ind .skill .box .box-caption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  opacity: 1;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
#ind .skill .box .box-caption .box-caption-content {
  position: absolute;
  top: 60%;
  width: 100%;
  text-align: center;
  transform: translateY(-40%);
  display: block;
  color: #fff;
}
#ind .skill .box .box-caption .box-caption-content .btn-bord {
  color: #ffffff;
  display: table;
  background-color: transparent;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  border: 3px solid #ffffff;
  pointer: cursor;
  height: auto;
  display: inline-block;
}
#ind .skill .box .box-caption .box-caption-content .btn-bord:hover {
  background-color: #e40046;
  border: 3px solid #e40046;
}
#ind .skill .box:hover .box-caption {
  opacity: 1;
}
#ind .skill .box:hover img {
  -webkit-filter: grayscale(0%);
  -webkit-transition: 0.5s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: 0.5s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: 0.5s ease-in-out;
  filter: grayscale(0%);
}
#ind .quote {
  background: url('../images/ind/bg_quote.jpg') no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#ind .quote .quotes i {
  display: inline-block;
  float: left;
  font-size: 48px;
  color: #009edc;
}
#ind .quote .quotes > div {
  margin-left: 100px;
  text-align: left;
}
#ind .quote .quotes > div p {
  font-size: 16px;
  font-style: italic;
}
#ind .quote .quotes > div span {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 26px;
  display: block;
  margin: 50px 0 30px;
}
#ind .quote .btn.btn-yellow {
  display: inline-color;
  height: auto;
}
.jass {
  color: white;
  text-align: center;
  background: #1a315c;
}
.jass img {
  width: 270px;
  margin-bottom: 30px;
}
.jass .btn {
  color: #1a315c !important;
  margin-top: 30px;
}
.jass.blue {
  background-color: #009edc !important;
}
.jass-section {
  background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.94) 50%, rgba(255, 255, 255, 0.03) 99%, rgba(255, 255, 255, 0.03) 100%), url('../images/jass/homebg') no-repeat;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ffffff), color-stop(50%, rgba(255, 255, 255, 0.94)), color-stop(99%, rgba(255, 255, 255, 0.03)), color-stop(100%, rgba(255, 255, 255, 0.03))), url('../images/jass/homebg') no-repeat;
  background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.94) 50%, rgba(255, 255, 255, 0.03) 99%, rgba(255, 255, 255, 0.03) 100%), url('../images/jass/homebg') no-repeat;
  background: -o-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.94) 50%, rgba(255, 255, 255, 0.03) 99%, rgba(255, 255, 255, 0.03) 100%), url('../images/jass/homebg') no-repeat;
  background: -ms-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0.94) 50%, rgba(255, 255, 255, 0.03) 99%, rgba(255, 255, 255, 0.03) 100%), url('../images/jass/homebg') no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.jass-section .jsection {
  margin-bottom: 30px;
  display: block;
  width: 100%;
}
.jass-section .jsection span {
  border: 2px solid #74246a;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  float: left;
}
.jass-section .jsection span img {
  width: 40px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.jass-section .jsection > div {
  margin-left: 80px;
}
.jass-section .jsection > div h3 {
  color: #71a100;
}
.jass-section .jsection > div a {
  color: #e40046;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
.jass-section .jsection > div a:hover {
  color: #e45984;
}
.foursection .left p {
  font-size: 18px;
}
.foursection .left img {
  width: 70%;
  text-align: center;
  display: block;
  margin: 20px auto 0;
}
.foursection .right {
  text-align: center;
}
.foursection .right .row-eq-height {
  margin-top: 100px;
}
.foursection .right .jsection {
  margin-bottom: 30px;
  display: block;
  width: 100%;
}
.foursection .right .jsection span {
  border: 2px solid #74246a;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  display: block;
  margin: 0 auto;
}
.foursection .right .jsection span img {
  width: 40px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.foursection .right .jsection > div h3 {
  color: #71a100;
}
.foursection .right .jsection > div a {
  color: #e40046;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
.foursection .right .jsection > div a:hover {
  color: #e45984;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col-eq-height {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -1px;
  position: relative;
}
.ejass a {
  color: #e40046 !important;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
.ejass a:hover {
  color: #e45984;
}
.ejass img.right {
  width: 90%;
  margin: 50px auto 30px;
  display: block;
}
.ejass span {
  display: block;
  text-align: center;
  font-size: 12px;
}
.ejass span sup {
  color: #e40046;
}
.ejass .ejassbtn {
  margin: 30px 0 10px;
  width: 100%;
  position: relative;
  color: #ffffff;
  padding: 7px 10px;
  background-color: #636363;
  display: block;
  text-align: left;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
}
.ejass .ejassbtn.adm {
  width: 120%;
}
.ejass .ejassbtn a i {
  color: #ffffff;
  width: 40px;
  height: 40px;
  padding: 8px 10px;
  font-size: 22px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #3E3E3E;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
.ejass .ejassbtn a:hover i {
  background-color: #919191;
}
.fa-ul {
  text-align: left;
}
.fa-ul > li > .fa-li {
  font-size: 3px;
  top: 10px;
  left: -20px;
}
#foursection .img-head {
  width: 100px;
  display: block;
}
#foursection h1 {
  margin-bottom: 10px;
}
#foursection .jasssection {
  padding-top: 10px;
}
#foursection .jassquote {
  color: white;
  text-align: center;
}
#foursection .jassquote p {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 24px;
  margin-bottom: 50px;
  line-height: 36px;
}
#foursection .jassquote span {
  font-family: 'Montserrat', sans-serif;
}
#foursection .jassquote a {
  color: #e1c72c;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
#foursection .jassquote a:hover {
  color: #e7d882;
}
#foursection .right img {
  width: 80%;
  margin: 30px auto;
  display: block;
}
#foursection .right img.adv {
  width: 60%;
}
#foursection .award-level {
  text-align: center;
}
#foursection .award-level img {
  margin: 0 auto 15px;
  width: 50px;
}
#foursection .award-level h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  margin: 0 0 15px;
}
#foursection .award-level span {
  display: block;
  width: 100%;
}
.about {
  padding: 25px 0 0 0;
}
.about p {
  margin-bottom: 25px;
}
.about img {
  margin-top: 100px;
}
.about2 .ab {
  float: right;
}
.about2 .about-btn {
  width: 75%;
  margin: 400px auto 20px;
  position: relative;
  color: #ffffff;
  padding: 7px 20px;
  background-color: #636363;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
}
.about2 .about-btn a i {
  color: #ffffff;
  width: 40px;
  height: 40px;
  padding: 8px 10px;
  font-size: 22px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #3E3E3E;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
.about2 .about-btn a:hover i {
  background-color: #919191;
}
.about2 ul {
  padding: 0;
  margin-bottom: 25px;
  list-style-position: outside;
}
.about2 ul li {
  text-indent: -15px;
  list-style: none;
  margin: 0 30px;
}
.about2 ul li:before {
  font-family: 'FontAwesome';
  content: '\f0c8';
  color: #009edc;
  font-size: 6px;
  margin-right: 10px;
}
.about2 .container {
  background: linear-gradient(rgba(113, 161, 0, 0), rgba(113, 161, 0, 0)), url('../images/about_07.png') no-repeat;
}
.about3 {
  color: #ffffff;
  text-align: center;
}
.about3 .btn {
  color: #74246a;
}
.about3 .btn-group {
  margin-right: 10px;
}
.about3 img {
  width: 170px;
  height: auto;
}
.about3 .img-circle {
  border: 3px solid #ffffff;
}
#phi div.title-phi {
  display: block;
  width: 100%;
}
#phi div.title-phi span {
  display: inline;
  float: left;
  padding: 17px 4px 0 0;
  text-align: right;
}
#phi div.title-phi h4 {
  padding-top: 15px;
}
#phi section.blue p {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 50px;
}
#phi section.blue span {
  font-size: 20px;
  line-height: 20px;
}
#unit .img-unit {
  margin-bottom: 50px;
}
#unit hr {
  margin-bottom: 60px;
}
#guide section ul {
  padding: 0;
  margin-bottom: 25px;
  list-style-position: outside;
}
#guide section ul li {
  text-indent: -15px;
  list-style: none;
  margin: 0 30px;
}
#guide section ul li:before {
  font-family: 'FontAwesome';
  content: '\f0c8';
  color: #74246a;
  font-size: 6px;
  margin-right: 10px;
}
#guide .levels {
  padding: 0;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 50%, #3f3e44 50%, #3f3e44 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 50%, #3f3e44 50%, #3f3e44 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #3f3e44 50%, #3f3e44 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#3f3e44', GradientType=1);
  /* IE6-9 */
}
#guide .levels .container {
  padding: 75px 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+33,3f3e44+33,3f3e44+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 25%, #3f3e44 25%, #3f3e44 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 25%, #3f3e44 25%, #3f3e44 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%, #ffffff 25%, #3f3e44 25%, #3f3e44 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#3f3e44', GradientType=1);
  /* IE6-9 */
}
#guide .levels .time .row {
  margin-left: 0;
  margin-right: 0;
}
#guide .levels .time h2 {
  margin-left: -15px;
}
#guide div.title-guide {
  display: block;
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
}
#guide div.title-guide span {
  display: inline;
  float: left;
  padding: 6px 0;
  text-align: center;
  font-size: 30px;
  font-family: 'Josefin Sans', sans-serif;
}
#guide div.title-guide h4 {
  padding-top: 4px;
}
#guide .residental {
  background: linear-gradient(rgba(113, 161, 0, 0.8), rgba(113, 161, 0, 0.8)), url('../images/guide_residental_bg.jpg') no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#guide .residental .line {
  border-left: solid #ffffff 1px;
}
#guide .residental span {
  display: block;
  margin-top: 30px;
}
#guide .time span {
  margin-top: 50px;
  font-family: 'Montserrat', sans-serif;
  display: block;
  margin-top: 30px;
}
#guide .time .level {
  background-color: #362f2d;
}
#guide #arrow {
  display: block;
  position: absolute;
  margin: 100px auto;
  z-index: 20;
}
.row-centered {
  text-align: center;
  display: table-row;
}
.col-centered {
  display: table-cell;
  float: none;
  text-align: center;
}
.download a .icon-con {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin: 0 auto 20px;
  text-align: center;
  padding: 14px;
  font-size: 40px;
  border: 5px solid #74246a;
  color: #74246a;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
.download a span {
  text-align: center;
  color: #362f2d;
  margin-bottom: 30px;
  display: block;
}
.download a:hover {
  text-decoration: none;
}
.download a:hover .icon-con {
  color: #aa66a2;
  border: 3px solid #aa66a2;
}
.download a:hover span {
  color: #aa66a2;
  text-decoration: none !important;
}
#s_cor .jos,
#s_you .jos {
  font-size: 18px;
  margin-bottom: 30px;
  margin-top: 25px;
}
#s_cor section .im,
#s_you section .im,
#s_cor section .im2,
#s_you section .im2 {
  height: 430px;
  overflow: hidden;
  display: block;
  position: relative;
  margin: 0 auto 30px;
}
#s_cor section .im img,
#s_you section .im img,
#s_cor section .im2 img,
#s_you section .im2 img {
  display: block;
  /*                height:100%;*/
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  -moz-transform: translate(-50%);
  -webkit-transform: translate(-50%);
}
#s_cor section .im2,
#s_you section .im2 {
  height: 200px !important;
  margin-bottom: 30px;
}
#s_edu .jos {
  font-size: 18px;
  margin-bottom: 30px;
  margin-top: 25px;
}
#s_edu .left {
  background: linear-gradient(rgba(113, 161, 0, 0), rgba(113, 161, 0, 0)), url('../images/sedu_02.png') no-repeat;
}
#s_edu .left ul {
  padding: 0;
  margin-bottom: 25px;
  list-style-position: outside;
  margin-left: 170px;
}
#s_edu .left ul li {
  text-indent: -15px;
  list-style: none;
  margin: 0 30px;
}
#s_edu .left ul li:before {
  font-family: 'FontAwesome';
  content: '\f0c8';
  color: #ffffff;
  font-size: 6px;
  margin-right: 10px;
}
#s_edu .right .im {
  height: 186px;
  overflow: hidden;
  display: block;
  position: relative;
  margin: 0 auto 30px;
}
#s_edu .right .im img {
  display: block;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  -moz-transform: translate(-50%);
  -webkit-transform: translate(-50%);
}
#s_sch .jos {
  font-size: 18px;
  margin-bottom: 30px;
  margin-top: 25px;
}
#s_sch .right {
  float: right;
}
#s_sch .right ul {
  padding: 0;
  margin-bottom: 25px;
  list-style-position: outside;
  margin-top: 170px;
  margin-left: 150px;
}
#s_sch .right ul li {
  text-indent: -15px;
  list-style: none;
  margin: 0 30px;
}
#s_sch .right ul li:before {
  font-family: 'FontAwesome';
  content: '\f0c8';
  color: #ffffff;
  font-size: 6px;
  margin-right: 10px;
}
#s_sch .left .im {
  height: 225px;
  overflow: hidden;
  display: block;
  position: relative;
  margin: 0 auto 30px;
}
#s_sch .left .im img {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  -moz-transform: translate(-50%);
  -webkit-transform: translate(-50%);
}
#s_uth h4 {
  font-size: 18px;
  margin-top: 25px;
}
#s_uth section .right {
  margin-top: 25px;
}
#s_uth section .im,
#s_uth section .im2 {
  height: 310px;
  overflow: hidden;
  display: block;
  position: relative;
  margin: 0 auto 30px;
}
#s_uth section .im img,
#s_uth section .im2 img {
  display: block;
  /*                height:100%;*/
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  -moz-transform: translate(-50%);
  -webkit-transform: translate(-50%);
}
#s_uth section .im2 {
  height: 140px !important;
  margin-bottom: 30px;
}
#s_uth section ul {
  padding: 0;
  margin-bottom: 25px;
  list-style-position: outside;
}
#s_uth section ul li {
  text-indent: -15px;
  list-style: none;
  margin: 0 30px;
}
#s_uth section ul li:before {
  font-family: 'FontAwesome';
  content: '\f0c8';
  color: #ffffff;
  font-size: 6px;
  margin-right: 10px;
}
#loc #arrow,
#loc #arrow2,
#loc #arrow3 {
  text-align: center;
  position: relative;
  margin: 0 auto;
  z-index: 20;
  margin-bottom: 30px;
}
#loc #arrow .prev,
#loc #arrow2 .prev,
#loc #arrow3 .prev,
#loc #arrow .next,
#loc #arrow2 .next,
#loc #arrow3 .next {
  position: relative;
  margin: 0 5px;
  display: inline-block !important;
}
#loc #arrow .next,
#loc #arrow2 .next,
#loc #arrow3 .next {
  right: 0;
}
#loc .gombak > div,
#loc .pahang > div,
#loc .jelebu > div {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
#loc .gombak > div img,
#loc .pahang > div img,
#loc .jelebu > div img {
  width: 100%;
  margin-bottom: 30px;
}
#loc .yel {
  background: linear-gradient(rgba(225, 199, 44, 0.8), rgba(225, 199, 44, 0.8)), url('../images/t_loc_1.jpg') no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#loc .bla {
  background: linear-gradient(rgba(54, 47, 45, 0.7), rgba(54, 47, 45, 0.7)), url('../images/t_loc_2.jpg') no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#loc .odec,
#loc .odec2 {
  margin-bottom: 30px;
}
#loc .odec span.circle-point,
#loc .odec2 span.circle-point {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  float: left;
}
#loc .odec p,
#loc .odec2 p {
  margin-bottom: 5px;
  margin-left: 30px;
}
#loc .odec img,
#loc .odec2 img {
  max-width: 65%;
}
#loc .odec2 img {
  max-width: 100%;
}
#loc .activ .rounded-gallery {
  display: block;
  width: 180px;
  height: 180px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  border: 3px solid #71a100;
}
#loc .activ .rounded-gallery img {
  width: auto;
  margin: auto;
  height: 180px;
  display: block;
  /*                height:100%;*/
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  -moz-transform: translate(-50%);
  -webkit-transform: translate(-50%);
}
#loc h4 {
  margin: 0;
}
#corp .box-right,
#corp .box-left {
  position: relative;
  height: 433px;
}
#corp .box-right {
  padding-left: 0 !important;
}
#corp .box-right .box-in {
  padding: 0px 10px  30px 30px;
}
#corp .box-left {
  padding-right: 0 !important;
}
#corp .box-left .box-in {
  padding: 0px 30px  30px 10px;
}
#corp .social-box {
  position: absolute;
  bottom: 20px;
}
#corp .img-responsive {
  margin: 0;
}
#corp .datin {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ebebeb+0,ebebeb+100&0.5+0,1+40,1+100 */
  background: -moz-linear-gradient(left, rgba(235, 235, 235, 0.5) 0%, #ebebeb 60%, #ebebeb 100%), url('../images/a_corp/sec_1.jpg') no-repeat;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(235, 235, 235, 0.5) 0%, #ebebeb 60%, #ebebeb 100%), url('../images/a_corp/sec_1.jpg') no-repeat;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(235, 235, 235, 0.5) 0%, #ebebeb 60%, #ebebeb 100%), urlurl('../images/a_corp/sec_1.jpg') no-repeat;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ebebeb', endColorstr='#ebebeb', GradientType=1);
  /* IE6-9 */
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#corp .shella {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e1c72c+0,e1c72c+100&1+0,1+40,0.5+100 */
  background: -moz-linear-gradient(left, #e1c72c 0%, #e1c72c 40%, rgba(225, 199, 44, 0.5) 100%), url('../images/a_corp/sec_2.jpg') no-repeat;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #e1c72c 0%, #e1c72c 40%, rgba(225, 199, 44, 0.5) 100%), url('../images/a_corp/sec_2.jpg') no-repeat;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e1c72c 0%, #e1c72c 40%, rgba(225, 199, 44, 0.5) 100%), url('../images/a_corp/sec_2.jpg') no-repeat;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1c72c', endColorstr='#80e1c72c', GradientType=1);
  /* IE6-9 */
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#a_train {
  /*    header{
     background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url('../images/prof_1.jpg') no-repeat;
    
            background-position: center;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            background-size: cover;
            -o-background-size: cover;
            position:absolute;
            height:400px;
        }*/
}
#a_train .box-right,
#a_train .box-left {
  position: relative;
  height: 450px;
}
#a_train .box-right .red,
#a_train .box-left .red,
#a_train .box-right .green,
#a_train .box-left .green {
  display: block;
  height: 100%;
}
#a_train .box-right .red h2,
#a_train .box-left .red h2,
#a_train .box-right .green h2,
#a_train .box-left .green h2,
#a_train .box-right .red span,
#a_train .box-left .red span,
#a_train .box-right .green span,
#a_train .box-left .green span {
  padding: 15px;
}
#a_train .box-right .red span,
#a_train .box-left .red span,
#a_train .box-right .green span,
#a_train .box-left .green span {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
#a_train .box-right hr,
#a_train .box-left hr {
  width: 90%;
  position: absolute;
  bottom: 60px;
}
#a_train .box-right .box-in {
  padding: 30px;
}
#a_train .box-left .box-in {
  padding: 10px;
}
#a_train .social-box {
  position: absolute;
  bottom: 30px;
}
#a_train .img-responsive {
  margin: 0;
}
#a_train .ravi .box-right {
  margin-left: -15px;
}
#a_train .madam .box-left {
  margin-right: -15px;
}
#a_over .duke .duke-overview {
  text-align: center;
}
#a_over .duke .duke-overview .box {
  margin: -3px -1px;
  display: inline-table;
  max-height: 350px;
  max-width: 200px;
  min-height: 305px;
  min-width: 170px;
  overflow: hidden;
  position: relative;
  width: 20%;
}
#a_over .duke .duke-overview .box span {
  margin-top: 30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  display: block;
  margin-top: 5px;
  padding: 0 10px;
}
#a_over .duke .duke-overview .box span.number {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 18px;
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: 0;
  right: 0;
  padding: 6px;
}
#a_over .history {
  background: -moz-linear-gradient(left, #000000 0%, #000000 40%, rgba(0, 0, 0, 0.4) 100%), url('../images/a_overview/over_1.jpg') no-repeat;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #000000 0%, #000000 40%, rgba(0, 0, 0, 0.4) 100%), url('../images/a_overview/over_1.jpg') no-repeat;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #000000 0%, #000000 40%, rgba(0, 0, 0, 0.4) 100%), url('../images/a_overview/over_1.jpg') no-repeat;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
  /* IE6-9 */
  background-position: center 40% ;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#a_over .history .timeline-centered {
  position: relative;
  margin-bottom: 30px;
}
#a_over .history .timeline-centered:before,
#a_over .history .timeline-centered:after {
  contetn: "  ";
  display: table;
}
#a_over .history .timeline-centered:after {
  clear: both;
}
#a_over .history .timeline-centered:before {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  background: #B4D666;
  left: 25%;
  top: 20px;
  bottom: 20px;
}
#a_over .history .timeline-centered .timeline-entry {
  position: relative;
  width: 75%;
  float: right;
  clear: both;
}
#a_over .history .timeline-centered .timeline-entry:before,
#a_over .history .timeline-centered .timeline-entry:after {
  content: " ";
  display: table;
}
#a_over .history .timeline-centered .timeline-entry:after {
  clear: both;
}
#a_over .history .timeline-centered .timeline-entry.begin {
  margin-bottom: 0;
}
#a_over .history .timeline-centered .timeline-entry .timeline-entry-inner {
  position: relative;
  margin-left: -22px;
}
#a_over .history .timeline-centered .timeline-entry .timeline-entry-inner:before,
#a_over .history .timeline-centered .timeline-entry .timeline-entry-inner:after {
  content: " ";
  display: table;
}
#a_over .history .timeline-centered .timeline-entry .timeline-entry-inner:after {
  clear: both;
}
#a_over .history .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
  position: absolute;
  left: -90px;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#a_over .history .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
  color: #ffffff;
  display: block;
  font-family: 'Josefin Sans', sans-serif;
}
#a_over .history .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
  font-size: 40px;
}
#a_over .history .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
  font-size: 18px;
  margin-top: 6px;
}
#a_over .history .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
  background: #000;
  color: #71a100;
  display: block;
  width: 20px;
  height: 20px;
  border: 5px solid #71a100;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  -moz-box-shadow: 0 0 0 5px #0e0e0e;
  -webkit-box-shadow: 0 0 0 5px #0e0e0e;
  box-shadow: 0 0 0 5px #0e0e0e;
  font-size: 15px;
  margin-left: 6px;
  float: left;
}
#a_over .history .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
  background-color: #303641;
  color: #fff;
}
#a_over .history .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
  background-color: #ee4749;
  color: #fff;
}
#a_over .history .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
  position: relative;
  background: #f5f5f6;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  margin: 45px 0 30px 70px;
  height: 100px;
}
#a_over .history .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #f5f5f6 transparent transparent;
  left: 0;
  top: 10px;
  margin-left: -9px;
}
#a_over .history .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  font-size: 13px;
  line-height: 24px;
  padding: 10px;
  width: 78%;
}
#a_over .history .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label img {
  width: 104px;
  float: right;
}
#a_over .history .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.cent img {
  float: left;
}
#a_over .world ul {
  padding-left: 0;
  margin-top: 100px;
}
#a_over .world ul li {
  list-style: none;
}
#a_over .world ul li > span:first-child {
  color: #e40046;
  font-weight: bold;
  font-size: 16px;
}
#a_over .world .right {
  position: relative;
  min-height: 475px;
}
#a_over .world .right img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#a_over .world .right span {
  position: absolute;
  margin: auto;
  border: 5px solid #e1c72c;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  padding: 20px 20px;
  display: block;
  text-align: center;
  line-height: 36px;
  top: 25%;
  left: 25%;
  transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -o-transform: translate(0);
}
#a_over .numb {
  background-color: #F4F4F4;
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
}
#a_over .numb h2 {
  margin-bottom: 5px;
  font-size: 40px;
  line-height: 15px;
}
#a_over .numb span {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 20px;
  font-size: 14px;
}
#a_over .objec {
  color: #ffffff;
}
#a_over .objec span {
  width: 40px;
  height: 40px;
  display: inline-block;
  float: left;
  font-size: 26px;
  font-family: 'Josefin Sans', sans-serif;
  padding: 6px 14px;
}
#a_over .objec p {
  margin-left: 70px;
  text-align: left;
}
#a_over .log {
  background-color: #f4f4f4;
}
#a_over .log .logg {
  width: 80%;
  margin: 0 auto;
}
#a_over .log .logg img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: 0.5s ease-in-out;
  -moz-filter: grayscale(100%);
  -moz-transition: 0.5s ease-in-out;
  -o-filter: grayscale(100%);
  -o-transition: 0.5s ease-in-out;
  filter: grayscale(100%);
  width: auto;
  height: 100px;
}
#a_over .log .logg img:hover {
  -webkit-filter: grayscale(0%);
  -webkit-transition: 0.5s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: 0.5s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: 0.5s ease-in-out;
  filter: grayscale(0%);
}
#a_over .log #arr {
  height: auto;
  position: relative;
  z-index: 99999;
}
#t_gal #arrow,
#t_gal #arrow2,
#t_gal #arrow3 {
  text-align: center;
  position: relative;
  margin: 0 auto;
  z-index: 20;
  margin-bottom: 30px;
}
#t_gal #arrow .prev,
#t_gal #arrow2 .prev,
#t_gal #arrow3 .prev,
#t_gal #arrow .next,
#t_gal #arrow2 .next,
#t_gal #arrow3 .next {
  position: relative;
  margin: 0 5px;
  display: inline-block !important;
}
#t_gal #arrow .next,
#t_gal #arrow2 .next,
#t_gal #arrow3 .next {
  right: 0;
}
#t_gal .alb {
  background: linear-gradient(rgba(0, 158, 221, 0.6), rgba(0, 158, 221, 0.6)), url('../images/gallery/header_bg.jpg') no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#t_gal .alb a {
  text-decoration: none;
  box-shadow: 0px 8px 5px -4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 8px 5px -4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 8px 5px -4px rgba(0, 0, 0, 0.3);
}
#t_gal .alb a:hover,
#t_gal .alb a:focus {
  box-shadow: 0 2px 10px -2px rgba(12, 166, 220, 0.9);
  -webkit-box-shadow: 0 2px 10px -2px rgba(12, 166, 220, 0.9);
  -moz-box-shadow: 0 2px 10px -2px rgba(12, 166, 220, 0.9);
}
#t_gal .alb a.box-alb {
  background-color: #f4f4f4;
  display: block;
}
#t_gal .alb a.box-alb .box-img {
  display: block;
  margin: 0;
  overflow: hidden;
  position: relative;
  min-height: 270px;
  max-height: 300px;
}
#t_gal .alb a.box-alb img {
  display: block;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -o-transform: translate(-50%);
  width: 150%;
}
#t_gal .alb a.box-alb span {
  padding: 15px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  display: block;
}
#gallery header {
  height: 450px;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/gallery/header_bg.jpg') no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#gallery .inf {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/gallery/header.jpg') no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 10% 20%;
  height: 450px;
}
#gallery section.activity [class^="col-"],
#gallery section.activity [class*=" col-"] {
  padding: 0.5px;
}
#gallery section.activity .row {
  margin: 0 !important;
}
#gallery section.tina {
  background: linear-gradient(rgba(113, 161, 0, 0.8), rgba(113, 161, 0, 0.8)), url('../images/gallery/quote_bg.jpg') no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#gallery section.tina p {
  font-size: 24px;
  font-family: 'Josefin Sans', sans-serif;
  font-style: italic;
  line-height: 26px !important;
  margin-bottom: 30px;
}
#gallery section.tina span {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
}
#gallery .box {
  padding: 0.5px;
  display: block;
  height: 270px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
#gallery .box img {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  -moz-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
#gallery .box .box-caption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  opacity: 0;
  background: rgba(0, 158, 220, 0.7);
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
#gallery .box .box-caption .box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  display: block;
  color: #fff;
}
#gallery .box .box-caption .box-caption-content i {
  color: #ffffff;
}
#gallery .box:hover .box-caption {
  opacity: 1;
}
#gallery .gall {
  padding: 0;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 50%, #3f3e44 50%, #3f3e44 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 50%, #3f3e44 50%, #3f3e44 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #3f3e44 50%, #3f3e44 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#3f3e44', GradientType=1);
  /* IE6-9 */
}
#gallery .gall .container {
  padding: 75px 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+33,3f3e44+33,3f3e44+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 31.6%, #3f3e44 31.6%, #3f3e44 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 31.6%, #3f3e44 31.6%, #3f3e44 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%, #ffffff 31.6%, #3f3e44 31.6%, #3f3e44 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#3f3e44', GradientType=1);
  /* IE6-9 */
}
#gallery .gall a {
  color: #362f2d;
}
#gallery .gall a:hover {
  text-decoration: none;
}
#gallery .gall .gal {
  margin-top: 105px;
}
#gallery .gall .gal .gal-box {
  display: block;
  min-height: 120px;
  max-height: 170px;
  margin: 0 auto 30px;
  overflow: hidden;
  position: relative;
}
#gallery .gall .gal .gal-box img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 200%;
}
#gallery .gall .gal .gal-box .gal-box-caption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  opacity: 0;
  background: rgba(0, 158, 220, 0.7);
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
#gallery .gall .gal .gal-box .gal-box-caption .gal-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  display: block;
  color: #fff;
}
#gallery .gall .gal .gal-box .gal-box-caption .gal-box-caption-content span {
  display: block;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'Montserrat', sans-serif;
  line-height: 20px;
}
#gallery .gall .gal .gal-box .gal-box-caption .gal-box-caption-content span:first-child {
  padding-top: 10px;
  margin-bottom: 5px;
}
#gallery .gall .gal .gal-box .gal-box-caption .gal-box-caption-content span.thn {
  color: #e1c72c !important;
}
#gallery .gall .gal .gal-box .gal-box-caption .gal-box-caption-content i {
  font-size: 14px;
}
#gallery .gall .gal .gal-box:hover .gal-box-caption {
  opacity: 1;
}
#contact .icon-con {
  /*        width:100px;
                height:100px;
                border-radius:50%;
                margin: 0 auto 30px;
                text-align: center;
                padding:18px;
                .fontsz(55px);
        
                &.ft-red{
                    border:3px solid @red;
                }
                &.ft-blue{
                    border:3px solid @blue;
                }
                &.ft-green{
                    border:3px solid @green;
                }*/
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color=#0d786d);
  color: #fff;
  font-size: 50px;
  margin-bottom: 10px;
  padding: 19px;
  border: 5px solid #fff;
}
#contact .icon-con.ft-red {
  background-color: #e40046;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color=@red)";
  -moz-box-shadow: 0px 0px 2px #e40046;
  -webkit-box-shadow: 0px 0px 2px #e40046;
  box-shadow: 0px 0px 2px #e40046;
}
#contact .icon-con.ft-blue {
  background-color: #009edc;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color=@red)";
  -moz-box-shadow: 0px 0px 2px #009edc;
  -webkit-box-shadow: 0px 0px 2px #009edc;
  box-shadow: 0px 0px 2px #009edc;
}
#contact .icon-con.ft-green {
  background-color: #71a100;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color=@red)";
  -moz-box-shadow: 0px 0px 2px #71a100;
  -webkit-box-shadow: 0px 0px 2px #71a100;
  box-shadow: 0px 0px 2px #71a100;
}
#contact .icon-con.ft-yellow {
  background-color: #e1c72c;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color=@yellow)";
  -moz-box-shadow: 0px 0px 2px #e1c72c;
  -webkit-box-shadow: 0px 0px 2px #e1c72c;
  box-shadow: 0px 0px 2px #e1c72c;
}
#contact .icon-con.ft-purple {
  background-color: #74246a;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color=@purple)";
  -moz-box-shadow: 0px 0px 2px #74246a;
  -webkit-box-shadow: 0px 0px 2px #74246a;
  box-shadow: 0px 0px 2px #74246a;
}
#contact p {
  margin-bottom: 30px;
}
#contact button {
  margin-top: 30px;
}
#contact #map {
  height: 435px;
  width: 100%;
}
#contact .enquiry {
  background: linear-gradient(rgba(116, 36, 106, 0.8), rgba(116, 36, 106, 0.8)), url('../images/con_1.jpg') no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#contact .enquiry input,
#contact .enquiry span,
#contact .enquiry textarea {
  border-color: transparent transparent #fff transparent;
  background-color: transparent;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0 !important;
  color: #ffffff;
  font-size: 16px;
  font-family: 'Josefin Sans', sans-serif;
}
#contact .enquiry span {
  color: rgba(255, 255, 255, 0.6);
}
#contact .enquiry .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#contact .enquiry .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#contact .enquiry .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#contact .enquiry .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#contact .enquiry .form-controltextarea {
  border-color: transparent transparent #fff transparent;
  background-color: transparent;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0 !important;
  color: #ffffff;
  font-size: 16px;
  font-family: 'Josefin Sans', sans-serif;
}
#contact .enquiry .form-group {
  margin-bottom: 25px !important;
}
#contact .enquiry .radio {
  display: inline-block;
  margin-right: 10px;
}
#contact .enquiry .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
#contact .enquiry .form-horizontal .control-label {
  text-align: left;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
}
#contact .enquiry textarea.form-control {
  height: 95px !important;
}
.reg button {
  margin-top: 0 !important;
  margin-bottom: 50px;
}
.reg .form-control {
  border-radius: 0;
  border-color: #c2c2c2;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
}
.reg .form-control:focus {
  border-color: #009edc;
}
.reg .title,
.reg p {
  padding-left: 15px;
  padding-right: 15px;
}
.reg .title {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  margin: 50px 0 30px;
}
.reg .title hr {
  height: 2px;
  margin: 5px 0;
  width: 100%;
}
.reg .input-group.date {
  width: 100%;
}
.reg .radio {
  margin-right: 20px;
}
.reg .radio input {
  margin-right: 10px;
}
.reg .control-label {
  text-align: left;
}
.reg .form-group {
  margin-bottom: 20px;
}
.reg .form-inline .form-control {
  width: 100%;
}
.reg .modal .vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
  /* This makes sure that we can still click outside of the modal to close it */
}
.reg .modal .vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}
.reg .modal .modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  pointer-events: all;
  border-radius: 0;
}
.box-input .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.box-input .inputfile + label {
  max-width: 80%;
  font-size: 1.25rem;
  /* 20px */
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  /* 10px 20px */
}
.box-input .no-js .inputfile + label {
  display: none;
}
.box-input .inputfile:focus + label,
.box-input .inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
.box-input .inputfile + label * {
  /* pointer-events: none; */
  /* in case of FastClick lib use */
}
.box-input .inputfile + label i {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  /* 4px */
  margin-right: 0.25em;
  /* 4px */
}
.box-input .inputfile-6 + label {
  color: #362f2d;
}
.box-input .inputfile-6 + label {
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  padding: 0;
}
.box-input .inputfile-6:focus + label,
.box-input .inputfile-6.has-focus + label,
.box-input .inputfile-6 + label:hover {
  border-color: #71a100;
}
.box-input .inputfile-6 + label span,
.box-input .inputfile-6 + label strong {
  padding: 0.625rem 1.25rem;
  /* 10px 20px */
}
.box-input .inputfile-6 + label span {
  width: 200px;
  min-height: 2em;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
}
.box-input .inputfile-6 + label strong {
  height: 100%;
  color: #362f2d;
  background-color: #cccccc;
  display: inline-block;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
.box-input .inputfile-6:focus + label strong,
.box-input .inputfile-6.has-focus + label strong,
.box-input .inputfile-6 + label:hover strong {
  background-color: #71a100;
  color: white;
}
@media screen and (max-width: 50em) {
  .box .inputfile-6 + label strong {
    display: block;
  }
}
#reg .topbar {
  height: 38px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #bbb;
  text-align: right;
  padding-top: 7px;
}
#reg .topbar a {
  text-decoration: none;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  color: #362f2d;
}
#reg .topbar a:hover {
  color: #73c0de;
}
#reg .reg-list {
  padding: 0 0 75px;
}
#reg .reg-list .title {
  margin-top: 50px;
  padding: 0;
  display: block;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}
#reg .reg-list .title hr {
  width: 100%;
  margin: 10px 0;
}
#reg .reg-list .table .td-left {
  width: 20%;
  background-color: #f2f2f2;
}
#reg .reg-list .table .td-head {
  background-color: #74246a;
  border-color: #74246a;
  color: white;
}
#reg .reg-list .table .td-head.jasstd {
  background-color: #71a100;
  border-color: #71a100;
}
#reg .reg-list .table th {
  background-color: #74246a;
  color: white;
  border-color: white;
}
#reg .reg-list .table th.jassth {
  background-color: #71a100;
}
#reg .reg-list .table span {
  display: Block;
  color: #bbb;
}
#reg .reg-list .table a {
  color: #009edc;
  text-decoration: none;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
#reg .reg-list .table a:hover {
  color: #e45984;
}
#login .panel {
  padding: 20p 0x;
  border-radius: 0;
}
#login .panel span.text-center {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  margin: 10px 0;
}
#login .panel input,
#login .panel span {
  border-radius: 0;
  height: 40px;
}
#login .panel .input-group {
  margin-bottom: 20px;
}
#start .get-start span {
  display: inline-block;
  float: left;
}
#start .get-start span i {
  font-size: 36px;
}
#start .get-start h3,
#start .get-start p {
  margin-left: 70px;
  text-align: left;
  margin-bottom: 30px;
}
#start .get-start p a {
  text-decoration: underline;
  color: #e40046;
}
#start .get-start p a:hover {
  color: #e45984;
}
#start .get-start h3 {
  color: #009edc;
}
#start .get-red {
  display: block;
  padding: 30px;
}
#start .get-red a {
  color: #ffffff;
  text-decoration: underline;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
#start .get-red a:hover {
  color: #e45984;
}
#start .act,
#start .acts {
  display: block;
  height: 200px;
  overflow: hidden;
  position: relative;
  margin: 0.5px;
}
#start .act img,
#start .acts img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 150%;
}
#start .acts {
  height: 400px !important;
}
#start .right {
  padding-left: 1px !important;
}
#start .right .row {
  margin: 0;
}
#start .right .row [class^="col-"],
#start .right .row [class*=" col-"] {
  padding: 0;
}
#start .big {
  padding-right: 0 !important;
}
.footer {
  background-color: #363636;
  padding: 100px 0;
  color: #807f84;
  font-size: 13px;
}
.footer h4 {
  color: #71a100;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 25px;
}
.footer ul {
  padding-left: 0;
}
.footer ul.gallery li {
  display: inline-block;
  width: 63px;
  height: 63px;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.footer ul.gallery li img {
  position: absolute;
  width: 70px;
  height: auto;
}
.footer li {
  list-style: none;
}
.footer a {
  color: #807f84;
  font-size: 13px;
}
.footer a:hover {
  color: #e1c72c;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}
.footer p > a {
  color: #71a100;
}
.footer p > a:hover {
  color: #e1c72c;
}
footer {
  background-color: #252525;
  padding: 40px 0;
  color: #acacac;
  font-size: 13px;
}
footer img.by {
  margin-top: -5px;
}
footer .social {
  padding-top: 10px;
}
a.btn-square {
  width: 40px;
  height: 40px;
  padding: 7px 12px;
  color: #ffffff;
  margin-right: 10px;
  display: inline-block;
  font-size: 19px;
}
a.btn-square.fb {
  background-color: #3b5998;
}
a.btn-square.fb:hover {
  background-color: #718bc2;
}
a.btn-square.tw {
  background-color: #59ccff;
}
a.btn-square.tw:hover {
  background-color: #a4e2fe;
}
a.btn-square.insta {
  background-color: #2e5e86;
}
a.btn-square.insta:hover {
  background-color: #638fb4;
}
a.btn-square.yutub {
  background-color: #b31217;
}
a.btn-square.yutub:hover {
  background-color: #e52d27;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  section,
  header,
  .footer,
  footer {
    padding: 50px 5%;
  }
  header h3 {
    float: left;
    margin: -10px 0;
    width: 100%;
    padding: 0;
  }
  nav {
    border-bottom: 1px solid #ddd !important;
  }
  .navbar {
    margin-bottom: 0;
  }
  .navbar-brand {
    text-align: left;
    padding: 10px;
  }
  .navbar-brand img {
    height: 28px;
    width: auto;
    display: inline-block;
  }
  #ind .award {
    padding: 1100px 5% 0;
  }
  #ind .award h2 {
    text-align: center;
    margin-top: 30px;
  }
  #ind .award .doing,
  #ind .award .delivering,
  #ind .award .supporting,
  #ind .award .new {
    margin-bottom: 20px;
  }
  #ind .award hr.grey {
    width: 100%;
    height: 0.5px;
    margin: 50px 0;
  }
  #ind .award .box {
    display: block;
    margin: 0 auto;
  }
  #ind .quote .quotes i {
    font-size: 36px;
  }
  #ind .quote .quotes > div {
    margin-left: 55px;
  }
  #ind .sec2 {
    padding: 0 5% 75px;
  }
  #homepage {
    padding-top: 30px;
  }
  #homepage .half {
    height: 550px;
    width: 100%;
  }
  #homepage .half img {
    max-width: 100%;
    height: auto;
  }
  #homepage p {
    width: 100%;
  }
  .about {
    padding: 0 5%;
  }
  .about img {
    margin-top: 20px;
  }
  .about2 .about-btn {
    margin: 30px auto 20px;
  }
  #a_over .history .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
    padding: 20px;
    height: auto;
  }
  #a_over .history .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
    padding: 0 10px;
    width: 70%;
    margin-bottom: 10px;
  }
  #a_over .history .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label img {
    width: 30%;
  }
  #a_over .history .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label img.pull-right {
    float: left !important;
  }
  #a_over .world ul {
    margin-top: 0;
    margin-bottom: 30px;
  }
  #guide .levels {
    background: transparent;
  }
  #guide .levels .container {
    background: transparent;
  }
  #guide .levels h2 {
    text-align: center;
  }
  #guide .levels #arrow {
    position: relative;
    margin: 0 auto 30px;
    text-align: center;
  }
  #guide .levels #arrow .prev,
  #guide .levels #arrow .next {
    position: relative;
    margin: 0 5px;
    display: inline-block !important;
  }
  #guide .levels #arrow .next {
    right: 0;
  }
  #guide .time h2 {
    margin-bottom: 30px;
  }
  #guide .time p {
    color: #362f2d;
    margin-bottom: 50px;
  }
  #guide .time span {
    margin-top: 0;
  }
  #guide .residental .line {
    border-left: 0;
  }
  #corp .box-left,
  #corp .box-right {
    height: auto;
  }
  #corp .social-box {
    position: static;
  }
  #a_train .box-right,
  #a_train .box-left {
    height: auto;
    padding: 0;
  }
  #a_train .box-right .red h2,
  #a_train .box-left .red h2,
  #a_train .box-right .green h2,
  #a_train .box-left .green h2 {
    padding-top: 10px;
  }
  #a_train .ravi .box-right {
    margin-left: 0;
  }
  #a_train .img-responsive {
    width: 100%;
  }
  #a_train .social-box {
    position: static;
  }
  #gallery header {
    padding: 0;
  }
  #gallery .gall {
    padding: 50px 5%;
    background: transparent;
  }
  #gallery .gall .container {
    background: transparent;
  }
  #gallery .gal {
    margin-top: 105px;
  }
  #gallery .gal .gal-box {
    display: block;
    min-height: 220px !important;
    max-height: 170px;
  }
  .col-centered {
    display: table-row-group !important;
  }
  #loc .odec img,
  #loc .odec2 img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
  section,
  header,
  .footer,
  footer {
    padding: 75px 5%;
  }
  header h3 {
    float: left;
    margin: -10px 0;
    width: 100%;
    padding: 0;
  }
  .col-centered {
    display: table-row-group !important;
  }
  nav .navbar-header {
    display: block;
    width: 100%;
    float: none;
    text-align: center;
  }
  nav a.navbar-brand {
    display: block;
    width: 100%;
    height: auto;
  }
  nav a.navbar-brand img {
    display: inline-block;
    margin: 0 10px;
  }
  #ind .award {
    padding: 75px 5%;
  }
  #ind .award h2 {
    text-align: center;
    margin-top: 30px;
  }
  #ind .award .doing,
  #ind .award .delivering,
  #ind .award .supporting,
  #ind .award .new {
    margin-bottom: 20px;
  }
  #ind .award hr.grey {
    width: 100%;
    height: 0.5px;
    margin: 50px 0;
  }
  #ind .award .box {
    display: block;
    margin: 0 auto;
  }
  #ind .quote .quotes i {
    font-size: 36px;
  }
  #ind .quote .quotes > div {
    margin-left: 55px;
  }
  #ind .sec2 {
    padding: 0 5% 75px;
  }
  .award .btn-blue {
    margin-top: 0;
  }
  .about2 .about-btn {
    margin: 30px auto 20px;
  }
  #a_over .history .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
    padding: 20px;
    height: auto;
    display: inline-block;
  }
  #a_over .history .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
    padding: 0 10px;
    width: 80%;
    margin-bottom: 0;
    margin-top: -10px;
  }
  #a_over .history .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label img {
    width: 20%;
    vertical-align: top;
  }
  .world ul {
    margin-top: 0;
    margin-bottom: 30px;
  }
  #guide .levels {
    background: transparent;
  }
  #guide .levels .container {
    background: transparent;
  }
  #guide .levels h2 {
    text-align: center;
  }
  #guide .levels #arrow {
    position: relative;
    margin: 0 auto 30px;
    text-align: center;
  }
  #guide .levels #arrow .prev,
  #guide .levels #arrow .next {
    position: relative;
    margin: 0 5px;
    display: inline-block !important;
  }
  #guide .levels #arrow .next {
    right: 0;
  }
  #guide .time h2 {
    margin-bottom: 30px;
  }
  #guide .time p {
    color: #362f2d;
    margin-bottom: 50px;
  }
  #guide .time span {
    margin-top: 0;
  }
  #guide .residental .line {
    border-left: 0;
  }
  #corp .box-left,
  #corp .box-right {
    height: auto;
  }
  #corp .social-box {
    position: static;
  }
  #a_train .box-right,
  #a_train .box-left {
    height: auto;
    padding: 0;
  }
  #a_train .box-right .red h2,
  #a_train .box-left .red h2,
  #a_train .box-right .green h2,
  #a_train .box-left .green h2 {
    padding-top: 10px;
  }
  #a_train .ravi .box-right {
    margin-left: 0;
  }
  #a_train .img-responsive {
    width: 100%;
  }
  #a_train .social-box {
    position: static;
  }
  #gallery header {
    padding: 0;
  }
  #gallery .gall {
    padding: 75px 5%;
    background: transparent;
  }
  #gallery .gall .container {
    background: transparent;
  }
  #gallery .gal {
    margin-top: 105px;
  }
  #gallery .gal .gal-box {
    display: block;
    min-height: 200px !important;
    max-height: 170px;
  }
  #loc .odec img,
  #loc .odec2 img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  #ind .brand .img-responsive {
    margin-right: 10px;
    display: inline-block;
  }
}
/*# sourceMappingURL=doe.css.map */