/*------------------------------------------------------------------
Project:  Propper HTML Template
Version:  1.0
Last change:  31.08.2016
Assigned to:  ThemeStarz

[Table of contents]

1. Header
2. Elements Styling
3. Universal classes
4. Classes
5. Forms
6. Responsive

[Color codes]

Default: #000;
Color White: #fff

[Typography]

Body copy:    'Montserrat', sans-serif; 13px;
Headers:    'Montserrat', sans-serif;

-------------------------------------------------------------------*/
/* 1. Header */
.page-headerone{
    padding: 10px 0;
    position: relative;
    top: 0;
    background: #19428a;
    z-index: 999;
    width: 100%;
}
.page-headerone .left p{
    display: inline-block;
    float: right;
    padding-top: 15px;
}
.navigation {
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: absolute;
  width: 20%;
  top: 6em;
  left: 0;
  z-index: 99;
}
.navigation.show-background {
  background-color: #00a2e7;
}
.navigation.nav-btn-only .nav-btn {
  display: block;
}
.navigation.nav-btn-only .left {
  display: block;
}
.navigation.nav-btn-only .right {
  display: block;
  position: initial;
}
.navigation.nav-btn-only .right .navigation-links {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  visibility: hidden;
  top: 100px;
  text-align: center;
  right: 0px;
  position: absolute;
  width: 100%;
}
.navigation.nav-btn-only .right .navigation-links li {
  display: block;
  font-size: 48px;
}
.navigation.nav-btn-only .right .navigation-links li a {
  padding: 25px 0px;
}
.navigation.nav-btn-only .right .navigation-links li a:after {
  display: none;
}
.navigation.nav-btn-only .right .navigation-links li a.hover-effect {
  padding: 10px 0;
}
.navigation.nav-btn-only .right .navigation-links li a.hover-effect span .hover-element {
  padding: 15px 0;
}
.navigation.nav-btn-only .wrapper {
  padding: 20px 0;
  position: relative;
}
.navigation .brand {
  z-index: 101;
  position: relative;
  display: inline-block;
}
.navigation .wrapper {
  display: table;
  width: 100%;
}
.navigation .left {
  display: table-cell;
  vertical-align: middle;
}

.navigation .right {
  text-align: right;
  vertical-align: middle;
  position: relative;
}
.navigation .right .navigation-links {
  list-style: none;
  padding-left: 0;
  font-size: 14px;
  font-weight: bold;
}
.navigation .right .navigation-links li {
  display: block;
}
.navigation .right .navigation-links li:last-child{background-color: #f96c61;}
.navigation .right .navigation-links li.active a {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.navigation .right .navigation-links li.active a:after {
  width: 100%;
}
.navigation .right .navigation-links li a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 1;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: relative;
  padding: 10px 25px;
  color: #fff;
}
.navigation .right .navigation-links li a:after {
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 0%;
  height: 2px;
  background-color: #0c9713;
}
.navigation .right .navigation-links li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.navigation .right .navigation-links li a:hover:after {
  width: 100%;
}
.navigation .nav-btn {
  display: none;
  padding: 5px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  margin: auto;
  height: 25px;
}
.navigation .nav-btn:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  -moz-transform: scale(0.2) translate3d(0, 0, 0);
  -ms-transform: scale(0.2) translate3d(0, 0, 0);
  -webkit-transform: scale(0.2) translate3d(0, 0, 0);
  transform: scale(0.2) translate3d(0, 0, 0);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  -webkit-perspective: 1000;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: default;
  background-color: #000;
  width: 200px;
  height: 200px;
  position: absolute;
  left: -87px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  z-index: -1;
}
.navigation .nav-btn:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'ElegantIcons';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  content: "\M";
  position: absolute;
  font-size: 27px;
  color: #fff;
  top: -3px;
  left: -1px;
}
.navigation .nav-btn figure {
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  width: 15px;
  height: 2px;
  margin-bottom: 3px;
  background-color: #fff;
}
@-moz-document url-prefix() {
  .navigation .nav-btn:before {
    -moz-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    right: 0;
  }
}
.navigation .nav > li > a {
  background-color: transparent;
  display: block;
}
.navigation .nav > li > a:hover, .navigation .nav > li > a:active, .navigation .nav > li > a:focus {
  background-color: transparent;
}
.navigation .nav > li:hover{background: -webkit-linear-gradient(top, #96ca59, #68b43e);}
.navigation .nav > li.active{background: -webkit-linear-gradient(top, #96ca59, #68b43e);}
.navigation .nav {
  margin: 0;
}

.page-wrapper.loading-done .hero-slide .bg-transfer {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.hero-section {
  overflow: hidden;
  position: relative;
}
/*.hero-section {
  background: url(../img/banner.png) no-repeat;
  width: 100%;
  height: 80vh;
  background-size: cover;
}*/
.hero-section h2{
  font-size: 3.87em;
  color: #00aeef;
  font-style: italic;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  text-align: left;
  font-weight: bold;
}
.hero-section h2 span{
  display: block;
  text-align: right;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .hero-section input[type="text"], .hero-section input[type="email"], .hero-section input[type="date"], .hero-section input[type="time"], .hero-section input[type="search"], .hero-section input[type="password"], .hero-section input[type="number"], .hero-section input[type="tel"], .hero-section textarea.form-control {
    padding-bottom: 9px;
  }
}
.hero-section.blog-title {
  height: 400px !important;
}
.hero-section.blog-title:after {
  background-color: rgba(0, 0, 0, 0.8);
}
.hero-section.blog-title .wrapper {
  padding-top: 20px;
}
.hero-section form.form-has-background-padding {
  padding: 0px 30px 10px 30px;
  background-color: rgb(0, 174, 239);
  width: 26%;
  position: absolute;
  top: 18.4%;
  right: 4%;
}
.hero-section form.form-has-background-padding h3{
    text-align: center;
    font-size: 18px;
    letter-spacing: 0;
  }
.hero-section form.form-has-background-padding .btn {
  width: 100%;
  margin-bottom: 20px;
}
.hero-section form.form-has-background-padding .form-group, .hero-section form.form-has-background-padding .input-group {
  margin-bottom: 15px;
  position: relative;
}
.hero-section form .btn {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 8px;
  outline: none !important;
  font-size: 20px;
  text-transform: none;
  width: 100%;
}
.hero-section form .btn i {
  font-size: 18px;
  vertical-align: middle;
}
.hero-section .wrapper {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.hero-section .wrapper .hero-title {
  display: table-cell;
  vertical-align: middle;
}
.hero-title {
  text-align: center;
  position: relative;
}
.hero-title img{width: 100%;}
.hero-section .owl-carousel, .hero-section .owl-stage-outer, .hero-section .owl-stage, .hero-section .owl-item {
  height: 100%;
}
.hero-section .owl-item, .hero-section .hero-slide {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.hero-section .hero-slide {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  /*@include transform( scale(1.2) ); @include transit;*/
}
.hero-section .hero-slide .bg-transfer {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -moz-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.hero-section p {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  padding-top: 0;
  margin-bottom: 18px;
}
.hero-section h1{
  line-height: 30px;
  font-size: 26px;
  letter-spacing: 0;
  background: url(../img/bordertext.png) no-repeat;
  background-size: contain;
  padding-top: 13px;
  margin-top: 65px;
}
.hero-section h4{
    font-size: 34px;
    text-align: center;
    margin: 0;
    font-weight: 400;
    margin-bottom: 20px;
    color: #00aeef;
}
.hero-section h4.sp{
  font-weight: normal;
  color: #fff;
  font-size: 18px;
  border: 1px solid #00aeef;
  padding: 5px 0;
}
.hero-section .association{
  padding-top: 35px;
}
.hero-section .video-tour {
  font-size: 16px;
}
.hero-section .video-tour i {
  margin-right: 15px;
}
.hero-section .space {
  height: 40px;
}

.page-wrapper:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  pointer-events: none;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 97;
}
.page-wrapper.show-navigation .nav-btn:before {
  visibility: visible;
  -moz-transform: scale(30);
  -ms-transform: scale(30);
  -webkit-transform: scale(30);
  transform: scale(30);
}
.page-wrapper.show-navigation .nav-btn:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.page-wrapper.show-navigation .nav-btn figure {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translateX(5px) scaleX(1.3);
  -ms-transform: translateX(5px) scaleX(1.3);
  -webkit-transform: translateX(5px) scaleX(1.3);
  transform: translateX(5px) scaleX(1.3);
}
.page-wrapper.show-navigation .nav-btn figure:nth-child(2) {
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.page-wrapper.show-navigation .nav-btn figure:nth-child(3) {
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
@-moz-document url-prefix() {
  .page-wrapper.show-navigation .nav-btn:before {
    -moz-transform: scale(400);
    -ms-transform: scale(400);
    -webkit-transform: scale(400);
    transform: scale(400);
  }
}
.page-wrapper.show-navigation .navigation .right .navigation-links {
  visibility: visible;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.page-wrapper.show-navigation .hero-title, .page-wrapper.show-navigation #page-content > div, .page-wrapper.show-navigation #page-footer > div {
  pointer-events: none;
}

/* 2. Elements Styling */
body {
  color: #1f1f1f;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  position: relative;
}
body.has-loading-screen .pace {
  visibility: visible;
}
body.has-loading-screen .page-wrapper {
  position: relative;
  overflow: hidden;
}
body.has-loading-screen .page-wrapper:after {
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  height: 100%;
  width: 100%;
  content: "";
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 98;
}
body.has-loading-screen .page-wrapper.hide-loading-screen:after {
  display: none;
}
body.has-loading-screen.pace-done .page-wrapper:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
body .pace {
  visibility: hidden;
}
body .page-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: -36px;
}

a {
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-decoration: none;
  color: #000;
}
a:hover, a:active, a:focus {
  outline: none !important;
  text-decoration: none;
  color: #000;
}
a.link {
  color: #000;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
a.arrow {
  display: inline-block;
  position: relative;
  margin-right: 20px;
}
a.arrow:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'ElegantIcons';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  content: "$";
  position: absolute;
  font-size: 14px;
  right: -15px;
}
a.icon i {
  margin-left: 4px;
  margin-right: 4px;
}

img {
  max-width: 100%;
}

blockquote {
  padding: 0;
  font-size: 20px;
  border-left: none;
  margin: 40px 0 10px 0;
}
blockquote p {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  line-height: 30px;
  position: relative;
}
blockquote p:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'ElegantIcons';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\{";
  font-size: 80px;
  position: absolute;
  left: -80px;
  bottom: -40px;
}
blockquote footer {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: inherit;
}
blockquote footer figure {
  font-size: 12px;
  text-transform: none;
  font-weight: normal;
  margin-left: 13px;
}

dl {
  margin-bottom: 0;
}
dl dt {
  font-weight: 700;
  float: left;
  padding: 2px 0;
}
dl dd {
  text-align: right;
  padding: 2px 0;
}

h1 {
  font-size: 40px;
  line-height: 60px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  letter-spacing: 3px
}

h2 {
  font-size: 30px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
}

h3 {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 35px;
  letter-spacing: 1px;
}

h4 {
  font-size: 20px;
  text-align: center;
  margin: 0;
  font-weight: bold;
  margin-bottom: 20px;
}

h1.framed, h2.framed, h3.framed, h4.framed, h5.framed, h6.framed, a.framed {
  display: inline-block;
}

hr {
  border-top: 1px solid #e4e4e4;
  margin-top: 25px;
  margin-bottom: 25px;
}

html, body {
  height: 100%;
}

p, address {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  line-height: 20px;
}

ul {
  padding-left: 12px;
  margin: 15px 0;
  line-height: 30px;
}
ul.check-marks {
  list-style: none;
  padding-left: 0;
  margin-left: 30px;
}
ul.check-marks li:before {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'ElegantIcons';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\e052";
  left: -15px;
  position: relative;
  margin-left: -15px;
}

/* 3. Universal classes */
.block {
  padding: 70px 0;
  overflow: hidden;
  position: relative;
}

.background-is-dark {
  color: #fff;
}
.background-is-dark a {
  color: #fff;
  font-size: 30px;
}
.background-is-dark a:hover, .background-is-dark a:active, .background-is-dark a:focus {
  color: #fff;
}
.background-is-dark a.btn-default {
  color: #000;
}
.background-is-dark hr {
  border-top-color: #fff;
}
.background-is-dark .owl-dots .owl-dot span {
  background-color: #fff;
}
.background-is-dark .panel-group {
  margin-top: 25px;
}
.background-is-dark .panel-group .panel {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.background-is-dark .panel-group .panel .panel-heading:after {
  color: #fff;
}
.background-is-dark .stage {
  position: relative;
}
.background-is-dark .stage .icon {
  background-color: #fff;
  color: #000;
}
.background-is-dark .framed {
  border-color: rgba(255, 255, 255, 0.2);
}
.background-is-dark .pricing-boxes .price-box .values figure {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.background-is-dark .pricing-boxes .price-box.framed .price-box-footer {
  background-color: rgba(255, 255, 255, 0.2);
}
.background-is-dark .pricing-boxes .price-box.promoted {
  background-color: rgba(255, 255, 255, 0.1);
}
.background-is-dark .pricing-boxes .price-box.promoted.framed {
  border: 15px solid rgba(255, 255, 255, 0.4);
}
.background-is-dark .pricing-boxes .price-box.promoted.framed .price-box-footer {
  background-color: rgba(255, 255, 255, 0.4);
}
.background-is-dark .pricing-table thead {
  border-bottom: 2px solid #fff;
}
.background-is-dark .pricing-table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.background-is-dark .input-group input[type="text"], .background-is-dark .input-group input[type="email"], .background-is-dark .input-group input[type="date"], .background-is-dark .input-group input[type="time"], .background-is-dark .input-group input[type="search"], .background-is-dark .input-group input[type="password"], .background-is-dark .input-group input[type="number"], .background-is-dark .input-group input[type="tel"], .background-is-dark .input-group textarea.form-control, .background-is-dark .form-group input[type="text"], .background-is-dark .form-group input[type="email"], .background-is-dark .form-group input[type="date"], .background-is-dark .form-group input[type="time"], .background-is-dark .form-group input[type="search"], .background-is-dark .form-group input[type="password"], .background-is-dark .form-group input[type="number"], .background-is-dark .form-group input[type="tel"], .background-is-dark .form-group textarea.form-control {
  background-color: #fff;
}
.background-is-dark .input-group .btn, .background-is-dark .form-group .btn {
  background-color: #fff;
  color: #000;
}
.background-is-dark form.inputs-underline input[type="text"], .background-is-dark form.inputs-underline input[type="email"], .background-is-dark form.inputs-underline input[type="date"], .background-is-dark form.inputs-underline input[type="time"], .background-is-dark form.inputs-underline input[type="search"], .background-is-dark form.inputs-underline input[type="password"], .background-is-dark form.inputs-underline input[type="number"], .background-is-dark form.inputs-underline input[type="tel"], .background-is-dark form.inputs-underline textarea.form-control {
  background-color: transparent;
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
}
.background-is-dark form.inputs-underline input[type="text"]:active, .background-is-dark form.inputs-underline input[type="text"]:focus, .background-is-dark form.inputs-underline input[type="email"]:active, .background-is-dark form.inputs-underline input[type="email"]:focus, .background-is-dark form.inputs-underline input[type="date"]:active, .background-is-dark form.inputs-underline input[type="date"]:focus, .background-is-dark form.inputs-underline input[type="time"]:active, .background-is-dark form.inputs-underline input[type="time"]:focus, .background-is-dark form.inputs-underline input[type="search"]:active, .background-is-dark form.inputs-underline input[type="search"]:focus, .background-is-dark form.inputs-underline input[type="password"]:active, .background-is-dark form.inputs-underline input[type="password"]:focus, .background-is-dark form.inputs-underline input[type="number"]:active, .background-is-dark form.inputs-underline input[type="number"]:focus, .background-is-dark form.inputs-underline input[type="tel"]:active, .background-is-dark form.inputs-underline input[type="tel"]:focus, .background-is-dark form.inputs-underline textarea.form-control:active, .background-is-dark form.inputs-underline textarea.form-control:focus {
  border-bottom: 2px solid white;
}
.background-is-dark form.inputs-underline input[type="text"]:hover, .background-is-dark form.inputs-underline input[type="email"]:hover, .background-is-dark form.inputs-underline input[type="date"]:hover, .background-is-dark form.inputs-underline input[type="time"]:hover, .background-is-dark form.inputs-underline input[type="search"]:hover, .background-is-dark form.inputs-underline input[type="password"]:hover, .background-is-dark form.inputs-underline input[type="number"]:hover, .background-is-dark form.inputs-underline input[type="tel"]:hover, .background-is-dark form.inputs-underline textarea.form-control:hover {
  border-bottom: 2px solid rgba(255, 255, 255, 0.9);
}
.background-is-dark form.inputs-underline .input-group .btn {
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  color: #fff;
}
.background-is-dark .time-line .time-line-item:before {
  background-color: rgba(255, 255, 255, 0.2);
}
.background-is-dark .time-line .time-line-item .date:before {
  border: 5px solid #333333;
  background-color: #000;
}
.background-is-dark .read-more {
  position: relative;
}
.background-is-dark .read-more:after {
  background: -moz-linear-gradient(top, transparent 0%, black 100%);
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000',GradientType=0 );
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.background-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.background-wrapper img {
  width: 100%;
  height: auto;
}
.background-wrapper .map {
  height: 100%;
}
.background-wrapper .background-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.background-wrapper .background-color.background-color-white {
  background-color: #fff;
}
.background-wrapper .background-color.background-color-black {
  background-color: #000;
}

.bg-transfer {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  width: 100%;
}
.bg-transfer img {
  display: none !important;
}
.bg-transfer.bg-fixed {
  background-attachment: fixed;
  background-size: 100%;
  background-position: top center;
}

.box {
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  padding: 20px;
  position: relative;
}

.center {
  text-align: center;
}

.container .block {
  padding: 40px;
}

.framed {
  border: 15px solid #d68ca5;
  padding: 25px;
}

.has-overlay {
  position: relative;
}
.has-overlay:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
}

.separator {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  background-color: black;
  display: block;
  height: 2px;
  width: 25px;
  margin: 10px 0;
}

.font-color-white {
  color: #fff;
}

.font-color-black {
  color: #000;
}

.font-color-dark {
  color: #1f1f1f;
}

.no-margin {
  margin: 0;
}

.no-bottom-margin {
  margin-bottom: 0 !important;
}

.no-top-margin {
  margin-top: 0;
}

.note {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  font-size: 12px;
  margin: 5px 0;
  color: #fff;
}

.half-bottom-margin {
  margin-bottom: 30px;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.shadow {
  -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
}

.stick-to-footer {
  margin-bottom: -60px;
}

.opacity-90 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

.opacity-80 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.opacity-70 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.opacity-60 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.opacity-50 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

.opacity-40 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.opacity-30 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

.opacity-20 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}

.opacity-19 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=19);
  opacity: 0.19;
}

.opacity-18 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=18);
  opacity: 0.18;
}

.opacity-17 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=17);
  opacity: 0.17;
}

.opacity-16 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=16);
  opacity: 0.16;
}

.opacity-15 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=15);
  opacity: 0.15;
}

.opacity-14 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=14);
  opacity: 0.14;
}

.opacity-13 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=13);
  opacity: 0.13;
}

.opacity-12 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=12);
  opacity: 0.12;
}

.opacity-11 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=11);
  opacity: 0.11;
}

.opacity-10 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
}

.opacity-9 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=9);
  opacity: 0.09;
}

.opacity-8 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=8);
  opacity: 0.08;
}

.opacity-7 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=7);
  opacity: 0.07;
}

.opacity-6 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=6);
  opacity: 0.06;
}

.opacity-5 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=5);
  opacity: 0.05;
}

.opacity-4 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=4);
  opacity: 0.04;
}

.opacity-3 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=3);
  opacity: 0.03;
}

.opacity-2 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=2);
  opacity: 0.02;
}

.opacity-1 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
  opacity: 0.01;
}

.opacity-0 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.text-color-white {
  color: #fff !important;
}
.text-color-white a {
  color: #fff;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.underline {
  text-decoration: underline;
}

.width-10 {
  width: 10%;
}

.width-20 {
  width: 20%;
}

.width-25 {
  width: 25%;
}

.width-30 {
  width: 30%;
}

.width-33 {
  width: 33%;
}

.width-40 {
  width: 40%;
}

.width-50 {
  width: 50%;
}

.width-60 {
  width: 60%;
}

.width-70 {
  width: 70%;
}

.width-80 {
  width: 80%;
}

.width-90 {
  width: 90%;
}

.height-10 {
  height: 10%;
}

.height-20 {
  height: 20%;
}

.height-30 {
  height: 30%;
}

.height-40 {
  height: 40%;
}

.height-50 {
  height: 50%;
}

.height-60 {
  height: 60%;
}

.height-70 {
  height: 70%;
}

.height-80 {
  height: 80%;
}

.height-90 {
  height: 90%;
}

.height-100 {
  height: 100%;
}

.height-200px {
  height: 200px !important;
}

.height-250px {
  height: 250px !important;
}

.height-300px {
  height: 300px !important;
}

.height-350px {
  height: 350px !important;
}

.height-400px {
  height: 400px !important;
}

.height-450px {
  height: 450px !important;
}

.height-500px {
  height: 500px !important;
}

.height-550px {
  height: 550px !important;
}

.height-600px {
  height: 600px !important;
}

.height-650px {
  height: 650px !important;
}

.height-700px {
  height: 700px !important;
}

.height-750px {
  height: 750px !important;
}

.height-800px {
  height: 800px !important;
}

.height-850px {
  height: 850px !important;
}

.height-900px {
  height: 900px !important;
}

.height-950px {
  height: 950px !important;
}

.height-1000px {
  height: 1000px !important;
}

.space {
  height: 60px;
}

.vertical-aligned-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.vertical-aligned-wrapper .vertical-aligned-element {
  display: table-cell;
}
.vertical-aligned-wrapper .vertical-aligned-element.top {
  vertical-align: top;
}
.vertical-aligned-wrapper .vertical-aligned-element.middle {
  vertical-align: middle;
}
.vertical-aligned-wrapper .vertical-aligned-element.bottom {
  vertical-align: bottom;
}

/* 4. Classes */
.animate {
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.animate.show {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.big-gallery .slide .description {
  text-align: left;
}
.big-gallery .slide .description h3 {
  margin-top: -60px;
  margin-bottom: 0px;
  padding-top: 80px;
  padding-right: 80px;
  margin-left: 20px;
}
.big-gallery .slide img {
  width: 100%;
}

.blog-post {
  border-bottom: 1px solid #f6f6f4;
  margin-bottom: 60px;
  padding-bottom: 30px;
}
.blog-post iframe {
  margin-bottom: 20px;
}
.blog-post img {
  max-width: 100%;
}
.blog-post header h2 {
  border: none;
  font-size: 36px;
  margin: 20px 0;
  padding-bottom: 0;
}
.blog-post p {
  margin-bottom: 20px;
}
.blog-post ul {
  padding-left: 25px;
}
.blog-post .meta {
  display: table;
  width: 100%;
  margin: 20px 0;
}
.blog-post .meta .link-icon:first-child .fa {
  margin-left: 0;
}
.blog-post .meta .tags {
  display: inline-block;
  float: right;
}
.blog-post .meta .tags .tag {
  margin-left: 5px;
}

#sidebar aside {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-item {
  margin-bottom: 30px;
}
.blog-item img {
  height: 100%;
}
.blog-item .image {
  position: relative;
  height: 140px;
  display: block;
  overflow: hidden;
}
.blog-item .image:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.blog-item .image h3 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  margin: 0;
  z-index: 1;
}
.blog-item .date {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  margin: 15px 0;
  font-size: 12px;
  font-weight: bold;
}
.blog-item .date i {
  margin-right: 10px;
}
.blog-item p {
  margin-bottom: 20px;
}

.comments {
  list-style: none;
  padding-left: 0;
}
.comments .comment {
  display: table;
  margin-bottom: 20px;
  padding-left: 80px;
  position: relative;
}
.comments .comment figure {
  left: 0;
  position: absolute;
  top: 0;
}
.comments .comment figure .image {
  background-color: #1f1f1f;
  height: 70px;
  position: relative;
  overflow: hidden;
  width: 60px;
}
.comments .comment figure .image:after {
  bottom: 0px;
  content: "";
  height: 0px;
  border-style: solid;
  border-width: 10px 0 0 10px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 0;
  width: 0px;
}
.comments .comment figure .image:before {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 10px;
  left: 0;
  width: calc(100% - 10px);
  position: absolute;
}
.comments .comment figure .image img {
  height: 100%;
}
.comments .comment .date {
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 5px;
}
.comments .comment .date .fa {
  color: #b8b8b8;
  font-size: 10px;
  margin-right: 10px;
}
.comments .comment .name {
  display: table;
  font-size: 18px;
  width: 100%;
}
.comments .comment .reply {
  color: #1f1f1f;
}
.comments .comment .reply .fa {
  color: #1f1f1f;
  margin-right: 10px;
}

.contact h3 {
  margin-bottom: 20px;
}
.contact .person .image {
  width: 150px;
  height: 150px;
}
.contact .social a {
  display: block;
  padding: 3px 0;
}
.contact .social a i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 10px;
}
.contact .map {
  height: 300px;
  width: 100%;
  margin-bottom: 20px;
}

.count-down {
  text-align: center;
  margin-bottom: 50px;
}
.count-down .countdown-row {
  width: 100%;
}
.count-down .countdown-row.countdown-show4 .countdown-section {
  width: 25%;
}
.count-down .countdown-row.countdown-show3 .countdown-section {
  width: 33%;
}
.count-down .countdown-row.countdown-show2 .countdown-section {
  width: 50%;
}
.count-down .countdown-row.countdown-show1 .countdown-section {
  width: 100%;
}
.count-down .countdown-row .countdown-section {
  display: inline-block;
  position: relative;
}
.count-down .countdown-row .countdown-section:first-child:after {
  display: none;
}
.count-down .countdown-row .countdown-section:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  background-color: #fff;
  height: 20px;
  width: 20px;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
}
.count-down .countdown-row .countdown-amount {
  font-size: 140px;
  font-weight: bold;
  display: block;
  margin-bottom: -30px;
  position: relative;
}
.count-down .countdown-row .countdown-period {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  font-size: 12px;
  text-transform: uppercase;
}

.detail {
  margin-bottom: 80px;
  margin-top: 30px;
}
.detail:last-child {
  margin-bottom: 30px;
  margin-top: 0;
}
.detail.left-align .gallery {
  margin-left: 70px;
}
.detail.left-align .title {
  text-align: left;
}
.detail.left-align .title .framed {
  padding-right: 100px;
}
.detail.right-align .gallery {
  margin-right: 70px;
}
.detail.right-align .title {
  text-align: right;
}
.detail.right-align .title .framed {
  padding-left: 100px;
}
.detail .description h4 {
  font-weight: 600;
}
.detail .title {
  z-index: 2;
  position: relative;
}
.detail .title h3 {
  margin-top: 0px;
  margin-bottom: -80px;
}
.detail .title .framed {
  padding-bottom: 100px;
}

.feature {
  position: relative;
  margin-bottom: 30px;
}
.feature h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.feature p {
  margin-top: 15px;
  margin-bottom: 25px;
}
.feature.has-icon i {
  position: absolute;
  top: 0;
  left: 0;
}
.feature.has-icon .description {
  padding-left: 50px;
  padding-top: 2px;
}
.feature.has-image img {
  max-width: 100%;
}

.floor-selector {
  margin-bottom: 30px;
}
.floor-selector h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.floor-selector .right {
  float: right;
}
.floor-selector .left {
  float: left;
}
.floor-selector .description {
  margin-bottom: 7px;
  display: table;
  width: 100%;
}
.floor-selector .floor {
  background-color: rgba(255, 255, 255, 0.9);
  display: table;
  width: 100%;
  padding: 5px 10px;
  color: #000;
  font-size: 10px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.floor-selector .floor:hover {
  color: #000;
  background-color: white;
}
.floor-selector .floor.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  pointer-events: none;
}
.floor-selector .floor .left {
  font-weight: bold;
}
.floor-selector .floor .right {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.floor-selector .floor.hover-effect span {
  display: block;
}
.floor-selector .floor.hover-effect span .hover-element:nth-child(2) {
  width: 100%;
}
.floor-selector .building {
  display: table-cell;
  vertical-align: bottom;
}
.floor-selector .floor-selector-wrapper {
  display: table;
  height: 100%;
  width: 100%;
}

hr {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
  border-top: 2px dotted #000;
}

.gallery .gallery-item {
  height: 220px;
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
.gallery .gallery-item:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-transform: scale(5);
  -ms-transform: scale(5);
  -webkit-transform: scale(5);
  transform: scale(5);
}
.gallery .gallery-item:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: scale(1) rotate(90deg);
  -ms-transform: scale(1) rotate(90deg);
  -webkit-transform: scale(1) rotate(90deg);
  transform: scale(1) rotate(90deg);
}
.gallery .gallery-item:before {
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'ElegantIcons';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -moz-transform: scale(1.5) rotate(0deg);
  -ms-transform: scale(1.5) rotate(0deg);
  -webkit-transform: scale(1.5) rotate(0deg);
  transform: scale(1.5) rotate(0deg);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  content: "\P";
  position: absolute;
  font-size: 48px;
  color: #fff;
  height: 50px;
  width: 50px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.gallery .gallery-item:after {
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  /*width: 100px;
  height: 100px;*/
  background-color: #000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
}
.gallery .gallery-item img {
  max-width: 100%;
}

.hover-effect:hover span .hover-element {
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.hover-effect:hover span .hover-element:nth-child(2) {
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.hover-effect span {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
}
.hover-effect span .hover-element {
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  position: relative;
  overflow: hidden;
  /*padding: 2px 0; */
}
.hover-effect span .hover-element:nth-child(2) {
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .hover-effect span {
    top: 0;
  }
}
.hover-effect.underline span .hover-element {
  text-decoration: underline;
}

.owl-dots {
  margin-top: 5px;
}
.owl-dots .owl-dot {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: inline-block;
}
.owl-dots .owl-dot.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.owl-dots .owl-dot span {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  background-color: #fff;
  width: 10px;
  height: 10px;
  margin: 15px 5px 3px 5px;
}

.owl-nav .owl-next, .owl-nav .owl-prev {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.owl-nav .owl-next:before, .owl-nav .owl-prev:before {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'ElegantIcons';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  font-size: 24px;
}
.owl-nav .owl-next:hover, .owl-nav .owl-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.owl-nav .owl-next:before {
  content: "\$";
}
.owl-nav .owl-prev:before {
  content: "\#";
}

[data-owl-dots="0"] .owl-dots {
  display: none !important;
}

[data-owl-nav="0"] .owl-nav {
  display: none !important;
}

[data-owl-dots="1"] .owl-dots {
  display: block !important;
}

[data-owl-nav="1"] .owl-nav, [data-owl-nav="1"] #big-gallery-nav {
  display: block !important;
}
[data-owl-nav="1"] .owl-nav .owl-next, [data-owl-nav="1"] .owl-nav .owl-prev, [data-owl-nav="1"] #big-gallery-nav .owl-next, [data-owl-nav="1"] #big-gallery-nav .owl-prev {
  display: inline-block !important;
}

.owl-nav-wrapper {
  position: relative;
}
.owl-nav-wrapper #big-gallery-nav {
  position: absolute;
  right: 0;
  top: -65px;
  z-index: 1;
}
.owl-nav-wrapper #big-gallery-nav .owl-next, .owl-nav-wrapper #big-gallery-nav .owl-prev {
  display: inline-block !important;
  cursor: pointer;
  padding: 3px;
  height: 30px;
  width: 30px;
}

.logos .owl-carousel .owl-item img {
  max-width: 100%;
  width: inherit;
}
.logos .logo {
  padding-left: 20px;
}
.logos .logo a {
  display: inline-block;
}
.logos .owl-controls {
  position: absolute;
  width: 100%;
  bottom: 0px;
  margin: auto;
  height: 25px;
  top: 0px;
  z-index: -1;
}
.logos .owl-prev {
  position: absolute;
  left: 0;
}
.logos .owl-next {
  position: absolute;
  right: 0;
}
.logos .owl-stage-outer {
  margin: 0 30px;
}
.logos .owl-stage {
  height: 100%;
}
.logos .owl-stage .owl-item {
  height: 100%;
  display: table;
}
.logos .owl-stage .owl-item .logo {
  display: table-cell;
  vertical-align: middle;
}

.marketing-banner h2 {
  margin: 15px 0;
}

.mfp-bg {
  z-index: 1051;
}

.mfp-wrap {
  z-index: 1052;
}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal.apartment-selector .modal-dialog {
  width: 780px;
}
.modal.apartment-selector .modal-dialog .close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}
.modal.apartment-selector .modal-content {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
}
.modal.apartment-selector .modal-content .modal-header {
  display: table;
  width: 100%;
  padding: 0;
  border: none;
}
.modal.apartment-selector .modal-content .modal-header h1 {
  font-size: 30px;
  margin: 0;
}
.modal.apartment-selector .modal-content .modal-header h2 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  font-size: 18px;
  margin: 0;
}
.modal.apartment-selector .modal-content .modal-header h3 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  font-size: 16px;
  margin: 0;
}
.modal.apartment-selector .modal-content .modal-header h4 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  font-weight: bold;
  margin: 0;
  margin-bottom: 4px;
  font-size: 10px;
  text-transform: uppercase;
}
.modal.apartment-selector .modal-content .modal-header .title {
  padding: 30px;
}
.modal.apartment-selector .modal-body {
  padding: 0;
  padding-bottom: 30px;
}
.modal.apartment-selector .modal-body h3 {
  margin-bottom: 15px;
  margin-top: 30px;
}
.modal.apartment-selector .modal-body h3:first-child {
  margin-top: 8px;
}
.modal.apartment-selector .modal-body img {
  max-width: 100%;
}
.modal.apartment-selector .modal-body .left, .modal.apartment-selector .modal-body .right {
  display: inline-block;
  height: 100%;
  width: 60%;
  vertical-align: top;
  padding: 10px 15px 0px 30px;
}
.modal.apartment-selector .modal-body .right {
  width: 38%;
}
.modal.apartment-selector .modal-body dl {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.modal.apartment-selector .modal-body dl dt {
  font-weight: normal;
}
.modal.apartment-selector .modal-body dl dd {
  font-weight: bold;
}
.modal.apartment-selector .modal-body .tab-content {
  padding-top: 20px;
}
.modal.apartment-selector .nav-tabs {
  border: none;
  margin-top: 0;
}
.modal.apartment-selector .nav-tabs li {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  margin-right: 5px;
  background-color: transparent;
}
.modal.apartment-selector .nav-tabs li.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  border-bottom: 2px solid #000;
}
.modal.apartment-selector .nav-tabs li.active a {
  color: #000;
}
.modal.apartment-selector .nav-tabs > li > a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  margin-right: 0;
  border: none;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 5px;
}
.modal.apartment-selector .nav-tabs > li > a:hover, .modal.apartment-selector .nav-tabs > li > a:focus, .modal.apartment-selector .nav-tabs > li > a:active {
  border: none;
  background-color: transparent;
}
.modal.apartment-selector .selector {
  background-color: rgba(0, 0, 0, 0.06);
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  padding: 40px 30px;
  text-align: right;
}
.modal.apartment-selector .play-icon {
  color: #000;
  font-size: 18px;
  height: 40px;
  width: 40px;
  margin-right: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.modal.apartment-selector .play-icon:before {
  border: 3px solid #000;
  padding: 8px;
}

.number {
  position: relative;
}
.number:last-child:after {
  display: none;
}
.number:after {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  width: 5px;
  height: 5px;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
}
.number figure {
  font-size: 36px;
}
.number p {
  font-size: 14px;
  margin-bottom: 0;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  width: 200px;
  overflow: hidden;
}

.pace .pace-progress {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 200px;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #fff;
}

.pace.pace-inactive {
  display: none;
}

#page-footer {
  padding: 10px 0px 20px 0;
  position: relative;
}
#page-footer.background-is-dark:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  background: -moz-linear-gradient(top, transparent 0%, black 100%);
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000',GradientType=0 );
}
#page-footer:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
  width: 100%;
  height: 150px;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  z-index: -1;
}
#page-footer h2 {
  font-size: 24px;
  margin: 20px 0;
}
#page-footer .brand {
  margin-bottom: 20px;
  display: block;
}
#page-footer .numbers {
  margin-top: 250px;
}
#page-footer .number figure {
  font-size: 30px;
}
#page-footer .to-top {
  position: relative;
  margin-top: 22px;
}
#page-footer .to-top span {
  display: none;
}
#page-footer .to-top .arrow-up {
  position: absolute;
  bottom: 30px;
  right: 0;
}
#page-footer .to-top .arrow-up i {
  font-size: 19px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  height: 25px;
  width: 24px;
}

#page-footer .framed{border-color: rgba(255, 255, 255, 0.2); padding: 15px;}

#page-footer{background-color: #454545;}

.panel-group {
  margin-bottom: 0;
}
.panel-group .panel {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.panel-group .panel .panel-heading {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  border: none;
  padding: 0;
  position: relative;
}
.panel-group .panel .panel-heading:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'ElegantIcons';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  content: "L";
  position: absolute;
  right: 0;
  font-size: 18px;
  height: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.panel-group .panel .panel-heading h4 {
  font-size: 13px;
}
.panel-group .panel .panel-heading h4 a {
  display: block;
  padding: 10px 0;
  padding-right: 20px;
}
.panel-group .panel .panel-heading h4 a:hover {
  padding-left: 5px;
}
.panel-group .panel .panel-heading h4 a.hover-effect:hover {
  padding-left: 0;
}
.panel-group.background-solid .panel {
  border-bottom: none;
  margin-bottom: 10px;
}
.panel-group.background-solid .panel:last-child {
  margin-bottom: 0;
}
.panel-group.background-solid .panel .panel-heading:after {
  right: 10px;
}
.panel-group.background-solid .panel .panel-heading h4 a {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 15px;
  padding-right: 30px;
}
.panel-group.background-solid .panel .panel-heading h4 a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  padding-left: 20px;
}
.panel-group.background-solid .panel .panel-heading h4 a.hover-effect:hover {
  padding-left: 15px;
}
.panel-group.background-solid .panel .panel-collapse {
  background-color: rgba(0, 0, 0, 0.05);
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border: none;
}

.person {
  margin-bottom: 30px;
}
.person .image-wrapper {
  text-align: center;
}
.person .image {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 170px;
  height: 170px;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.person img {
  width: 100%;
}
.person h3 {
  font-size: 18px;
  margin-bottom: 5px;
}
.person .contact-data {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  margin: 25px 0;
}
.person .social {
  margin-top: 10px;
}
.person .social a {
  display: inline-block;
  padding: 3px;
}
.person .social a i {
  font-size: 18px;
  vertical-align: middle;
}

.pagination li a {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: transparent;
  border: none;
  border-color: transparent;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
  margin-left: 5px;
  margin-right: 5px;
}
.pagination li a:hover {
  color: rgba(0, 0, 0, 0.5);
}
.pagination li.active a {
  pointer-events: none;
  background-color: #1f1f1f;
  color: #fff;
}
.pagination li.previous a, .pagination li.next a {
  -moz-border-radius-topleft: 100%;
  -webkit-border-top-left-radius: 100%;
  border-top-left-radius: 100%;
  -moz-border-radius-topright: 100%;
  -webkit-border-top-right-radius: 100%;
  border-top-right-radius: 100%;
  -moz-border-radius-bottomleft: 100%;
  -webkit-border-bottom-left-radius: 100%;
  border-bottom-left-radius: 100%;
  -moz-border-radius-bottomright: 100%;
  -webkit-border-bottom-right-radius: 100%;
  border-bottom-right-radius: 100%;
  background-color: #f6f6f4;
  color: inherit;
  padding: 7px 10px;
}

.pricing-boxes .price-box {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.pricing-boxes .price-box h3 {
  font-size: 24px;
}
.pricing-boxes .price-box .price {
  font-size: 18px;
}
.pricing-boxes .price-box .price.old {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  text-decoration: line-through;
  font-size: 12px;
}
.pricing-boxes .price-box .values {
  margin: 20px 0;
}
.pricing-boxes .price-box .values figure {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 4px 0;
}
.pricing-boxes .price-box .values figure:last-child {
  border-bottom: none;
}
.pricing-boxes .price-box .values figure i {
  font-size: 18px;
}
.pricing-boxes .price-box .values figure.not-available {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.pricing-boxes .price-box .values figure.available {
  color: #50aa8d;
}
.pricing-boxes .price-box .price-box-footer {
  padding-top: 25px;
  padding-bottom: 10px;
}
.pricing-boxes .price-box.framed .price-box-footer {
  background-color: rgba(0, 0, 0, 0.05);
  margin: 20px -25px -25px -25px;
}
.pricing-boxes .price-box.promoted {
  background-color: rgba(0, 0, 0, 0.05);
}
.pricing-boxes .price-box.promoted.framed {
  background-color: transparent;
  border: 15px solid rgba(0, 0, 0, 0.2);
}
.pricing-boxes .price-box.promoted.framed .price-box-footer {
  background-color: rgba(0, 0, 0, 0.2);
  margin: 20px -25px -25px -25px;
}
.pricing-boxes .price-box .promotion-title {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
}
.pricing-boxes .price-box .promotion-title span {
  font-size: 11px;
  color: #fff;
  background-color: #50aa8d;
  padding: 8px 10px;
}
.pricing-boxes .price-box.description {
  text-align: left;
  padding-top: 40px;
}

.pricing-table {
  width: 100%;
}
.pricing-table thead {
  border-bottom: 2px solid #000;
  font-size: 14px;
}
.pricing-table thead th {
  padding-bottom: 15px;
}
.pricing-table tbody tr {
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pricing-table tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.pricing-table tbody tr.not-available {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  pointer-events: none;
}
.pricing-table tbody tr td {
  padding: 10px 0;
}
.pricing-table tbody tr td:last-child {
  text-align: right;
}

.post-author {
  border: 2px solid rgba(0, 0, 0, 0.1);
  display: table;
  margin-bottom: 60px;
  padding: 20px;
  position: relative;
  width: 100%;
}
.post-author img {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
}
.post-author header {
  color: #1f1f1f;
  margin-bottom: 10px;
}
.post-author .wrapper {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}

.read-more {
  position: relative;
}
.read-more:after {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.read-more-btn {
  text-align: center;
}
.read-more-btn a {
  margin: 10px 0;
}

.shortcode-title {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  margin-top: 100px;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: normal;
}

.stage {
  position: relative;
  margin-bottom: 20px;
}
.stage.in-progress .icon {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.stage.not-completed .icon {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
}
.stage.not-completed .description {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.stage .icon {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 75px;
  position: absolute;
  left: 0;
  top: 0;
}
.stage .icon i {
  font-size: 28px;
}
.stage .description {
  padding-left: 70px;
}
.stage .description h3 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 12px;
  text-transform: uppercase;
}
.stage .description h2 {
  font-size: 20px;
  margin-bottom: 3px;
}
.stage .description figure {
  font-size: 14px;
}

.tag {
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 12px;
  padding: 3px 6px;
  display: inline-block;
}

.time-line .time-line-item {
  position: relative;
  padding-bottom: 10px;
}
.time-line .time-line-item:last-child:before {
  display: none;
}
.time-line .time-line-item:before {
  height: 100%;
  width: 2px;
  left: 7px;
  top: 13px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
}
.time-line .time-line-item .date {
  font-size: 14px;
  font-weight: bold;
  padding-left: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
.time-line .time-line-item .date:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  content: "";
  width: 16px;
  height: 16px;
  border: 5px solid #e5e5e5;
  left: 0px;
  top: 2px;
  position: absolute;
}
.time-line .time-line-item .description {
  margin-left: 150px;
}
.time-line .time-line-item .additional-info {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  font-size: 10px;
  margin-top: 15px;
}
.time-line .time-line-item .additional-info i {
  margin-right: 10px;
}
.time-line .time-line-item .additional-info .text-uppercase {
  font-weight: bold;
}
.time-line .time-line-item .new-window-link {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px;
}
.time-line .time-line-item .new-window-link:before {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  display: block;
  content: "\f24d";
  font-size: 12px;
}
.time-line .time-line-item .new-window-link:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.version-selector .logo {
  text-align: center;
  margin: 60px 0;
}
.version-selector h3 {
  margin-bottom: 0;
}
.version-selector h1 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  font-size: 18px;
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
}
.version-selector .description {
  margin-left: 25px;
  padding-bottom: 5px;
}
.version-selector .versions {
  padding: 40px 0;
  display: table;
}
.version-selector .version {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: inline-block;
  margin-bottom: 60px;
  padding: 15px 5px;
}
.version-selector .version:hover {
  background-color: #f0f0f0;
}
.version-selector .version[href="shortcodes.html"] .description {
  margin-left: 0;
}

.video-player {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}
.video-player:hover .has-overlay:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.video-player .has-overlay:after {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.video-player .play-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.video-background, .fluid-width-video-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video-background iframe, .fluid-width-video-wrapper iframe {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: none;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
}

.play-icon {
  color: #fff;
  font-size: 64px;
  height: 90px;
  width: 90px;
  display: inline-block;
  vertical-align: middle;
}
.play-icon:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  border: 3px solid #fff;
  padding: 10px;
}

.testimonials .owl-controls {
  text-align: center;
  margin-bottom: -10px;
}

/* 5. Forms */
button.btn.arrow:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  position: inherit;
  font-size: inherit;
  right: inherit;
  vertical-align: middle;
  margin-left: 5px;
}

input[type="text"], input[type="email"], input[type="date"], input[type="time"], input[type="search"], input[type="password"], input[type="number"], input[type="tel"], textarea.form-control {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px soil transparent;
  outline: none !important;
  padding-top: 8px;
  padding-bottom: 13px;
  width: 100%;
  height: inherit;
  font-size: 14px;
}
input[type="text"]:active, input[type="text"]:focus, input[type="email"]:active, input[type="email"]:focus, input[type="date"]:active, input[type="date"]:focus, input[type="time"]:active, input[type="time"]:focus, input[type="search"]:active, input[type="search"]:focus, input[type="password"]:active, input[type="password"]:focus, input[type="number"]:active, input[type="number"]:focus, input[type="tel"]:active, input[type="tel"]:focus, textarea.form-control:active, textarea.form-control:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
}
input[type="text"]:hover, input[type="email"]:hover, input[type="date"]:hover, input[type="time"]:hover, input[type="search"]:hover, input[type="password"]:hover, input[type="number"]:hover, input[type="tel"]:hover, textarea.form-control:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
}

textarea {
  resize: vertical;
}

.btn {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border-width: 2px;
  border-style: solid;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  padding: 10px 60px;
}
.btn:hover, .btn:active, .btn:active:hover, .btn:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-primary {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:active:hover, .btn.btn-primary:focus {
  background-color: #000;
}
.btn.btn-primary.btn-framed {
  color: #000;
}
.btn.btn-primary.btn-framed:hover, .btn.btn-primary.btn-framed:active, .btn.btn-primary.btn-framed:active:hover, .btn.btn-primary.btn-framed:focus {
  background-color: rgba(0, 0, 0, 0.05);
}
.btn.btn-primary.btn-framed.btn-light-frame {
  border-color: #b83561;
}
.btn.btn-primary.btn-framed.btn-light-frame:hover, .btn.btn-primary.btn-framed.btn-light-frame:active, .btn.btn-primary.btn-framed.btn-light-frame:active:hover, .btn.btn-primary.btn-framed.btn-light-frame:focus {
  border-color: rgba(0, 0, 0, 0.5);
  background-color: transparent;
}
.btn.btn-default {
  background-color: #fff;
  color: #000;
  border-color: #FF5722;
}
.btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:active:hover, .btn.btn-default:focus {
  background-color: #fff;
}
.btn.btn-default.btn-framed {
  color: #fff;
  transition: all .5s;
}
.btn.btn-default.btn-framed:hover, .btn.btn-default.btn-framed:active, .btn.btn-default.btn-framed:active:hover, .btn.btn-default.btn-framed:focus {
  background-color: #fff;
  color: #03A9F4; 
}
.btn.btn-default.btn-framed.btn-light-frame {
  border-color: rgba(255, 255, 255, 0.4);
}
.btn.btn-default.btn-framed.btn-light-frame:hover, .btn.btn-default.btn-framed.btn-light-frame:active, .btn.btn-default.btn-framed.btn-light-frame:active:hover, .btn.btn-default.btn-framed.btn-light-frame:focus {
  border-color: rgba(255, 255, 255, 0.6);
  background-color: transparent;
}
.btn.btn-rounded {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.btn.btn-framed {
   background-color: #FF5722;
}
.btn.arrow:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'ElegantIcons';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  content: "$";
  position: absolute;
  font-size: 14px;
  right: 10px;
}
.btn.roll-effect {
  padding-bottom: 4px;
}

.input-group .btn {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 11px 12px;
  outline: none !important;
}
.input-group i {
  font-size: 18px;
  vertical-align: middle;
}

.input-group-btn:last-child > .btn {
  margin-left: 0;
}

form label.error {
  font-size: 11px;
  position: absolute;
  right: 0px;
  top: 0px;
  background: #bd0f0f;
  color: #fff;
  padding: 3px;
}
form.inputs-underline input[type="text"], form.inputs-underline input[type="email"], form.inputs-underline input[type="date"], form.inputs-underline input[type="time"], form.inputs-underline input[type="search"], form.inputs-underline input[type="password"], form.inputs-underline input[type="number"], form.inputs-underline input[type="tel"], form.inputs-underline textarea.form-control {
  -webkit-appearance: none;
  background-color: transparent;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  padding-left: 0;
}
form.inputs-underline input[type="text"]:active, form.inputs-underline input[type="text"]:focus, form.inputs-underline input[type="email"]:active, form.inputs-underline input[type="email"]:focus, form.inputs-underline input[type="date"]:active, form.inputs-underline input[type="date"]:focus, form.inputs-underline input[type="time"]:active, form.inputs-underline input[type="time"]:focus, form.inputs-underline input[type="search"]:active, form.inputs-underline input[type="search"]:focus, form.inputs-underline input[type="password"]:active, form.inputs-underline input[type="password"]:focus, form.inputs-underline input[type="number"]:active, form.inputs-underline input[type="number"]:focus, form.inputs-underline input[type="tel"]:active, form.inputs-underline input[type="tel"]:focus, form.inputs-underline textarea.form-control:active, form.inputs-underline textarea.form-control:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 12px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
}
form.inputs-underline input[type="text"]:hover, form.inputs-underline input[type="email"]:hover, form.inputs-underline input[type="date"]:hover, form.inputs-underline input[type="time"]:hover, form.inputs-underline input[type="search"]:hover, form.inputs-underline input[type="password"]:hover, form.inputs-underline input[type="number"]:hover, form.inputs-underline input[type="tel"]:hover, form.inputs-underline textarea.form-control:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
form.inputs-underline .input-group .btn {
  background-color: transparent;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  padding: 12px 12px;
}
form.submitted .status {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
form.submitted .form-group, form.submitted .input-group {
  pointer-events: none;
}
form .status {
  -moz-transform: scale(0.1, 0.1);
  -ms-transform: scale(0.1, 0.1);
  -webkit-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  top: -20px;
  right: -20px;
  position: absolute;
}
form .status .status-icon {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -moz-box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.2);
  width: 40px;
  height: 40px;
  background-color: grey;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
form .status .status-icon.valid {
  background-color: #50aa8d;
}
form .status .status-icon.invalid {
  background-color: #e45544;
}
form .status i {
  font-size: 18px;
}

.fixed-btn{
   position: fixed;
  top: 35%;
  right: 0;
  height: 100px;
  z-index: 2;
  display: none;
}
.fixed-btn a{color: #fff;background-color: #FF5722;writing-mode: vertical-rl;text-orientation: initial;padding: 5px 4px 10px 4px;height: 125px;}
.contactBrder {border: 1px solid #5674b9;}
.contactBrder form h3{text-align: center;line-height: 35px;font-size: 24px;color: #2368ae;}
.contactBrder form{background-color: #e2e2e2;padding: 50px;margin-top: -45px;border-radius: 10px;text-align: center;}
.contactBrder .padside{padding: 25px 4% 30px 50px;}
.contactBrder .reviewvdoemss{margin-top: 25%;}
.contactBrder .padside h3{text-align: left;color: #2368ae;}
.contactBrder .padside p{margin-bottom: 10px;font-size: 14px;line-height: 30px;}
.formsec{background-color: #fff;padding-bottom: 30px;}
.certificatesec{background-color: #458dd8;}
.certificatesec h3{color: #fff;}
.certificatesec p{color: #fff;font-size: 15px;}
.certificatesec .certimg{text-align: center;}
.certificatesec .mrgin{margin-top: 5%;}
.short-desc:after {
    margin: 0 .5em;
    color: #fff;
}
.short-desc:after {
    content: ' | ';
}
.hero-section .bglayer{background-color: #000;opacity: .4;position: absolute;width: 100%;height: 100%;top: 0;}
#amenities.block{padding: 0;}
.certificatesec .tabhead{background: #225390;}
.TabContents{position: relative;}
.TabContents p{font-size: 16px;line-height: 30px}
.TabContents ul li{font-size: 16px;}
.padzero{padding-right: 0;}
#Benefits h2, #Instructors h2, #Projects h2, #Testimonials h2, #Why-avivdigital h2, #Syllabus h2, #FAQ h2{text-align: left;}
#Benefits h3{font-size: 20px;color: #5c5c5c;margin-bottom: 10px;}
#Instructors {background-color: #f7f7f7;}
#Instructors .owl-carousel{padding-top: 25px;}
.owl-carousel .owl-nav .owl-prev {
    float: left;
    height: 55px;
    width: 29px;
    /*background: url(../img/slideprev.png) no-repeat 0 0;*/
    display: inline-block;
    opacity: 0.5;
    margin: -25% 0 0 -70px;
}
.owl-carousel .owl-nav .owl-next {
    float: right;
    height: 55px;
    width: 29px;
    /*background: url(../img/slidenext.png) no-repeat 0 0;*/
    display: inline-block;
    opacity: 0.5;
    margin: -25% -70px 0 -0;
}
#Instructors .owl-carousel .owl-nav .owl-prev:hover {
    opacity: 1;
}
#Instructors .owl-carousel .owl-nav .owl-next:hover {
    opacity: 1;
}
.owl-nav .owl-next:before, .owl-nav .owl-prev:before{display: none;}
.TabContents .owl-dots{display: none !important;}
#Instructors .owl-carousel .items {
    padding: 2em 2em 0;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.12);
    margin: 0;
    min-height: 32em;
    text-align: center;
}
#Instructors .owl-carousel .items h4{
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  margin-top: 10px;
}
#Instructors .owl-carousel .items p{
  font-size: 14px;
}
#Instructors .owl-carousel .partners-logo{
    width:100%
}
#Testimonials .owl-carousel .owl-nav .owl-prev {
  margin: -20% 0 0 -70px;
}
#Testimonials .owl-carousel .owl-nav .owl-next {
  margin: -20% -70px 0 -0;
}
#Projects .singlerow{margin-bottom: 25px;}
#Projects .singlerow p{font-size: 18px;line-height: 30px;}
#Testimonials img{border-radius: 50%;overflow: hidden;}
#Testimonials {
    background: #f7f1f5;
}
.learn-by-app-wrapper {
    background: #fff;
    overflow: hidden;
    padding: 0;
    border-radius: 3px;
    min-height: 301px;
    height: 100%;
    box-shadow: 0 0 17px 0 rgba(0,0,0,.15);
    margin-bottom: 25px;
}
.learn-by-app-wrapper-heading{
    background:#3b89ea;
    padding:1em 0;
}
.learn-by-app-wrapper-heading h4{
    color:#fff;
    margin-bottom: 0;
}
.learn-by-app-wrapper-desc{
    padding:1em 1em 0 1.1428em;
    min-height:9em
}
#Syllabus {background-color: #f7f7f7;}
.accordionButton{width:100%;cursor:pointer;padding:10px 0;box-sizing:border-box;line-height:40px;position:relative;}
.accordionButton span{color:#00aeef;font-weight:600;font-size:24px;background:#fff;z-index:1;position:absolute;right:0;top:40%;}
.accordionButton a{color:#00aeef;font-weight:600;font-size:24px;z-index:2;background:#fff;padding-right:8px;position:relative;}
.accordionContent{width:100%;background:#FFFFFF;}
.on{width:100%;cursor:pointer;}
.on span{color:#00aeef;}
.plusMinus{line-height:35px;content:"+";width:40px;height:40px;color:#000 !important;display:inline-block;text-align:center;}
#FAQ h3{font-size: 18px;font-weight: normal;margin-bottom: 0;width: 86%;letter-spacing: 0;}
#FAQ p{font-size: 16px;font-weight: normal;line-height: 30px;}
.thankyouSec .thankSec{background: #00aeef;padding: 45px 0}
.thankyouSec .thankSec .thankimg {text-align: center;}
.thankyouSec .thankSec .thankimg img{border-radius: 50%;overflow: hidden;}
.thankyouSec .thanktext{padding: 30px 0;text-align: center;}
.thankyouSec .thanktext h1{text-align: center;font-size: 35px; color:#00aeef;}
.thankyouSec .thanktext .fbgrp{text-align: center;display: block;color:#00aeef;font-size: 30px;margin-bottom: 30px;text-decoration: underline;}
.thankyouSec .thanktext p{text-align: center;font-size: 20px; color:#00aeef;margin-bottom: 20px;margin-top: 15px; }
.thankyouSec .thanktext .home{text-align: center;font-size: 16px;color: #fff;background: #22af73;padding: 15px; transition: .5s all;border-radius: 10px;display: inline-block;}
.thankyouSec .thanktext .home:hover{background: #188f5d;}
.acodez{text-align: center;display: inline-block;padding-bottom: 30px;}
.acodez img{width:80%;}
.reviewvdo{font-size: 16px; color: #0089f7;}
.reviewvdo:hover{color: #0089f7;}
.verticaltabsec{background-color: #fafafa;}

/* 6. Responsive 
@media (max-width: 1800px) {
    .hero-section{height: 100vh;}
  }*/

@media (min-width: 992px) and (max-width: 1199px) {
  body {
    font-size: 12px;
  }

  h1 {
    font-size: 32px;
    line-height: 45px;
  }

  h2 {
    font-size: 26px;
    margin-bottom: 40px;
  }

  h4 {
    font-size: 20px;
  }

  p {
    line-height: 18px;
  }
  /*.hero-section form.form-has-background-padding{
    width: 100%;
  }*/
  .block {
    padding: 60px 0 60px 40px;
  }

  .feature h3 {
    font-size: 16px;
  }

  .framed {
    padding: 20px;
  }

  .stage .description h2 {
    font-size: 18px;
  }
  .stage .description h3 {
    font-size: 11px;
  }
  .stage .description figure {
    font-size: 12px;
  }

  .pricing-boxes .price-box h3 {
    font-size: 20px;
  }
  .pricing-boxes .price-box .price {
    font-size: 16px;
  }

  .pricing-boxes .price-box.framed .price-box-footer, .pricing-boxes .price-box.promoted.framed .price-box-footer {
    margin: 20px -20px -20px -20px;
  }

  .contact .person .image {
    width: 120px;
    height: 120px;
  }

  .person .image {
    width: 140px;
    height: 140px;
  }

  .person.framed {
    padding: 20px 5px;
  }

  .blog-item .image {
    height: 100px;
  }

  .count-down .countdown-row .countdown-amount {
    font-size: 100px;
    margin-bottom: -10px;
  }
  .resp-tabs-list li {font-size: 12px!important;}
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hero-section form.form-has-background-padding h3 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 5px;
  }
  .hero-section input[type="text"], .hero-section input[type="email"], .hero-section input[type="date"], .hero-section input[type="time"], .hero-section input[type="search"], .hero-section input[type="password"], .hero-section input[type="number"], .hero-section input[type="tel"], .hero-section textarea.form-control {
    padding-bottom: 10px;
  }
  input[type="text"], input[type="email"], input[type="date"], input[type="time"], input[type="search"], input[type="password"], input[type="number"], input[type="tel"], textarea.form-control{
    padding-top: 10px;
    font-size: 12px;
  }
  .hero-section form.form-has-background-padding .btn {
    margin-bottom: 12px;
  }
  .hero-section form .btn{
    padding: 5px;
    font-size: 18px;
  }
  .hero-section form.form-has-background-padding .form-group, .hero-section form.form-has-background-padding .input-group {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 11px;
  }

  blockquote {
    font-size: 18px;
  }
  blockquote p {
    line-height: 22px;
  }

  h1 {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0;
  }

  h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  h3 {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 25px;
    letter-spacing: 0;
  }

  h4 {
    font-size: 12px;
  }

  p {
    line-height: 16px;
  }
  .hero-section form.form-has-background-padding{
    /*width: 100%;*/
    padding: 0px 20px 10px 20px;
  }
  .contactBrder .padside p {
      font-size: 14px;
  }
  #Projects .singlerow p {
      font-size: 13px;
      line-height: 20px;
  }
  .TabContents ul li {
      font-size: 12px;
  }

  .block {
    padding: 40px 0;
  }

  .count-down .countdown-row .countdown-amount {
    font-size: 80px;
    margin-bottom: -10px;
  }

  .detail {
    margin-bottom: 40px;
  }
  .detail.left-align .gallery {
    padding-left: 50px;
  }
  .detail.left-align .title .framed {
    padding-right: 70px;
  }
  .detail.right-align .gallery {
    padding-right: 50px;
  }
  .detail.right-align .title .framed {
    padding-left: 70px;
  }

  .feature h3 {
    font-size: 14px;
  }

  .framed {
    padding: 20px;
  }

  .logos .logo {
    padding-left: 0px;
  }

  .stage .icon {
    width: 50px;
    height: 50px;
    line-height: 60px;
  }
  .stage .icon i {
    font-size: 20px;
  }

  .stage .description {
    padding-left: 60px;
  }
  .stage .description h2 {
    font-size: 13px;
  }
  .stage .description h3 {
    font-size: 10px;
  }
  .stage .description figure {
    font-size: 11px;
  }

  .panel-group .panel .panel-heading h4 {
    font-size: 11px;
  }

  .pricing-boxes .price-box h3 {
    font-size: 20px;
  }
  .pricing-boxes .price-box .price {
    font-size: 16px;
  }

  .pricing-boxes .price-box.framed .price-box-footer, .pricing-boxes .price-box.promoted.framed .price-box-footer {
    margin: 20px -20px -20px -20px;
  }

  .contact .person .image {
    width: 100px;
    height: 100px;
  }

  .person .image {
    width: 140px;
    height: 140px;
  }

  .person.framed {
    padding: 20px 5px;
  }

  .blog-item .image {
    height: 100px;
  }

  .marketing-banner h2 {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 12px;
  }

  blockquote {
    padding-left: 0;
  }
  blockquote p:before {
    display: none;
  }

  h1 {
    font-size: 25px;
    margin-bottom: 20px;
    text-align: center;
  }

  h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  h4 {
    font-size: 20px;
    font-weight: bold;
  }

  p {
    line-height: 18px;
  }

  ul {
    line-height: 20px;
  }
  ul li {
    margin-bottom: 10px;
  }
  .navigation {display: none;}
  .short-desc:after{margin: 0 !important;}

  .contactBrder .padside {
      padding: 0px 1% 30px 20px;
  }
  .contactBrder .padside p {
      font-size: 17px;
  }
  .contactBrder form {
    padding: 15px;
    margin-top: 0;
  }
  .contactBrder form h3 {
      line-height: 25px;
      font-size: 19px;
  }
  .certificatesec p {
    font-size: 17px;
    margin-bottom: 15px;
  }
  #Projects .singlecol{margin-bottom: 25px;}
  .contactBrder .reviewvdoemss {
      margin-top: 0%;
      margin-bottom: 15px;
  }
  .block {
    padding: 30px 0;
  }

  .big-gallery .slide {
    width: 100%;
  }
  .big-gallery .slide .container {
    padding: 0;
    margin: 0;
  }
  .big-gallery .slide .description h3 {
    margin-top: -80px;
    margin-bottom: 0px;
    padding-top: 80px;
    padding-right: 40px;
    margin-left: 10px;
  }
  .count-down .countdown-row .countdown-section:after {
    display: none;
  }
  .count-down .countdown-row .countdown-amount {
    font-size: 22px;
    margin-bottom: 0px;
  }
  .count-down .countdown-row .countdown-period {
    font-size: 9px;
  }
  .container .block {
    padding: 20px;
  }
  .owl-nav-wrapper #big-gallery-nav {
    top: -55px;
  }
  .detail {
    margin-bottom: 40px;
  }
  .detail .title {
    margin-bottom: 40px;
  }
  .detail.left-align .gallery {
    margin-bottom: 30px;
    padding-left: 0px;
  }
  .detail.left-align .title .framed {
    padding: 10px;
  }
  .detail.right-align .gallery {
    padding-right: 0px;
  }
  .detail.right-align .title {
    text-align: left;
  }
  .detail.right-align .title .framed {
    padding: 10px;
  }
  #page-footer .contact-data {
    text-align: left;
  }
  #page-footer .numbers {
    margin-top: 40px;
  }
  .feature.has-icon .description {
    padding-left: 30px;
  }
  .panel-group.background-solid .panel:last-child {
    margin-bottom: 20px;
  }
  .pricing-boxes .price-box.framed .price-box-footer, .pricing-boxes .price-box.promoted.framed .price-box-footer {
    margin: 20px -20px -20px -20px;
  }
  .framed {
    padding: 20px;
  }
  .stage {
    margin-bottom: 40px;
  }
  .stage .description h2 {
    font-size: 16px;
  }
  .stage .description h3 {
    font-size: 11px;
  }
  .stage .description figure {
    font-size: 12px;
  }
  thead th {
    padding-left: 8px;
    padding-right: 8px;
  }

  tbody tr td, .pricing-table tbody tr td {
    padding: 10px 8px;
  }

  .logos .owl-stage .owl-item .logo, .logos .owl-stage .owl-item {
    display: inline-block;
  }

  .logos .logo {
    padding-left: 0px;
  }

  .time-line .time-line-item .description {
    margin-left: 30px;
  }

  .time-line .time-line-item .date {
    position: relative;
  }

  .navigation.nav-btn-only .right .navigation-links {
    top: 50px;
    text-align: right;
  }
  .navigation.nav-btn-only .right .navigation-links li {
    display: block;
    padding: 10px 0px;
    margin-bottom: 0;
    font-size: 28px;
    padding: 0;
  }
  .navigation.nav-btn-only .right .navigation-links li a {
    padding: 5px 0px;
  }
  .navigation.nav-btn-only .right .navigation-links li a.hover-effect {
    padding: 0;
  }
  .navigation .nav-btn {
    display: block;
  }
  .navigation .right .navigation-links {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    visibility: hidden;
  }
  .navigation .right .navigation-links li {
    display: block;
    padding: 10px 0px;
    margin-bottom: 0;
    font-size: 28px;
  }
  .navigation .right .navigation-links li a {
    padding: 5px 0px;
  }
  .navigation .wrapper {
    padding: 20px 0;
    position: relative;
  }
  .navigation .left {
    display: block;
  }
  .navigation .right {
    display: block;
    position: initial;
  }

  .navigation-links {
    position: absolute;
    right: 5px;
    width: 100%;
    margin-top: 10px !important;
  }

  .floor-selector h2 {
    font-size: 14px;
  }

  .floor-selector .description {
    font-size: 9px;
  }

  .floor-selector .floor {
    padding: 3px 5px;
    font-size: 9px;
  }

  .hero-section .video-player, .hero-section .gallery {
    margin-top: 20px;
  }
  .hero-section p {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }
  .hero-section h1 {
      padding-top: 0;
      line-height: 30px;
  }
  .hero-section form.form-has-background-padding h3{
    font-size: 20px;
    margin-top: 0;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .hero-section form.form-has-background-padding {
    background-color: rgb(0, 174, 239);
    padding: 10px 10px 10px 10px;
    width: 100%;
    position: initial;
    top: 0;
    right: 0;
  }
  .hero-section .btn.btn-framed {
      background-color: #FF5722;
  }
  .hero-section{height: auto;}
  .number {
    text-align: center;
    margin-bottom: 20px;
  }
  .owl-nav-wrapper {
    position: absolute;
    width: 100%;
    right: 5px;
  }
  .navigation .right .navigation-links li a.roll-effect {
    padding: 0;
  }
  .roll-effect span figure {
    padding: 5px 0;
  }
  .navigation.nav-btn-only .right .navigation-links li a.roll-effect {
    padding: 0;
  }
  .navigation.nav-btn-only .right .navigation-links li a.roll-effect span figure {
    padding: 5px 0;
  }
  .width-10 {
    width: 100%;
  }
  .width-20 {
    width: 100%;
  }
  .width-25 {
    width: 100%;
  }
  .width-30 {
    width: 100%;
  }
  .width-33 {
    width: 100%;
  }
  .width-40 {
    width: 100%;
  }
  .width-50 {
    width: 100%;
  }
  .width-60 {
    width: 100%;
  }
  .width-70 {
    width: 100%;
  }
  .width-80 {
    width: 100%;
  }
  .width-90 {
    width: 100%;
  }
  .version-selector .version {
    text-align: center;
    display: block;
  }
  .version-selector .version .description {
    margin-left: 0;
  }
  .resp-tab-content{padding: 0 0 40px 0 !important;}

}
@media (max-width: 470px) {
  h1{margin-bottom: 5px;}
}
@media (max-width: 400px) {
  .page-headerone{text-align: center;}
  .page-headerone .left p{float: none;text-align: center;display: block;}
}
@media (max-width: 380px) {
  .hero-section h1 {
    padding-top: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
  }
  h4 {
    font-size: 14px;
  }
  .hero-section p {
    font-size: 11px;
    padding-top: 0 !important;
  }
  .acodez {
      padding-bottom: 10px;
  }
  #Projects .singlerow p {
    font-size: 14px;
    line-height: 23px;
  }
}
#project h2{text-align: center;}
#project h2 span{color: #b7205d;}
.gallery{background: transparent;}
.button, .buttonone {margin: 15px 0;}
.thankyou {padding: 30px;text-align: center;margin-top: 120px; }
.thankyou p {color: #696868;font-size: 20px;padding-top: 50px;line-height: 30px; }
.thankyou a {padding: 15px 50px;margin-top: 50px; }
.border-top {height: 2px;width: 100%;background: #b83561; }
/*pop up style start*/
.popup-quickenquiry ::-webkit-input-placeholder {
color:#707070
}

.popup-quickenquiry :-moz-placeholder {
color:#707070
}

.popup-quickenquiry ::-moz-placeholder {
color:#707070
}

.popup-quickenquiry :-ms-input-placeholder {
color:#707070
}

.popup-quickenquiry {
  width: 100%;
  padding-top: 15px;
  margin: 0px auto; }
  .popup-quickenquiry ::-webkit-input-placeholder {
    color: #707070; }
  .popup-quickenquiry :-moz-placeholder {
    /* Firefox 18- */
    color: #707070; }
  .popup-quickenquiry ::-moz-placeholder {
    /* Firefox 19+ */
    color: #707070; }
  .popup-quickenquiry ::-ms-input-placeholder {
    color: #707070; }
  .popup-quickenquiry .forminput-outer {
    position: relative;
    width: 100%;
    height: auto; 
  }
  .popup-quickenquiry .input-field {
    color: #707070;
    background: none;
    outline: none;
    font-size: 14px;
    width: 100%;
    height: 43px;
    margin-bottom: 8px;
    text-indent: 20px;
    border: solid 1px #bfbfbf;
    -webkit-appearance: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    font-family: 'Roboto', sans-serif; }
  .popup-quickenquiry textarea {
    color: #707070;
    background: none;
    outline: none;
    font-size: 14px;
    width: 100%;
    height: 84px;
    margin-bottom: 8px;
    border: solid 1px #bfbfbf;
    padding: 17px 0px;
    -webkit-appearance: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    text-indent: 20px;
    resize: none;
    font-family: 'Roboto', sans-serif; }
  .popup-quickenquiry input#submit_button {
    color: #fff;
    background: #b83561;
    border: 1px solid #b83561;
    outline: none;
    font-size: 16px;
    width: 100%;
    height: 42px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    font-weight: 700;
    float: right;
    margin-bottom: 8px;
    border-radius: 5px;
  }
  .popup-quickenquiry input#submit_button:hover {
    background: transparent;
    border: solid 2px #b83561;
    color: #b83561;
  }
.popme {
    width: 100%;
    max-width: 600px;
    text-align: center;
    position: relative;
    z-index: 9999 !important;
}
.popme img {
    max-width: 100%;
}
.pop-cls {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #d87831;
    padding: 10px 15px;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
}
 .ld-popup {
    display: none;
    background: #fff;
    padding: 10px;
    max-width: 500px;
    box-sizing: border-box;
}
.popup-quickenquiry textarea:focus, 
.popup-quickenquiry input[type="text"]:focus, 
.popup-quickenquiry input[type="email"]:focus,
.popup-quickenquiry input[type="number"]:focus{
  border-color: #bfbfbf;
  box-shadow: none;
  outline: none;
}
.panel{z-index:100;width:100% !important;display:none;min-height:100vh;background:#00aeef;position:fixed;padding-top:50px;padding-bottom:30px;}
.panel .left{float:left;width:40%;}
.panel .left .panbx{float:left;width:100%;margin-bottom:10px;}
.panel .left .panbx h3{color:#fff;font-size:30px;font-weight:300;margin-bottom:10px;display:inline-block;width:100%;margin-top: 0;}
.panel .left .panbx p{font-size:14px;color:#fff;margin-bottom:15px;}
.panel .left .panbx a{font-size:14px;color:#fff;margin-bottom:15px;}
.panel .left .panbx a:hover{color:#ff7214;}
.panel .right{float:right;width:50%;}
.panel .right h3{color:#fff;font-size:30px;font-weight:bold;margin-bottom:10px;display:inline-block;width:100%;}
.panel .right p{font-size:14px;color:#fff;margin-bottom:15px;}
.panel .right ul{display:inline-block;width:100%;margin-top:15px;}
.panel .right ul li{width:100%;display:inline-block;padding-right:11px;margin-bottom:10px;position: relative;}
.panel .right ul li label.error{right: 11px;}
.panel .right ul li .inpt{float:left;width:100%;background:#fff;border:1px solid #fff;font-style:italic;font-weight:300;padding:4px 20px;}
.panel .right ul li textarea.inpt{height:100px;margin-top: 10px;}
.panel .right ul li .inptsubmit{width:100%;font-size:14px;font-weight:bold;padding:10px 0;background:#ff7214;color:#ffffff;border:1px solid #ff7214;font-size:24px;text-transform:uppercase;transition:all 0.5s ease;}
.panel .right ul li .inptsubmit:hover{background:#71ba44;border-color:#71ba44;}
.panel .top {
    float: left;
    width: 100%;
    margin-bottom: 31px;
    position: absolute;
    top: 20px;
    right: 0;
}
.panel .top .enqbut {
    float: right;
    font-size: 20px;
    color: #fff;
}
.panel .top .enqbut a{color: #fff;}
@media (max-width:767px){
.page-headerone{position: relative;}
.hero-title{padding-top: 0;}
.panel .right p{text-align: center;margin: 0;}
.panel .left .panbx p{text-align: center;}
.panel .left{width:100%;text-align:center;display: none;}
.panel .left .panbx h3{font-size:20px;}
.panel .right{width:100%;margin-top:0;text-align:center;}
.panel .right h3{font-size:20px;margin: 0;}
.panel .right ul{max-width:300px;}
.panel .right ul li textarea.inpt {height: 70px;}
.panel .right ul li .inpt{padding: 4px 20px;}
}
.aco-clients{background-color: #fbfbfb;padding: 30px 0;}
.aco-clients h3{
  text-align: center;
  font-size: 32px;
  padding-bottom: 55px;
  line-height: 40px;
  font-weight: normal;
}

.SumoSelect p {
  margin: 0; }

.SumoSelect {
  width: 100%; }

.SelectBox {
  height: 39px; }

.sumoStopScroll {
  overflow: hidden; }

/* Filtering style */
.SumoSelect .hidden {
  display: none; }

.SumoSelect .search-txt {
  display: none;
  outline: none; }

.SumoSelect .no-match {
  display: none;
  padding: 6px; }

.SumoSelect.open .search-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px; }

.SumoSelect.open > .search > span, .SumoSelect.open > .search > label {
  visibility: hidden; }

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass, .SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; 
  color: #000 !important;}

.SelectClass {
  z-index: 1; }

.SumoSelect > .optWrapper > .options li.opt label, .SumoSelect > .CaptionCont, .SumoSelect .select-all > label {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none; }

.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {
  box-shadow: 0 0 2px #7799D0;
  border-color: #7799D0; }

.SumoSelect > .CaptionCont {
  position: relative;
  color: #000 !important;
  text-align: left !important;
  line-height: 52px;
  min-height: 14px;
  background-color: #fff;
  border-radius: 0px;
  margin: 0; 
  text-indent: 12px;}

.SumoSelect > .CaptionCont > span {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  font-size: 12px;
  line-height: 39px; }

/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder {
  color: #ccc;
  font-style: italic; }

.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 5px;
  right: 25px;
  bottom: 0;
  width: 30px;
  padding-top: 3px; }

.SumoSelect > .CaptionCont > label > i {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #000; }

.SumoSelect > .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden; }

.SumoSelect.open > .optWrapper {
  top: 39px;
  display: block; }

.SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px; }

.SumoSelect > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto; }

.SumoSelect > .optWrapper > .options {
  border-radius: 2px;
  position: relative;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 250px;
  /*height*/ }

.SumoSelect > .optWrapper.okCancelInMulti > .options {
  border-radius: 2px 2px 0 0; }

.SumoSelect > .optWrapper.selall > .options {
  border-radius: 0 0 2px 2px; }

.SumoSelect > .optWrapper.selall.okCancelInMulti > .options {
  border-radius: 0; }

.SumoSelect > .optWrapper > .options li.group.disabled > label {
  opacity: 0.5; }

.SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: 22px; }

.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 50px; }

.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0 0 100px #595959; }

.SumoSelect > .optWrapper > .options li.opt {
  padding: 0px 6px;
  text-align: center;
  position: relative;
  margin-bottom: 0px;
  border-bottom: 1px solid #f5f5f5; }

.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 2px 2px 0 0; }

.SumoSelect > .optWrapper.selall > .options > li.opt:first-child {
  border-radius: 0; }

.SumoSelect > .optWrapper > .options > li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none; }

.SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {
  border-radius: 0; }

.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #E4E4E4; }

.SumoSelect > .optWrapper > .options li.opt.sel, .SumoSelect .select-all.sel {
  background-color: #a1c0e4; }

.SumoSelect > .optWrapper > .options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
  color: #000; 
  margin-bottom: 0;}

.SumoSelect > .optWrapper > .options li span {
  display: none; }

.SumoSelect > .optWrapper > .options li.group > label {
  cursor: default;
  padding: 8px 6px;
  font-weight: bold; }

/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%; }

/*disabled state*/
.SumoSelect > .optWrapper > .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none;
  display: none; }

.SumoSelect > .optWrapper > .options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5; }

/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 35px;
  cursor: pointer; }

.SumoSelect > .optWrapper.multiple > .options li.opt span,
.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px; }

.SumoSelect > .optWrapper.multiple > .options li.opt span i,
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff; }

.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 3px 3px; }

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%; }

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block; }

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px; }

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {
  box-shadow: 0 0 2px #a1c0e4;
  border-color: #a1c0e4;
  outline: none;
  background-color: #a1c0e4; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0 0 0 3px; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0 0 3px 0; }

/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px; }

/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: 35px; }

.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px; }

.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
  background-color: #11a911;
  box-shadow: none;
  border-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center center; }

/*disabled state*/
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed; }

.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none; }

/**Select all button**/
.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer; }

.SumoSelect .select-all > label, .SumoSelect .select-all > span i {
  cursor: pointer; }

.SumoSelect .select-all.partial > span i {
  background-color: #ccc; }

/*styling for optgroups*/
.SumoSelect > .optWrapper > .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline; }
.select-box{    
  display: block;
  height: 39px;
  margin: 0;
}
.select-box select{
  width: 100%;
  height: 39px;
  color: #000;
  font-weight: normal;
}
select:required:invalid {
  color: #707070;
  font-weight: normal;
}
.select-box select option[value=""][disabled] {
  display: none;
}
.select-box select option{
  color: #000;
  height: 20px;
}
.logos{
  width:7em;
  margin:1.5em auto 0 auto;
  display:block;
}
.mapSec #map{display:inline-block;width:100%;height:785px;}
.mapSec{display:inline-block;width:100%;position:relative;max-height:700px;}
.direction-box-cnt.active .map-btn{background:url(../img/minus.png) no-repeat 93% 5px #4ba4fe;}
.direction-box-cnt.active .direction-box{max-height:600px;}
.direction-box{max-width:580px;width:100%;height:100%;max-height:0;overflow:auto;background:rgba(0, 174, 239, 0.92);position:absolute;top:170px;left:65px;transition:all 0.5s;}
.direction-box .dpboxinn{width:100%;display:inline-block;}
.map-btn{background:url(../img/plus.png) no-repeat 93% 5px #4ba4fe;color:#fff;border:0;padding:4px 20px;width:140px;text-align:left;position:absolute;left:65px;top:130px;}
.clos-btn{float:right;color:#fff;background:#ff7214;width:30px;height:30px;text-align:center;border-radius:20px;padding:5px;cursor:pointer;position:absolute;right:10px;top:10px;}
.direction-box-cnt h4{color:#fff;text-transform:uppercase;font-weight:300;font-size:30px;padding: 10px 0 10px 20px;text-align: left;margin: 0;}
.direction-box-cnt #horizontalTab{border:none;background:none;}
.direction-box-cnt .resp-tabs-list{margin:0px;padding:0px;background:rgba(0, 0, 0, 0.3);display:inline-block;width:100%;}
.direction-box-cnt .resp-tabs-list li{width:30%;height:50px;}
.direction-box-cnt .resp-tabs-list li.resp-tab-active {border-bottom: none;}
.direction-box-cnt .resp-tabs-list li:first-child{background:url(../img/car.png);background-repeat:no-repeat;background-position:center center;}
.direction-box-cnt .resp-tabs-list li:nth-child(2){background:url(../img/train.png);background-repeat:no-repeat;background-position:center center;}
.direction-box-cnt .resp-tabs-list li:last-child{background:url(../img/plain.png);background-repeat:no-repeat;background-position:center center;}
.direction-box-cnt .resp-tabs-list li.resp-tab-active:first-child{background:url(../img/car-active.png);background-repeat:no-repeat;background-position:center center;}
.direction-box-cnt .resp-tabs-list li.resp-tab-active:nth-child(2){background:url(../img/train-active.png);background-repeat:no-repeat;background-position:center center;}
.direction-box-cnt .resp-tabs-list li.resp-tab-active:last-child{background:url(../img/plain-active.png);background-repeat:no-repeat;background-position:center center;}
.direction-box-cnt .resp-tab-content{border-top:none;padding:20px;}
.direction-box-cnt .resp-tab-content ul{margin:0;padding:0px 25px 25px 0;}
.direction-box-cnt .resp-tab-content li{display:block;color:#fff;position:relative;margin-bottom:10px;font-size:16px;font-weight:400;padding-left:30px;}
.direction-box-cnt .resp-tab-content li:before{content:"";background:url(../img/arrow.png);width:16px;height:16px;left:0;position:absolute;top:7px;}
@media (max-width:768px){
  .direction-box-cnt h4{font-size:20px;}
  .direction-box{max-width:89%;}
}
@media (max-width:767px){
  .direction-box{left:45px;}
  .map-btn{left:45px;}
}
#prgrmrvw {background: #f7f1f5;}
.gm-style .place-card-large{display: none !important;}

.footerbar {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    border-bottom: 1px solid #cdcdcd;
    z-index: 10000000;
    font-size: .9em;
    padding: 5px 1px 1px 0;
    background: #2f3b5f;
}
.footerbar .footer-half {
  float: left;
    width: 49%;
    text-align: center;
}
.footerbar .footer-half.rightmob {
  float: right;
}
a.footer-fst-btn, a.footer-scnd-btn {
  text-shadow: none;
    font-size: 16px;
    background-color: #EF5B2B;
    border: 2px solid #EF5B2B;
    color: #fff;
    width: 100%;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.31;
    border-radius: 4px;
}
a.footer-scnd-btn{
  background-color: #3292d2;
    border: 2px solid #2f3b5f;
}
.mobile-sec{display:block;position:fixed;bottom:465px;width:auto;z-index:99999999;right:15px}.mobile-sec ul{width:auto}.mobile-sec ul li{list-style-type:none;width:50px;text-align:center;font-size:30px;height:50px;background:#fe5722;border-radius:50%;line-height:50px;display:table;margin:5px 0}.mobile-sec ul li a{color:#fff}

  .whatsapp{ -webkit-animation-name: shake;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-transform-origin: 50% 100%;
  cursor: pointer;}
    @-webkit-keyframes shake {
      0% {
        -webkit-transform: translate(2px, 1px) rotate(0deg);
      }
      10% {
        -webkit-transform: translate(-1px, -2px) rotate(-2deg);
      }
      20% {
        -webkit-transform: translate(-3px, 0px) rotate(3deg);
      }
      30% {
        -webkit-transform: translate(0px, 2px) rotate(0deg);
      }
      40% {
        -webkit-transform: translate(1px, -1px) rotate(1deg);
      }
      50% {
        -webkit-transform: translate(-1px, 2px) rotate(-1deg);
      }
      60% {
        -webkit-transform: translate(-3px, 1px) rotate(0deg);
      }
      70% {
        -webkit-transform: translate(2px, 1px) rotate(-2deg);
      }
      80% {
        -webkit-transform: translate(-1px, -1px) rotate(4deg);
      }
      90% {
        -webkit-transform: translate(2px, 2px) rotate(0deg);
      }
      100% {
        -webkit-transform: translate(1px, -2px) rotate(-1deg);
      }
    }

border-radius:50%;line-height:50px;display:table;margin:5px 0}.mobile-sec ul li a{color:#fff}
@media only screen and (max-device-width: 480px) and (min-device-width: 320px){
  .footerbar {
      display: block;
  }
  
}
.place-card{display: none!important;}