/*

    TABLE OF CONTENTS
    ---------------------------
     1. General
     2. Header
     3. Footer
     4. Responsive CSS
     5. Custom Added
*/
/* ================================= */
/* :::::::::: 1. General ::::::::::: */
/* ================================= */

html,
body {
    font-family: "Open Sans", sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 13px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
a {
	text-decoration: none !important;
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover {
	  text-decoration: none !important;
	  color: #8f8f8f;
	  -webkit-transition: all 0.3s ease-in-out;
	  -moz-transition: all 0.3s ease-in-out;
	  -ms-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out;
}

.page-loader {
    background: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
}
.loader-icon {
    top: 50%;
    left: 50%;
    right: 0;
    position: absolute;
    margin: -20px 0 0 -20px;
    bottom: 0;
}
.backstretch:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/overlay.png');
    background-color: rgba(95, 96, 96, 0.4);
    z-index: 1;
}
   
.rain-video {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

/* ================================= */
/* :::::::::: 2. Header :::::::::::: */
/* ================================= */

header {
    text-align: center;
    height: 100%;
    padding-top: 90px;
    height: 100vh;
    overflow: hidden;
}
header .logo img {
    position: relative;
    z-index: 2;
}
header h1 {
    font-size: 2.5em;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: "Raleway", sans-serif;
    position: relative;
    z-index: 2;
}
header p {
    font-size: 14px;
    color: rgba(236, 240, 241, 0.9);
    word-spacing: 1px;
    line-height: 25px;
    padding-bottom: 40px;
    position: relative;
    z-index: 2;
}
header .mouse {
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    animation: wobbleArrow 1s ease-in-out 0s infinite alternate;
    -webkit-animation: wobbleArrow 1s ease-in-out 0s infinite alternate;
    -moz-animation: wobbleArrow 1s ease-in-out 0s infinite alternate;
    -o-animation: wobbleArrow 1s ease-in-out 0s infinite alternate;
    z-index: 2;
}
header .mouse a {
    color: #F9F9F9;
    position: relative;
    bottom: 20px;
    line-height: 45px;
    font-size: 9px;
    text-align: center;
    width: 22px;
    height: 36px;
    border-radius: 10px;
    display: inline-block;
    border: 2px solid rgba(255, 255, 255, 0.6);
}

header #effect-box, header .video-box, header .image-box {
    position: absolute!important;
    overflow: hidden;
    height: 100vh;
    width: 100%;
    top: 0;
}

@keyframes wobbleArrow {
    from {
        bottom: 40px;
    }
    to {
        bottom: 50px;
    }
}
@-webkit-keyframes wobbleArrow {
    from {
        bottom: 40px;
    }
    to {
        bottom: 50px;
    }
}

/* ================================= */
/* :::::::::: 3. Footer :::::::::::: */
/* ================================= */

footer {
    background-color: #242830;
    padding: 50px 0 50px;
    z-index: 10;
    position: relative;
    color: #fff;
}
footer .footer-content {
    display: flex;
}
footer .social-icon li {
    float: left;
    margin-right: 22px;
    list-style: none;
}
footer .social-icon {
    order: 1;
    margin-right: auto;
    margin-bottom: 0;
}
footer .copyright {order: 2;}
.up-btn {
    width: 50px!important;
    height: 50px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    background: rgba(22, 182, 234, 0.5);
    display: block;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
}
.up-btn:hover {
    color: #fff;
    background: rgba(22, 182, 234, 1.0);
}
.up-btn i {
    color: #fff;
}

footer a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #fff;
}
/* ================================= */
/* :::::: 4. Responsive CSS :::::::: */
/* ================================= */

@media only screen and (max-width: 1036px) {
    header .logo img {
    width: 20%;
    height: auto;
}
    header {
        padding-top: 130px;
    }
    .mouse {
        display: none!important;
    }
    .contact input[type=submit], .subscribe button, .subscribe input[type=text] {
        width: 100%;
    }
    .subscribe input[type=text] {
        margin-bottom: 15px;
    }
    #zoom-in {
        margin-top: 140px;
    }
}
@media only screen and (max-width: 756px) {
    footer .footer-content {
        flex-direction: column;
        align-items: center;
    }
    footer .social-icon {
        margin-bottom: 10px;
        margin-right: 0;
    }
    .subscribe input[type="email"] {
        margin-bottom: 10px;
    }

    .google-map i.fa-map-marker {
        margin-left: -5px;
    }
    header p {
        font-size: 14px;
        text-align: center;
        margin-left: 10px;
    }
    header h1 {
        font-size: 25px;
        padding-top: 1px;
        margin-bottom: 0px;
        text-align: center;
    }
    header .countdown {
        font-size: 2.1em;
        line-height: 50px;
        margin-top: -20px;
    }
    header .countdown span {
        line-height: 5px;
    }
    header .logo img {
        width: 15%;
        height: auto;
        margin: 10px;
    }
    .services {
        padding-top: 180px;
    }
    header .welcome {
        padding-top: 10px;
    }
    .welcome .logo {
        width: auto!important;
    }
    header {
        padding-top: 55px;
    }
}
@media only screen and (max-width: 540px) {
    header p {
        font-size: 14px;
    }
    header h1 {
        font-size: 25px;
        padding-top: 1px;
        margin-bottom: 0px;
    }
    header .countdown {
        font-size: 2.3em;
        line-height: 50px;
    }
    header .countdown span {
        line-height: 5px;
    }
    header .logo img {
        width: 25%;
        height: auto;
    }
    footer {
        text-align: right;
    }
    footer .social-icon {
        float: none;
        display: inline-block;
        text-align: center;
    }
    footer .copyright {
        float: none;
        text-align: right;
    }
}

/* ================================= */
/* :::::: 5. Custom Added :::::::: */
/* ================================= */

.button-5 {
  align-items: center;
  background-clip: padding-box;
  background-color: #fa6400;
  border: 1px solid transparent;
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
  z-index: 5;
}

.button-5:hover,
.button-5:focus {
  background-color: #fb8332;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.button-5:hover {
  transform: translateY(-1px);
}

.button-5:active {
  background-color: #c85000;
  box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
  transform: translateY(0);
}