h2 {
    letter-spacing: 2px;
}

a {
    text-decoration: none !important;
}

.page-header {
    position: relative;
    /* background-image: url(../img/page-header-services.jpg); */
    background-size: cover;
    background-position: center;
    animation-duration: 750ms;
    animation-delay: 300ms;
    animation-fill-mode: forwards;
    min-height: 200px;
}

.page-header:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
}

.page-header.concepts-header {
    background-image: url(../img/header-1.png);
}

.page-header.booths-header {
    background-image: url(../img/header-2.png);
}

.page-header.events-header {
    background-image: url(../img/header-3.png);
}

.page-header.branding-header {
    background-image: url(../img/header-6.png);
}

.page-header.multimedia-header {
    background-image: url(../img/header-5.png);
}

.page-header.social-media-header {
    background-image: url(../img/header-4.png);
}

.featured-boxes-modern-style-1 .featured-box {
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}

.overlay:before {
    background: rgba(33, 37, 41, 0.7);
}

.page-header h1 {
    letter-spacing: 2px;
}

.login-form {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}


/* ..... */

.ts-work {
    padding-top: 20px;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.ts-work {
    position: relative;
    text-align: center;
    margin-bottom: 0px;
}

.ts-work .work-img {
    width: 350px;
    height: 195px;
    position: relative;
    overflow: hidden;
    margin: auto auto 20px;
    border-radius: 10px;
}

.ts-work .work-img img {
    width: 100%;
    transform: scale(1);
    transition: all 0.4s ease 0s;
}

.ts-work .work-img::before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(59, 29, 130, 0.5);
    transition: all 0.4s ease 0s;
    opacity: 0;
    z-index: 1;
}

.ts-work .view-work {
    position: absolute;
    left: 0px;
    top: 70%;
    right: 0px;
    transform: translateY(-50%);
    color: rgb(255, 255, 255);
    font-size: 22px;
    width: 50px;
    height: 50px;
    margin: auto;
    border: 2px solid rgb(221, 221, 221);
    border-radius: 50%;
    padding: 12px 0px;
    transition: all 0.4s ease 0s;
    opacity: 0;
    z-index: 2;
}

.ts-work .ts-title {
    margin-bottom: 5px;
    text-transform: capitalize;
    font-size: 14px;
}

.ts-work .ts-title a {
    color: rgb(34, 34, 34);
    text-transform: capitalize;
}

.ts-work:hover .work-img img {
    transform: scale(1.2);
}

.ts-work:hover .work-img::before {
    opacity: 1;
}

.ts-work:hover .view-work {
    top: 50%;
    opacity: 1;
}

.ts-work:hover .ts-title a {
    color: rgb(42, 114, 185);
}

.ts-work.white-text .ts-title a,
.ts-work.white-text p {
    color: rgb(255, 255, 255);
}

.work-classic {
    padding-top: 100px;
}

.work-classic .ts-speaker {
    margin-bottom: 60px;
}

.work-classic .ts-work .work-img {
    width: 100%;
    height: auto;
    border-radius: 0px;
}

.work-classic .ts-work .ts-work-info {
    position: absolute;
    right: 0px;
    bottom: -13px;
    background: rgb(255, 255, 255);
    z-index: 1;
    width: 90%;
    padding: 20px 0px 10px;
}

.work-classic .ts-work .ts-work-info .ts-title {
    margin-bottom: 0px;
}

.work-classic .ts-work .ts-work-info p {
    margin-bottom: 0px;
}

.work-shap img {
    position: absolute;
    left: 0px;
    top: 0px;
    max-width: 100px;
}

.ts-work-popup {
    background: rgb(255, 255, 255);
    padding: 0px;
    position: relative;
}

.ts-work-popup .ts-work-popup-img img {
    width: 60%;
    margin: 30px 0;
    border-radius: 20px;
}

.ts-work-popup .ts-work-popup-content {
    padding: 60px 40px;
}

.ts-work-popup .ts-work-popup-content .ts-title {
    margin-bottom: 10px;
    text-transform: capitalize;
}

.ts-work-popup .ts-work-popup-content .speakder-designation {
    display: block;
    font-size: 14px;
    margin-bottom: 20px;
}

.ts-work-popup .ts-work-popup-content .company-logo {
    margin-bottom: 15px;
}

.ts-work-popup .ts-work-popup-content p {
    margin-bottom: 25px;
}

.ts-work-popup .ts-work-popup-content h4 {
    font-size: 20px;
    font-weight: 700;
}

.ts-work-popup .ts-work-popup-content .session-name {
    margin-bottom: 15px;
}


/* ..... */

.flex-container {
    position: absolute;
    height: 86vh;
    width: 100%;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .flex-container {
        flex-direction: column;
    }
}

.flex-title {
    color: #f1f1f1;
    position: relative;
    font-size: 35px;
    margin: auto;
    /* text-align: center; */
    transform: rotate(270deg);
    top: 50%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    .flex-title {
        transform: rotate(0deg) !important;
    }
}

.flex-about {
    opacity: 0;
    color: #f1f1f1;
    position: relative;
    width: 70%;
    font-size: 14px;
    padding: 5%;
    top: 50%;
    /* border: 2px solid #f1f1f1; */
    border-radius: 10px;
    line-height: 1.3;
    margin: auto;
    text-align: left;
    transform: rotate(0deg);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.flex-about p {
    color: #fff;
}

@media screen and (max-width: 768px) {
    .flex-about {
        padding: 0%;
        border: 0px solid #f1f1f1;
        font-size: 16px;
    }
}

.flex-slide {
    -webkit-flex: 1;
    /* Safari 6.1+ */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    cursor: pointer;
    /* -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; */
    transition: background-color 0ms linear;
}

@media screen and (max-width: 768px) {
    .flex-slide {
        overflow: auto;
        overflow-x: hidden;
    }
}

@media screen and (max-width: 768px) {
    .flex-slide p {
        font-size: 1em;
    }
    .slide-image {
        left: 40%;
    }
}

@media screen and (max-width: 768px) {
    .flex-slide ul li {
        font-size: 2em;
    }
}

.flex-slide:hover {
    -webkit-flex-grow: 3;
    flex-grow: 3;
}

.home {
    height: 86vh;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/bg1.png) no-repeat top left;
    /* background-position: center center;
    background-attachment: fixed; */
    background-size: cover;
    color: #222;
    position: relative;
}

.slide-image {
    position: absolute;
    top: -200%;
    height: 100%;
}

@media screen and (min-width: 768px) {
    /* .home {
        animation: aboutFlexSlide 3s 1;
        animation-delay: 0s;
    } */
}

@keyframes aboutFlexSlide {
    0% {
        -webkit-flex-grow: 1;
        flex-grow: 1;
    }
    50% {
        -webkit-flex-grow: 3;
        flex-grow: 3;
    }
    100% {
        -webkit-flex-grow: 1;
        flex-grow: 1;
    }
}

@media screen and (min-width: 768px) {
    .flex-title-home {
        transform: rotate(270deg);
        /* transform: rotate(90deg); */
        top: 50%;
        /* animation: aboutFlexSlide 3s 1;
        animation-delay: 0s; */
    }
}

@keyframes homeFlextitle {
    0% {
        transform: rotate(270deg);
        top: 15%;
    }
    50% {
        transform: rotate(0deg);
        top: 15%;
    }
    100% {
        transform: rotate(270deg);
        top: 15%;
    }
}

.flex-about-home {
    opacity: 0;
}

@media screen and (min-width: 768px) {
    /* .flex-about-home {
        animation: aboutFlexSlide 3s 1;
        animation-delay: 0s;
    } */
}

@keyframes flexAboutHome {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.booths {
    /* background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #605d4e; */
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/bg2.png) no-repeat top left;
    background-size: cover;
    /* background-size: cover;
    background-position: center center;
    background-attachment: fixed; */
}

.events {
    /* background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #37726c; */
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/bg3.png) no-repeat top left;
    /* background-attachment: fixed; */
    /* background-size: cover;
    background-position: center center;
    background-attachment: fixed; */
    background-size: cover;
}

.social {
    /* background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #622c46; */
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/bg4.png) no-repeat top left;
    /* background-size: cover;
    background-position: center center;
    background-attachment: fixed; */
    background-size: cover;
}

.multimedia {
    /* background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #2b2f5c; */
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/bg5.png) no-repeat top left;
    /* background-size: cover;
    background-position: center center;
    background-attachment: fixed; */
    background-size: cover;
}

.branding {
    /* background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #94185e; */
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/bg6.png) no-repeat top left;
    /* background-size: cover;
    background-position: center center;
    background-attachment: fixed; */
    background-size: cover;
}

.spinner {
    position: fixed;
    top: 0;
    left: 0;
    background: #222;
    height: 100%;
    width: 100%;
    z-index: 11;
    margin-top: 0;
    color: #fff;
    font-size: 1em;
}

.cube1,
.cube2 {
    background-color: #fff;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}


/* @-webkit-keyframes sk-cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-270deg) scale(0.5);
    }
    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }
    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
} */


/* @keyframes sk-cubemove {
    25% {
        transform: translateX(42px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-270deg) scale(0.5);
    }
    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    }
    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }
    75% {
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }
    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
} */


/* @keyframes sk-cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }
    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    }
    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-90deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-90deg);
    }
    75% {
        transform: translateX(0px) translateY(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(0px) translateY(42px) rotate(-90deg) scale(0.5);
    }
    100% {
        transform: rotate(0deg);
        -webkit-transform: rotate(-0deg);
    }
} */


/* --- Carsoual Edits --- */

.carousel-inner {
    height: 500px;
    display: flex;
    align-items: center;
}

.carousel-inner .carousel-item img {
    max-width: 100%;
    max-height: 500px;
}

.carousel-control-prev {
    left: -110px;
}

.carousel-control-next {
    right: -110px;
}

.carousel-control-prev-icon {
    background-image: url("../img/prev.png");
}

.carousel-control-next-icon {
    background-image: url("../img/next.png");
}