* {
    box-sizing: border-box;
    font-family: miso-light;
}

@font-face {
    font-family: miso-bold;
    src: url(../font/miso-bold.ttf);
}
@font-face {
    font-family: miso-light;
    src: url(../font/miso-light.ttf);
}
@font-face {
    font-family: miso-regular;
    src: url(../font/miso-regular.ttf);
}

html {
    scroll-behavior: smooth;
}

.body-inner {
    overflow: hidden;
    box-sizing: border-box;
}
.header .navbar {
    padding: 10px 0;
}
.header .navbar-brand {
    padding: 0;
}
.header ul.navbar-nav > li > a {
    font-size: 18px;
    line-height: 78px;
    text-transform: uppercase;
    padding: 0 20px;
    display: block;
}
button {
    display: block;
    padding: 0 20px;
    margin: 20px 0;
    border-radius: 30px;
    background-color: #444;
    border: 0;
}
button:hover {
    background-color: #000;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
a {
    font-size: 18px;
    color: #eee;
    font-family: miso-bold;
    text-decoration: none;
    text-transform: uppercase;
}
a:hover {
    color: #eee;
    text-decoration: none;
    text-transform: uppercase;
}
.header ul.navbar-nav > li > a:hover {
    text-decoration: none;
    color: #e7015e;
}
.header ul.navbar-nav li .dropdown-menu {
    padding: 10px 20px;
    min-width: 230px;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    border: none;
}
.header ul.navbar-nav li .dropdown-menu li a {
    padding: 12px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    font-size: 18px;
    display: block;
    color: #222;
}
.header ul.navbar-nav li .dropdown-menu li a:hover {
    color: #e7015e;
    text-decoration: none !important;
}
.header.header-transparent {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    height: auto;
}
.header.header-transparent .navbar-brand {
    padding: 0;
}
.header.header-transparent .navbar-brand img {
    margin: 0 10px;
    vertical-align: top;
    transition: transform 1s;
    max-width: 50%;
}
.header.header-transparent .navbar-brand img:hover {
    transform: scale(1.2);
}
.header.header-transparent ul.navbar-nav {
    position: relative;
    top: -5px;
}
.header.header-transparent ul.navbar-nav > li > a {
    color: #fff;
    line-height: 72px;
    font-family: miso-bold;
}
.header.header-transparent.nav-border {
    padding: 10px 0;
}
.header.header-transparent.nav-border .navbar {
    padding: 0px 0;
}
.header.header-transparent.nav-border ul.navbar-nav > li.header-ticket .ticket-btn {
    background: #3a6af0;
}
.header.header-classic .navbar {
    padding: 0;
}
.header.header-classic ul.navbar-nav {
    margin-top: 5px;
}
.header.header-classic ul.navbar-nav > li > a {
    color: #222222;
    line-height: 74px;
    font-family: miso-bold;
}
.header.header-classic ul.navbar-nav > li > a:hover {
    color: #e7015e;
}
.header.header-classic ul.navbar-nav > li.active > a {
    color: #e7015e;
}
.header.header-classic ul.navbar-nav > li.header-ticket .ticket-btn {
    background: #e7015e;
    color: #fff;
}
.header.header-classic ul.navbar-nav > li.header-ticket .ticket-btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #d20055;
}
.header.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, 0.8);
    padding: 5px 0;
}
.header.sticky .navbar {
    padding: 0;
}
.header.sticky.fade_down_effect {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.header.sticky.header-classic {
    background: #fff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 0;
}
.navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
}
.navbar-toggler {
    margin-top: -20px;
}
.navbar-light .navbar-toggler {
    padding: 5px;
    color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
}
.navbar-light .navbar-toggler i {
    font-size: 27px;
}
@media (min-width: 991px) {
    .header ul.navbar-nav li:hover > .dropdown-menu {
        display: block;
        border: none;
    }
}
.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.form-group label {
    color: #fff;
    font-size: 20px;
    font-family: miso-bold;
}
.form-group input,
.form-group textarea {
    width: 100%;
    background: none;
    border: 1px solid #fff;
    border-radius: 0;
    color: #f1f1f1;
}
.head_banner {
    position: relative;
}
.image img {
    max-width: 100%;
    transition: transform 1.25s; /* Animation */
}
.inquire a img {
	border-radius: 20px;
}
.image img:hover {
    transform: scale(1.40);
}

.image img:focus {
    transform: scale(1.40);
}
.home1 {
    position: absolute;
    top: 60%;
    left: 10%;
    margin: auto;
}
.home2 {
    position: absolute;
    top: 20%;
    bottom: 0;
    right: 5%;
    margin: auto;
}
.home3 {
    position: absolute;
    bottom: 20%;
    right: 4%;
    margin: auto;
}
.home4 {
    position: absolute;
    top: 45%;
    right: 17%;
    margin: auto;
}
.home5 {
    position: absolute;
    top: 28%;
    left: 7%;
    margin: auto;
}
.home6 {
    position: absolute;
    left: 23%;
    bottom: 13%;
    margin: auto;
}
.home7 {
    position: absolute;
    bottom: 15%;
    right: 25%;
    margin: auto;
}
.home8 {
    position: absolute;
    top: 19%;
    right: 22%;
    margin: auto;
}
.home9 {
    position: absolute;
    top: 35%;
    left: 24%;
    margin: auto;
}

#about {
    padding: 20px 0;
}
#about h1 {
    font-size: 40px;
    color: #000;
    font-family: miso-bold;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.about-tab {
    position: relative;
    margin-top: 20px;
}
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.5s ease;
}

/*.about-tab:hover .overlay {*/
/*    height: 100%;*/
/*}*/

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.tab1-text-content h4 {
    color: #fff;
    font-size: 32px;
    font-family: miso-bold;
    padding: 0 10px;
    text-align: left;
}
.tab1-text-content p {
    color: #fff;
    font-size: 26px;
    padding: 0 10px;
    text-align: left;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #000 !important;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 50%;
    bottom: 0;
    width: 20px;
    height: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #000 !important;
    text-align: center;
    opacity: 0.5;
}
.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(0, 0, 0, 0.5);
}

.carousel-indicators .active {
    background-color: #000;
}
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

#clients h1 {
    font-size: 40px;
    color: #000;
    font-family: miso-bold;
    padding: 20px 10px 20px 10px;
    text-align: center;
    text-transform: uppercase;
}
.clients_logo {
    padding: 20px;
}
.clients_logo img:hover {
    filter: grayscale(100%);
}

.modal-header {
    border-bottom: 0px !important;
}
.modal-dialog {
}
.modal-content {
    background: rgba(0, 0, 0, 0.75) !important;
}
.modal-body p {
    font-size: 16px;
    color: #f1f1f1;
    text-align: center;
}
.modal-header .close {
    color: #fff;
}
.client-info {
    padding: 20px;
}
.client-info h2,
.client-info ul {
    padding: 0 30px;
}
.client-info img {
    padding: 20px 0 -20px 0;
}
.client-info h2 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
.client-info ul li {
    color: #f1f1f1;
    font-size: 16px;
    list-style-type: none;
    margin: 10px 0px;
}
[title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}
[title]:after {
    content: "Click me.";
    background-color: #010101;
    color: #fff;
    font-size: 18px;
    position: absolute;
    padding: 1px 5px 2px 5px;
    top: 100%;
    left: 25%;
    text-transform: none;
    white-space: nowrap;
    box-shadow: 1px 1px 3px #222222;
    opacity: 0;
    border: 1px solid #111111;
    z-index: 99999;
    visibility: hidden;
}
[title] {
    position: relative;
}

#services {
    padding: 20px 0;
}
#services h1 {
    font-size: 40px;
    color: #000;
    font-family: miso-bold;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.overlay_services {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.5s ease;
}
/*.about-tab:hover .overlay_services {*/
/*    bottom: 0;*/
/*    height: 100%;*/
/*}*/
.owl-theme .owl-nav {
    margin-top: 10%;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-left: 20px !important;
}
.owl-nav {
    position: absolute;
    top: 25%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.owl-nav .owl-next {
    float: right;
    margin-right: -50px !important;
    background: transparent;
    padding: 0.2rem;
    font-size: 5rem !important;
    color: #000 !important;
    outline: 2px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent !important;
}
.owl-nav .owl-next.disabled {
    display: none;
}
.owl-nav .owl-prev {
    float: left;
    margin-left: -50px !important;
    padding: 0.2rem;
    background: transparent;
    font-size: 5rem !important;
    color: #000 !important;
    outline: 2px;
}
.owl-nav .owl-prev.disabled {
    display: none;
}
.cardgrid img {
    border-radius: 15px;
    border: 1px solid brown;
    max-width: 90%;
}
.cardgrid h2 {
    font-size: 16px;
    color: #fff;
    font-family: miso-bold;
    padding: 20px 10px 10px 10px;
    text-align: center;
    text-transform: uppercase;
}
.cardgrid p {
    font-size: 16px;
    font-family: miso-light;
    padding: 10px;
    color: #fff;
    text-align: center;
}

#awards {
    position: relative;
    padding: 40px 0;
}
#awards h1 {
    font-size: 40px;
    color: #000;
    font-family: miso-bold;
    padding: 20px 10px 20px 10px;
    text-align: center;
    text-transform: uppercase;
}
#awards h2 {
    font-size: 30px;
    color: #fff;
    font-family: miso-bold;
    padding: 20px 10px 10px 10px;
    text-align: left;
    text-transform: uppercase;
}
#awards p {
    font-size: 24px;
    font-family: miso-light;
    padding: 10px;
    color: #f1f1f1;
    text-align: left;
}
#awards li {
    font-size: 24px;
    font-family: miso-light;
    color: #f1f1f1;
    text-align: left;
}

.mobile-show {
    display: none;
}

.desk-show {
    display: block;
}

footer {
    margin-top: -6px;
    border-top: 2px solid #373a3c;
    padding: 50px 0px;
    background-image: url('../img/footer_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
footer .contact-info img{
    padding: 40px 30px;
}
footer .contact-button a img {
    border-radius: 5px;
    margin-top: 40px;
}
footer .logo {
    font-style: normal;
    font-size: 28px;
    color: #fff;
}
footer .logo-ft {
    display: inline-block;
    text-decoration: none;
    color: #fff !important;
    font-size: 21px;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: 1px;
}

footer .logo p {
    font-size: 14px;
    color: #fff;
}

footer .logo span {
    font-weight: 600;
    color: #fff;
}

footer .logo a {
    color: #fff;
}

footer .1 a:hover {
    color: #717171;
}


footer .location ul li {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
}

footer .location ul li:first-child {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

footer .contact-info h4 {
    margin-top: 0px;
    font-size: 32px;
    font-weight: 800;
    font-family: miso-bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}

footer .contact-info ul li {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    line-height: 24px;
    letter-spacing: 0.5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 300;
    margin-bottom: -15px;
}



%transition_all_03s {
  transition:all .3s ease;
}
%backface_visibility_hidden{
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
}

*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.swiper-container {
  width: 100%;
  height: 28vw;
  transition:opacity .6s ease;}
  .swiper-container-coverflow{
    padding-top:2%;
  }
  .loading{
    opacity:0;
    visibility:hidden;
  }
  .loading:hover{
    .swiper-button-prev,
    .swiper-button-next{
      transform:translateX(0);
      opacity:1;
      visibility:visible;
    }
  }

.swiper-wrapper{

}
.swiper-slide{
  background-position:center;
  background-size:cover;}
  .slide-inner{
    
  }
  .entity-img{
    display:none;
  }
  .content{
    position:absolute;
    top:40%;
    left:0;
    width:50%;
    padding-left:5%;
    color:#fff;}
    .title{
      font-size:2.6em;
      font-weight:bold;
      margin-bottom:30px;
    }
    .caption{
      display:block;
      font-size:13px;
      line-height:1.4;
    }
  }

[class^="swiper-button-"]{
  width:44px;
  opacity:0;
  visibility:hidden;
  @extend %transition_all_03s;
}
.swiper-button-prev{
  transform:translateX(50px);
}
.swiper-button-next{
  transform:translateX(-50px);
}
.swiper-container-horizontal{
  >.swiper-pagination-bullets{
    .swiper-pagination-bullet{
      margin:0 9px;
      position:relative;
      width:12px;
      height:12px;
      background-color:#fff;
      opacity:.4;
      @extend %transition_all_03s;
      &::before{
        content:'';
        position:absolute;
        top:50%;
        left:50%;
        width:18px;
        height:18px;
        transform:translate(-50%, -50%);
        border:0px solid #fff;
        border-radius:50%;
        @extend %transition_all_03s;
      }
      &:hover,
      &.swiper-pagination-bullet-active{
        opacity:1;
      }
      &.swiper-pagination-bullet-active{
        &::before{
          border-width:1px;
        }
      }
    }
  }
}
.swiper-button-next:focus, .swiper-button-prev:focus {
    outline: none;
}
// Mediaqueries
@media(max-width:1180px){
  .swiper-slide{
    .content{
      .title{
        font-size:25px;
      }
      .caption{
        font-size:12px;
      }
    }
  }
}
@media(max-width:1023px){
  .swiper-container {
    height:40vw;
    &.swiper-container-coverflow{
      padding-top:0;
    }
  }
}

@media (max-width: 1400px) {
     .image img {
        max-width: 80%;
        transition: transform 1.25s; /* Animation */
    }
    .home4 {
        right: 14%;
    }
    .home7 {
        bottom: 13%;
        right: 22%;
    }
    .home8 {
    top: 15%;
}
    .home9 {
        top: 35%;
    }
}


@media (max-width: 1200px) {
    .tab1-text-content p {
        color: #fff;
        font-size: 14px;
    }
    .image img {
        max-width: 65%;
        transition: transform 1.25s; /* Animation */
    }
    .home2 {
        right: 0;
    }
    .home3 {
        right: 0;
    }
    .home4 {
        right: 12%;
    }
    .home7 {
        bottom: 12%;
        right: 20%;
    }
    .home9 {
        top: 35%;
    }
    footer .contact-info img{
    padding: 30px 30px;
}
footer .contact-button a img {
    border-radius: 5px;
    margin-top: 30px;
}
}
@media (max-width: 991px) {
	.navbar-toggler:focus{
        outline: 0 !important;
        background: transparent !important;
    }
    button {
        margin: 0;
        background: none;
}
    .tab1-text-content p {
        color: #7a7a7a;
        font-size: 14px;
    }
    .image img {
        max-width: 60%;
    }
    .home2 {
        right: 0;
    }
    .home3 {
        right: -2%;
    }
    .home7 {
        right: 18%;
    }
    .home8 {
        right: 18%;
    }
    .home4 {
        right: 10%;
    }
}

@media (max-width: 768px) {
	.navbar-toggler:focus{
        outline: 0 !important;
        background: transparent !important;
    }
    .owl-nav .owl-next {
        margin-right: 0px !important;
    }
    .owl-nav .owl-prev {
        margin-left: -50px !important;
    }
    #services {
        padding: 20px 0 20px 25px;
    }
    .tab1-text-content h2 {
        color: #fff;
        font-size: 24px;
        text-align: left;
    }
    .tab1-text-content h4 {
        color: #fff;
        font-size: 20px;
    }
    .tab1-text-content p {
        color: #fff;
        font-size: 16px;
    }
    .collapse.show {
        display: block;
        background: rgba(8, 31, 39, 0.75) !important;
    }
     footer .contact-info img{
    padding: 20px;
}
footer .contact-button a img {
    border-radius: 5px;
    margin-top: 20px;
}
}

@media (max-width: 767px) {
    header {
        padding-top: 10px;
    }
    .navbar-brand img {
        max-width: 50%;
    }
    .navbar-toggler:focus{
        outline: 0 !important;
        background: transparent !important;
    }
       .inquire a img {
	    margin-top: -20px;
}
    button {
        padding: 0 20px;
        margin: 0;
        margin-top: -20px;
        display: block;
        border-radius: 30px;
    }
        .image img {
        max-width: 50%;
    }
    .home1 {
        top: 50%;
    }
    .home2 {
        right: -15%;
        top: 33%;
    }
    .home3 {
        right: 0;
        bottom: 27%;
    }
    .home4 {
        right: -11%;
        top: 50%;
    }
    .home5 {
        top: 30%;
        left: 8%;
    }
    .home6 {
        left: 18%;
        bottom: 25%;
    }
    .home7 {
        right: 26%;
        bottom: 18%;
    }
    .home8 {
        top: 18%;
        right: 5%;
    }
    .home9 {
        top: 19%;
        left: 30%;
    }
    .mobile-show {
        display: block;
    }

    .desk-show {
        display: none;
    }

    .text {
        color: white;
        font-size: 20px;
        position: absolute;
        top: 10%;
        left: 0;
        -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        text-align: center;
    }
    .tab1-text-content {
        position: relative;
        top: 0;
        right: 0;
    }
    .tab1-text-content h4 {
        color: #fff;
        font-size: 24px;
        padding: 0 10px;
        text-align: left;
    }
    .tab1-text-content p {
        color: #fff;
        font-size: 20px;
        padding: 0 10px;
        text-align: left;
    }
    .carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 75%;}
    .carousel-control-next:focus, .carousel-control-prev:focus {
    color: #fff;}
    #about {
        padding: 0;
    }
    #services {
        padding-left: 0;
        overflow: hidden;
    }
    #awards {
        padding: 0;
    }
    .client-info img {
        padding: 20px 0;
        max-width: 50%;
    }
    .carousel-indicators {
    	display: none !important;
    }
    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        z-index: 9;
        width: 100%;
        -webkit-transform: translate3d(0, 0, 0);
    }
    .owl-nav .owl-next {
        margin-right: 0px !important;
    }
    .owl-nav .owl-prev {
        margin-left: -50px !important;
    }
    .swiper-button-next, .swiper-button-prev {
    width: 10px !important;
    height: 15px !important;
    background-size: unset !important; 
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -25px !important;
    left: auto !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -25px !important;
    right: auto !important;
}
    #awards h2 {
        font-size: 26px;
    }
    #awards p,
    #awards li {
        font-size: 16px;
    }
   footer {
    margin-top: 5px;
    background-position: center;}
    footer .contact-info img{
    padding: 0;
}
.ft_logo img{
	    max-width: 30%;
    margin-bottom: 20px;
}

footer {
    margin-top: -6px;
    border-top: 2px solid #373a3c;
    padding: 50px 0px;
    background-image: url('../img/mob_ft_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
	

footer .contact-button a img {
    border-radius: 5px;
    margin-bottom: 10px;
}
}

/*animation*/
.animate-Right {
    visibility: visible;
    animation-duration: 1s;
    animation-delay: 300ms;
    animation-name: fadeInRight;
}
.animate-Left {
    visibility: visible;
    animation-duration: 1s;
    animation-delay: 300ms;
    animation-name: fadeInLeft;
}
.animate-Up {
    visibility: visible;
    animation-duration: 1s;
    animation-delay: 300ms;
    animation-name: fadeInUp;
}
.animate-Down {
    visibility: visible;
    animation-duration: 1s;
    animation-delay: 300ms;
    animation-name: fadeInDown;
}

input[type=text]:focus {
  background-color: black;
  color: white;
}

input[type=email]:focus {
  background-color: black;
  color: white;
}

input[type=tel]:focus {
  background-color: black;
  color: white;
}

#remark:focus {
    background-color: black;
    color: white;
}

.overlayclose {
    color: white !important;
    
}

#overlay{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:rgba(0,0,0,0.9);
  transition: 1s 0.4s;
}
#progress{
  height:1px;
  background:#fff;
  position:absolute;
  width:0;
  top:50%;
}
#progstat{
  font-size:0.7em;
  letter-spacing: 3px;
  position:absolute;
  top:50%;
  margin-top:-40px;
  width:100%;
  text-align:center;
  color:#fff;
}