* {
    font-family: 'Montserrat', sans-serif;
}

body {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 1px;
    height: 100vh;
    font-family: 'poppins', sans-serif;
    color: white;
}

.transition,
button,
a,
.button {
    transition: all 0.30s ease-in-out;
}

h1 {
    font-size: 63px;
    font-weight: 400px;
}

.header-top {
    height: 150%;
    width: 100%;
    background-image: url('../images/slide1.jpg');
    background-size: cover;
    background-position: center;
    z-index: 1;
    background-repeat: no-repeat;
    position: relative;
}

.text-start-center {
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

b i {
    color: #f88b00;
    font-style: normal;
}

.social-media {
    font-size: 25px;
    text-align: center;
    margin: 0;
    padding: 15px 0;
}

.social-media a {
    color: white;
    text-decoration: none;
    outline: 0 none;
    padding: 0 10px;
}

.social-media a:hover {
    color: #00b6f9
}

.social-media .tooltip .bottom .tooltip-arrow {
    border-bottom-color: #00b6f9;
}

.social-media.tooltip-inner {
    background-color: transparent;
    color: #00b6f9;
    font-size: 16px;
}

#home nav a {
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 15px;
    display: inline-block;
    font-size: 16px;
    position: relative;
    font-weight: 400;
}

#home nav a:hover {
    color: deepskyblue;
}

.menu-top {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 111;
    height: 50px;
    text-align: center;
}

.holder {
    position: relative;
    z-index: 11;
    background: #00b6f9;
    transform: translate(0, -55px);
}

.holder.active {
    transform: translate(0, 0);
    box-shadow: 0 6px 17px 0px rgba(0, 0, 0, 0.43);
}

.holder a:nth-child(1) {
    transform: translateY(-12px);
}

.holder a:nth-child(2) {
    transform: translateY(-20px);
}

.holder a:nth-child(3) {
    transform: translateY(-30px);
}

.holder a:nth-child(4) {
    transform: translateY(-40px);
}

.holder a:nth-child(5) {
    transform: translateY(-50px);
}

.holder a:nth-child(6) {
    transform: translateY(-60px);
}

.holder.active a:nth-child(1) {
    transition: all 0.40s ease-in-out;
    transform: translateY(0);
}

.holder.active a:nth-child(2) {
    transition: all 0.50s ease-in-out;
    transform: translateY(0);
}

.holder.active a:nth-child(3) {
    transition: all 0.60s ease-in-out;
    transform: translateY(0);
}

.holder.active a:nth-child(4) {
    transition: all 0.70s ease-in-out;
    transform: translateY(0);
}

.holder.active a:nth-child(5) {
    transition: all 0.80s ease-in-out;
    transform: translateY(0);
}

.scroll-icon {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 5%;
    z-index: 11;
    width: 38px;
    height: 63px;
    border-radius: 25px;
    box-shadow: inset 0 0 0 1px white;
}

.scroll-icon::before {
    content: '';
    position: absolute;
    left: 50%;
    background: white;
    width: 8px;
    height: 8px;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px !important;
    animation: scroll 1.5s infinite;
}

@keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(36px);
    }
}

button.menu-toggle .opened {
    transform: translate(0, -1px);
    color: #00b6f9;
    background-color: transparent;
}

button.manu-toggle {
    position: relative;
    border: none;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
    color: white;
    cursor: pointer;
    display: inline-block;
    padding: 12px 13px;
    text-transform: uppercase;
    border-radius: 0 0 3px 3px;
    transform: translate(0, -51px);
    box-shadow: 0 6px 26px 0px rgba(0, 0, 0, 0.28);
}

.menu-toggle:focus {
    outline: none;
    outline-offset: 0;
}

.icon {
    display: inline-block;
    fill: currentColor;
    height: 1em;
    width: 1em;
    vertical-align: middle;
    position: relative;
    top: -o.625em;
}

.icon-menu-toggle {
    width: 2em;
    height: 2em;
    top: 0;
}

.svg-menu-toggle .line {
    opacity: 1;
    transform: rotateX(0) translate(0) translateX(0);
    transform-origin: 1em 1em;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.svg-menu-toggle .line-1 {
    transform-origin: 1em 2.5em;
}

.svg-menu-toggle .line-3 {
    transform-origin: 10px 67px;
}

.menu-toggle.opened .svg-menu-toggle .line-1 {
    transform: rotate(45deg) translateY(0) translateX(0);
}

.menu-toggle.opened .svg-menu-toggle .line-2 {
    opacity: 0;
}

.menu-toggle.opened .svg-menu-toggle .line-3 {
    transform: rotate(-45deg) translateY(0em) translateX(0em);
}

.cube {
    overflow-x: hidden !important;
    margin-top: 30px;
}

.cbp-l-caption-alignCenter {
    position: absolute;
    top: 0;
    z-index: 999;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    color: white;
}

.cbp-caption:hover .cbp-l-caption-alignCenter {
    opacity: 1 !important;
}

.plus {
    display: block;
    margin: 0 auto;
    height: 70px;
    width: 70px;
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
}

.plus::before {
    width: 2px;
    margin-left: -1px;
    left: 50%;
    top: 5px;
    bottom: 5px;
}

.plus::after {
    height: 2px;
    margin-top: -1px;
    top: 50%;
    left: 5px;
    right: 5px;
}

.plus::after,
.plus::before {
    content: "";
    position: absolute;
    background-color: white;
}

.cbp-item a img {
    transition: all 0.5s ease-in-out;
}

.cbp-item a:hover img {
    transform: scale(2) !important;
}

.cbp-popup-lightbox .cbp-popup-next {
    background: url(cbp-sprite.png) no-repeat scroll -46px 0 transparent;
    width: 44px;
    height: 44px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}

.cbp-popup-lightbox .cbp-popup-prev {
    background: url(cbp-sprite.png) no-repeat scroll 0 0 transparent;
    width: 44px;
    height: 44px;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
}

.cbp-popup-lightbox .cbp-popup-close {
    background: url(cbp-sprite.png) no-repeat scroll -92px 0 transparent;
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
}

.active {
    background-color: darkorange !important;
}

.picsgallery {
    width: 100%;
    height: 300px;
    border-radius: 20px;
}

.picsgallery:hover {
    transform: scale(1.5);
}

.progress-bar {
    background-color: #f88b00 !important;
}

.css-typing {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.css-typing p {
    border-right: .15em solid orange;
    font-family: "Courier";
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
}

.css-typing p {
    font-size: 34px;
    font-weight: bolder;
    margin-top: 26px;
}

.css-typing p:nth-child(1) {
    width: 3.3em;
    -webkit-animation: type 2s steps(40, end);
    animation: type 2s steps(40, end) linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.css-typing p:nth-child(2) {
    width: 6.5em;
    opacity: 0;
    -webkit-animation: type2 2s steps(40, end);
    animation: type2 2s steps(40, end);
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.css-typing p:nth-child(3) {
    width: 13.3em;
    opacity: 0;
    -webkit-animation: type3 5s steps(20, end), blink .5s step-end infinite alternate;
    animation: type3 5s steps(20, end), blink .5s step-end infinite alternate;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes type {
    0% {
        width: 0;
    }
    99.9% {
        border-right: .15em solid orange;
    }
    100% {
        border: none;
    }
}

@-webkit-keyframes type {
    0% {
        width: 0;
    }
    99.9% {
        border-right: .15em solid orange;
    }
    100% {
        border: none;
    }
}

@keyframes type2 {
    0% {
        width: 0;
    }
    1% {
        opacity: 1;
    }
    99.9% {
        border-right: .15em solid orange;
    }
    100% {
        opacity: 1;
        border: none;
    }
}

a.nav-link.active {
    color: white !important;
}

@-webkit-keyframes type2 {
    0% {
        width: 0;
    }
    1% {
        opacity: 1;
    }
    99.9% {
        border-right: .15em solid orange;
    }
    100% {
        opacity: 1;
        border: none;
    }
}

@keyframes type3 {
    0% {
        width: 0;
    }
    1% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes type3 {
    0% {
        width: 0;
    }
    1% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes blink {
    50% {
        border-color: transparent;
    }
}

@-webkit-keyframes blink {
    50% {
        border-color: tranparent;
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}


/* Modal Content */

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}


/* The Close Button */

.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}


/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}


/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}


/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

img {
    margin-bottom: -4px;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media screen and (max-width: 320px) {
    .ul_custom li {
        padding: 13px;
    }
    .footer {
        background-color: #000000ba;
        height: 104px;
    }
    .navbar-brand img {
        width: 162px;
    }
    .css-typing p {
        font-size: 18px;
    }
    h1 {
        font-size: 30px;
    }
}