@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  background: #222222;
}

body {
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 18px;
  line-height: 34px;
  background: #222222;
  font-weight: 300;
  opacity: 0;
  color: #222;
}

a {
  color: #ffab00;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
a:active, a:focus, a:hover {
  color: #fff;
  outline: none;
  text-decoration: none;
  border-bottom: 2px solid white;
}

figure,
p {
  margin-bottom: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 400;
  margin: 1.5em 0;
}

::-webkit-selection {
  color: #fff;
  background: #000;
}

::-moz-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

#adhaniscuber-page {
  overflow: hidden;
}
#adhaniscuber-page .about {
  height: 100px !important;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn.btn-md {
  padding: 10px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:active, .btn:focus, .btn:hover {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #ffab00;
  color: #fff;
  border: 2px solid #ffab00;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background: #ffb31a !important;
  border-color: #ffb31a !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #ffab00;
  border: 2px solid #ffab00;
}
.btn-primary.btn-outline:active, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:hover {
  background: #ffab00;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:active, .btn-success:focus, .btn-success:hover {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:active, .btn-success.btn-outline:focus, .btn-success.btn-outline:hover {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:active, .btn-info:focus, .btn-info:hover {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:active, .btn-info.btn-outline:focus, .btn-info.btn-outline:hover {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:active, .btn-warning:focus, .btn-warning:hover {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:active, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:hover {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:active, .btn-danger:focus, .btn-danger:hover {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:active, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:hover {
  background: #d9534f;
  color: #fff;
}

.btn-light {
  background: #fff;
  color: #fff;
  border: 2px solid #fff;
}
.btn-light:active, .btn-light:focus, .btn-light:hover {
  background: #fff;
  border-color: #fff;
}
.btn-light.btn-outline {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.btn-light.btn-outline:active, .btn-light.btn-outline:focus, .btn-light.btn-outline:hover {
  background: #fff;
  color: #000;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:active, .btn-outline:focus, .btn-outline:hover {
  box-shadow: none;
}

#adhaniscuber-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 99;
}
#adhaniscuber-nav ul {
  padding: 0;
  margin: 0;
}
#adhaniscuber-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#adhaniscuber-nav ul li a {
  color: rgba(255, 255, 255, 0.5);
  padding: 20px 0 5px;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: transparent 2px solid;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#adhaniscuber-nav ul li a:active, #adhaniscuber-nav ul li a:focus, #adhaniscuber-nav ul li a:hover {
  color: white;
  border-bottom: white 2px solid;
}
#adhaniscuber-nav ul li.adhaniscuber-active a {
  color: white;
  border-bottom: rgba(255, 255, 255, 0.1) 2px solid;
}

#adhaniscuber-header {
  height: 100vh;
  width: 100vw;
  position: relative;
  content: 'viewport-units-buggyfill; height:100vh; width: 100vw';
  display: table;
}
@media screen and (max-width: 768px) {
  #adhaniscuber-header {
    height: auto !important;
    padding: 3em 0;
    width: 100vw;
    content: 'viewport-units-buggyfill; width: 100vw';
  }
}
#adhaniscuber-header .adhaniscuber-text-wrap {
  height: 100vh;
  width: 100vw;
  content: 'viewport-units-buggyfill; height:100vh; width: 100vw';
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #adhaniscuber-header .adhaniscuber-text-wrap {
    height: auto !important;
    padding: 3em 0;
    height: 100vh;
    width: 100vw;
    content: 'viewport-units-buggyfill; height:100vh; width: 100vw';
  }
}
#adhaniscuber-header .adhaniscuber-intro-text {
  -webkit-transform: skewY(-7deg);
  -moz-transform: skewY(-7deg);
  -ms-transform: skewY(-7deg);
  -o-transform: skewY(-7deg);
  transform: skewY(-7deg);
  text-align: center;
}
#adhaniscuber-header h1 {
  font-size: 3.5em;
  line-height: 100px;
  letter-spacing: 15px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "Sacramento", cursive;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#adhaniscuber-header h1 span {
  font-family: "Playfair Display", Times, serif;
  font-style: italic;
  text-transform: none !important;
}
@media screen and (max-width: 1200px) {
  #adhaniscuber-header h1 {
    font-size: 2.9em;
    line-height: 80px;
    font-weight: 700;
    letter-spacing: 9px;
  }
}
@media screen and (max-width: 768px) {
  #adhaniscuber-header h1 {
    font-size: 2.2em;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: 9px;
  }
}
@media screen and (max-width: 480px) {
  #adhaniscuber-header h1 {
    font-size: 1.5em;
    line-height: 50px;
    font-weight: 400;
    letter-spacing: 2px;
  }
}
#adhaniscuber-header span {
  margin: 0;
  padding: 0;
}
#adhaniscuber-header h2 {
  font-family: "Playfair Display", Times, serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  font-style: italic;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 480px) {
  #adhaniscuber-header h2 {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
  }
}

.btn-next {
  position: absolute;
  bottom: 2em;
  left: 50%;
}
@media screen and (max-width: 480px) {
  .btn-next {
    bottom: 4px;
  }
}
.btn-next a {
  display: block;
  text-align: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-bottom: none;
}
.btn-next a span {
  display: block;
  color: rgba(255, 255, 255, 0.3);
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 300;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn-next a i {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.3);
  color: #ffab00;
}
@media screen and (max-width: 480px) {
  .btn-next a i {
    font-size: 20px;
  }
}
.btn-next a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.btn-next a:hover span {
  color: rgba(255, 255, 255, 0.7);
}
.btn-next a:hover i {
  color: #ffab00;
}

.adhaniscuber-bio-photo img {
  max-width: 100%;
  -webkit-box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.49);
  -ms-box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.49);
  -o-box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.49);
  box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.49);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}

.adhaniscuber-project {
  height: 100vh;
  width: 100vw;
  content: 'viewport-units-buggyfill; height:100vh; width:100vw';
  display: table;
  position: relative;
}
.adhaniscuber-project:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.03);
  width: 101%;
  -webkit-transform: skewY(-7deg);
  -moz-transform: skewY(-7deg);
  -ms-transform: skewY(-7deg);
  -o-transform: skewY(-7deg);
  transform: skewY(-7deg);
}
.adhaniscuber-project.no-border {
  border-bottom: none;
}
.adhaniscuber-project.no-border:before {
  display: none;
}
@media screen and (max-width: 768px) {
  .adhaniscuber-project {
    height: inherit !important;
    padding: 3em 0;
  }
}
.adhaniscuber-project .adhaniscuber-project-inner {
  display: table-cell;
  vertical-align: middle;
  height: 100vh;
  width: 100vw;
  content: 'viewport-units-buggyfill; height:100vh; width:100vw';
  position: relative;
}
@media screen and (max-width: 768px) {
  .adhaniscuber-project .adhaniscuber-project-inner {
    float: left;
    width: 100%;
    height: inherit !important;
    padding: 3em 0;
    width: 100vw;
    content: 'viewport-units-buggyfill; width:100vw';
  }
}
.adhaniscuber-project .adhaniscuber-project-inner .adhaniscuber-progress .progress-bar-description h4 {
  margin: 1.5em 0 0.5em;
}
.adhaniscuber-project .adhaniscuber-project-inner .adhaniscuber-progress .custom-progress {
  height: 14px;
  margin: 10px 50px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 7px;
  box-shadow: none;
  border: 1px solid #bbb;
}
.adhaniscuber-project .adhaniscuber-project-inner .adhaniscuber-progress .custom-progress .custom-progress-bar {
  height: 10px;
  box-shadow: none;
  margin: 1px;
  border-radius: 5px;
}
.adhaniscuber-project .adhaniscuber-project-inner .adhaniscuber-progress .custom-progress .custom-progress-color {
  background-color: #ffab00;
}
.adhaniscuber-project .adhaniscuber-imgs {
  height: calc(100% - 50%);
  position: relative;
}
@media screen and (max-width: 768px) {
  .adhaniscuber-project .adhaniscuber-imgs {
    margin-bottom: 30px;
  }
}
.adhaniscuber-project .adhaniscuber-imgs .img-holder-1,
.adhaniscuber-project .adhaniscuber-imgs .img-holder-2 {
  position: absolute;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
@media screen and (max-width: 768px) {
  .adhaniscuber-project .adhaniscuber-imgs .img-holder-1,
  .adhaniscuber-project .adhaniscuber-imgs .img-holder-2 {
    position: relative;
  }
}
.adhaniscuber-project .adhaniscuber-imgs .img-holder-1 img,
.adhaniscuber-project .adhaniscuber-imgs .img-holder-2 img {
  max-width: 250px;
  -webkit-box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.49);
  -ms-box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.49);
  -o-box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.49);
  box-shadow: 6px 24px 61px -12px rgba(0, 0, 0, 0.49);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  border: 7px solid rgba(200, 200, 200, 0.3);
}
.adhaniscuber-project .adhaniscuber-imgs .img-holder-1 {
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .adhaniscuber-project .adhaniscuber-imgs .img-holder-1 {
    right: 0;
  }
}
.adhaniscuber-project .adhaniscuber-imgs .img-holder-2 {
  bottom: -2em;
  right: 50px;
}
@media screen and (max-width: 768px) {
  .adhaniscuber-project .adhaniscuber-imgs .img-holder-2 {
    position: absolute;
  }
}
@media screen and (max-width: 480px) {
  .adhaniscuber-project .adhaniscuber-imgs .img-holder-2 {
    right: 30px;
    bottom: -1em;
  }
  .adhaniscuber-project .adhaniscuber-imgs .img-holder-2 img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    max-width: 100%;
    height: 194px;
  }
}
.adhaniscuber-project.adhaniscuber-reverse .img-holder-1 {
  left: auto;
  right: 0;
}
.adhaniscuber-project.adhaniscuber-reverse .img-holder-1 img {
  text-align: right;
}
.adhaniscuber-project.adhaniscuber-reverse .img-holder-2 {
  bottom: -2em;
  right: auto;
  left: 50px;
}
@media screen and (max-width: 768px) {
  .adhaniscuber-project.adhaniscuber-reverse .img-holder-2 {
    position: absolute;
    left: auto;
    right: 50px;
  }
}
@media screen and (max-width: 480px) {
  .adhaniscuber-project.adhaniscuber-reverse .img-holder-2 {
    right: 30px;
    bottom: -1em;
  }
  .adhaniscuber-project.adhaniscuber-reverse .img-holder-2 img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    max-width: 100%;
    height: 194px;
  }
}
.adhaniscuber-project .adhaniscuber-text {
  padding-top: 3em;
}
.adhaniscuber-project .adhaniscuber-text h2 {
  color: white;
  margin-bottom: 20px;
}
.adhaniscuber-project .adhaniscuber-text p {
  color: rgba(255, 255, 255, 0.5);
}
.adhaniscuber-project .adhaniscuber-text .profile p {
  margin-bottom: 0.1em !important;
}
.adhaniscuber-project .adhaniscuber-text .profile h4 {
  margin: 0 0 0.2em !important;
}

#adhaniscuber-main,
.adhaniscuber-section {
  padding: 7em 0;
  position: relative;
  color: rgba(255, 255, 255, 0.5);
}
#adhaniscuber-main small,
.adhaniscuber-section small {
  font-size: 13px;
}
#adhaniscuber-main .adhaniscuber-lead,
.adhaniscuber-section .adhaniscuber-lead {
  font-size: 26px;
  line-height: 38px;
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 768px) {
  #adhaniscuber-main .adhaniscuber-lead,
  .adhaniscuber-section .adhaniscuber-lead {
    font-size: 22px;
    line-height: 34px;
  }
}

#adhaniscuber-footer {
  padding: 7em 0;
  color: rgba(255, 255, 255, 0.2);
  position: relative;
}
#adhaniscuber-footer:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  width: 101%;
  -webkit-transform: skewY(-7deg);
  -moz-transform: skewY(-7deg);
  -ms-transform: skewY(-7deg);
  -o-transform: skewY(-7deg);
  transform: skewY(-7deg);
}

.adhaniscuber-project-detail {
  padding: 7em 0;
  position: relative;
  color: rgba(255, 255, 255, 0.3);
  /*Right Group*/
  /*Left Group*/
}
.adhaniscuber-project-detail h1 {
  text-align: center;
  font-size: 3.5em;
  font-family: "Playfair Display", Times, serif;
}
.adhaniscuber-project-detail:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  width: 101%;
  -webkit-transform: skewY(-7deg);
  -moz-transform: skewY(-7deg);
  -ms-transform: skewY(-7deg);
  -o-transform: skewY(-7deg);
  transform: skewY(-7deg);
}
.adhaniscuber-project-detail .latest, .adhaniscuber-project-detail .oldest {
  text-align: center !important;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  color: #333333;
}
.adhaniscuber-project-detail .latest span, .adhaniscuber-project-detail .oldest span {
  background: #F7F7F7;
  font-weight: 500;
  letter-spacing: 3px;
}
.adhaniscuber-project-detail .oldest {
  margin-top: 0px;
  margin-bottom: 40px;
}
.adhaniscuber-project-detail .oldest span {
  padding: 5px 10px 5px 10px;
  border-top: 2px solid #ffab00;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.adhaniscuber-project-detail .timeline-container {
  position: relative;
  padding-bottom: 40px;
  overflow: hidden;
}
.adhaniscuber-project-detail .timeline-container:before {
  position: absolute;
  content: "";
  top: -40px;
  left: 49.95%;
  height: 800em;
  z-index: -1;
  width: 2px;
  background: rgba(255, 255, 255, 0.5);
}
.adhaniscuber-project-detail .timeline-container .latest {
  margin-top: 0;
  margin-bottom: 40px;
}
.adhaniscuber-project-detail .timeline-container .latest span {
  padding: 5px 10px 5px 10px;
  border-bottom: 2px solid #ffab00;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.adhaniscuber-project-detail .timeline-container .group-item {
  position: relative;
  margin-bottom: 20px;
}
.adhaniscuber-project-detail .timeline-container .group-item h3.group-title {
  font-size: 20px;
  margin-bottom: 5px;
  margin: 0;
}
.adhaniscuber-project-detail .timeline-container .group-item span.group-sub-title {
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.adhaniscuber-project-detail .timeline-container .group-item p {
  padding-top: 15px;
  font-weight: 100;
  font-size: 18px;
}
.adhaniscuber-project-detail .timeline-container .group-right span.group-date {
  display: inline-block;
  padding: 8px 16px;
  float: left;
  left: 30%;
  top: 30px;
  color: rgba(255, 255, 255, 0.5);
  border-right: 2px solid #ffab00;
  position: relative;
  text-transform: uppercase;
  border-top-left-radius: 10px;
  text-transform: uppercase;
  border-bottom-left-radius: 10px;
}
.adhaniscuber-project-detail .timeline-container .group-right span.group-date-fix {
  display: inline-block;
  padding: 8px 16px;
  float: left;
  left: 33.55%;
  top: 30px;
  color: rgba(255, 255, 255, 0.5);
  border-right: 2px solid #ffab00;
  position: relative;
  text-transform: uppercase;
  border-top-left-radius: 10px;
  text-transform: uppercase;
  border-bottom-left-radius: 10px;
}
.adhaniscuber-project-detail .group-right:hover span.group-date, .adhaniscuber-project-detail .group-right:hover h3.group-title {
  color: #ffab00;
  border-color: #ffab00;
}
.adhaniscuber-project-detail .group-left:hover h3.group-title, .adhaniscuber-project-detail div.group-left:hover span.group-date {
  color: #ffab00;
  border-color: #ffab00;
}
.adhaniscuber-project-detail div.group-left:hover .group-middle, .adhaniscuber-project-detail div.group-right:hover .group-middle {
  background: #ffab00;
  border: 2px solid #FFF;
}
.adhaniscuber-project-detail .timeline-container .group-right .group-middle {
  width: 20px;
  height: 20px;
  background: #F7F7F7;
  display: block;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 38px;
  border: 2px solid #ffab00;
  border-radius: 50%;
}
.adhaniscuber-project-detail .timeline-container .group-right .group-desc {
  text-align: left;
  border-left: 2px solid #ffab00;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  float: right;
  width: 45%;
  padding: 30px 25px;
  position: relative;
  color: rgba(255, 255, 255, 0.5);
}
.adhaniscuber-project-detail .timeline-container .group-left span.group-date {
  display: inline-block;
  padding: 8px 16px;
  float: right;
  right: 30%;
  top: 30px;
  color: rgba(255, 255, 255, 0.5);
  border-left: 2px solid #ffab00;
  position: relative;
  text-transform: uppercase;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  margin-left: 40px;
}
.adhaniscuber-project-detail .timeline-container .group-left span.group-date-fixed {
  display: inline-block;
  padding: 8px 16px;
  float: right;
  right: 33.55%;
  top: 30px;
  color: rgba(255, 255, 255, 0.5);
  border-left: 2px solid #ffab00;
  position: relative;
  text-transform: uppercase;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  margin-left: 40px;
}
.adhaniscuber-project-detail .timeline-container .group-left .group-middle {
  width: 20px;
  height: 20px;
  background: #F7F7F7;
  display: block;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 38px;
  border: 2px solid #ffab00;
  border-radius: 50%;
}
.adhaniscuber-project-detail .timeline-container .group-left .group-desc {
  text-align: right;
  border-right: 2px solid #ffab00;
  float: left;
  width: 45%;
  padding: 30px 25px;
  position: relative;
  color: rgba(255, 255, 255, 0.5);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media (max-width: 767px) {
  .adhaniscuber-project-detail .timeline-container span.group-date, .adhaniscuber-project-detail .timeline-container div.group-desc {
    background: #F7F7F7;
  }
  .adhaniscuber-project-detail .timeline-container .group-item span.group-date {
    text-align: center;
    display: block;
    float: none;
    position: static;
    border-bottom: 2px solid #ffab00;
    border-right: 0px;
    border-left: 0px;
    border-radius: 0;
  }
  .adhaniscuber-project-detail .timeline-container .group-item div.group-desc {
    text-align: center;
    float: none;
    width: 100%;
    border-top: 2px solid #ffab00;
    border-right: 0px;
    border-left: 0px;
    top: 20px;
    margin-bottom: 30px;
    border-radius: 0;
  }
  .adhaniscuber-project-detail .timeline-container .group-left .group-middle, .adhaniscuber-project-detail .timeline-container .group-right .group-middle {
    display: none;
  }
}
@media (max-width: 991px) {
  .adhaniscuber-project-detail .timeline-container .group-right span.group-date {
    left: 33%;
  }
  .adhaniscuber-project-detail .timeline-container .group-left span.group-date {
    right: 31%;
  }
}

.adhaniscuber-section-heading {
  margin-top: 0;
  line-height: 38px;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.adhaniscuber-section-heading .adhaniscuber-number {
  color: rgba(255, 255, 255, 0.2);
  padding-bottom: 2px;
  margin-right: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.adhaniscuber-section-heading .adhaniscuber-number sup {
  top: -.25em;
  position: relative;
}

.adhaniscuber-testimony {
  padding: 0;
  margin: 0;
  border-left: none;
}
.adhaniscuber-testimony p {
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 20px;
  line-height: 38px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.7);
}
.adhaniscuber-testimony .adhaniscuber-quote {
  margin-bottom: 10px;
}
.adhaniscuber-testimony p cite {
  color: rgba(255, 255, 255, 0.5);
}

.adhaniscuber-social {
  padding: 0;
  margin: 0;
}
.adhaniscuber-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.adhaniscuber-social li a {
  padding: 10px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.3);
  border-bottom: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.adhaniscuber-social li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.adhaniscuber-social.adhaniscuber-stack li {
  display: block;
}
.adhaniscuber-social.adhaniscuber-stack li a {
  display: block;
  padding: 5px 10px;
  border-bottom: none;
}
.adhaniscuber-social.adhaniscuber-stack li i {
  width: 24px;
  top: 2px;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: 10px;
}

#adhaniscuber-map {
  height: 500px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  #adhaniscuber-map {
    height: 250px;
  }
}

.adhaniscuber-list-style-1 {
  padding: 0;
  margin: 0 0 1.5em;
}
.adhaniscuber-list-style-1.adhaniscuber-inline {
  float: left;
  margin-right: 3em;
}
@media screen and (max-width: 480px) {
  .adhaniscuber-list-style-1.adhaniscuber-inline {
    margin-right: 0;
    float: none;
  }
}
.adhaniscuber-list-style-1 li {
  list-style: none;
  padding-left: 2em;
  position: relative;
}
.adhaniscuber-list-style-1 li:before {
  content: "";
  left: 0;
  top: 0.75em;
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  background: #ffab00;
}

.flexslider {
  background: none;
  border: none;
}
.flexslider img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.flexslider .flex-control-paging li a {
  background: white;
  box-shadow: none !important;
}
.flexslider .flex-control-nav {
  bottom: -60px;
}

.style-toggle {
  position: absolute;
  z-index: 999;
  top: 25px;
  right: 15px;
  background: black;
  width: 40px;
  height: 20px;
  border-bottom: none !important;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.style-toggle .adhaniscuber-circle {
  height: 20px;
  width: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: white;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.49);
  -ms-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.49);
  -o-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.49);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.49);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  display: block;
}
.style-toggle.active .adhaniscuber-circle {
  height: 20px;
  width: 20px;
  position: relative;
  margin-left: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: white;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.49);
  -ms-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.49);
  -o-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.49);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.49);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  display: block;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.btn-cta {
  padding: 20px 30px !important;
  width: 200px;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .btn-cta {
    padding: 10px 30px !important;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-top-padded-lg {
  padding-top: 7em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-lg {
    padding-top: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-top-padded-md {
  padding-top: 4em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-md {
    padding-top: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.row-top-padded-sm {
  padding-top: 2em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-sm {
    padding-top: 2em;
  }
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.adhaniscuber-loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../images/hourglass.svg") center no-repeat #222222;
}

.js .animate-box {
  opacity: 0;
}

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