* {
    margin : 0px;
    padding: 0px;
}
/* Fonts Usage Name */
/* font-family: 'Roboto Condensed', Sans-serif; */
/* font-family: 'Montserrat', Sans-serif; */

/* Theme css */
html, body {
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

.absolute {
    max-width: 100%;
}

html {
    scroll-behavior: smooth;
}
body {
    font-size: 14px;
    font-family: 'Montserrat', Sans-serif;
    color: #4e4e4e;
}
a,a:hover,a:active,a:focus{
    text-decoration: none;
}
img {
    width: 100%;
}
.relative {
    position: relative;
}
.d-flex {
    display: flex;
}
.absolute {
    position: absolute;
}
.bg-white {
    background-color: #fff !important;
}
.bg-yellow {
    background-color: #f7c002 !important ;
}
.bg-grey {
    background-color: #000 !important;
    opacity: .4;
}
.text-white {
    color: #fff !important;
}
.text-black {
    color: #000 !important;
}
.text-yellow {
    color: #ffc000 !important;
}
.floatNone { 
    float: none !important;
}
.black-bg-border {
    border-color: black;
}
.strike_btn {
    color: #000;
    display: inline-block;
    font-family: 'Roboto Condensed', Sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}
.strike_btn:before{
    content: '';
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: black;
    margin-right: 20px;
    position: relative;
    top: -3px;
}
.strike_btn:hover{
    color: #8bff1a;
}
.strike_btn.text-white::before{
    background-color: #fff;
}
.marginTop10 {
    margin-top: 10px !important;
}
.marginTop20 {
    margin-top: 20px !important;
}
.paddingLeft0 {
    padding-left: 0px !important;
}
.marginTop30 {
    margin-top: 30px !important;
}
.bottom0{
    bottom: 0px !important;
}
.right0{
    right: 0px !important;
}
.pointer{
    cursor: pointer !important;
}
.line-height28{
    line-height: 28px !important;
}
/* Style */

.mainHeader{
    width: 100%;
    height: 801px;
}
.mainHeader.homePage{
    background-image: url('../img/banner_01.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.bannerBg {
    width:100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.bannerBg .carousel-inner,.bannerBg .carousel-inner .item {
    height: 100%;
}
.carousel-caption {
    width: 100%;
    left:0%;
    top: 30%;
}
.carousel-caption .strike_btn_round {
    position: static;
}
.carousel-caption h3{
    font-size: 5vw;   
    color: #f7c002;
    font-weight: 800;
}
.carousel-control {
    top: 50%;
    background-image: none !important;
}
.carousel-caption h5{
    font-size: 5vw;
    color: #fff;   
    font-weight: 800;
}
.logo-div {
    width: 127px;
    float: left;
}
.top_menu{
    padding: 1em 4em 0px;
    position: relative;
    width: 100%;
    /* background-color: #fff; */
    z-index: 99;
}
.navIcon {
    float: right;
    margin-top: 20px;
}
.navIcon li {
    color: #fff;
    position: relative;
    font-size: 15px;
    letter-spacing: 0.6px;
    display: inline-block;
    padding: 0px 1px;
}
.navIcon li a{
    position: relative;
    font-family: 'Roboto Condensed', Sans-serif;
    top: -6px;
    color: #fff;
}
.navIcon li span.icon-bar {
    width: 22px;
    height: 1px;
    background-color: #fff;
    display: block;
    margin: 5px 0px;
    transition: 0.3s linear all;
}
.navIcon li span.icon-bar:nth-child(2) {
    margin-left: 6px;
}
.navIcon li:hover span.icon-bar{
    width: 30px;
}
.navIcon li:hover span.icon-bar:nth-child(2){
    margin-left: 0px;
}
.strike_btn_round {
    position: absolute;
    top: 65%;
    left: 25%;
    color: #fff;
    font-weight: bold;
    letter-spacing: .6px;
    font-family: 'Roboto Condensed', Sans-serif;
}
.strike_btn_round:hover{
    color: #fff;
}
.strike_btn_round:before{
    content: '';
    display: inline-block;
    width: 75px;
    height: 1px;
    margin-right: 40px;
    background-color: #fff;
    position: relative;
    top: -4px;
}
.strike_btn_round:after{
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 55px;
    border: 1px solid #fff;
    position: relative;
    top: 19px;
    right: 155px
}
.social_banner{
    transform: rotate(270deg);
    bottom: 35%;
    left: -4%;
}
.social_banner li {
    font-family: 'Roboto Condensed', Sans-serif;
    display: inline-block;
    padding: 0px 5px;
    letter-spacing: 1px;
}
.social_banner li a{
    color: #fff;
    font-size: 13px;
}
.social_banner li a:before{
    content:'-';
    font-weight: bold;
    display: inline-block;  
    float: right;
    margin-left: 12px;
}
.social_banner li:last-child a::before{
    display: none;
}
.title_m{
    color : #7a7a7a;
    font-family: 'Roboto Condensed',sans-serif;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 700;
}

section.aboutUs {
    padding: 9em 0px;
}
.main_title{
    font-size: 60px;
    font-family: 'Montserrat', Sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 70px;
    color: #111;

}
.bg_title {
    font-size: 40vh;
    letter-spacing: 1vh;
    font-weight: 700;
    color: rgba(171, 171, 171, 0.1);
    position: absolute;
    top: 0.3em;
    z-index: 0;
}
.line_row {
     position: relative;
     z-index: 1;
     margin-top: 4em;
}
.line_row h4 {
    font-family: 'Roboto Condensed',sans-serif;
    color: #717171;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 28px;
    font-weight: 500;
}
.line_row p {
    font-family: 'Montserrat', Sans-serif;
    color: #333;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 30px;
    font-weight: 500;
}
section.servicesUs {
    background-color: #011423;
    padding: 4em 0px;
}
.row-serv {
    position: relative;
    z-index: 1;
}
.row-line {
    display: flex;
    margin-bottom: 3em;
}
.icon-space{
    width : 113px;
}
.row-line-content {
    width: calc(100% - 113px);
    color: #fff;
    padding-left: 30px;
}
.row-line-content h4 {
    font-weight: 600;
    letter-spacing: 1px;
}
.row-line-content p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: .61px;
}
.serv-mickey {
    position: relative;
    top: -5em;
    left: 9em;
}

.portfolioSectn {
    padding : 7em 0px;
}

.row-gallery  {
    z-index: 1;
    margin-top: 10em;
}

.gallery .serv-content {
    padding : 10px;
}
.gallery_contnt {
    /*padding-top: 5em;*/
    position: relative;
}
.gallery_contnt h2 {
    color: #ed5a67;
    font-size: 60px;
    font-weight: 800;
    letter-spacing: 5px;
    position: absolute;
    right: 0px;
    z-index: 1;
    top: 0em;
    margin-top: 0px;
    text-align:right;
}
.gallery_contnt h3{
    color: #111;
    font-size: 60px;
    font-weight: 800;
    letter-spacing: 5px;
    position: absolute;
    right: 0px;
    z-index: 1;
    top: 0.9em;
    text-align:right;
    margin-top: 0px;
    right: 0px;
}
.gallery_contnt p{
    position: absolute;
    top: 6em;
    text-align: left;
    font-size: 22px;
    margin-top:10px;
}
.rounded { border-radius: 20px;}
.gallery_contnt a.strike_btn{
    top: 26em;
    right: 2em;
}
.gallery_contnt.right_side h2 {
    right: auto;
    left: 0px;
}
.gallery_contnt.right_side h3 {
    right: auto;
    left: 0px
}
.gallery .serv_bx {
    position: relative;
}

.gallery .serv_bx i.fa-play-circle{
    position: absolute;
    color: #ed5a68;
    font-size: 6vw;
    top: 15%;
    left: 40%;  
    cursor: pointer;
    opacity: 0;
    transition: 0.1s linear all;
}

.gallery .serv_bx:hover i.fa-play-circle{
    opacity: 1;
}
section.hireUsContent {
    padding : 5em 0px;
    background-color: #011423;
}
.hireUsContent h1.bg_title {
    color : rgba(33,3,33,.04);
}
.hireUsContent p, .clientContent p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
}
.hireCont {
    z-index: 1;
    position: relative;
}
.clientContent {
    padding : 5em 0px;
    min-height: 550px;
    background: url('../img/pattern-bg.svg');
    background-repeat: repeat-x;
}
ul.client_list {
    display: flex;
    flex-wrap: wrap;
}

/*  FOOTER */

footer {
    background-color: #011423;
    padding : 4em 0px;
}
.box_addr {
    padding-left : 0px !important;
}
.addr_section h2 {
    font-size: 24px;
    text-decoration: underline;
    font-family: 'Roboto Condensed',sans-serif;
}
.connectWithFooty h2 {
    font-size: 24px;
    font-family: 'Roboto Condensed',sans-serif;
}
.addr_section p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}
.connectWithFooty ul {
    display: flex;
    font-family: 'Roboto Condensed',sans-serif;
}
.connectWithFooty li {
    padding: 0px 10px;
}
.connectWithFooty a {
    color: #fff;
    font-size: 15px;
}
.last-line {
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
}



                /* POPUP MENU */
 .pop-menu {
     position: fixed;
     top: 0px;
     width: 100%;
     height: 100%;
     padding: 2em;
     display: none;
     z-index: 100;
 }               
 .pop-menu .bg-white{
    height: 100%;
    background-color: rgba(14, 14, 14, 0.9) !important;
    width: 100%;
    top: 0px;
    left: 0px;
 }
 .close-menu {
     font-size: 36px;
     position: absolute;
     top: 20px;
     right: 30px;
 }
 .logo-in-pop {
     width: 139px;
 }
 ul.menu_anim{
    display: flex;
    justify-content: center;
    margin-top: 10%;
 }
 ul.menu_anim li{
    padding :0px 2em;
 }
 ul.menu_anim a{
    color: white;
    font-size: 5vh;
    font-weight: 800;
    letter-spacing: 4px;
    transition: 0.1 linear all;
 }
 ul.menu_anim a:hover{
    color: #ffc000 !important;
 }

 .pop-menu h4 {
    font-size: 3vh;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Roboto Condensed',sans-serif;
    letter-spacing: 4px;
    margin-top: 4%;
 }
 .pop-menu a {
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Roboto Condensed',sans-serif;
    letter-spacing: 4px;
    margin-top: 1%;
    display: block;
 }



                /* ABOUT CSS */
.bannerBg video {
    width: 100%;
    height : 801px;
    object-fit: cover;
    border-radius: 0px 0px 13px 13px;
}
.aboutBanner::before {
    content: '';
    position: absolute;
    left: 0px;
    top: -5px;
    width: 100%;
    height: 100%;
    border-radius: 0px 0px 20px 20px;
}
.sub-page-title {
    position: absolute;
    top: 20%;
    left: 10%;
    z-index: 99;
}
.sub-page-title h1{
    font-size: 15vh;
    font-weight: 700;
    letter-spacing: 2px;;
}
.sub-page-title h2{
    font-size: 6vh;
    font-weight: 700;
    letter-spacing: 2px;;
}
.sub-page-title h4{
    letter-spacing: 1px;
    font-family: 'Roboto Condensed',sans-serif;
}

.about_whoweare {
    padding: 3em 0px;
}
.leftSideAbout::before{
    content: '';
    display: inline-block;
    width: 140%;
    height: 118px;
    background-color: #f7c002;
    position: absolute;
    z-index: -1;
    left: -20%;
    top: 33%;
}
.rightSideAbout h3 {
    font-size: 24px;
    margin-top: 0px;
    font-family: 'Roboto Condensed',sans-serifserv-content;
}
.rightSideAbout p {
    font-size: 17px;
    line-height: 24px;
    text-align: justify;
}

section.valuesAbout {
    padding: 4em 0px;
}
.valuesAbout .container {
    display: flex;
    justify-content: space-between;
}
.navig_ul {
    width: 330px;
}
.navig_ul ul{
    width: 100%;
    border: none;
}
.navig_ul li{
    display: block;
    width: 100%;
    margin-bottom: 1em;
}
.navig_ul ul.nav li a {
    border-color: transparent;
    padding: 0em 4em;
    white-space: nowrap;
    background: #111;
    width: 100%;
    font-size: 18px;
    height: 70px;
    border-radius: 0px;
    color: #fff;
    line-height: 70px;
}
.navig_ul ul.nav li.active a {
    color: #ffc000;
}
.navig_ul ul.nav li.active a:focus{
    background-color: #111;
}
.navig_ul ul.nav li.active a:hover {
    background-color: #111;
}

.valuesAbout .tab-content {
    width: calc(95% - 330px);
    height: auto;
    /* border:1px solid #ddd; */
    background-color: #fff;
    box-shadow:  0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 1em;
}
.ulContent li{
    display: block;
}
.ulContent li h4{
    letter-spacing: 1px;
    font-family: 'Roboto Condensed',sans-serif;
}
.ulContent li p{
    line-height: 34px;
    color: #333;
    font-size: 16px;
}

.services_main h1 {
    font-weight: bold;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.content-serv h2 {
    line-height: 45px;
}
.content-serv p {
    line-height: 24px;
    font-size: 15px;
}
.shadow_box {
    box-shadow:  0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.serv_bx_rw {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.serv_bx {
    width: 49%;
    margin-bottom: 2%;
}
.serv-content {
    margin-right: 1em;
    margin-top: 1em;
}
.serv-content h4 {
    font-family: 'Roboto Condensed',sans-serif;
}
.serv-content p {
    font-size: 15px;
    line-height: 30px;
}
.serv-rw-offers{
    margin-left:-15px;
    margin-right:-15px;
}
.serv-rw-offers .col-sm-4{
    margin:10px 0px;
}
.serv-rw-offers .serv-content{
    max-height: 170px;
    overflow: hidden;
    padding: 5px 15px;
    background-color:rgba(241, 241, 241, 0.74);
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}
.serv-rw-offers .serv-content:hover{
    max-height:350px;
    /* transform: scaleX(1.1); */
    cursor: default;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.12), 0 5px 6px rgba(0, 0, 0, 0.24);
}
section.process_state {
    padding-bottom: 2em;
}
.ulContent li {
    margin-bottom: 2em;
}
.ulContent li:before {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #f7c002;
}

.ulContent.no-after li::before {
    display: none;
} 
.ulContent.inline-block li{
    display: inline-block;
    padding: 0px 10px;
}
header.contacts_page {
    height: 600px;
    max-height: 600px;
    min-height: unset;
}

.contacts_page .bannerBg {
    background-image: url('../img/contact_banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: center;
}
.contacts_page .bannerBg::before{
    top:0px;
}
.contacts_page .sub-page-title{
    position: relative;
    top:30%;
    left: unset;
}
.contacts_page .sub-page-title h4{
    width: 40%;
    margin: 0px auto;
    line-height: 40px;
}

section.form_area{
    min-height: 600px;
    position: relative;
    padding-bottom: 5em;
}
section.form_area:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.1;
    background-image: url(../img/contach-form.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
    background-position-x: right;
    padding-bottom: 3em;
}
.form_container{
    width: calc(100% - 32%);
    border-radius: 8px;
    background-color: #fff;
    margin: 0px auto;
    position: relative;
    margin-top: -13%;
    padding: 4em;
    margin-bottom: 5em;
}

.form_container h2 {
    font-size: 42px;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: 'Roboto Condensed',sans-serif;
    text-align: center;
}
.form_container p {
    color: #7a7a7a;
    text-align: center;
    width: 60%;
    line-height: 26px;
    margin: 0px auto;
}
.form_div{
    width: 100%;
    margin-bottom: 4em;
}
.form_div label{
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    display: block;
}
.form_div input{
    width: 100%;
    background: transparent;
    height: 40px;
    border: none;
    border-bottom: 1px solid #7a7a7a;
}
.form_div textarea{
    width: 100%;
    background: transparent;
    height: 100px;
    border: none;
    border-bottom: 1px solid #7a7a7a;
}
.form_div input[type="radio"]{
    display: inline-block;
    width: 30px;
    margin: 0px 10px;
}
.form_div input:focus,.form_div textarea:focus{
    outline: none;
    border-bottom: 1px solid #7a7a7a;
}
.form-btn {
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: teal;
    border-radius: 30px;
    margin: 0px auto;
    border: none;
    color: #fff;
    display: block;
}
.form-btn:focus{
    outline: none;
}
.error_form{
    color: red !important;
    border-color: red !important;
}
.contact_details h2{
    font-size: 42px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    font-weight: bold;
    color: #ed5a67;
}
.addr_labels .fa {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background-color: teal;
    border-radius: 50%;
    margin:15px 0px;
    color: #fff;
    font-size: 18px;
}
.alert_text{
    width: 80% !important;
    font-weight: 500;
    font-size: 15px;
    display: none;
}
#success_show.alert_text{
    color: green ;
}
section.faqPage{
    padding: 4em 0px;
    font-size: 17px;
}
.faqAccordion  .panel-default {
    border-color: transparent;
}
.faqAccordion  .panel-heading {
    padding: 25px 20px;
    background-color: transparent;
    border-bottom: 1px solid #ed5a68;
    font-family: 'Roboto Condensed',sans-serif;
    letter-spacing: 1px;
}
.faqAccordion .panel-heading .fa {
    color: #ed5a68;
}
section.cookies_policy {
    padding: 5em 0px;
}
.cookies_policy h4{
    font-family: 'Roboto Condensed',sans-serif;
}
.cookies_policy p{
    line-height: 28px !important;
}

.cookies_noti{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em 2em;
    background-color: rgba(0, 128, 128, .9);
    color: #fff;
    position: fixed;
    bottom: 0px;
    z-index: 99;
}

.containable {
    width: 50%;
    margin: 0px auto;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 1px;
    text-align: center;
}

.cookies_noti button{
    padding: 7px 14px;
    background-color: #fff;
    color: teal;
    border:transparent;
    border-radius: 4px;
    margin-right: 10px;
}

                                /*  Service Page Design   */

.row-servic {
    position: relative;
    height: 400px;
    object-fit: cover;
    margin-bottom: 2em;
}
.row-servic img {
    position: absolute;
    height: 100%;   
}

                                /* Process Page Design */

.row_process {
    padding: 3em 0px;
}
.content_img {
    width: 450px;
    display: block;
    margin: 0px auto;
}
.content_img.height_based {
    width: auto;
    height: 450px;
}

.content_img.height_based img {
    height: 100%;
    width: auto;
    display: block;
    margin: auto;
}

.content_side h2{
    font-family: 'Roboto Condensed', sans-serif;
    color: #ed5a67;
    font-size: 3vw;
}

.content_side h4{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 1em;
}
.content_side p{
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.content_side a.strike_btn {
    margin-top: 2em;
}

.row_process.second_side{
    width: 100%;
    /*background-image: url('../img/fbfb.png');*/
    background-repeat: no-repeat;
    background-size: 100% 111px;
    background-position: top center;
    background-color: #fff;
    padding-top: 10em;
}

.row_process.first_side{
    width: 100%;
    /*background-image: url('../img/fg.png');*/
    background-repeat: no-repeat;
    background-size: 100% 111px;
    background-position: top center;
    background-color: #fff;
    padding-top: 10em;
}

.galleryModal .modal-dialog {
    width: 70%;
    margin: auto;
}
.galleryModal .modal-header {
    border: none;
}
.galleryModal .modal-content {
    background-color: transparent;
    box-shadow: none;
    border: none;
}
.galleryModal .close {
    color: #fff;
    opacity: 1;
}
#video_content {
    width:  100%;
}
#video_content iframe {
    width: 100%;
    border: none;
    height: 550px;
}


                        /*  Blog Page  */
.blogPage {
    padding : 4em 0px;
}
.blog_box {
    margin-bottom: 4em;
}
.blog_box::after{
    content: '';
    display: block;
    width: 80%;
    padding-top: 1em;
    margin: 0px auto;
    border-bottom: 1px solid rgba(171, 171, 171, 0.4);
}
.blog_content {
    padding : 2em 1em;
}
.blog_content .date_info {
    color : #aaa;
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.author_blog {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: flex;
    margin-bottom: 1em;
}
.blog_content h3 {
    font-size: 30px;
    font-weight: 600;
}
.author_blog .fa-user-o {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: teal;
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
    margin-top: 5px;
}
.author_blog p {
    font-weight: 600;
    margin-left: 10px;
    font-size: 16px;
    font-family: 'Roboto Condensed',sans-serif;
}
.blog_content .news_content {
    line-height: 28px;
    font-size: 16px;
}
.blob_page_menu {
    border:1px solid rgba(171, 171, 171, 0.4);
    min-height: 200px;
}
.blob_page_menu h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
}
.blob_page_menu li a {
    color: #545454;
    margin-left: 10px;
    transition: 0.1s linear all;
}

.blob_page_menu li a:hover {
    color: #ed5a67;
}
a.back_button {
    width: 100%;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    background-color: #333;
    margin-top: 15px;
    letter-spacing: 1px;
    font-weight: bold;
}
/*// Slider code*/

.text-slider {
  position: relative;
  height: 100vh;
  overflow: hidden;
  text-align: right;
}

.slide-item {
  position: absolute;
  width: 100%;
  left: 0;
  animation: slide 15s infinite; /* 3 items × 5 secs = 15s */
  opacity: 0;
}

.slider-top {
    top: 30%;
    width: 90%;
    z-index: 99;
}
.slider-otherpage {
    top: 30%;
    width: 90%;
    z-index: 99;
}
.slider-title {
    margin-top: 10px;
    font-size: 11vh;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.slider-subtitle {
    font-size: 5vh;
    text-transform: none;
    line-height: 45px;
}

/* Timing for each item */
.slide-item:nth-child(1) { animation-delay: 0s; }
.slide-item:nth-child(2) { animation-delay: 5s; }
.slide-item:nth-child(3) { animation-delay: 10s; }

@keyframes slide {
  0% { opacity: 0; transform: translateY(20px); }
  10% { opacity: 1; transform: translateY(0); }
  25% { opacity: 1; transform: translateY(0); }
  35% { opacity: 0; transform: translateY(-20px); }
  100% { opacity: 0; }
}


