/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 06-Mar-2022, 7:42:08 pm
    Author     : atharv
*/

li.ms-10 {
    width: 100% !important;
    color: #d5d5d5;
    padding-top: 8px;
    position: absolute;
    margin-right: 20%;
    text-align: left;
    font: normal normal normal 17px/26px BeVietnam;
    letter-spacing: 0px;
    color: #D5D5D5;
    opacity: 1;
}
.header-social {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;

}
li.header-fl {
    margin-top: 4px;
    text-align: left;
    font: normal normal normal 14px/26px Inter-Regular;
    letter-spacing: 0px;
    color: #D5D5D5;
    opacity: 1;
}
.sociallist {
    padding: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: sticky;
}
.mainMenu a:hover {
    color: #FFF;
}
.list-sub > a {
    text-align: left;
    font: normal normal 300 14px/26px Inter-Regular;
    letter-spacing: 0;
    margin: 7px 0px 4px 0px;
    color: #d5d5d5;
}
.p-40 {
    margin-bottom: 40px;
}

.m-40 {
    margin-top: 32px;
}
.m-0 {
    margin: 0;
}
#collapseExample {
    padding: 4px 0 0px 0;
}
.actf{
    position:fixed;
    bottom:0;
    top:0;
    left:0;
    right: 12px;
}

header.container-fluid.custome-header.act {
    background: #000;
}
/*            @import url(https://fonts.googleapis.com/css?family=Lato);
            * {
                margin: 0;
                padding: 0;
            }
            *, *:after, *:before {
                box-sizing: border-box;
            }
            ol, ul {
                list-style: none;
            }
            a {
                color: #000;
                text-decoration: none;
            }
            html {
                line-height: 1.2;
            }
            body {
                background-color: #fff;
                color: #333;
                font-family: "Lato", arial, sans-serif;
                font-size: 16px;
            }*/
.ctcls{
    margin-top: 40px;
}
.p-40{
    margin-top: 0px;
}
ol, ul {
    list-style: none;
}
.logo {
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    padding: 0 0 0 20px;
    text-transform: capitalize;
}
ul.menu-list {
    margin-top: 97px;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
}
.menuBtn > span {
    background-color: #fff;
    border-radius: 1px;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -15px;
    transition: all 300ms;
}
.menuBtn > span:after, .menuBtn > span:before {
    content: '';
    background-color: #fff;
    border-radius: 1px;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    transition: all 300ms;
}
.menuBtn > span:after {
    top: -7px;
}
.menuBtn > span:before {
    bottom: -7px;
}
.menuBtn.act > span {
    height: 0;
}
.menuBtn.act > span:after, .menuBtn.act > span:before {
    background-color: #008877;
    top: 1px;
}
.menuBtn.act > span:after {
    transform: rotate(45deg);
}
.menuBtn.act > span:before {
    transform: rotate(-45deg);
}
.mainMenu {

    left: 0;
    top: 0;
    z-index: 100;
    height: 100vh;
    width: 100%;
    margin: 0px;

    opacity: 0;
    /*                transition: all 500ms cubic-bezier(0.68,-0.55,0.265,1.55);
                    transition: all 400ms;
                    transform: translate(0, -50%);*/
}
.mainMenu.act {
    opacity: 1;
    transform: scale(1);
}
header.act {
    opacity: 1;
    transform: scale(1);
}
.mainMenu.act ul li:nth-child(0) {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s ease-in-out 0s;
}
.mainMenu.act ul li:nth-child(1) {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.15s ease-in-out 0.1s;
}
.mainMenu.act ul li:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.25s ease-in-out 0.2s;
}
.mainMenu.act ul li:nth-child(3) {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.35s ease-in-out 0.3s;
}
.mainMenu.act ul li:nth-child(4) {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.45s ease-in-out 0.4s;
}
.list{
    text-align: left;
    font: normal normal normal 32px/38px OrpheusPro;
    letter-spacing: 0px;
    color: #D5D5D5;
    opacity: 1;
    padding-bottom: 40px;
}
/*            .mainMenu ul {
                display: table-cell;
                vertical-align: middle;
            }*/
.mainMenu li {
    transition: all 400ms 510ms;
    transform: translateY(-30%);
    opacity: 0;
}
/*            .mainMenu li:nth-child(odd) {
                transform: translateY(-30%);
                
            }
            .mainMenu li:nth-child(even) {
                transform: translateY(-30%);
            }
            .mainMenu li:last-child {
                transform: translateY(-30%);
            }*/
.mainMenu a {
    color: #D5D5D5;

}
.mainMenu a.suBtn {
    color: #D5D5D5;
}
.suBtn {
    background-color: blue;
    border-radius: 5px;
    padding: 10px 20px;
}
.menuBtn {
    z-index: 999;
}
.brand {
    z-index: 999;
}
.act {
    /*z-index: 999;*/
    position: static;
    bottom: 0;
    overflow: hidden;
    top: 0;
}
@keyframes in {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes out {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%);
    }
}

.menuBtn.act {  
    /* This section calls the slideInFromLeft animation we defined above */
    /*animation: 1s ease-out 0s 1 in;*/

}
.desktop{
    display:block;
}
.mobile{
    display: none;
}
.img {
    width: 26%;
}
.img-b {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    margin-right: 0px;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    z-index: -1;
}

.content {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
}

.content .content-overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
    opacity: 1;
}

.content-image{
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h3{
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.content-details p{
    color: #fff;
    font-size: 0.8em;
}

.fadeIn-bottom{
    top: 80%;
}

.fadeIn-top{
    top: 20%;
}

.fadeIn-left{
    left: 20%;
}

.fadeIn-right{
    left: 80%;
}
span.plus {
    font-size: 35px;
}
