/*Global*/
html {
    scroll-behavior: smooth;
}

body {
    background: #fff;
    color: #222;
    font-family: 'Varela Round', sans-serif;
}

li {
    list-style-type: none;
}

html input:-webkit-autofill, html textarea:-webkit-autofill, html select:-webkit-autofill {
    background-color: transparent !important;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}

input::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}

input:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}

input:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

/*Button*/
.btn {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 20px 50px;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    border-radius: 50px;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
}
.btn--dark {
    background-color: #2f2c2c;
}
.btn .semicircle {
    display: block;
    position: absolute;
    top: 12px;
    left: 12px;
    width: 18px;
    height: 18px;
    overflow: hidden;
}
.btn .semicircle:after {
    content: '';
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 100%;
}
.btn--dark:hover, .btn--dark:hover .text {
    color: #ffffff;
}
.btn--dark.btn-hover-shadow:hover {
    background-color: #2f2c2c;
}
.btn-hover-shadow:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.btn--dark.btn-hover-shadow:hover:after {
    -webkit-box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, 0.2);
    box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, 0.2);
}
.red-btn {
    display: inline-block;
    background-color: #d10000 !important;
    border: 1px solid #d10000;
    padding: 10px 30px;
    color: #fff;
    border-radius: 4px;
    font-weight: 500;
}

.red-btn:hover {
    cursor: pointer;
    text-decoration: none;
    color: #d10000;
    background: transparent;
    transition: 0.5s ease-out all;
}
/*Button*/

.center-align {
    display: flex;
    align-items: center;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

ul.breadcrumbs {
    padding-left: 0;
}

.py-10 {
    padding: 100px 0 !important;
}

.pt-10 {
    padding-top: 100px !important;
}

.pb-10 {
    padding-bottom: 100px !important;
}

.mb-10 {
    margin-bottom: 100px !important;
}

.section-heading {
    font-size: 46px;
    font-weight: 500;
    margin-bottom: 75px;   
}

.title-heading {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #d10000;
}

/*Colors*/
.white {
    color: #ffffff !important;
}

.black {
    color: #000000 !important;
}

.blue {
    color: #0c348e !important;
}

.red {
    color: #d10000 !important;
}

.yellow-bg {
    background: #ffd000 !important;
}

.orange-bg {
    background: #e57200 !important;
}

.blue-bg {
    background: #6a83a1c7 !important;
}

.red-bg {
    background: #d10000 !important;
}

.red-bg-1 {
    background: #e63935 !important;
}

.white-bg {
    background: #ffffff !important;
}
.gray-bg {
    background-color: #d6d6d6;
}
.light-gray-bg {
    background: #f7f9f9 !important;
}
/*Colors*/

.relative-pos {
    position: relative;
    z-index: 2;
    background: #ffffff;
    -webkit-margin-bottom-collapse: separate;
}
/*Global*/


/*Navbar*/
header.header {
    background: #d10000;
    transition: 0.2s ease all;
    box-shadow: 1px 1px 2px #8a0000;
    border-bottom: 1px solid #8a0000;
    /*position: relative;*/
    z-index: 3;
}

header.fixed {
    box-shadow: 1px 1px 2px #8a0000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    transition: 0.2s ease all;
}

header .logo-div {
    width: 110px;
}

header .logo-div a {
    display: inline-block;
}

header .logo-div img {
    width: 100%;
    object-fit: contain;
}

header li.nav-item {
    margin-right: 10px;
}

header li.nav-item:last-child {
    margin-right: 0;
}

header .nav-item a.nav-link {
    color: #fff;
}
/*Navbar*/

/*Banner*/
.banner-section {
    background: #f4f6f7;
    position: relative;
    padding: 220px 0;
    height: 700px;
}

    .banner-section .banner-img {
        position: absolute;
        right: 0;
        top: 0;
    }

.banner-heading {
    font-size: 40px;
    font-weight: 600;
}

.swiper-container {
    height: 700px;
}

.slides-item.gray-bg {
    background: #d3d3d3;
}
/*.slides-item.is-active {
    background: #d10000;
    color: #ffffff;
}*/
/*.is-active .text-wrap .slides-title {
    color: #ffffff;
}*/
.is-active .content .slides-number {
    color: rgba(0, 0, 0, 0.5);
}

.swiper img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.swiper-thumbnails {
    display: table;
    width: 100%;
}

.slides-item {
    display: table-cell;
    width: 20%;
    padding: 13px 30px;
    position: relative;
    /*z-index: 1;*/
    background: #f7f9f9;
    box-shadow: 1px 1px 1px #d6d6d6;
    border-left: 1px solid #dedede;
}

.content {
    position: relative;
    overflow: hidden;
}

.text-wrap {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

    .text-wrap .slides-title {
        color: #2f2c2c;
        font-size: 24px;
        line-height: 30px;
        text-transform: capitalize;
        margin: 5px 0;
    }

.content .slides-number {
    font-size: 80px;
    color: rgba(80, 80, 80, 0.2);
    position: relative;
    float: right;
    line-height: 1;
}
/*Banner*/

/*About Us*/
.right-border {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 50px;
}

    .right-border:after {
        position: absolute;
        content: '';
        width: 4px;
        height: 100%;
        background: #d10000;
        border-radius: 4px;
        right: 0;
        top: 0;
    }

.about-content {
    padding-left: 10px;
    padding-right: 10px;
}

/*Services*/
.services {
    /*background: #d1e3ea url('../assets/gradient-bg.jpg') repeat left top;*/
    background: #fff;
    position: relative;
    margin-bottom: 100px;
}

.services-bg {
    width: 430px;
}

    .services-bg img {
        width: 100%;
    }

.services-img img {
    width: 600px;
}

.content-box {
    position: absolute;
    width: 20%;
}

.content1 {
    left: 15%;
    top: 20%;
}

.content2 {
    right: 15%;
    top: 19%;
}

.content3 {
    bottom: -10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-bottom: 40px;
}
.content4 {
    left: 9%;
    bottom: 20%;
}
.content5 {
    right: 9%;
    bottom: 20%;
}
    .service-num p {
        font-size: 20px;
        font-weight: 500;
    }

.services-content .service-heading p {
    font-size: 26px;
    font-weight: 600;
}

.content1 .service-heading p {
    color: #d10000;
}

.content2 .service-heading p {
    color: #ffd000;
}

.content3 .service-heading p {
    color: #f17e00;
}
.content4 .service-heading p {
    color: #ff3000;
}
.content5 .service-heading p {
    color: #ffb000;
}

.gray-bg .shuufle-letter-title {
    color: #f0f0f0;
}
/*Services*/

/*Parallex*/
.parallex-img {
    background: url('../assets/parallex.jpg') no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    display: block;
    height: 300px;
    width: 100%;
}

    .parallex-img:before {
        position: absolute;
        content: '';
        background: rgba(0, 0, 0, 0.5);
        height: 100%;
        width: 100%;
        left: 0;
    }
/*Parallex*/

/*Clients*/
.clients {
    background: #fbfbfb;
}
#clients .btn {
    font-weight: 700;
    font-size: 0.875rem;
    letter-spacing: .5px;
    border-radius: 1.71875rem;
    padding: 0 50px;
    height: 54px;
    line-height: 54px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    white-space: normal;
}
/*Clients*/

/*Achievements*/
.achievements {
    background: #fff url(../assets/awards.jpg) no-repeat center;
    height: 500px;
    background-size: cover;
    background-attachment: fixed;
}

.achievements-content {
    margin-top: 55px;
    /*background: rgba(0,0,0,0.2);*/
    padding: 30px;
}
/*Achievements*/

/*Newsletter*/
.newsletter {
    /*margin-bottom: 660px;*/
}

.bg-green-color {
    background-color: #3cb878;
}

.subscribe {
    padding: 72px 0;
    overflow: hidden;
    position: relative;
}

    .subscribe .subscribe-title {
        font-size: 30px;
        color: #fff;
        margin-bottom: 23px;
    }

    .subscribe .subscribe-form {
        margin-bottom: 25px;
    }

        .subscribe .subscribe-form .email {
            background-color: #fff;
            padding: 14px 40px;
            font-size: 16px;
            color: #797676;
            border-color: transparent;
            border-radius: 50px 0 0 50px;
            width: 70%;
            float: left;
        }

        .subscribe .subscribe-form .subscr-btn {
            display: inline-block;
            background-color: #2f2c2c;
            padding: 17px 40px;
            border-radius: 0 50px 50px 0;
            font-size: 15px;
            text-transform: uppercase;
            width: 30%;
            cursor: pointer;
            position: relative;
            color: #fff;
            text-align: center;
            border: 0 none;
        }

    .subscribe .sub-title {
        color: rgba(255, 255, 255, 0.5);
        float: left;
    }

    .subscribe .images-block img {
        max-width: 100%;
        position: absolute;
        opacity: 0;
    }

        .subscribe .images-block img.gear {
            top: 50px;
            right: 0;
        }

        .subscribe .images-block img.mail {
            left: 0;
            bottom: -100%;
        }

        .subscribe .images-block img.mail-2 {
            bottom: -50px;
            right: -100%;
        }
/*Newsletter*/


/*Footer*/
footer {
    background: #151414;
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

    footer .footer-bottom {
        background-color: #121111;
    }

    footer a {
        color: #ffffff;
        display: block;
    }

        footer a:hover {
            text-decoration: none;
            color: #ffffff;
        }

    footer .logo-div {
        width: 135px;
    }

        footer .logo-div img {
            width: 100%;
        }

    footer .address-info {
        padding-top: 20px;
    }

        footer .address-info i {
            display: inline-block;
            width: 9%;
            vertical-align: middle;
        }

        footer .address-info span {
            display: inline-block;
            width: 89%;
            vertical-align: middle;
        }

/*    footer .links ul.navbar-nav {
        width: 40%;
    }*/

    footer .services-links ul {
        padding-left: 15px;
    }

    footer .icon {
        width: 70px;
        height: 70px;
        float: left;
        margin-right: 15px;
    }

    footer .content {
        margin-left: auto;
        overflow: hidden;
    }

        footer .content .title {
            font-size: 18px;
        }

        footer .content .sub-title {
            opacity: .4;
            font-size: 16px;
        }

.copyright p {
    margin-bottom: 0;
    color: #504D4E;
}
.copyright a {
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    margin-left: 2px;
}

.links-heading p {
    font-size: 20px;
}

.links li {
    display: block;
}

    .links li a:hover {
        color: #d10000;
        padding-left: 10px;
        transition: 0.4s all ease;
    }

.social-media ul {
    padding-left: 0;
}

.social-media li {
    display: inline-block;
    vertical-align: middle;
}

    .social-media li a {
        width: 45px;
        text-align: center;
    }

.copyright {
    border-top: 1px solid #ffffff;
    padding: 10px 0;
    margin-top: 10px;
}

/*Footer*/
.wel-come {
    height: 970px;
    width: 100%;
    background: url(../assets/cracker6.gif) no-repeat top;
    background-size: cover;
}

    .wel-come h1 {
        position: absolute;
        top: 30%;
        left: 33%;
        font-size: 46px;
        color: #fff;
    }

    .wel-come a {
        color: #fff;
        cursor: pointer;
    }

    .wel-come img {
        position: relative;
        left: 50%;
    }

body::-webkit-scrollbar {
    width: 0.5em;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
    background-color: #d10000;
    border-radius: 10px;
    outline: 1px solid slategrey;
}

body.wel-body::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 10px;
    outline: 1px solid slategrey;
}
.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    will-change: transform,opacity;
}

@media (max-width: 480px) {
    .animated {
        -webkit-animation-fill-mode: none;
        animation-fill-mode: none;
        will-change: unset;
    }
}

@-webkit-keyframes swingInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(-90deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
    }
}

@keyframes swingInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(-90deg);
        transform: perspective(400px) rotateX(-90deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
    }
}

.animated.swingInX {
    -webkit-transform-origin: top;
    -ie-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: swingInX;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: swingInX;
    -o-backface-visibility: visible !important;
    -o-animation-name: swingInX;
    backface-visibility: visible !important;
    animation-name: swingInX;
}

@media (max-width: 480px) {
    .animated.swingInX {
        -webkit-animation-name: none;
        animation-name: none;
        -webkit-transform-origin: unset;
        -ms-transform-origin: unset;
        transform-origin: unset;
    }
}

@-webkit-keyframes swingOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(-90deg);
    }
}

@keyframes swingOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(-90deg);
        transform: perspective(400px) rotateX(-90deg);
    }
}

.animated.swingOutX {
    -webkit-transform-origin: top;
    -webkit-animation-name: swingOutX;
    -webkit-backface-visibility: visible !important;
    -moz-animation-name: swingOutX;
    -moz-backface-visibility: visible !important;
    -o-animation-name: swingOutX;
    -o-backface-visibility: visible !important;
    animation-name: swingOutX;
    backface-visibility: visible !important;
}

@media (max-width: 480px) {
    .animated.swingOutX {
        -webkit-animation-name: none;
        animation-name: none;
        -webkit-transform-origin: unset;
        -ms-transform-origin: unset;
        transform-origin: unset;
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.animated.slideDown {
    -webkit-animation-name: slideDown;
    animation-name: slideDown;
}

@media (max-width: 480px) {
    .animated.slideDown {
        -webkit-animation-name: none;
        animation-name: none;
    }
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-100%);
    }
}

@keyframes slideUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.animated.slideUp {
    -webkit-animation-name: slideUp;
    animation-name: slideUp;
}

@media (max-width: 480px) {
    .animated.slideUp {
        -webkit-animation-name: none;
        animation-name: none;
    }
}

@-webkit-keyframes swingInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(-90deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
    }
}

@keyframes swingInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(-90deg);
        transform: perspective(400px) rotateX(-90deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
    }
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.animated.flipInX {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flipInX;
    -o-backface-visibility: visible !important;
    -o-animation-name: flipInX;
    backface-visibility: visible !important;
    animation-name: flipInX;
}

@media (max-width: 480px) {
    .animated.flipInX {
        -webkit-animation-name: none;
        animation-name: none;
    }
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.animated.flipOutX {
    -webkit-animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -moz-animation-name: flipOutX;
    -moz-backface-visibility: visible !important;
    -o-animation-name: flipOutX;
    -o-backface-visibility: visible !important;
    animation-name: flipOutX;
    backface-visibility: visible !important;
}

@media (max-width: 480px) {
    .animated.flipOutX {
        -webkit-animation-name: none;
        animation-name: none;
    }
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-200px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.animated.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@media (max-width: 480px) {
    .animated.bounceInDown {
        -webkit-animation-name: none;
        animation-name: none;
    }
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-200px);
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px);
    }
}

.animated.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@media (max-width: 480px) {
    .animated.bounceOutUp {
        -webkit-animation-name: none;
        animation-name: none;
        -webkit-transform-origin: unset;
        -ms-transform-origin: unset;
        transform-origin: unset;
    }
}

.top-bar-link {
    display: none;
    visibility: hidden;
}

@media (max-width: 1024px) {
    .top-bar-link {
        display: block;
        visibility: visible;
    }
}

/*Inner Pages Common CSS*/
.inner-page-banner {
    background: url(../assets/bg-pattern.png) repeat top center;
    opacity: 0.89;
    width: 100%;
    position: relative;
    color: #fff;
}
.inner-page-banner:before {
    position: absolute;
    content: '';
    /*background: rgba(5, 75, 206, 0.8);*/
    /*background: rgba(206, 206, 206, 0.9);*/
    /*background: rgba(229, 114, 0, 0.8);*/
    /*background: rgba(255, 208, 0, 0.8);*/
    /*background: rgba(209, 0, 0, 0.9);*/
    width: 100%;
    height: 100%;
}
.inner-page footer {
    position: relative;
}
.inner-page li.breadcrumbs-item {
    display: inline-block;
    margin-right: 20px;
}
.inner-page li.breadcrumbs-item a {
    margin-right: 20px;
}
.heading .heading-line {
    margin-bottom: 20px;
    position: relative;
}
.heading .heading-line .short-line {
    display: inline-block;
    width: 30px;
    height: 3px;
    background-color: #d10000;
    border-radius: 10px;
    position: relative;
    margin-right: 10px;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}
.heading .heading-line .long-line {
    display: inline-block;
    width: 100px;
    height: 3px;
    background-color: #d10000;
    border-radius: 10px;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}
.heading:hover .heading-line .short-line {
    width: 0;
    -webkit-animation: move-short 1.5s infinite linear;
    animation: move-short 1.5s infinite linear;
}
.heading:hover .heading-line .long-line {
    width: 130px;
    -webkit-animation: move 1.5s infinite linear;
    animation: move 1.5s infinite linear;
}
.tv-img {
    width: 100%;
}
.individual-description li {
    list-style-type: disc;
}
.indoor-ad .inner-page-banner.advertising-banner:before {
    background: rgba(195, 195, 195, 0.9);
}
.outdoor-ad .inner-page-banner.advertising-banner:before {
    background: rgba(106, 131, 161, 0.9);
}
.individual-description .row {
    padding-bottom: 20px;
}
.individual-description .row:last-child {
    padding-bottom: 0;
}
/*Inner Pages Common CSS*/


/*Gallery Slider*/
.event-gallery {
    position: relative;
}
.case-item {
    padding: 30px;
    background-color: #efefef;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.inner-page .swiper-pagination-bullet.swiper-pagination-bullet-active, .case-item:hover {
    background: rgba(229, 114, 0, 0.9);
    opacity: 1;
}
.case-item:hover .case-item__title, .case-item:hover .case-item__cat a{
    color: #fff;
}
.case-item .case-item__thumb {
    margin-bottom: 34px;
    -webkit-box-shadow: 0 16px 16px -8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 16px 16px -8px rgba(0, 0, 0, 0.3);
    height: 200px;
}
.case-item .case-item__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.case-item .case-item__title {
    text-transform: uppercase;
    color: #2f2c2c;
    margin-bottom: 5px;
}
.case-item .case-item__cat a {
    display: inline-block;
    color: #acacac;
    font-size: 14px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.event-gallery .swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.inner-page .swiper-pagination {
    top: -50px;
    right: 0;
    text-align: right;
    bottom: auto;
    left: auto;
    width: auto;
    padding: 0 0 20px 0;
    position: static;
}
.inner-page .swiper-wrapper {
    margin-top: 20px;
}
.inner-page .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 100%;
    background: #868686;
    opacity: .2;
}
/*Gallery Slider*/
/*Inner Pages Common CSS*/

@-webkit-keyframes move-short {
  100% {
        width: 140px;
        margin-right: 0; 
    } 
}

@keyframes move-short {
  100% {
        width: 140px;
        margin-right: 0; 
    } 
}
.heading:hover .heading-line .long-line {
    width: 130px;
    -webkit-animation: move 1.5s infinite linear;
    animation: move 1.5s infinite linear; 
}

@-webkit-keyframes move {
  100% {
        width: 0; 
    }
}

@keyframes move {
  100% {
        width: 0; 
    } 
}

/*Underline CSS*/
.desc-hover {
    position: relative;
    z-index: 1;
}
.hover-heading {
    display: inline-block;
    margin-bottom: 20px;
}
.element {
    display: block;
    padding-bottom: 3px;
    width: 100%;
    height: 4px;
}
.left-element:after {
    margin: unset !important;
}
.element:after {
    content: '';
    display: block;
    height: 3px;
    width: 70%;
    margin: 0 auto;
    background-color: #d10000; 
}
@keyframes underline {
  0% { width: 0%; height: 2px; background-color: #d10000;}
  100% {width: 100%; height: 3px; background-color: transparent;}
}

/*Yellow Underline*/
.yellow-heading.element:after {
    background-color: #ffd000;    
}
.desc-hover:hover .yellow-heading.element:after {
    animation: yellow-underline 2s infinite;
}
.desc-hover:hover .element:after {
    animation: underline 2s infinite;
}
@keyframes yellow-underline {
  0% { width: 0%; height: 2px; background-color: #ffd000;}
  100% {width: 100%; height: 3px; background-color: transparent;}
}
/*Yellow Underline*/
/*Underline CSS*/


.individual-description .container .row .col-lg-5 img {
    width: 100%;
}

.pulse-effect {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    animation-name: pulse-effect;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes pulse-effect {
    25% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    75% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}

.bg-boxed-primary {
    background-image: url(../assets/bg-boxed-primary.jpg);
}

.info-box--standard-centered {
    text-align: center;
    margin-bottom: 30px;
}

    .info-box--standard-centered .info-box-image {
        margin-bottom: 25px;
    }

        .info-box--standard-centered .info-box-image img {
            border-radius: 100%;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }

    .info-box--standard-centered .info-box-content {
        margin-bottom: 30px;
    }

        .info-box--standard-centered .info-box-content .info-box-title {
            font-size: 24px;
            line-height: 1.1;
            margin-bottom: 10px;
            text-transform: uppercase;
        }

        .info-box--standard-centered .info-box-content .text {
            font-size: 16px;
            line-height: 1.5;
        }

    .info-box--standard-centered:hover .info-box-image img {
        -webkit-box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
        box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
    }

    .info-box--standard-centered .btn:hover {
        background-color: #4cc2c0;
    }
